Bulawayo Python January 2024 Meetup

On 27 January 2024, the Bulawayo Python community held its inaugural meetup to improve project collaboration. Organizers sought to transition from a joke-filled WhatsApp group to more empathetic, constructive engagements, with plans for regular meetups. Thirty participants gathered at Bulawayo TechHub, discussing and contributing to an open-source social networking project.

Postgres db logo

High Availability in PostgreSQL: Replication with Docker

This post discusses the importance of High Availability in database systems, particularly focusing on implementing Streaming replication with PostgreSQL and Docker. It covers various solutions like Log Shipping, Streaming, and Cascading Replication.

Clean Code book cover

Clean Code Chapter 4 Summary: Comments

Chapter 4 of Clean Code delves into the importance of writing meaningful comments. Martin discusses when to use comments and provides insights into what makes comments good or bad.

How to setup a static website with SSL/TLS, using Amazon S3 and CloudFront

The article provides a guide on how to host a static website using AWS services including Amazon S3, Route 53, CloudFront and AWS Certificate Manager. It details how to create an S3 bucket, set it up for static website hosting, establish DNS records, distribute content via CloudFront, secure the connection with an SSL/TLS certificate, and link the website to a custom domain. The steps also cover permissions and policies for public access and DNS routing.