Learn Rust in a Month of Lunches (Final Release)

Автор: literator от 5-03-2024, 05:48, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Learn Rust in a Month of Lunches (Final Release)
Автор: Dave MacLeod
Издательство: Manning Publications
Год: 2024
Страниц: 569
Язык: английский
Формат: pdf (true)
Размер: 10.8 MB

One month. One hour a day. That's all it takes to start writing Rust code! Learn Rust in a Month of Lunches teaches you to write super fast and super safe Rust code through lessons you can fit in your lunch break. Crystal-clear explanations and focused, relevant examples make it accessible to anyone—even if you're learning Rust as your first programming language. Learn Rust in a Month of Lunches is full of 24 easy-to-digest lessons that ease you into real Rust programming. You'll learn essential Rust skills you can use for everything from system programming, to web applications, and games. By the time you're done learning, you'll know exactly what makes Rust unique—and be one of the thousands of developers who say it's their best loved language! Learn how to create fast powerful programs in Rust in just 24 short lessons! Rust gives you modern features like a top-notch compiler, a rich ecosystem of pre-built libraries, and the same low-level performance you get with a language like C, but without the awkward syntax, complex memory management, and code safety concerns. This book guides you step by step from your first line of code. Rust is a good alternative language for C++ and C programmers. No previous experience with Rust required.
 

Император и трубочист. Крепостной

Автор: martin от 5-03-2024, 05:17, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ

Название: Император и трубочист. Крепостной
Автор: Роман Злотников
Издательство: Самиздат
Жанр: Альтернативная история, Боевая фантастика
Год: 2024
Язык: Русский
Формат: fb2
Размер файла: 10.4 Мб

Легко попадать в императоров. Неплохо в королей, принцев, герцогов или Великих князей. Не сильно хуже просто в отпрысков богатых семей. А вот если тебя занесло в тельце крепостного. Да ещё шестилетнего ребёнка. Которого только что, вот в самый момент твоего попадания, забили насмерть кнутом на конюшне. Да и сам ты ни герой-спецназовец, ни крутой бизнесмен, успевший "дома" создать свою бизнес-империю, и не гений, имеющий в голове массу знаний и технологий. Сколько ты протянешь прежде чем сдохнуть?
 

Kubernetes for Developers (Final Release)

Автор: literator от 5-03-2024, 04:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Kubernetes for Developers (Final Release)
Автор: William Denniss
Издательство: Manning Publications
Год: 2024
Страниц: 322
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

A clear and practical beginner’s guide that shows you just how easy it can be to make the switch to Kubernetes! Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes—even for small-to-medium sized applications! You’ll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth. Designed for busy working developers, this hands-on guide helps your first steps into Kubernetes using the powerful Google Kubernetes Engine (GKE) service. Learn how the GKE’s powerful automation tools can perform automatic checks and scaling, giving you more time to spend developing great applications. You’ll soon see that you don’t need to incur huge costs or have the manpower of an enterprise organization to get a productivity boost from Kubernetes! Modern software needs to perform at scale while effectively handling load balancing, state and security. Kubernetes makes these tasks easier and more reliable for apps of any size. This book, written especially for software developers creating applications that run on Kubernetes, shows you exactly how to address these and other important issues.
 

Computer Architecture: From the Stone Age to the Quantum Age

Автор: literator от 5-03-2024, 04:06, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Название: Computer Architecture: From the Stone Age to the Quantum Age
Автор: Charles Fox
Издательство: No Starch Press
Год: 2024
Страниц: 499
Язык: английский
Формат: pdf (true)
Размер: 30.8 MB

Not since the 1980s has computer architecture been so exciting! This book captures the moment, mining the history of computing to teach key concepts in modern hardware design and introduce the neural and quantum architectures of the future. Computer Architecture is an in-depth exploration of the principles and designs that have shaped computer hardware through the ages, from counting devices like the abacus, to Babbage’s Difference Engine, to modern GPUs and the frontiers of quantum computing. This engaging blend of history, theory, hands-on exercises, and real-world examples is sure to make for an insightful romp through a fast-changing world. You won’t just read about computer architecture, you’ll also gain the understanding to touch, build, and program it. You’ll explore the basic structures of a CPU by learning to program a Victorian Analytical Engine. You’ll extend electronic machines to 8-bit and 16-bit retro gaming computers, learning to program a Commodore 64 and an Amiga. You’ll delve into x86 and RISC-V architectures, cloud and supercomputers, and ideas for future technologies. Computer architecture is one of a few subjects that separate full-blown computer scientists from mere programmers. If you’re an undergraduate Computer Science student, it’s probably a requirement for your degree. If you’re a self-taught programmer or hacker, it may be a subject you wish to learn more about, both to make your programs run more harmoniously with your hardware and as a badge of professionalism that many employers look for. This book assumes you know some basic high school programming, math, and physics, but otherwise is self-contained.
 

Code Like a Pro in Rust (Final Release)

Автор: literator от 5-03-2024, 02:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Code Like a Pro in Rust (Final Release)
Автор: Brenden Matthews
Издательство: Manning Publications
Год: 2024
Страниц: 265
Язык: английский
Формат: pdf (true)
Размер: 10.9 MB

Get ready to code like a pro in Rust with insider techniques used by Rust veterans! Code Like a Pro in Rust dives deep into memory management, asynchronous programming, and the core Rust skills that make you a Rust pro! Plus, you'll find essential productivity techniques for Rust testing, tooling, and project management. You'll soon be writing high-quality code that needs way less maintenance overhead. Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. It skips the fluff and gets right to the heart of this powerful modern language. You'll learn how to sidestep common Rust pitfalls and navigate quirks you might never have seen before—even if you've been programming for many years! Plus, discover timeless strategies for navigating the evolving Rust ecosystem and ensure your skills can easily adapt to future changes. Rust is famous for its safety, performance, and security, but it takes pro skills to make this powerful language shine. This book gets you up to speed fast, so you'll feel confident with low-level systems, web applications, asynchronous programming, concurrency, optimizations, and much more.
 

