Softwareentwicklung Zürich & Deutschschweiz

HOW TO HANDLE LOCALIZATION FROM A CLIENT APPLICATION IN DOTNET CORE WEB API

Nowadays we often are using service oriented architecture. One of the things which are always required in this scenario is to handle localization for all the services. In this article I'll explain how to handle localization in a dotnet core web API.

Sanity.io Headless CMS with angular and scully.io

Nowadays people require more flexible applications for their online shops, blogs or websites. Content needs to be edited and deployed quick and easy. In the past people were using wordpress, typo3 or any. With modern web development there are better solutions available, now

Setup sentry application monitoring in an angular universal project

Using sentry monitoring automation tool in angular is pretty simple. When switching to angular universal and server side rendering some extra effort is needed. I'll explain how to setup sentry in an angular universal app in the following blog post.

HOW TO USE DISTRIBUTED REDIS CACHE BEHIND A LOAD BALANCER IN DOTNET CORE

In production we’re often using a load balanced environment (web farm). Since web applications are stateless, most applications need some kind of distributed cache to reduce the load and the amount of requests to fetch data.

Register fontawesome icons for use with material MatIcon

Angular often is combined with material ui. This includes material icons as icon set. Since often some neded icons are missing there, I'll show you how to add fontawesome to your application and use it together with mat-icon.

How to create a custom styled file upload in angular 9

When implementing web applications often we need to implement some kind of upload to allow the clients to upload files. There's a basic html file upload input control which looks a bit old-fashioned. In this blog post I'll show you how to implement a custom file upload in angular.

How to speed up web sites using resource hints

Performance is one of the most important things when creating web applications. One possibility to decrease the loading time is using resource hints.

© 2016-2024 OneCodex GmbH – All rights reserved