Wednesday, 13 February 2019
Recently one of our clients asked me about the possibility to build a kiosk application with a Mac mini and a huge display with touch support. The display is really big about 2 meters wide. Why Mac mini, I asked, it’s expensive and makes no sense. The client answered — “we just have one and our admin is like Apple”. I’ve investigated a little and asked our devs to make a proof of concept. And we found that it’s possible with ElectronJS. You just need to do the following when you initialize ElectronJS window. And that works perfectly on Mac — the application is full screen, and you don’t have access to the dock and menu bar. Don’t forget to add a possibility to exit, I have to shut down my Mac the first time to close it. Also in Kvinivel we are starting the migration of the big to for...
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...