Onlangs bezocht ik samen met mijn collega’s Doreen Scheepens en Jacco van Bavel de Kafka Summit 2024 in Londen. Voor mij was het de eerste keer dat ik zakelijk met de trein reisde, en ik moet zeggen dat het me niet tegenviel. Hoewel ik vlak bij Schiphol woon, was de ‘van-deur-tot-deur’ reistijd naar Londen voor mij niet veel langer, maar de treinreis was zeker comfortabeler dan het vliegtuig. Het enige punt ter verbetering voor de volgende keer is om de vroege, rechtstreekse trein te verkiezen boven een latere trein met overstap in Brussel: bij vertraging loop je dan in ieder geval niet het risico om de aansluiting te missen en twee uur extra op een Brussels station te moeten doorbrengen!
All posts tagged: microservices
SynTouch op J-Fall
Met 1800+ deelnemers, 64 (internationale) sprekers, 50+ stands en 50+ sessies!
Als ik het vergelijk met vorig jaar, lag dit jaar de focus meer op de nieuwe features en details van Java. We zien met de half jaarlijkse releases van de JDK, natuurlijk dat er veel functionaliteiten, in een snel tempo worden toegevoegd.
AWS re:Invent 2018 – new launches
The Event
In the first part of my blog I commented on Las Vegas itself and my experiences travelling to Las Vegas; in this part I will describe my experience with the actual reason for travelling to Las Vegas, viz. attending the AWS re:Invent 2018 event.
As you may already know, re:Invent is the yearly conference from Amazon Web Services (AWS), this time its seventh edition, held in Las Vegas, for customers, partners and vendors from the AWS ecosystem. The size of re:Invent is astonishing, during this conference (starting on Monday and ending around noon on Friday), it welcomes 53,000 participans, spread across 7 different venues for a total of over 2,200 sessions of content.
Las Vegas, or Tinseltown in the Desert
Sin City
This weekend I have returned from visiting my first AWS re:Invent. This seventh edition was (as always) held in Las Vegas – aka Sin City as it caters for the many vices people may pursue. Needless to say I have been a good boy and only indulged into drinking a few beers …
Viva Las Vegas!
Inleiding
Na meerdere keren Oracle Open World te hebben bezocht, ben ik sinds een aantal jaren steeds meer geïnteresseerd geraakt in de Cloud-technologie. Niet primair SaaS-oplossingen waarbij een software-pakket op een cloud-omgeving draait, maar vooral in PaaS-oplossingen waarbij ontwikkel-platformen en applicatiecomponenten beschikbaar worden ‘bevrijd’ uit het knellende en gedateerde korset van de bedrijfsdatacentra en worden afgenomen uit het cloud-nirvana. En waar kun je je dan beter in verdiepen dan in de oplossingen van de marktleider op het gebied van infrastructuur- (IaaS) en platformoplossen (PaaS) in de cloud, Amazon Web Services?
The power of Oracle Event Driven Architecture
Key Takeaways
- Event Driven Architecture helps with decoupling applications
- Think about the names used for events
- Let Publisher publish and filter within subscribers
- Use meta data within event headers
- Use standardization on entities within Event, so that the Event is a first citizen data object
Introduction
There is a lot of hype around Microservices and the use of events for implementing the choreography pattern. However this is nice for companies like Netflix and Twitter, but there are a lot of organisations still struggling with files and ESB like products. Also my current client uses an ESB namely the Oracle SOA Suite 12c for integrations. We cannot just throw away this ESB, but we can make use of the event mechanism built in. This blog describes the way we use the EDN (Event Delivery Network) component, that is used within SOA composites to throw events and to subscribe on events.
Microservices Conference 2018
On the 22 and 23rd of March I went to the ‘Microservices Conference 2018, MicroXchg’ in Berlin. This blog post is a short recap of my experience of this conference, this year held for the 4th time.
My goal was to learn more about the Microservices world, to fill my toolset of possible architecture solutions and of course to see Berlin a bit. Furthermore, I interviewed Chris Richardson about Microservices and his upcoming book on Patterns. This interview is added to this blog as well.
“Kunnen we hier een interface voor ontwikkelen?”
Een eenvoudige vraag die regelmatig gesteld wordt, zeker vanuit businesszijde. Toch is het antwoord hierop niet altijd even simpel. Zeker niet met het oog op kosten versus baten. Systemen, bedrijfsprocessen, toekomst en schaalbaarheid zijn namelijk van grote invloed op de complexiteit van de interface en dus op de kosten. In dit blog een aantal overwegingen die kunnen helpen om deze vraag toch verantwoord te kunnen beantwoorden.
First steps in Cloud-based JS development
Some time ago, while working on a proof of concept using an Oracle API product, I got exposed to server-side JavaScript programming. Or more accurately, programming Web APIs using the Node.js platform and the Express Framework (possibly I will elaborate on this experience later, after this product has been publicly released).