Efficient Testing of ETL Pipelines with Python
How to Instantly Detect Data Quality Issues and Identify their Causes- 26020Murphy2025-03-22
Exploring How the New OpenAI Realtime API Simplifies Voice Agent Flows
Setting up a Voice Agent using Twilio and the OpenAI Realtime API- 24652Murphy2025-03-22
Four Takeaways from a 5-Year Journey
Navigating the post-graduation learnings- 24315Murphy2025-03-22
Getting Started with Powerful Data Tables in your Python Web Apps
Using AG Grid to build a Finance app in pure Python with Reflex- 28678Murphy2025-03-22
How to succeed with AI: Combining Kafka and AI Guardrails
Why real-time data and governance are non-negotiable for AI- 27783Murphy2025-03-22
Running visibility analysis in QGIS
One of my all-time favourite types of spatial analysis is visibility analysis. It's a really simple concept - you take a relief model, and...- 27633Murphy2025-03-22
Prompt Caching in LLMs: Intuition
A brief tour of how caching works in attention-based models- 28721Murphy2025-03-22
Top 5 Geospatial Data APIs for Advanced Analysis
Explore Overpass, Geoapify, Distancematrix.ai, Amadeus, and Mapillary for Advanced Mapping and Location Data- 27774Murphy2025-03-22
Making Text Data AI-Ready
An introduction using no-code solutions- 24229Murphy2025-03-22
Arrays – Data Structures & Algorithms for Data Scientists
How dynamic and static arrays work under the hood- 25184Murphy2025-03-22
How to Talk About Data and Analysis Simply
So that it is understandable and engaging to (almost) everyone- 21480Murphy2025-03-22
Opening Pandora's Box: Conquer the 7 "Bringers of Evil" in Data Cloud Migration an
A guide to conquering cloud migration challenges- 23465Murphy2025-03-22
Discover AWS Lambda Basics to Run Powerful Serverless Functions
Learn how I navigated setting up AWS Lambda for the first time- 27030Murphy2025-03-22
Adding Gradient Backgrounds to Plotly Charts
Using Plotly rectangle shapes to improve data visualisation- 25431Murphy2025-03-22
AlphaFold 2 Through the Context of BERT
Understanding AI applications in bio for machine learning engineers- 26390Murphy2025-03-22
AI-Powered Corrosion Detection for Industrial Equipment: A Scalable Approach with AWS
A Complete AWS ML Solution with SageMaker, Lambda, and API Gateway- 29364Murphy2025-03-22
Precisely Compare Geographical Regions with GeoPandas
Filling maps with area measurements- 23968Murphy2025-03-22
5 Amazing Plugins for an Eye-Catching Visual Studio Code UI
Make your code shine by transforming the IDE into a stunning coding environment- 21097Murphy2025-03-22
Using Linear Equations + LLM to Solve LinkedIn Queens Game
Prompting GPT to form and solve the linear equations using PuLP- 21335Murphy2025-03-22
RAG 101: Chunking Strategies
Why, When, and How to chunk for enhanced RAG. Build intuition to develop chunking strategies.- 21882Murphy2025-03-22
The current state of continual learning in AI
Why is ChatGPT only trained up until 2021?Optimizing Pandas Code: The Impact of Operation Sequence
Learn how to rearrange your code to achieve significant speed improvements.