Blog

Writing on React, JavaScript, frontend architecture, and engineering craft. Cross-posted to Medium and dev.to with canonical links pointing here.

Create your own Deno module + Github Action

·3 min read

I am going to explain how easy it is to create own module in deno and use it. Along with it, i'll also explain a bit on github actions.

denomodulecreateYourOwnModulegithubAction

Deno is here. Have you explored it yet?

·7 min read

My first experience with Deno and hands-on to get started with it. I am putting details on how I have started and some of the learnings and shortcomings that need to be explored.

denoreactdockeroak

A journey of creating first flutter app

·4 min read

A brief detail on my learning of flutter and how I have created an app for iOS and android both. This app is to help with Covid19 information (india only).

flutterdartiOSandroid

Fix: MacOS Catalina and CommandLineTools Issue

·1 min read

A quick fix for CLT (Command Line Tools) after upgrading mac os to catalina.

macos-catalinatipsCommandLineToolsWebDevelopment

On demand & colorful console log in NodeJS

·4 min read

Quick tips on how to use console logging in nodeJS on-demand and add some color to it without any thirdparty library.

nodenodejsconsoleonDemandlogging

React component lifecycle with Hook§

·5 min read

Let's learn how to have lifecycle methods of react in functional component using hooks in this article. Read on to find it out...

reactreacthooksjavascriptadvancedtutorial

React Hooks: Migrate class component to functional and use hooks

·7 min read

Have you tried to convert your existing class based react component to hooks? This post will guide you to migrate a class based react component to hooks based component step by step.

reactReactHooksjavascript

ES6 and Beyond - Part 2

·7 min read

Have you used Promises? What about async-await? Never-mind, let's explore it together in this article.

ES6+JavascriptintermediatePromises

ES6 and Beyond - Part 1

·7 min read

How about learning some cool ES6 and Beyond features? What are you waiting for…lets learn together with this post. ES6 means ECMAScript…

ES6+Javascriptintermediate

CSS for Beginners

·3 min read

Are you new to CSS? I got you covered. Read this post and watch the video given to get up to speed.

cssselectorsbeginnerscss selectors

Sharpen your `console` axe in javascript for better logging

·6 min read

Have you explored `window.console` deep enough to find what it has to offer? No....read on here to know what it has more to offer.

javascriptconsolelogging