October 24, 2024 • 1 min read •JournalEmailed Posts Now Get a Footnote on ajot.meI have a little service set up for ajot.me that lets me publish posts just by sending an email. I email my content to a special address, and the post goes live …Read more
October 22, 2024 • 1 min read •Developer ExperienceThe goal of a tutorial isn’t to make people follow every step.It’s to get them up and running as quickly as possible. That’s why every guide should include the complete sample code right at the top.Read more
October 18, 2024 • 6 min read •Developer ExperienceWe’ve been on the road for 10 months now, with a two-year-old in tow.A lot of friends and family have asked why we did this, how we did this, and what it’s been like. So I thought I’d share our experience—what led to it, how it’s …Read more
October 15, 2024 • 2 min read •Developer ExperienceQuick Start Guides: Give Everything, Assume NothingDon’t know who needs to hear this, but if you’re writing a quick start guide, give people everything they need. Right there in the guide. No …Read more
September 12, 2024 • 1 min read •Developer ExperienceSitting down for breakfast in BangkokJust want to say I’m sitting down with Deepti here at breakfast story in Bangkok and really enjoying.Read more
September 11, 2024 • 1 min read •Developer ExperienceUpdating Hugo Blog via emailThis blog post was published to my Hugo blog simply by sending an email. Pretty cool. Huh!Read more
September 11, 2024 • 1 min read •Developer Experiencetest-post-from-github-apiThis is a test post created via the GitHub API.Read more
November 20, 2023 • 3 min read •TinkeringSetting Up Environment VariablesSetting Up Environment Variables to store API Keys Safely in Python Virtual Environments Introduction Working with APIs often involves handling sensitive keys. …Read more
October 30, 2023 • 2 min read •TinkeringSetting up default hugo frontmatterI’ve been using Hugo for my personal website, ajot.me, since migrating from Ghost, and I’ve really liked it thus far.Read more
October 9, 2023 • 2 min read •TinkeringExporting Media from Ghost CMS hosted on Digital OceanI recently moved my website from Ghost to Hugo. Ghost provides a built-in export function for content in JSON format (found in Labs under Settings), but it …Read more