ReactJS Building Fast Forms in React with HTML5 & Validations While making WebApps, Forms are required all the time and always need some fine tuning. Let's see how to Build Fast Forms in React with HTML5 & Validations
ReactJS Where do you initialize state in React Component? A small thing to ask where to initialize the state. But in a large codebase, these decisions will improve your daily code efficiency. What do you prefer?
ReactJS 5 Tips for Component Driven Development Component-driven Development has taken the FrontEnd Development by storm. Here are some tips to help you with any Component Driven Development.
Static Site Getting started with Eleventy (11ty) JAMStack is fast for the development & delivery of fast websites & Static Site Generation is one of the ways. Eleventy (11ty) is the easiest Static Site Generator
JavaScript Are you using Trailing Commas in your JavaScript? In multi-line objects & arrays in JavaScript, Trailing Commas can be very useful; being part of ES5 standard, see how it can help you in your JS Apps.
frontend Now you can manage Aliases for FrontEnd Workflow in one place Aliases are very handy; be it in CLI or in FrontEnd development. But have you thought about troubles managing them? Here's how to do it in Frontend Workflow
github Add Test Coverage Label with Github Actions A good Testing setup will help you release with confidence & sleep with peace. Here's How to Add Test Coverage Label with GitHub Actions
github AutoPublish on GitHub Pages with Github actions GitHub pages are a great to host Demos & Personal Sites. Github Actions is new CI/CD solution from Github. Let's publish on GH Pages with Github Actions
ReactJS Animating the Progress Percent Change in React Visual Feedback is very important in UI design in keeping user informed & engaged with their action. Animated Changing values of percentage is of those ways
ReactJS ReactJS: A Simple Custom Hook React Hooks have changed the way we write components & has mentally pushed to write more Functional Components. Lets see how to make a Custom Hook in React.
github Create & Activate Github Profile README Github Profile README is a good way to introduce yourself; visitors can know more about you other than top repos & how much you code every day.
iOS What's wrong with WiFi in iOS? Why am I saying that? Because whenever I try to turn off the Wi-Fi it goes to inactive mode but doesn't completely turn off.
Static Site What is JAMStack & Why you should care? JAMStack is a modern shift in the FrontEnd Space to develop fast web applications. Here is a quick guide on What, Why, Why not & How of JAM Stack
npm Yarn or npm: What's your preferred package manager? NPM & Yarn have a lot to offer. But its always tough to choose right one; & becomes more tough when working in a team. Here are my opinions on this delima.
ReactJS Integrating REST API in ReactJS with fetch & useEffect Integrating API in a React App can be easily done with simple APIs & file structure. Let’s see how to integrate an API in React app with Fetch & useEffect Hook.
wordpress Using Composer for easy WordPress Deployments Learn how you can use Composer with WordPress to easily deploy it and manage it on multiple servers. Install & manage your WordPress themes and Plugins via Composer.
ReactJS ToDo app in ReactJS with Hooks & Context API Making React apps is easy & fast as compared to the past. Let’s learn how to use Hooks API & Context API for a better developer experience.
JavaScript You don't need Libraries for internationalization (i18n) of Dates Dates are one of very critical info to display in any application; & you don’t need libraries all the time. You already have localization on Date strings
JavaScript Different ways to create Arrays in JavaScript Arrays in JavaScript are very commonly used DataStructure. It can be convenient to know your way around Arrays. Here are different ways to create Arrays.
JavaScript Different ways to create Objects in JavaScript Knowing some handy ways to create Objects might save time in your application development workflow and keep you productive.
JavaScript NPX: work faster with npm package binaries NPX is utility bundled with latest versions of npm that will allow you to execute any npm package binary w/o installing it globally, i.e. w/o 'npm i -g ...'
JavaScript Why aren't you using Aliases in webpack config? With Aliases, you can speed up development & be ready for refactoring productively. See why you must consider Aliases in Webpack Config of FrontEnd projects
JavaScript Optimize your Front End Applications by migrating from Moment to Dayjs Moment is great library for handling Date object but heavy as well. See how we optimized our Front End Application by Migrating from moment.js to dayjs.
FormData Introducing the FormData Viewer Extension An Extension to view the values in HTML Forms using HTML5 FormData API in the Browser; can be used on Chromium based browsers like Chrome, Brave, Edge etc
node.js Creating CRUD REST API in Node.js with Express & MySQL Applications communicate with each other with APIs & key to making versatile applications. Let's see how to make REST API in Node.js with Express and MySQL