Systems | Development | Analytics | API | Testing

October 2021

What are Script Errors and How Can We Address Them?

Imagine that a customer reports an error on one of your websites. When you check the logs or tracking tool, it just says script error and nothing else. Does it sound familiar? Such errors are difficult to debug because they do not contain additional information about what and where they went wrong.

The Developer's Guide to SOLID Design Principles

Building stable and robust software is one of the primary goals of any software development project. While it is crucial to keep your code error-free for that, the real strength of your application comes from its foundation—the architecture of your code. SOLID is one of the most popular collections of software design principles. Its goal is to help you avoid common pitfalls and plan your application’s architecture from a very high level.

A Developer's Guide to Web Application Architecture

The internet has evolved from static web pages and long loading times to super-fast progressive web applications that can install themselves on client devices. The focus of web applications shifted from providing content to offering a captivating experience. As more and more people join the internet, the demand for visually appealing and friction-free web applications continues to grow. A web application is similar to a standard desktop or mobile application except that it can run on a web browser.