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 28 days ago

Manage uv.lock file with Renovate

28 days ago

In our work, we are using renovate to update the dependency packages...

Set up Python Provider for Neovim

about 1 month ago

To make python plugins work in Neovim, we need to set up...

Ripgrep_search_hidden_files

about 2 months ago

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

Pre-commit Setup for Your Project

about 2 months 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

2 months ago

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

Return Different Values for Each Call of A Mock

2 months ago

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

Migrate Python Project from Pip to Uv

3 months ago

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

Migrate Python Project from Pip to Uv

3 months ago

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

Check Trailing White Spaces in Your Project

6 months ago

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