Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Java to Kotlin (Early Release)
Автор: Duncan McGregor and Nat Pryce
Издательство: O’Reilly Media
Год: 2021-05-06: Third Release
Формат: ePUB
Размер: 10 Mb
Язык: English

Kotlin has raised the bar for programming languages on the Java Virtual Machine with its compatibility, readability, efficiency, and tool support. But adopting a new language can be daunting, especially when you're working with business-critical Java code that must meet changing requirements.
This book takes a novel approach to introducing Kotlin to Java programmers: showing you how to gradually refactor Java code to idiomatic Kotlin while continuing to evolve its functionality. But converting Java to Kotlin is just the starting point. Kotlin has many features beyond Java.
Using worked examples, authors Duncan McGregor and Nat Pryce guide you through honing the converted code to make it simpler, more efficient, more expressive, and easier to change. You'll learn how to take advantage of functional constructs to improve program structure, reliability, and error handling.
Once you finish this book, you'll be confident writing Kotlin from scratch, converting your existing Java when appropriate, and managing a mixed Java-Kotlin codebase as it evolves over time.
Разместил: vitvikvas 10-05-2021, 19:58 | Комментарии: 0 | Подробнее
C# Cookbook: Modern Recipes for Professional Developers (Fourth Early Release)Название: C# Cookbook: Modern Recipes for Professional Developers (Fourth Early Release)
Автор: Joe Mayo
Издательство: O’Reilly Media, Inc.
Год: 2021-05-11
Страниц: 128
Язык: английский
Формат: epub
Размер: 10.15 MB

Even if you're familiar with C# syntax, knowing how to combine various language features is a critical skill when building applications. This handy cookbook is packed full of recipes to help you solve issues for C# programming tasks you're likely to encounter. You'll learn tried-and-true techniques to help you achieve greater productivity and improve the quality of your code.
Разместил: Ingvar16 10-05-2021, 19:57 | Комментарии: 0 | Подробнее
Название: React Cookbook: Recipes for Mastering the React Framework (Early Release)
Автор: David Griffiths and Dawn Griffiths
Издательство: O’Reilly Media
Год: 2020-08-05, 2021-03-15
Формат: epub/pdf(conv.)
Размер: 13.6 Mb, 23.7 Mb
Язык: English

React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast.
Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems.
Разместил: bomboane 10-05-2021, 19:08 | Комментарии: 0 | Подробнее
Название: Delphi 7. Справочное пособие
Автор: Архангельский А.Я.
Издательство: М.: Бином-Пресс
Год: 2004
Cтраниц: 1023
Формат: djvu
Размер: 29 мб
Язык: русский

Книга содержит справочные сведения по всем версиям Delphi, включая Delphi 7. Справочный материал снабжен подробными комментариями и примерами. Даются исчерпывающие сведения по языку Object Pascal в Delphi: синтаксис языка, все операции и операторы, все типы данных Object Pascal. Подробно рассматривается работа с исключениями, с текстовыми и двоичными файлами, со строками разных типов, массивами (в том числе открытыми и динамическими), множествами, записями, классами.
Разместил: rivasss 10-05-2021, 15:38 | Комментарии: 0 | Подробнее
Название: Bash programming from scratch
Автор: Ilya Shpigor
Издательство: Leanpub
Год: 2021
Формат: ePUB, PDF
Страниц: 320
Размер: 10 Mb
Язык: English

This book was not intended to be another Bash and Unix environment guide. This is a programming tutorial. Examples of programs are written in the Bash language here.
Learning programming by yourself is possible. But you will have inevitable questions. Without some experience, it will be difficult to answer them. We will try to consider all these questions.
The book covers the following topics in detail:
General principles of computer operation.
Developer tools and requirements for them.
Basic programming concepts.
Разместил: vitvikvas 10-05-2021, 12:03 | Комментарии: 0 | Подробнее


Название: Beginning Python Visualization: Crafting Visual Transformation Scripts
Автор: Shai Vaingast
Издательство: Apress
Год: 2014
Формат: EPUB
Страниц: 416
Размер: 3.74 MB
Язык: English

We are visual animals. But before we can see the world in its true splendor, our brains, just like our computers, have to sort and organize raw data, and then transform that data to produce new images of the world. Beginning Python Visualization: Crafting Visual Transformation Scripts, Second Edition discusses turning many types of data sources, big and small, into useful visual data. And, you will learn Python as part of the bargain.
In this second edition you’ll learn about Spyder, which is a Python IDE with MATLAB® -like features. Here and throughout the book, you’ll get detailed exposure to the growing IPython project for interactive visualization. In addition, you'll learn about the changes in NumPy and Scipy that have occurred since the first edition. Along the way, you'll get many pointers and a few visual examples.
Разместил: bomboane 10-05-2021, 10:43 | Комментарии: 0 | Подробнее
Название: Let's Go! Learn to Build Professional Web Applications With Go (Version 1.5.2)
Автор: Alex Edwards
Издательство: Alex Edwards
Год: 2021-03-03
Формат: pdf/epub
Страниц: 352
Размер: 10.9 Mb
Язык: English

Go is a great language for building web applications. But teaching yourself from blog posts and the standard-library documentation can often leave you with more questions than answers.
Разместил: bomboane 10-05-2021, 01:49 | Комментарии: 0 | Подробнее
Название: Let's Go Further! Advanced patterns for building APIs and web applications in Go
Автор: Alex Edwards
Издательство: Alex Edwards
Год: 2021-05-04
Формат: pdf/epub
Страниц: 582
Размер: 11.5 Mb
Язык: English

Let’s Go Further helps you extend and expand your knowledge of Go — taking you beyond the basics and guiding you through advanced patterns for developing, managing and deploying APIs and web applications.
Разместил: bomboane 10-05-2021, 01:16 | Комментарии: 0 | Подробнее
Mastering Clojure Macros: Write Cleaner, Faster, Smarter Code (Version P1.0)Название: Mastering Clojure Macros: Write Cleaner, Faster, Smarter Code (Version P1.0)
Автор: Colin Jones
Издательство: Pragmatic Bookshelf
Год: August 2014
Страниц: 111
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Level up your skills by taking advantage of Clojure's powerful macro system. Macros make hard things possible and normal things easy. They can be tricky to use, and this book will help you deftly navigate the terrain. You'll discover how to write straightforward code that avoids duplication and clarifies your intentions. You'll learn how and why to write macros. You'll learn to recognize situations when using a macro would (and wouldn't!) be helpful. And you'll use macros to remove unnecessary code and build new language features. This book assumes that you’ve programmed in Clojure a bit but that you’re not yet a master of Clojure macros. Experienced Clojure programmers will no doubt recognize situations they’ve encountered before, whereas newer Clojure folks will learn to avoid some of the stumbles the rest of us have made when learning macros.
Разместил: Ingvar16 9-05-2021, 13:33 | Комментарии: 0 | Подробнее
Название: Async javascript: Build More Responsive Apps with Less Code (version P2.0)
Автор: Trevor Burnham
Издательство: Pragmatic Bookshelf
Год: 2014
Формат: True PDF
Страниц: 97
Размер: 10 Mb
Язык: English

With the advent of HTML5, front-end MVC, and Node.js, javascript is ubiquitous--and still messy. This book will give you a solid foundation for managing async tasks without losing your sanity in a tangle of callbacks. It's a fast-paced guide to the most essential techniques for dealing with async behavior, including PubSub, evented models, and Promises. With these tricks up your sleeve, you'll be better prepared to manage the complexity of large web apps and deliver responsive code.
Разместил: bomboane 9-05-2021, 12:57 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности