| |

Using TypeScript with Styled Components

Styled-components, what are they? The result of thinking about how to enhance the CSS for component systems styling in React. A JavaScript subset, it mainly provides static classes, interfaces, as well as static typing. One of the most noticeable TypeScript pros is enabling IDEs to provide a richer environment that could see common errors in…

Send Email using JavaScript – Complete App with Source Code

Send Email using JavaScript – Complete App with Source Code

Sending an email through your web app is some times a hectic process for beginners. In this article, I will walk you through a simple JavaScript task assignment app. The user can add the assignee name, email and task description and can simply send email to the assignee with task details using a library called…

10 The Most Impressive Admin Templates
| | |

10 The Most Impressive Admin Templates

Bootstrap 4 and Angular 7 are buzzwords. These top frameworks guarantee a stable work, responsive design, and absolutely clear structure. These key points are highly expected when you start searching for an admin dashboard template. There are always two ways of choosing the HTML dashboard template: free templates premium templates Everyone knows that more power, reliability, and productiveness is real…

Top 25 JavaScript Articles For The Past Month

Top 25 JavaScript Articles For The Past Month

JavaScript is one of the most popular programming languages in the world and is now widely used also outside the browser. With the growing needs that the web platform demands, JavaScript accommodate the needs of one of the most widely used ecosystems of the world. Many things were introduced in the platform, with browser APIs,…

CRUD Operations Web App using PHP & MySQL | Part 2
| | | | | |

CRUD Operations Web App using PHP & MySQL | Part 2

This is the 2nd part of the CRUD Operations Tutorial & the 3rd part of the PHP Web Application Tutorial series. If you missed previous parts, then you can find here => Getting Started with Web Application using PHP & MySQL | Tutorials I’m assuming that you have followed the previous part of this Tutorial &…

CRUD Operations using PHP & MySQL | Tutorials with Source Code
| | | | | |

CRUD Operations using PHP & MySQL | Tutorials with Source Code

Yes, I’d say a large percentage of most applications I’ve worked on is basic CRUD(Create, Read, Update, Delete) operations. Especially In any Web Application, you need to repeat the CRUD Operations for every object in your system. For creating beautiful & responsive UI, I’m using AdminLTE Template. So, In case if you missed the first part of this…

Creating Interactive Dashboards in Asp.net Core MVC
| | | | | | |

Creating Interactive Dashboards in Asp.net Core MVC

Dashboards used to represent Application’s Data. Actually one of the main purposes of a Dashboard is to give an overview of the complete application. In Applications like Admin Panel, Dashboards should be Powerfull enough to give a complete summary of your Apps running in a real-time environment. Here’s my Tutorial, If you’re interested in Dynamic User-defined Dashboards using Asp.Net…

CRUD Operations in Asp.net Core MVC
| | | | | | | |

CRUD Operations in Asp.net Core MVC

Yes, I’d say a large percentage of most applications I’ve worked on is basic CRUD(Create, Read, Update, Delete) operations. Especially In an Admin Panel, you need to repeat the CRUD Operations for every object in your system. For creating beautiful & responsive UI, I’m using AdminLTE Template. So, In case if you missed Setting up AdminLTE in Asp.net…

Passing Parameters with AngularJS UI-Router | Nested Views
| | |

Passing Parameters with AngularJS UI-Router | Nested Views

Angularjs UI-Router is considered as developers first choice when it comes to working with SPA(Single Page Application). Most of the developers are not interested in Advance features of Top JavaScript Frameworks like Angular & React, they just want to use Routing solutions provided by these Frameworks. UI-Router makes it easier to work with nested Views. I have…