Clean code practices
First of all, what does clean coding mean? Clean code is code that is easy to understand and easy to change. OK, that sounds nice, but what does it…
NodeJS v10
NodeJS v10.0.0 release, code-named Dubnium, recently came out. Every April Node comes out with a new even-numbered LTS(Long-term support version). What is an LTS version? It means that this version will…
Eloquent Relationships in Laravel
Laravel Laravel is free, open source and most popular framework of PHP. It is based on Symfony and follows model-view-controller (MVC) architecture.Taylor Otwell created Laravel in June 2011. Furthermore, Laravel provides…
Animating the progress bar – Cross Browser
The progress element represents the completion progress of a task. A progress element must have both a start tag (i.e. <progress>) and an end tag (i.e. </progress>). Attributes: It can…
Managing passwords the correct way in PHP
Because of security matters! Whenever we develop a user based web application system, we have a common problem of storing the password in the database with correct security standards. In…
7 powerful project management tools to manage your small business in 2018
Running a Small business is like running a one-man show. You have to handle each and everything on your own. When it comes to managing tasks and project a traditional…
Geolocation using JavaScript
Background Geolocation has been a significant feature to track the user’s location. We can represent it on the maps (such as Google Maps, Open Maps) with the help of the…
React’s Virtual Dom
Before we start with virtual DOM we should know the basic of DOM(the original DOM) DOM The Document Object Model (DOM) is a cross-platform and language-independent application programming interface that…
Laravel 5.6: Signed URL with Signed Routes
Laravel is the most popular MVC framework in PHP, and there is a reason for that — Laravel never stopped improvising. One of the other major plus points to the…
Top 10 Amazing Projects in PHP, I personally like.
PHP is a server-side scripting language designed for web development and also used as a general-purpose programming language. Rasmus Lerdorf created PHP in 1994, it’s reference implementation is now handled by…
Categories
- Charts (1)
- Deployment Tools (1)
- IDE (1)
- JavaScript (3)
- Operating System (1)
- Other (30)
- PHP (1)
- Programming (6)