Recursively merge folder on macOS (native tool)
So my sister ended up in a situation where she had been maintaining two different folders on her Mac, each one containing a huge amount of…
read more →
So my sister ended up in a situation where she had been maintaining two different folders on her Mac, each one containing a huge amount of…
read more →
If you've ever worked with SQLite, you should be aware of the supported data types and Boolean isn't one of them.
read more →
Problems line endings might create, why different operating systems sometimes use different line endings and how to configure git to save yourself from headaches.
read more →
It's a very common scenario when you have to compare strings ignoring their case. The usual approach is to convert both of them to upper or…
read more →
In this short post I am sharing some best practices that I've learned, during my journey writing React applications.
read more →
In layman's terms, a linked list is a list of nodes, where each node holds two things: a value and a pointer to the next node in the list. Let's see how we can implement one using JavaScript.
read more →
Use git pull --rebase to keep a tidy commit history.
read more →
Git can be very useful and at the same time very frustrating, if you don't know what you are doing. Spending a little time to get familiar with some workflows and commands are going to make for a great investment in your career!
read more →
So, you've just finished college or maybe you are just thinking of getting into software development. First thing that comes into your mind is how you are going to get your foot in the door, find a job and bootstrap your career.
read more →