Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Books

  1. Kotlin Coroutines
    Deep Dive
    Marcin Moskała

    Kotlin coroutines have revolutionized JVM development, especially on Android and the backend, as they let us easily implement efficient and reliable multithreading. Their cutting-edge design and features are ideally suited to modern use cases. In this book, we will explore how Kotlin coroutines work and how we can use them to improve our code.

  2. Understanding Node.js stream module by implementing it from scratch
    Implement a simplified and minimalist version of the Node.js stream module from scratch to understand the workflow of this module
    Babak Gholamzadeh

    Node.js Stream Module - How it Works Under the Hood

  3. Advanced Topics in Parallel and Distributed Systems Design
    Parallel and Distributed Systems Design
    Joseph Thachil George

    Advanced Topics in Parallel and Distributed Systems Design

  4. Performance Optimized React Applications
    Tips on how to optimize React Apps for better performance
    A.J. García

    Leverage the power of built-in APIs and third-party libraries to build highly optimized React applications

  5. Python Django Flask
    Python Django
    Joseph Thachil George

    Python Django Flask Rest Framework with Oracle database 

  6. Generic Go
    Get the most out of type parameters and avoid the nasty pitfalls
    Preslav Rachev

    Everything you need to know about generics in Go: be among the first to start using type parameters when they arrive. Avoid the common pitfalls and keep writing high-quality Go code.

  7. PROGRAMMING WITH C LANGUAGE
    Ricardo Sánchez Schulz

    Learn to program using C language using pointers from the beginning.Analogies and graphics are used for a deeper understanding of objects and their addresses, types, memory, data, etc. Chapters 1 to 5 are already finished.

  8. Open Source Licensing 101
    From Concepts to Practical Implications
    Gustavo Pinto

    Although we do have some good books about open source software licensing, most of these books are written by (and to) lawyers, which hinder the understanding of busy developers. This book also has a practical orientation. After covering the concepts of open source licensing, we highlight real examples of good and bad licensing usage.

  9. Pack YouR Code
    How to create a simple R package based on the so-called S3 classes
    Gaston Sanchez

    Although this book is not a comprehensive text that covers every single aspect about creating R packages, I’ve written it in the spirit of an extended tutorial or guide document with a relatively simple working example.

  10. This book aims to help you get started with handling strings in R. It provides an overview of several resources that you can use for string manipulation. It covers useful functions in packages "base" and "stringr", printing and formatting characters, regular expressions, and other tricks.

  11. Getting Sassy
    A Practical Guide to SASS.
    Tim Robards

    When you know SASS, your front-end development will be much more organized, faster and highly maintainable.

  12. State in Flutter
    A Guide to State Management in Flutter
    Sanjib Sinha

    If you're an intermediate learner or advanced professional who are still struggling with the complex concept of State in Flutter, then this book is for you!

  13. React Hooks
    A collection of React Hooks to use in your own Projects
    A.J. García

    React Hooks Tutorial with 26 React Hooks to use in your own projects

  14. 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.

  15. WebAssembly Documentation
    Offline Ebook PDF Version of the WebAssembly v1.0 Documentation
    A.J. García

    Easy to read ebook format of the official WebAssembly documentation. This is version 1.0 as hosted on assemblyscript.org, the idea is to help the community with a portable and easy to read version for offline reference.