排序
The Java Database Way: Reduce TCO
The Java Database Way: Reduce TCO,TCO (Total Cost Ownership) is the buzzword in today's business world. This metric helps enterprise managers assess direct and indirect costs and b...
Java MYSQL Connection
Java MYSQL Connection, Many people still wander off internet finding a correct way to initiate MySQL Connection in their Java project. As a beginner I myself used to go through Int...
How to properly store a password in the Database
How to properly store a password in the Database,Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of t...
Implementing Graphs with Spring and Neo4j
Implementing Graphs with Spring and Neo4j,Introduction We will start our journey in the world of graphs in the following way: What are graphs, applicability, advantages and the dat...
JPA One To One unidirectional Mapping example
JPA One To One unidirectional Mapping example,In this tutorial, I will show you how to implement Spring JPA One-To-One unidirectional mapping with Hibernate in a Spring Boot exampl...
Data Business Logic In Java: jOOQ VS SPL
Data Business Logic In Java: jOOQ VS SPL,If you're a Java Engineer, you probably know about Hibernate, an open-source object relation mapping (ORM) that helps map an object domain ...
Java Class Libraries that Boost Application Development Efficiency
Java Class Libraries that Boost Application Development Efficiency,More use of Java to avoid stored procedures and complex SQL is a trend in current application development, which ...
Utilizing BigQuery as a Data Warehouse in a distributed application
Utilizing BigQuery as a Data Warehouse in a distributed application, Introduction Data plays an integral part in any organization. With the data-driven nature of modern organizatio...
The Ultimate Guide to Designing a Database That Works (Seriously, We Mean It)
The Ultimate Guide to Designing a Database That Works (Seriously, We Mean It),Alright, you’ve got a shiny new project. Maybe it's a cutting-edge mobile app or a massive e-commerce...
Airbnb’s Airflow Versus Spotify’s Luigi
Airbnb’s Airflow Versus Spotify’s Luigi,Photo by tian kuan on Unsplash We recently wrote about ETLs and why they're important. We wanted to provide an outline...
Demystifying DB-API
Demystifying DB-API,DB-API is an acronym of DataBase Application Programming Interface and a library which lets python connect to the database server. Depending on which relational...
Conéctate a una base de datos de Oracle con Python
Conéctate a una base de datos de Oracle con Python,Este es un tutorial muy sencillo con los primeros pasos para lograr una conexión a una base de datos de Oracle con unos pocos s...