Hello! Welcome to my first post, and thank you for checking out my blog. We are going to start with something simple: the different ways to declare variables in JavaScript. There are three ways to ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Eslint is a successful tool to maintain style consistency across the codebase. The problem with it is, if you follow some rules blindly it can lead to worse DX, nonsense refactors and more verbose code. ...Read more
Ever wondered what it costs to be an Open Source Software (OSS) developer? I decided to break down my monthly expenses to give you a glimpse into the financial side of my passion for OSS. ...Read more
Hey everyone i am a web developer and am opening a discord server to help and give advice to developers out there or those trying to break into the industry I will be covering topics such ...Read more
Modal is a common UX element. A modal is a dialog box/popup window that is displayed on top of the current page. You must have used pop-ups and notifications for your website. For some people ...Read more
Here are some common problems that people face while learning to code, along with tips on how to avoid them: Perfectionism: Perfectionism can be a ...Read more
As you may know, operators are used to perform specific mathematical and logical computations on operands. We know many operators from school. They are things like addition +, multiplication *, subtraction -, and so on. in this article, we’ll start ...Read more