Redux

Making a project using React and Redux to build our grasp

We Learn Redux: Part 5 (Final). We are making a Countdown timer app. This is loaded with many actions and reducer which are core concepts of Redux to give you a clear understanding of it.

A List of Immutable Update Patterns that you can understand

We learn Redux: Part 4. Basic examples on immutable update patterns, which is required to update data in a Redux store

Learn enough Redux to get started with your projects

We Learn Redux: Part 3. Learning how to implement Redux in projects, along with Redux APIs like createStore and how to create a Reducer function and Action Object in Redux

What is Redux and what Immutability has to do with it?

We Learn Redux: Part 2. What is Redux in laymans terms? What is all the fuss about Actions, Reducer and Store along with illustations?

The battle between Mutable and Immutable data types

We Learn Redux: Part 1. What are Mutable and Immutable data types in Javascript and how do they behave differently? This is most basic concept we'll use further while learning Redux

CSS

Visualizing the power of CSS Filters using Picturesque CSS

Have issues in distinguishing from different CSS Filters? Easily learn CSS filters using a playground containing useful CSS filters we use in everyday lives

Tell more story with Emojis

Big Fan of Emojis? Why not bring all fun to your website which also can grab user attention and improve their interaction with your blog? Learn how to add emojis to your websites.

Making Responsive Layouts without using Media Queries

How to add responsiveness to your site without using CSS media queries with use of CSS Grid Layouts? A new approach to do responsive web design.

Make your CSS production ready by creating a build process

How to make your SASS (CSS) production ready by adding various vendor prefixes using Autoprefixer, and concatenating all your CSS into one minified bundle to improve performance?

Easy to Write Media Queries

A easy and reliable way to write media queries using SASS variables, mixins and if directives in your frontend application, that is modular and reusable.

JavaScript

What is hoisting, from a beginners perspective?

Learn what is hoisting, an often misunderstood but so easy concept in easy steps.

The last piece of explanation on slice vs splice

How to not get confused between Slice and Splice methods in JavaScript Arrays? Nice little trick to distinguish between both almost instantly.

React

The subtle difference between controlled and uncontrolled inputs

What is the difference between controlled and uncontrolled inputs in React? How to make forms in React using both Controlled and Uncontrolled input types.