Тёмный
No video :(

Application vs. Database: Who Actually Owns Your Data Model? 

IntelliJ IDEA, a JetBrains IDE
Подписаться 116 тыс.
Просмотров 3,3 тыс.
50% 1

Let's embark on a thought experiment - you need to create a new application to track the population of rare animals. What would be your first coding move: CREATE TABLE species (...) or class Species? Whichever it is, you'll eventually need to synchronize changes between the database table model and application code.
In this session, we will dive into both the code-first and database-first approaches. We'll explore the pros and cons of each method and discover the tools IntelliJ IDEA offers to satisfy both perspectives.
Speakers: Andrey Belyaev
and Franck Pachot
#IntelliJIDEA #datamodeling #applicationdevelopment #codefirstapproach
Join us:
Website: jb.gg/website
Blog: jb.gg/blog
Twitter: / intellijidea
Facebook: / intellijidea
Download IntelliJ IDEA: jb.gg/download...
Top 15 IntelliJ IDEA shortcuts: jb.gg/Top15Int...

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@mobilDB80
@mobilDB80 Месяц назад
For smaller applications, I think it's legitimate to think primarily from the application perspective. For complex data structures in the relational world of E.F. Codd will benefit from a two-way approach to thinking.
@milosristic1111
@milosristic1111 Месяц назад
I will watch You as soon as possible.Plenty of obligations NOW.
@DinHamburg
@DinHamburg Месяц назад
you usually don't have a choice - you seldom build something on the green field. Some previous app exist, some database(s) exit - filled with data - and in production. you change/extend the software - but the data stays forever (in real life - maybe not in student projects)
@RobsonCassianoSoftware
@RobsonCassianoSoftware 29 дней назад
Exactly
@rodislav
@rodislav Месяц назад
Very simple, The app's API owns the denormalized data, the app owns the app data, the data warehouse owns the normalized data. The client owns the control over your business.
@karthiksundaram544
@karthiksundaram544 Месяц назад
@SandroMecca
@SandroMecca Месяц назад
I think an egg came first, because the difference between non-chicken and chicken must have happened as a DNA mutation at embryonic or seed stage.
@gleitonfranco1260
@gleitonfranco1260 Месяц назад
🔝🧑‍💻☕‼
Далее
I've been using Redis wrong this whole time...
20:53
Просмотров 356 тыс.
Microservices with Databases can be challenging...
20:52
Writing My Own Database From Scratch
42:00
Просмотров 218 тыс.
What are AI Agents?
12:29
Просмотров 302 тыс.
7 Years of Software Engineering Advice in 18 Minutes
18:32
So, you want to be a programmer?
20:43
Просмотров 296 тыс.
MongoDB Schema Design Best Practices
50:39
Просмотров 170 тыс.
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
DHH discusses SQLite (and Stoicism)
54:00
Просмотров 60 тыс.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Просмотров 193 тыс.
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34