Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
A Blueprint for Production-Ready Web Applications
A Blueprint for Production-Ready Web Applications

A Blueprint for Production-Ready Web Applications: Leverage industry best practices to create complete web apps with Python, TypeScript, and AWS

eBook
£22.99
Paperback
£27.99
Subscription
Free Trial
Renews at £9.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Follow a blueprint to build production-ready apps that can be adapted and tailored to your requirements
  • Learn how to combine a React frontend with a Quart backend, and run them in Docker on AWS
  • Adopt industry best practices that can be used in your personal as well as work projects

Description

A Blueprint for Production-Ready Web Applications will help you expand upon your coding knowledge and teach you how to create a complete web application. Unlike other guides that focus solely on a singular technology or process, this book shows you how to combine different technologies and processes as needed to meet industry standards. You’ll begin by learning how to set up your development environment, and use Quart and React to create the backend and frontend, respectively. This book then helps you get to grips with managing and validating accounts, structuring relational tables, and creating forms to manage data. As you progress through the chapters, you’ll gain a comprehensive understanding of web application development by creating a to-do app, which can be used as a base for your future projects. Finally, you’ll find out how to deploy and monitor your application, along with discovering advanced concepts such as managing database migrations and adding multifactor authentication. By the end of this web development book, you’ll be able to apply the lessons and industry best practices that you’ve learned to both your personal and work projects, allowing you to further develop your coding portfolio.

Who is this book for?

This book is for software engineers like recent computer science or bootcamp graduates who already know how to program and want to learn how to build an app by following standard industry processes such as continuous integration and continuous deployment (CI/CD). Working knowledge of TypeScript/JavaScript, Python, HTML, CSS, and SQL is needed. You don’t, however, need prior experience with Quart, React, AWS, and all other specific technologies and processes, as they will be introduced in the book.

What you will learn

  • Set up an optimum development environment for building web apps
  • Create a working backend Quart app that can be tailored to suit your needs
  • Build a user management system with passwords and authentication
  • Build a single-page application with React Router and Formik
  • Deploy your app to AWS and understand the importance of monitoring
  • Discover advanced concepts such as managing database migrations

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Sep 23, 2022
Length: 284 pages
Edition : 1st
Language : English
ISBN-13 : 9781803231419
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Sep 23, 2022
Length: 284 pages
Edition : 1st
Language : English
ISBN-13 : 9781803231419
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
£9.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
£99.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just £5 each
Feature tick icon Exclusive print discounts
£139.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just £5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total £ 97.97
Responsive Web Design with HTML5 and CSS
£33.99
A Blueprint for Production-Ready Web Applications
£27.99
Building Python Microservices with FastAPI
£35.99
Total £ 97.97 Stars icon
Visually different images

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(7 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Matthew Oct 03, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I found the concepts explained clearly and presented logically. The code examples and recommendations were extensive and comprehensive. Overall, this book was extremely informative while remaining very digestible.
Amazon Verified review Amazon
Marco Rapaccini Oct 17, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
After several years of experience in web technologies, I am finally doing my first go-to-production release at work and I can tell that at first glance it's a complex process.Thanks to this book I was able to understand better why certain release steps are necessary to go live, where real-world users interact.'A Blueprint for Product-Ready Web Applications' offers the perfect overview of all the necessary technology stack to 'move' a web app from 0 to production.I would recommend the book to anyone who has worked mainly for SMEs and startups, because it helps to get the 'big picture' that often those kind of companies are lacking.The author clearly identifies the major areas to consider: backend, frontend, infrastructure, database and continous integration.I also think that using Python+Quart for the backend side is a valuable learning opportunity for JavaScript/Node.js developers.Well done Philip, definitely a good book that I will often re-open.
Amazon Verified review Amazon
Olly De Sousa Sep 23, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I would highly recommend this book for any engineers interested in creating and deploying a web app in production. The author goes into good details without getting too bogged down, and explains concepts clearly. The design of the application is clear and concise too and makes use of best practices. I especially found the section on terraform useful as it’s not a tool I’m super familiar with.One thing I would point out for MacOS users is that, during the python installation instructions, it’s mentioned to install via brew. I would instead always install using pyenv and manage packages and environments that way. The author does reference this at the end of the chapter but it might not be picked up in time if following along.
Amazon Verified review Amazon
Andrew McVeigh Oct 11, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(caveat: i got a pre-release copy via packt, but my comments here are my own views. i have zero problems rating stuff badly if it is indeed bad)this is an interesting book - basically it's a systematic tour of how a fairly straight fwd todo app was created and released to production via AWS. now, when i say the functionality of the app is pretty straight forward, i'm not criticizing because the app's function is not intended to be the main focus. instead where this book shines is that it delves into all those important parts that get skipped by other books. stuff like how to create reusable code in the backend when the number of routes grow, how to do SPA specific authentication across the front and backends, how to define and harden the API, how to do migrations, continuous integration, how testing works across the stack. It covers so many details that i'd run out of space if i listed them all - managing state with react-query hooks, resetting the password, handling email sending. there's a lot here...so in a nutshell, it's a full lifecycle tour of a realistic productionized SPA app from soup to nuts. that in itself makes it actually pretty valuable. i'll be returning to this to see the choice of FE libs for handling auth and the router code. The handling of auth alone probably is worth the price of admission here. good stuff, it's hard to find elsewhere.what are some of the weaknesses of the approach? well, it's not so much a weakness as a characteristic - it's basically covering a huge app dev to deployment lifecycle from start to finish, and it can only choose 1 coherent combined stack. It's using python for the backend along with quart (basically an async-ed version of flask) with associated support for blueprints (to help structure your code as the routes start growing). It's using typescript + react + MUI for the frontend. it's a sensible stack that i've (well, 90% of it) used in the past but I wonder whether using nodejs for the backend also would have made more sense here - i've certainly struggled in the past to hire engineers across a python BE / react FE full stack development situation and I tend to avoid this combination for that reason. however, I love python and certainly quart removes a lot of the previous scaling problems i've faced due to its comprehensive async approach. ymmvsome small critiques - i'd have loved to see something more on openapi and its value to devs. not a biggie though, more of a nice to have, I'm a huge fan of using swagger UI to make the APIs tangible. i was also actually surprised the book didn't delve into redux, but perhaps we can be grateful here that the author chose to focus on react-query. state management can get complex in react, why not keep it to the simpler, newer model i guess...so yeah, the book is very useful as a deep dive into the full dev to production lifecycle of a realistic app. i found it very useful and interesting, with the caveat that I think it could be possibly improved by using nodejs/ts as the backend also. depends on what you prefer though as a stack. 5 starts though for charting a very interesting approach from a deep perspective, with material that i haven't found elsewhere in such a coherent form.
Amazon Verified review Amazon
Yeray Diaz Nov 14, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book does a great job at describing virtually every facet of what's required to build a solid production-ready web application without overwhelming the reader. Dr. Jones introduces each concept succintly and effectively, with clear reasoning on why each change is important, introductions to concepts, and links for further exploration on the reader's part.Starting from basic installation of the programming languages all the way to deploying and securing the web application, the book is fast-paced and covers a lot of ground quite quickly so beginner developers might find it overwhelming but still a great reference for those willing to research further. Intermediate and advanced developers can benefit greatly from its insights, particularly those who have experience on only one or two aspects of web applications can quickly get to speed with industry best practices and technologies on other parts.The book necessarily makes technological choices that experienced readers may disagree with, but the concepts behind each choice are clearly defined and separated so translating them to another programming language of tool of choice is straightforward.Highly recommended.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.