The European Commission has published its first official FAQs on the Cyber Resilience Act, outlining implementation guidance. Key points include early reporting deadlines starting September 2026, a minimum five-year support period for product security, and explicit supply-chain due diligence requirements. Organizations are encouraged to begin preparations now to ensure compliance.
Software
AWS Announces Security Agent (Preview): A New Era of Proactive Cloud App Security
Security in modern software development is no longer just a final checklist before deployment—it’s a continuous process that spans from design to delivery. At AWS re:Invent 2025, Amazon introduced one of its most impactful security innovations to date: AWS Security… Read More ›
AWS Lambda + Rust: Officially Supported and Ready for Production 🚀
On 14 November 2025, AWS announced that Rust support in AWS Lambda is now Generally Available (GA), graduating from its previous “experimental” status to a fully supported runtime for production workloads, backed by AWS Support and the Lambda SLA. If… Read More ›
Cost Optimization Strategies for Serverless Architectures
If you’ve been running serverless for a while, you’ve probably had that moment where your AWS bill makes you blink twice. Lambda, DynamoDB, API Gateway — individually cheap, collectively sneaky.The good news: with a few deliberate tweaks, you can keep… Read More ›
🌿 What Is Amazon Greengrass and Why It’s a Game-Changer for Edge Computing
In today’s connected world, billions of devices generate vast amounts of data every second — from industrial sensors to smart home devices. Sending all that data to the cloud for processing can be slow, expensive, and sometimes impractical. This is… Read More ›
AWS Innovations 2025: AI Tools and Infrastructure Updates
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 ›
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 ›
10 Tips for Boosting Productivity as a Software Engineer
Introduction: In the fast-paced world of software development, productivity is key to success. Whether you’re a seasoned developer or just starting your journey, there’s always room for improvement when it comes to getting more done in less time. In this… Read More ›