Julián Cortés

8 Followers
19 Following
53 Posts
I'm the defective byte of the matrix, a bug in the system.
Just a programmer who writes bugs.
Websitehttps://raiseexception.dev/?utm_campaign=profile&utm_medium=social&utm_source=Mastodon
Githubhttps://github.com/pity7736
Linkedinhttps://www.linkedin.com/in/juliancortes/
Why #golang devs like single-letter variable names so much? I really hate it!
Understanding Memory Alignment in Go

Memory alignment determines how Go organizes struct fields in memory. Understanding it helps you write memory-efficient code and optimize…

Medium
Mastering Memory Alignment in Go: From Stack to Heap

Unlock the Secrets of Go’s Memory Layout to Write Faster, Safer, and Smarter Code

Medium
Why I Migrated from REST to gRPC in Go — And What I Learned the Hard Way

Learn how to migrate from REST to gRPC in Go. Step-by-step guide with code examples, beginner pitfalls, and lessons from real projects.

Medium
Meta AI, the honest spokesperson for #WhatsApp 🤣

Debian Linux version 13 has been officially released. Let the celebration begun ...

https://micronews.debian.org/

Debian micronews

Microsoft Recall Exposes Passwords and Banking Data!

New tests reveal Microsoft Recall still screenshots sensitive data.

It's FOSS News

Couple days ago I decided to make #vim ( #neovim ) my default IDE.

Well, now I have:
1. Some basics editor configurations.
2. Plugin manager.
3. Find files and strings by using telescope plugin.
4. LSP for #golang .
5. Run tests within #vim
6. Debugger integrated. Even start debugger by running tests.

Also, I've learnt about windows, tabs and how to move around them.

Beautiful!

Gopsutil: Powerful System Stats for Go Developers

Leapcell: The Next-Gen Serverless Platform for Web Hosting Introduction gopsutil is a...

DEV Community
Concurrency gotchas in go

Hi, my name is Walid, a backend developer who’s currently learning Go and sharing my journey by...

DEV Community