Join us

ContentUpdates and recent posts about Gitea..
Discovery IconThat's all about @Gitea — explore more posts below...
 Activity
@work4bots started using tool Spring , 20 hours, 50 minutes ago.
 Activity
@work4bots started using tool Helm , 20 hours, 50 minutes ago.
 Activity
@work4bots started using tool Azure Pipelines , 20 hours, 50 minutes ago.
 Activity
@work4bots started using tool Azure Kubernetes Service (AKS) , 20 hours, 50 minutes ago.
 Activity
@work4bots started using tool Azure , 20 hours, 50 minutes ago.
 Activity
@work4bots added a new tool Bicep , 20 hours, 50 minutes ago.
Story FAUN.dev() Team
@eon01 shared a post, 1 day ago
Founder, FAUN.dev

AWX in Action is out, and there's a course

Ansible AWX

"AWX in Action: Ansible Orchestration at Scale" is now available in print and ebook. It covers running AWX on Kubernetes for real, not a sandbox demo that falls over the moment you add a second execution node.

AWX in Action - Ansible Orchestration at Scale
Link
@varbear shared a link, 1 day, 1 hour ago
FAUN.dev()

When Code Becomes Cheap, What's Left?

Teams that use Claude Opus 4.6 for spec-driven development generate code at low cost, so they spend scarce developer time on review and QA. Developers create more value by judging code than by typing it... read more  

When Code Becomes Cheap, What's Left?
Link
@varbear shared a link, 1 day, 1 hour ago
FAUN.dev()

I Did 11 Technical Interviews in 60 Days. Here Is the Pattern Nobody Tells You.

The key insight from the article is that at mid-to-senior backend levels, coding rounds matter least while judgment, communication, structure, and ability to defend decisions are critical. Focus on rehearsing key design, incident, and behavioral answer structures to succeed, not just LeetCode... read more  

Link
@varbear shared a link, 1 day, 1 hour ago
FAUN.dev()

Design Patterns Are Dead. Long Live Design Patterns.

Design patterns were created for human comprehension, not machines, serving as a shared vocabulary to communicate complex ideas quickly, manage working memory, and standardize solutions. Even in the era of AI-generated code, design patterns are crucial for containing the limitations of AI models and.. read more  

Gitea is a lightweight, self-hosted Git service. Think GitHub basics without the bloat, tuned for people who like owning their stack. It gives you repositories, pull requests, code review, issues, releases, wikis, and a clean web UI. It runs fast on modest hardware, starts in seconds, and behaves politely inside containers and Kubernetes. That makes it a favorite for teams who want GitHub-like workflows without GitHub-scale gravity.

Under the hood, Gitea is written in Go, ships as a single binary, and supports PostgreSQL, MySQL, SQLite, and MSSQL. Authentication is flexible - local users, LDAP, OAuth, OpenID Connect. CI does not live inside it by default, but it integrates cleanly with external runners like Drone, Woodpecker, GitHub Actions-compatible runners, or plain old webhooks.