ContentPosts from @devopslinks..
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

Software engineer interviews for the age of AI

AI is becoming more prevalent in coding interviews, sparking interest from experienced candidates tired of traditional methods. Hiring great engineers is crucial for maintaining reliable services, especially in the era of AI-generated code. System design interviews help identify candidates with hand.. read more  

Software engineer interviews for the age of AI
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

Why system architects now default to Arm in AI data centers

Architects rebase infrastructure torack-levelsystems. They anchor designs onArm NeoverseCPUs. Goal: balance energy, thermals, memory bandwidth, and sustained throughput. Benchmarks showGraviton4(Neoverse) outperforms comparableAMDandIntelEC2instances on price/performance for generative AI, DB, ML, a.. read more  

Why system architects now default to Arm in AI data centers
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

The Software Factory: Why Your Team Will Never Work the Same Again

The current models and tooling are enough to build software factories. In a software factory, developers stop writing code by hand, and AI coding agents implement features and fix bugs while developers design and improve the factory. Tools like Claude Code and Gas Town enable this shift towards a mo.. read more  

The Software Factory: Why Your Team Will Never Work the Same Again
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

5 Suggestions to Upgrade your OpenTofu/Terraform & AWS Development Experience

The article covers tools and scripts to reclaim focus and improve workflow for OpenTofu, Terraform, and AWS CLI users. Suggestions include tools for easily swapping between versions, summarizing plans, linting code, switching AWS profiles, and customizing prompts. Bonus recommendation includes Task .. read more  

5 Suggestions to Upgrade your OpenTofu/Terraform & AWS Development Experience
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

How I Use LLMs for Security Work

LLMs like Claude, Cursor, and ChatGPT help tackle complex problems, but prompting them like Google won't cut it. Use role-stacking for varied perspectives (e.g.: you are a senior security engineer and sr. software engineer with experience in Docker, Kubernete..) and always specify your tools for bet.. read more  

News FAUN.dev() Team Trending
@devopslinks shared an update, 3 weeks, 1 day ago
FAUN.dev()

Systemd Gets a birthDate Field - and a "Liberated" Fork in Response

Age verification laws just reached the Linux init system. Systemd added an optional birthDate field to user records - not a policy engine, just a data slot other projects can build on. That was not enough to stop a fork. Liberated systemd removes it entirely, and the debate is not going away.

Link
@devopslinks shared a link, 4 weeks ago
FAUN.dev()

California’s AB 1043 Could Regulate Every Linux Command, and the Open Source World Is Too Quiet

California'sAB 1043requires operating systems to collect age/DOB at account setup and expose anAPIthat returns anage bracket signal. Apps must request that signal on launch and restrict access by bracket. EffectiveJan 1, 2027, vague definitions could sweepapt,flatpak,snap, and package managers into .. read more  

Link
@devopslinks shared a link, 4 weeks ago
FAUN.dev()

New Malware Highlights Increased Systematic Targeting of Network Infrastructure

The enterprise attack surface has changed, with threat actors increasingly targeting network infrastructure. Eclypsium recently captured new malware samples, including CondiBot and "Monaco," both impacting network devices such as Fortinet products. The rise in network device attacks poses serious th.. read more  

Link
@devopslinks shared a link, 4 weeks ago
FAUN.dev()

How to Host your Own Email Server

This guide shows how to self-hostSMTPon a cheapVPS. It runs DockerizedPostfixand bundlesopendkimfor DKIM signing. It skipsIMAPand inbound SMTP and relies on registrar email forwarding. It configures reverse DNS plusSPFandDMARCDNS records. It checks port 25 reachability, maps host port 1587 to contai.. read more  

Link
@devopslinks shared a link, 4 weeks ago
FAUN.dev()

How we fixed Postgres connection pooling on serverless with PgDog

A startup swappedSupavisorandPgBouncerforPgDogonEKS. The swap stopped serverless deploy connection spikes. A multi-threaded, colocated pooler handled the bursty traffic. PgDogneeded fixes forPrismaprepared-statement handling. The team shipped those.PgDognow exports metrics viaOpenMetricstoPrometheus.. read more  

How we fixed Postgres connection pooling on serverless with PgDog