About Sweepbright SweepBright transforms each step of the real estate transaction process into a fully digital journey. Its rich stack of features possible by an open architecture, empowers real estate agencies of any kind to become far more efficient and deliver exceptional customer experiences. It has been designed from the onset with a mobile first […]
JWTs (JSON Web Tokens) provide an easy and scalable way to perform user access control. JWTs are often used in microservices. As shown in the diagram, JWTs are signed by an authentication server, stored by the user, and can be validated by one or more application servers when a user makes an API call. The […]
Cake brings together all your existing bank accounts and transactions. It analyses your financial data and habits, to make your life better. Cake makes your bank accounts pay off again, by sharing its profits with you. It’s the app that rewrites the rules. To make sure you will always get your piece. Intro IN4IT has […]
Even 5-10 year old java applications can be containerized and migrated to the cloud Fargate can run Application Servers, like JBoss (now Wildfly) You can run Java Apps on those application servers When migrating, the .war files often need changes / library updates, but that shouldn’t stop you from migrating the app If you don’t […]
1. Introduction A new trend in software development is to break down applications into microservices and deploy them using containers. Containerization has many benefits over the traditional approach of using Virtual Machines. When adopting a microservices strategy, using containers is often the only way to success. The benefits of running containers are (but are not […]
Technology Heterogeneity Due to the nature of microservices the system is composed out of collaborating services, for each of these services you can, but don’t need to, use a different technology. This approach allows you to use the right tool for each job without having to make compromises like you would have to do in a […]