https://github.com/kktsvetkov/kktsvetkov
Author of Krumo, Wano, Asido and few other open-source PHP projects ending in "o"
https://github.com/kktsvetkov/kktsvetkov
Last synced: about 2 months ago
JSON representation
Author of Krumo, Wano, Asido and few other open-source PHP projects ending in "o"
- Host: GitHub
- URL: https://github.com/kktsvetkov/kktsvetkov
- Owner: kktsvetkov
- Created: 2020-12-10T06:15:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T06:31:33.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:43:28.175Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hey, I am Kaloyan (but everyone seems to call me KT)
I am the author of [Krumo](http://krumo.kaloyan.info), [Wano](https://github.com/kktsvetkov/wano/), [Asido](http://asido.kaloyan.info) and few other open-source projects which titles that end with an "o".
[](https://github.com/kktsvetkov)
----
Here are few of the things I posted on [my site](http://kaloyan.info) lately:
* **2021/09/25** [“Show Passwords” Bookmarklet](http://kaloyan.info/writing/2021/09/25/show-passwords-bookmarklet.html "“Show Passwords” Bookmarklet") Nice quick hack to help you see all the values from the password inputs on a page
* **2021/07/20** [New Fukō Packages](http://kaloyan.info/writing/2021/07/20/new-fuko-php.html "New Fukō Packages") Quick overview of the two new Fukō libraries, [fuko-php/open](https://github.com/fuko-php/open) and [fuko-php/source](https://github.com/fuko-php/source)
* **2021/06/07** [More Real World PHP Routing Benchmarks](http://kaloyan.info/writing/2021/06/07/more-php-routing-benchmarks.html "More Real World PHP Routing Benchmarks") Sharing some updates on the real-world example benchmark of Symfony's Routing component and FastRoute
* **2021/05/31** [Real World Benchmark PHP Routing](http://kaloyan.info/writing/2021/05/31/benchmark-php-routing.html "Real World Benchmark PHP Routing") Let's see how both Symfony's Routing component and FastRoute perform with a real-world example
* **2021/04/27** [Can you guess the number of objects created in PHP ?](http://kaloyan.info/writing/2021/04/27/php-quick-and-dirty-count-objects.html "Can you guess the number of objects created in PHP ?") Quick and dirty way (not a very accurate one) to count object instances in PHP
* **2021/04/21** [SQL Query Backtrace](http://kaloyan.info/writing/2021/04/24/sql-query-backtrace.html "SQL Query Backtrace") Quick and easy way to track the code where SQL queries are executed from
* **2021/03/18** [Hello World! (again...)](http://kaloyan.info/writing/2021/03/18/hello-world.html "Hello World! (again...)") Read a little bit more about what I am going to be writing about