Explore >> Select a destination


You are here

blog.aymenhamza.com
| | www.eliza-ng.me
1.7 parsecs away

Travel
| | In the world of Java development, one topic that has sparked debate and frustration for many developers is Object-Relational Mapping (ORM). ORM is a technique used to bridge the gap between object-oriented programming languages, such as Java, and relational databases, like MySQL or PostgreSQL. The purpose of ORM is to simplify the data access layer and eliminate the need for developers to write raw SQL queries. However, a recent text expressing strong criticism of ORM on Java, particularly Hibernate, has garnered attention among developers. The author claims that ORM, in general, has always been a disappointing solution. One of the arguments presented is that the ability to use different databases, which was once touted as a selling point of ORM, is a featur...
| | nocolumnname.blog
3.8 parsecs away

Travel
| | Words: 375 Time to read: ~ 3 minutes I don't know if this post is a rage against "database-ubiquitous" SQL or Object-Relational Mapping tools (ORMs) I'm going to say that it's a rant against the first because if you know what you are doing, then ORMs won't be a performance concern But people use ORMs...
| | lackofimagination.org
3.1 parsecs away

Travel
| | Despite all its strengths, SQL can be awkward to integrate with host languages such as JavaScript and Python. There's often an impedance mismatch between SQL's declarative nature and the host language's object-oriented or functional paradigms - SQL queries are typically written as strings within the host language, making it difficult to apply composable programming techniques...
| | www.dyalog.com
25.9 parsecs away

Travel
| [AI summary] Dyalog promotes its APL programming language as a free educational tool for students and institutions while sponsoring a global student competition.