Posts
All the articles I've posted.
The Great Tech Reset: Why 2025 Is the Hardest—and Best—Time to Be a Developer
Published: at 09:42 AMA brutally honest, actionable guide for developers navigating layoffs, AI disruption, and economic chaos in 2025. How to adapt, upskill, and thrive in the toughest—and most exciting—era of tech yet.
Comparing Popular Embedding Models: Choosing the Right One for Your Use Case
Published: at 01:42 AMEmbeddings are numerical representations of text, images, or other data types, capturing semantic meaning in a vector space. Selecting the right embedding model is crucial for achieving optimal performance in tasks like semantic search, recommendation systems, clustering, classification, and more.
Content Security Policy: Your Website's Unsung Hero
Published: at 09:47 AMContent Security Policy (CSP) is an HTTP response header that provides an extra layer of security against common web attacks like Cross-Site Scripting (XSS), clickjacking, and other code injection vulnerabilities.
Real‑Time Coinbase OHLCV Streaming with Node.js Native WebSocket & TypeScript
Published: at 12:47 PMCoinbase (and Coinbase Pro) provide a WebSocket feed to stream live market data. In this tutorial we focus on the ticker channel that returns real‑time pricing data (such as price, bid, ask, volume, etc.) for selected trading pairs.
Real‑Time Binance OHLCV Streaming with Node.js Native WebSocket & TypeScript
Published: at 09:47 AMRetrieving 24‑hour mini ticker data—which includes open, high, low, close, and volume details (i.e. OHLCV) for selected trading pairs—using Binance’s combined stream endpoint