Skip to main content
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.
ERC20 Token Smart Contract for Ethereum Blockchain BlockchainCryptographyEducationEthereum

ERC20 Token Smart Contract for Ethereum Blockchain

Since the inception of Blockchain technology; Bitcoin, Ethereum, or crypto-currencies are hot topics and buzzing around the world many startups based on Blockchain technologies are using cryptocurrencies, in other words, crypto tokens for the utilization of their products. These crypto tokens can be deployed on many Blockchain like Ethereum, Cardano,…
Amit Pethani
10.06.2021