- D Web Development
- Kai Nacke
- 220字
- 2021-07-16 09:35:30
What this book covers
Chapter 1, Getting Started with Your First Web Application, explains how to set up and use your development environment. At the end of this chapter, you will have already created your first web application.
Chapter 2, Using Templates for Your Web Pages, covers the Diet template engine. You will learn all about templates—from creating simple static templates to using D code in templates.
Chapter 3, Get Interactive – Forms and Flow Control, brings web forms to your application and introduces route matching.
Chapter 4, Easy Forms with the Web Framework, discusses how to validate user input.
Chapter 5, Accessing a Database, shows how to use a database in an application using a variety of SQL and NoSQL bases.
Chapter 6, Using the REST Interface, teaches you about REST services. You will learn how to provide and consume a generated REST service. You will also study how to interface with an existing REST service.
Chapter 7, The vibe.d Internals, introduces you to the fiber-based pseudo-blocking programming model that is the base for vibe.d.
Chapter 8, Using vibe.d with a GUI Client, applies the vibe.d programming model to a graphical UI application.
Chapter 9, Power Your Application with vibe.d Extensions, shows you what other developers have already implemented with vibe.d and how to publish your application.
- GitLab Cookbook
- Python科學計算(第2版)
- What's New in TensorFlow 2.0
- 自制編譯器
- HTML 5與CSS 3權威指南(第3版·上冊)
- 案例式C語言程序設計實驗指導
- GameMaker Essentials
- 計算機應用基礎項目化教程
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Software-Defined Networking with OpenFlow(Second Edition)
- 游戲設計的底層邏輯
- Go Systems Programming
- Internet of Things with Arduino Cookbook
- 亮劍C#項目開發案例導航
- Unity3D高級編程:主程手記