In a recent project for a Mayflower client, we used Quarkus Java Microservices with Google Protobuf. In a very abstract sense, our objective was to exchange serialized binary data over a message bus system living in Kubernetes. Therefore I decided to replace the existing tech stack with Typescript, NestJS, and Cap’n Proto IDL (Interactive Data…
Schlagwort: react
Containerizing Django and React with Docker
Nowadays, software developers work on multiple projects at the same time. The projects usually present distinct requirements. Nevertheless, they must be reproduced identically in multiple machines, and sometimes they have to live in the same hardware – the developer’s computer. The so-called container technology stands out among the different approaches used to reproduce software projects…
Open Mayday … mit AWS, React und einem hohen Wetteinsatz
Der nächste Open Mayday bei Mayflower steht an! Open Mayday?! Ja! Wir öffnen unsere Slack-Time an sogenannten Open Maydays immer wieder für Externe, um neue Impulse zu bekommen und an einem coolen Tag mit viel Luft zum Reden voneinander zu lernen und in Kontakt mit der Community zu gehen. Nach dem großen Erfolg dieses Formats…
Der Redux-Jahresrückblick 2019: React Hooks, Redux Toolkit, TypeScript und ein Styleguide
Das Jahr 2019 neigt sich dem Ende zu und in der React-State-Management-Filterbubble rund um Redux hat sich eine ganze Menge getan. Doch immer schön der Reihe nach …
React gets Context & Suspense. Quo vadis, Redux?
Somewhere between 6 or 12 months from now, the way we are using Redux will be drastically different from the way we are using it today.
Redux-Workshop für Einsteiger
Nachdem wir uns mit dem Einstieg in React beschäftigt haben, ist es nun an der Zeit, einen Blick auf Redux zu werfen.
React-Workshop für Einsteiger
In diesem React-Workshop bietet Christopher einen Einstieg in das JavaScript-Framework und zeigt alle Bestandteile zum Entwickeln eigener Anwendungen.
Pimp my Backbone.View (by replacing it with React)
I’ve been using Backbone.js in a couple of projects now and my feelings about it are quite diverse. On the one hand, I like how it provides you with guidelines on how to structure your frontend code. Although splitting model and view is a very basic idea in software development, it also is very powerful.…