23 private links
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.
Binder: an awesome tool for hosting Jupyter notebooks
Sekundarstufe 1
Die neue Haptik eines alten Mediums: der Roman 'S.' von J. J. Abrams und Doug Dorst oder das 'Schiff des Theseus' als Spiel mit der Wirklichkeit
21 Settings to change in Windows 10 to to Reclaim Your Privacy (2017 Guide) - Fall Creator Update You’ve been told over and over that Windows 10 is the best thing since MS-DOS 5, and you’ve finally broken down and updated your PC from Windows 8. I have to admit that the interface and overall ... Read more
Charl Botha has a useful video on rewriting Git history with Magit. Botha gives three examples:
- Changing the commit message on any old commit
- Squashing two or more commits into one
- Splitting a commit into two or more separate commits
There is a nice little utility well hidden in JDK bundles. jinfo is a command-line utility to harvest configuration information from a running Java process. The interesting part however, is that with the -flag option, the jinfo utility can dynamically adjust the value of certain Java VM flags for the specified Java process