Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical Writingbadgesnewsletter
Tag

Databases

#databases

More content

Read more stories on Hashnode


Articles with this tag

How To Use SPL To Optimize Data Performance

Sep 18, 20233 min read

SQL (Structured Query Language) is the primary language used to communicate with a database. However, SQL has its limitations, and this is where SPL...

How To Use SPL To Optimize Data Performance

Data Business Logic In Java: jOOQ VS SPL

Mar 6, 20233 min read

If you're a Java Engineer, you probably know about Hibernate, an open-source object relation mapping (ORM) that helps map an object domain to a...

Data Business Logic In Java: jOOQ VS SPL

SPL: A Faster and Easier Alternative to SQL

Feb 6, 20233 min read

When it comes to databases, SQL is King. SQL stands for Structured Query Language, the primary language used to interact with a database. However, SQL...

SPL: A Faster and Easier Alternative to SQL