EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Introducing Dart Sass

Download or read book Introducing Dart Sass written by Alex Libby and published by Apress. This book was released on 2019-02-11 with total page 215 pages. Available in PDF, EPUB and Kindle. Book excerpt: Leverage the power of Dart Sass to quickly create valid CSS styles for use within websites. This short project-oriented book simplifies the process of creating and manipulating Sass code in the browser, for websites, or online applications, using little more than a text editor or free software. Designed to be much faster and simpler to use, yet still maintain the same features as past versions of Sass, Dart Sass offers a host of benefits of using it against writing CSS manually. You will be equipped with a starting toolset that you can use to develop future projects, incorporate into your existing workflow and reduce any dependency on graphics applications such as Illustrator for simple projects. Dart Sass is a complete rewrite of what many know as Ruby Sass but you don’t have to convert your whole work process immediately to working with Sass. You will learn how to incorporate as little or as much as you need, and how to build on it as your skills develop. We live in an age where speed and simplicity are of the essence – Introducing Dart Sass provides a perfect way to create valid CSS quickly, efficiently, and with the minimum of fuss. What You Will Learn Understand how Sass works and the benefits of using it against writing CSS manually Create styles quickly and easily, using the power of Sass Apply styles from pre-built libraries, to help reduce time and effort required Gain an appreciation of the importance of optimizing content for efficiency Work through a real-world project example using Sass and third-party Sass-based libraries. Who This Book Is For Website developers who are already familiar with writing CSS and to learn how to leverage Sass to quickly and more efficiently create valid CSS in projects. Those in agile development teams, where time is of the essence, and the pressure is on to deliver results quickly. Developers who want to focus on simplicity to produce properly optimized content in modern browsers using tools already in their possession.

Book Jump Start Sass

    Book Details:
  • Author : Hugo Giraudel
  • Publisher : SitePoint Pty Ltd
  • Release : 2016-03-24
  • ISBN : 1457199505
  • Pages : 240 pages

Download or read book Jump Start Sass written by Hugo Giraudel and published by SitePoint Pty Ltd. This book was released on 2016-03-24 with total page 240 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get a Jump Start on the popular CSS preprocessor Sass today! Using Sass, you can write your stylesheets in a more concise, dynamic, and readable way, and cut down many of the tedious repetitive tasks that come with writing vanilla CSS. Sass simplifies your stylesheets, adding some useful features missing from CSS. Most importantly, Sass will save you time. This book provides a thorough introduction to Sass for the beginner. In it, you'll learn: What preprocessors are and how they can be useful Installation and getting started Variables, mixins, and functions Loops and conditions Nesting Extend Warnings & errors Project architecture The Sass ecosystem And more!

Book Checking Out with the Payment Request API

Download or read book Checking Out with the Payment Request API written by Alex Libby and published by Apress. This book was released on 2019-09-13 with total page 259 pages. Available in PDF, EPUB and Kindle. Book excerpt: Quickly create consistent checkouts for use within websites, using the power of the HTML5 Payment Request API. This project-oriented book simplifies the process of creating and manipulating checkouts with the Payment Request API in browsers for websites or online applications, using little more than a text editor or free software. One of the key concerns of any e-commerce company is ensuring customers complete the checkout process successfully, and for them to return. Unfortunately, many checkouts still suffer from a high level of drop-out. The Payment Request API is an open standard being developed by browser vendors to simplify payments for users with a quick and seamless autofill process enabling a broader set of online payment providers to participate in the market. The API is designed to be easy to implement across all supported browsers, and work with any payment type or service provider. Checking Out with the Payment Request API equips you with a tool set that you can use to develop future projects, incorporate into your existing workflow and allow you to reduce any dependency on complex, custom-made checkouts that might be prone to failure, or unwieldy to use. You'll learn how to use the Payment Request API to create consistent checkouts quickly and easily, and work through practical example projects that will help familiarize you with using the API. We live in an age where speed and accuracy are of the essence – add effortless flow to your payments using this book today. What You'll Learn Implement the Payment Request API in a projectExplore some of the options for personalizing it for a projectGain an appreciation of pointers around user experience and how this affects the APIUnderstand how to manage issues and security when using the Payment Request APIWork through some example projects, from standalone demos to implementing in frameworks Who This Book Is For Website developers familiar with creating shopping carts and looking to leverage the HTML5 Payment Request API. Also ideal for those in agile development teams who want to focus on simplifying content in modern browsers using their existing tools

