Go

Recent Go articles

BACKEND
14 articles

Discover our latest articles and guides on Go

Go Profiling and Benchmarking in 2026: pprof, trace and Interview Questions
BACKEND

Go Profiling and Benchmarking in 2026: pprof, trace and Interview Questions

Master Go profiling with pprof and runtime/trace. CPU, memory, and goroutine analysis techniques for performance optimization and interview preparation.

Go interfaces abstract visualization with geometric composition
BACKEND

Advanced Go Interfaces in 2026: Composition, Type Assertions and Interview Questions

Master Go interface composition, type assertions, and self-referential generics from Go 1.26. Includes practical examples and technical interview questions.

Go context package illustration showing concurrency flow and cancellation patterns
BACKEND

Go Context Package in 2026: Cancellation, Timeouts and Interview Questions

Master Go's context package for managing cancellation, deadlines, and request-scoped values. Complete guide with practical examples and interview questions.

Go testing unit tests and mocks for technical interviews
BACKEND

Go Testing in 2026: Unit Tests, Mocks and Technical Interview Questions

Master Go testing with the standard library, table-driven tests, mocks, and the patterns interviewers expect. Practical examples with testify, gomock, and the testing package.

Go SIMD programming with vector registers visualization
BACKEND

Go SIMD and ArchSIMD Package in 2026: Performance Optimization and Interview Questions

Master Go 1.26's simd/archsimd package for native vector operations. Learn to implement SIMD-optimized code with 30-50% performance gains, understand CPU feature detection, and prepare for Go interview questions on parallel processing.

Go generics type parameters and constraints diagram
BACKEND

Go Generics in 2026: Type Parameters, Constraints and Interview Questions

Master Go generics for technical interviews with questions on type parameters, constraints, the tilde operator, and practical implementations like generic caches.