Years ago I read a great book about design patterns: Head First Design Patterns. The book is pretty good and definitely deserves a few words. I’ll keep this article short and sweet. I could go into details about what design patterns are, but I’ll leave the reading to you 🙂… Read more »
I was poking around GitHub a while back and in the Firefox repo, I saw badge that led me to codecov. This is an awesome little tool for generating code coverage reports. It’s simple to use and integrates well with GitHub and Travis CI. In this article, we’ll go over the… Read more »
A couple of months ago I read a book Soft Skills by John Sonmez. I loved it and as a result, I started updating my blog every Monday. That one book made things clear in my mind and I decided to follow some of the advice John was giving. So… Read more »
Travis is a cloud-based continuous integration server that works really well. It’s quite well-known in the open source community because it’s free for open source projects and it integrates perfectly with GitHub. In this short post, I’ll go over how to set up Travis for your open source project. I’ll… Read more »
I’ve read a great book a couple of months back. And I just have to share it with you. The book is Code Complete 2 by Steve McConnell. To put it simply, if you’re a developer you should have this book on your bookshelf. The author went over hundreds of books,… Read more »
We’ve all heard of continuous integration (CI), and we’ve been using it for a while now. CI pipeline can be very tedious to setup, luckily there are some cloud based solutions that work really well. One of them is nevercode.io. In The Cloud I actually had my own version of… Read more »
I came across this book on Amazon by accident: Soft Skills: The software developer’s life manual by John Sonmez. I was looking for some great new books to read, and this book kept popping out in my search results, in my recommended books, everywhere. What got my attention was the… Read more »
I’ve read a great book recently, Soft Skills: The software developer’s life manual by John Sonmez. I borrowed that book to a friend, and somehow he stumbled on a blog course that covers some of the topics covered in the book. Since I enjoyed the book, I decided to give it… Read more »
I’ve read a great book recently. Algorithms Fourth Edition by Robert Sedgewick and Kevin Wayne. This is a great book that reminded me of my college days when I was listening to my Algorithms and Data Structures. This book is written as a text-book, and is very technical. So if… Read more »