Book Dart for Absolute Beginners

Download or read book Dart for Absolute Beginners written by David Kopec and published by Apress. This book was released on 2014-06-30 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt: Dart for Absolute Beginners enables individuals with no background in programming to create their own web apps while learning the fundamentals of software development in a cutting edge language. Easily digested chapters, while comprehensive enough to explore the whole domain, are aimed at both hobbyists and professionals alike. The reader will not only gain an insight into Dart, but also the technologies behind the web. A firm foundation is laid for further programming studies. Dart is a new, innovative language developed by Google which is poised to take the web by storm. For client side web app development, Dart has many advantages over JavaScript. These include but are not limited to: improved speed, enforcement of programmatic structure, and improved facilities for software reuse. Best of all, Dart is automatically converted to JavaScript so that it works with all web browsers. Dart is a fresh start, without the baggage of the last two decades of the web. Why start learning to program with yesterday’s technology? Teaches you the fundamentals of programming and the technologies behind the web. Utilizes the cutting edge, easy to learn, structured Dart programming language so that your first steps are pointed towards the future of web development. No prior knowledge is required to begin developing your own web apps.

Book Sass and Compass for Designers

Download or read book Sass and Compass for Designers written by Ben Frain and published by Packt Publishing Ltd. This book was released on 2013-04-25 with total page 409 pages. Available in PDF, EPUB and Kindle. Book excerpt: A step-by-step tutorial guide, taking you through how to build a responsive Sass and Compass powered website.If you understand HTML and CSS, this book is all you need to take your code to the next level with Sass and Compass. No prior understanding of CSS preprocessors or programming conventions is needed.

Book Dart in Action

    Book Details:
  • Author : Chris Buckett
  • Publisher : Simon and Schuster
  • Release : 2013-01-15
  • ISBN : 1638352844
  • Pages : 649 pages

Download or read book Dart in Action written by Chris Buckett and published by Simon and Schuster. This book was released on 2013-01-15 with total page 649 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Dart in Action introduces Google's Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After you master the core concepts, you'll move on to running Dart on the server and creating single page HTML5 web applications. About the Technology Dart is a web programming language developed by Google. It has modern OO features, just like Java or C#, while keeping JavaScript's dynamic and functional characteristics. Dart applications are "transpiled" to JavaScript, and they run natively in Dart-enabled browsers. With production-quality libraries and tools, Dart operates on both the client and the server for a consistent development process. About this Book Dart in Action introduces the Dart language and teaches you to use it in browser-based, desktop, and mobile applications. Not just a language tutorial, this book gets quickly into the nitty-gritty of using Dart. Most questions that pop up while you're reading are answered on the spot! OO newbies will appreciate the gentle pace in the early chapters. Later chapters take a test-first approach and encourage you to try Dart hands-on. To benefit from this book you'll need experience with HTML and JavaScript?a Java or C# background is helpful but not required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Dart from the ground up Numerous code samples and diagrams Creating single-page web apps Transitioning from Java, C#, or JavaScript Running Dart in the browser and on the server About the Author Chris Buckett builds enterprise-scale web applications. He runs Dartwatch.com and is an active contributor to the dartlang list. "Includes numerous examples of core language features as well as more advanced HTML5 features."-;From the Foreword by Seth Ladd, Developer Advocate, Google Table of Contents PART 1 INTRODUCING DART Hello Dart "Hello World" with Dart tools Building and testing your own Dart app PART 2 CORE DART Functional first-class functions and closures Understanding libraries and privacy Constructing classes and interfaces Extending classes and interfaces Collections of richer classes Asynchronous programming with callbacks and futures PART 3 CLIENT-SIDE DART APPS Building a Dart web app Navigating offline data Communicating with other systems and languages PART 4 SERVER-SIDE DART Server interaction with files and HTTP Sending, syncing, and storing data Concurrency with isolates

Book HTML and CSS

    Book Details:
  • Author : Jon Duckett
  • Publisher : John Wiley & Sons
  • Release : 2011-11-08
  • ISBN : 1118008189
  • Pages : 514 pages

