plantuml | ||
src | ||
texmf/tex/latex/mycustomstyles | ||
.gitignore | ||
build.sh | ||
container.sh | ||
Dockerfile | ||
LICENSE | ||
publish.el | ||
publish.sh | ||
README.org | ||
run.sh |
User-Centered Development Book
- Introduction
- What's Inside?
- Who Is This For?
- Getting Started
- Technologies Used
- Download PDF
- Conclusion
Introduction
Welcome to the User-Centered Development Book repository! This book is all about creating software as a service (SaaS) with a strong focus on the user experience. It's designed to help you build products that people will love. The "book" is a living document and work-in-progress. It is still a personal experiment and at this time a collection of my personal notes.
What's Inside?
This book covers a wide range of topics related to user-centered development, including:
- User research and personas
- Usability testing and iteration
- Design thinking and prototyping
- Accessibility and inclusive design
- Metrics and KPIs for user experience
Who Is This For?
This book is perfect for:
- SaaS developers who want to improve their user experience skills
- UX designers looking to understand the development process better
- Product managers who want to create user-centered products
- Startup founders building their first SaaS product
Getting Started
This book is written using org-mode, a powerful format for note-taking and documentation. To create a PDF version of the book, you'll need to use the provided Podman container. Here's how you can do it:
- Make sure you have Podman installed on your system.
- Clone this repository to your local machine.
- Navigate to the directory containing the Dockerfile.
- Build the Podman image by running:
./container.sh
- Run the Podman container to generate the PDF:
./build.sh
The PDF will be generated in the ./public/pdf/
.
Technologies Used
This book is written using org-mode, a powerful format for note-taking and documentation. The development and tooling involve Emacs Lisp, a powerful programming language for extending the Emacs text editor.
Conclusion
I hope you find this book helpful in your journey towards creating user-centered SaaS products. Happy reading!