I Hate Whiteboard Interviews
Experience in an interview and a dose of algorithm
2018-09-28
Read more
blog
I cross post some blog post on Dev Community
Experience in an interview and a dose of algorithm
2018-09-28
Read more
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 ....
2018-11-14
Read more
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.
2019-01-17
Read more
According to Wikipedia, It is the design of products, devices, services or environments, for people with disabilities. Accessibility in software...
2019-02-18
Read more
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.
2019-03-11
Read more
In this article I will be talking about some of Gatsby's awesome features, how they helped me learn React and my personal website...
2019-04-11
Read more
New feature added to Redux devtools, it helps you track where a particular redux action was dispatched from.
2019-04-23
Read more
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.
2019-05-16
Read more
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
2019-07-24
Read more
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.
2019-08-19
Read more
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.
2019-09-27
Read more
Sometimes we need to share database connections across our application, in this article we will be looking at how to share database connections in golang.
2024-05-15
Read more
In this article we will be looking into how to dockerize a simple Golang web server
2024-05-21
Read more