Wydawca: 8
Jacek Popczyk, Jan Sieczkowski
Przedmiotem opracowania są warunki techniczne wykonania i odbioru robót tynkowych dotyczące rozwiązań najczęściej występujących w praktyce. Warunki dla rozwiązań szczególnych powinny być ustalane indywidualnie. Niniejsze warunki techniczne obejmują: terminy i definicje, wymagania dotyczące dokumentacji budowy, warunki wykonania oraz kryteria odbioru robót tynkowych. Niniejsze warunki techniczne nie dotyczą: tynków o zwiększonej izolacyjności akustycznej, tynków przeciwpożarowych oraz osłaniających przed promieniowaniem, tynków renowacyjnych, tynków cienkowarstwowych stosowanych w systemach ociepleniowych ETICS oraz suchych tynków.
Type O Negative Piotr Wielki i reszta
Tomasz Jeleniewski
„Trójka pod księżycem - dziś nadajemy z cmentarza. Everyone I Love Is Dead...” Tak rozpoczynał jedną ze swoich ostatnich audycji Tomasz Beksiński. Type O Negative przewijał się w jego programach bardzo często i zapisał się w pamięci wielu polskich słuchaczy. Nic dziwnego - to jeden z najpiękniejszych, najmroczniejszych i najciekawszych rozdziałów w historii gotyckiego grania. Szkoda jedynie, że rozdział definitywnie zamknięty... Książka Tomasza Jeleniewskiego pozwala prześledzić losy zespołu, a także zapoznać się bliżej z jego artystycznym dorobkiem. Całość uzupełniła niezwykle dokładna dyskografia, uwzględniająca także single i wszystkie wydawnictwa promocyjne. W momencie ukazania się w 2011 roku książka „Type O Negative. Piotr Wielki i Reszta” była pierwszą w Polsce i na świecie biografią zespołu.
Typee. A Peep at Polynesian Life
Herman Melville
Basically, it turns out that the Typee tribe untouched by civilization is children of nature, surrounded by the care and warmth of their native land, spending their easy days in the shade of a palm tree, eating the fruits of breadfruit, bananas and coconuts. Here, Melville begins to compare civilized countries with a clearly backward society and concludes that the former are at a lower stage of development. And the natives with their cannibalism and promiscuity are in many ways more advanced and healthy people in social and psychological terms.
Sachin Ohri
The TypeScript language, compiler, and open source development toolset brings JavaScript development up to the enterprise level. It allows you to use ES5, ES6, and ES7 JavaScript language features today, including classes, interfaces, generics, modules, and more. Its simple typing syntax enables building large, robust applications using object-oriented techniques and industry-standard design principles.This book aims at teaching you how to get up and running with TypeScript development in the most practical way possible. Taking you through two exciting projects built from scratch, you will learn the basics of TypeScript, before progressing to functions, generics, promises, and callbacks. Then, you’ll get to implement object-oriented programming as well as optimize your applications with effective memory management. You’ll also learn to test and secure your applications, before deploying them. Starting with a basic SPA built using Angular, you will progress on to building, maybe, a Chat application or a cool application. You’ll also learn how to use NativeScript to build a cool mobile application. Each of these applications with be explained in detail, allowing you to grasp the concepts fast.By the end of this book, you will have not only built two amazing projects but you will also have the skills necessary to take your development to the next level.
Theo Despoudis
Design patterns are critical armor for every developer to build maintainable apps. TypeScript 4 Design Patterns and Best Practices is a one-stop guide to help you learn design patterns and practices to develop scalable TypeScript applications. It will also serve as handy documentation for future maintainers. This book takes a hands-on approach to help you get up and running with the implementation of TypeScript design patterns and associated methodologies for writing testable code. You'll start by exploring the practical aspects of TypeScript 4 and its new features. The book will then take you through the traditional gang of four (GOF) design patterns in their classic and alternative form and show you how to use them in real-world development projects. Once you've got to grips with traditional design patterns, you'll advance to learning about their functional programming and reactive programming counterparts and how to couple them to deliver better and more idiomatic TypeScript code.By the end of this TypeScript book, you'll be able to efficiently recognize when and how to use the right design patterns in any practical use case and gain the confidence to work on scalable and maintainable TypeScript projects of any size.
Theofanis Despoudis
Design patterns are the foundation of many world-class software applications, from commercial solutions to open-source projects. This guide equips you with the skills to architect robust, scalable, and maintainable TypeScript 5 applications. Whether you're looking to master modern TypeScript or apply proven software architecture patterns effectively, this book is your go-to resource.Written by Theofanis Despoudis, a recognized TypeScript expert, this second edition is fully updated with TypeScript 5’s latest features, including improved type inference, union enums, and decorators. These updates will help you write cleaner, more maintainable code that adapts to future changes. You’ll dive into classic Gang of Four design patterns through both traditional and modern real-world implementations, gaining hands-on experience with practical applications. You’ll also gain a clear understanding of the power of functional and reactive programming patterns specifically designed for idiomatic TypeScript development.By the end of this book, you’ll be able to identify and apply the right design pattern for any scenario and craft well-structured, maintainable, and testable code.*Email sign-up and proof of purchase required
TypeScript Blueprints. Practical Projects to Put TypeScript into Practice
Ivo Gabe de Wolff
TypeScript is the future of JavaScript. Having been designed for the development of large applications, it is now being widely incorporated in cutting-edge projects such as Angular 2. Adopting TypeScript results in more robust software - software that is more scalable and performant.It's scale and performance that lies at the heart of every project that features in this book. The lessons learned throughout this book will arm you with everything you need to build some truly amazing projects. You'll 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 fun wasn't enough, you'll also find out how to migrate your legacy codebase from JavaScript to TypeScript.This book isn't just for developers who want to learn - it's for developers who want to develop. So dive in and get started on these TypeScript projects.
TypeScript Design Patterns. Click here to enter text
Vilic Vane
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.