
Abhiraj Bhowmick
@abhiraj
I make stuff on the web and write blogs about it.


Debugging in Javascript
Written by Abhiraj Bhowmick
Programmers spend a lot of time diagnosing and remedying errors and omissions in their code. Debugging slows down the Javascript execution and shows how data is modified line by line. Since...


How to use ChakraUI with NextJS?
Written by Abhiraj Bhowmick
Hello, my fellow readers! It's been a long time, am I right? Well, I apologise for not being able to create content for you, mainly due to my board examinations. It's never easy to design a...


5 common CSS mistakes to avoid.
Written by Abhiraj Bhowmick
Let's be real here. Is CSS that hard? Even though being simple and uses the modern English language to name most of its properties like font size or color, it's not rare to get caught up i...


The ultimate Python Cheatsheet
Written by Abhiraj Bhowmick
The Ultimate Python CheatSheet Basics Basic syntax from the python programming language Showing Output To User the print function is used to display or print output ```py print("Content th...


Typescript: An introduction
Written by Abhiraj Bhowmick
I am sure that in your web development career you must have used JavaScript at least once. And I am sure you must have found it very useful and very powerful. But what if I say there is ano...


API: Explain like I'm five
Written by Abhiraj Bhowmick
## So what exactly is an API? An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operat...


How to SEO?
Written by Abhiraj Bhowmick
When building out your website, you’ll want to keep search engine optimization (SEO) in mind. You want your site visitors to be able to easily find what they’re looking for, so it’s importan...