Download or read book HTML and CSS written by Jon Duckett and published by John Wiley & Sons. This book was released on 2011-11-08 with total page 514 pages. Available in PDF, EPUB and Kindle. Book excerpt: A full-color introduction to the basics of HTML and CSS! Every day, more and more people want to learn some HTML and CSS. Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisure This educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way! This book is also available as part of a set in hardcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781119038634; and in softcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781118907443.

Book Dart By Example

    Book Details:
  • Author : Davy Mitchell
  • Publisher : Packt Publishing Ltd
  • Release : 2015-09-25
  • ISBN : 1785289799
  • Pages : 250 pages

Download or read book Dart By Example written by Davy Mitchell and published by Packt Publishing Ltd. This book was released on 2015-09-25 with total page 250 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design and develop modern web applications with Google's bold and productive language through engaging example projects About This Book Full of engaging and varied example projects to equip you to build your own web applications Learn the Dart language and key libraries Productively create fast and reliable web applications Who This Book Is For If you are a front- or back-end web developer who is looking to build complex full-featured web applications without the quagmire of disconnected JavaScript frameworks, this book is a practical walkthrough of substantial applications that will have you and your team coding Dart in a productive manner. This book will give you a compiled, optional typed, scalable environment to rapidly develop applications. As Dart was designed to be familiar, any developer with even a small amount of knowledge of JavaScript or another programming language will be at home with the language immediately and will be coding quickly. What You Will Learn Master the core Dart language, type system, and key development tools Connect to existing web services, process JSON, and create your own framework for the data display Run and debug the Dart server and web applications and compile them in JavaScript Handle form data and encryption Build and deploy server applications on the major OSes and implement the REST API Work with PostgreSQL—an industry standard relational database system Create robust applications with unit tests, documentation, and diagnostic logging Develop command-line applications, and explore the key data structures and libraries In Detail Designed to create next generation apps, Google's Dart offers a much more robust framework and also supersedes JavaScript in several aspects. Familiar yet innovative, compact yet scalable, it blows away the accumulated JavaScript legacy limitations. Dart was designed for great tool-ability and developer productivity, allowing you to create better application faster than before. Google chose it for their billion dollar advertising business and you have its power for your projects too. This book will introduce you the Dart language starting from its conception to its current form, and where it headed is through engaging substantial practical projects. You will be taken through building typical applications and exploring the exciting new technologies of HTML5. With example code projects such as a live data monitoring and viewing system, a blogging system, a slides presentation application, and more, then this book will walk you through step by step through building data-driven web applications with ease and speed. Style and approach A varied collection of compelling practical Dart projects that are developed progressively with full explanations of concepts and implementation. Each project introduces features of the language and environment, demonstrating how Dart can be used in rich structured web applications.

Book Mastering Dart

    Book Details:
  • Author : Sergey Akopkokhyants
  • Publisher : Packt Publishing Ltd
  • Release : 2014-11-20
  • ISBN : 1783989572
  • Pages : 518 pages

Download or read book Mastering Dart written by Sergey Akopkokhyants and published by Packt Publishing Ltd. This book was released on 2014-11-20 with total page 518 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you are an application developer who has experience with Dart and want to develop reusable and robust code in Dart, then this book is for you. You are expected to have a basic knowledge of core elements and applications.

Book Web Programming with Dart

Download or read book Web Programming with Dart written by Moises Belchin and published by Apress. This book was released on 2015-01-05 with total page 446 pages. Available in PDF, EPUB and Kindle. Book excerpt: Web Programming with Dart is for programmers who want to master the new Dart programming language from Google, and also web developers who want to understand how Dart can integrate perfectly with HTML5 and CSS3. With this book you will understand the ins and outs of the language, how the tools work, and how to get the most from the core functions and libraries. Web Programming with Dart is a practical, example-led book, with case studies involving developing UI animations for the web, working with web services such as JSON, server side Dart applications, and the new Polymer.dart library for advanced HTML UI web components generation. Take a full tour of Dart's core features and its advanced functionality Learn the tools that come with Dart SDK and the most important libraries. Additionally you will work with the newest Polymer.dart library for web component creation. Develop your own command-line and server side applications and, of course, web applications with Dart.

Book Oil and Gas Production Handbook  An Introduction to Oil and Gas Production

