These are some of our thoughts on technology and business processes, as well as our inner workings and developer lifestyles.
One of our recent projects includes the functionality of an inline code editor. This code editor needed to be highly extensible and have custom features. To address this, we chose Codemirror v6 due to its peculiar architecture - it is highly customizable, and all the additional features are provided into codemirror engine as Extension objects.
Learn the essential tips on how to develop accounting software: process, cost, and examples.
In this article I’m going to show how to declare custom prosemirror node, how to render it with toDom method and how improve that with custom NodeView using React component.
Web-based employee scheduling software improves team management and cuts organization costs. Learn how to build a scheduling app and take advantage of your custom system.
In this article, we have prepared a quick tutorial on how to use MongoDB in Python and listed top ORM.
When developing a web application, one of the main things you should keep in mind is its ability to easily handle the influx of users. Other words, the web app should be scalable and ensure smooth performance under any circumstances. Here, you will find the best practices on how to make a high-performance scalable web application with ease.
Learn how to build a peer-to-peer marketplace and develop your company. Discover custom website examples and the benefits of creating them.
Earlier in our previous article "Improve efficiency of your SELECT queries" we discussed ways to profile and optimize the performance of SELECT queries. However, to write complex yet efficient SQL queries, there is a thing to remember about.