From Civil Engineering to Software Development
My journey as a 30-year-old woman
Last Updated on May 29, 2023 As a teenager, I wanted to be an Architect. The years passed, and I ended up getting into Civil …
Neovim Tips and How to Start
Last Updated on May 29, 2023 At the beginning of this year, I made my code editor transition from VSCode to Neovim, but there were …
Dependency Injection in JS/TS – Part 2
Last Updated on July 4, 2023 Photo by Floarian Klauer on Unplash Table of Contents Intro Integration Testing Asynchronous Container Creation Caveats Bootstrap Container Decorators …
Rails’ Dirty Modules: Checking models states
Tracking your object’s state
Last Updated on April 11, 2024 Wonderful Monday(?) *All characters appearing in this article are fictitious 9:00 AM Me「It’s Monday already. I really don’t feel …
Polymorphic Associations with Ruby on Rails
Last Updated on September 4, 2024 Although not usually the first option for many, polymorphic associations are perfect for when you need to connect the …
Event-Driven Architecture #2: Our First App
Last Updated on April 11, 2024 Hello everyone! This article is a continuation to the series about Event-Driven Architecture (you can find the first one …
SQL 101 – The Basics
Last Updated on September 4, 2024 Introduction First things first, a little bit of history for us to understand what is SQL. Structured Query Language …
Blockchain: What are you Token about?
Demystifying what blockchain tokens are and what they may represent
Last Updated on April 11, 2024 Tokens, NFT, ERC, EIP… these terms have been in our vocabulary for quite a while. Many people are excited …
CodeTips#6: Using the Node.js debugger
Last Updated on September 4, 2024 The usual way to debug a Node.js application is to simply use the console module to inspect variables or …
CodeTips#5: Debugging in Frontend
Some tips and tools to debug your JavaScript code
Last Updated on September 4, 2024 Hello guys! When we are investigating errors or resolving a bug in our app, we all know the struggle …