Blog

Tags

Development[38] Tips[22] DIY[18] Raspberry[13] Games[12] Arduino[11] Reviews[11] Books[11] Web[10] Life[9] Xbox[8] Gaming[8] Windows[7] PHP[6] Tutorials[6] Business[5] Programs[4] E-Commerce[4] Mysql[4] Websites[4] School[3] Python[3] Exitshop[3] 3d-Printing[3] Azure[3] Server[3] Video[2] AI[2] Retro[2] Review[2]

Posts

How to Monitor Temperature on Raspberry Pi 2019-08-06 #raspberry #server #development

You don’t want your Raspberry Pi to catch fire, do you?

How to Make a Web Server with Raspberry Pi 2019-07-31 #diy #programs #raspberry #server #web

Raspberry Pi is a tiny computer that can be used for many things. We will show you how to build your own web server on it. It won’t have any graphical interface, we will control it like proper nerds through the command line.

How to Easily Automate Website Testing - Selenium and Webdriver 2019-07-18 #exitshop #php #server #development

After every major change in a project, or even with every release, it is advisable to test the basic functionality of the application. End-to-End testing directly in the browser is one of the options and, in my opinion, it’s fun.