Kostiantyn IllienkoinDev GeniusDependency-Track: First Steps into SBOM Analysis and Vulnerability ManagementIn today’s complex software landscape, understanding and managing software dependencies is critical to ensuring the security and…Oct 13Oct 13
Kostiantyn IllienkoinDev GeniusMessaging-driven microservices architecture with RabbitMQ and GoThis article will explore the architecture and implementation of a microservices-based order management system using Go and RabbitMQ…Aug 241Aug 241
Kostiantyn IllienkoinDev GeniusTemporal and Go: Implement onboarding flow in banking applicationsThis article explains how a powerful combination of Temporal’s workflow orchestration and Go SDK can help us build onboarding/card opening…Jul 3Jul 3
Kostiantyn IllienkoinDev GeniusGoFr. Features and potential improvements review: configuration, HTTP Server/Client, Redis…After I decided to learn Go and use it in practice, as a developer with a Java / Kotlin background mostly using Spring ecosystem, I…Apr 271Apr 271
Kostiantyn IllienkoinDev GeniusREST API for transaction analytics in banking applications using GoImagine you are building an online banking system and after a successful PoC you have to implement analytics for your clients. It may be…Apr 203Apr 203
Kostiantyn IllienkoinDev GeniusSpring Boot microservice testing: unit, integration, functionalIn this tutorial, we will write all types of tests for the order processing service. The example is simplified for demonstrating purposes…Apr 7Apr 7
Kostiantyn IllienkoinDev GeniusGenerate PDF from HTML templates using GoIn this recipe, we will build a simple Go application with API to generate PDF files. This might be a common task for systems you may have…Mar 194Mar 194
Kostiantyn IllienkoinDev GeniusGolang: Building microservice for generating XLSX (Excel) reportsImagine you are building a system with microservices architecture and according to functional requirements you have to build services that…Mar 15Mar 15
Kostiantyn IllienkoinDev GeniusDistributed caching and locking using Redis in Spring Boot serviceHow to reduce the number of requests to an external system from 1000 to 1? Sounds like clickbait, right?Feb 201Feb 201
Kostiantyn IllienkoinDev GeniusDocs as code (diagrams) in microservices using MermaidIn this story, I am going to provide my vision of the “Docs as code” approach, when your team builds software with many components…Feb 13Feb 13