• April 23, 2024

How to search for bugs on the frontend: 4 main stages

On the frontend, the JS code is executed in the browser. JavaScript is not a compiled language, so there is always a possibility of execution errors when using the program directly. An execution error blocks the code located after the error location, and program users risk being left with a non-functional application screen that can…

Read More

The structure of the code for launching a web project

In the project, for example, I made the connection of the client and server parts via Rest and WebSocket. Who likes what more. There are a great many descriptions of the Spring Framework and Rect technologies themselves on the Internet. This article is for those who have something that doesn’t work out, or something is…

Read More