Все публикации пользователя TRex » Страница 12 » MIRLIB.RU - ТВОЯ БИБЛИОТЕКА
Категория: КНИГИ » WEB-РАЗРАБОТКИ
Fullstack Web Components
/ Комментариев: 0/

Название: Fullstack Web Components
Автор: Steve Belovarich
Издательство: fullstack
Год: 2020
Формат: True PDF
Страниц: 568
Размер: 21,7 Mb
Язык: English

Веб-компоненты — это мощный инструмент для разработки пользовательского интерфейса. Они интероперабельны, и добавление их в ваш стек может помочь вам масштабировать библиотеку пользовательского интерфейса для нескольких команд. Кроме того, они могут иметь долгий срок службы, потому что они созданы с учетом спецификаций браузера. Веб-компоненты эффективны, потому что им не нужно полагаться на накладные расходы фреймворков jаvascript.


Категория: КНИГИ » АППАРАТУРА
Android App Development for Electronics Designers
/ Комментариев: 0/

Название: Android App Development for Electronics Designers
Автор: Dogan Ibrahim
Издательство: Elektor
Год: 2018
Формат: True PDF
Страниц: 244
Размер: 25,8 Mb
Язык: English

Pro makers, students, and hobbyists can develop apps for Android mobile devices using the Basic For Android (B4A) programming language and Integrated Development Environment (B4A IDE). Dr. Dogan Ibrahim begins Android App Development for Electronics Designers with a description of how to install the B4A on a PC. He then presents simple projects to introduce B4A's syntax and programming features.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Domain-Driven Design with Laravel - Premium Package
/ Комментариев: 0/

Название: Domain-Driven Design with Laravel - Premium Package
Автор: Martin Joo
Издательство: Gumroad
Год: 2022
Формат: PDF
Размер: 25,1 Mb
Язык: English

Полное руководство по освоению предметно-ориентированного дизайна с помощью Laravel. Вы в одном клике от продвижения по карьерной лестнице сразу на два года вперед! «Domain-Driven Design with Laravel» — это полное руководство по освоению DDD в стиле Laravel.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
State Feedback Control and Kalman Filtering with MATLAB/Simulink Tutorials
/ Комментариев: 0/

Название: State Feedback Control and Kalman Filtering with MATLAB/Simulink Tutorials
Автор: Liuping Wang and Robin Ping Guan
Издательство: Wiley
Год: 2023
Формат: True PDF
Страниц: 451
Размер: 10 Mb
Язык: English

Discover the control engineering skills for state space control system design, simulation, and implementation
State space control system design is one of the core courses covered in engineering programs around the world. Applications of control engineering include things like autonomous vehicles, renewable energy, unmanned aerial vehicles, electrical machine control, and robotics, and as a result the field may be considered cutting-edge. The majority of textbooks on the subject, however, lack the key link between the theory and the applications of design methodology.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Real-World Flutter by Tutorials
/ Комментариев: 0/

Название: Real-World Flutter by Tutorials
Автор: Edson Bueno, Vid Palcar
Издательство: Razeware LLC
Год: 2022
Формат: PDF
Страниц: 321
Размер: 55,8 Mb
Язык: English

This book will teach you to build professional iOS and Android apps for the real world using Flutter. You’ll gain all the foundations of mobile development you need to make the best decisions in your own codebase, while addressing critical problems such as state management, user authentication, and dynamic theming.


Категория: КНИГИ » ГРАФИКА И ФОТОШОП
Adobe Photoshop, Illustrator, and InDesign Collaboration and Workflow Classroom in a Book
/ Комментариев: 0/

Название: Adobe Photoshop, Illustrator, and InDesign Collaboration and Workflow Classroom in a Book
Автор: Bart Van de Wiele
Издательство: Adobe
Год: 2023
Формат: True ePUB
Страниц: 484
Размер: 52,3 Mb
Язык: English

Even if you're already comfortable with Photoshop, Illustrator, or InDesign, Adobe Creative Cloud now offers powerful opportunities for improving efficiency and collaboration that few design and marketing professionals are using. In this hands-on, full-color tutorial, Adobe Solutions Consultant Manager Bart Van de Wiele helps you master these innovations—dramatically improving both team and individual efficiency in every print, web, video, UX, or online marketing project.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Core Java for the Impatient, 3rd Edition
/ Комментариев: 0/

Название: Core Java for the Impatient, 3rd Edition
Автор: Cay S. Horstmann
Издательство: Addison-Wesley Professional
Год: 2023
Формат: True ePUB
Страниц: 884
Размер: 32,7 Mb
Язык: English

Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed and new features such as modularization make you far more effective. However, navigating these changes can be challenging. Core Java for the Impatient, Third Edition, is a complete yet concise guide that includes all the latest changes through Java 17. Written by Cay S. Horstmann--primary author of the classic two-volume Core Java--this indispensable tutorial offers a faster, easier pathway for learning modern Java.


Категория: КНИГИ » СЕТЕВЫЕ ТЕХНОЛОГИИ
What Every Engineer Should Know About Cyber Security and Digital Forensics, 2nd Edition
/ Комментариев: 0/

Название: What Every Engineer Should Know About Cyber Security and Digital Forensics, 2nd Edition
Автор: Joanna F. DeFranco and Bob Maley
Издательство: CRC Press
Год: 2023
Формат: True PDF
Страниц: 199
Размер: 13,5 Mb
Язык: English

Most organizations place a high priority on keeping data secure, but not every organization invests in training its engineers or employees in understanding the security risks involved when using or developing technology. Designed for the non-security professional, What Every Engineer Should Know About Cyber Security and Digital Forensics is an overview of the field of cyber security.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Clean Architectures in Python: A practical approach to better software design, 2nd Edition
/ Комментариев: 0/

Название: Clean Architectures in Python: A practical approach to better software design, 2nd Edition
Автор: Leonardo Giordani
Издательство: Leanpub
Год: 2022
Формат: True PDF, ePUB
Страниц: 153
Размер: 10 Mb
Язык: English

The clean architecture is the opposite of spaghetti code, where everything is interlaced and there are no single elements that can be easily detached from the rest and replaced without the whole system collapsing. The main point of the clean architecture is to make clear "what is where and why", and this should be your first concern while you design and implement a software system, whatever architecture or development methodology you want to follow.
To fully appreciate the book you need to know Python and be familiar with TDD, in particular with unit testing and mocks. Please refer to the series TDD in Python with pytest published on my blog if you need to refresh your knowledge about these topics.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Writing a C Compiler: Build a Real Programming Language from Scratch (Early Access)
/ Комментариев: 0/

Название: Writing a C Compiler: Build a Real Programming Language from Scratch
Автор: Nora Sandler.
Издательство: No Starch Press
Год: 2022
Формат: True PDF
Страниц: 103
Размер: 10 Mb
Язык: English

A hands-on, example-filled guide to the theory and practice of writing a C compiler: a computer program that translates code written by programmers into code the computer can read. An approachable, hands-on tutorial to writing a C compiler: a computer program that translates code written by the programmer into code the computer can understand. By building a compiler, readers will gain invaluable knowledge about how programming languages work; knowledge that will make them better programmers. Readers are gently led step-by-step to build a small working compiler and will develop throughout the book. Writing a C Compiler offers readers an accessible, practical approach to this complex and often overly theoretical topic.