Skip to main content
VUEJS AMSTERDAM 2023 ConferenceEducation

VUEJS AMSTERDAM 2023

The Vue.js Conference in Amsterdam featured intriguing themes, presentations from the core team, panels, chances for networking, and superb organizing. It offered the ability to learn about the future of Vue.js and improve code efficiency for both new and seasoned developers. A highlight was networking with the core team and…
Microservice architecture: Using Java thread locals and Tomcat/Spring capabilities for automated information propagation ArchitectureJavaSpring Boot

Microservice architecture: Using Java thread locals and Tomcat/Spring capabilities for automated information propagation

Inter-microservice communication has always brought questions and challenges to software architects. For example, when it comes to propagating certain information (via HTTP-headers for instance) through a whole chain of calls in the scope of one transaction, we want this to happen outside of the microservices' business logic. We do not…
Kiril Pepovski
15.04.2022
Automated process with Bitbucket Pipelines for quick and easy creation of custom Docker images AutomationBitbucketCI/CDDockerGoogle Cloud PlatformInfrastructureTechnology

Automated process with Bitbucket Pipelines for quick and easy creation of custom Docker images

Improve and automate the process of creating Docker Images, using Bitbucket Pipelines and GCP-Artifact Registry. Let's have a look at the provided step by step example of how to prepare and create this process.