Caddy rewrite and CodeIgniter
Caddy it’s a new kid in the block in category super light web servers. Personally – I love it. Same love I feel to CodeIgniter. To marge both of them, we need only basic...
Caddy it’s a new kid in the block in category super light web servers. Personally – I love it. Same love I feel to CodeIgniter. To marge both of them, we need only basic...
Caddy is a another alternative to Apache or nginx. For me the biggest advantage is that it’s only one binary file to work with. It’s easy to run, setup and just “works”. It’s super...
Time-based One-time Password Algorithm (TOTP) is an algorithm that computes a one-time password from a shared secret key and the current time. The most popular implementation of this solution is Google Authenticator. This application that implements TOTP security tokens. Usually is branded...
Recently I made couple of updates for CodeIgniter minify library. It’s more modular, it has multiple compression engines for JS and CSS. Also you could overwrite default file names for generated files. I strongly...