Получи случайную криптовалюту за регистрацию!

IT Библиотека

Логотип телеграм канала @itlibrary — IT Библиотека I
Логотип телеграм канала @itlibrary — IT Библиотека
Адрес канала: @itlibrary
Категории: Технологии
Язык: Русский
Количество подписчиков: 13.13K
Описание канала:

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

Рейтинги и Отзывы

4.50

2 отзыва

Оценить канал itlibrary и оставить отзыв — могут только зарегестрированные пользователи. Все отзывы проходят модерацию.

5 звезд

1

4 звезд

1

3 звезд

0

2 звезд

0

1 звезд

0


Последние сообщения 10

2021-12-23 19:02:44 ​​ Powerful Command-Line Applications in Go: Build Fast and Maintainable Tools

Gerardi, Ricardo (2021)

Whether you want to automate tasks, analyze data, parse logs, talk to network services, or address other systems requirements, writing your own command-line tool may be the fastest - and perhaps the most fun - way to do it. The Go programming language is a great choice for developing tools that are fast, reliable, and cross-platform. Create command-line tools that work with files, connect to services, and even manage external processes, all while using tests and benchmarks to ensure your programs are fast and correct. When you want to develop cross platform command-line tools that are fast and reliable, use Go, a modern programming language that combines the reliability of compiled languages with the ease of use and flexibility of dynamic typed languages. Work through practical examples to develop elegant and efficient tools by applying Go's rich standard library, its built in support for concurrency, and its expressive syntax. Use Go's integrated testing capabilities to automatically test your tools, ensuring they work reliably even across code refactoring...

Скачать

@itlibrary
1.7K views16:02
Открыть/Комментировать
2021-12-23 12:45:47
Регистрируйтесь, чтобы посмотреть запись с одной из масштабных онлайн-конференций от Microsoft

Российские и зарубежные эксперты Microsoft в партнёрстве с Softline систематизировали знания в 5 основных направлениях:

- Hybrid / Multi cloud
Показали гибридные подходы к организации своей ИТ-инфраструктуры.
- Security
Рассказали, как защитить данные и обеспечить мобильность персонала.
- OSS
Посмотрели на Open Source стратегию Microsoft, работу с внешней и внутренней экосистемами.
- Data&AI для приложений
Обсудяили концепцию MLOps — ML+DevOps, и как разработчику просто и быстро работать с большими данными.
- Продуктивность разработчиков
Рассмотрелит инструменты/практики для продуктивности отдельных разработчиков и команд в целом.

Регистрируйтесь и смотрите уже сейчас!⟶
Участие бесплатное.
1.9K views09:45
Открыть/Комментировать
2021-12-22 18:47:56 Друзья, хотим напомнить, что у нас есть еще один крутой образовательный канал по IT направлению с не менее полезными видео урокам и курсами.

Залетайте - https://t.me/IT_1ess0ns
1.0K views15:47
Открыть/Комментировать
2021-12-21 19:23:46 ​​ The Design of Web APIs

Arnaud Lauret (2019)

The Design of Web APIs is a practical, example-packed guide to crafting extraordinary web APIs. Author Arnaud Lauret demonstrates fantastic design principles and techniques you can apply to both public and private web APIs.

Скачать

@itlibrary
1.9K views16:23
Открыть/Комментировать
2021-12-20 18:34:37 ​​ Android Animations by Tutorials

Alex Sullivan, Filip Babić and Prateek Prasad (2021)

This is a book about creating meaningful motion through animation in Android for developers who are familiar with the platform but want to create more visually stunning apps. Starting with simple view animations, this book will move through transition animations including shared element animations, list animations, gestures and scrolling. It ends with a taste of using animations in Jetpack Compose.

Скачать

@itlibrary
1.5K views15:34
Открыть/Комментировать
2021-12-20 12:05:00 Как пройти собеседование на английском?
Как перестать бояться созвонов с иностранными коллегами?
Как не упускать выгодные проекты и повысить свою ценность на рынке труда?

