Home ยป Archives for Duke

Duke

Am I too old to learn coding? The answer is always no!

Am I Too Old to Learn Coding?

I have to say, this is a question Iโ€™ve been hearing for a long time since I got into the web development world. Itโ€™s a very common question, so please donโ€™t feel like youโ€™re alone when asking it...

Little Coding Things default cover

What does git add -a do?

If you’re reading this post, chances are you’re looking for a Git command that stages all changes before committing. To set the record straight: the correct command is git add -A. A quick...