Leanpub Header

Skip to main content

Filters

Category: "Programming Cookbooks"

Programming Cookbooks

  1. Building "Collapsing Blocks" Browser Games
    Building "Collapsing Blocks" Browser Games
    Codeless Game Construction using Construct2 & Construct3
    Stephen Gose

    This is a single chapter from the Construct Starter Kit Collection. This chapter leads you through Collapsing Blocks (aka "Same Game") development. This tutorial has both Construct v3 & v2 encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  2. Using Sensors with the Raspberry Pi Pico

    Want to use sensors in your next Raspberry Pi Pico but don't know which sensor to use, how to connect it or how to use it in your code? This book is for you! Here you will find detailed explanations of how sensors work, how to connect them to the Pi Pico and how to use them in C/C++, MicroPython and CircuitPython.

  3. 10 KATA DEL DESARROLLO FRONTEND
    10 KATA DEL DESARROLLO FRONTEND
    Versión 1: de principiante a intermedio
    jose MARIN

    Kata, palabra japonesa que representa una secuencia de movimientos establecidos que se realizan con la finalidad de perfeccionar una técnica. Esta referencia quiero transmitirla a ustedes en el ámbito del desarrollo frontend, intentando crear una serie de conceptos y técnicas que deben adquirirse y perfeccionarse por cada nivel de aprendizaje.

  4. Antlers
    Antlers
    Building Beautiful Websites with Statamic
    Johnathon Koster

    "Antlers: Building Beautiful Websites with Statamic" approaches Statamic website development through the lens of the Antlers templating language. Written by the creator of Antlers Runtime and Antlers Toolbox, this book covers common tasks, strings, loops, nuanced language features, and more to make you more productive building Statamic websites.

  5. All about design patterns in automation testing.
    All about design patterns in automation testing.
    All about design patterns in automation testing.
    Anton Smirnov

    This book will be a lot of programming and describing the most popular design of patterns. In this book, I tried to focus more on the implementation concept of how and with what vision it is necessary to approach the creation of a test framework and an architecture.

  6. The Finest Markdown Guide
    The Finest Markdown Guide
    Adam Adler, Ph.D.

    Quickest Markdown Tutorial for Technical Writing.

  7. Learn NumPy Basics in Weekend
    Learn NumPy Basics in Weekend
    Learning NumPy Basics from Weekend Series
    Hisham El-Amir

    You will learn that NumPy has very efficient arrays that are easy to use due to the powerful indexing mechanism. This book describes some of the more advanced and tricky indexing techniques.Also we will try to make an attempt to document the most essential methods that every user should know. NumPy has many methods to even mention in this book!

  8. Practical Tips and Tricks for Selenium Test Automation
    Practical Tips and Tricks for Selenium Test Automation
    Practical Tips and Tricks for Selenium Test Automation
    Anton Smirnov

    In this book, there will be a large number of examples and descriptions of approaches to solving some problems in test automation. In this book, I have tried to focus more on the concept of how to use the strengths and weaknesses of Selenium WebDriver.

  9. Automated API testing
    Automated API testing
    Automated API testing
    Anton Smirnov

    This book will be a lot of programming and describing patterns. I tried to create instructions on how to write code for API testing. In this book, I tried to focus more on the concept of how and with what vision it is necessary to approach the testing of an API.

  10. Data Science Bootstrap Notes
    Data Science Bootstrap Notes
    Set up your machine, structure your projects, and work at the speed of thought.
    Eric Ma

    Most data science programs teach the math. Almost none teach you how to set up your machine, structure a project, or make your work reproducible. This book is the missing half, distilled from a decade of hard-won lessons into a short guide you can read in a weekend.

  11. D, the Best Programming Language, for Former Python Developers
    D, the Best Programming Language, for Former Python Developers
    Learn D Programming for Python Developers
    Victor Porton

    A book about D programming language or DLang for Python programmers. “There is no best programming language”, they say. There is, for most applications it is D. The book starts from a comparison of D to Python and teaches all important features of D. D has all the features of Python but speed comparable to C and reliability comparable to Ada!

  12. Feature Selection in Machine Learning
    Feature Selection in Machine Learning
    Over 20 methods to select the most predictive features and build simpler, faster, and more reliable machine learning models.
    Soledad Galli, PhD

    Learn how to implement various feature selection methods in a few lines of code and train faster, simpler, and more reliable machine learning models. Using Python open-source libraries, you will learn how to find the most predictive features from your data through filter, wrapper, embedded, and additional feature selection methods.

  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. Making Collapsing Blocks Browser Games
    Making Collapsing Blocks Browser Games
    Creating "Same Game" Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through Collapsing Blocks (aka "Same Game") development. This tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  15. Dockerfile
    Dockerfile
    Write Dockerfile Following best practices
    Anish Nath

    Follow the best practice of Dockerfile.