Corentin GS
banner
corentings.dev
Corentin GS
@corentings.dev
Teaching Go for cloud-native microservices to backend beginners. Self-taught developer with 5 years of experience. Making the practical course I wish existed.
July 14, 2025 at 9:18 AM
July 14, 2025 at 9:18 AM
Go error handling is often criticized for being “too verbose.”

Swipe the carousel to see why that criticism misses the point.

#Golang #Go
July 14, 2025 at 9:18 AM
July 1, 2025 at 4:00 PM
These languages won’t get you a dev job tomorrow.

But they’ll teach you how to think, adapt, and face any coding challenge.

Hardcore? Sure.
But you don’t become a Jedi without sacrifice.

#Programming #CodeNewbie #LearnToCode #SoftwareEngineering
July 1, 2025 at 4:00 PM
How Go's context package transforms chaotic goroutine sprawl into orchestrated control flow. From resource leaks to graceful cascading cancellations—context is the unsung hero of distributed Go systems.
#golang #programming
June 4, 2025 at 8:00 AM
Context leaks in Go are silent killers.
They don’t crash your app — they slowly drain it.
Unreleased goroutines = invisible technical debt.

Fix it before it breaks you.
#golang #backend
June 2, 2025 at 7:00 PM
Stop trying to write "perfect" code as a beginner.
My early Go app: 6 layers, 3 frameworks, total mess
My rewrite: Just stdlib, 10x faster
Your "failures" teach more than tutorials.
#coding #webdev #buildinpublic
May 27, 2025 at 10:00 AM
May 21, 2025 at 7:30 PM
May 21, 2025 at 7:30 PM
Most Go devs know the syntax. Few master the model. This carousel breaks down what really matters. Save it. Share it. Level up your Go game.
May 21, 2025 at 7:30 PM
Want to master Go concurrency? Stop memorizing syntax.
After 4 years of production Go: The real secret isn't about knowing every feature - it's about knowing when NOT to use them.
A thread on building robust concurrent systems 🧵👇
#golang #programming
May 21, 2025 at 2:32 PM
Most devs over-engineer because they start with tools, not problems.
Start with why, design with clarity, build with boring code.

That’s the Fundamentals-First way.
May 16, 2025 at 3:00 PM
💥 Rewrote an old Go app I built as a junior.

Back then: 6 layers, 3 frameworks, benchmark-driven madness.

Now: Just stdlib, clear logic, no fluff.

✅ 10x faster
✅ Half the code
✅ Zero confusion

Lesson?
Simplicity scales. Start with fundamentals.
May 16, 2025 at 8:30 AM
🚀 Want to make your Go apps faster and more scalable?

Use resource pooling.

✅ Lower latency
✅ Fewer allocations
✅ Better scalability

Stop wasting CPU cycles. Reuse what you can. Build smarter. 🧠💡 #golang #backend #performance
May 15, 2025 at 5:54 PM
May 15, 2025 at 6:30 AM
May 15, 2025 at 6:30 AM
Most “slow” endpoints don’t look broken.
Until they hit production.

I had one running at 500ms.
Not terrible… until it tanked everything under real traffic.

Here’s exactly how I cut it to 50ms — and what most Go developers miss along the way.

Swipe through 👇
May 15, 2025 at 6:30 AM
Is Clean Architecture always the answer for your #Go monolith? 🤔
I found more speed & sanity by ditching complex layers for Vertical Slice Architecture.
My pragmatic journey from architectural dogma to #VSA clarity. Are you ready to slice?

#Golang #SoftwareDesign #PragmaticDev
May 11, 2025 at 9:49 AM
Nobody tells you this:
A well-designed modular monolith can get your product to market way faster than microservices -less complexity, fewer headaches, more shipping 🚀
Don’t over-engineer. Start simple, scale smart. #SoftwareEngineering
May 9, 2025 at 3:31 PM
Legacy code: I am your inheritance! 🧬
This #MayThe4th, embrace your codebase's heritage. Map dependencies, document wisdom, and refactor with purpose. Every line of code has a story. #DevLife #StarWarsDay
May 4, 2025 at 9:30 PM
I have the architectural high ground! 🏔️
This #StarWarsDay, level up your system design: decouple like a Jedi, scale like the Empire (but better), and keep your resilience patterns stronger than beskar. #SystemDesign #MayThe4th
May 4, 2025 at 7:30 PM
It's a trap! 🚨
'We'll fix it later' is the biggest deception in tech. That temporary hack? Still there after 3 years. That quick fix? Now it's load-bearing. This #MayThe4th, resist the dark side of technical debt! #DevLife #StarWarsDay
May 4, 2025 at 5:15 PM
These aren't the bugs you're looking for! 🐛
This #StarWarsDay, debug like a Jedi: trust your monitoring, question your assumptions, and remember—the real issue often hides in plain sight. #DevLife #MayThe4th
May 4, 2025 at 3:30 PM
Do or do not. There is no 'try' in production. 🧙‍♂️ This #MayThe4th, channel your inner Yoda: test thoroughly, monitor wisely, deploy confidently. The Force of robust systems, strong with you it will be. #DevOps #StarWarsDay
May 4, 2025 at 1:30 PM