Author: Ivo Gabe de Wolff
Publisher: Packt Publishing Ltd
ISBN: 1785888773
Category : Computers
Languages : en
Pages : 279
Book Description
Build exciting end-to-end applications with TypeScript About This Book This book will help you whether you're a beginner or an expert Complete and complex projects provide codes that are ready and solutions for start-ups and enterprise developers The book will showcase the power and depth of TypeScript when it comes to high performance and scalability Who This Book Is For This book was written for web developers who wish to make the most of TypeScript and build fun projects. You should be familiar with the fundamentals of JavaScript What You Will Learn Build quirky and fun projects from scratch while exploring widely applicable practices and techniques Use TypeScript with a range of different technologies such as Angular 2 and React and write cross-platform applications Migrate JavaScript codebases to TypeScript to improve your workflow Write maintainable and reusable code that is helpful in the world of programming revolving around features and bugs Using System.JS and Webpack to load scripts and their dependencies. Developing highly performance server-side applications to run within Node Js. Reviewing high performant Node.js patterns and manage garbage collection. In Detail TypeScript is the future of JavaScript. Having been designed for the development of large applications, it is being widely incorporated in popular projects such as Angular JS 2.0. Adopting TypeScript results in more robust software, while still being deployable in apps where regular JavaScript would run. Scale and performance lie at the heart of the projects built in our book. The lessons learned throughout this book will arm you with everything you need to build amazing projects. During the course of this book, you will learn how to build a complete Single Page Application with Angular 2 and create a popular mobile app using NativeScript. Further on, you will build a classic Pac Man game in TypeScript. We will also help you migrate your legacy codebase project from JavaScript to TypeScript. By the end of the book, you will have created a number of exciting projects and will be competent using TypeScript for your live projects. Style and approach The book focuses on building projects from scratch. These end-to-end projects will give you ready-to-implement solutions for your business scenario, showcasing the depth and robustness of TypeScript.
TypeScript Blueprints
Author: Ivo Gabe de Wolff
Publisher: Packt Publishing Ltd
ISBN: 1785888773
Category : Computers
Languages : en
Pages : 279
Book Description
Build exciting end-to-end applications with TypeScript About This Book This book will help you whether you're a beginner or an expert Complete and complex projects provide codes that are ready and solutions for start-ups and enterprise developers The book will showcase the power and depth of TypeScript when it comes to high performance and scalability Who This Book Is For This book was written for web developers who wish to make the most of TypeScript and build fun projects. You should be familiar with the fundamentals of JavaScript What You Will Learn Build quirky and fun projects from scratch while exploring widely applicable practices and techniques Use TypeScript with a range of different technologies such as Angular 2 and React and write cross-platform applications Migrate JavaScript codebases to TypeScript to improve your workflow Write maintainable and reusable code that is helpful in the world of programming revolving around features and bugs Using System.JS and Webpack to load scripts and their dependencies. Developing highly performance server-side applications to run within Node Js. Reviewing high performant Node.js patterns and manage garbage collection. In Detail TypeScript is the future of JavaScript. Having been designed for the development of large applications, it is being widely incorporated in popular projects such as Angular JS 2.0. Adopting TypeScript results in more robust software, while still being deployable in apps where regular JavaScript would run. Scale and performance lie at the heart of the projects built in our book. The lessons learned throughout this book will arm you with everything you need to build amazing projects. During the course of this book, you will learn how to build a complete Single Page Application with Angular 2 and create a popular mobile app using NativeScript. Further on, you will build a classic Pac Man game in TypeScript. We will also help you migrate your legacy codebase project from JavaScript to TypeScript. By the end of the book, you will have created a number of exciting projects and will be competent using TypeScript for your live projects. Style and approach The book focuses on building projects from scratch. These end-to-end projects will give you ready-to-implement solutions for your business scenario, showcasing the depth and robustness of TypeScript.
Publisher: Packt Publishing Ltd
ISBN: 1785888773
Category : Computers
Languages : en
Pages : 279
Book Description
Build exciting end-to-end applications with TypeScript About This Book This book will help you whether you're a beginner or an expert Complete and complex projects provide codes that are ready and solutions for start-ups and enterprise developers The book will showcase the power and depth of TypeScript when it comes to high performance and scalability Who This Book Is For This book was written for web developers who wish to make the most of TypeScript and build fun projects. You should be familiar with the fundamentals of JavaScript What You Will Learn Build quirky and fun projects from scratch while exploring widely applicable practices and techniques Use TypeScript with a range of different technologies such as Angular 2 and React and write cross-platform applications Migrate JavaScript codebases to TypeScript to improve your workflow Write maintainable and reusable code that is helpful in the world of programming revolving around features and bugs Using System.JS and Webpack to load scripts and their dependencies. Developing highly performance server-side applications to run within Node Js. Reviewing high performant Node.js patterns and manage garbage collection. In Detail TypeScript is the future of JavaScript. Having been designed for the development of large applications, it is being widely incorporated in popular projects such as Angular JS 2.0. Adopting TypeScript results in more robust software, while still being deployable in apps where regular JavaScript would run. Scale and performance lie at the heart of the projects built in our book. The lessons learned throughout this book will arm you with everything you need to build amazing projects. During the course of this book, you will learn how to build a complete Single Page Application with Angular 2 and create a popular mobile app using NativeScript. Further on, you will build a classic Pac Man game in TypeScript. We will also help you migrate your legacy codebase project from JavaScript to TypeScript. By the end of the book, you will have created a number of exciting projects and will be competent using TypeScript for your live projects. Style and approach The book focuses on building projects from scratch. These end-to-end projects will give you ready-to-implement solutions for your business scenario, showcasing the depth and robustness of TypeScript.
TypeScript: Modern JavaScript Development
Author: Remo H. Jansen
Publisher: Packt Publishing Ltd
ISBN: 1787287599
Category : Computers
Languages : en
Pages : 846
Book Description
Leverage the features of TypeScript to boost your development skills and create captivating applications About This Book Learn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScript Explore techniques to use TypeScript alongside other leading tools such as Angular 2, React, and Node.js Focusing on design patterns in TypeScript, this step-by-step guide demonstrates all the important design patterns in practice Who This Book Is For This Learning Path is for intermediate-level JavaScript developers who want to use TypeScript to build beautiful web applications and fun projects. No prior knowledge of TypeScript is required, but a basic understanding of jQuery is expected. This Learning Path is also for experienced TypeScript developers who want to take their skills to the next level, and also for web developers who wish to make the most of TypeScript. What You Will Learn Understand the key TypeScript language features and runtime Install and configure the necessary tools in order to start developing an application Create object-oriented code that adheres to the SOLID principles Develop robust applications with testing (Mocha, Chai, and SinonJS) Apply GoF patterns in an application with a testing approach Identify the challenges when developing an application Migrate JavaScript codebases to TypeScript to improve your workflow Utilize System.JS and Webpack to load scripts and their dependencies Develop high performance server-side applications to run within Node.js In Detail TypeScript is an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications. Through this three-module learning path, you'll learn the ins-and-outs of TypeScript for building more robust software. The first module gets you started with TypeScript and helps you understand the basics of TypeScript and automation tools. Get a detailed description of function, generics, callbacks, and promises, and discover the object-oriented features and memory management functionality of TypeScript. The next module starts by explaining the current challenges when designing and developing an application and how you can solve these challenges by applying the correct design pattern and best practices. You will be introduced to low-level programming concepts to help you write TypeScript code, as well as working with software architecture, best practices, and design aspects. The final module will help you build a complete single page app with Angular 2, create a neat mobile app using NativeScript, and even build a Pac Man game with TypeScript. As if the fun wasn't enough, you'll also find out how to migrate your legacy codebase from JavaScript to TypeScript. By the end of this Learning Path, you will be able to take your skills up a notch and develop full-fledged web applications using the latest features of the TypeScript. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Learning TypeScript by Remo H. Jansen TypeScript Design Patterns by Vilic Vane TypeScript Blueprints by Ivo Gabe de Wolff Style and approach This is a step-by-step, practical guide covering the fundamentals of TypeScript with practical examples. The end-to-end projects included in this book will give you ready-to-implement solutions for your business scenario, showcasing the depth and robustness of TypeScript.
Publisher: Packt Publishing Ltd
ISBN: 1787287599
Category : Computers
Languages : en
Pages : 846
Book Description
Leverage the features of TypeScript to boost your development skills and create captivating applications About This Book Learn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScript Explore techniques to use TypeScript alongside other leading tools such as Angular 2, React, and Node.js Focusing on design patterns in TypeScript, this step-by-step guide demonstrates all the important design patterns in practice Who This Book Is For This Learning Path is for intermediate-level JavaScript developers who want to use TypeScript to build beautiful web applications and fun projects. No prior knowledge of TypeScript is required, but a basic understanding of jQuery is expected. This Learning Path is also for experienced TypeScript developers who want to take their skills to the next level, and also for web developers who wish to make the most of TypeScript. What You Will Learn Understand the key TypeScript language features and runtime Install and configure the necessary tools in order to start developing an application Create object-oriented code that adheres to the SOLID principles Develop robust applications with testing (Mocha, Chai, and SinonJS) Apply GoF patterns in an application with a testing approach Identify the challenges when developing an application Migrate JavaScript codebases to TypeScript to improve your workflow Utilize System.JS and Webpack to load scripts and their dependencies Develop high performance server-side applications to run within Node.js In Detail TypeScript is an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications. Through this three-module learning path, you'll learn the ins-and-outs of TypeScript for building more robust software. The first module gets you started with TypeScript and helps you understand the basics of TypeScript and automation tools. Get a detailed description of function, generics, callbacks, and promises, and discover the object-oriented features and memory management functionality of TypeScript. The next module starts by explaining the current challenges when designing and developing an application and how you can solve these challenges by applying the correct design pattern and best practices. You will be introduced to low-level programming concepts to help you write TypeScript code, as well as working with software architecture, best practices, and design aspects. The final module will help you build a complete single page app with Angular 2, create a neat mobile app using NativeScript, and even build a Pac Man game with TypeScript. As if the fun wasn't enough, you'll also find out how to migrate your legacy codebase from JavaScript to TypeScript. By the end of this Learning Path, you will be able to take your skills up a notch and develop full-fledged web applications using the latest features of the TypeScript. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Learning TypeScript by Remo H. Jansen TypeScript Design Patterns by Vilic Vane TypeScript Blueprints by Ivo Gabe de Wolff Style and approach This is a step-by-step, practical guide covering the fundamentals of TypeScript with practical examples. The end-to-end projects included in this book will give you ready-to-implement solutions for your business scenario, showcasing the depth and robustness of TypeScript.
A Blueprint for Production-Ready Web Applications
Author: Dr. Philip Jones
Publisher: Packt Publishing Ltd
ISBN: 1803231416
Category : Computers
Languages : en
Pages : 285
Book Description
Go from setting up your production environment, to building an app, to deploying it to the web using industry best practices along the way Key FeaturesFollow a blueprint to build production-ready apps that can be adapted and tailored to your requirementsLearn how to combine a React frontend with a Quart backend, and run them in Docker on AWSAdopt industry best practices that can be used in your personal as well as work projectsBook Description A Blueprint for Production-Ready Web Applications will help you expand upon your coding knowledge and teach you how to create a complete web application. Unlike other guides that focus solely on a singular technology or process, this book shows you how to combine different technologies and processes as needed to meet industry standards. You'll begin by learning how to set up your development environment, and use Quart and React to create the backend and frontend, respectively. This book then helps you get to grips with managing and validating accounts, structuring relational tables, and creating forms to manage data. As you progress through the chapters, you'll gain a comprehensive understanding of web application development by creating a to-do app, which can be used as a base for your future projects. Finally, you'll find out how to deploy and monitor your application, along with discovering advanced concepts such as managing database migrations and adding multifactor authentication. By the end of this web development book, you'll be able to apply the lessons and industry best practices that you've learned to both your personal and work projects, allowing you to further develop your coding portfolio. What you will learnSet up an optimum development environment for building web appsCreate a working backend Quart app that can be tailored to suit your needsBuild a user management system with passwords and authenticationBuild a single-page application with React Router and FormikDeploy your app to AWS and understand the importance of monitoringDiscover advanced concepts such as managing database migrationsWho this book is for This book is for software engineers like recent computer science or bootcamp graduates who already know how to program and want to learn how to build an app by following standard industry processes such as continuous integration and continuous deployment (CI/CD). Working knowledge of TypeScript/JavaScript, Python, HTML, CSS, and SQL is needed. You don't, however, need prior experience with Quart, React, AWS, and all other specific technologies and processes, as they will be introduced in the book.
Publisher: Packt Publishing Ltd
ISBN: 1803231416
Category : Computers
Languages : en
Pages : 285
Book Description
Go from setting up your production environment, to building an app, to deploying it to the web using industry best practices along the way Key FeaturesFollow a blueprint to build production-ready apps that can be adapted and tailored to your requirementsLearn how to combine a React frontend with a Quart backend, and run them in Docker on AWSAdopt industry best practices that can be used in your personal as well as work projectsBook Description A Blueprint for Production-Ready Web Applications will help you expand upon your coding knowledge and teach you how to create a complete web application. Unlike other guides that focus solely on a singular technology or process, this book shows you how to combine different technologies and processes as needed to meet industry standards. You'll begin by learning how to set up your development environment, and use Quart and React to create the backend and frontend, respectively. This book then helps you get to grips with managing and validating accounts, structuring relational tables, and creating forms to manage data. As you progress through the chapters, you'll gain a comprehensive understanding of web application development by creating a to-do app, which can be used as a base for your future projects. Finally, you'll find out how to deploy and monitor your application, along with discovering advanced concepts such as managing database migrations and adding multifactor authentication. By the end of this web development book, you'll be able to apply the lessons and industry best practices that you've learned to both your personal and work projects, allowing you to further develop your coding portfolio. What you will learnSet up an optimum development environment for building web appsCreate a working backend Quart app that can be tailored to suit your needsBuild a user management system with passwords and authenticationBuild a single-page application with React Router and FormikDeploy your app to AWS and understand the importance of monitoringDiscover advanced concepts such as managing database migrationsWho this book is for This book is for software engineers like recent computer science or bootcamp graduates who already know how to program and want to learn how to build an app by following standard industry processes such as continuous integration and continuous deployment (CI/CD). Working knowledge of TypeScript/JavaScript, Python, HTML, CSS, and SQL is needed. You don't, however, need prior experience with Quart, React, AWS, and all other specific technologies and processes, as they will be introduced in the book.
Preliminary Inventory of the Records of the United States Antarctic Service
Author: United States. National Archives and Records Service
Publisher:
ISBN:
Category : Antarctica
Languages : en
Pages : 78
Book Description
Publisher:
ISBN:
Category : Antarctica
Languages : en
Pages : 78
Book Description
The Atlantis Blueprint
Author: Colin Wilson
Publisher: Delta
ISBN: 0307481751
Category : History
Languages : en
Pages : 450
Book Description
A spellbinding blend of history and science, scholarship and speculation, this landmark work presents startling new evidence that traces archaeology's most enduring mysteries back to the lost civilization of Atlantis.... The Great Pyramid. Stonehenge. Machu Picchu. For centuries, these and other sacred sites have inspired wonder among those who ponder their origins. Conventional science tells us they were constructed by local peoples working with the primitive tools of a fledgling civilization. But these megaliths nonetheless continue to attract pilgrims, scholars, and adventurers drawn by the possibility that their true spiritual and technological secrets remain hidden. Who could have built these elaborate monuments? How did they do it? And what were their incomprehensible efforts and sacrifices designed to accomplish? Now comes a revolutionary theory that connects these mysteries to reveal a hidden global pattern -- the ancient work of an advanced civilization whose warnings of planetary cataclysm now reverberate across one hundred millennia. International bestselling author Colin Wilson and Canadian researcher Rand Flem-Ath join forces to share startling evidence of a fiercely intelligent society dating back as much as 100,000 years -- one that sailed the oceans of the world, building monuments to preserve and communicate its remarkable wisdom. The Atlantis Blueprint is their term for a sophisticated network of connections between these sacred sites that they trace to Atlantis: a sophisticated maritime society that charted the globe from its home base in Antarctica ... until it was obliterated by the devastating global changes it anticipated but could not escape. Here is adventure to realms beyond our imaginings ... to shifting poles, changing latitudes ... into the world of ancient mariners who recharted the globe ... to astonishing discoveries about our ancestors. Here are the great mysteries ... the incredibly complex geography of the Temple of Luxor ... the startling sophistication of Egyptian science and math ... and tantalizing similarities among the Hebrew, Greek, and Mayan alphabets to the Chinese lunar zodiac. The Atlantis Blueprint opens up a Pandora's box of ancient mysteries, lost worlds, and millennial riddles. It is a story as controversial, fascinating, dangerous -- and inspiring -- as any ever told.
Publisher: Delta
ISBN: 0307481751
Category : History
Languages : en
Pages : 450
Book Description
A spellbinding blend of history and science, scholarship and speculation, this landmark work presents startling new evidence that traces archaeology's most enduring mysteries back to the lost civilization of Atlantis.... The Great Pyramid. Stonehenge. Machu Picchu. For centuries, these and other sacred sites have inspired wonder among those who ponder their origins. Conventional science tells us they were constructed by local peoples working with the primitive tools of a fledgling civilization. But these megaliths nonetheless continue to attract pilgrims, scholars, and adventurers drawn by the possibility that their true spiritual and technological secrets remain hidden. Who could have built these elaborate monuments? How did they do it? And what were their incomprehensible efforts and sacrifices designed to accomplish? Now comes a revolutionary theory that connects these mysteries to reveal a hidden global pattern -- the ancient work of an advanced civilization whose warnings of planetary cataclysm now reverberate across one hundred millennia. International bestselling author Colin Wilson and Canadian researcher Rand Flem-Ath join forces to share startling evidence of a fiercely intelligent society dating back as much as 100,000 years -- one that sailed the oceans of the world, building monuments to preserve and communicate its remarkable wisdom. The Atlantis Blueprint is their term for a sophisticated network of connections between these sacred sites that they trace to Atlantis: a sophisticated maritime society that charted the globe from its home base in Antarctica ... until it was obliterated by the devastating global changes it anticipated but could not escape. Here is adventure to realms beyond our imaginings ... to shifting poles, changing latitudes ... into the world of ancient mariners who recharted the globe ... to astonishing discoveries about our ancestors. Here are the great mysteries ... the incredibly complex geography of the Temple of Luxor ... the startling sophistication of Egyptian science and math ... and tantalizing similarities among the Hebrew, Greek, and Mayan alphabets to the Chinese lunar zodiac. The Atlantis Blueprint opens up a Pandora's box of ancient mysteries, lost worlds, and millennial riddles. It is a story as controversial, fascinating, dangerous -- and inspiring -- as any ever told.
Preliminary Inventory of the Records of the United States Antarctic Service
Author: National Archives (U.S.)
Publisher:
ISBN:
Category : Antarctica
Languages : en
Pages : 288
Book Description
Publisher:
ISBN:
Category : Antarctica
Languages : en
Pages : 288
Book Description
Preliminary Inventory
Author:
Publisher:
ISBN:
Category : United States
Languages : en
Pages : 590
Book Description
Publisher:
ISBN:
Category : United States
Languages : en
Pages : 590
Book Description
TypeScript Design Patterns
Author: Vilic Vane
Publisher: Packt Publishing Ltd
ISBN: 1785882287
Category : Computers
Languages : en
Pages : 249
Book Description
Boost your development efficiency by learning about design patterns in TypeScript About This Book This step-by-step guide will would demonstrate all the important design patterns in practice This book is the only documentation on the market focusing on design patterns in TypeScript This book is packed with rich examples that will improve your efficiency and encourage code reuse Who This Book Is For If you are a TypeScript developer, this book is for you. No knowledge of design patterns is required to read this book. What You Will Learn Understand the challenges and implications of developing an enterprise application Install and configure the necessary tools in order to start developing an application Identify the challenges when developing an application Apply GoF patterns in an application with a testing approach Use and utilize design patterns while developing a TypeScript application or during JavaScript application development Reference to SOLID principles and what their benefits do to your projects Apply various principles in a TypeScript application Improve code quality and development speed In Detail In programming, there are several problems that occur frequently. To solve these problems, there are various repeatable solutions that are known as design patterns. Design patterns are a great way to improve the efficiency of your programs and improve your productivity. This book is a collection of the most important patterns you need to improve your applications' performance and your productivity. The journey starts by explaining the current challenges when designing and developing an application and how you can solve these challenges by applying the correct design pattern and best practices. Each pattern is accompanied with rich examples that demonstrate the power of patterns for a range of tasks, from building an application to code testing. We'll introduce low-level programming concepts to help you write TypeScript code, as well as work with software architecture, best practices, and design aspects. Style and approach In this book, design patterns are explained in a step-by-step manner. All the major patterns covered will improve your understanding of TypeScript and the patterns associated with TypeScript.
Publisher: Packt Publishing Ltd
ISBN: 1785882287
Category : Computers
Languages : en
Pages : 249
Book Description
Boost your development efficiency by learning about design patterns in TypeScript About This Book This step-by-step guide will would demonstrate all the important design patterns in practice This book is the only documentation on the market focusing on design patterns in TypeScript This book is packed with rich examples that will improve your efficiency and encourage code reuse Who This Book Is For If you are a TypeScript developer, this book is for you. No knowledge of design patterns is required to read this book. What You Will Learn Understand the challenges and implications of developing an enterprise application Install and configure the necessary tools in order to start developing an application Identify the challenges when developing an application Apply GoF patterns in an application with a testing approach Use and utilize design patterns while developing a TypeScript application or during JavaScript application development Reference to SOLID principles and what their benefits do to your projects Apply various principles in a TypeScript application Improve code quality and development speed In Detail In programming, there are several problems that occur frequently. To solve these problems, there are various repeatable solutions that are known as design patterns. Design patterns are a great way to improve the efficiency of your programs and improve your productivity. This book is a collection of the most important patterns you need to improve your applications' performance and your productivity. The journey starts by explaining the current challenges when designing and developing an application and how you can solve these challenges by applying the correct design pattern and best practices. Each pattern is accompanied with rich examples that demonstrate the power of patterns for a range of tasks, from building an application to code testing. We'll introduce low-level programming concepts to help you write TypeScript code, as well as work with software architecture, best practices, and design aspects. Style and approach In this book, design patterns are explained in a step-by-step manner. All the major patterns covered will improve your understanding of TypeScript and the patterns associated with TypeScript.
A Guide to Manuscripts in the Eleutherain Mills Historical Library
Author: Eleutherian Mills Historical Library
Publisher: Library
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 400
Book Description
Publisher: Library
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 400
Book Description
The Blue Period
Author: Jesse McCarthy
Publisher: University of Chicago Press
ISBN: 0226832171
Category : Education
Languages : en
Pages : 313
Book Description
"To be a Black writer in the early years of the Cold War was to face a stark predicament. On the one hand, revolutionary Communism promised egalitarianism and lit the sparks of anticolonial struggle, but was hostile to conceptions of personal freedom. On the other hand, the great force opposing the Soviets at midcentury was itself the very fountainhead of racial prejudice, represented in the United States by Jim Crow. Jesse McCarthy argues that Black writers of this time were equally alienated from the left and the right and channeled that alienation into remarkable experiments in literary form. Embracing racial affect and interiority, they forged an aesthetic resistance premised on fierce dissent from both US racial liberalism and Soviet Communism. Ranging from the end of World War II to the rise of Black Power in the 1960s, from Richard Wright and James Baldwin to Gwendolyn Brooks and Paule Marshall and others, Jesse McCarthy shows how Black writers defined a distinctive moment in American literary culture that McCarthy calls "the Blue Period.""--
Publisher: University of Chicago Press
ISBN: 0226832171
Category : Education
Languages : en
Pages : 313
Book Description
"To be a Black writer in the early years of the Cold War was to face a stark predicament. On the one hand, revolutionary Communism promised egalitarianism and lit the sparks of anticolonial struggle, but was hostile to conceptions of personal freedom. On the other hand, the great force opposing the Soviets at midcentury was itself the very fountainhead of racial prejudice, represented in the United States by Jim Crow. Jesse McCarthy argues that Black writers of this time were equally alienated from the left and the right and channeled that alienation into remarkable experiments in literary form. Embracing racial affect and interiority, they forged an aesthetic resistance premised on fierce dissent from both US racial liberalism and Soviet Communism. Ranging from the end of World War II to the rise of Black Power in the 1960s, from Richard Wright and James Baldwin to Gwendolyn Brooks and Paule Marshall and others, Jesse McCarthy shows how Black writers defined a distinctive moment in American literary culture that McCarthy calls "the Blue Period.""--