How to create a private chat on socket.io with Symfony: 5 steps guide
Private chat Today we will create a very simple private chat using socket.io. “Private chat” means that users can join…
JavaScript Promises basics: We promise you Promises
What are JavaScript Promises? Today I want to talk about Promises in JavaScript. The MDN docs say: “The Promise object…
Git vizualization: Producing your own git repository animated video
Have you seen the gource video visualizations of git repositories? Gource lets you create beautiful animated tree visualizations of git…
Smart office ideas: Real life IoT example
Old Fashioned Intercom? We have an intercom in our office for letting people through the front gate. It works well,…
Polymer / Web Components: using together
Web components Exploring new methods to improve my code in JS and increase performance I started to look through some…
How to use RetroFit and OTTO for Android networking
Making networking simpler There are a lot of useful third-party libs that provide new opportunities for android developers. Today we’ll…
How to set up dynamic permissions for project
The basic approach In our projects we usually use a Role based permission system. If we imagine a situation in…
A simple approach to optimising your Android application
The need for simplicity What do you want to see from an android app? It should be simple, convenient, fast…
React vs React Native use and potential: A developer’s review
A powerful impression After visiting an IT conference about JavaScript Frameworks, I was left with a strong positive impression toward…