the diligent engineer

  • about
  • series
  • presentations

the diligent engineer

Cover Image for Go with Golang

Series

3 articles

Go with Golang

Keeping company with Golang
Cover Image for Streaming Large Files over TCP

Streaming Large Files over TCP

When dealing with large files in development, the traditional approach of reading the entire file into memory can lead to memory-related iss…

Dec 23, 2023
Cover Image for Inlining in Go

Inlining in Go

The process of grouping smaller functions into their respective callers in Go Compiler is known as inlining. This optimization was often don…

Dec 31, 2023
Cover Image for Introduction to the new thread-safe event package for Golang

Introduction to the new thread-safe event package for Golang

Events are a common pattern in many applications, especially those that involve user interactions, asynchronous operations, or communication…

Jan 23, 2024

© 2025 The Diligent Engineer. All rights reserved.
DMCA.com Protection Status
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)

thediligentengineer.com

Newsletter

Jarvis