Kevin Woblick

Kevin Woblick @kovah

About: Creator of Cloudhiker.net, LinkAce, Game-Quotes.com and InvoicePlane. Sponsor me on Github: github.com/sponsors/kovah

Location:
Berlin, Germany
Joined:
Jun 25, 2018

Kevin Woblick
articles - 31 total

Easy date and time localization with the time HTML element

Did you know there is quite easy way to show localized dates and times on your website? You can use...

Learn More 0 2May 3 '23

Versionfeeds: Custom RSS feeds for releases of your favorite software

This is my second product launching, and I am quite excited. As with so many useful tools and...

Learn More 0 0Mar 18 '23

How to get all user sessions in Laravel from Redis

I wanted to access all session data for all users in Laravel while using the Redis cache driver. If...

Learn More 5 0Oct 1 '21

The Relaunch of my Portfolio for 2021

My old portfolio at Kovah.de has not received any big updates for years. The design was basically the...

Learn More 2 2Apr 15 '21

Why I have chosen to rewrite one of my Projects from Scratch

Game Quotes is one of my oldest projects. It was launched back in 2013 as a small side project. At th...

Learn More 1 1Apr 14 '21

7 things to consider before starting to refactor Code

Refactoring code isn't easy. It is probably one of the hardest things to do in programming. Here are...

Learn More 2 0Apr 3 '21

Using Laravel Scout with global query scopes

I recently implemented Laravel Scout, Laravel's own full text search package, into one of my projects...

Learn More 2 0Feb 11 '21

LinkAce - Your self-hosted bookmark archive

About one and a half year ago I was deeply dissatisfied with my personal bookmarks collections. The l...

Learn More 19 4Dec 16 '20

Transactional Emails for Developers: A comparison of 5 services

Email support is one of the most basic things almost any webservice need. It should work, be reliable...

Learn More 10 2Oct 20 '20

How I built a web tool for gamers

As a passionate gamer I play a lot of different games which involve trading, like No Man's Sky. I oft...

Learn More 8 1Oct 13 '20

.nvmrc or .node-version - Which one do you prefer?

There are many different version managers out there for always getting the right Node version ready f...

Learn More 4 1Aug 18 '20

DevLorem: Rewritten from the ground up in Go

About 3 weeks ago my good old DevLorem project was a simple PHP website that generated Lorem Ipsum te...

Learn More 4 0Jul 24 '20

Static Site Hosting for small Websites: Vercel vs. Netlify

I recently moved my static sites (including my blog) to Netlify. I later found that Vercel offers a very similar hosting so I decided to compare both services.

Learn More 11 0Jul 19 '20

My favorite Tech RSS Feeds

RSS once was the way to gather all the news you are interested in, in one place. Like a Facebook feed...

Learn More 20 0Jun 26 '20

What is your most unbelievable software-bug story?

Every once in a while, every programmer discovers weird bugs in the software he uses or creates. Comp...

Learn More 1 0Apr 29 '20

Which backend programming language should I choose?

PHP and Javascript are my current tools as a web developer. I made some first steps with Python and....

Learn More 39 38Apr 25 '20

How do you backup your code?

I read a lot about all sorts of backups for various systems, but rarely see articles or advice for ba...

Learn More 1 2Apr 6 '20

AskDEV: What are your predictions for software development for the 2020 decade?

With the end of 2019 closing the 2010 decade, it's time to think about the future decade: 2020. A lot...

Learn More 3 0Jan 4 '20

Why and How: Switch from RSA to ECDSA SSH keys

As a developer, the chances are pretty high that you have your own keys to connect to servers, and be...

Learn More 6 3Dec 9 '19

Ask DEV: What are your favorite Developer Blogs?

Blogs are one of my favorite sources for new and interesting content. They are individual and mostly...

Learn More 46 4Nov 29 '19

A deeper look into PHP Hash Algorithms

In my first article about PHP Hash Algorithms I explored the current status of the algorithms and how...

Learn More 8 2Nov 25 '19

Be careful with Docker ports!

Not too long ago I got an email from my hosting provider, actually a forwarding from the BSI (German...

Learn More 13 18Oct 21 '19

How to get Sizing in CSS right for Accessibility

While developing the frontend for a website or web application, accessibility is an important topic i...

Learn More 10 2Oct 7 '19

Automatically generating Oh my ZSH theme screenshots

Oh my ZSH is one of the more popular alternatives to the basic Bash shell. It provides a lot of usefu...

Learn More 5 0Sep 4 '19

Useful Docker shell aliases to speed up Development

I work with Docker all the time. Ditching my MAMP stack for Docker was one of the most convenient and...

Learn More 136 10Aug 31 '19

Cut your Docker for Mac response times in half with docker-sync

I was able to reduce the response times of my apps running with Docker for Mac up to 80%, by using the docker-sync tool.

Learn More 56 10Aug 9 '19

HowTo: Publishing a static website to the dat:// network

A detailed tutorial about publishing a static website to the dat:// network, a new P2P internet network.

Learn More 8 0Jul 12 '19

Rebuilding my blog as a static site with Hugo

I share some insights about rebuilding my personal blog, originally based on Wordpress, as a static site with Hugo.

Learn More 12 0Jul 8 '19

A drop-in Docker stack for PHP apps

Over the past months I gradually implemented a solid Docker setup for all private projects. As I think that this stack is quite solid I want to share it with you.

Learn More 7 0Mar 20 '19

Stop stressing yourself to death

Stress leads to burnout. Despite being a wide spread problem in the developer community, you actually don’t have to be stressed.

Learn More 5 1Mar 11 '19