2023-09-28
When starting a new project, one of the architectural decisions is whether to build it as a monolith or as microservices. I have worked with…
2023-08-16
When working with large files or large amounts of data in Node.js, loading everything into memory at once is not practical. If we try to…
2023-07-23
Web accessibility is about making sure that everyone can use our application, including people with disabilities. This includes people who…
2023-05-14
As projects grow bigger, the code tends to get messy if there is no clear structure. I have worked on projects where everything was mixed…
2023-03-19
Debugging is a skill that every developer uses daily, but it is not something that gets talked about much. Over the years I have picked up a…