My 100 Days of Code Challenge - What Can You Do in 100 Days?
Originally 100 Days of Code means a minimum of 1 hour of daily coding. Mostly It's popular among software engineering newcomers as it motivates them to learn systematically.
In my case, 1 hour was not enough, so I picked a modified version: 100 Days of full-time coding.
Feb
21
Private
3 min read
I’ve Made a Library for Building a Declarative Layout in UIKit
Going back to UIKit after getting used to SwiftUI is painful.
I've made SwiftyUIKit to solve this problem.
Oct
18
Private
5 min read
Is SwiftUI Production Ready? - October 2020
Four months ago I decided that it's perfect time to dive into SwiftUI entirely.
How is it now?
Sep
08
Private
4 min read
My iOS Development Tech Stack in September 2020
Recently I've spent some time thinking over my current iOS development stack trying to figure out how to make the development process more efficient.
Without proper management, any project is likely to become infinite, get stretched for months and even years, and run out of budget without getting done. Here are the basic tips for managing the project that may be enough.