Skip the CMS: Publishing Directly from Obsidian
Tired of complex headless CMS setups? Learn how I use Obsidian's plugins to write, commit, and deploy blog posts seamlessly.
Tired of complex headless CMS setups? Learn how I use Obsidian's plugins to write, commit, and deploy blog posts seamlessly.
Continuous learning is an integral part of being a good software developer. How do you keep up? This post discusses some tips and tricks to 'hack' your learning
Keeping focused and engaged at work is becoming harder with constant distractions all around us. Here are some tips that can help
I had an interesting issue at work this week where we needed to allow for 30 different deployments of the same app to all have a different colour scheme.
PestPHP is a test runner built on top of PHPUnit which makes testing faster, simpler and more productive. Let's walk through how to get started with it