Skip to content
bharathwaj.com

Articles

Notes on how I actually use AI day to day, plus the Laravel and PHP work underneath it.

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...

3 min read

AWS (Amazon Web Services) Elastic IP Allocation

In this article we will be looking at how to create an Elastic IP in AWS and allocating it to an existing EC2 instance. We will also look at re-allocating and releasing IPs.

2 min read

Install composer globally on Mac OS

Composer has become an essential part of programmers life these days. The first thing any programmer needs to do before getting a project up and running is to run composer imstall. In this a...

5 min read

Sublime text features for general text editing.

For years i have been using Sublime text which is one of the best IDE's out there for programmers to write code. Although majority of the people use it for writing code, for me its been a gr...