© 2023 Hashnode
#code-review
When working on a front-end development project, it’s important to ensure that your styles are consistent across all browsers. This can be difficult, as different browsers have different default style…
What does code quality look like in mechanical terms? Multiple books have been written on the subject, so I won’t attempt to explain in-depth. But to give an overview, high-quality code is code that c…
Written by Dave Sweeton, Chief Technologist at Stout Systems One aspect of my job as Stout’s Chief Technologist — and one that I really enjoy — is reviewing code bases. I get to do this somewhat regul…
Start date: 9 January 2023Final commits: 17 January 2023Live link: https://michbotx.github.io/to-do-app/Github link: https://github.com/michbotx/to-do-app Challenge: To create a todo app (challenge by…
I recently talked to Michael Lynch, an ex-Googler and ex-Microsoftie who now runs his own tech start-up, TinyPilot. I asked him about software engineering practices at Google and Microsoft and how the…
This is primarily a response to a Reddit comment but I have encountered this line of pushback against short-hand syntax multiple times. Thus I think it is good to write it down and explain my support for short-hand syntax or, in general, fo…
In this article, I will be discussing the implementation of a car inventory management system for a car-selling shop. The shop owner, John, needs a way to track the cars in his inventory, attach price…
So let's have an easy discussion on the topic of Functions in JS. So basically the function and methods both are the same in the JS. So basically there is some block of code or we can say that some ki…
Let the GitHub Knights of Branch Protection Guard Your Repo (📷 motoDanmoto) Fortify Your Repo 🏰 GitHub provides a suite of options that allow you to determine specific criteria that must be met befo…
Introduction : Git: The git is a distributed version control system for tracking changes in source code during some software development which is a command line tool. It is designed for coordinating w…