Join us

ContentUpdates and recent posts about TypeScript..
 Activity
@bergerx started using tool Docker , 4 weeks ago.
 Activity
@bergerx started using tool Python , 4 weeks ago.
 Activity
@bergerx started using tool Kubernetes Dashboard , 4 weeks ago.
 Activity
@bergerx started using tool Kubernetes , 4 weeks ago.
 Activity
@bergerx started using tool Kubectl , 4 weeks ago.
 Activity
@bergerx started using tool Kubeadm , 4 weeks ago.
 Activity
@bergerx started using tool Go , 4 weeks ago.
Link
@faun shared a link, 1 month ago

Going down the rabbit hole of Postgres 18 features by Tudor Golubenco

PostgreSQL 18 just hit stable. Big swing! Async IO infrastructureis in. That means lower overhead, tighter storage control, and less CPU getting chewed up by I/O. Adddirect IO, and the database starts flexing beyond traditional bottlenecks. OAuth 2.0? Native now. No hacks needed. UUIDv7? Built-in su..

Going down the rabbit hole of Postgres 18 features by Tudor Golubenco
Link
@faun shared a link, 1 month ago

I'm Building a Browser for Reverse Engineers

A researcher rolled their ownChromium forkwith a customDevTools Protocol (CDP) domain- not for fun, but to surgically probe browser internals. It reaches into Canvas, WebGL, and other trickier APIs, dodging the usual sandbox and spoofing all the bot blockers they'd rather you leave alone. It injects..

I'm Building a Browser for Reverse Engineers
Link
@faun shared a link, 1 month ago

Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization

Advanced PostgreSQL tuning gets real results: composite indexes and CTEs can cut query latency hard when slicing huge datasets. AddLATERALjoins and indexed subqueries into the mix, and you’ve got a top-N query pattern that holds up—even when hammering long ID lists...

Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization
TypeScript, developed and maintained by Microsoft, extends JavaScript by adding static type definitions, interfaces, and advanced tooling support. It allows developers to catch errors early through type checking, improves IDE autocompletion, and enables more robust refactoring in complex codebases. As the preferred language for many modern frameworks like Angular and default scaffolds in React, Vue, and Next.js, TypeScript has become the foundation of enterprise-scale and AI-assisted coding. In 2025, it overtook Python and JavaScript as the most used language on GitHub, marking a significant milestone in developer evolution.