How I Debug my Code As a Front end Dev.Debugging is one of the skills you must have as a developer. Because coding is 80% debugging and 20% writing the code. Debugging in layman's terms is fixing the errors (bugs) you created while writing the code. I am a frontend developer I spent most ...Feb 25, 2023·2 min read·14
CSS Positioning: Position absolute and relative with exampleWhen building layouts simple or complex you need to use Positioning. CSS position has five types, position static, sticky, absolute, relative, and fixed. To position elements, we use position absolute and position relative most of the time. So, to...Jan 15, 2022·4 min read·59
Top 10 VS code keyboard shortcuts to boost your productivitySo, you use VS Code. Are you using it properly? If you are doing most of the tasks by clicking the mouse I think you are not using it properly.Jan 11, 2022·2 min read·23
3 Ways to center a div horizontally and verticallyCentering a div is a crucial skill for a web developer. So, today I’ll share 3 ways to center a div horizontally and vertically. Jan 11, 2022·1 min read·52
10 terminal commands every developer should knowAs a developer command line is a crucial skill to have. So, in this article, I’ll share the top 10 command line command every developer should know.Jan 11, 2022·2 min read·20
How to create an equal height column with CSSWhen building websites or apps a lot of the time we need to build equal height columns. But sometimes it’s hard to create equal height columns if all the content inside the cards is not the same. Like these cards here. So, today we are going to s...Jan 4, 2022·3 min read·19
How to Setup Git and Github in less than 5 minutesGit and Github is must-have skill for a developer. So, if you want to start using them then first you need to do the setup. In this article, I’ll do just that. I’ll show you how you can set up Git and Github easily. Let’s get started. Note: if yo...Jan 4, 2022·3 min read·93