Download or read book Oil and Gas Production Handbook An Introduction to Oil and Gas Production written by Havard Devold and published by Lulu.com. This book was released on 2013 with total page 84 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Vue js 3 Cookbook

    Book Details:
  • Author : Heitor Ramon Ribeiro
  • Publisher : Packt Publishing Ltd
  • Release : 2020-09-18
  • ISBN : 1838827390
  • Pages : 555 pages

Download or read book Vue js 3 Cookbook written by Heitor Ramon Ribeiro and published by Packt Publishing Ltd. This book was released on 2020-09-18 with total page 555 pages. Available in PDF, EPUB and Kindle. Book excerpt: Explore the new features of Vue.js 3 and discover best practices for building fault-tolerant and professional frontend web applications Key FeaturesMigrate your apps from Vue.js 2 to Vue.js 3 with the help of practical recipesExplore the latest Vue.js 3 features such as reactivity API, composition API, and TypeScript supportExtend the capabilities and performance of Vue.js apps with Quasar, Vuetify, and Nuxt.js frameworksBook Description Vue.js is a progressive web framework for building professional user interfaces for your web applications. With Vue.js 3, the frontend framework is reinforced with architectural enhancements, new base languages, new render processes, and separated core components. The book starts with recipes for implementing Vue.js 3’s new features in your web development projects and migrating your existing Vue.js apps to the latest version. You will get up and running with TypeScript with Vue.js and find succinct solutions to common challenges and pitfalls faced in implementing components, derivatives, and animation, through to building plugins, adding state management, routing, and developing complete single-page applications (SPAs). As you advance, you'll discover recipes to help you integrate Vue.js apps with Nuxt.js in order to add server-side rendering capabilities to your SPAs. You'll then learn about the Vue.js ecosystem by exploring modern frameworks such as Quasar, Nuxt.js, Vuex, and Vuetify in your web projects. Finally, the book provides you with solutions for packaging and deploying your Vue.js apps. By the end of this Vue.js book, you'll be able to identify and solve challenges faced in building Vue.js applications and be able to adopt the Vue.js framework for frontend web projects of any scale. What you will learnDesign and develop large-scale web applications using Vue.js 3’s latest features Create impressive UI layouts and pages using Vuetify, Buefy, and Ant DesignExtend your Vue.js applications with dynamic form and custom rules validationAdd state management, routing, and navigation to your web appsExtend Vue.js apps to the server-side with Nuxt.jsDiscover effective techniques to deploy your web applications with NetlifyDevelop web applications, mobile applications, and desktop applications with a single code base using the Quasar frameworkWho this book is for The book is for both new and experienced Vue.js developers looking to overcome challenges in building dynamic web applications with Vue.js 3. Knowledge of JavaScript and TypeScript is assumed. A basic understanding of Vue.js will help you to make the most of this book.

Book Life in Motion

Download or read book Life in Motion written by Misty Copeland and published by Simon and Schuster. This book was released on 2014-03-04 with total page 288 pages. Available in PDF, EPUB and Kindle. Book excerpt: Profiles the life and career of the professional ballerina, covering from when she began dance classes at age thirteen in an after-school community center through becoming the only African American soloist dancing with the American Ballet Theatre.

Book Between the World and Me

