/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jaketrent.com
| | www.eliza-ng.me
3.5 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...
| | 128bit.io
6.2 parsecs away

Travel
| | One of the things that really gets me excited about my new job is being able to use new technology. Sure, sometimes new technology is risky but I see groups befitting more then failing due to usingnewer technology. As always when talking about new technology, NoSQL seems to come up because there are a good number of people switching parts (or all) of theirapplication to use NoSQL databases to get by limits or to help withscalability issues.
| | www.java-tv.com
5.1 parsecs away

Travel
| | This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.
| | www.titanhq.com
17.8 parsecs away

Travel
| Hackers are targetting sensitive data in PDF's with a new injection technique. Learn how to prevent PDF attacks in this article.