Seit einigen Jahren verwende ich auf meinen Geräten nachhaltige Suchmaschinen wie „Ecosia“ oder „Gexsi“. Sie nutzen die Technik bekannter Suchmaschinen und gelten daher als genauso sicher und schnell. Bei „Ecosia“ fließen fast 80% der Werbeeinnahmen in Aufforstung, regenerative Landwirtschaft und Solaranlagen. Und „Gexsi“ spendet sogar 100% des Gewinns für innovative soziale und wohltätige Zwecke. – […]
Read MoreKategorie: News und Trends
Hier schreibe ich über allgemeine neue Entwickler Technologien.
Learned lessons for critical decisions at micro services architectures
My own learned lessons for critical decisions at micro services architectures from 2018-2020: 1. Design schema first for all APIs and Events, pursue to consume Events by default! 2. Invest in automation, deployment, code generation and dependency management. It increases the security and it shortens the time to market. 3. Enable teams to write amazing […]
Read MorePHP Nuclear Reactor
Asynchronous programming is a way to create programs that can execute multiple parallel tasks faster in the same process by executing code while other parts if the programs wait for I/O operations to finish, like database accesses, file accesses, network accesses, etc.. ReactPHP is a low level library similar to JavaScript Node.js that can be […]
Read MoreWhy reactive application?
Application requirements have changed dramatically in recent years. Only a few years ago a large application had tens of servers, seconds of response time, hours of offline maintenance and gigabytes of data. Today applications are deployed on everything from mobile devices to cloud-based clusters running thousands of multi-core processors. Users expect millisecond response times and […]
Read More