Meir Gabay

Meir Gabay @unfor19

About: I'm passionate about studying and teaching. DevOps Engineer at LSports

Location:
Israel
Joined:
Sep 3, 2019

Meir Gabay
articles - 41 total

AI Code Generation, Smarter and More Cost-Efficient with Context Engineering

We've all hit that wall: endless tweaks to prompts, fixing AI-generated bugs, and wondering why such...

Learn More 5 0Jul 21 '25

Beyond the Hype: Rediscovering Why Containers Won

Ever feel like you missed the memo on why everyone's obsessed with containers? Like, you know Docker...

Learn More 1 0Jul 17 '25

The Ultimate Guide: Which AI Coding Model Should You Use

Ever wondered which AI model is truly best for coding tasks? Spoiler alert: there’s no...

Learn More 4 0Jun 25 '25

How did the company you work for adopt ChatGPT?

The new AI tool ChatGPT is out there, though with such a powerful tool comes great...

Learn More 2 4Aug 15 '23

Writing Bash Scripts Like A Pro - Part 2 - Error Handling

In the previous blog post of this series, we covered the basics of how to write a proper Bash script,...

Learn More 28 0Jul 29 '23

Create Multiple Static Sites In A Single AWS S3 Bucket Served By AWS CloudFront

In this blog post, I'll share how to host multiple static websites in a single S3 bucket, where each...

Learn More 15 3Sep 7 '22

How To Recover Secrets From GitHub Actions

In this blog post, I'll share how to recover a secret from a CI/CD service, such as GitHub...

Learn More 12 0Jul 1 '22

How To Test A GitHub Action

My Workflow The project unfor19/hero-action is an All-In-One action to a test GitHub...

Learn More 6 2Dec 4 '21

How To Develop A Progressive Web Application On An Android Device

In the past few weeks, I've been wondering how the whole eco-system of a Progressive Web Application...

Learn More 2 2Dec 2 '21

Improving email deliverability with DNS records

As always, every day brings up new challenges, and today I faced one of my greatest fears - dealing...

Learn More 4 1Nov 26 '21

Writing Bash Scripts Like A Pro - Part 1 - Styling Guide

Writing Bash scripts can be challenging if you don't know the quirks and perks. In my mother tongue,...

Learn More 290 29Oct 24 '21

Vue3 + Quasar 2.1 + TypeScript Sample CRUD Application Project

Hi all, I've been working on a Vue3 + Quasar 2.1 + TypeScript CRUD application. I'm using AWS SSM...

Learn More 7 0Oct 11 '21

Managing AWS SSM Parameters With Terraform And Parzival

Modern applications often use external systems to manage configuration values and secrets. One of...

Learn More 3 0Sep 17 '21

Preconfigured Nexus Repository Manager (NXRM) Docker container

TL;DR: Link To Project @ GitHub - unfor19/nexus-ops Recently, I've been looking for a way to avoid h...

Learn More 5 0Jun 10 '21

AWS Security Groups - Once And For All

As part of securing applications in the cloud, it's important to set the proper network rules, for ma...

Learn More 12 0Jun 2 '21

Bash scripting tips

Naming convention This is only a recommendation, it doesn't really set the type of the var...

Learn More 11 0May 10 '21

Determining AWS IAM Policies According To Terraform And AWS CLI

I find myself mentioning the term Principle Of Least Privilege often, so I thought, "Let's write a pr...

Learn More 30 6Apr 23 '21

Kubernetes Hands-On Self-Paced Course (Free)

Create a local Kubernetes development environment on macOS or Windows and WSL2. Throughout this...

Learn More 113 0Apr 13 '21

Docker Tips And Best Practices

Curious about Docker? Eager to strengthen your skills with containers? In this blog-post, I'll share...

Learn More 86 2Feb 11 '21

The behavior of docker run --network=host

I'm on WSL2 Ubuntu 20.04, Docker v20.10.2, and according to the docs docker run --network=host ......

Learn More 9 0Feb 7 '21

[Idea] Troubleshooting CLI - What do you think?

I thought of creating an open-source project which includes a Troubleshooting CLI application that su...

Learn More 3 2Jan 29 '21

Troubleshooting the right way

In this blog-post, I will share a methodology for troubleshooting technical challenges. As a DevOps...

Learn More 13 0Jan 25 '21

The importance of separated environments

TL;DR Separating environments (dev, stg, prd) per cloud-provider account (AWS, Azure, GCP, etc.) is p...

Learn More 11 2Jan 20 '21

Boosting terminal productivity tips

In this blog post, I will share a few tips that will help you boost your productivity while working w...

Learn More 10 0Jan 18 '21

Infrastructure as Code with terraform for multiple environments

Working with Infrastructure as Code (IaC) is incredible. Figuring out the correct repository...

Learn More 29 0Dec 10 '20

Fun With Regular Expressions

Following PEP 440, it's important to check the semantics of a release version before publishing to...

Learn More 8 0Nov 11 '20

Printing Git Tree

From time to time I need to print my git project's tree, so I can share it in the docs, or just go th...

Learn More 13 0Nov 5 '20

Python Project - Command Line

Goal Covering the possible ways to execute a Python module (script) from the command-line...

Learn More 8 0Nov 5 '20

Python Project - Packages and Modules

Goal Get familiar with the fundamental terms of a Python project. Project, Packa...

Learn More 7 0Oct 30 '20

Check who generated a repository from your GitHub template

Eureka! After reading this - Search based on the contents of a repository, the answer was clear! Sear...

Learn More 5 0Sep 15 '20