maximilienzakowski.org
  • Home
  • About
  • Posts
C++ equivalent implementation of C# interface — thumbnail

C++ equivalent implementation of C# interface

Map a C# ICompte-style interface to a pure abstract C++ class with virtual methods.

Fast exponentiation - C# implementation — thumbnail

Fast exponentiation - C# implementation

Recursive and iterative fast exponentiation using bit tricks for fewer multiplications.

LMAX Disruptor Pattern — thumbnail

LMAX Disruptor Pattern

Why the Disruptor excels for low latency, and where to find the .NET Disruptor-net implementation.

Pattern Binder - BinderDirector - C# — thumbnail

Pattern Binder - BinderDirector - C#

IBinder and BinderDirector for IoC-style binding, with a concrete Interface Segregation example.

Regex Pattern recursion famous test solution — thumbnail

Regex Pattern recursion famous test solution

NUnit acceptance tests and a recursive regex solution for balanced parentheses and brackets in C#.

Jointure implementation in Java 21 — thumbnail

Jointure implementation in Java 21

Stream-based inner, left, and full joins in Java 21 with Pair and TestNG examples.

Jointure implementation in Typescript — thumbnail

Jointure implementation in Typescript

Generic inner, left, and full join helpers for TypeScript arrays, with Jest-style unit tests.

How to bubble up event in Composition Api Vue 3 — thumbnail

How to bubble up event in Composition Api Vue 3

Naive re-emits through intermediate components versus forwarding with $attrs in Vue 3 Composition API.

© 2026 Maximilien ZAKOWSKI personnal website. All rights reserved.