DEV Community

Aleksei Aleinikov profile picture

Aleksei Aleinikov

My interests range from building complex algorithms and designing high-performance systems to applying AI to solve real-world challenges.

Location Thessaloniki, Greece Joined Joined on  Personal website https://www.alekseialeinikov.com

Work

DevSecOps

How Node.js Event Loop Really Handles I/O in 2025

How Node.js Event Loop Really Handles I/O in 2025

1
Comments
1 min read
Argo CD + Vault in 2025: Stop Secrets from Breaking in Templates

Argo CD + Vault in 2025: Stop Secrets from Breaking in Templates

2
Comments
1 min read
Why Your UI Tests Still Break in 2025 (and How Test IDs Fix Everything)

Why Your UI Tests Still Break in 2025 (and How Test IDs Fix Everything)

1
Comments
1 min read
Kubernetes Claims in 2025: Stop Bleeding Resources 💸

Kubernetes Claims in 2025: Stop Bleeding Resources 💸

1
Comments
1 min read
Why mTLS in 2025 Is Just Hygiene (Not a Luxury) 🔐

Why mTLS in 2025 Is Just Hygiene (Not a Luxury) 🔐

1
Comments
1 min read
Angular + SSR in 2025: Faster First Paint, Fewer Flickers 🚀

Angular + SSR in 2025: Faster First Paint, Fewer Flickers 🚀

1
Comments
1 min read
One Tool to Lint and Format: Why I Dropped Prettier in 2025 🛠️

One Tool to Lint and Format: Why I Dropped Prettier in 2025 🛠️

2
Comments
1 min read
How One await Cut My Response Time in Half ⚡

How One await Cut My Response Time in Half ⚡

1
Comments
1 min read
Concurrency in Go: 5 Patterns You’ll Actually Use in 2025 ⚡

Concurrency in Go: 5 Patterns You’ll Actually Use in 2025 ⚡

1
Comments
1 min read
One-Click Rollouts with Ansible in 2025: Inventory as a Contract ⚡

One-Click Rollouts with Ansible in 2025: Inventory as a Contract ⚡

1
Comments
1 min read
FSD Architecture: The Truth Every Team Learns in 2025 🧩

FSD Architecture: The Truth Every Team Learns in 2025 🧩

1
Comments
1 min read
Your App Isn’t Slow Because of React — It’s the 500 Extra Renders 🐢

Your App Isn’t Slow Because of React — It’s the 500 Extra Renders 🐢

1
Comments
1 min read
Camunda Without Java: Why It’s a Game-Changer in 2025 ⚙️

Camunda Without Java: Why It’s a Game-Changer in 2025 ⚙️

1
Comments
1 min read
Why I Never Trust 200 Alone: Smarter API Testing in 2025 🚦

Why I Never Trust 200 Alone: Smarter API Testing in 2025 🚦

1
Comments
1 min read
JavaScript Coercion Demystified: Stop the “Weird Bugs” in 2025 🪄

JavaScript Coercion Demystified: Stop the “Weird Bugs” in 2025 🪄

1
Comments
1 min read
Reliable on Paper, Fragile in Reality: 3 Tricks Teams Use in 2025 ⚡

Reliable on Paper, Fragile in Reality: 3 Tricks Teams Use in 2025 ⚡

1
Comments
1 min read
Go’s net/http Demystified: Simple, No Magic ✨

Go’s net/http Demystified: Simple, No Magic ✨

1
Comments
1 min read
Stop Flaky Go Tests in 2025: Meet synctest 🚀

Stop Flaky Go Tests in 2025: Meet synctest 🚀

1
Comments
1 min read
🛑 Stop Sprinkling sync.Map Everywhere

🛑 Stop Sprinkling sync.Map Everywhere

1
Comments
1 min read
📊 pprof in 2025: Facts > Gut Feelings

📊 pprof in 2025: Facts > Gut Feelings

1
Comments
1 min read
🔍 When top Lies and Logs Stay Quiet: Use Sysdig

🔍 When top Lies and Logs Stay Quiet: Use Sysdig

1
Comments
1 min read
🙈 Fifteen if err != nil in a Row? Cut the Noise.

🙈 Fifteen if err != nil in a Row? Cut the Noise.

1
Comments
1 min read
🧩 Forty Arguments? Meet Functional Options in Go (2025)

🧩 Forty Arguments? Meet Functional Options in Go (2025)

1
Comments
1 min read
⚡ Go + Memory Pools: Dodging GC Pauses in 2025

⚡ Go + Memory Pools: Dodging GC Pauses in 2025

1
Comments
1 min read
⚡ Next.js + Go: The 2025 Dream Stack

⚡ Next.js + Go: The 2025 Dream Stack

1
Comments
1 min read
💤 Every Skipped Test = One More 2 a.m. Debugging

💤 Every Skipped Test = One More 2 a.m. Debugging

1
Comments
1 min read
🧩 Two DI Examples in Go That Click in 2025

🧩 Two DI Examples in Go That Click in 2025

1
Comments
1 min read
🚦 Rate Limiting in 2025: One Atomic “Reserve” Instead of Chaos

🚦 Rate Limiting in 2025: One Atomic “Reserve” Instead of Chaos

1
Comments
1 min read
🚀 From Java to Go in 2025: 6 Steps for a Smooth Start

🚀 From Java to Go in 2025: 6 Steps for a Smooth Start

1
Comments
1 min read
HTTPS at 80 Gbps? Yes, in Go (2025)

