- A Real-World Solution to Escape Embedded Double Quotes in JSON
DEC 9, 2022, 5 minute read
—
SOFTWARE DEVELOPMENT
Finding a solution to parse unescaped double quotes in my JSON strings, with minimal tears.
- Write a Javascript Cost Calculator for Stripe's Graduated Pricing
AUG 25, 2022, 3 minute read
—
SOFTWARE DEVELOPMENT
Tired of hand calculating the total cost for your graduated pricing tier in Stripe? Me, too!
- Reflecting on my Failure to Build a One-Dollar Company
MAR 23, 2022, 10 minute read
—
BOOTSTRAPPING
A reflection on my failure to build a viable product, so others can learn from my mistakes.
- Debugging Without a Razor
MAR 21, 2022, 5 minute read
—
SOFTWARE DEVELOPMENT
Lessons learned from a couple days spent debugging everything BUT the problem.
- Manage Multiple Python Versions With Docker: an Alternative to Pyenv
DEC 3, 2021, 6 minute read
—
SOFTWARE DEVELOPMENT
Most devs don't need a complicated setup for Python, they just need to get running. Leverage a single Docker command to run any version in isolation.
- 7 Blunders Great Developers Say 'No' To
APR 5, 2021, 3 minute read
—
SOFTWARE DEVELOPMENT
Do you want to be more than a code monkey? Learn to avoid blunders and become a superhero to your team.
- How Ballerina Lang can Improve their Developer Experience & Adoption
DEC 20, 2020, 8 minute read
—
DEVEX/UX
- Giving Ballerina Lang a Twirl
DEC 20, 2020, 10 minute read
—
DEVEX/UX
My experience learning the language by building a small package.
- Why No-code is a Godsend for Developers
DEC 10, 2020, 7 minute read
—
SOFTWARE DEVELOPMENT
It's so easy as a developer to dismiss the idea of learning no-code tools. After all, you know how to code, why spend time learning tools designed for those who can't?
- How Many Customers Does a Successful Side Hustle Need? Just 99.
NOV 26, 2020, 8 minute read
—
BOOTSTRAPPING
Let's break it down and see how you only need 99 people's support for your side hustle to make a drastic change to your life.
- Coding is Dangerous for Developers
JUL 30, 2020, 3 minute read
—
SOFTWARE DEVELOPMENT
Don't lose your tether to the original goal
- A User-Friendly Way to get Data over SMS
JUN 26, 2020, 4 minute read
—
PRODUCT IDEAS