Android Image Upload Example using PHP with Source Code
| | |

Android Image Upload Example using PHP with Source Code

While learning Android, most of the developers find it difficult to upload an Image to Server from Android App using PHP Webservice as server-side. Sometimes you do nothing wrong in Android Code but Image doesn’t upload to the server. Sometimes you do not follow the same method to receive Image on the server as android application sending…

C# Hashing algorithm class | Asp.Net | .Net Core
| |

C# Hashing algorithm class | Asp.Net | .Net Core

In this article, we’ll learn how to secure your password using already implemented C# hashing algorithm class and the importance of password hashing. Users data is the most important thing in any application so it’s a developer responsibility to keep users data in the most secure way using best practices. When we talk about user account…

Entity Framework Core Database First – Asp.Net Core Scaffold MySql DB
| | | |

Entity Framework Core Database First – Asp.Net Core Scaffold MySql DB

This post will guide you on how to generate Models using Database/Model First Approach and Scaffold MySql Database in Asp.Net Core using Mac. History .Net Core is a lightweight and cross-platform version of the DotNet framework and the awesome thing is Developers required the same expertise to work with Asp.Net Core as .Net Framework. After .Net Core Launch, Mac,…

The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests
|

The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests

When I tried to run my Application, I got this exception “The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests” Background: I was working on a project using Angular 5 SPA(Single Page Application) Template in Asp.Net Core 2.1. I created .net core application having Angular Cli support which is…

Google Firebase Live Group Chat JavaScript
| |

Google Firebase Live Group Chat JavaScript

Hi guys, today I’m going to implement Live Group Chat Example using Google Firebase Real-time Database. The complete working example is available on Github, you can find the link at the bottom of this post. You may also check Demo. Live Group Chat Demo Setup Firebase If you don’t have a Firebase account, you can go…

Realtime moving Cars on Google Maps JavaScript & Google Firebase
| | |

Realtime moving Cars on Google Maps JavaScript & Google Firebase

Our aim has always been providing the solutions which are difficult to find or difficult to implement. Here’s another solution for real-time moving cars on Google Maps JavaScript using Google Firebase Real-time Database.  The complete working example is available on Github, you can find the link at the bottom of this post.  You may also check Demo here:…

Warning: count(): Parameter must be an array or an object that implements Countable in /wp-includes/post-template.php on line 284
|

Warning: count(): Parameter must be an array or an object that implements Countable in /wp-includes/post-template.php on line 284

Warning: count(): Parameter must be an array or an object that implements Countable in /wp-includes/post-template.php on line 284 I met with this problem after installing The7 theme, while searching a bit I found that some people are facing this problem due to Jetpack plugin when reviewing the code I realize that this might be because…