О реальном английском для работы - в канале “Гапонова и её английский” @gaponova:

Собеседование на английском - как понять, что от вас вообще хотят

Английские слова, которые должны знать все, кто работает в IT

Вы сделали резервную копию?

Все, что нужно для развития английского:
• минутные видеоуроки
• лайфхаки грамматики, лексики и произношения
• современная речь и разборы ошибок

Все просто и понятно не потеряй @gaponova
886 views09:05
Открыть/Комментировать
2021-12-19 12:23:24 ​​ Командная строка Linux. Полное руководство

Уильям Шоттс (2017)

Прочитав эту книгу, вы легко научитесь создавать и удалять файлы, каталоги и символьные ссылки; администрировать систему, включая сетевое оборудование, установку пакетов и управление процессами; редактировать файлы; писать скрипты для автоматизации общих или рутинных задач; выполнять любые работы с текстовыми файлами.

Преодолев начальный страх перед оболочкой Linux, вы поймете, что командная строка – это естественный, логичный и простой способ общения с компьютером. И не забывайте протирать пыль с мышки.

Скачать

@itlibrary
1.8K views09:23
Открыть/Комментировать
2021-12-17 17:09:30 ​​ Practical C++ Design: From Programming to Architecture

Adam B. Singer (2021)

Go from competent C++ developer to skilled designer or architect using this book as your personal C++ design master class. Updated for the C++20 standard, this title will guide you through the design and implementation of an engaging case study that forms the backdrop for learning the art of applying design patterns and modern C++ techniques to create a high quality, robust application.

Starting with a quick exploration of the requirements for building the application, you'll delve into selecting an appropriate architecture, eventually designing and implementing all of the necessary modules to meet the project’s requirements. By the conclusion of Practical C++ Design, you'll have constructed a fully functioning calculator capable of building and executing on any platform that supports both Qt and C++20. Access to the complete source code will help speed your learning.

Скачать

@itlibrary
1.2K views14:09
Открыть/Комментировать
2021-12-17 16:51:02 ​​ Мова програмування Python для інженерів і науковців

Копей В. Б. (2019)

Навчальний посібник містить приклади програм мовою Python з коментарями. Розглянуто основи програмування, стандартну бібліотеку та сторонні пакети для технічних та наукових обчислень. Призначено для вивчення дисциплін «Об’єктно-орієнтоване програмування» та «Інформаційне забезпечення САПР», а також для виконання курсових і магістерських робіт під час підготовки фахівців першого (бакалаврського) та другого (магістерського) рівнів освіти за спеціальністю 131 – Прикладна механіка.

Скачать

@itlibrary
1.3K views13:51
Открыть/Комментировать
2021-12-16 17:04:11 ​​ Java 17 for Absolute Beginners

Iuliana Cosmina (2021)

Write your first code in Java 17 using simple, step-by-step examples that model real-word objects and events, making learning easy. With Java 17 for Absolute Beginners you’ll be able to pick up the concepts without fuss. It teaches Java development in language anyone can understand, giving you the best possible start. You’ll see clear code descriptions and layout so that you can get your code running as soon as possible. Author Iuliana Cosmina focuses on practical knowledge and getting you up to speed quickly—all the bits and pieces a novice needs to get started programming in Java. First, you’ll discover what type of language Java is, what it is good for, and how it is executed. With the theory out of the way, you’ll install Java, choose an editor such as IntelliJ IDEA, and write your first simple Java program. Along the way you’ll compile and execute this program so it can run on any platform that supports Java. As part of this tutorial you’ll see how to write high-quality code by following conventions and respecting well-known programming principles, making your projects more professional and efficient. Java 17 for Absolute Beginners gives you all you need to start your Java programming journey...

Скачать

@itlibrary
1.8K views14:04
Открыть/Комментировать