yorinasub17

Why you should care about your Terraform Supply Chain

(Posted on Fensak blog)

And 5 things you can do to improve your security posture

The best way to enforce Two-person review

(Posted on Fensak blog)

You might be familiar with the practice of code review, but the more formulaic flavor of Two-person review might be new to you. Two-person review is a ...

GitOps Supply Chains: Solving the Branch Protection dilemma

(Posted on Fensak blog)

With the advent of Infrastructure as Code (IaC), GitOps is now increasingly becoming a standard operating procedure of modern DevOps organizations. ...

Supercharging Team Collaboration with LLMs

(Posted on IllumiTacit blog)

LLMs are the technology behind the recent buzz in generative AI models that can generate human-like writing. ChatGPT is the chat optimized app provided by OpenAI where you can interact with an LLM in a chat-like UI. Using ChatGPT, you can have conversations with an AI Assistant to accomplish...

Unlock ChatGPT’s Potential: A Pro-Tip Guide

(Posted on IllumiTacit blog)

Ever since its launch in November 2022, ChatGPT has been the talk of the whole world. ChatGPT talking back to us with surprisingly human-like responses to almost any question asked has dominated our collective zeitgeist. Will this technology replace us all? Is it just parroting things it’s seen before? ...

ChatGPT and Privacy: 3 Essential Tips for Secure and Confidential Usage

(Posted on IllumiTacit blog)

ChatGPT has taken the world by storm, changing how many creators work with its powerful text and code generation capabilities. While there is no doubt that its writing, chatting, and coding abilities are game changers, many potential users and companies are concerned about the confidentiality of their data when using the technology...

Comprehensive guide to building multi-architecture Docker images on hosted CI/CD platforms

(Posted on Fensak blog)

If you do research on the topic, you will immediately come across docker buildx to do the job. However, one limitation of docker buildx is that it relies on CPU emulation through qemu. This can lead to VERY slow build times for some applications...

Terraform Compiler Pattern

(Posted on Fensak blog)

A maintainable and scalable architecture for Terraform. This pattern is not necessarily new or unique, but as far as I know, there is no official name for it so …