Optimizing the Process of ER Diagram Creation with PlantUML

My article, “Optimizing the Process of ER Diagram Creation with PlantUML”, has been published in the Proceedings of the 7th Workshop for Young Scientists in Computer Science & Software Engineering (CS&SE@SW 2024), where I describe usage of PlantUML and sqlant Article: https://lnkd.in/dCi2xPr5 Video presentation

February 10, 2025

Improve software development routine. Local database setup.

Almost all software developers use databases in their daily routines. The inconveniences can come when you need to work with different types of databases or different versions. Fortunately, there is a common way to work with all popular databases. Prerequirements: Linux, Docker. 1. Start database server and DB management tool With docker, you can run whatever database you want without installation hassle. Let’s take the PostgreSQL db as an example. ...

November 17, 2023