Curated river of news

Reader

Latest posts from blogs I follow

2873 entries
58 pages

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

Why I Like Nox(opens in new tab)

Ever since I got involved with open-source Python projects, tox has been vital for testing packages across Python versions (and other factors). However, lately, I’ve been increasingly using Nox for my projects instead. Since I’ve been asked why repeatedly, I’ll ...