SQL is one of the most popular database query languages in the world. So I’m sharing bunch of quality SQL Notes, which costs $49. But for first 500 people, it's FREE 🚀 Just: - Like and repost - Comment 'FREE' - Follow me so I can DM

BharukaShraddha's tweet image. SQL is one of the most popular database query languages in the world.

So I’m sharing bunch of quality SQL Notes, which costs $49.

But for first 500 people, it's FREE 🚀

Just:

- Like and repost
- Comment 'FREE'
- Follow me so I can DM

🚀 Spring Boot: With @DataJpaTest you can test JPA repositories in isolation. @DataJpaTest only loads only the JPA layer and not the entire application context, using an in-memory database (H2), and rolls back transactions after each test. #SpringBoot #Java

mario_casari's tweet image. 🚀 Spring Boot: With @DataJpaTest you can test JPA repositories in isolation.

@DataJpaTest only loads only the JPA layer and not the entire application context, using an in-memory database (H2), and rolls back transactions after each test.
#SpringBoot #Java

Java 25 is now available! #Java25 #JDK25 #OpenJDK 👉 Download Now: social.ora.cl/6014APt6u 👉 Release notes: social.ora.cl/6011APt6X 👉 API Javadoc: social.ora.cl/6015APt6b 👉 Features: social.ora.cl/6010APt6g 👉 Inside Java on JDK 25: social.ora.cl/6012APt6i


I’m still impressed by the killer combination of the latest Spring JDBC Client and Java Records. The database-specific code has become so clean and lightweight. And being able to see and write SQL directly feels much better than using an ORM.

denismagda's tweet image. I’m still impressed by the killer combination of the latest Spring JDBC Client and Java Records. 

The database-specific code has become so clean and lightweight. And being able to see and write SQL directly feels much better than using an ORM.

Beginner to Advanced Programming & Database Notes PDF Just for FREE !! Here is What you Get: SQL MS-Excel Algorithm Python. Java Language VBA Comment "Notes", & repost it To get it must follow. I'll DM

swadeshkumar_'s tweet image. Beginner to Advanced Programming & Database
Notes PDF

Just for FREE !!

Here is What you Get:

SQL
MS-Excel
Algorithm
Python.
Java Language
VBA

Comment "Notes", & repost it 
To get it must follow. I'll DM

¡Recurso de código abierto bases de datos SQL! Visualiza, edita y diseña con una interfaz visual: ✓ Diagrama interactivo con tus tablas ✓ Descarga el esquema como una imagen PNG ✓ Compatible con mySQL, PostgreSQL, SQLite y + → app.chartdb.io


JSQL injection V0.78 - a Java tool For automatic Database injection github.com/ron190/jsql-in…

xKaliSec's tweet image. JSQL injection V0.78 - a Java tool For automatic Database injection
github.com/ron190/jsql-in…

Vendí un sistema sencillo con este stack: -HTML -CSS -JavaScript vanilla -Java -MySQL Precio: $5,000 USD. Sin cloud, sin AI, solo funciona y ya.

5eniorDeveloper's tweet image. Vendí un sistema sencillo con este stack:

-HTML
-CSS
-JavaScript vanilla
-Java
-MySQL

Precio: $5,000 USD.

Sin cloud, sin AI, solo funciona y ya.

anyone joki android studio buat tampilan aja database pake sql & firebase ada yg bsa bantu? #jokitugas #zonauang #spss #informatika


100+ SQL Interview Questions 1. Database - bit.ly/3zGK6S7 3. SQL Query - bit.ly/3bGzN8r 4. MSQL - bit.ly/3A5qIj0 5. MySQL - bit.ly/3bFkhtE 6. Postgre - bit.ly/3BOLLHP 7. Oracle - bit.ly/3zF2WsH more - bit.ly/3P7qhcb

