© 2023 Hashnode
Using a relational database on the network-like representation of data isn’t the most performant choice if the number of data points in your system is counted in millions. Using tabular form to repres…
A pangram is a sentence that contains all the letters of the English alphabet at least once. It’s a fun challenge to write one, but it’s also useful in a variety of applications. For example, if you’r…
Engi-Proverbs is a series where I summarize some lessons and principles I've learned over my career by using a memorable and simple saying of wisdom. In the previous article of this series, I touched…
Whether you need to build lambda code or hydrate a test database, most projects that you work on will involve some piece of DevOps scripting. If your application is using Node, there's no reason not t…
In this week’s article, I will share the roadmap I'll be following along with some useful resources I have gathered this month. And I'd love to know what you are relying on for your learning. Who is …
Assuming that you are an innovation peruser, you are familiar the new sort of cash that has been made. You might have learned about Bitcoin for example. On the off chance that you have not delved into the subtleties, you might be asking you…
CSS Box Model: The CSS Box Model is used to create a definition for the way the HTML elements are structured on the screen. And this approach accounts for options such as margins, padding, borders, a…
Welcome to the 44th day of our "Code, Blog, Repeat: A 50-Day Quest for Back-End Mastery" series! Today, we're diving into the exciting world of MongoDB aggregation. Aggregation is a critical aspect of…
Introduction Explanation of Murf Text-to-Speech Text-to-speech technology has come a long way in recent years. It used to be robotic and stilted, but today's technology is much more natural and human…
Introduction to Fish Shell: Fish shell is a smart and user-friendly shell for Unix-like operating systems. It is designed to be more human-friendly and interactive, making it easier for new users to s…