Curated river of news

Reader

Latest posts from blogs I follow

2881 entries
58 pages

Document Driven Meetings(opens in new tab)

Amazon, AWS, Twitch.tv, Whole Foods, Woot, and Audible are among the companies that use document driven meetings to plan new products, features, and processes. This is an example PR/FAQ to help you understand the document format. The format is not ...

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