adesso Blog

2

Tags:

  • Frontend

Show all posts
Software Development

Blazor is a .NET front-end framework for creating an interactive web UI with C# and not JavaScript. This offers many advantages, such as being able to share code between the back-end and front-end. With Blazor, you no longer have to use two different languages, JavaScript for the frontend and C# for the backend. This makes it easier to reuse code and write consistent applications in a familiar language environment. In addition, many errors can be resolved at compile time and no longer occur dynamically at application runtime, as was the case in JavaScript.

Read more
Software Development

Micro-services have long been the established standard in backend application architecture. They offer many advantages, including scalability, flexibility and when it comes to organising large projects into independent development teams. In this blog post, I will describe how micro frontends allow you to transfer the benefits offered by distributed systems over to the frontend.

Read more

Save this page. Remove this page.