#programming-blogs
Read more stories on Hashnode
Articles with this tag
Do you know Javascript? After the success of the previous video, I've decided to make a second one with 10 more challenges to test your knowledge of...
Wait, what? Slash commands are available on GitHub? I recorded a two minutes video to showcase how it works: https://youtu.be/r3z4sotrQXQ Just open...
Why do we Fork and not just Clone? · How to Fork a repository on GitHub is as easy as pressing a button, we take this for granted, but why is it...
Take the challenge with 12 minigames! · Do you know Javascript? The language we all love has some weird and sometimes unexpected behaviours. It is a good...
Merge Commit vs Squash vs Rebase on GitHub · When Merging a Pull Request on GitHub, you mainly have three options, with a merge commit, squash or...
3 Different Methods to do it safely 🍒 · Why do you need to move commits between branches? Let's imagine this scenario: You're so happy, the first...