Blog
-
AI Is Incredible Right Now. What Comes Next Will Be Everywhere.
Pixytech · Opinion The Centralisation Pattern AI Is Incredible Right Now. What Comes Next Will Be…
-
LiveLens: Two Languages, One Browser Tab, Zero Servers — Now with In-Browser AI Chat
A real-time trading blotter and a webcam object detector have more in common than they look…
-
Building a TypeScript-First Frontend SDK for Capital Markets
In my most recent engagement I led the architecture and delivery of a production frontend SDK…
-
From Staff Engineer to Engineering Director: What Actually Changes
The move from Staff Engineer to Engineering Director is not a promotion of the same job…
-
The JavaScript Execution Engine: Event Loop, Microtasks, Macrotasks, Web Workers and Service Workers
JavaScript is single-threaded. There is one call stack, one thread of execution, and at any given…
-
.NET 8 Cryptography: AES-GCM, PBKDF2, and Secure Key Management
Data encryption in financial systems is a regulatory and architectural baseline. With .NET 8 LTS (November…
-
.NET 8 CLR Internals: RyuJIT, Dynamic PGO, and the Garbage Collector
With .NET 8 LTS shipping in November 2023, it is worth revisiting what the Common Language…
-
Authorization Vs Authentication
Authentication Authentication is the mechanism whereby systems may securely identify their users. Authentication systems provide an…
-
Reactive Extensions (Rx) Data Streaming
You have probably heard about Reactive Extensions, a library from Microsoft that greatly simplifies working with…
-
Behavioural Design Patterns
Behavioral design patterns are design patterns that identify common communication patterns between objects and realize these…
-
Structural Design Patterns
Structural design patterns are design patterns that ease the design by identifying a simple way to…
-
Creational Design Patterns
Creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects…