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
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 Cheatsheet
Posted on:August 19, 2023 at 05:07 PMVim Cheatsheet 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...
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...