blog

I cross post some blog post on Dev Community

Understanding CSS before and after pseudo-elements

When I started learning front-end development I really hated CSS and design(I still hate design) but my CSS is a little better. One concept I didn’t understand was CSS pseudo-elements ....

Read more

Building Accessible(A11y) Forms

According to Wikipedia, It is the design of products, devices, services or environments, for people with disabilities. Accessibility in software...

Read more

What Materials Would I Use If I Started Learning Javascript Again

In this era of information boom the assumption is that you can pick up any skill(technical or creative) because there are a lot of materials available but It is quite the opposite.

Read more

Scss Cheatsheet

SCSS simply means Sassy CSS. Sassy CSS is a CSS preprocessor that gives you access to use features that are not available in Vanilla(normal) CSS.

Read more

Gatsby is awesome

In this article I will be talking about some of Gatsby's awesome features, how they helped me learn React and my personal website...

Read more

Redux Devtools - Actions Stack Trace

New feature added to Redux devtools, it helps you track where a particular redux action was dispatched from.

Read more

Generating Pdf documents in React Using React-pdf

So in the tutorial, I will try to explain briefly how react-pdf works and also walk you through how to generate PDf from an array of objects

Read more

How I was able to move past tutorials

A lot of aspiring software developers at some point get stuck in the tutorial purgatory so in this article, I will share what helped me escape it.

Read more

Using WebSockets in React

Recently I had to consume a WebSocket API in a React application I was working on, So in this article, I will briefly explain how to use it in a React Application.

Read more

Hooks Introduced in React-Router v5.1

I am always excited when there is a new release of any of my favourite libraries/frameworks/languages, At about 6 pm yesterday while scrolling through twitter I saw that a new version of react-router was released so I went to look it up and the react-router team added some really nice new API's and functionality.

Read more

I Hate Whiteboard Interviews

Experience in an interview and a dose of algorithm

Read more