Daniel Schreiber

Daniel Schreiber @danielsc

Location:
Offenbach, Germany
Joined:
Jul 19, 2019

Daniel Schreiber
articles - 14 total

[Boost]

Deep Dive: xml-trueformat – Preserve XML Formatting with Ease ...

Learn More 0 0Mar 2

Deep Dive: xml-trueformat – Preserve XML Formatting with Ease

xml-trueformat is a TypeScript library for parsing and manipulating XML documents while retaining...

Learn More 1 0Mar 1

Define, Generate, and Implement: An API-First Approach with OpenAPI Generator and FlightPHP

Adopting an API-first strategy ensures that your server and client remain in sync, dramatically...

Learn More 2 1Feb 24

Android XML Resources: Automated Translations with doloc

Developing multilingual apps efficiently can be a real challenge - especially when working with...

Learn More 0 0Jan 25

Integration for FormatJS/react-intl: Automated Translations with doloc

Developing multilingual apps efficiently can be a real challenge - especially when working with...

Learn More 2 0Jan 11

Integration for Angular: Automated Translations with doloc

Developing multilingual apps efficiently can be a real challenge - especially when working with...

Learn More 3 0Jan 11

App Localization with doloc

In this post, I'll outline an optimized translation workflow for app localization1. This approach...

Learn More 1 0Nov 11 '24

Client side (temporary) IDs

Why Modern UIs often implement offline capabilities and/or follow the optimistic ui...

Learn More 7 0Apr 21 '22

Angular i18n update workflow

Problem Reading this, you are probably already aware, that tooling for updating...

Learn More 10 4Jan 20 '22

Testing STOMP websocket with Postman

With Postman v8 you can test Websockets - great! But.. When testing STOMP servers you will encounter...

Learn More 21 7Aug 12 '21

Firebase function retries with pubsub

Ever tried to use exponential backoff for pubsub triggered firebase functions? It’s not straight forw...

Learn More 6 4Feb 11 '21

Handling large DOM with Angular

Have you noticed that creating (i.e. instanciating) 1000 components is not instant in Anguar? It ki...

Learn More 6 2Jul 31 '20

Angular: Include module for specific environment

In Angular pre 9 we could do the following to include an optional module only for non prod builds/ser...

Learn More 8 3Apr 22 '20

Firebase Performance: Firestore and Realtime Database Latency

Firestore and Realtime DB are ~10-20x slower than a simple websocket broadcast! (This was...

Learn More 10 0Feb 19 '20