Category: Software Development
Intro Learning a programming language or framework can be a tough challenge, and when it comes to Angular, even experienced front-end developers often consider it to have a high entry threshold compared to others. With the abundance of information, courses, and materials available, it’s easy to feel overwhelmed and unsure where to begin.
read more

The Importance of Adaptability in R & D: A Devdebate.
What counts in R & D is the willingness to work in a changing environment, where it may turn out that you are typing CSS one day, and the next, you are working on adapting the graph algorithm to the project’s needs. But it pays off – say Tomasz Świstak and Jakub Kubacki, who work in the R&D team at Synergy Codes daily. What team do you work in? What is so special about it? Tomasz: Our team, known internally as R & D, is most importantly assigned to many clients and projects. Our work usually involves caring for new clients’ needs who have not yet decided on permanent cooperation.

JointJS+ Alternative – Performance Comparison on the Interactive Diagram with...
JointJS+ and GoJS are diagramming frameworks you can use to craft high-tech products. They have similar purposes and share common functionalities. Although these two seem similar, one should not assume they are the same. Here, we will explore the similarities and differences between GoJS and JointJS+ in terms of their performance in the real-life use case. The following example shows the case of the shopfloor monitoring system, which is aimed at fast diagramming performance with thousands of objects on one screen. The client has struggled with prolonged rendering time and poor object readability while showcasing a heavy data load. The client wanted to get the visual libraries’…

Do Not Make Up Your Own Requirements – a Short Story of Our “Howler”
Even if you start working with a large corporate client from small functionalities or MVP, sooner or later, you will have to face something bigger. Eventually, you’ll get the entire module of a huge system on your plate, or the key, most-used view in their product. In such a situation, it is worth avoiding some simple mistakes we usually introduce ourselves. Here is one of these mistakes from our own history that we want to tell you today. The Goal of the Project, or What Was To Be Done One of our clients asked us to implement the functionality that would enable the presentation of data on tiles. What immediately came…

Vite – a Worthy Successor to Webpack? Pros And Cons of Both Solutions
This article explains what Vite is and briefly introduces you to bundling. Let’s find the answer to whether it is worth departing from Webpack. I will focus on comparing Webpack with Vite, showing the advantages and disadvantages of both solutions. Let’s roll. What Is a Bundler? A bundler is an indispensable tool in today’s web development. It allows you to work comfortably with code in languages not supported by the browser by default, such as Typescript or SCSS. It can also adapt our application to the production or development version. In the case of the development version, it will provide us with access to hot reloading of the page during changes…