排序
Migrating from GitHub to Gitea
Migrating from GitHub to Gitea,I recently made the move, for a variety of reasons, from a public Github profile to private git infrastructure. One of the solutions I tried was Gite...
Rebasing using Git
Rebasing using Git,Today I learned about the incredible functionality of rebasing and amending commits in GitHub. I've always heard about rebasing repositories from classmates but ...
LGTM Devlog 2: Design Ideas for the game I
LGTM Devlog 2: Design Ideas for the game I, LGTM (40 Part Series) 1 LGTM Devlog 0: Teaching Git through playing a game 2 LGTM Devlog 1: New Logo, and jumping the gun by buying a do...
Unbeatable Tic Tac Toe Game using Minimax
Unbeatable Tic Tac Toe Game using Minimax,In order to make the traditional Tic Tac Toe Game unbeatable, it is necessary to create an algorithm that can calculate all the possible m...
Parallel features with Git
Parallel features with Git, Summary I worked on two feature at the same time and then merged it with master branch. Just a recap, the project is a cli tool that check healthy links...
TIL Remote in Git and TOMLLIB in Python
TIL Remote in Git and TOMLLIB in Python,Today I learned how to use remote branches in git. I practiced this git feature by having a peer work on my txt-to-HTML-converter. They adde...
Use git bisect to pinpoint a bug
Use git bisect to pinpoint a bug,During my work on Maven today, I found a very specific bug. The error message wasn’t that clear, and I couldn’t make a guess what might’ve cause...
Pythons on a Battleship (a terminal game)
Pythons on a Battleship (a terminal game),For the past couple of months, I’ve been learning how to code through Codecademy’s Computer Science 101 course path. For my final projec...
Looking for developers for 1h paid interviews!
Looking for developers for 1h paid interviews!,Hey devs, I'm conducting 1:1 remote research interviews with professional developers to better understand developer workflows and too...
Refactoring Code & Rewriting Git History
Refactoring Code & Rewriting Git History,The easiest way to integrate the branches, as we’ve already covered, is the merge command. It performs a three-way merge between the two l...