Blog

TypeScript Life Hacks for React Developers

TypeScript Life Hacks for React Developers

March 22, 2024

TypeScript is a powerhouse when combined with React, but sometimes its full potential is underused. Here are a few lesser-known TypeScript hacks that will boost your development workflow and ensure …

Continue reading
Optimizing Canvas Rendering for High-Frequency Trading Interfaces: How a Unified Loop Saved 60% of Frame Time

Optimizing Canvas Rendering for High-Frequency Trading Interfaces: How a Unified Loop Saved 60% of Frame Time

February 22, 2024

🚀 Ever struggled with UI lag when your trading interface is flooded with real-time data? Here’s how we tackled it. The Problem When every widget triggers its own requestAnimationFrame (rAF), multiple …

Continue reading
My Go-To Advice: Always Prioritize “HttpOnly; Secure” Cookies for Sensitive Data—or “Back to the Future, we have cookies”

My Go-To Advice: Always Prioritize “HttpOnly; Secure” Cookies for Sensitive Data—or “Back to the Future, we have cookies”

February 21, 2024

Cookies may feel like a relic of the past, but when it comes to securely handling sensitive data like authentication tokens, they remain the gold standard. They’re not only safer but often more …

Continue reading

Product Manager with a Long Developer Background: Blessing or Curse?

February 20, 2024

Being a Product Manager with a strong developer background is often a double-edged sword. On one hand, it’s a huge advantage. Your deep technical understanding allows you to communicate …

Continue reading
Canvas, Solid.js, Bun, and TypeScript – a dev’s dream stack? Or just hype?

Canvas, Solid.js, Bun, and TypeScript – a dev’s dream stack? Or just hype?

February 19, 2024

I’ve been diving deep into Canvas for rendering, experimenting with Solid.js for its fine-grained reactivity, exploring the speed of Bun. This combo feels like a powerhouse, but I’m curious: Do you …

Continue reading