Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

jdhao.github.io

jdhao's blog

Get the latest updates from jdhao's blog directly as they happen.

Follow now 51 followers

Latest posts

Last updated 9 days ago

Ripgrep_search_hidden_files

9 days ago

Notes about how to use ripgrep to search hidden files and configuration...

Pre-commit Setup for Your Project

11 days ago

We have a Python project where there are several developers and we...

I read the nvim v0.12 release note so you don't have to

23 days ago

A major Neovim release (version 0.12) has been released a few days...

Return Different Values for Each Call of A Mock

25 days ago

When unit-testing a function that make multiple external calls/requests we want to...

Migrate Python Project from Pip to Uv

29 days ago

Previously, our projects are still using the old Python 3.10, which will...

Migrate Python Project from Pip to Uv

29 days ago

Previously, our projects are still using the old Python 3.10, which will...

Check Trailing White Spaces in Your Project

4 months ago

When I am working on a Python project, I am using black...

object vs nested type in data mapping in Elasticsearch

5 months ago

In this post, I compare the object vs nested type used in...