.Net Agile Blockchaine Dekstop application Development Process Electron.js English Hire Developers JavaScript Marketing Mobile Node.js Python Quantum computer Scrum Single Page Applications Software Development Companies Software Development Company Startup Visual Studio Code Vulnerability Web Web Applications WebRTC Website

  • Editing code directly in the browser (WebKit)

    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 Google Chrome (or any other WebKit-based browser). Hope this will simplify some debugging tasks for you. See how…

  • JavaScript and different ***Script

    Today I’ll just share my opinion so, no useful information below 🙂 There are a lot of discussions around TypeScript, CoffeeScript, and other languages translated to JS. Let me add several words to this “holly war”:) I was codding for a couple of months with TypeScript. It was a complex UI with Knockout.js and Durandal.…

  • Template project for Node.js with Express

    Overview If you are building node.js applications, you may need some template project to start quickly and not to perform simple configuration every time. This configuration may contain access to MongoDB, security infrastructure and so on. My colleague Anton Dimkov has committed his template on Github. Also, the template can be installed with npm. Features…

  • WPF vs. GDI+

    The problem In one of our projects in Kvinivel we need to draw a huge table of results of some physical experiments. The table can be 100×100 and can be 1000×1000. The application is usually Windows desktop application built with WPF. And as usual, we’ve tried to use some 3rd party grid. And as you…