Miner’s Advice #1: Effective technical writing
Tips and techniques to write technical texts effectively and accurately
Last Updated on June 26, 2024 Communication. Although a difficult concept to define, it’s easy to recognize its relevance and impact on the success of …
Creating a preview mode in a Vuex app with dependency injection
How I implemented a preview mode in a VueJS application
Last Updated on July 4, 2023 In this article, I will talk about how to use dependency injection (DI) in a Typescript Vue app with …
Integers overflow and underflow
What happens if we go off the limits of a predetermined space?
Last Updated on April 11, 2024 As we all should know already, memory is not an infinite resource despite looking like it. Given our current …
Creating a development environment with docker and docker compose
Last Updated on May 29, 2023 Did you ever try to run code on your local machine, but it simply didn’t work? And when you …
Do you know the CI/CD initiative?
Applying these concepts using GitLab CI/CD tool
Last Updated on October 18, 2023 Nowadays, the DevOps culture is present in many projects and companies of all sizes. The main concepts of this …
How to use dynamic Components in Vue
Understanding dynamic and async components by example
Last Updated on July 4, 2023 Hi guys, in today’s post I want to share an interesting scenario about using dynamic components with you. Imagine …
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 …
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 …
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 …
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 …