Leanpub Header

Skip to main content

Filters

Category: "Software Engineering"

Software Engineering

  1. Clean Machine Learning Code

    Isn't it weird that ML software is super important, yet crazy fragile? If ML software is valuable but so unstable, how come data scientists and ML engineers are rarely trained on the basics of building profitable software systems? What to do about it?

  2. La psicología detrás de las aplicaciones para niños
    La psicología detrás de las aplicaciones para niños
    Aspectos a considerar durante el diseño, la construcción y la pruebas
    Nadia Cavalleri

    ¿Qué tan diferente puede ser construir software para niños? Te aseguro que después de haber participado en este tipo de proyectos, no hay que subestimar esta pregunta.En este libro te cuento todo lo que necesitas saber si vas a diseñar, construir y/o probar software para niños o si te interesa la psicología infantil.

  3. Embedded Software Design
    Embedded Software Design
    with Remote Temperature Sensing Example
    David Clifton

    Pretty good embedded design approach, illustrated by the example of a remote temperature measuring system.

  4. Memory Dump Analysis Anthology, Volume 2, Revised Edition

    This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from Software Diagnostics Institute and Software Diagnostics Library (former Crash Dump Analysis blog) written in January - September 2008. This major revision contains corrections and WinDbg output color highlighting.

  5. UML ERP Workshop - Writing an SDD with Enterprise Architect, a Report Engine
    UML ERP Workshop - Writing an SDD with Enterprise Architect, a Report Engine
    Designing an Enterprise Resource Planning (ERP) System with the UML modeling tool, Enterprise Architect. Writing a Software Design Document (SDD) for a Data Driven Report Engine.
    Jose Zouain
    No Description Available
  6. The Fundamentals of Database Administration

    This book is for anyone looking to become a Database Administrator, gain a better understanding of SQL and SQL Server, or looking for help passing Microsoft's 98-364 MTA: Database Administration Fundamentals.

  7. Trunk-Based Development And Branch By Abstraction

    Trunk-based development and branch by abstraction super reference. All the aspects of this industry leading branching model covered.

  8. Functional Design and Architecture (Early Edition, 2020)
    Functional Design and Architecture (Early Edition, 2020)
    Building real programs in static functional languages: application architectures, design patterns, best practices and approaches
    Alexander Granin

    Software Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge.

  9. Practical Guide in Software Engineering

    A Practical Guide in Software Engineering - Building Project Euler Solutions in PHP

  10. Software Construction Brick by Brick, Increment 1
    Software Construction Brick by Brick, Increment 1
    Using LEGO® to Teach Software Architecture, Design, Implementation, Internals, Diagnostics, Debugging, Testing, Integration, and Security
    Dmitry Vostokov

    The first increment covers memory, memory addresses, pointers, program loading, kernel and user spaces, virtual process space, memory isolation, virtual and physical memory, memory paging, memory dump types.

  11. Memory Dump Analysis Anthology, Volume 1, Revised Edition

    This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from Software Diagnostics Institute and Software Diagnostics Library (former Crash Dump Analysis blog), written from August 2006 to December 2007. This major revision contains updates relevant to Windows 10 and WinDbg output color highlighting.

  12. Ensemble Programming Guidebook

    Optimizing for best results in outcomes and learning by working on the same problem on the same computer at the same time - co-located or remote. This book sets you off to a good start and helps course-correct when you wonder about the setup that could work for your teams.

  13. C# 11.0 Crashkurs
    C# 11.0 Crashkurs
    Die Syntax der Programmiersprache C# für die Softwareentwicklung in .NET Framework, .NET Core, .NET 5.0/6.0 und 7.0
    Dr. Holger Schwichtenberg

    Der "C# Crashkurs" ist ein prägnanter Überblick über die Syntax der Programmiersprache C# in der aktuellen und produktionsreifen Version 11.0. Dies ist die Auflage 6.9 des Buchs, die am 30.10.2023 im Umfang von 400 Seiten erschienen ist und bereits einen Ausblick auf C# 12.0 enthält!

  14. How to Make Your Programs Run Hundreds of Times Faster
    How to Make Your Programs Run Hundreds of Times Faster
    an advice with open source technology
    Victor Porton

    There is a popular saying "There is no best programming language." Nevertheless, which one is the best?

  15. Python Combat Guide
    Python Combat Guide
    A comprehensive manual about tricks, good practices and coding style for hands on Software Developer Managers and Developers
    Carles Mateo

    Python 3 Combat Guide is a practical guide, full of actual experience and common sense, to avoid errors and to develop Python 3 Software Projects and System Administration programs.Targeted to SDM, Team Manager and Developers, defines practical strategies and tricks, and teach the basis of Unit Testing in pytest.You'll learn OOP easily.