Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
stdlib
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
unsafe.Pointer in Go: The 4 Patterns the Rules Actually Allow
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
unsafe.Pointer in Go: The 4 Patterns the Rules Actually Allow
#
go
#
performance
#
stdlib
Comments
Add Comment
6 min read
Method Values vs Method Expressions in Go: A Distinction Worth Knowing
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
Method Values vs Method Expressions in Go: A Distinction Worth Knowing
#
go
#
backend
#
stdlib
Comments
Add Comment
6 min read
regexp in Go: MustCompile, Reuse, and the Performance You're Leaving Behind
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
regexp in Go: MustCompile, Reuse, and the Performance You're Leaving Behind
#
go
#
performance
#
stdlib
Comments
Add Comment
6 min read
From sort.Slice to slices.Sort in Go: Cleaner, Faster, Type-Safe
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
From sort.Slice to slices.Sort in Go: Cleaner, Faster, Type-Safe
#
go
#
stdlib
#
performance
Comments
Add Comment
6 min read
bufio.Scanner in Go: The Default Buffer Limit That Truncates Your Lines
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
bufio.Scanner in Go: The Default Buffer Limit That Truncates Your Lines
#
go
#
stdlib
#
backend
Comments
Add Comment
5 min read
io.Pipe, io.TeeReader, io.LimitReader: Go Stream Composition Toolkit
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
io.Pipe, io.TeeReader, io.LimitReader: Go Stream Composition Toolkit
#
go
#
backend
#
stdlib
Comments
Add Comment
7 min read
Go 1.22 ServeMux: Method and Wildcard Routing Without a Framework
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
Go 1.22 ServeMux: Method and Wildcard Routing Without a Framework
#
go
#
stdlib
#
backend
Comments
Add Comment
7 min read
time.Ticker and time.Timer in Go: The Reset and Leak Traps
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
time.Ticker and time.Timer in Go: The Reset and Leak Traps
#
go
#
concurrency
#
stdlib
Comments
Add Comment
6 min read
Go's time Package: Monotonic Clocks and the Bugs They Prevent
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
Go's time Package: Monotonic Clocks and the Bugs They Prevent
#
go
#
stdlib
#
backend
Comments
Add Comment
6 min read
Small Interfaces in Go: How io.Reader and io.Writer Compose Everything
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
Small Interfaces in Go: How io.Reader and io.Writer Compose Everything
#
go
#
stdlib
#
backend
Comments
Add Comment
6 min read
iota in Go: Enums, Bit Flags, and the Traps Beginners Hit
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
iota in Go: Enums, Bit Flags, and the Traps Beginners Hit
#
go
#
beginners
#
stdlib
1
 reaction
Comments
2
 comments
5 min read
Go Slice Tricks: Insert, Delete, and Filter Without a Helper Library
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
Go Slice Tricks: Insert, Delete, and Filter Without a Helper Library
#
go
#
slices
#
stdlib
Comments
Add Comment
7 min read
Make the Zero Value Useful: A Go Design Habit That Saves Constructors
Gabriel Anhaia
Gabriel Anhaia
Gabriel Anhaia
Follow
Jul 3
Make the Zero Value Useful: A Go Design Habit That Saves Constructors
#
go
#
stdlib
#
backend
Comments
Add Comment
6 min read
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account