Principles of Pipelines

WIP: This is a work in progress. I intend to start keeping notes of the basic theory, as I experience and learn it, of how to create a good CI/CD for delivering software. Version control: Ensure all code and configuration files are stored in a version control system like Git. This allows tracking changes, collaboration, … Read more

Optimizing for a Cloud-Native Developer Experience

Micro feedback loops

Learn why and how focusing on developer experience and mirco feedback loops will speed up your development process and help you to create a better product. Cross Post from: www.drewkhoury.com Optimizing for a Cloud-Native Developer Experience – Presentation Chris and Drew share their combined knowledge around developer experience, why (micro) feedback loops matter a whole … Read more

Easily Turn Your Raspberry Pi into a Smart TV

Have a Raspberry Pi lying around and want to turn an old monitor or dumb TV into a smart TV? Tired of slow and laggy smart TV dongles and want a better, more functional experience? This is exactly why I decided to turn my Raspberry Pi into a smart TV. In this article I’ll go … Read more

Amazon Macie: A Comprehensive Data Security and Privacy Solution

In today’s world of data-driven business, protecting sensitive data is of utmost importance for businesses and end users alike. Amazon Macie seeks to address this concern by providing a fully managed data security and data privacy service that uses advanced machine learning and pattern matching algorithms to discover and protect your sensitive data inside Amazon … Read more

How to Get the Current Year in JavaScript

Step 1: Create a new Date object The first step to get the current year in JavaScript is to create a new Date object representing the current date and time. To do this, simply use the Date constructor without any arguments: const currentDate = new Date(); Step 2: Extract the current year Once you have … Read more

How to Reduce Server Response Times (TTFB) on WordPress for Improved SEO

Server response time (TTFB) is an important factor in SEO and should not be overlooked. Site owners need to understand what TTFB is, why it’s important, and how to measure and improve it. In this article, we’ll discuss how to reduce server response times on WordPress for improved SEO. What is Server Response Time (TTFB)? … Read more