Bootstrap is an open source frontend framework, developed by Twitter, to add pre-designed components to your web pages, making it easy to beautify your web content, even if you are not a digital artist. You can buy components in various styles developed by professional artists from Bootstrap marketplaces and add purchased stylish components to your web app for rapid design and development. This chapter will introduce you to the Bootstrap framework, consisting of a collection of CSS and JavaScript libraries, and explain how the Bootstrap framework allows you to build responsive websites easily. You'll follow step-by-step instructions for inserting Bootstrap components into your templates and learn how to beautify different UI elements in your template with Bootstrap. At the end, you'll learn how to include Bootstrap in your project when you are...
-
Book Overview & Buying
-
Table Of Contents
Hands-On Server-Side Web Development with Swift
By :
Hands-On Server-Side Web Development with Swift
By:
Overview of this book
This book is about building professional web applications and web services using Swift 4.0 and leveraging two popular Swift web frameworks: Vapor 3.0 and Kitura 2.5. In the first part of this book, we’ll focus on the creation of basic web applications from Vapor and Kitura boilerplate projects. As the web apps start out simple, more useful techniques, such as unit test development, debugging, logging, and the build and release process, will be introduced to readers.
In the second part, we’ll learn different aspects of web application development with server-side Swift, including setting up routes and controllers to process custom client requests, working with template engines such as Leaf and Stencil to create dynamic web content, beautifying the content with Bootstrap, managing user access with authentication framework, and leveraging the Object Relational Mapping (ORM) abstraction layer (Vapor’s Fluent and Kitura’s Kuery) to perform database operations.
Finally, in the third part, we’ll develop web services in Swift and build our API Gateway, microservices and database backend in a three-tier architecture design. Readers will learn how to design RESTful APIs, work with asynchronous processes, and leverage container technology such as Docker in deploying microservices to cloud hosting services such as Vapor Cloud and IBM Cloud.
Table of Contents (18 chapters)
Preface
Introducing Server-Side Swift
Getting Started with Vapor and Kitura
Building Your First Web App
Debugging and Testing
Setting Up Routes and Controllers
Working with Template Engines
Bootstrapping Your Design
Employing Storage Framework
Adding Authentication
Understanding Technologies for Web Services
Designing for API Gateway
Deploying to the Cloud
Developing an iPhone Client
Developing Microservices
Vapor Boilerplate Project
Kitura Boilerplate Project
Other Books You May Enjoy