Author: lejdiprifti
15. October 2023
/ SpringBoot
Configuring MongoDB Liquibase in Spring Boot
In this short article, I will describe how to configure Liquibase for use in Spring Boot. The version of Spring Boot we will be using…
15. October 2023
/ SpringBoot
Configuring WebSocket in Spring-Boot and React
Introduction In this article, I’ll guide you through configuring WebSocket in Spring-Boot using it with React and SockJS. Additionally, we’ll explore…
14. October 2023
/ Deep Learning
Creating a text generation neural network with TensorFlow
In this series of articles, I will show you how to create and improve a neural network that produces text…