Web Development Archive

Essential Frontend Development Tools Used By Developers

Author: | Categories: Frontend, UserInterface No comments
There are various factors that influence the development of a complete website or an application. Being a frontend developer, you are required to prioritize your skills and put efforts in the right direction to ensure everything is developed properly. There are scores of frontend development tools that oil the

Know Basic TypeScript Features Before Starting Angular

TypeScript isn’t completely a new language, it is a super script of ES6 (ECMA script 6) and it is an official collaboration between Microsoft & Google. ES6 is an advanced version of ES5 ( regular javascript).   TS or ES6 is not completely supported by all the browsers as

Upgrade Application from Angular 2 to Angular 4

Angular 2 to Angular 4 upgrade is much easier than you imagine. Minimal changes in your package.json and tsconfig.json is enough to run your app developed in angular 2.  As Angular has backward compatibility which runs previous release apps in the new upgraded version. Angular 2 to Angular 4 Pakage.json changes For

5 Essential Browser Plugins for Frontend Developers

Author: | Categories: Frontend, Tools, UI Development 1 Comment
Along with developer tool of chrome, I have 5 essential browser plugins which make me feel more flexible with developing and debugging the web application. I always keep these plugins to make my work easy. Most you may already come across a couple of these plugins but rest will lighten and faster your

Most Common Genesis Hooks and Filters – [WordPress]

I  will list all the most common Genesis hooks and filters used by me while developing a website without boring you with more contents. For a basic overview of Genesis framework read here. While customizing a WordPress,  use a child theme to make all your changes so your parent theme

Genesis Framework Simple Reference Guide

In Genesis Framework Simple Reference Guide, Let’s start with a small intro about Genesis framework. Genesis framework is most flexible WordPress theme with more customization option. Genesis framework let you develop a site on WordPress in a way you want it. If you prefer WordPress for development this framework will give

Setup Sass In Create-React-App Without Ejecting

Author: | Categories: CSS, React, Tutorials 1 Comment
If you are using Create-React-App module to manage your no configuration react application development environment, this guide is to setup Sass compiler into the environment without ejecting the setup. We know create-react-app comes with eject option, which will deploy all automatic confirmation to manual configuration, Even for a professional

Password protection to Website using htaccess

Password protection to Website using .htaccess is much easier than you ever think. This .htaccess authentication is not only for protection. As a developer, we always have multiple staging and dev environment before production. So authenticating those web servers with .htaccess is recommended.  Especially authenticating website with .htaccess will protect your environment from unauthorized access