دانلود کتاب Practical Web Development with Haskell: Master the Essential Skills to Build Fast and Scalable Web Applications
by Ecky Putrady
|
عنوان فارسی: عملی توسعه وب با Haskell: استاد مهارت های ضروری برای ساخت سریع و مقیاس پذیر برنامه های کاربردی وب |
دانلود کتاب
جزییات کتاب
You'll start by reviewing how multiple facets of web development are done in Haskell, such as routing, building HTMLs, interacting with databases, caches, and queues, etc. You'll then move on to using notable libraries, such as "scotty" for routings, "digestive-functor" for input validation, and "postgresql-simple" for interacting with databases.
In the later chapters, you'll learn how all of these libraries can be used together by working on a fully functioning project deployed on Heroku.
What You'll Learn
• Set up a productive Haskell development environment
• Review basic tasks that are encountered when building web applications.
• Explore how to interact with external systems, such as databases, queues, and RESTful APIs.
• Build a RESTful API, website, building views and form validation.
Who This Book Is For
Software developers familiar Haskell and would like to apply the knowledge on real world applications and software developers new to Haskell.