Skip to main content
THE SPRING DEVELOPER CONFERENCE – 2023 ConferenceJavaSpringSpring Boot

THE SPRING DEVELOPER CONFERENCE – 2023

The Spring Conference fostered a dynamic atmosphere for sharing ideas, learning new concepts, and discovering innovative approaches in Spring Boot development. For two exhilarating days, all the participants delved into a range of topics, including best practices, advanced techniques, and real-world case studies. From introductory sessions for beginners to deep…
Dea Pahumi
26.06.2023
Test Automation with Cypress: How to get started AutomationcypressJavaScriptTestingTestingTypeScript

Test Automation with Cypress: How to get started

Test automation has become an essential component in software development, and Cypress is a powerful testing framework that has gained popularity in recent years. With its unique architecture and capabilities, Cypress has made it easier for developers to write and execute tests efficiently. In this article, we will explore the…
GRPC COMMUNICATION – basic configuration for SPRING-BOOT MICROSERVICES gRPCJavaSpring Boot

GRPC COMMUNICATION – basic configuration for SPRING-BOOT MICROSERVICES

Replacing Rest communication with gRPC in microservices architecture where efficiency is critical is a good approach. gRPC is using HTTP/2, which allows multiple requests to be sent over a single connection. Also, it provides code generation tools that generate code for both the client and server, making it easier to…
Antonie Zafirov
12.05.2023
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.