DEV Community

#backend

Desenvolvimento do lado do servidor, APIs, bancos de dados e logica de negocios.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Slashing RAM Usage: Master Read-Only Queries in Laravel

Slashing RAM Usage: Master Read-Only Queries in Laravel

Comments
2 min read
Effective Go in 2026: The Idioms That Still Decide Good Go Code

Effective Go in 2026: The Idioms That Still Decide Good Go Code

Comments
7 min read
Build Constraints in Go: //go:build and Conditional Compilation

Build Constraints in Go: //go:build and Conditional Compilation

Comments
7 min read
Using defer to Modify a Named Return in Go (Carefully)

Using defer to Modify a Named Return in Go (Carefully)

Comments
6 min read
Variadic Functions and the append(s, more...) Spread in Go: The Gotchas

Variadic Functions and the append(s, more...) Spread in Go: The Gotchas

Comments
7 min read
Reflection in Go: The Few Times It Is Justified (and the Cost)

Reflection in Go: The Few Times It Is Justified (and the Cost)

Comments
7 min read
The comma-ok Idiom in Go: One Pattern, Four Places It Shows Up

The comma-ok Idiom in Go: One Pattern, Four Places It Shows Up

Comments
6 min read
Typed vs Untyped Constants in Go: The Rule That Prevents Overflow Bugs

Typed vs Untyped Constants in Go: The Rule That Prevents Overflow Bugs

Comments
6 min read
Go Struct Tags Beyond json: validate, db, and Writing Your Own

Go Struct Tags Beyond json: validate, db, and Writing Your Own

Comments
7 min read
Sentinel, Typed, or Opaque: Choosing an Error Style in Go

Sentinel, Typed, or Opaque: Choosing an Error Style in Go

Comments
6 min read
Ash Framework: ways to contact — AshJsonApi, AshGraphQL and AshTypescript

Ash Framework: ways to contact — AshJsonApi, AshGraphQL and AshTypescript

Comments
15 min read
panic and recover in Go: The 3 Times They Are Actually Correct

panic and recover in Go: The 3 Times They Are Actually Correct

Comments
7 min read
var _ Iface = (*T)(nil): The Go Compile-Time Interface Check You Should Use

var _ Iface = (*T)(nil): The Go Compile-Time Interface Check You Should Use

Comments
5 min read
Named Return Values in Go: When They Help and When They Bite

Named Return Values in Go: When They Help and When They Bite

Comments
6 min read
Make the Zero Value Useful: A Go Design Habit That Saves Constructors

Make the Zero Value Useful: A Go Design Habit That Saves Constructors

Comments
6 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.