Skip to content
bharathwaj.com

Learning in public, mostly about AI.

I'm a developer writing about how I actually use AI day to day — what works, what doesn't, and what I'm still figuring out.

Recent writing

All articles
3 min read

PHP Design Patterns - Factory

In this article we'll look at a simple PHP Factory Design Pattern. Factory pattern is perhaps the most common pattern used. Factory pattern is nothing more than what the name says. Its a fac...

3 min read

PHP Design Patterns - Strategy

Lets look at how a Strategy pattern works. If you google the definition for strategy pattern, this is what you'll get. "In computer programming, the strategy pattern (also known as the polic...

1 min read

PHP Patterns with more practical examples

As a developer, understanding design patterns and being able to use it, is kinda of cool 😎, but the hard part is to know when to use it and which pattern to use. Lets look at some easy prac...

3 min read

Sublime text, sync settings in Github Gist

People spend years in getting their IDE (code editor) workflow to perfection. This takes a lot of fine tuning to the theme and all the different plugins etc. After investing so much of time...