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 7, 2024Dec 7, 2024
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 26, 2024Oct 26, 2024
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 26, 2024Oct 26, 2024
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 26, 2024Oct 26, 2024
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 12, 20241Oct 12, 20241
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 7, 20241Oct 7, 20241
Supercharging Your AI: Setting Up RAG with PostgreSQL and pgvectorPhoto by Denys Nevozhai on UnsplashSep 30, 2024Sep 30, 2024
Git Aliases to Supercharge Your WorkflowOriginally published at https://joel-hanson.github.io on March 21, 2024.Mar 21, 2024Mar 21, 2024
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