Blog
Some of my thoughts, side projects and tutorials, mostly about software development.
When Cold Markets Thaw: The Curious Case of Japan
In a world where central banks grapple with managing inflation and encouraging growth, Japan stands out with their 1% inflation and unique monetary policy. The new governor of the Bank of Japan could reverse this policy, triggering a tsunami across global markets.
Read more →
The Tax-Free Infinite Money Machine
How a theoretical physicist discovered a way to earn $310,000 tax-free
Read more →
Node_modules Be Gone: A Script for Removing Unused Node.js Dependencies
Tired of node_modules burning a hole in your hard drive? This script will remove the node_modules folder in infrequently-accessed Node.js projects.
Read more →
Appear on Google: How to Register Your Next.js Website in the Search Console
Deployed a website using Vercel and want to appear in Google Search results? This guide will show you how to register your site in the Google Search Console
Read more →
ChatGPT is Insane
OpenAI's ChatGPT can code, tell stories, and do most of your job. But it's not replacing all of us yet.
Read more →
Encryption vs. Encoding vs. Hashing - with examples in Node.js
Learn the differences between encryption, encoding and hashing, with examples using the built-in Node.js Crypto module.
Read more →
USD₮: The Bomb That Keeps on Ticking
Tether is the most powerful entity in the crypto universe. Their token USDT is the world's largest cryptocurrency stablecoin, and a financial bomb waiting to go off.
Read more →
Why Linux Dominates: 5 Reasons Why Linux is the Most Widely-Used Operating System
Why is Linux such a popular operating system? I wanted to find out, so I did some research and came up with five reasons why.
Read more →
Unleash the Power of Git: The 27 Most Common Git Commands
Here are the 27 most common git commands along with explanations of each, ready for you to copy and paste into the terminal.
Read more →
How low can the market go? A Japanese case study
The market is down, but in the long run it will come back up, right? We look to late '80s Japan to better define 'The Long Run'.
Read more →
Surviving the Chuck E. Cheese Challenge
I came in last place in my fantasy football league and had to spend the entire day at Chuck E. Cheese. You'll never believe what prize I won!
Read more →
Building the Reddit Time Machine
A simple website to view the most popular news, pictures and memes from a day in Reddit history. Built with NextJS and Ant Design.
Read more →
Crypto Trading Bot using Twitter Sentiment
I built a bot using Heroku, the Twitter and Binance APIs to listen crypto-related tweets and place trades based on the Tweet's sentiment.
Read more →
How to build a Static Website using AWS CDK
How to build a custom website using AWS CDK, which will provision an S3 bucket and Cloudfront distribution using Typescript.
Read more →
Maximizing Your Winnings: How to Convert Sports Betting Odds to Implied Probability
Learn the difference between the moneyline (American odds) and implied probability, and how I built a Chrome Extension to convert the odds for you.
Read more →
Protect Your Data: Securely Store Secrets using AWS CDK
Template using AWS CDK for building a lambda function with access to AWS Secrets Manager to securely store credentials.
Read more →