Git: Multiple workspaces with git worktree

December 13, 2022 · 2 min read
Learn how to increase your git productivity with multiple working directories for one git repository

6 ways my failed app made me a better developer

September 16, 2021 · 4 min read
I challenged myself to work on an app. It failed, but I gained taught me a lot. Read on to know how I benefited from it.

Codename: Webmeter - An iOS widget to test website reachability

August 3, 2021 · 2 min read
A widget app that monitors your site

Monitor multiple iOS simulator logs at the same time

May 19, 2021 · 2 min read
How to view mutliple logs from different iOS simulator at the same time.

mitmproxy filters that will make you a better developer

February 28, 2021 · 2 min read
Check out these 5 mitmproxy filters that would make you a better developer instantaneously

Mac Startup Apps: How to reset launchservice database

February 6, 2021 · 1 min read
When developing mac startup apps, it is common to create redundant startup registration in your machine. I will give you a tip on how to remove these redundant items

5 cool ideas for iOS 14 App Clips

December 12, 2020 · 4 min read
App Clips is a cool new way to reach out to new customers. Acquiring customers with your app is now possible with App CLips. All businesses can leverage App Clips as a way to market their products or serve their customers better. In this article I would go through some ideas to use with App Clips.

Why is my battery yellow on my iPhone?

September 15, 2020 · 1 min read
Ever wondered what does yellow battery life mean on iphone? Your iphone battery is yellow because of low power mode.

Git: How to save your changes temporarily

August 29, 2020 · 3 min read
You're head down on a big feature. Tons of uncommitted code changes sit in your git directory. Its almost five o'clock and tomorrow is Code Freeze. The last thing you would want to hear is ..

Commit Mistake: How to untracked files in Git

August 20, 2020 · 1 min read
With todays tools, it easy to accidentally commit a big file into your git repository. Try this simple command to fix this.
← Prev
Page 1 of 2
Next →