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
Unlock the Power of AI with RAG: A Step-by-Step Guide to Using PostgreSQL and pgvectorrOriginally published at https://joel-hanson.github.io/posts/06-setting-up-rag-with-postgre-sql-and-pgvector/Sep 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
DRF: How to make a simple file upload API using viewsets.This article is to show you how easy it is to make a simple file upload API using Django viewsets. There are other alternatives to do the…Jul 31, 20205Jul 31, 20205