Skip to content

Justme.dev

Just make IT!

Justme.dev

Recent Posts

Declarative Infrastructure at Scale: Using NixOS on AWS EC2 via Custom AMIs for Immutable Production Environments

NixOS is more than just a Linux distribution; it's a paradigm shift for infrastructure management. By leveraging NixOS on AWS EC2, organizations can achieve truly immutable infrastructure, where every server is a reproducible artifact defined by code, eliminating configuration drift and simplifying compliance.

Building a Browser-Based Acoustic Vehicle Alerting System (AVAS) with Web Audio and Geolocation APIs

Electric vehicles are silent, which poses a safety risk. This article details the engineering journey of building a speed-sensitive Acoustic Vehicle Alerting System (AVAS) using standard web technologies, transforming a smartphone into a safety device without native app development.
JavascriptHTML

Secure AI-Assisted Development: Running Local LLMs with Ollama for Enterprise Code Privacy

In an era where data privacy is paramount, sending proprietary code to public AI APIs is a significant risk. This article demonstrates how to leverage Ollama to run powerful Large Language Models (LLMs) locally within IntelliJ IDEA and VS Code, ensuring that your intellectual property never leaves your secure environment.

AI-Driven Kubernetes Operations: Enhancing SRE Workflows with K8sGPT and OpenAI

Modern SRE teams face increasing complexity in Kubernetes environments. K8sGPT leverages OpenAI's large language models to automate root cause analysis, security auditing, and performance tuning, effectively acting as an AI-powered SRE assistant for your clusters.