Download or read book Between the World and Me written by Ta-Nehisi Coates and published by One World. This book was released on 2015-07-14 with total page 163 pages. Available in PDF, EPUB and Kindle. Book excerpt: #1 NEW YORK TIMES BESTSELLER • NATIONAL BOOK AWARD WINNER • NAMED ONE OF TIME’S TEN BEST NONFICTION BOOKS OF THE DECADE • PULITZER PRIZE FINALIST • NATIONAL BOOK CRITICS CIRCLE AWARD FINALIST • ONE OF OPRAH’S “BOOKS THAT HELP ME THROUGH” • NOW AN HBO ORIGINAL SPECIAL EVENT Hailed by Toni Morrison as “required reading,” a bold and personal literary exploration of America’s racial history by “the most important essayist in a generation and a writer who changed the national political conversation about race” (Rolling Stone) NAMED ONE OF THE MOST INFLUENTIAL BOOKS OF THE DECADE BY CNN • NAMED ONE OF PASTE’S BEST MEMOIRS OF THE DECADE • NAMED ONE OF THE TEN BEST BOOKS OF THE YEAR BY The New York Times Book Review • O: The Oprah Magazine • The Washington Post • People • Entertainment Weekly • Vogue • Los Angeles Times • San Francisco Chronicle • Chicago Tribune • New York • Newsday • Library Journal • Publishers Weekly In a profound work that pivots from the biggest questions about American history and ideals to the most intimate concerns of a father for his son, Ta-Nehisi Coates offers a powerful new framework for understanding our nation’s history and current crisis. Americans have built an empire on the idea of “race,” a falsehood that damages us all but falls most heavily on the bodies of black women and men—bodies exploited through slavery and segregation, and, today, threatened, locked up, and murdered out of all proportion. What is it like to inhabit a black body and find a way to live within it? And how can we all honestly reckon with this fraught history and free ourselves from its burden? Between the World and Me is Ta-Nehisi Coates’s attempt to answer these questions in a letter to his adolescent son. Coates shares with his son—and readers—the story of his awakening to the truth about his place in the world through a series of revelatory experiences, from Howard University to Civil War battlefields, from the South Side of Chicago to Paris, from his childhood home to the living rooms of mothers whose children’s lives were taken as American plunder. Beautifully woven from personal narrative, reimagined history, and fresh, emotionally charged reportage, Between the World and Me clearly illuminates the past, bracingly confronts our present, and offers a transcendent vision for a way forward.

Book Learning Dart

    Book Details:
  • Author : Ivo Balbaert
  • Publisher : Packt Publishing Ltd
  • Release : 2015-09-25
  • ISBN : 1785288539
  • Pages : 382 pages

Download or read book Learning Dart written by Ivo Balbaert and published by Packt Publishing Ltd. This book was released on 2015-09-25 with total page 382 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to develop high performance applications with Dart 1.10 About This Book Develop apps for the modern web using Dart and HTML5 Clarify and shorten your Dart code using enums Build a complex UI for business applications with Dart's Polymer framework, based on web components Who This Book Is For If you want to become a developer for the modern web, or wish to add Dart to your tool belt, then this book is for you. The book assumes you have basic HTML experience and know how web applications work. Some previous programming experience, preferably in a modern language like C#, Java, Python, Ruby or JavaScript, will give you a head start. You can work with Dart on your preferred platform, be it Linux, Mac OS X or Windows. What You Will Learn Structure your code using functions, classes, generics, packages and libraries Use the power of modern browsers to process and store data Make games by drawing, and using audio and video in the browser Develop an application with a model-driven and spiral-paced approach Discover the Observatory tools for profiling memory and CPU usage of Dart programs Store your app's data in MySQL and MongoDB through Dart Build powerful HTML5 forms, validate and store data in local storage, and use web components to build your own user interface Run your Dart server on an App Engine Managed VM In Detail Dart is an open source programming language for the web, developed at Google, with a steadily growing community. It is a single language for both client and server, appropriate for the full range of devices on the web – including phones, tablets, laptops, and servers. It encompasses the lessons of the last two decades of web programming. This book will give you a thorough overview of Dart, taking you through its ecosystem, syntax, and development principles. With this book, you will build web games using HTML5, audio, and video, and also dive into processing and displaying data in HTML5 forms with Dart. You will also learn how web components fit together with HTML5, and how to apply them in business web applications of the future. You will discover how to store data on the client, communicate data between client and server with JSON, and store JSON data with MongoDB and MySQL. Stop solving new challenges with the same old tools – let Dart show you a whole new way. Style and approach This book provides you a project-based approach, with everything you need to start or enhance your career in the future of web development with Dart. It follows the spiral approach: each project builds up in successive spirals, adding new features in each step.

Book Mastering Sass

    Book Details:
  • Author : Luke Watts
  • Publisher : Packt Publishing Ltd
  • Release : 2016-08-26
  • ISBN : 1785889575
  • Pages : 310 pages

