23 private links
Mit einer Spezialeinheit sollte der Zoll seinen Kampf gegen Geldwäsche verstärken. Doch nun türmen sich unbearbeitete Fälle - Ermittler sind frustriert. Von Jan Lukas Strozyk und Benedikt Strunz.
Convert web articles into printable PDFs.
Convert web articles into printable PDFs.
There are cases where great efforts have been made to adopt microservice patterns without understanding the specifics of the problem at hand...
After talking with people about upgrading of CQRS and event sourced systems, Michiel Overeem came to the conclusion that many working with event sourced systems lack an understanding and don’t know how to approach the problem. At the recent DDD Europe 2018 conference in Amsterdam he described how this was a trigger for him to do an exploratory research on how to evolve this kind of systems.
In 1936 the prolific self-help guru and famous eccentric James T. Mangan published You Can Do Anything! — an enthusiastic and exclamation-heavy pep-manual for the art of living. Among its highlights is a section titled 14 Ways to Acquire Knowledge — a blueprint to intellectual growth, advocating for such previously discussed essentials as the importance of taking example from those who have succeeded and organizing the information we encounter, the power of curiosity, the osmosis between learning and teaching, the importance of critical thinking (because, as Christopher Hitchens pithily put it, “what can be asserted without evidence can be dismissed without evidence”), the benefits of writing things down, why you should let your opinions be fluid rather than rigid, the art of listening, the art of observation, and the very core of what it means to be human.
Eine schöne Übersicht über Ausreden und deren Widerlegungen zum Thema Continuous Delivery. Wer die einleitende Erläuterung was Continuous Delivery ist überspringen will kann ab Minute 13.50 einsteigen.
Z.B. Cloud.gov
key takeaways z.B.: Domain events are great for decentralised data-management, generating read-models or tackling cross-cutting concerns. However, you should not implement complex peer-to-peer event chains. Using commands to coordinate other services will reduce your coupling even further.
OData (Open Data Protocol) is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming RESTful APIs.
If you’ve ever argued with your team about the way your JSON responses should be formatted, JSON API can be your anti-bikeshedding tool.
By following shared conventions, you can increase productivity, take advantage of generalized tooling, and focus on what matters: your application.
Clients built around JSON API are able to take advantage of its features around efficiently caching responses, sometimes eliminating network requests entirely
Podcasts sind wie maßgeschneidertes Radio: Der Zuhörer stellt sich sein individuelles Programm zusammen. Das Angebot reicht vom dicken journalistischen Brett über Hörspiele bis zum netten Geplauder.
For a better understanding of the CompletionStage API, let's look at 20 examples of CompletableFuture in action, both synchronously and asynchronously.
we can figure out how to use our brains more effectively by building our own latticework of mental models.
This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here
RIG is a scalable, open source gateway to your microservices. It solves the problem of connection state (which users are online currently, with which devices), which allows your microservices to be stateless. Pushing arbitrary messages to all connected front-ends of a specific user becomes as easy as publishing a message to a Kafka topic.
The key takeaway, for both physical and digital spaces is that we need to be disciplined and make deleting and organizing code a regular priority. Ignoring clutter only compounds it and makes a seemingly intractable problem even worse. Armed with a simple set of rules and making an effort is worth it. When you KonMari your code, you can transform frustration into joy.
SOAP and REST protocols have a couple of primary differences. Learn the benefits of REST over SOAP, as well as the (less common) benefits of SOAP over REST.
In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored. Therefore, it’s recommended not to store any sensitive information in local storage.