I indie hack when some are watching (twitch.tv/gillchristian)
All the steps, yes even Profit!, are required to install from scratch. To do a manual update, when a new instal...
Muchachos, ahora nos volvimo' a enloquecer En Argentina nací, tierra de Diego y Leonel De los pibes de Malvinas que jamás olvidaré Las final...
silver bullets This post was originally a note on my Digital Garden 🌱 Disclaimer: this is...
organized tools This post was originally a note on my Digital Garden 🌱 When working with discriminated...
phone with twitch app A few weeks ago I started to stream again after taking a break for a couple of months. I'm now on Season...
software engineers at work What's like to work as a software engineer? In a nutshell you'll write code...
A convention to clarify the intention of a comment in a Pull Request (PR) review using prefixes. xkcd standars...
A few days ago I was writing some validation functions that were basically a composition of several other predicates. Whic...
Last week I migrated all my articles from dev.to. I wrote a Haskell script to do that (duh!) Although I'm posting in Col...
typescript playground If you know or use TypeScript you ought to be familiar with its Playground. It is an awesome tool,...
alt Last weekend I participated in ZuricHac. It was an awesome event. Well organized 👏🙇 and full of interesting people! Zu...
Collected Notes, so hot right now I have been publishing notes an articles on dev.to for around a year and a hal...
Originally posted on dev.to/gillchristian. As we saw in the previous one, Applicative allows to appl...
Originally posted on dev.to/gillchristian. When learning about the different type classes in Haskell the o...
Originally posted on dev.to/gillchristian. This is a small tutorial of what ...
Originally posted on dev.to/gillchristian. Yesterday I shared this gist: [twitter https://twitter.com/gillchr...
Originally posted on dev.to/gillchristian. In the past days I've...
Originally posted on dev.to/gillchristian. The explicit teaching of thinking is no trivial task, but who said that the teachin...
Originally posted on dev.to/gillchristian. I would like to b...
Originally posted on dev.to/gillchristian. Here we go with another chapter of the Haskell book from Delft Haskell ...
Originally posted on dev.to/gillchristian. There are many ways of trying to understand programs. People often rely too much on...
Originally posted on dev.to/gillchristian. I figured for some of the days of #100DaysOfFP it makes more sens...
Originally posted on dev.to/gillchristian. Last week on the first entry of this de...
Originally posted on dev.to/gillchristian. In December last year I c...
I recently moved from Ubuntu to MacOS and in the process I made several changes to my dotfiles to make them work. But I...
From imperative to declarative. pipes Imperative based on statements (if, for, while). export const...