Skip to content

Binary Musings

  • Privacy Policy
  • Connect
  • Terms and Conditions

Garry Chen 101

C++ Associative Containers Guide: Maps, Sets & Hash Tables

November 9, 2025June 22, 2025 by Garry Chen 101
C++ Associative Containers

Complete guide to C++ associative containers: map, set, unordered containers, hash tables, function objects, and performance tips.

Categories c++ Tags Associative Containers, C++, Hash Tables, Performance, STL Maps Leave a comment

C++ STL Containers Guide: Vector, List, Deque Performance

November 9, 2025June 20, 2025 by Garry Chen 101
C++ Containers

Complete guide to C++ STL containers: vector, list, deque, queue, stack with memory layouts, performance tips, and usage examples.

Categories c++ Tags C++, Data-Structures, Performance, STL Containers, Vector Leave a comment

C++ Move Semantics Guide: Rvalue References & Forwarding

November 9, 2025June 19, 2025 by Garry Chen 101
Move semantics

Understand rvalue references, value categories, perfect forwarding, and performance optimization techniques.

Categories c++ Tags C++, Modern C++, Move Semantics, Performance, Rvalue References Leave a comment

JavaScript Async Programming: From Callbacks to Promises

November 9, 2025June 13, 2025 by Garry Chen 101
Callback Hell

Comprehensive guide to JavaScript async programming – from hardware limitations and CPU latency to event loops, callback hell, and the evolution of Promises for better concurrency.

Categories javascript Tags Async-Programming, Callbacks, Event Loop, JavaScript, Promises Leave a comment

C++ Smart Pointers Tutorial: Build Custom Implementation

November 9, 2025June 13, 2025 by Garry Chen 101
Smart Pointer in C++

Build smart pointers from scratch in C++ – learn templates, move semantics, reference counting, and RAII patterns for memory management.

Categories c++ Tags C++, Move Semantics, RAII, Smart-Pointers, Templates Leave a comment

Go Network Programming: How Epoll Powers Performance

November 14, 2025June 13, 2025 by Garry Chen 101
Golang Epoll Gopher

Exploring how Go combines the simplicity of synchronous programming with the efficiency of epoll-based asynchronous I/O for high-performance network programming.

Categories golang Tags Epoll, Golang, Goroutines, Network Programming, Performance Leave a comment

C++ Memory Management Guide: Heap vs Stack & RAII Patterns

November 12, 2025June 9, 2025 by Garry Chen 101
Memory Management in C++

Heap vs Stack allocation, RAII patterns for resource management, and best practices to avoid memory leaks.

Categories c++ Tags C++, Memory-Management, Modern C++, RAII, Stack Allocation Leave a comment
Newer posts
← Previous Page1 … Page3 Page4

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