Writing clean code is an important part of modern software development. In this article, our colleague Moritz presents his favorite function “pipe” which helps him write clean code in Typescript projects.

Writing clean code is an important part of modern software development. In this article, our colleague Moritz presents his favorite function “pipe” which helps him write clean code in Typescript projects.
Having multiple identities on a single computer, e.g.for private or work purposes respectively, can make it uncomfortable to work with Git. Our developer Markus tackled the problem and found a solution that he wants to share with the DEV community to also simplify their recurring Git interactions.
What makes a business case an artificial intelligence business case? What are the possible barriers to solving such AI cases? And how can they be skillfully circumvented? Morten gets to the bottom of all these questions.
Spring gilt als eines der bedeutendsten Java-Frameworks und spielt auch bei vielen Senacor-Projekten eine gewichtige Rolle. Daher machte sich eine Gruppe von Entwicklern zur diesjährigen Spring I/O Konferenz in Barcelona auf um sich aus nächster Nähe über die neuesten Entwicklungen und Ankündigungen zu informieren. Lienard fasst ihre Erkenntnisse und Erlebnisse zusammen. Sein Fazit: Eine klare Empfehlung für Konferenzbesuche.
Realizing that an application’s performance doesn’t meet the requirements and expectations causes severe problems. One question that in such cases often arises is: Should we have chosen a different backend framework? Fabian went out to tackle this question by testing several JVM frameworks on their performance capabilities. The candidates: Spring, KTOR, Vert.x, Micronaut and Node.
Continuous Integration and Delivery is still a hot topic nowadays, especially in corporate processes. This applies even more so for ETL applications which Christian and Simon did not want to accept anymore and thus took the lead of transforming their ETL deployment steps to better automation. If you want to know how to do this yourself this article is for you!
The recently introduced AWS Cloud Development Kit (CDK) is a library to define cloud infrastructure using familiar programming languages like Typescript, Java or Python. In this article Lukas builds a simple picture thumbnailing service in AWS using the CDK and TypeScript.
Micro Frontends – maybe heard many times before, but it’s still not quite clear what it is and how to implement this approach well? Then learn more in Benedikt’s article.
Over the last months, I developed and implemented a new binary encoding scheme called „nachricht“ to use as a drop-in replacement for JSON. If you are interested in my thought process and reasoning, read on!
Automated testing is the key for CI/CD, but unfortunately most ETL tools possess only basic built-in testing frameworks. Therefore we developed an independent framework template for automated ETL stream testing.