#wemakedevs
Read more stories on Hashnode
Articles with this tag
Hello developer! As a dedicated developer, your days are likely filled with the rhythmic dance of code, debugging conundrums, and the thrill of...
What is debouncing? Debouncing is a pattern or a technique to restrict the calling of a time-consuming function frequently, by delaying the execution...
Monolithic applications and Microservices In monolithic architecture, all the components are tightly coupled means all the frontend, backend,...
Before Docker Initially, one application runs on one server. which won't be cool if more people are using the application the load will be increased...
Before cloud computing, companies had to store all their data and software on their hard drives and servers. The bigger the company, the more storage...