Learn Dart Flutter & Firebase – Udemy
My Podcasts
Learn Python Programming in 5 Hours – Udemy
My Youtube Channel
Web Scraping in Python BeautifulSoup, Selenium – Udemy
My Mobile Apps

Latest Blog Posts

How to detect dark mode in Swift SwiftUI iOS

This solution will work for iOS 13+. So in my case, I have 2 situations. If the app is open, and suddenly UIScreen become dark ...
Read More

When subscribers don’t matter for a youtube channel!

I started my youtube channel at the end of January 2018. It's almost over 2 years. I am not a full-time YouTuber, I monthly publish ...
Read More

Design resources for developers

Every developer need designs to create a web page or mobile application user interface. Today I want to share with you a curated list of ...
Read More
Flutter vs SwiftUI

Flutter Vs SwiftUI

For the last 4 months, I have been using SwiftUI to develop a native iOS application. Before that, I used Flutter to develop several projects ...
Read More

Fixing iOS 13 UIView beginAnimation to block-based animation

Recently when I was updating one of my existing app to support minimum iOS 13 version, I found an error that saying: [UIView beginAnimation] are ...
Read More

SwiftUI: How to Pop to TabView From NavigationView

Last week, I was facing a problem with swiftUI. So basically I want to move to the dashboard or root view, which is a Tab ...
Read More