Improve Data Flow through React Context

In order to manage data between parent and child components, React offers us the possibility to share data as props. Props can only flow in one…

Zum Artikel

Play with the WBS

When a Project Manager (PM) is tasked with a project from the sponsor, it is normal for them to have a certain feeling of fear.

 

«And now, what do I…

Zum Artikel

Auto-handling creation and modification properties in EF Core

Of course, properties like ‘CreatedBy’ or ‘DateModified’ don’t replace a clean full historisation, but often we just need a small piece of information…

Zum Artikel

Zentralisierung von Application Logs

In der komplexen Welt moderner Anwendungen stehen Entwickler oft vor der Herausforderung, Logs von Anwendungen auf verschiedenen Systemen abzurufen.

Zum Artikel

A gentle introduction to JSON Web Tokens

Developing an authentication and authorisation mechanism is a crucial point in designing an application, involving (at least) both client and server.…

Zum Artikel

Git Aliases

Git aliases are a powerful way of customising the Git experience and increasing work performance.

Zum Artikel

ML.NET Machine Learning framework for .NET

These days, practically all modern software systems incorporate in one way or another different varieties of machine learning algorithms, particularly…

Zum Artikel

Confluence Tipps

Confluence von Atlassian ist eine erfolgreiche Knowledge-Management-Software für kleine und grosse Unternehmen. Mit Confluence können Inhalte an einem…

Zum Artikel

Storing Secrets on GCP

Distributing secrets (such as API keys and connection strings) is a common task for web applications and their development teams.

Zum Artikel

Orchard Workflows

We’re building an increasing number of sites using Orchard Core as the content management system, which means that the features and requirements are…

Zum Artikel

Running parallel requests in an ASP .Net MVC application for faster page load times

Website and app performance is becoming increasingly important as time goes by. In the last few years, users have become much more demanding when it…

Zum Artikel

How we write console applications

Last month, we open-sourced our base library for creating console applications and published it as a NuGet package. At the same time, we overhauled…

Zum Artikel

Generisches „Typing“ in TypeScript

Wie weit sollte der „Typing“-Teil im Typescript (folgend TS genannt) gehen? Dies ist sicher eine kontroverse Frage und kann am Schluss nur von jedem…

Zum Artikel

Neolution und Open Source

Die Thematik Open Source hat im Bereich der Software-Entwicklung massiv an Bedeutung zugenommen. Heute sind viele Technologien und Tools, die in der…

Zum Artikel

Automatisierungen in der Jira Software, so geht’s!

Als Jira Benutzer sind uns viele manuelle Tasks, die regelmässig erledigt werden müssen, lästig. Da sie zudem sehr zeitaufwändig sind, bietet…

Zum Artikel

Visual Studio 2022 is coming…

All programmers who develop for the Windows environment await a new version of Microsoft Visual Studio with anticipation and sometimes concern. I can…

Zum Artikel

What's the point of using NextJS?

NextJS allows for the creation of fast applications and websites by creating pages using React components.

Zum Artikel

Global Query Filter

Entity Framework Core allows you to apply a LINQ query predicate to an Entity Type. This is usually set up in the "OnModelCreating". The query…

Zum Artikel

AWS Cloudwatch für das Monitoring von Programmen

Viele unserer Programme sind rund um die Uhr aktiv und verrichten ihre Aufgaben. Sie laufen in der Azure Cloud, auf firmeneigenen Servern oder auf…

Zum Artikel

Google Cloud Run – Serverless für Docker Container

Lösungen für serverloses Computing liegen aktuell sehr im Trend. Der Grund dafür ist, dass diese meist kleineren Services sehr schnell erstellt und in…

Zum Artikel