Setting up Google Domains for static GitHub websites in 2023

2023-08-13 00:00:00 +0000

In the last post we learnt how you can create a static website using the GitHub Pages feature and apply themes to it using jekyll themes.

Read more →

Fixing pull request creation in Sourcetree

2023-07-28 00:00:00 +0000

I recently had to setup a new machine & realised that I was not able to create pull requests from branches in Sourcetree. Turns out in the newest version 4.2.4(254) for Mac the `Host Type` is not automatically set

Read more →

UIActivityViewController usage in iOS

2023-06-14 00:00:00 +0000

Sharing content from your app across the system is made simple using the `UIActivityViewController` class on iOS.

Read more →

Create a website with GitHub & jekyll in 2023

2023-03-23 00:00:00 +0000

If you have a GitHub account, you can create a static website using the GitHub Pages feature.

Read more →