Поддержка  •  Дневник  •  Без рекламы  •  О сайте  •  Реклама  •  Поставить баннер  •  Fleshlight  •  Прислать  •  Хроника  •  Translate Гости: 4    Участники: 0 Авторизация Авторизация   Регистрация 
Метод Научного Тыка
RULVEN
Поиск  
Blackball iMag | интернет-журнал
Каталог


Начало » Книги, справочники » Программирование, IT
364

Программирование, IT (стр. 6)

Библиотека книг по разработке программного обеспечения.



Мне нравится 0   Мне не нравится 0
Страница 6 из 19
 
« Следующая  1 2 3 4 5 6 7 8 9 10 ...   Предыдущая »  »|

Вт 23.08.2022
Practical DevOpsкнига
Practical DevOps
DevOps is a practical field that focuses on delivering business value as efficiently as possible. DevOps encompasses all the flows from code through testing environments to production environments. It stresses the cooperation between different roles, and how they can work together more closely, as the roots of the word imply—Development and Operations. After a quick refresher to DevOps and continuous...
далее...
0 0 0
Чт 18.08.2022
DevOps for Networking
Boost your organization’s growth by incorporating networking in the DevOps culture. Frustrated that your company’s network changes are still a manual set of activities that slow developers down? It doesn’t need to be that way any longer, as this book will help your company and network teams embrace DevOps and continuous delivery approaches, enabling them to automate all network functions....
далее...
0 0 0
Вт 16.08.2022
Implementing DevOps on AWS
Bring the best out of DevOps and build, deploy, and maintain applications on AWS. Knowing how to adopt DevOps in your organization is becoming an increasingly important skill for developers, whether you work for a startup, SMB, or an enterprise. This book will help you to drastically reduce the amount of time spent on development and increase the reliability of...
далее...
0 0 0
Чт 11.08.2022
Architecting Cloud-Native .NET Apps for Azure
This free e-book defines cloud native, introduces a sample app built using cloud-native principles, and covers topics common to most cloud-native applications.
0 0 0
Вт 09.08.2022
.NET Microservices: Architecture for Containerized .NET Applications
This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers.
0 0 0
Чт 04.08.2022
Android Programming with Kotlin for Beginners
Build smart looking Kotlin apps with UI and functionality for the Android platform. Android is the most popular mobile operating system in the world and Kotlin has been declared by Google as a first-class programming language to build Android apps. With the imminent arrival of the most anticipated Android update, Android 10 (Q), this book gets you started building apps...
далее...
0 0 0
Вт 02.08.2022
Reactive Programming with Kotlin
The book that teaches you to use RxJava, RxAndroid and RxKotlin to create complex reactive applications on Android and exercise full control over the library to leverage the full power of reactive programming in your apps.
0 0 0
Чт 28.07.2022
Data Structures and Algorithms in Kotlin
A book that teaches you the fundamental tools of implementing key data structures in Kotlin, and how to use them to solve algorithms.
0 0 0
Вт 26.07.2022
Kotlin Apprentice (2nd Edition)
The Kotlin Apprentice is a book designed for complete beginners to Kotlin, a modern language used for Android development.
0 0 0
Чт 21.07.2022
Kotlin Coroutines by Tutorials, 2nd Edition
Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques.
0 0 0
Вт 19.07.2022
Kotlin. Программирование для профессионалов
Kotlin — язык программирования со статической типизацией, который взяла на вооружение Google в ОС Android. Книга Джоша Скина и Дэвида Гринхола основана на популярном курсе Kotlin Essentials от Big Nerd Ranch. Яркие и полезные примеры, четкие объяснения ключевых концепций и основополагающих API не только знакомят с языком Kotlin, но и учат эффективно использовать его возможности, а также позволяют освоить среду...
далее...
0 0 0
Чт 14.07.2022
Programming Kotlinкнига
Programming Kotlin
Kotlin has been making waves ever since it was open sourced by JetBrains in 2011; it has been praised by developers across the world and is already being adopted by companies. This book provides a detailed introduction to Kotlin that shows you all its features and will enable you to write Kotlin code to production. We start with the basics:...
далее...
0 0 0
Вт 12.07.2022
Redis Cookbookкнига
Redis Cookbook
Redis is a data structure server with an in-memory dataset for speed. It is called a data structure server and not simply a key value store because Redis implements data structures allowing keys to contain binary safe strings, hashes, sets and sorted sets, as well as lists. This combination of flexibility and speed makes Redis the ideal tool for many...
далее...
0 0 0
Чт 07.07.2022
Redis in Actionкнига
Redis in Action
Redis in Action introduces Redis and walks you through examples that demonstrate how to use it effectively. You'll begin by getting Redis set up properly and then exploring the key-value model. Then, you'll dive into real use cases including simple caching, distributed ad targeting, and more. You'll learn how to scale Redis from small jobs to massive datasets. Experienced developers...
далее...
0 0 0
Вт 05.07.2022
Data Analysis with Pandasкнига
Efficiently perform data collection, wrangling, analysis, and visualization using Python
Data Analysis with Pandas
Data analysis has become a necessary skill in a variety of domains where knowing how to work with data and extract insights can generate significant value. Hands-On Data Analysis with Pandas will show you how to analyze your data, get started with machine learning, and work effectively with Python libraries often used for data science, such as pandas, NumPy, matplotlib,...
далее...
0 0 0
Чт 30.06.2022
Microsoft Blazorкнига
Microsoft Blazor
Build web applications in C# and Microsoft .NET that run in any modern browser. This second edition is updated to work with the release version of Blazor and covers Blazor’s use in creating both server-side and WebAssembly Blazor applications. Developers are able to use all their experience in .NET along with thousands of existing libraries, right in the browser. There...
далее...
0 0 0
Вт 28.06.2022
Windows PowerShell in Action, 3rd Edition
Windows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6. In 2006, Windows PowerShell reinvented the way administrators and developers interact with Windows. Today, PowerShell is required knowledge for Windows admins and devs. This powerful, dynamic language provides command-line control of the Windows OS and most Windows servers, such as Exchange and...
далее...
0 0 0
Чт 23.06.2022
Building Microservices. Designing Fine-Grained Systems
Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures....
далее...
0 0 0
Вт 21.06.2022
Learning PowerShell DSC, Second Edition
James Pogran has been working with computers in one way or another for over 15 years. His first job involved systems administration for a large military installation. He then moved on to develop monitoring software and automating large-scale Windows environments for a major managed services provider. He is currently a senior software engineer at Puppet, Inc, where he helps make...
далее...
0 0 0
Чт 16.06.2022
Осваиваем Kubernetes. Оркестрация контейнерных архитектур
В книге рассмотрена новейшая версия Kubernetes 1.10. Kubernetes – это система с открытым кодом, предназначенная для работы с контейнерными приложениями, их развертывания, масштабирования, управления ими. Если вы хотите запустить дополнительные контейнеры или автоматизировать управление, то вам не обойтись без Kubernetes. Книга начинается с изучения основ Kubernetes, архитектуры и компоновки этой системы. Вы научитесь создавать микросервисы с сохранением состояния, ознакомитесь с...
далее...
0 0 0