Download or read book Mastering Sass written by Luke Watts and published by Packt Publishing Ltd. This book was released on 2016-08-26 with total page 310 pages. Available in PDF, EPUB and Kindle. Book excerpt: Create interactive and responsive cross-browser apps with SASS and Compass About This Book Create data-intensive, highly scalable apps using Sass and COMPASS Master the concepts of Sass and COMPASS and unleash your potential to develop enterprise-grade apps This book is an experts' guide on leveraging Sass and COMPASS features Who This Book Is For This book is aimed at those who know CSS3 and HTML5 quite well and who've built a few small-to-medium-sized websites from scratch using Sass and Compass. What You Will Learn Master Sass and Compass features Familiarize yourself with CSS and HTML concepts that are vital for a good Sass workflow. Build real-world websites focusing on layouts and content aspects Work on a grid system using Compass and Susy Automate your workflow with Gulp Write functions and mixins to leverage the control flow In Detail CSS and Sass add elegance and excellence to the basic language, and consist of a CSS-compatible syntax that allows you to use variables, nested rules, mixins, inline imports, and much more. This book will start with an overview of the features in Sass and Compass, most of which you'll already be familiar; however, this will ensure you know what's expected as the book goes deeper into Sass and Compass. Next you will learn CSS and HTML concepts that are vital to a good Sass workflow. After all, Sass exists to simplify writing CSS, but it won't teach you how to make clean, scalable, reusable CSS. For that, you need to understand some basic concepts of OOCSS, SMACCS, and Atomic Design. Once you've brushed up on the important concepts, it's time to write some Sass. Mainly you'll write a few functions and mixins that really leverage control flow using @if / @else loops and you'll learn how to figure out when and why things are going wrong before they bring you to a stop. Moving further, you'll learn how to use @debug, @warn and @error to properly handle errors. You'll also learn about Gulp and how to use it to automate your workflow and reduce your repetitive tasks. And finally you'll learn about sourcemaps. With sourcemaps, you'll be able to write, debug, and view your Sass and Compass all from within the browser. It'll even LiveReload too! As a bonus, you'll take a look at that funky Flexbox, currently all the rage! You'll learn how powerful and flexible it really is, and how you can use it with Compass. Best of all, it falls back very gracefully indeed! In fact, you'll be able to apply it to any existing project without having to change a line of the original CSS. Style and approach This book will provide readers with practical, actionable expertise to enhance their knowledge

Book Gideon the Ninth

    Book Details:
  • Author : Tamsyn Muir
  • Publisher : Tordotcom
  • Release : 2019-09-10
  • ISBN : 1250313171
  • Pages : 374 pages

Download or read book Gideon the Ninth written by Tamsyn Muir and published by Tordotcom. This book was released on 2019-09-10 with total page 374 pages. Available in PDF, EPUB and Kindle. Book excerpt: Gideon the Ninth is the first book in the New York Times and USA Today Bestselling Locked Tomb Series, and one of the Best Books of 2019 according to NPR, the New York Public Library, Amazon, BookPage, Shelf Awareness, BookRiot, and Bustle! WINNER of the 2020 Locus Award and Crawford Award Finalist for the 2023 Hugo Award for Best Series! Finalist for the 2020 Hugo, Nebula, Dragon, and World Fantasy Awards “Unlike anything I’ve ever read. ” —V.E. Schwab “Lesbian necromancers explore a haunted gothic palace in space!” —Charles Stross “Deft, tense and atmospheric, compellingly immersive and wildly original.” —The New York Times The Emperor needs necromancers. The Ninth Necromancer needs a swordswoman. Gideon has a sword, some dirty magazines, and no more time for undead nonsense. Tamsyn Muir’s Gideon the Ninth unveils a solar system of swordplay, cut-throat politics, and lesbian necromancers. Her characters leap off the page, as skillfully animated as arcane revenants. The result is a heart-pounding epic science fantasy. Brought up by unfriendly, ossifying nuns, ancient retainers, and countless skeletons, Gideon is ready to abandon a life of servitude and an afterlife as a reanimated corpse. She packs up her sword, her shoes, and her dirty magazines, and prepares to launch her daring escape. But her childhood nemesis won’t set her free without a service. Harrowhark Nonagesimus, Reverend Daughter of the Ninth House and bone witch extraordinaire, has been summoned into action. The Emperor has invited the heirs to each of his loyal Houses to a deadly trial of wits and skill. If Harrowhark succeeds she will be become an immortal, all-powerful servant of the Resurrection, but no necromancer can ascend without their cavalier. Without Gideon’s sword, Harrow will fail, and the Ninth House will die. Of course, some things are better left dead. THE LOCKED TOMB SERIES BOOK 1: Gideon the Ninth BOOK 2: Harrow the Ninth BOOK 3: Nona the Ninth BOOK 4: Alecto the Ninth At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.