HTTPS at 80 Gbps? Yes, in Go (2025)

1
Comments
1 min read
🌀 JSON v2 in Go (2025): What Actually Changed

🌀 JSON v2 in Go (2025): What Actually Changed

1
Comments
1 min read
⚡ Go Arenas: Request‑Scoped Speed in 2025

⚡ Go Arenas: Request‑Scoped Speed in 2025

1
Comments 1
1 min read
🍰 Go Slices Finally Explained: Why They Behave the Way They Do

🍰 Go Slices Finally Explained: Why They Behave the Way They Do

1
Comments
1 min read
🚀 RAG in Go: From Zero to Answers in One Evening

🚀 RAG in Go: From Zero to Answers in One Evening

1
Comments
1 min read
Still Fighting With React Hook Tests?

Still Fighting With React Hook Tests?

1
Comments 1
1 min read
Angular in 2025: Still Struggling With Data Flow?

Angular in 2025: Still Struggling With Data Flow?

1
Comments
1 min read
🚀 Stop Panicking at `top`: Read It Like a Pro in 2025

🚀 Stop Panicking at `top`: Read It Like a Pro in 2025

1
Comments
1 min read
⚡ Save RAM in 2025 with Bloom Filters — The Tiny Data Structure with Massive Impact ⚡

⚡ Save RAM in 2025 with Bloom Filters — The Tiny Data Structure with Massive Impact ⚡

Comments
1 min read
⏳ Go `defer` — Master It in 5 Minutes ⚡

⏳ Go `defer` — Master It in 5 Minutes ⚡

Comments
1 min read
🛠 Type‑Safe DSLs in Go — No Magic, Just Go ⚡

🛠 Type‑Safe DSLs in Go — No Magic, Just Go ⚡

Comments
1 min read
🚀 CPS in Go: Unlock Go’s Superpowers in 2025 ⚙️

🚀 CPS in Go: Unlock Go’s Superpowers in 2025 ⚙️

Comments
1 min read
🔍 Go Reflection: Less Code, More Power ⚡

🔍 Go Reflection: Less Code, More Power ⚡

Comments
1 min read
🧠 I Don’t Grind for Algorithm Interviews — And I Still Pass 🚀

🧠 I Don’t Grind for Algorithm Interviews — And I Still Pass 🚀

Comments
1 min read
🔐 Secure Your Frontend in 2025 — Pass Certification Fast 🔐

🔐 Secure Your Frontend in 2025 — Pass Certification Fast 🔐

Comments
1 min read
🖱 Click or Hold? This CSS Trick Gives You Two Actions in One Button ⚡

🖱 Click or Hold? This CSS Trick Gives You Two Actions in One Button ⚡

Comments
1 min read
⚡ Lightweight Containers for Raspberry Pi in 2025 — Cut Megabytes, Boost Speed ⚡

⚡ Lightweight Containers for Raspberry Pi in 2025 — Cut Megabytes, Boost Speed ⚡

Comments
1 min read
🔍 End-to-End Observability 2025 — Trace Every Millisecond, Fix Issues Fast! 🔍

🔍 End-to-End Observability 2025 — Trace Every Millisecond, Fix Issues Fast! 🔍

Comments
1 min read
🚀 Airflow in 2025 Will Change How You Run Data Pipelines 🚀

🚀 Airflow in 2025 Will Change How You Run Data Pipelines 🚀

Comments
1 min read
📊 Smart Data 2025 — Big Data Is Dead, Here’s What’s Next 🚀

📊 Smart Data 2025 — Big Data Is Dead, Here’s What’s Next 🚀

Comments
1 min read
🤖 GPT‑5 in 2025 — Not Just an Upgrade, a Game‑Changer ⚡

🤖 GPT‑5 in 2025 — Not Just an Upgrade, a Game‑Changer ⚡

Comments
1 min read
🎯 Front-End Pain Points 2025 — Surviving Between Mockups & Deadlines 🎯

🎯 Front-End Pain Points 2025 — Surviving Between Mockups & Deadlines 🎯

Comments
1 min read
⚡ Redis in 2025 — Pushing Speed to the Limit ⚡

⚡ Redis in 2025 — Pushing Speed to the Limit ⚡

Comments
1 min read
🛰️ Sidecars in Go: Clean Code, Zero Bloat

🛰️ Sidecars in Go: Clean Code, Zero Bloat

Comments
1 min read
🔁 Elegant Iterator Chains in Go — Finally Here

🔁 Elegant Iterator Chains in Go — Finally Here

Comments
1 min read
⚙️ Coroutines vs Threads in 2025: What You Really Need to Know

⚙️ Coroutines vs Threads in 2025: What You Really Need to Know

Comments
1 min read
📦 Mastering Node.js Streams in 2025

📦 Mastering Node.js Streams in 2025

Comments 1
1 min read
🛑 Perfectionism Slowed Me Down — Here’s What I Learned

🛑 Perfectionism Slowed Me Down — Here’s What I Learned

Comments
1 min read
🔐 Safe String Keys in TypeScript — No More Silent Failures

🔐 Safe String Keys in TypeScript — No More Silent Failures

Comments
1 min read
🚀 Scaling With Go in 2025: Concurrency That Works

🚀 Scaling With Go in 2025: Concurrency That Works

Comments
1 min read
Secret bytes 2025: hide anything inside a PNG!

Secret bytes 2025: hide anything inside a PNG!

Comments
1 min read
loading...