Wednesday, 09 December 2020
As a CEO who has 15+ years of software development, I take part very often in the first call with our clients. Very often, I can hear something like “We should like to move away from WebRTC because it’s not stable. Can you do it?” It’s not always easy for me to continue a conversation after such a statement, so I decided to write some generic answers for such questions. First of all, if we are talking about Web solutions the right answer is “no”! You have no other way to develop real-time communication with a more or less significant amount of transferred data except using WebRTC. WebRTC is the ONLY streaming protocol available for your Web application and all repositories from GitHub cannot change it, so do not waste time searching for magic libraries. On the web we have good old HTTP(s) ...
Wednesday, 20 May 2015
Maybe some people already know this feature, but I was discovered it only today. A lot of JS debugging brings some benefits, and today I found the possibility to edit code and save it on disk with (or...
Monday, 15 February 2016
Setup Install the latest mono as described at (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives). Install Visual Studio Code from Just unpack and start. no...
Wednesday, 18 October 2023
I have worked with startups as a tech consultant for over a decade. A tech startup is not just a technical solution. Many important things like investments and marketing make a business successful. to...