Posts
All the articles I've posted.
Design Patterns: Factory
Posted on:September 18, 2024 at 08:27 PMIn this article we'll explore the Factory pattern in Go, this pattern allows us to create an instance...
Coding Interview Patterns: Two Pointers
Posted on:July 10, 2024 at 04:27 PMIn this article we'll explore how to use the two-pointers technique for coding interviews...
Go Cheat Sheet For Coding Interviews
Posted on:January 18, 2024 at 08:27 PMGo Cheat sheet for the most common functions and tricks used in coding interviews...
Python Cheat Sheet For Coding Interviews
Posted on:November 15, 2023 at 07:07 PMPython Cheat sheet for the most common functions and tricks used in coding interviews...
A studying technique: SQ3R
Posted on:September 27, 2023 at 03:38 AMSQ3R is a reading comprehension method named for its five steps: survey, question, read, recite, and review...
Vim Cheat Sheet
Posted on:August 19, 2023 at 05:07 PMVim Cheat Sheet for the most common commands and shortcuts I use on a daily basis...
Structured Logging with slog in Go
Posted on:August 4, 2023 at 11:07 PMWhen debugging our applications, having information about its status is very important. One way to achieve this is through...
Server-Sent Events in Go: An efficient real-time communication alternative
Posted on:June 24, 2023 at 11:07 PMIn today's software engineering landscape, real-time communication plays a crucial role in many modern applications...
8 design patterns you should know about
Posted on:March 10, 2023 at 11:52 PMThe other day I was watching videos on YouTube, and suddenly I came across an interesting one called...
What is a Web API
Posted on:February 24, 2023 at 08:21 PMLet's talk about web APIs and what are some aspects/features that make them good...
How to test Redux Toolkit Query with MSW
Posted on:February 11, 2023 at 02:45 PMWhen we work with web-based applications, it's common to fetch data via HTTP calls. There are several options to do so...
Improving my shell performance
Posted on:January 26, 2023 at 09:24 PMFor years I've been using oh-my-zsh as my terminal framework for the zsh shell...
5 Techniques to learn Rust faster
Posted on:January 22, 2022 at 09:02 PMOne of the first things you hear about when starting to learn Rust is that: it's hard to understand, it has a steep learning curve...
Learning Go book's highlights
Posted on:January 18, 2022 at 11:11 PMTl;dr is a great book to learn about Go in general from the basics to advanced concepts such as: testing, cgo, concurrency, and…
Tech I am exploring in 2022
Posted on:January 12, 2022 at 10:30 PMHello everyone, and happy new year! 🥳 every new year is a fresh start for all of us...