© 2023 Hashnode
#software-engineering
Introduction In the realm of software creation, the backend often seems like a daunting entity. It’s the hidden powerhouse of every app, taking care of all the behind-the-scenes action. In this guide,…
New Viewports in CSS In March 2022, the W3C announced the addition of 20 new viewport units to CSS. These units, which are prefixed with sv, lv, and dv, allow developers to more precisely control the layout of their web pages on different d…
Introduction In the dynamic realm of software development, our journey often takes unexpected turns. As a Javascript developer, I immersed myself in the world of web development, harnessing the power …
In every application development process, we often encounter scenarios where entities share common attributes while also possessing unique characteristics. We manage these parent-child-like relationships between entities using inheritance l…
In Python, lists are a versatile and commonly used data structure. They are ordered, mutable, and can contain elements of different types. Python provides several built-in methods to manipulate and pe…
As a software engineer, there's this ongoing pressure to constantly learn and stay updated with the latest news and trends happening in the tech space. This article will list the top 10 best YouTube c…
Introduction In today's rapidly evolving digital landscape, businesses are increasingly relying on cloud-based services to streamline their operations, enhance productivity, and drive innovation. Five key services that have emerged as game-…
TypeScript is a typed superset of JavaScript that adds optional static typing to the language. It was created by Microsoft in 2012 and has been growing in popularity ever since. There are many advanta…
Don’t you sometimes wonder what it would be like to become an ‘alpha’ in coding? By ‘alpha’ I mean precisely the same thing you think it is. If you don’t, well you’re probably a beta. So, there are so…
Hi guys, Today, I will provide you with an overview of GitBook, one of the best documentation platforms I have ever had the pleasure of using. What is GitBook? GitBook is a documentation platform on C…