Страница 6 из 19
 
« Следующая  1 2 3 4 5 6 7 8 9 10 ...   Предыдущая »  »|

RSS-лента
Поделиться ссылкой:
Удаление грудей

Новое
2 дня назад, 09:06
6 самых мощных немецких автомобилей с двигателем V8
Минусы профессии программиста, что не нравится в работе Пн 22.04.2024
Минусы профессии программиста, что не нравится в работе
15 потрясающих соусов для свиных рёбрышек Сб 20.04.2024
15 потрясающих соусов для свиных рёбрышек
5 ошибок при разработке высоконагруженных сервисов Ср 17.04.2024
5 ошибок при разработке высоконагруженных сервисов
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник Ср 17.04.2024
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
300+ вопросов по JavaScript на собеседовании Пн 15.04.2024
300+ вопросов по JavaScript на собеседовании
30 вопросов на собеседовании фронтенд разработчика Пн 15.04.2024
30 вопросов на собеседовании фронтенд разработчика
Как работает спидометр в машине: вы всегда хотели это знать, но никто не мог объяснить на пальцах Вс 14.04.2024
Как работает спидометр в машине: вы всегда хотели это знать, но никто не мог объяснить на пальцах
15 соусов для креветок, которые ты захочешь приготовить Сб 13.04.2024
15 соусов для креветок, которые ты захочешь приготовить
10 простых рецептов рыбы в кляре Пт 12.04.2024
10 простых рецептов рыбы в кляре
Книги
Refactoring with C# 3 дня назад, 10:07
Refactoring with C#
Год: 2023
Building IoT Visualizations using Grafana Вт 09.04.2024
Building IoT Visualizations using Grafana
Год: 2022
Getting Started with Grafana Вт 02.04.2024
Getting Started with Grafana
Год: 2022
Prometheus: Up & Running Вт 26.03.2024
Prometheus: Up & Running
Год: 2018

Разработано на основе BlackNight CMS
Release v.2024-04-19
© 2000–2024 Blackball
Дизайн & программирование:
О сайтеРеклама
Visitors
Web-site performed by Sergey Drozdov
BlackballРекламаСтатистикаПоддержка | МузыкаПлейлистыКиноВидеоИгрыАудиоПрограммыСтатьиКартинкиЮморФорумДневник сайтаПрислать контент