kovah.hashnode.devEasy date and time localization with the time HTML elementDid you know there is quite easy way to show localized dates and times on your website? You can use the HTML time element to display dates and times in the user's locale and timezone without having to guess the user's locale, rely on profiles or sett...May 3, 2023·2 min read
kovah.hashnode.devVersionfeeds: Custom RSS feeds for releases of your favorite softwareThis is my second product launching, and I am quite excited. As with so many useful tools and services, they are born out of a problem that needs a solution. Versionfeeds is exactly that. I was quite annoyed by the fact, that I had no central place w...Mar 18, 2023·2 min read
kovah.hashnode.devThe 21 best StumbleUpon alternatives of 2022Back in the 2010s, there was a site called StumbleUpon. With one click, you could get a random website from their collection of million of sites. Like Tik Tok, you could just click yourself through thousands of websites without having to search for s...Jan 28, 2022·7 min read
kovah.hashnode.devRefactor or Rewrite? - The Story of Game-Quotes.comGame Quotes is one of my oldest projects. It was launched back in 2013 as a small side project. At that time there was a site similar to what Game Quotes is now: an archive of funny, inspiring or awfully weird quotes from video games. I loved browsin...Apr 14, 2021·5 min read
kovah.hashnode.dev7 things to consider before starting to refactor CodeRefactoring code isn't easy. It is probably one of the hardest things to do in programming. Here are 7 things to consider before starting to refactor any code. 1. Get to know your Code Take a look at the whole code first and find out its strengths an...Apr 3, 2021·3 min read