Posts
All the articles I've posted.
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...
Versionando binarios en Go
Posted on:September 11, 2021 at 01:30 PMEn este artÃculo aprenderemos como añadir una versión a nuestros binarios en Go...
Functional Options
Posted on:February 13, 2021 at 12:58 PMRecientemente me encontraba escribiendo un paquete en Go y me vi en la necesidad de proveer al usuario de mi paquete...
Slices en Go
Posted on:December 21, 2020 at 03:51 PMUn slice representa una secuencia de elementos de un mismo tipo de longitud variable...
Arreglos en Go
Posted on:December 17, 2020 at 05:10 PMLos Arreglos son aggregate types; sus valores son agrupaciones de otros valores en memoria...
Fetching data con React y XState
Posted on:March 15, 2020 at 05:10 PMCuando estamos trabajando con frameworks del lado del cliente tales como React, Angular, Vue, etc una de las tareas más comunes...
Condicional Switch en Go
Posted on:February 16, 2020 at 02:10 PMEn esta ocasión quiero hablarles de otra de las formas más conocidas y usadas que tenemos en Go para alterar el flujo de ejecución...
Condicional if else en Go
Posted on:November 10, 2019 at 02:10 PMEn esta ocasión quiero hablarles de una de las formas más conocidas y usadas que tenemos en Go para alterar el flujo de ejecución...
Introducción a GraphQL
Posted on:July 21, 2019 at 11:31 PMEn está ocasión me gustarÃa hablarles acerca de un tema que me gusta mucho y que he estado usando en los últimos meses...