Building an AI-Assisted LinkedIn Job Application Bot with Puppeteer, Bun & ChatGPT
A developer builds an automated bot using Puppeteer, Bun, and ChatGPT to intelligently search and apply for jobs on LinkedIn.
A developer builds an automated bot using Puppeteer, Bun, and ChatGPT to intelligently search and apply for jobs on LinkedIn.
A technical guide on using Kafka Connect to write data from Kafka topics to Apache Iceberg tables stored on AWS S3, using the Glue Data Catalog.
How to open Quarto/Markdown files in external macOS apps from Positron or VS Code to access better native writing tools and spellchecking.
A guide on how to find, join, and organize community meetups focused on Apache Iceberg and modern data lakehouse architectures.
Compares Oracle and PostgreSQL wait analysis for database performance tuning, focusing on wait classes vs. event types.
Explores how tech debt in infrastructure code creates a self-perpetuating 'flywheel' effect, making it extremely costly and difficult to fix.
Explains Terraform 1.10's new ephemeral values for outputs, variables, and resources to prevent sensitive data from being stored in state or plan files.
A personal account of attending and participating in PyCon Italia 2025, covering the experience from organization to speaking.
Explains how to add descriptive names to data-driven test cases in xUnit by overriding the ToString() method in test data records.
A monthly roundup of tech links covering data lakehouses (DuckLake, Iceberg), Kafka, event streaming, and stream processing developments.
Explores the cultural and mindset challenges in DevOps adoption, focusing on overcoming organizational silos and embracing a growth mindset.
Explains a specific edge case where switch expressions fail in Blazor due to parsing conflicts with HTML/razor syntax.
A developer explores using Sortable.js for drag-and-drop movie rankings and Kendall Tau Distance to compare list similarity.
A guide on implementing SQL Server 2025's new vector search capabilities in a .NET Aspire application using the eShopLite sample project.
Step 4 of a tutorial on building a Helix Jump game prototype using Three.js and TypeScript, covering scoring, CSS backgrounds, and platform animations.
Learn how Amazon Q Developer AI assistant enhances software security and code quality through SCA, SAST, and DevSecOps integration.
Highlights key performance improvements in .NET 10, including stack allocation optimizations and delegate escape analysis, with benchmark comparisons.
A guide for developers to track upcoming .NET features by exploring GitHub repositories, issues, labels, and milestones.
A developer's personal exploration and critique of using AI coding assistants like GitHub Copilot and Claude, examining their impact on the craft of programming.
A technical exploration of flexicache, a Python caching decorator from fastcore, covering its LRU cache and time/file-based invalidation policies.