Beyond the Single-Responsibility Principle
Jan 12, 2021, 7:07 AM
The most famous of the SOLID principles and how it can change your mind set.Continue reading on Level Up Coding »
(Thoughts on) the Contemporary iOS Development
Jan 2, 2021, 3:20 PM
Modern iOS development tools, such as SwiftUI and Swift Package Manager, through the prism of real-life app development.Continue reading on The Startup »
Difficulties of Being Agile
Apr 12, 2020, 2:25 PM
Common mistakes of transition to the Agile workflow and why should you care about them.Continue reading on Medium »
Books That Will Boost Your Programming Skills
Mar 30, 2020, 12:47 PM
Don’t read them all. Pick a few just for you.Continue reading on Level Up Coding »
My Journey on the UI Design Patterns in iOS Universe
Mar 21, 2020, 1:09 PM
Here is my way across various design patterns to my current shelter.Continue reading on The Startup »
I’ve been working on really large code base projects for the last couple years at least, too.
Mar 18, 2020, 3:24 PM
I’ve been working on really large code base projects for the last couple years at least, too. In my personal opinion, catching implicit types inference and such, are just minor things. Although I agree that a million of small things might...
After We Switched to Agile the Whole Team Quit
Mar 7, 2020, 9:45 AM
A practical guide to the world of Agile.Continue reading on Devexperts »
Finding the Ultimate Swift Code-Style Guidelines
Mar 5, 2020, 2:05 PM
Many code-style guides exists. Which is the right one for you?Continue reading on Better Programming »
A Programmer’s Guide to Writing Your Heart Out
Jan 14, 2020, 12:47 PM
How writing blog posts can boost your skills and how to find an appropriate topic.Continue reading on Devexperts »
Once again, about greatest common divisors, the Euclidean algorithm and a little about the history…
Sep 23, 2019, 2:16 PM
Algorithms — one of the main topics of programming, they are everywhere (especially in job interviews, haha).Continue reading on Medium »
Builder Design Pattern in Swift and iOS/macOS Universe
Jun 22, 2019, 3:06 PM
This time I’d like to talk about one more creational design pattern from the Gang of Four’s arsenal — Builder. As it turns out, while…Continue reading on Medium »
Reversing singly linked list. Swift Edition
Jun 19, 2019, 2:27 PM
It’s not a secret that one of the most favorite funs for a software developer is being interviewed by employers. All of us do it from time…Continue reading on Medium »