A practical dive into functional programming
Implementing a permission system
Last Updated on October 18, 2023 Hi folks! I’ve been working on a personal project, a simple Express.js REST API. But after a while, I …
4 min read
Securing git commits on Windows 10 and WSL2
Last Updated on July 4, 2023 Git-based platforms such as Github and Gitlab are probably the most common code management tools out there. Therefore, securing …
4 min read
First steps through the Flutter framework
If you are somewhat familiar with mobile development, you have probably heard about Flutter, an open-source framework developed and maintained by Google for building natively …
4 min read
Using Docker to instantiate local databases
A minimalist guide on the Docker way of setting up local databases
Last Updated on October 17, 2023 From tutorials to enterprise-level software, knowing how to set up a local database instance is a mandatory skill. You’ve …
4 min read
An approach to routing testing in React
Last Updated on May 29, 2023 In React applications, there are many ways for testing routing behavior in our components. You might find solutions on …
4 min read
CodeTips#3: How Specificity works in CSS
Last Updated on September 4, 2024 When working on web apps, at some point, you will need to overwrite styles from components to which you …
4 min read





