­

Speed-up your coding with PHPStorm features

In this post, I want to present you some basic features of PHPStorm IDE, which could really speed up your coding process. Beware. You'll not find here any fancy things  - just basics. But still very helpful if you didn't know it before. Plugins You can install plugins on Preferences > Plugins page. Codeglance Plugin page: [...]

By |October 4th, 2018|Uncategorized|0 Comments

Why measure smog at your desk?

Artur Gołdyn will tell you why measuring air quality is very important to your health and daily activities. He will also tell you how you can measure crucial parameters with the tools you can simply do by yourself. With one simple device connected to your PC or Raspberry, you can display air quality measurements taken at your desk, on your computer screen, tablet, smart TV, or whatever device you want in your home or work network. This raises awareness of all your friend and family members in a high-tech way, which gives you solid data about your closest environment. […]

Introduction to websocket protocol

What is a websocket? Websocket is a fairly new Internet protocol that allows a permanent connection between the client and the server. It allows for asynchronous data exchange without the need to send additional HTTP requests. Similar to the HTTP, it works over the TCP layer and uses the same ports, that is 80 for [...]

By |August 3rd, 2018|Backend, JavaScript|0 Comments