RSSAmplifier

Blog

Lejdi Prifti

MVP Startup Product Engineering

lejdiprifti.comRSS feed ↗10 posts

Latest posts

3 Lessons I Learned Building Agentic Workflows

For the past few months, I’ve been building agentic workflows, experimenting with graphs and agents, and integrating harnesses into them.... Read more The post 3 Lessons I Learned Building Agentic Workflows appeared first on Lejdi Prifti .

How to properly handle errors in Spring StateMachine

In this article, we are going to look at the proper way of handling errors in Spring StateMachine. Table of... Read more The post How to properly handle errors in Spring StateMachine appeared first on Lejdi Prifti .

Enable copy-paste with Virtual Machine Manager

Introduction In this short article, we’ll cover a common issue you might have been searching for: how to enable copy-paste... Read more The post Enable copy-paste with Virtual Machine Manager appeared first on Lejdi Prifti .

Building a Timer Using ScheduledExecutorService in Java

In this article, we will explore how to implement a timer mechanism using the ScheduledExecutorService, an important tool in Java for... Read more The post Building a Timer Using ScheduledExecutorService in Java appeared first on Lejdi Prifti .

Converting React app into an Electron desktop application

Introduction In this article, we ll walk through the process of converting our React app into an Electron desktop application, making... Read more The post Converting React app into an Electron desktop application appeared first on Lejdi Prifti .

Optimizing entities with JPA lifecycle events

Introduction In this article, we will explore how to leverage JPA entity lifecycle events, with a particular focus on @PrePersist... Read more The post Optimizing entities with JPA lifecycle events appeared first on Lejdi Prifti .

Building a global HTTP error handler in Angular 17

Introduction One of the key principles of writing clean code is DRY (Don t Repeat Yourself). To avoid repetitive lines of... Read more The post Building a global HTTP error handler in Angular 17 appeared first on Lejdi Prifti .

Security in microservices with Spring Boot and Kafka

Introduction In this article, we will explore how we can achieve security in distributed microservices using Spring Boot and Kafka.... Read more The post Security in microservices with Spring Boot and Kafka appeared first on Lejdi Prifti .

TCP client-server communication with Spring Integration

Introduction In this article, I ll walk you through using Spring Boot 3 to set up a reliable TCP server and... Read more The post TCP client-server communication with Spring Integration appeared first on Lejdi Prifti .

Configure i18n in Angular 17

Overview In this brief tutorial, I ll walk you through the process of implementing internationalization (i18n) with Angular 17. As for... Read more The post Configure i18n in Angular 17 appeared first on Lejdi Prifti .