Blog posts

The power of coding conventions in large, distributed teams

The power of coding conventions in large, distributed teams
Software development is rarely a solitary endeavor - especially on large, complex projects. When multiple developers, architects, and stakeholders span different time zones, offices, or even continents, the challenges of maintaining consistency can grow exponentially. In these situations, well-defined guidelines or coding conventions aren`t just "nice to have" - they can make or break a project`s success.

The human side of code reviews in large teams

The human side of code reviews in large teams
Software development is not just about writing code - it is a collaboration. In large teams working on complex projects, code reviews are meant to be a process of knowledge sharing, quality assurance, and professional growth. At the heart of every code review is a conversation between individuals with different backgrounds, experiences, and perspectives.

URL redirect with Amazon CloudFront and Amazon Route 53

URL redirect with Amazon CloudFront and Amazon Route 53
In this blog post we will discover how to implement a consitent, SEO friendly URL structure, focusing on using the www subdomain over the apex domain, for a personal website, using URL redirection with Amazon CloudFront and Route 53.

Hosting a static website on Amazon S3

Hosting a static website on Amazon S3
Hosting a simple static website on Amazon Web Services (AWS) can be daunting at first, but luckily it’s quite straightforward. One option for hosting a static website on AWS is to use Amazon S3. In this post, we will walk through the steps to host a static website using only S3 and only the AWS Management Console.

Hello, World!

Hello, World!
As a software engineer, I can`t think of a better way to start my blog than with the classic "Hello, World!". For those unfamiliar with the term, "Hello, World!" is often the first program developers write when learning a new programming language or...