PostgreSQL Developer's Handbook

PostgreSQL Developer's Handbook
Author :
Publisher : Sams Publishing
Total Pages : 772
Release :
ISBN-10 : 0672322609
ISBN-13 : 9780672322600
Rating : 4/5 (09 Downloads)

Synopsis PostgreSQL Developer's Handbook by : Ewald Geschwinde

"PostgreSQL Developer's Handbook" provides a complete overview of the PostgreSQL database server and extensive coverage of its core features, including object orientation, PL/SQL, and the most important programming interfaces. The authors introduce the reader to the language and syntax of PostgreSQL and then move quickly into sophisticated programming topics.

PostgreSQL Developer's Guide

PostgreSQL Developer's Guide
Author :
Publisher :
Total Pages : 0
Release :
ISBN-10 : 1783989025
ISBN-13 : 9781783989027
Rating : 4/5 (25 Downloads)

Synopsis PostgreSQL Developer's Guide by : Ibrar Ahmed

If you are a database developer who wants to learn how to design and implement databases for application development using PostgreSQL, this is the book for you. Existing knowledge of basic database concepts and some programming experience is required

PostgreSQL.

PostgreSQL.
Author :
Publisher :
Total Pages : 767
Release :
ISBN-10 : 0672322609
ISBN-13 : 9780672322600
Rating : 4/5 (09 Downloads)

Synopsis PostgreSQL. by : Ewald Geschwinde

PostgreSQL Developer's Handbook provides a complete overview of the PostgreSQL database server and extensive coverage of its core features, including object orientation, PL/pgSQL, and the most important programming interfaces. The authors introduce the reader to the language and syntax of PostgreSQL and then move quickly into sophisticated programming topics. Readers will learn how to program efficient date calculations, to integrate PostgreSQL into the Microsoft Office environment and how to build dynamic Flash Web sites using PostgreSQL. The authors provide tested sample code, accompanied by.

PostgreSQL

PostgreSQL
Author :
Publisher : Sams Publishing
Total Pages : 818
Release :
ISBN-10 : 0735712573
ISBN-13 : 9780735712577
Rating : 4/5 (73 Downloads)

Synopsis PostgreSQL by : Korry Douglas

"PostgreSQL" leads users through the internals of an open-source database. Throughout the book are explanations of data structures and algorithms, each backed by a concrete example from the actual source code. Each section contains information about performance implications, debugging techniques, and pointers to more information (on the Web and in book form).

WebObjects Developer's Guide

WebObjects Developer's Guide
Author :
Publisher : Sams Publishing
Total Pages : 404
Release :
ISBN-10 : 0672323265
ISBN-13 : 9780672323263
Rating : 4/5 (65 Downloads)

Synopsis WebObjects Developer's Guide by : Ravi Mendis

A practical, solutions-oriented guide to developing sophisticated Web applications with Apples WebObjects application server.

Mastering PostgreSQL

Mastering PostgreSQL
Author :
Publisher :
Total Pages : 0
Release :
ISBN-10 : 9798224379743
ISBN-13 :
Rating : 4/5 (43 Downloads)

Synopsis Mastering PostgreSQL by : Frahaan Hussain

"Mastering PostgreSQL: A Comprehensive Guide for Developers" is an essential resource for anyone looking to deepen their understanding of database management and development using PostgreSQL, the world's most advanced open-source database system. This guide takes you beyond the basics, delving into the sophisticated aspects of PostgreSQL that are crucial for high-performance and complex applications. With clear explanations, practical examples, and expert insights, this book covers a wide range of topics that are vital for modern database developers. From advanced SQL techniques to effective data modeling, system architecture considerations, and performance tuning, this book equips you with the knowledge to design and maintain scalable, efficient, and robust databases. Readers will learn how to optimize PostgreSQL settings for maximum performance, understand the nuances of transaction management and concurrency control, and master complex querying, including window functions and recursive queries. The book also provides detailed guidance on database security, backup strategies, and disaster recovery procedures, ensuring that your data remains safe and accessible. Furthermore, "Mastering PostgreSQL" delves into the intricacies of system architecture, discussing how PostgreSQL fits within a larger software ecosystem. It provides practical advice on integrating PostgreSQL with various programming languages and frameworks, making it a valuable asset for backend developers. Throughout the book, real-world scenarios and challenges are addressed, offering readers the chance to apply their learning in practical situations. Whether you are a seasoned database professional or a developer looking to expand your database skills, this comprehensive guide is your go-to resource for mastering PostgreSQL. By the end of this book, you will have a thorough understanding of PostgreSQL's capabilities and be well-equipped to design, develop, and maintain complex and high-performing database solutions, positioning you at the forefront of today's database technology landscape.

