Skip to content

Binary Musings

  • Privacy Policy
  • Connect
  • Terms and Conditions

Garry Chen 101

Go Functional Programming: Map, Reduce & Filter Patterns

November 9, 2025July 6, 2025 by Garry Chen 101
Golang Map Reduce Filter

Learn essential functional programming patterns in Go: Map, Reduce, and Filter operations for elegant data processing. Discover how to separate business logic from control logic with practical employee data examples and explore the path toward generic programming.

Categories golang Tags Data-Processing, Functional-Programming, Golang, Map-Reduce, Programming-Patterns Leave a comment

Go Visitor Pattern: Learn from kubectl Implementation

November 9, 2025July 4, 2025 by Garry Chen 101
Golang Visitor Pattern

Discover how Kubernetes kubectl implements the Visitor design pattern in Go using functional programming.

Categories golang Tags Design-Patterns, Golang, Kubectl, Kubernetes, Visitor-Pattern Leave a comment

Go Inversion of Control Guide: Struct Embedding & Design

November 9, 2025July 2, 2025 by Garry Chen 101
Golang IOC

Master Go’s Inversion of Control using struct embedding, polymorphism, and dependency inversion. Learn to separate control logic from business logic with practical examples including undo functionality and reusable design patterns.

Categories golang Tags Dependency-Injection, Design-Patterns, Golang, Inversion-of-Control, Struct-Embedding Leave a comment

Go Functional Options Pattern Guide: Clean API Design

November 9, 2025June 30, 2025 by Garry Chen 101
Golang Functional Options Pattern

Learn the popular Functional Options pattern in Go for building clean, configurable APIs that are easy to use, maintain, and extend without complex constructors or configuration structs.

Categories golang Tags API Design, Configuration, Design-Patterns, Functional Options, Golang Leave a comment

Go Error Handling: Modern Patterns & Best Practices

November 9, 2025June 29, 2025 by Garry Chen 101
Golang Error Handling

Go error handling patterns including modern error wrapping, sentinel errors, resource cleanup with defer, and techniques to avoid ‘if err != nil’ hell.

Categories golang Tags Best Practices, Error Handling, Error Wrapping, Go 1.13, Golang Leave a comment

Go Programming Patterns: Slices, Interfaces & Performance

November 9, 2025June 28, 2025 by Garry Chen 101
Golang Slice

Essential Go programming patterns including slice memory management, interface design, time handling, and performance optimization techniques for better Go applications.

Categories golang Tags Golang, Interface Design, Performance, Programming-Patterns, Slice Management Leave a comment

Modern C++ Features Guide: Literals, Override & Control

November 9, 2025June 27, 2025 by Garry Chen 101
Modern C++ Features 2

Complete guide to modern C++ features: user-defined literals, override/final specifiers, and function control mechanisms.

Categories c++ Tags C++11, Final, Modern C++, Override, User-Defined Literals Leave a comment

Modern C++ Features Guide: Auto, Type Deduction & More

November 9, 2025June 25, 2025 by Garry Chen 101
Modern C++ Features 1

Complete guide to modern C++ features: auto, decltype, type deduction, uniform initialization, and usability improvements.

Categories c++ Tags Auto, C++11, Initialization, Modern C++, Type Deduction Leave a comment

C++ Iterators Guide: Range-Based For & Custom Iterators

November 9, 2025June 24, 2025 by Garry Chen 101
C++ Iterators

Complete guide to C++ iterators: categories, range-based for loops, and building custom iterators with practical examples.

Categories c++ Tags C++, Iterator Patterns, Iterators, Range-Based For, STL Leave a comment

C++ Exception Handling Guide: Safety & Best Practices

November 9, 2025June 23, 2025 by Garry Chen 101
C++ Exceptions

Complete guide to C++ exception handling: exception safety, RAII patterns, noexcept, and best practices for robust code.

Categories c++ Tags C++, Exception Handling, Exception Safety, Noexcept, RAII Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 Next →

Recent Posts

  • Rust Error Handling 101: Option, Result, and Panic
  • Makefile Tutorial Part 1: Basic make Rules, Targets & Clean
  • Rust Smart Pointers Guide: Box, Cow & MutexGuard Explained
  • Rust Standard Library Traits: Complete Guide to Memory & Type
  • Rust Traits Guide: Polymorphism & Dynamic Dispatch Tutorial

Recent Comments

No comments to show.

Archives

  • November 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025

Categories

  • c++
  • cpp
  • golang
  • javascript
  • rust
RSS Feed Subscribe
© 2025 Binary Musings • Built with GeneratePress