Skip to content
CS Chetan Patil
About Projects Blog Gallery Contact
Resume
  1. Home
  2. Blog

Writing

Notes on artificial intelligence, PHP, Laravel and the craft — 48 articles, mostly written to make myself understand something properly.

All 48 Artificial Intelligence 26 Notes 20 PHP 14 OOP in PHP 13 Best Practices 12 Coding 11 MySQL 4 Code Editors 3 Healthcare 3 App Development 2 WordPress 2 Databases 1 Laravel 1

OOP in PHP · 3 min read

Dependency injection

Dependency injection is a technique where one object supplies the dependencies of another object. An injection is the passing of a dependency…

15 Jun 2017

Notes · 3 min read

Check number is Fibonacci numbers or not

A simple way is to generate Fibonacci numbers until the generated number is greater than or equal to ‘n’. Following is an…

30 Jan 2017

OOP in PHP · 2 min read

Constructor

What does Constructor mean? A constructor is a special method of a class or structure in OOP that initializes an object of…

20 Jan 2017

OOP in PHP · 7 min read

Dependency injection in PHP

Dependency Injection is a software design pattern that allows avoiding hard-coding dependencies and makes possible to change the dependencies both at runtime…

12 Jul 2016

OOP in PHP · 1 min read

Differences between abstract class and interface in PHP

In abstract classes this is not necessary that every method should be abstract. But in interface every method is abstract. Multiple and…

8 Jul 2016

OOP in PHP · 6 min read

Traits in PHP

One of the problems of PHP as a programming language is the fact that you can only have single inheritance. This means…

8 Jul 2016

OOP in PHP · 5 min read

Inheritance in PHP

Inheritance is a concept in object oriented programming. With the help of inheritance we can get all property and method of one…

8 Jul 2016

OOP in PHP · 2 min read

Overriding in PHP

Method Overriding in OOP ? Basic meaning of overriding in oop is same as real word meaning. In real word meaning of…

8 Jul 2016

OOP in PHP · 3 min read

Overloading in PHP

Method Overloading in OOP ? Overloading in oop is same as overloading in real word. In real word overloading means assigning extra…

8 Jul 2016

1 2 3 4 5 6

Browse by tag

#AI 26 #Code Editor 3 #Sublime Text 3 #OOP 2 #PHP 2 #Admilte 1 #JS 1 #laravel admin dashboard 1 #Lravel 1
CS Chetan Patil

Software Engineer in Pune — PHP, Symfony and SQL Server behind financial operations and payment systems.

i@chetanpatil.co.in

Site

About Projects Blog Gallery Resume Contact RSS

Elsewhere

Pune, Maharashtra · IST (UTC+5:30)

© 2026 Chetan S. Patil

Built with PHP & MySQL

Chetan Patil
About Projects Blog Gallery Contact Resume
i@chetanpatil.co.in