­

Basics of VUE: Apply simple validation to existing HTML form

Introduction This time we want to show you how to quickly add very simple form validation using VUE.js - without knowing this library :) Case: We want to add simple but dynamic validation for one of the Bootstrap forms. Conditions/assumptions: we cannot rewrite everything with React, we don't have much time and need to work [...]

By |June 24th, 2019|JavaScript|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