{archive_title}

Month: November 2019

  • SQREEN3.0 Case Study

    ·

    SQREEN3.0 Case Study

    Recently, we have just completed the development and testing of Sqreen 3.0. Sqreen 3.0 adopts a new architecture, and the new development of the front-end screen client software, client hardware and background management system. Stability, scalability, and operational costs have all been greatly improved. Let’s take a look in details at the following: Client display…

  • Reasons to Rewrite your Code

    ·

    Reasons to Rewrite your Code

    Recently I have been learning ReactJS, starting with the very basics. It’s my first frontend javascript framework and thus has been a bit of a difficult process to understand what exactly was going on. I had to learn all the different paradigms and strategies used in frontend development as well during this time, so I…

  • Route Guards in Angular

    ·

    Route Guards in Angular

    So we have seen how to configure routing and navigating in the angular application in our last topic. Now in this topic, we will discuss how is Route Guards useful in our application. Route guards are useful when you want to grant or remove access to certain parts of the navigation. Let’s dive into a…