These are some of our thoughts on technology and business processes, as well as our inner workings and developer lifestyles.
Dive into our guide to RESTful API best practices
Once we received an interesting task from a client. They needed to allow their users to upload a 3D model of the building and show it in a timelapse video from the construction site.
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.