After long pause, because of my newborn daugther, I'm back to dev.to ...
I worked on my first open-source package last weekend. ccoVeille ...
Let's continue my articles about integer overflows in Go. Here are examples var a int var b...
Go is a strongly typed language, it avoids making mistakes. I wrongly assumed Go was handling...
git checkout command exists since the beginning of git It is used for these things: creating new...
Following the article wrote by @muzammil-cyber Git Commit...
I just wrote an introduction about GitHub's Octocat The story...
Everyone (at least among developers) knows the GitHub's logo. Several knows the mascot is named...
Many articles but also topics in my weekly dev.to recommendations. These are the articles I liked...
In this article, I will use Go language as an example, but the subject can be extended to any...
Here is a current implementation of the future encoding/json/v2 in Go ...
First thing to understand, git is not GitHub. git is a tool, GitHub is somehow an hosting provider....
I recently started to contribute on open-source projects on GitHub. Here is the summary of the...
This article is the last of a series I started a few weeks ago. Here they are the previous...
"what are your achievement this week ?" Here is a post. So here is what I did this week on...
I like explaining things. I love the following proverb Give a Man a Fish, and You Feed Him for a...
I think this kind of message is unusual on dev.to, but I have to inform my followers. My second...
How do you use git rebase? Let's go through one use case ...
Most project comes with dependencies. Go is quite interesting as the compiler only ships the needed...
git rebase --interactive (or git rebase -i) is a great command. The Swiss army knife in git. Many of...
Using git is a long journey. I'm still learning things even after a decade of using it daily at...
I started talking about psychological/cognitive biases in my previous article ...
Make an alias for existing branch Michael Nikitochkin ・...
I'm often posting advanced tips, today I will talk about something very simple, but that I noticed...
I will share some thoughts about development. About me: Smiling person, father of two, husband,...
Please read the introduction I wrote about why signing your git commits ...
I mentioned in a previous article why it's important to secure your ssh key with a passphrase ...
Why? Adding a passphrase to an SSH key enhances security by protecting your private key...
To generate a robust SSH key, you have two main options: ED25519 and RSA. Both have their advantages,...
Let's talk about git conflicts. OK, we hate them 😅, but let move on. You may have faced to the...