As we navigate through 2025, AWS continues to push the boundaries of cloud computing, introducing a suite of services and enhancements that cater to developers, AI enthusiasts, and infrastructure architects alike. Here’s a curated overview of the most impactful AWS… Read More ›
SaaS
Use Projen to deploy custom packages to AWS CDK
Projen is a tool that streamlines managing AWS CDK projects by automating tasks like file generation and dependency management. It allows developers to focus on infrastructure code instead of project setup. By following specific commands, users can create projects, configure repositories, and publish packages to npm and GitHub.
Why Use AWS CDK?
Firstly I’m a huge fan of AWS CDK for all different scale projects. I use it for projects that start at 1or 2 API’s and services to hundreds. So, what is it? AWS CDK or the Cloud Development Kit is… Read More ›
Creating a Lambda Warmer with AWS CDK and TypeScript
In this guide, we’ll create an AWS Lambda function that acts as a “warmer” to keep another Lambda function warm, reducing cold start times. We’ll use the AWS Cloud Development Kit (CDK) and TypeScript. Prerequisites Ensure you have the following… Read More ›
Software as a Service SaaS and Micro SaaS
What is SaaS? SaaS stands for “Software as a Service.” It is a software delivery model in which software is hosted by a third-party provider and made available to customers over the internet. Customers access the software through a web… Read More ›
Software Engineering Side Hustle
A software side hustle refers to a part-time or freelance business or activity that leverages a software engineer’s skills, knowledge and experience. It’s a way for software engineers to use their skills and talents to create additional income streams and… Read More ›
AWS CDK – Serverless Website Monitoring
I recently have been playing around with some tools for monitoring websites but with these tools they can be an unnecessary expense for a start-up. So, I went and built my own monitoring stack in AWS CDK to monitor if… Read More ›
Out with the old in with the new
This is still in progress but the new menu service is now in place and the old title bar is gone and has started to be replaced by a more modern looking sidebar.
Big Update to the ezConsole landing page
This morning I have worked on a new landing page concept and deployed the page for feedback. I think the new page has a more modern feel and will work weel when the landing page moves out of just pre-launch… Read More ›
Midnight Idea
Last Night I had an idea come to mind for a tool that would simplify invoicing for developers or freelancers that bill clients per hour. Anyway, this evening I have started to throw together the landing page using my landing… Read More ›