Skip to content

Instantly share code, notes, and snippets.

@spacetrack
Last active August 26, 2023 01:47
Show Gist options
  • Save spacetrack/e666994a59d26ee700158e5288239087 to your computer and use it in GitHub Desktop.
Save spacetrack/e666994a59d26ee700158e5288239087 to your computer and use it in GitHub Desktop.
Notizen von der OOP 2020

OOP 2020

Notizen von der OOP 2020 (München)


AWS Fargate

  • sozusagen Konkurrenz zu Kubernetes
  • geeignet für kleine Aufgaben, z. B. Batch-Jobs
  • Serverless / Cloud Native
  • teuer

Event Streaming - Why Apache Kafka Changes Everything

  • event streaming platform: messaging + data persistence
  • the log is the center of everything
  • producers produce data, adding it to the log
  • consumers consume data from the log

Cross-Plattform Mobile-App-Entwicklung mit Xamarin

  • Xamarin.Native (bringt die nativen OS-APIs in die .NET-Welt)
  • Xamarin.Forms

Microservices

  • who owns what data?
  • how much duplication of code do we allow?
  • how do we prevent to implement a distributed monolith?
  • how small is micro
  • how do your services communicate? => Kafka
  • SAGA pattern (Chris Richardson)
  • two face commit pattern
  • adapter pattern


spacetrack.github.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment