Subsets of AI – AI, Machine Learning, Deep Learning & Gen AI

AI, artificial intelligence, feels overwhelming because it involves complex technology, rapid innovation that is hard to keep up with, and heavy industry hype. As a result, many people—even experts—struggle to fully understand it, leading to common misunderstandings, including what AI actually means. This article is written to be aligned with AWS Certified Practitioner certification. According…

Read More

📅 Week 1 Recap: System Design + DSA Journey

Hello everyone! This week I began my daily learning journey — diving into System Design concepts (via the roadmap.sh System Design Roadmap) and solving DSA challenges on LeetCode. ✅ 7 days straight of showing up. Here are the highlights: 🏗 System Design Concepts Covered Latency vs Throughput → Learned how speed (latency) and volume (throughput)…

Read More

Finally: A 15-Second Fix for Local Referrer & Attribution Testing

Preview attribution flows before production - works with Adobe, GA4, Target, and Piano. Here’s the problem: you can’t preview referrer-driven locally. Browsers don’t send a real Referer or fill document.referrer the way they do in production. That leaves Growth, Marketing, Analytics, Experimentation, and QA teams flying blind until things are live-when dashboards suddenly scream “Direct/None” and someone…

Read More

Connecting the Centrifugo in laravel

In this article, we will look at the integration of the Centrifugo real-time server with the Laravel framework, the basic settings and nuances of operation. This article will be more about the implementation on the framework itself than the description of Centrifugo. You can also find an example of interaction in this template, which was…

Read More

Chain Of Responsibility in Python…

In this design pattern, there are some sorts of executors of a command tied in a chain – at different levels. Depending upon the complexity of the task, the command is handled at different levels. Each receiver is well aware of if he can handle the command. If he can’t he simply passes the buck…

Read More