javarevisited's tweet image. 100+ SQL Interview Questions
1. Database - bit.ly/3zGK6S7
3. SQL Query - bit.ly/3bGzN8r
4. MSQL - bit.ly/3A5qIj0
5. MySQL - bit.ly/3bFkhtE
6. Postgre - bit.ly/3BOLLHP
7. Oracle - bit.ly/3zF2WsH
more - bit.ly/3P7qhcb

Nebenläufigkeit in #Java war oft mit Komplexität und Overhead verbunden. #Java21 bricht mit alten Konzepten und bringt Werkzeuge wie #StructuredConcurrency. Lese im Artikel von Merlin Bögershausen, wie Sie damit Ihre Projekte modernisieren: javapro.io/de/mehr-action… @OpenJDK

JAVAPROmagazin's tweet image. Nebenläufigkeit in #Java war oft mit Komplexität und Overhead verbunden. #Java21 bricht mit alten Konzepten und bringt Werkzeuge wie #StructuredConcurrency. 

Lese im Artikel von Merlin Bögershausen, wie Sie damit Ihre Projekte modernisieren: javapro.io/de/mehr-action…

@OpenJDK

3 Database Books You Won't Regret Buying and Reading PostgreSQL 14 Internals by Egor Rogov: Postgres is becoming the Linux of databases, and this book is the best deep dive into the database internals. From storage and caching internals, to various locking and isolation methods,…

denismagda's tweet image. 3 Database Books You Won't Regret Buying and Reading

PostgreSQL 14 Internals by Egor Rogov: Postgres is becoming the Linux of databases, and this book is the best deep dive into the database internals. From storage and caching internals, to various locking and isolation methods,…

Server Performance – #Database Connection Pooling in #Java bit.ly/2gUFWNZ

java's tweet image. Server Performance – #Database Connection Pooling in #Java

bit.ly/2gUFWNZ

Mira, hice este dashboard de jira usando solo JQL!

5eniorDeveloper's tweet image. Mira, hice este dashboard de jira usando solo JQL!

Guide to JPA and #Hibernate design patterns and best practices. @Oraclejavamag ora.cl/R9vZ6

java's tweet image. Guide to JPA and #Hibernate design patterns and best practices.  @Oraclejavamag 

ora.cl/R9vZ6

Simplified ODBC–JDBC bridge connector guide for Windows! 🖥️ Many ODBC applications on Windows need connectivity to databases managed by DBMS platforms that offer only JDBC connectors — and AI-driven workflows are only increasing this demand. See comments section for link.


As a Java developer, master Concurrency, Parallelism, Multithreading, and Locking to build efficient, scalable applications: →Concurrency Fundamentals a. Task execution b. Shared resources c. Race conditions d. Deadlocks avoidance e. Livelocks detection f. Starvation prevention…


Day - 4 : Variables in JAVA byte - 8 bits - default value = 0 short - 16 bits - default value = 0 int - 32 bits - default value = 0 long - 64 bits - default value = 0L float - 32 bits - default value = 0.0f double - 64 bits - default value = 0.0d char - 16 bits -…

JhaAbhijit1's tweet image. Day - 4 : Variables in JAVA

byte - 8 bits - default value = 0  
short - 16 bits - default value = 0  
int - 32 bits - default value = 0  
long - 64 bits - default value = 0L  
float - 32 bits - default value = 0.0f  
double - 64 bits - default value = 0.0d  
char - 16 bits -…

🚀 Just released: My Oracle Database Project for Java — includes schema design, JDBC integration & CRUD operations. Perfect demo for full-stack data work. 👉 github.com/AshrafZaryouh/… #Java #OracleDB #OpenSource


It's not that hard to build your own data platform with DuckDB and Java 👀

Hassan_Abedi's tweet image. It's not that hard to build your own data platform with DuckDB and Java 👀

I am looking to #Connect with X's people interested in Java Ecosystem: Core Java Advanced #JavaJDBC Servlet JSP Hibernate Spring Spring Boot React #letsconnect #Java #Java23 #webdevelopment


"#javajdbc" に一致する結果はありません
"#javajdbc" に一致する結果はありません
Loading...

Something went wrong.


Something went wrong.


United States Trends