Join us

ContentUpdates and recent posts about Hadolint..
 Activity
@goutham-annem started using tool Google Kubernetes Engine (GKE) , 6 days, 22 hours ago.
 Activity
@goutham-annem started using tool Claude Code , 6 days, 22 hours ago.
 Activity
@goutham-annem started using tool Azure Kubernetes Service (AKS) , 6 days, 22 hours ago.
 Activity
@goutham-annem started using tool AWS EKS , 6 days, 22 hours ago.
 Activity
@goutham-annem started using tool Amazon Web Services , 6 days, 22 hours ago.
 Activity
@goutham-annem started using tool Amazon ECS , 6 days, 22 hours ago.
 Activity
Link
@varbear shared a link, 1 week ago
FAUN.dev()

Build and Deploy a Remote MCP Server to GKE in 30 Minutes

Google walks you through shipping a remoteMCP serveronGKE AutopilotusingFastMCPandstreamable-http, swapping localstdiofor shared HTTP endpoints. The clever bit: theGateway APIhandles managed SSL plusCLIENT_IP session affinity, so one centralized server beats everyone running redundant local copies... read more  

Build and Deploy a Remote MCP Server to GKE in 30 Minutes
Link
@varbear shared a link, 1 week ago
FAUN.dev()

How building an HTML-first site doubled our users overnight

Building HTML-first forms using Astro instead of React dramatically increased completion rates and sustainability, highlighting the effectiveness of lightweight, accessible web components for all users, regardless of browser or connectivity... read more  

How building an HTML-first site doubled our users overnight
Link
@varbear shared a link, 1 week ago
FAUN.dev()

The unwritten laws of software engineering

- Always related - first rollback, then debug. - Backups aren’t real until restored. - You’ll hate yourself for bad logs. - ALWAYS have a rollback plan. - Every external dependency will fail. - If there's risk, use the “4 eyes” rule. - Nothing lasts like a temporary fix... read more  

The unwritten laws of software engineering
Hadolint is an open source Dockerfile linter that enforces best practices, security guidelines, and efficiency rules for container images. It parses Dockerfiles, identifies common mistakes, flags insecure instructions, and recommends improvements such as reducing image layers, pinning versions, avoiding root users, and preventing harmful patterns. Hadolint supports CI integration, shellcheck-based validation, and custom rule configuration. Teams use it to strengthen container hygiene, reduce build-time errors, and align with DevSecOps standards for containerized applications.