tobilg.comIntroducing polyglot - A Rust/Wasm SQL transpilation libraryWhat if you could take a SQL query written for PostgreSQL and transpile it to BigQuery, Snowflake, or any of 33 database dialects — entirely in the browser, with no server round-trip? That's what polyglot does. SQL dialect fragmentation is a real pro...Feb 14·6 min read
tobilg.comCustom DuckDB Wasm builds for Cloudflare WorkersWhat if you could run full SQL queries, including JOINs, aggregations, and even remote Parquet file reads, directly inside a Cloudflare Worker? No database server, no connection pool, no cold-start latency from external services. Just DuckDB, compile...Jan 27·8 min read
tobilg.comUsing Iceberg Catalogs in the Browser with DuckDB-WasmWith recent updates of DuckDB itself, DuckDB-Wasm and the Iceberg extension it is now possible to query Iceberg catalog directly from the browser, with no backends. involved. Example clients that work: SQL Workbench SQL Workbench Embedded DuckDB T...Dec 16, 2025·5 min read
tobilg.comTypeScript scripts as DuckDB Table FunctionsWhat if you could query any REST API, GraphQL endpoint, or web page directly from DuckDB using SQL? No ETL pipelines, no intermediate files, no complex setup - just write a TypeScript script and use it as a table function. In this post, I'll show you...Dec 10, 2025·7 min read
tobilg.comUse your favorite AI tool to read the lastest AWS NewsYou can use the unofficial AWS News MCP Server, which combines the news articles, blog posts and updates of more than 40 different AWS Newsfeeds to a single source. Connecting to the AWS News MCP Server You can use different protocols to access it: ...Oct 14, 2025·4 min read