# Mastering PostgreSQL in Application Development

DevFeed: [Mastering PostgreSQL in Application Development](<https://devfeed.tech/articles/mastering-postgresql-in-application-development-34565.md>)

Original publisher: [Read original article](<https://tapoueh.org/blog/2017/09/mastering-postgresql-in-application-development/>)

Author: Dimitri Fontaine PostgreSQL Major Contributor; Author

Published: 2017-09-11T13:22:23Z

Content type: article

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Application Development](<https://devfeed.tech/topics/application-development.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [application-development](<https://devfeed.tech/tags/application-development.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [programming](<https://devfeed.tech/tags/programming.md>), [sql](<https://devfeed.tech/tags/sql.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

The article introduces a forthcoming book, Mastering PostgreSQL in Application Development, aimed at developers. It describes using real-world datasets and practical examples to teach SQL integration, application development practices, testing, code review, versioning, and deployment with PostgreSQL.

## Source excerpt

Mastering PostgreSQL in Application Development is the full title of the book I am currently writing. Running the PostgreSQL is YeSQL series of blog posts has shown me developers need a PostgreSQL book for developers. A book with the same properties as the YeSQL series articles in this blog: we use real world data sets to put every query and SQL technique we learn in the context of a user story or business case,