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


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

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

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



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

Чт 20.01.2022
Чистый код: Создание, анализ и рефакторинг
Даже плохой программный код может работать. Однако если код не является "чистым", это всегда будет мешать развитию проекта и компании-разработчика, отнимая значительные ресурсы на его поддержку и "укрощение".
0 0 0
Вт 18.01.2022
Haskell High Performance Programming
Haskell, with its power to optimize the code and its high performance, is a natural candidate for high performance programming. It is especially well suited to stacking abstractions high with a relatively low performance cost. This book addresses the challenges of writing efficient code with lazy evaluation and techniques often used to optimize the performance of Haskell programs. We open...
далее...
0 0 0
Чт 13.01.2022
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way.
0 0 0
Только в нашей психушке вы можете быть уверены что вам помогут и направят на путь истинный. Звоните по бесплатному телефону +666 725310 и за вами приедут. Курс лечения бесплатный, просто во время выписки оплатите счёт и всё будет в порядке.
Добро пожаловать!
Вт 11.01.2022
Mastering Parallel Programming with R
R is one of the most popular programming languages used in data science. Applying R to big data and complex analytic tasks requires the harnessing of scalable compute resources. Mastering Parallel Programming with R presents a comprehensive and practical treatise on how to build highly scalable and efficient algorithms in R. It will teach you a variety of parallelization techniques,...
далее...
0 0 0
Чт 06.01.2022
DevOps: Puppet, Docker, and Kubernetes
With so many IT management and DevOps tools on the market, both open source and commercial, it’s difficult to know where to start. DevOps is incredibly powerful when implemented correctly, and here’s how to get it done.This Learning Path covers three broad areas: Puppet, Docker, and Kubernetes. This Learning Path is a large resource of recipes to ease your daily...
далее...
0 0 0
Вт 04.01.2022
C# 7 and .NET Core: Modern Cross-Platform Development, 2nd Edition
C# has recently been made open source and now supports cross-platform development for Linux, macOS, and Windows. It can be used to create everything from business applications, websites, and services to games for Android and iOS mobile phones and Xbox One. If you want to build powerful cross-platform applications with C# 7 and .Net Core, then this book is for...
далее...
0 0 0
Чт 30.12.2021
PostgreSQL High Availability Cookbook, Second Edition
Master over 100 recipes to design and implement a highly available server with the advanced features of PostgreSQL. Databases are nothing without the data they store. In the event of a failure – catastrophic or otherwise – immediate recovery is essential. By carefully combining multiple servers, it’s even possible to hide the fact a failure occurred at all. From hardware...
далее...
0 0 0
Вт 28.12.2021
Многопользовательские игры. Разработка сетевых приложений.
Сетевые многопользовательские игры — это многомиллиардный бизнес, привлекающий десятки миллионов игроков. Эта книга на реальных примерах рассказывает об особенностях разработки таких игр и основах построения надежной многопользовательской архитектуры. Вы узнаете об основах сетевого программирования с точки зрения разработчиков игр, управлении игрой через передачу данных, сетевых обновлениях, обеспечении надежной работы и научитесь со­здавать безопасный и масштабируемый код. Не останутся без внимания...
далее...
0 0 0
Чт 23.12.2021
Software Engineering: Architecture-Driven Software Development
0 0 0
Вт 21.12.2021
Effective C# (Covers C# 6.0): 50 Specific Ways to Improve Your C#, 3rd Edition
Now fully updated to reflect C# 7.0’s latest capabilities and newest best practices, Effective C#, Third Edition will help you harness its full power to write exceptionally robust, efficient, maintainable, and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’s best-selling Effective C++, Bill Wagner brings together 50 C# best practices, tips, shortcuts, and realistic code examples, helping...
далее...
0 0 0
Чт 16.12.2021
SignalR Blueprintsкнига
SignalR Blueprints
0 0 0
Вт 14.12.2021
Scala for the Impatient, 2nd Edition
Interest in the Scala programming language continues to grow for many reasons. Scala embraces the functional programming style without abandoning the object-oriented paradigm, and it allows you to write programs more concisely than in Java. Because Scala runs on the JVM, it can access any Java library and is interoperable with familiar Java frameworks. Scala also makes it easier to...
далее...
0 0 0
Чт 09.12.2021
C# and XML Primerкнига
C# and XML Primer
Learn XML and how to use and integrate it into your C# applications using this compact book. This guide helps you avoid the pitfalls of dealing with XML and C# since handling XML with C# and the .NET Platform can present its own set of challenges. XML is far from a dead technology, so it is important to learn how...
далее...
0 0 0
Вт 07.12.2021
Pro SharePoint 2013 App Development
Apps have taken the world by storm, and now they're taking SharePoint as well. The biggest new thing in SharePoint 2013, apps are the solution to creating custom code that runs on not just your own SharePoint deployment, but also on others' implementations as well. Pro SharePoint 2013 App Development is your must-have guide to developing app solutions that run...
далее...
0 0 0
Чт 02.12.2021
Programming in Haskell
Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs. This introduction is ideal for beginners: it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples. Each chapter includes exercises that range from...
далее...
0 0 0
Вт 30.11.2021
Domain-Driven Design Distilled
Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there’s an accessible guide to the basics of DDD: What it is, what problems it solves, how it works, and how to quickly gain value from it. Concise, readable, and...
далее...
0 0 0
Чт 25.11.2021
Big Data Analytics Made Easy
Big Data Analytics Made Easy is a must-read for everybody as it explains the power of Analytics in a simple and logical way along with an end to end code in R. Even if you are a novice in Big Data Analytics, you will still be able to understand the concepts explained in this book. If you are already working...
далее...
0 0 0
Вт 23.11.2021
Python High Performance, Second Edition
Python is a versatile language that has found applications in many industries. The clean syntax, rich standard library, and vast selection of third-party libraries make Python a wildly popular language. Python High Performance is a practical guide that shows how to leverage the power of both native and third-party Python libraries to build robust applications. The book explains how to...
далее...
0 0 0
Чт 18.11.2021
Patterns of Enterprise Application Architecture
The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons...
далее...
0 0 0
Вт 16.11.2021
More Effective C#: 50 Specific Ways to Improve Your C#, 2nd Edition
In More Effective C#, Second Edition, world-renowned .NET expert Bill Wagner identifies and illuminates 50 intermediate-to-advanced techniques for writing exceptionally robust and well-performing C# 7.0 code. Reflecting the growing sophistication of the C# language and its development community, Wagner presents powerful new solutions to problems you’re likely to encounter every day. Through three editions of Effective C#, Wagner’s clear explanations,...
далее...
0 0 0

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