Containers for Developers Handbook

Containers for Developers Handbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 490
Release :
ISBN-10 : 9781805125204
ISBN-13 : 1805125206
Rating : 4/5 (04 Downloads)

Synopsis Containers for Developers Handbook by : Francisco Javier Ramírez Urea

Effortlessly create and manage complex multi-component applications based on Docker containers Key Features Gain a clear understanding of software containers from the SecDevOps perspective Master the construction of application pieces within containers to achieve a seamless life cycle Prepare your applications to run smoothly and with ease in complex container orchestrators Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionDevelopers are changing their deployment artifacts from application binaries to container images, giving rise to the need to build container-based apps as part of their new development workflow. Managing an app’s life cycle is complex and requires effort—this book will show you how to efficiently develop, share, and execute applications. You’ll learn how to automate the build and delivery process using CI/CD tools with containers as container orchestrators manage the complexity of running cluster-wide applications, creating infrastructure abstraction layers, while your applications run with high availability, resilience, and persistence. As you advance, you’ll develop, test, and debug applications on your desktop and get them ready to run in production with optimal security standards, using deployment patterns and monitoring tools to help identify common issues. You’ll also review deployment patterns that’ll enable you to solve common deployment problems, providing high availability, scalability, and security to your applications. Finally, you’ll explore different solutions to monitor, log, and instrument your applications as per open-source community standards. By the end of this book, you’ll be able to manage your app’s life cycle by implementing CI/CD workflows using containers to automate the building and delivery of its components.What you will learn Find out how to build microservices-based applications using containers Deploy your processes within containers using Docker features Orchestrate multi-component applications on standalone servers Deploy applications cluster-wide in container orchestrators Solve common deployment problems such as persistency or app exposure using best practices Review your application’s health and debug it using open-source tools Discover how to orchestrate CI/CD workflows using containers Who this book is forThis book is for developers and DevOps engineers looking to learn about the implementation of containers in application development, especially DevOps engineers who deploy, monitor, and maintain container-based applications running on orchestrated platforms. In general, this book is for IT professionals who want to understand Docker container-based applications and their deployment. A basic understanding of coding and frontend-backend architectures is needed to follow the examples presented in this book.

PostgreSQL: Up and Running

PostgreSQL: Up and Running
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 167
Release :
ISBN-10 : 9781449326296
ISBN-13 : 1449326293
Rating : 4/5 (96 Downloads)

Synopsis PostgreSQL: Up and Running by : Regina O. Obe

Thinking of migrating to PostgreSQL? This updated guide helps you quickly understand and use the 9.3 release of this open source database system. You’ll not only learn about its unique enterprise-class features, but also discover that PostgeSQL is more than just a database system—it’s also an impressive application platform. Using numerous examples, this book shows you how to achieve tasks that are difficult or impossible in other databases. The second edition covers LATERAL queries, augmented JSON support, materialized views, and other key topics. If you’re an existing PostgreSQL user, you’ll pick up gems you may have missed along the way. Learn basic administration tasks, such as role management, database creation, backup, and restore Apply the psql command-line utility and the pgAdmin graphical administration tool Explore PostgreSQL tables, constraints, and indexes Learn powerful SQL constructs not generally found in other databases Use several different languages to write database functions Tune your queries to run as fast as your hardware will allow Query external and variegated data sources with Foreign Data Wrappers Learn how to replicate data, using built-in replication features

