Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Computers and Programming

  1. Clean JavaScript
    Clean JavaScript
    Aprende a aplicar código limpio, SOLID y Testing
    Software Crafters

    Mejora tu código Javascript aplicando Clean Code. Con este e-book aprenderás a escoger mejores nombres para las variables, a escribir funciones más simples y legibles, a diseñar clases mejor estructuradas y otros conceptos que, sin duda, podrás aplicar en tu día a día como desarrollador. En definitiva, este e-book te ayudará a ser mejor profesional

  2. Migrating and Upgrading to Server 2019
    Migrating and Upgrading to Server 2019
    Dave Kawula, John O'Neill Sr., Cary Sun, Cristal Kawula, and Emile Cabot

    End of life for Windows Server 2008 is just around the corner and now with this book you will have the knowledge to upgrade or migrate to Windows Server 2019. The book covers Active Direct, DHCP, DNS, NTP, Storage Spaces Direct, and more.

  3. CLI text processing with GNU grep and ripgrep
    CLI text processing with GNU grep and ripgrep
    The search is on
    Sundeep Agarwal

    The grep command is a versatile and feature-rich version of search functionality usable from the command line. The most notable feature is regular expressions, a mini-programming language to precisely define a matching criteria. In this book, you'll learn about GNU grep and ripgrep with plenty of examples and exercises.

  4. TYPO3 Extbase, 3. Auflage (Deutsch)
    TYPO3 Extbase, 3. Auflage (Deutsch)
    Moderne Extension-Entwicklung mit Extbase und Fluid
    Michael Schams

    Erfahren Sie, wie Sie mit Extbase und Fluid moderne TYPO3 Extensions entwickeln können! Die vollständig überarbeitete dritte Ausgabe des Buches basiert auf TYPO3 v9 LTS und berücksichtigt alle modernen Praktiken und neuen Aspekte dieser stabilen LTS-Version. https://www.extbase-book.org (Deutsche Übersetzung: Vanessa Nickel)

  5. TYPO3 Extbase, 3rd Edition (English)
    TYPO3 Extbase, 3rd Edition (English)
    Modern Extension Development for TYPO3 CMS with Extbase and Fluid
    Michael Schams

    Learn how to develop modern TYPO3 extensions with Extbase and Fluid! The reworked and restructured 3rd edition of the book is based on TYPO3 v9 LTS and takes all modern practices and new aspects of this latest stable LTS release into account. https://www.extbase-book.org

  6. Web Performance Recipes
    Web Performance Recipes
    Easy ways to boost your sales while making your users and the search engines happier
    Fabio Cicerchia

    Performance is a process not a project. Every engineer should think about performance.

  7. Kotlin Compact
    Kotlin Compact
    for Java professionals
    Thorsten Schleinzer

    "Kotlin Compact" is for all Java professionals who want to get into Kotlin development with minimal time and effort.

  8. Technical Coaching for IT Organizational Transformation

    What skills do technical coaches need to be effective in supporting an organizational transformation program? How can they influence the choices and behaviors of client personnel? How does their work fit into the larger transformation effort? How can we stop repeating common anti-patterns in transforming organizations and get results?

  9. Raspberry Pi Computing: Gas Sensors

    Raspberry Pi Computing: Gas Sensors aims to provide a full description of the process of setting up a Raspberry Pi computer to measure and record data from gas sensors. We'll look at different versions of the Pi, along with loading and configuring the software required with some basic Linux use.

  10. Dicas de carreira para devs

    Uma série de dicas de carreira para devs

  11. Take the Robot out of the Human
    Take the Robot out of the Human
    Your guideline to Robotics Process Automation or simply RPA
    Josef Mayrhofer

    Manual tasks are error prone and nobody enjoys doing repetitive work. We have countless use cases for robotics process automation. Once you've realized the potential of RPA you won't wait to implement this powerful approach.

  12. Introducción a Node.js

    ¿Quieres conocer todo lo que brinda Node.js? Pues este es el libro que te guiará en ese proceso, animate!!

  13. Land the Job
    Land the Job
    Six Months to Start Your Software Career
    Ryan Latta

    Software development continues to be one of the fastest growing fields in the US, but getting that first job can be brutal. Land the Job gives a tried and tested approach that helps job-hunters get their first job in Software Development in just six months. I publish a newsletter and articles to my site that cover career advice.

  14. Hands-On Machine Learning from Scratch
    Hands-On Machine Learning from Scratch
    Develop a Deeper Understanding of Machine Learning Models by Implementing Them from Scratch in Python
    Venelin Valkov

    "What I cannot create, I do not understand" - Richard Feynman This book will guide you on your journey to deeper Machine Learning understanding by developing algorithms in Python from scratch! Learn why and when Machine learning is the right tool for the job and how to improve low performing models!

  15. Washing your code
    Washing your code
    A book on clean code for frontend developers
    Artem Sapegin

    We read code much more often than we write it — often to make a one-line change you have to read and understand hundreds of lines of code. That’s why code readability is so important.