Server-Sent Events: Build Real-Time Web Apps with Minimal CodeIn this technical deep-dive, we unravel the power of Server-Sent Events (SSE), a game-changing web technology that simplifies real-time…Dec 7Dec 7
Boost Your Django Productivity: Creating Custom Code Snippets in VSCodeLearn how to speed up your Django development with custom VSCode snippets, saving time and ensuring consistency across your projects.Oct 26Oct 26
Boost Python Code Quality with a Simple Git Hook for Flake8 TestingEnsure consistent code quality by adding an automatic Flake8 check with this simple Git hook setup for Python projects.Oct 26Oct 26
Real-Time Image Classification with CIFAR-10 & Kafka: Online Machine Learning in ActionDiscover how to set up a real-time image classification pipeline using Kafka and online machine learning, featuring the CIFAR-10 dataset.Oct 26Oct 26
Mastering Kafka Connect with Docker: A Beginner’s Guide to Seamless SetupOriginally published at https://joel-hanson.github.io/posts/09-kafka-connector-docker-setup/.Oct 12Oct 12
Simplify Your Kafka Cluster Setup with KRaft Mode: No Zookeeper RequiredOriginally published at https://joel-hanson.github.io/posts/08-setting-up-a-kafka-cluster-without-zookeeper-using-docker/.Oct 7Oct 7
Supercharging Your AI: Setting Up RAG with PostgreSQL and pgvectorPhoto by Denys Nevozhai on UnsplashSep 30Sep 30
Git Aliases to Supercharge Your WorkflowOriginally published at https://joel-hanson.github.io on March 21, 2024.Mar 21Mar 21
Building a DIY ML Experiment Tracking Tool: A Comprehensive GuideML Experiment Tracking: A Step-by-Step GuideMar 12, 2023Mar 12, 2023
A faster way to find the nth Fibonacci number from it’s seriesFind the n-th Fibonacci number using memoization method.Apr 13, 2021Apr 13, 2021