Thomas Michael·Mar 28Member-onlyLevel up your cloud game with DevOps: An automated journey with docker and CI/CDIntroduction We want to go to the cloud — somehow with Docker and of course automated. Therefore, in the future, we have to care more about Continuous Integration/Deployment and learn a lot of new things. This raises a lot of question marks. Where do you start as a Java developer? Where…Springboot11 min readSpringboot11 min read
Bhanvendra Singh·Oct 14, 2022Multi-Account Management Using AWS OrganizationsThere is complexity in billing due to the operational overhead cost of managing multiple AWS accounts when they scaled up their capacity for a variety of reasons. …6 min read6 min read
Bhanvendra Singh·Aug 27, 2022Azure AD SSO integration with AWS AWS IAM Identity Center (Successor to AWS Single Sign-On)In this tutorial, you will learn how to integrate AWS IAM Identity Center with Azure Active Directory. When you integrate AWS IAM Identity Center Access with Azure AD, you can: • Control in Active Directory who has access to AWS IAM Identity Center Access. • Enable your company users to be automatically…6 min read6 min read
Timur Galeev·Jun 24, 2022Service Mesh Architecture in ActionToday, Service Meshes in the IT world are becoming an integral part of the cloud-native stack. A large cloud application may require hundreds of microservices and serve a million users concurrently. Service Mesh is a low-latency infrastructure layer that allows high traffic communication between different components of a cloud application…Service Mesh5 min readService Mesh5 min read
Nils Hoffmann·May 12, 2022Using cron to neatly automate tasksSimple task automation with shell scripts (on macOS) — Sometimes in your daily work life, there are situations where tasks pile up higher than your offices door frame. Every sane person would clean up enough to leave the office — inevitably leaving some tasks behind left and right. Often those tasks are simple — maybe not even time consuming…Mac8 min readMac8 min read
Thomas Michael·Apr 26, 2022Member-onlyBuilding Microservices with Spring Boot, Spring Cloud Netflix and Spring Cloud SleuthHow to start with Microservices — Motivation There is a very big monolith, based on Java 8 by now, delivered as a (very) large war file on an IBM Liberty server. The interface to the outside world, here only the intranet, is a SOAP interface [1]. …Microservices8 min readMicroservices8 min read
Piotr Powstanski·Mar 8, 2022Angular: Are you still assembling translations in enormous files in times of modular architecture?An easy way to adopt translations to modularized Angular applications — based on the ‘ngx/translate’ library. — In this article you will learn how to adapt your application to user-specific languages in a modularized way — based on the ngx/translate library (https://github.com/ngx-translate/core). This way, feature-specific modules will contain their own translations that will be loaded on demand, instead of fetching gigantic files when bootstrapping an application.Angular4 min readAngular4 min read
GOD.dev·Nov 16, 2021Managing schema evolution in the serverless stackLooking on some of the AWS efforts around RDS service it won’t be an incorrect statement to say that they want to bring the world of relational databases closer to Lambda functions. First, Aurora Serverless was announced then less than a year later this revolutionary service was extended by Data…AWS7 min readAWS7 min read
Paweł Klimek·Sep 18, 2021Angular: directive + dynamic components = Sticky NotesI would like to show you an example of using a directive to generate a temporary component to open a note and component factory to create real Angular component dynamically ( Sticky Notes ).Angular5 min readAngular5 min read
Nils Hoffmann·Aug 10, 2021Building an Angular Application StructureWhen building web applications from scratch there is always a simple question in mind: How can I structure my application? It’s often hard to find a suitable directory structure for a complete project from the beginning. …Angular9 min readAngular9 min read