Aamrinincoderamrin.hashnode.dev·Feb 25, 2023 · 2 min readHow 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 ...00
Aamrinincoderamrin.hashnode.dev·Apr 27, 2022 · 7 min readHow to build a counter app with JavaScriptIf you google What is the best way to learn programming? Everyone will say the best way to learn programming is by building projects. But, you won’t find a complete guide that will show what and how to build projects. To fill that gap, I started the...00
Aamrinincoderamrin.hashnode.dev·Apr 27, 2022 · 3 min readJavaScript Ultimate Guide 02: The DOMDOM is one of the most important concepts for web developers. As a web developer, if you want to create a dynamic web page, you’ll have to do that through DOM. In this article, I’ll show what dom is and how to manipulate a web page with DOM. Prerequi...00
Aamrinincoderamrin.hashnode.dev·Apr 22, 2022 · 4 min readJavaScript Ultimate Guide 01: The fundamentals.JavaScript is called the language of the web. If you want to become a web developer you have to learn JavaScript. But, learning JavaScript is not that easy. So, to make the process of learning JavaScript a little easier I am writing this JavaScript ...00
Aamrinincoderamrin.hashnode.dev·Jan 15, 2022 · 3 min readThe Why What and How of Sass mixin.As a developer, we need to write a lot of code. So, what we try to do is write reusable code. That’s where Sass mixin comes into play. With Sass mixin, we can create all types of reusable css. That makes life a lot easier. So, today we are going to...00