© 2023 Hashnode
#backend-development
Introduction If you wish to add animation to any of the components in the web page, all those animations or modifications to an element to behave in a certain way are done by manipulating the DOM. The Document Object Model usually referred …
Introduction Definition of caching Caching is used to speed up the performance of a system by reducing the time and resources required to access the data. This data can be in the form of web pages, im…
Last week, I committed to writing about what I learned in the mentorship programme I'm currently going through. I believe you now understand how to learn as software engineers and professionals with m…
The backend has always been an exciting field. Like every other software development field, things are constantly evolving, and we need to keep up with the evolution and trends in this field so we won…
Introduction Have you ever thought? How can you get a web development job with an average salary of $82000 a year? I wish I had a roadmap when I started my journey to become a web developer so now, I …
I know my topic seems a bit dramatic but follow me as I unveil my first team project in the Ada training. Before I begin, I would like to give you a brief introduction. My name is Tamara, I joined the…
Introduction to caching and its benefits Caching is a technique used to store frequently accessed data in a temporary storage area, known as a cache, to speed up the retrieval of that data. Some of th…
A developer who handles the operations that occur at the back end of the program is called a back-end developer, Back end is the server side of the website or web application, Backend developer works …
Getting started with Node.js is relatively straightforward. In this post, I will go over the steps as simply as I can. However, before we start, there are a few prerequisites needed before you can get started. Prerequisites: Basic knowledg…
Caching is a technique that is used to temporarily store frequently accessed data in a faster memory storage, so that it can be quickly retrieved when needed. Caching is a powerful tool that can significantly improve the performance and sca…