Learning PostgreSQL 11

Learning PostgreSQL 11
Author :
Publisher : Packt Publishing Ltd
Total Pages : 545
Release :
ISBN-10 : 9781789535211
ISBN-13 : 1789535212
Rating : 4/5 (11 Downloads)

Synopsis Learning PostgreSQL 11 by : Salahaldin Juba

Leverage the power of PostgreSQL 11 to build powerful database and data warehousing applications Key FeaturesMonitor, secure, and fine-tune your PostgreSQL 11 databaseLearn client-side and server-side programming using SQL and PL/pgSQLDiscover tips on implementing efficient database solutionsBook Description PostgreSQL is one of the most popular open source database management systems in the world, and it supports advanced features included in SQL standards. This book will familiarize you with the latest features in PostgreSQL 11, and get you up and running with building efficient PostgreSQL database solutions from scratch. Learning PostgreSQL, 11 begins by covering the concepts of relational databases and their core principles. You’ll explore the Data Definition Language (DDL) and commonly used DDL commands supported by ANSI SQL. You’ll also learn how to create tables, define integrity constraints, build indexes, and set up views and other schema objects. As you advance, you’ll come to understand Data Manipulation Language (DML) and server-side programming capabilities using PL/pgSQL, giving you a robust background to develop, tune, test, and troubleshoot your database application. The book will guide you in exploring NoSQL capabilities and connecting to your database to manipulate data objects. You’ll get to grips with using data warehousing in analytical solutions and reports, and scaling the database for high availability and performance. By the end of this book, you’ll have gained a thorough understanding of PostgreSQL 11 and developed the necessary skills to build efficient database solutions. What you will learnUnderstand the basics of relational databases, relational algebra, and data modelingInstall a PostgreSQL server, create a database, and implement your data modelCreate tables and views, define indexes and stored procedures, and implement triggersMake use of advanced data types such as Arrays, hstore, and JSONBConnect your Python applications to PostgreSQL and work with data efficientlyIdentify bottlenecks to enhance reliability and performance of database applicationsWho this book is for This book is for you if you're interested in learning about PostgreSQL from scratch. Those looking to build solid database or data warehousing applications or wanting to get up to speed with the latest features of PostgreSQL 11 will also find this book useful. No prior knowledge of database programming or administration is required to get started.

PHP and PostgreSQL

PHP and PostgreSQL
Author :
Publisher : Sams Publishing
Total Pages : 796
Release :
ISBN-10 : 0672323826
ISBN-13 : 9780672323829
Rating : 4/5 (26 Downloads)

Synopsis PHP and PostgreSQL by : Ewald Geschwinde

"Introduction. 1. Pt. I. Getting Started. 3. 1. Getting Started. 5. 2. Setting Up PHP. 15. 3. PHP Basics. 43. 4. Object-Oriented PHP. 121. Pt. II. Getting Started with PostgreSQL. 137. 5. Relational and Object-Relational Database Concepts. 139. 6. Installing PostgreSQL. 149. 7. Basic SQL. 177. 8. Advanced SQL. 225. 9. Embedded Languages. 307. 10. PostgreSQL Administration. 349. Pt. III. PHP/PostgreSQL Interaction. 379. 11. Writing Database-Driven Applications. 381. 12. Working with BLOBs. 405. 13. Working with Persistent Database Connections. 423. Pt. IV. Advanced Technologies. 433. 14. Managing Regular Expressions. 435. 15. Session Management. 463. 16. Working with Dynamic Documents, Images, and Movies. 475. 17. Working with Dates and Time. 521. 18. Tuning. 551. 19. XML. 573. 20. Security Issues. 585. Pt. V. Practical Examples. 597. 21. Web Applications. 599. 22. Extending PostgreSQL. 669. 23. High-Availability Systems. 695. Pt. VI. Migration. 709. 24. Migration. 711. . Index. 721.