Created a Free Game List Page
We have created and published a list page where you can check information on currently distributed free games all in ...
[Git] How to Completely Erase Accidentally Committed Files from History (git-filter-repo)
Today, we’re diving into a technical guide on doing a “deep clean” of a Git repository.
When ...
How to Clone Only a Specific Branch in Git
Today, we are going to dive a bit deeper into how Git repositories are handled.
When someone tells you to ̶ ...
How to Fix Issues When Visual Block Selection Fails in Vim on Windows Terminal
Using Windows Terminal has become common as a standard terminal environment in Windows. While it offers the convenien ...
How to Fix Vim’s Ctrl+Q Not Working in the Visual Studio Code (VS Code) Terminal
The integrated terminal in VS Code is extremely convenient, and being able to use Vim as an extension of your daily c ...
Protecting the GitHub main Branch: Minimum Branch Protection Settings and 3-Way Merge Workflow
At Nando Kobo, we manage the Minecraft Paper plugin “twbridge” in the
GitHub repository nando256/twbr ...
How to Fix SSL Certificate Errors in Git
When trying to access a remote repository in Git, you may sometimes encounter an error message like the one below and ...
Automatically Check Delivery Boxes & Electric Bike Availability with Python! An Introduction to Web Scraping
Since it’s a hassle to access the website every time to check, let’s create a Python script to check the ...
Visualizing Call Graphs in C Language Projects with Doxygen and Graphviz
Analyzing and documenting C language projects becomes more complex as the project scale grows.In particular, understa ...
Notes on the Design and Manufacturing Process of Single-Sided PCBs Using KiCad
This article explains the end-to-end workflow from schematic creation and board design to Gerber output and CNC milli ...