Welcome
Hi there! my name is Gustavo Castillo, and this is my personal blog Digital Garden 🌱 where I write about web development, tech, and life. I hope you enjoy it!.
Recent Posts
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...
Featured
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…
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...
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...
Array destructuring en JS
Posted on:March 17, 2019 at 03:18 PMUno de los principales objetivos que trajo consigo ES6 fué el hecho de hacer a JavaScript un lenguaje de programación más declarativo...