Book Description
The book is a set of tutorials and examples. It uses the Common Lisp language and some of the libraries we'll be using for the examples and tutorials include:
- The hunchentoot web server
- The Restas web framework
- The SEXML library for outputting XML and HTML
- Closure-template for HTML templating
- Postmodern for PostgreSQL access, and cl-reddis as a simple datastore
- Various utilities
This open book is licensed under a Creative Commons License (CC BY-NC-SA). You can download Lisp Web Tales ebook for free in PDF format (1.3 MB).
Table of Contents
Chapter 1
The basics
Chapter 2
Setting up a project
Chapter 3
HTML generation and templating
Chapter 4
Putting it together: Updated blog example
Chapter 5
Persistence part I: PostgreSQL
Chapter 6
Persistence part II: The UI
Chapter 7
Persistence part III: Redis
Chapter 8
Modules as reusable components part I: restas-directory-publisher
Chapter 9
Modules as reusable components part II: Implementing a reusable module
Book Details
Title
Lisp Web Tales
Subject
Computer Science
Publisher
Leanpub
Published
2013
Pages
91
Edition
1
Language
English
PDF Size
1.3 MB
License
Digital accessibility skills are in high demand, as the world becomes more aware of barriers in digital content that prevent some people from participating in a digital society. These are essential skills for web developers, and essential knowledge for organizations that want to ensure their web content is reaching the broadest audience possible.
...
You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful...
Web scraping or crawling is the art of fetching data from a third party website by downloading and parsing the HTML code to extract the data you want. It can be hard. From bad HTML code to heavy Javascript use and anti-bot techniques, it is often tricky. Lots of companies use it to obtain knowledge concerning competitor prices, news aggregation, ma...
Learn how to run your web projects - everything from simple sites to complex applications - without a single server. It's possible with the JAMstack, a modern web development architecture for deploying fast, highly-scalable sites and applications that don't require traditional origin infrastructure. This practical report explains how the ...
he World Wide Web has now been in use for more than 20 years. From early browsers to today's principal source of information, entertainment and much else, the Web is an integral part of our daily lives, to the extent that some people believe 'if it's not online, it doesn't exist.' While this statement is not entirely true, ...
While many resources for network and IT security are available, detailed knowledge regarding modern web application security has been lacking - until now. This practical guide provides both offensive and defensive security concepts that software engineers can easily learn and apply.
Andrew Hoffman, a senior security engineer at Salesforce, intro...