Blog
August 5, 2021
How I Earned 💰$3mil+ On The Internet and What Was the Trick to Beat The Competition
Programming was my passion. I did it for years before I started thinking about how to make money out of it. At that time, I was doing desktop software (freeware/shareware) for Windows coded in...
ReadJuly 15, 2021
Tailwind CSS tooltip
I prefer to use as little JS as necessary when I build my projects. So when I needed to implement Tailwind CSS tooltip I preferred to do it with CSS only. Thankfully it's pretty easy. You need to...
ReadJuly 14, 2021
How to group multiple rows from SQL into one
Sometimes there may be a situation when you need to group data differently. Let's say we have an SQL table with two columns and the following schema (this is for MySQL): We want to have a unique...
ReadMarch 29, 2021
Javascript Quiz
Javascript is without a doubt one of the most popular programming languages. You can do pretty much everything in JS. Web apps (VueJs, React, Angular, Svelte), Desktop apps (Electron) a well as...
Read