>_ Hello, world!

Posts by webtuu. Software Engineers making software development easier to understand.

How I landed my first job as a remote Junior Developer

I graduated from a Software Development Bootcamp back in early 2018 and landed my first job as a (remote) Ruby Developer within a few months of graduating. My entire class of twenty had jobs within four months. There’s clearly a growing global demand for Developers, but as a result, it’s an increasingly competitive space. There’s […]

Git Basics – Branching, Merging and pushing code to Github

If you’re reading this, you hopefully have a basic understanding of what git is, and you know what purpose websites like Github, GitLab and Bitbucket serve. If you don’t, 😱 fear not! I’ve got you covered 👇. Prerequisites What’s the difference between git and Github? An introduction to git for beginners Command Line basics – […]

What’s the difference between git and Github?

I had the same question when I started out in software development, but when you understand what git is, knowing the difference between the two is much easier. I’ve given a beginners introduction to git in another post, so check that out before or after glancing at the stuff below. Need a TL;DR, ELI5? Here’s […]

A layman’s introduction to Git

One frustrating aspect of becoming a Software Developer is that the tools and technologies you have to learn are rarely explained or written about from a beginner’s perspective. I often find I have to read a couple of articles on a certain topic to get a full understanding – even when the topic turns out […]