October
Beyond Silence: The Unexpected Benefits of Noise Deadening in Cars
Back in 2017, I bought my first car, a brand new Skoda Superb with a diesel engine. What made this car special was that it was relatively affordable yet still an entry-level luxury...
September
How I Got Into RC World: A Winter Sunday Tale
These RC cars are almost like toys, but they're not actually toys because they're built for adults and can reach speeds of up to 70 kilometers per hour in stock versions. I knew...
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...