Маленька фея та сім гномів № 3 2015

Автор: Tetyanka_ от 5-03-2024, 02:29, Коментариев: 0

Категория: ЖУРНАЛЫ » ДЛЯ ДЕТЕЙ И РОДИТЕЛЕЙ

Название: Маленька фея та сім гномів
Номер/год: № 3, 2015
Издатель: В.Дорошенко
Стр.: 24
Формат: pdf
Размер: 28,47 Мб
Язык: Українська

Як розвинути здібності? Як зробити навчання цікавим і захопливим? Як розгледіти в маленькій людині особистість? Відповіді на ці та інші запитання у кольоровому журналі для дітей “Маленька Фея та сім гномів”. Журнал стане гарним другом для молодшого школярика та помічником для батьків і вчителів, адже на його сторінках нові цікаві розробки: нові знання у формі гри, вправи та завдання на розвиток логічного мислення, уяви, творчих здібностей, моторики рук, кмітливості, наполегливості.
Тема номера: Чарівна Франція.
 

Убийство в заснеженных горах (Аудиокнига)

Автор: Uri от 5-03-2024, 01:59, Коментариев: 0

Категория: АУДИОКНИГИ » БЕЛЛЕТРИСТИКА

Убийство в заснеженных горах (Аудиокнига)Название: Убийство в заснеженных горах
Автор: Волковский Андрей
Цикл/серия: Убийство в зачарованном городе
Номер книги: 2
Жанр: Фэнтези
Издательство: Эксмо
Год: 2024
Тип: аудиокнига
Читает: Андрейченко Владислав
Язык: Русский
Время звучания: 07:08:43
Формат: MP3
Битрейт аудио: 128 кбит/c
Размер: 392.56 Mb

Выполняя тайное поручение Гильдии волшебников, Скай отправляется далеко на север, в популярный среди знати город Лареж. По дороге он узнает, что некогда удобная горная тропа разрушена, на королевском тракте поселилась нечисть, в горах начали пропадать люди, и подозревают в этом несколько молодых волшебников, среди них — давний знакомый Ская.
 

Grokking Algorithms, 2nd Edition (Final Release)

Автор: literator от 5-03-2024, 01:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Grokking Algorithms, 2nd Edition (Final Release)
Автор: Aditya Bhargava
Издательство: Manning Publications
Год: 2024
Страниц: 322
Язык: английский
Формат: pdf (true)
Размер: 41.6 MB

A friendly, fully-illustrated introduction to the most important computer programming algorithms. Master the most widely used algorithms and be fully prepared when you’re asked about them at your next job interview. With beautifully simple explanations, over 400 fun illustrations, and dozens of relevant examples, you’ll actually enjoy learning about algorithms with this fun and friendly guide! The first edition of Grokking Algorithms proved to over 100,000 readers that learning algorithms doesn't have to be complicated or boring! This revised second edition contains brand new coverage of trees, including binary search trees, balanced trees, B-trees and more. You’ll also discover fresh insights on data structure performance that takes account of modern CPUs. Plus, the book’s fully annotated code samples have been updated to Python 3. This book is aimed at anyone who knows the basics of coding and wants to understand algorithms. Maybe you already have a coding problem and are trying to find an algorithmic solution. Or maybe you want to understand what algorithms are useful for.
 

Волибор (Аудиокнига)

Автор: Uri от 5-03-2024, 01:38, Коментариев: 0

Категория: АУДИОКНИГИ » БЕЛЛЕТРИСТИКА

Волибор (Аудиокнига)Название: Волибор
Автор: Водолазова Вера
Жанр: Фантастика, фэнтези
Издательство: Литнет
Год: 2024
Тип: аудиокнига
Читает: Шнурков Валентин
Язык: Русский
Время звучания: 04:38:08
Формат: MP3
Битрейт аудио: 128 кбит/c
Размер: 254.56 Mb

Пыль над городом осела, дышать стало легче. Повсюду слышен рокото саранчи и смех людей, которые ручейком текут по улице в пьяному угаре. Праздник. Мы снова одержали победу. Сколько их уже было? Я сбился со счета. Да и хотелось ли мне считать.
 

Зловещий ресторан (Аудиокнига)

Автор: Uri от 5-03-2024, 01:38, Коментариев: 0

Категория: АУДИОКНИГИ » БЕЛЛЕТРИСТИКА

Зловещий ресторан (Аудиокнига)Название: Зловещий ресторан
Автор: Минчжон Ким
Жанр: Фантастика, попаданцы
Издательство: Аудиокнига
Год: 2024
Тип: аудиокнига
Читает: Мальцева Наталья
Язык: Русский
Время звучания: 06:13:41
Формат: MP3
Битрейт аудио: 128 кбит/c
Размер: 342.03 Mb

Жизнь девушки Сиа вот-вот изменится – новый город, новая школа, новые друзья… Но у судьбы свои планы! Сиа встречает загадочного кота с разноцветными глазами: один фиолетовый, второй – золотистый. Следуя за ним, девушка ныряет в нору, как Алиса, и оказывается в другом мире. Волшебном. Так кажется на первый взгляд… Пока Сиа не понимает, что кот привел ее в самую страшную ловушку – ресторан монстров!