inDepth.dev
  • Our Manifesto
Subscribe
Tobias Schweizer

Tobias Schweizer

After my studies in humanities, I switched to software development. I am now developing software that helps maintain qualitative research data in the long-term.

📍 Switzerland
https://www.dasch.swiss https://twitter.com/toschw
Building a Type Agnostic Cache Using Generics in TypeScript
typescript

Building a Type Agnostic Cache Using Generics in TypeScript

When building a client application, some requests to the server are identical regardless of the specific view the user is in. A cache eliminates redundant HTTP calls and may also help reduce the number of potential future HTTP calls if it implements some additional logic.

  • Tobias Schweizer
Tobias Schweizer Feb 24, 2021 • 8 min read
Implementing shared logic for CRUD UI Components in Angular
angular

Implementing shared logic for CRUD UI Components in Angular

In this article, we describe our approach to creating an Angular library for CRUD UI components. We derive the UI components from an abstract base class containing shared logic.

  • Tobias Schweizer
Tobias Schweizer May 19, 2020 • 9 min read
inDepth.dev © 2023
Powered by Ghost