Recent Posts - page 3
-
UML – What is it?
UML (Unified Modeling Language) is a graphical language for representing and documenting the design of a software system. It provides a standard set of symbols and notation for creating diagrams that describe different aspects of a system, such as its… Read More ›
-
VS Code Prelaunch Tasks
To create a prelaunch task in Visual Studio Code, follow these steps: { “version”: “2.0.0”, “tasks”: [ { “label”: “build”, “type”: “shell”, “command”: “gulp build”, “isBackground”: true, “problemMatcher”: [] } ] } { “version”: “0.2.0”, “configurations”: [ { “type”: “node”,… Read More ›
-
The Go Series – Introduction
What is Go and why is it popular? Go (also known as Golang) is a programming language developed by Google in 2009. It is a statically-typed, compiled language designed for building scalable and efficient systems. Go has gained popularity in… Read More ›
-
Go Lang – Introduction
Go is a programming language created by Google in 2009. It is a statically-typed language with syntax similar to C, but it also has some features of functional programming languages. Go is designed to be simple, efficient, and scalable, and… Read More ›
-
Keeping healthy as a software developer.
It’s important to keep healthy as a software engineer / developer because your overall health and well-being can have a big impact on your job performance. If you’re not feeling your best, you may have a harder time concentrating, solving… Read More ›
-
Open AI
What is Open AI? OpenAI is a research organization that aims to promote and develop friendly artificial intelligence in the way that is most likely to benefit humanity as a whole. The company was founded in 2015 by a group… Read More ›
-
VR / AR over the next year
Virtual reality (VR) and augmented reality (AR) are technologies that allow users to experience immersive, computer-generated environments or to overlay digital information on the real world, respectively. These technologies have a wide range of potential applications and are expected to… Read More ›
-
2023 in the Tech Industry
Happy New Year! It is difficult to predict with certainty what will be popular in the tech industry in 2023, as it is always evolving and new technologies are being developed. Some trends that are currently being talked about in… Read More ›
-
AWS CDK – API Gateway Custom Domain
When creating the Simple Web Service in the CDK we got an output that was API Gateways unique random domain. This is not a useful domain for a production system as we often want to place the API’s behind a… Read More ›
-
The Simple Web Service in AWS CDK
The Simple Web Service is one of the best simple patterns that you will often see in a serverless architecture. Coined by Jeremy Daly – https://www.jeremydaly.com/serverless-microservice-patterns-for-aws/#simplewebservice this stack is a great one to build for a fundamental web application. The… Read More ›
Featured Categories
Developer Chat ›
-
EU Cyber Resilience Act (CRA): the Commission’s 66-page FAQ is here — what dev & product teams should do next
December 20, 2025
-
AWS Announces Security Agent (Preview): A New Era of Proactive Cloud App Security
December 13, 2025
-
AWS Lambda + Rust: Officially Supported and Ready for Production 🚀
November 15, 2025
Productivity ›
-
Why Use AWS CDK?
November 8, 2024
-
Remote vs. In-Person Work in Tech: Navigating the Future of Work
May 17, 2024
-
10 Tips for Boosting Productivity as a Software Engineer
September 14, 2023
Side Hustle ›
-
Software Engineering Side Hustle
June 13, 2023
-
Out with the old in with the new
June 27, 2022
-
Big Update to the ezConsole landing page
June 26, 2022
Tutorials ›
-
🌿 What Is Amazon Greengrass and Why It’s a Game-Changer for Edge Computing
September 27, 2025
-
Use Projen to deploy custom packages to AWS CDK
January 22, 2025
-
Creating a Lambda Warmer with AWS CDK and TypeScript
October 7, 2024