January

Hyper-Fast Home Server: My Network Upgrade Journey
As a huge IT and computer enthusiast already at the age of 12 I've had a wish/goal, that once I have my own home, I will have a rack in the basement with at least 1 server and...
October

Simple Vue Preloader
When working with Vue.js you quickly come to a need for a preloader for slow operations your SPA (Single Page App) requires. For example when loading data from API, submitting...
July

WordPress Plugin for Live Icecast Info
Few years ago I wrote a simple plugin for WordPress which allows to show Icecast live information on your WordPress website. The plugin uses shortcodes and parses all...
January

Creating a simple MySQL abstraction library
Database is usually the slowest part of PHP application or web site. Most developers solve that problem using Memcached or similar caching software.But if you have a small web site...
September

Why I decided for SCSS
Few weeks ago I’ve been struggling between SCSS / CSS and LESS. I couldn’t make up my mind what's the perfect choice to go for. I’ve read few tutorials and thoughts by...