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
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...
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...