IT Библиотека


Гео и язык канала: Россия, Русский
Категория: Технологии


Читай IT книги бесплатно на нашем канале
Наши проекты:
@thinkenglish - Английский язык
@itlecture - IT видео лекции и уроки
📩 @viktoryia_agny

Связанные каналы

Гео и язык канала
Россия, Русский
Категория
Технологии
Статистика
Фильтр публикаций


📕 Hands-On Kubernetes, Service Mesh and Zero-Trust: Build and manage secure applications using Kubernetes and Istio

Цель этой книги - упростить создание и управление рабочими нагрузками на Kubernetes. В этой книге будут приведены инструкции и обучение для команд разработчиков, как запускать кластеры Kubernetes напрямую (с или без EKS/GKS), использовать API-шлюзы в production и использовать Istio Service mesh, чтобы обеспечить плавную, гибкую и безошибочную доставку бизнес-приложений.

📁 Скачать

@itlibrary


​​📚Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures

✍🏻Neal Ford, Mark Richards, Pramod Sadalage, Zhamak Dehghani (2021)

▪️There are no easy decisions in software architecture. Instead, there are many hard parts--difficult problems or issues with no best practices--that force you to choose among various compromises. With this book, you'll learn how to think critically about the trade-offs involved with distributed architectures.

Architecture veterans and practicing consultants Neal Ford, Mark Richards, Pramod Sadalage, and Zhamak Dehghani discuss strategies for choosing an appropriate architecture. By interweaving a story about a fictional group of technology professionals--the Sysops Squad--they examine everything from how to determine service granularity, manage workflows and orchestration, manage and decouple contracts, and manage distributed transactions to how to optimize operational characteristics, such as scalability, elasticity, and performance.

👉🏻Скачать

@itlibrary


​​📚Git. Практическое руководство. Управление и контроль версий в разработке программного обеспечения

✍🏻Фишерман Л. В. (2021)

▪️Git в настоящее время нужен практически всем программистам, которые занимаются разработкой программного обеспечения. Git — это система управления версиями, с помощью которой вы сможете вести и контролировать разработку нескольких версий одного приложения, осуществлять совместную разработку одного приложения несколькими разработчиками (учитывать изменения, которые делаются на том или ином шаге разработки тем или иным разработчиком). С помощью системы Git у вас будет полная иерархия всех версий программного кода разрабатываемого приложения.

Данная книга представляет собой подробное практическое руководство по Git, в котором описывается Git и приводится разбор конкретных ситуаций и применений, например, как изменения из одной ветки разработки включить в другую ветку, но не все. Изложение начинается с самых азов, никакой предварительной подготовки не требуется: по ходу изложения даются все необходимые определения и пояснения.

Лучший выбор, чтобы освоить Git и максимально быстро начать его применять на практике.

👉🏻Скачать

@itlibrary


📕500 Data Science Interview Questions and Answers

Книга содержит:

• 500 наиболее часто задаваемых и важных вопросов и ответов на интервью по DataScience.

• Широкий спектр вопросов, которые охватывают не только основы в Data Science, но и самые продвинутые и сложные вопросы, которые помогут новичкам, опытным специалистам, Senior разработчикам и тестировщикам успешно пройти интервью.

📂 Скачать

@itlibrary


📕 SQL Cookbook: Query Solutions and Techniques for All SQL Users

Вы можете быть знакомы с основами SQL, но умеете ли вы использовать его выразительные возможности? Второе издание предлагает практический подход к языку структурированных запросов (SQL), который поможет вам создавать и манипулировать большими объемами данных.

Основываясь на реальных примерах, обновленный сборник этой книги предоставляет фреймворк для разработки решений и выполнения практических примеров на нескольких вариантах SQL, включая Oracle, DB2, SQL Server, MySQL и PostgreSQL.

➡️ Скачать

@itlibrary


​​📚Java Challenges: 100+ Proven Tasks that Will Prepare You for Anything

✍🏻Alex Ellis (2022)

▪️Expand your knowledge of Java with this entertaining learning guide, which features 100+ exercises and programming challenges. Java Challenges will prepare you for your next exam or job interview, and covers many practical topics, such as strings, arrays, data structures, recursion, and date and time. The APIs and other material included in this book are Java 17 compatible.

Each topic is addressed in its own separate chapter, starting with an introduction to the basics and followed by multiple exercises of varying degrees of difficulty, helping you to improve your programming skills effectively. Detailed sample solutions, including the algorithms used for all tasks, are included to maximize your understanding of each area.

👉🏻Скачать

@itlibrary


📕 Practical Data Privacy

📁 Скачать

@itlibrary


📕 Selenium Testing Tools Cookbook

📁 Скачать

@itlibrary


📕 Webflow by Example

📁 Скачать

@itlibrary


📕 A Software Engineer's Guide to Seniority

📁 Скачать

@itlibrary


📕 A Developer’s Essential Guide to Docker Compose

📁 Скачать

@itlibrary


​​📕 Classic Computer Science Problems in Python

✏️ David Kopec

Classic Computer Science Problems in Python sharpens your CS problem-solving skills with time-tested scenarios, exercises, and algorithms, using Python. You'll tackle dozens of coding challenges, ranging from simple tasks like binary search algorithms to clustering data using k-means. You'll especially enjoy the feeling of satisfaction as you crack problems that connect computer science to the real-world concerns of apps, data, performance, and even nailing your next job interview!

📁 Скачать

@itlibrary


📕 Hands-On Linux for Architects
Design and implement Linux-based IT solutions

📁 Скачать

@itlibrary


📕 Practical Security for Agile and DevOps

📁 Скачать

@itlibrary


📕 PYTHON – Master Python OOP Programming with One Guide Only! A lot of Coding, Practice and Theory Learn Python with Hands-On Projects

📁 Скачать

@itlibrary


📕 Kubernetes для DevOps: развертывание, запуск и масштабирование в облаке

📁 Скачать

@itlibrary

13k 0 127 1 18

​​📚Practical Statistics for Data Scientists: 50+ Essential Concepts Using R and Python

✍🏻Peter Bruce, Andrew Bruce, Peter Gedeck (2020)

▪️Statistical methods are a key part of data science, yet few data scientists have formal statistical training. Courses and books on basic statistics rarely cover the topic from a data science perspective. The second edition of this popular guide adds comprehensive examples in Python, provides practical guidance on applying statistical methods to data science, tells you how to avoid their misuse, and gives you advice on what’s important and what’s not.

👉🏻Скачать

@itlibrary


📕 Unix и Linux: руководство системного администратора

📁 Скачать

@itlibrary


📕 Learning Web Design - A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics

📂 Скачать

@itlibrary


​​📕 Building Modern Serverless Web APIs

Building and hosting microservices without servers using AWS Lambda

● Learn end-to-end development of microservices using .NET Core and AWS Lambda.
● Learn a new way of hosting the .NET Core Web API on the AWS Lambda serverless platform.
● Mastering microservices using .NET Core and AWS Lambda. 

📁 Скачать

@itlibrary

Показано 20 последних публикаций.

13 428

подписчиков
Статистика канала