Blogs

Choosing between CTE or Subquery
Choosing between CTE or …

Even after writing SQL for quite some time, I still find it a bit overwhelming when I face a massive block of code. Especially as the queries start to pile up, the state of the code becomes a tangled mess! 🤯

But here’s something I’ve learned the hard way:

As queries grow in size and …

My thoughts on “Vibe Coding”
My thoughts on “Vibe …

When I first heard of the name “Vibe Coding” from a friend of mine at work, I admit that I underestimated it big time. I thought it was just another buzzword for “Deep Work” or “Focus Time”, but for coding, I was wrong..

Unlike what the name solely suggests, this concept is not just about feeling …

Automation of Google Image Scraping using Selenium
Automation of Google …

This blog post explores the method of scraping Google Images using Selenium with a combination of Python and Chrome Web Driver. Providing a practical example of how Selenium can be applied. This post also aims to explain the basics of Selenium and how it works.

Background

For context, we currently …