#best practices
all tags
I Almost Forgot How to Code. Is That Bad?
A year of shipping four projects with AI, run as an experiment. The bottleneck was never the coding. It is refining the problem until the tools can solve it.
DevContainer pnpm dev environment setup
Optimal node js dev environment to speed up npm dependency management and optimise the node_modules disk space.
DevContainer with host Git credentials
How to configure a devcontainer with the host Git credentials. We developers should work in isolated environments to maintain consistency across different machines and team members.
How to configure Cloudflare DNS for a GitLab page (Solved)
Setting up a custom domain for a GitLab Pages site using Cloudflare can be challenging due to unclear or outdated documentation. This blog post clarifies the process by providing a step-by-step guide.
The three QA amigos: SDTs, AEs and the VBEs
A usual misunderstanding among many teams is to regard testing as one team without any specialization. Moreover, the biggest mistake that I have seen is to give the same job title to all "testers" regardless their skills and contributions.