JavaScript Development Tutorials, Frameworks
Reading time: 10 min
React vs. Webix Comparison
We often guide our clients through the choice between React and Webix, two top-tier JavaScript UI libraries we usually use. This decision represents a fundamental question: should you build a custom interface from the ground up using foundational tools, or acc...
Reading time: 9 min
From Cordova to React Native: Migrating a Mobile App for Better Performance and UX
The limitations of legacy Cordova applications, particularly sluggish performance and a non-native look and feel, often ...
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 navigate the pages and choose our journey when using apps. But what if we need to build an app where users must follow the prescripted page ...
Reading time: 11 min
Code Rewrite vs Code Refactoring. Choosing the Best Code Transformation Tactics
Implementing a perfect software solution on the first try is impossible. At some point, developers may start suspecting ...
Reading time: 15 min
10+1 Technology Trends to Keep an Eye on in 2024 and Beyond
The weather outside is frightful, but the upcoming tech trends are so delightful that no one can resist reading another ...
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, ...
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 from a vast user base. However, you’re not an average person, and your business’s requirements may lay far beyond what an avera...
Reading time: 12 min
How We Developed a Booking System for the Chain of Salons
Modern software systems offer features that help automating business processes of almost any type. Unfortunately, due to...
Reading time: 16 min
The Future of JavaScript: 7 JavaScript Concepts to Keep in Mind
Stack Overflow developer survey 2023 just dropped, and for the eleventh year in a row, JavaScript holds the top spot of ...
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: 7 min
Code Refactoring. Major Benefits and Best Techniques
Every software development project looks the same at first glance. You gather requirements and then write the code to tu...
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...