We love sharing our knowledge and experience

These are some of our thoughts on technology and business processes, as well as our inner workings and developer lifestyles.

Topic
Author
Aug 18, 2022Technology
5 Best Practices of RESTful API Design to Keep Your Users Happy

Dive into our guide to RESTful API best practices

Jul 27, 2022Technology
Forge Viewer: Our Experience with an Unusual Project

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.

Jul 21, 2022Technology
Codemirror: unit-testing codemirror react components

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.

Jul 15, 2022Business
10 Steps to Build Your Own Accounting Software

Learn the essential tips on how to develop accounting software: process, cost, and examples.

Jul 13, 2022Technology
Prosemirror: Render node as react component

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.

Jun 20, 2022Business
How to Make a Scheduling App or Web-based Software for Employees Scheduling?

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.

Jun 8, 2022Technology
How to Use MongoDB in Python: Gearheart`s Experience

In this article, we have prepared a quick tutorial on how to use MongoDB in Python and listed top ORM.

Jun 1, 2022Business
Building Scalable Web Application for Your Project: Best Principles and Practices

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 more with our knowledge base