- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Level up your TypeScript skills with practical techniques for writing robust, maintainable, and modern web applications
Key Features
Apply clean code to create maintainable, high-quality TypeScript applications.
Leverage TypeScript's type system for expressive, self-documenting code.
Architect scalable systems that grow across teams and codebases.
Purchase of the print or Kindle book includes a free PDF eBook.
Book DescriptionClean Code in TypeScript is a practical guide to writing maintainable, efficient, and elegant TypeScript code. It equips developers with the essential principles and techniques needed to produce code that is both functional and easy to read and maintain.
Written by Rukevwe Ojigbo, an expert software engineer with extensive experience building scalable, high-performance applications across industries, this book reflects practical lessons from his real-world projects, ensuring that the content is grounded, relevant, and production-tested.
What sets this book apart is its example-driven approach rooted in real-world scenarios. It goes beyond TypeScript best practices by developing your architectural thinking, enhancing team collaboration, and fostering long-term code quality. Whether you're new to TypeScript or an experienced developer, this guide will improve your TypeScript programming skills and help deliver cleaner, more robust code.What you will learn
Master types, configuration, and foundational TypeScript concepts
Apply clean code principles for better readability and consistency
Implement classes, inheritance, and interfaces in TypeScript
Work with interfaces, generics, and advanced types for flexible code
Apply unit testing, integration testing, and test-driven development
Handle errors effectively and use debugging tools in TypeScript
Identify bottlenecks and apply performance optimization techniques
Build applications with TypeScript in Next.js, Node.js, and CI/CD workflows
Who this book is forThe book is for JavaScript developers who want to master TypeScript to build scalable and maintainable applications. Frontend, backend, and full-stack developers, as well as software architects looking to leverage TypeScript for robust application design, will find practical value in this book. A basic understanding of JavaScript, including ES6+ features, functions, and asynchronous programming is assumed. Although not required, familiarity with TypeScript fundamentals, OOP principles, and Git is helpful.
Contents
Table of Contents
Introduction to TypeScript
Writing Clean Functions
Learning Object-Oriented Programming with TypeScript
Understanding Clean Code in TypeScript Projects
Testing and Test-Driven Development (TDD)
Error Handling and Debugging with Typescript
Maximizing Performance Optimization
Mastering Design Patterns in TypeScript
Understanding Advanced TypeScript Features
Going Beyond: TypeScript in Modern Web Development
Automating Code Checks with Hooks
CI/CD for TypeScript Projects