RSS-лента
Поделиться ссылкой:
Коктейль виски со Швепсом – оригинальные и согревающие рецепты Коктейль виски со Швепсом – оригинальные и согревающие рецепты
Удаление грудей
Барби для солидных господ
Как приготовить суши в домашних условиях Как приготовить суши в домашних условиях
Коктейли с томатным соком: рецепты приготовления миксов Коктейли с томатным соком: рецепты приготовления миксов
Освежающие алкогольные коктейли со «Швепсом» – популярные рецепты Освежающие алкогольные коктейли со «Швепсом» – популярные рецепты
Достопримечательности Лиссабона в фотографиях Достопримечательности Лиссабона в фотографиях
Суши роллы в домашних условиях — 10 пошаговых рецептов приготовления Суши роллы в домашних условиях — 10 пошаговых рецептов приготовления
Самые красивые замки мира и Европы Самые красивые замки мира и Европы
300+ вопросов по JavaScript на собеседовании 300+ вопросов по JavaScript на собеседовании

Новое
вчера, 09:06
6 самых мощных немецких автомобилей с двигателем V8
Минусы профессии программиста, что не нравится в работе 3 дня назад, 09:01
Минусы профессии программиста, что не нравится в работе
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# 2 дня назад, 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РекламаСтатистикаПоддержка | МузыкаПлейлистыКиноВидеоИгрыАудиоПрограммыСтатьиКартинкиЮморФорумДневник сайтаПрислать контент