Development Lab: AI Experiments and Engineering Research
Reading time: 11 min
The Gap Between AI Prototypes and Production Software: 10 Risks You Can’t Afford
We often meet founders who come to us with a familiar story. They have a compelling concept, a functional application running on their machine, and the sense that AI-assisted software development has brought them to the verge of a breakthrough. “We used ...
Reading time: 9 min
How Spec-Driven Development Brings Structure to AI-Assisted Engineering and How We Put It to the Test
AI coding assistants have made developers incredibly fast since the start of the AI boom, but this new speed often comes...
Reading time: 11 min
AI as a Co-Pilot, Not an Autopilot: Guidance on Risk Management and Realistic Performance
AI-assisted development — commonly called “vibe coding” — is already part of modern SaaS development. Tools like GitHub Copilot, ChatGPT, and Claude are embedded into daily engineering workflows, influencing how quickly code is written and feat...
Reading time: 7 min
How to Build a Custom Scheduling App Faster with Lovable AI and DHTMLX Scheduler
Launching a startup is an exciting challenge. But if you’re just one person or a small team, the path from concept to ...
Reading time: 11 min
Webix Gantt Chart Widget Customization: A Complex Guide for Simple Use
Every project, company, or process manager always has an inherent desire to improve team workflow and increase productiv...
Reading time: 8 min
App as an Ordered Sequence of Pages. How to Build a Quiz Application with JavaScript
Web app development is not a piece of cake by itself, and each new project brings new challenges. We can usually freely ...
Reading time: 56 min
Clash of the Libraries. Building a Data Dashboard with React, Vue.js, and Webix
The progress in web development is a double-edged sword. Countless libraries and frameworks give you freedom of choice, but sometimes such a variety confuses. A large number of options may lead to so-called choice overload, a situation where decision-making be...
Reading time: 13 min
How to Build an Excel Add-in With React
Tech industry giants spend enormous resources on top-notch solutions development to cover the needs of an average person...
Reading time: 8 min
Taking the Best of React and Webix with Micro Frontends
Choosing a tech stack for a new project is always full of compromises. There are many good frameworks and libraries, but...
Reading time: 11 min
Using Dynamic Tables for Advanced Data Modeling and Analysis
If your software product has an extensive number of data tables, you may notice that they look similar on individual app...
Reading time: 8 min
Automated Testing of Webix UI With Playwright
Writing tests is a fundamental part of software development. While creating high-quality software solutions, testing hel...
Reading time: 6 min
Implementing Transactions Over Multiple Databases Using TypeORM
In one of our previous articles, we described the principles of working with multiple databases. Then, we used NestJS an...
Reading time: 9 min
Working with Multiple Databases Simultaneously Using NestJS and TypeORM
Developing a web application, you are always concerned about data. The major issues are how to manage it efficiently and store it securely. The problem with data may become even more significant if your web application handles many organizations. Here, the dat...