Whether you’re working on an old codebase or a three-month old project, you most likely found yourself in a situation where you found the codebase confusing and hard to follow. You probably found code smells, duplications and massive classes. You knew you had to refactor it. There’s one book that… Read more »
I read a nice little book recently about architectural design patterns on iOS. The book was written by the well-known trio behind the objc.io website; Florian, Matt and Chris. It’s called App Architecture: iOS Application Design Patterns in Swift. We’ll do a quick review of the book in this article…. Read more »
It’s been a while since I wrote a book review, mainly because there was a lot of interesting things to write about and book reviews are generally boring 🙂 But this one book deserves to be mentioned. Cracking the Coding Interview is one of my favourite books. It’s a book… Read more »
I get asked so many times to recommend books on iOS development (and development in general). I was a bit surprised at first, but then when I stepped back and thought about it, it made sense. For someone who is starting in iOS books are still the best first step… Read more »
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 »
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 »
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 »
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 »