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...
Latest articles
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...
Android Tutorial – Continuous Speech Recognition with Pocketsphinx
During my latest project (Smart Mirror), I wanted to implement a continuous speech recognition that would work without stopping. I spent a lot of time finding a library that could work nicely, there were two of them...
Import/export tables or databases to .sql in MySQL (examples)
This tutorial will cover basic import and export terminal procedures in MySQL. Each of the procedure is explained through an example. All of the export commands are also available remotely, all you have to do is to...
Create a REST web service in PHP – part II (SSL and security)
This article will describe three different ways to secure your web service – free SSL, paid SSL and custom encryption system. In the first part of the PHP Webservice Tutorial I showed you how to create a very...