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.
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
Ash Framework: ways to contact — AshJsonApi, AshGraphQL and AshTypescript

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

Comments
15 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
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
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
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
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
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
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
Exactly-Once by Default: How Durable Execution Changed the Way I Build Automations

Exactly-Once by Default: How Durable Execution Changed the Way I Build Automations

6
Comments 6
3 min read
Code review

Code review

Comments
3 min read
Understanding ORMs - The Bridge Between Code and Databases

Understanding ORMs - The Bridge Between Code and Databases

Comments
2 min read
Ash Framework: способы взаимодействия — AshJsonApi, AshGraphQL и AshTypescript

Ash Framework: способы взаимодействия — AshJsonApi, AshGraphQL и AshTypescript

1
Comments
4 min read
How to deploy your first PocketBase instance on PocketBase Cloud

How to deploy your first PocketBase instance on PocketBase Cloud

Comments
3 min read
Stop Overloading Your REST APIs: A Practical Guide to gRPC

Stop Overloading Your REST APIs: A Practical Guide to gRPC

Comments
22 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.