Curated river of news

Reader

Latest posts from blogs I follow

2916 entries
59 pages

200: Keep a CHANGELOG(opens in new tab)

A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. This episode is about what a changelog is, with an interview with Olivier Lacan, creator of keepachangelog.com. The next ...

Bubble Sort in Python(opens in new tab)

I’ve always been very focused on building and maintaining large web applications and systems, as such I feel like I skipped over some of the basics early on in my career. Due to this and my curiosity as to how ...

Golang: Regex(opens in new tab)

Introduction In this 26th part of the series, we will be covering the basics of using regular expressions in golang. This article will cover the basic operation