Updated on October 30, 2024 in Learn
Why You Should Use a Git Client
If you’re reading this, you’re probably already familiar with Git and code hosting platforms like GitHub. If not, have a look at this great introduction to Version Control! I’m well aware that learning Git isn’t as appealing as learning JavaScript…
Updated on October 25, 2018 in Learn
What is Git, and can it really recover deleted files?
If you’re using Git and accidentally delete your work, don’t despair! You should be able to recover it with a just this bit of code:
Updated on October 22, 2017 in Learn
Contributing to Open Source Documentation
Open Source software, languages and frameworks have enriched our lives greatly. In fact we wouldn’t have the web in its current form today without Open Source software. Most of the technologies used for serving, programming and viewing websites are Open…