|
 |
|
 |
|
|
 |
|  |
|
Название: SADL 2: Software Architecture as a Code Автор: Alex Manfield Издательство: Levaweb Год: 2022 Формат: ePUB, AZW Страниц: 77 Размер: 10 Mb Язык: English
Software Architecture Description Language (SADL) helps to describe software architecture by code. SADL helps to create a reference in order to get and maintain a high-level description of What our app is going to do, and How. SADL is not intended to write low-level code as we do in programming languages like Java or PHP. The purpose of SADL is to bridge the hi-level requirements that are available in epics or features, and to incrementally add just enough details to give a direction to our new application which otherwise would not be available until developers will start coding it. |
Разместил: vitvikvas 6-01-2022, 11:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Brain Teasers: Exercise Your Mind Автор: Miki Tebeka Издательство: Pragmatic Bookshelf Год: September 2021 (V. P1.0) Страниц: 118 Язык: английский Формат: pdf (true), epub Размер: 10.1 MB
We geeks love puzzles and solving them. The Python programming language is a simple one, but like all other languages it has quirks. This book uses those quirks as teaching opportunities via 30 simple Python programs that challenge your understanding of Python. The teasers will help you avoid mistakes, see gaps in your knowledge, and become better at what you do. Use these teasers to impress your co-workers or just to pass the time in those boring meetings. Teasers are fun! Miki Tebeka’s brain teasers are a delightful and challenging collection of puzzles that will amuse novice Python developers and challenge experienced developers to think carefully about their mental model of Python execution. |
Разместил: Ingvar16 6-01-2022, 08:51 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Pandas Brain Teasers: Exercise Your Mind Автор: Miki Tebeka Издательство: Pragmatic Bookshelf Год: September 2021 (V. P1.0) Страниц: 112 Язык: английский Формат: pdf (true), epub Размер: 10.1 MB
This book contains 25 short programs that will challenge your understanding of Pandas. Like any big project, the Pandas developers had to make some design decisions that at times seem surprising. This book uses those quirks as a teaching opportunity. By understanding the gaps in your knowledge, you'll become better at what you do. Some of the teasers are from the author's experience shipping bugs to production, and some from others doing the same. Teasers and puzzles are fun, and learning how to solve them can teach you to avoid programming mistakes and maybe even impress your colleagues and future employers. |
Разместил: Ingvar16 6-01-2022, 08:06 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Apple Game Frameworks and Technologies: Build 2D Games with SpriteKit & Swift Автор: Tammy Coron Издательство: Pragmatic Programmers Год: 2021 Формат: True PDF, ePUB Страниц: 506 Размер: 71 Mb, 33,5 Mb Язык: English
Design and develop sophisticated 2D games that are as much fun to make as they are to play. From particle effects and pathfinding to social integration and monetization, this complete tour of Apple's powerful suite of game technologies covers it all. Familiar with Swift but new to game development? No problem. Start with the basics and then layer in the complexity as you work your way through three exciting - and fully playable - games. In the end, you'll know everything you need to go off and create your own video game masterpiece for any Apple platform. |
Разместил: vitvikvas 6-01-2022, 07:42 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: SignalR on .NET 6 - the Complete Guide: The easiest way to enable real-time two-way HTTP communication on .NET 6 Автор: Fiodar Sazanavets Издательство: Leanpub Год: 2021-12-26 Страниц: 174 Язык: английский Формат: pdf, mobi, epub Размер: 10.2 MB
Learn everything there is to learn about SignalR and how to integrate it with the latest .NET 6 and C# 10 features. Learn how to connect any type of client to SignalR, including plain WebSocket client. Learn how to build interactive applications that can communicate with each other in real time without making excessive calls. Are you a web developer or do you write Internet of things (IoT) software? If so, you would know that many web and IoT development projects these days require the ability to establish a persistent connection between a client and a server without having to keep sending repeated requests from the client. As you may also know, such functionality may be hard to implement. However, if you can build your server-side application on ASP.NET Core, there is a way to make this whole process easy. There is a library called SignalR, which is included in ASP.NET Core. |
Разместил: Ingvar16 6-01-2022, 06:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Knowledge Of Python And Machine: Data Structures Like Pandas Автор: August Jorinscay Издательство: Independently published Год: 2022 Формат: ePUB, PDF Страниц: 51 Размер: 10 Mb Язык: English
Machine Learning (ML) is that field of computer science with the help of which computer systems can provide sense to data in much the same way as human beings do. In simple words, ML is a type of artificial intelligence that extracts patterns out of raw data by using an algorithm or method. The key focus of ML is to allow computer systems to learn from experience without being explicitly programmed or human intervention. |
Разместил: vitvikvas 5-01-2022, 22:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Requirements Engineering for Safety-Critical Systems Автор: Luiz Eduardo G. Martins, Tony Gorschek Издательство: River Publishers Серия: River Publishers Series in Software Engineering Год: 2022 Страниц: 230 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Safety-Critical Systems (SCS) are increasingly present in people's daily activities. In the means of transport, in medical treatments, in industrial processes, in the control of air, land, maritime traffic, and many other situations, we use and depend on SCS. The requirements engineering of any system is crucial for the proper development of the same, and it becomes even more relevant for the development of SCS. Requirements Engineering is a discipline that focuses on the development of techniques, methods, processes, and tools that assist in the design of software and systems, covering the activities of elicitation, analysis, modeling and specification, validation, and management of requirements. The complete specification of system requirements establishes the basis for its architectural design. It offers a description of the functional and quality aspects that should guide the implementation and system evolution. In this book, we discuss essential elements of requirements engineering applied to SCS, such as the relationship between safety/hazard analysis and requirements specification, a balance between conservative and Agile methodologies during SCS development, the role of requirements engineering in safety cases, and requirements engineering maturity model for SCS. |
Разместил: Ingvar16 5-01-2022, 19:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Essentials of Software Engineering, 5th Edition Автор: Frank Tsui, Orlando Karam, Barbara Bernal Издательство: Jones & Bartlett Learning Год: 2022 Формат: ePUB Страниц: 450 Размер: 14 Mb Язык: English
Written for the undergraduate, 1-term course, Essentials of Software Engineering provides students with a systematic engineering approach to software engineering principles and methodologies. |
Разместил: vitvikvas 5-01-2022, 19:30 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 25 Scratch 3 Games for Kids: A Playful Guide to Coding Автор: Max Wainewright Издательство: No Starch Press Год: 2019 Страниц: 130 Язык: английский Формат: pdf (true) Размер: 163.1 MB
Build your own computer games with Scratch 3! Learn how to make fun games with Scratch - a free, beginner-friendly programming language from the MIT Media Lab. Create mazes, road-crossing games, and two-player games that keep score. Colorful pictures and easy-to-follow instructions show you how to add cool animations and sound effects to your games. You'll have hours of fun catching snowflakes, gobbling up tacos, and dodging donuts in space - while learning how to code along the way! |
Разместил: Ingvar16 5-01-2022, 17:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Eye Tracking and Visual Analytics Автор: Michael Burch Издательство: River Publishers Год: 2022 Страниц: 382 Язык: английский Формат: pdf (true) Размер: 42.2 MB
Visualization and visual analytics are powerful concepts for exploring data from various application domains. The endless number of possible parameters and the many ways to combine visual variables as well as algorithms and interaction techniques create lots of possibilities for building such techniques and tools. This book describes aspects from the interdisciplinary field of visual analytics, but also discusses more general approaches from the field of visualization as well as algorithms and data handling. A major part of the book covers research on those aspects under the light and perspective of eye tracking, building synergy effects between both fields -- eye tracking and visual analytics -- in both directions, i.e. eye tracking applied to visual analytics and visual analytics applied to eye tracking data. Powerful concepts for data analysis have been developed in the field of Artificial Intelligence (AI), and more and more have also found their way to the field of eye tracking. |
Разместил: Ingvar16 5-01-2022, 14:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|