Java web service – step-by-step In this tutorial I will show you how to create a very simple Java web service using the newest (to this date) Java 11, Javalin microframework, Gradle, MariaDB and JDBC connector...
Latest articles
Execute Commands on Multiple Remote Servers over SSH
If you are a sysadmin, this probably happened to you several times: You have multiple servers (often tens of IPs) where you need to execute specific command. For instance, you would like to add one user’s pubkey...
Making Money From a Blog – WordPress Adsense Tutorial
“Everybody earns money from their blog, I want to earn too!”. If you find yourself thinking this way, worry no more. Setting up ads on your WordPress website is very easy. If you already have your WordPress...
How To Build a WordPress Site in 5 Simple Steps
Nowadays, everybody has a website. Doesn’t matter if it’s a blog or an e-shop, your own website can help you achieve your goals better. I remember times when creating a web portal took months of development...
Linux Commands Cheat Sheet – 48 Commands You Should Know
Does it always happen to you that you forget what the exact command you used last time was? Of course you can’t find it in history, because it was a long time ago. There are many Linux commands cheat sheet on the...
6 Tips For Cross Platform Mobile Game Development
Everybody likes an idea of making easy money by creating a simple mobile game and placing ads and in-app purchases in it. There is many of them out there that took minimum time to develop and now generate ridiculous...
Show MySQL import progress using Pipe Viewer
This is a short tutorial on how to show MySQL import progress using an app called Pipe Viewer. It’s very easy to install and use, but there is a few points which require explanation, so I will describe them here...
Poker console game with AI in C++ (source code)
Poker console game introduction This tutorial is a reflection of what I had to program for a school’s mandatory project. I developed a simple C++ Poker console game with adjusted rules and logic. The rules do not...
Highlight Code Snippets in WordPress Comments
If you’re using default WordPress comments and you’re missing highlighted code snippets inside of them, this tutorial will help you. Before I start to explain, you should know that is it not possible by...
Custom front page post loop like Stackoverflow in WordPress
There is many tutorials on how to change your front page posts post loop of your website in WordPress. Post loop is a way of displaying your latest posts on the homepage. All of the tutorials describe the way to create...
Android Espresso examples for UI testing
Espresso is a handy native Android tool for UI testing in Android. There is a lot of things you can test. Even though community support is pretty nice, it is sometimes time-consuming to find examples on testing your...
Four ways to disable WordPress comments
There is many articles out there that offer step-by-step tutorials on how to disable WordPress comments. Even though disabling comments via WordPress Discussion settings works pretty well, it could happen sometimes that...