Andrii Prakapas

Developer from Ukraine

Home Search About Archive

Mythical PHP DI

December 26, 2022

What if PHP DI1 will look like this?: $object = new Application(cache: new DbCache());

  1. DI ↩

Read More

Merge Sort Algorithm

April 19, 2020

I found out about Merge Sort Algorithm.

Read More

Loading CSV into MySQL

April 8, 2020

Interesting task how to load data from csv file into MySQL table. 💭

Read More