Skip to main content

My Blog Posts and Stories

My Blog posts. These posts spans a wide range of categories, from entertainment to programming to just random stuff. Stay tuned :D.

Do let me know if any of the content is inaccurate / more can be added to make them better.

2024


Housing for Profit in SG: Not as it seems

·1279 words·7 mins
In this post, we discuss some of the hidden calculations that you have to consider before investing in a property in Singapore for profit

CodeCrafters: A project based way to learn programming.

·556 words·3 mins
CodeCrafters is a platform that provides a series of programming challenges to help you learn new programming languages. It is a great way to practice your programming skills and learn new languages in a fun and interactive way.

GreyCTF 2024 Baby Web

··748 words·4 mins
GreyCTF 2024 Baby Web Challenge

Github as Cron

··555 words·3 mins
Using Github as a cronjob replacement.

Golang Profile Guided Optimization (PGO)

·1074 words·6 mins
Golang Profile Guided Optimization (PGO) is a compiler optimization technique that uses the profile data generated by running the application to guide the optimization process.