Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Courses

  1. Choosing Genomics Tools
    Fred Hutch, Candace Savonen, and Carrie Wright

    There's a multitude of genomic data analysis tools and resources out there. How do you find what you need for your data types and questions? This course aims to give you the foundational information you need and equip you with knowledge of the genomics tools out there so you can make informed decisions about your research.

  2. Working With Code in IntelliJ IDEA
    Trisha Gee and Helen Scott

    In this course, we'll look at how IntelliJ IDEA helps you to write and read code, because this is a large part of what you do every day as a developer. The course will also introduce some related topics like running and testing.

  3. Course: Large Scale Apps with Vue, Vite and TypeScript
    Build Large and Scalable front-ends that leverage component isolation, internationalization, localization, a modular state manager, component Libraries, etc
    Damiano Fusco

    Build Large and Scalable Vue front-ends with a large organized code base that is easy to expand and maintain using Vue + Vite + Tailwind CSS + JSONPlaceHolder + Mock APIs + TypeScript + Custom Libraries

  4. Effective Web Development: Tips for Better UX & SEO
    Learn practical web development techniques that improve both user experience and search engine rankings.
    Daniel Davis

    Learn practical web development techniques that improve both user experience and search engine rankings.

  5. ChatGPT-to-Speech: Build an AI-Powered Podcast With Python
    Learn how to automatically convert news headlines to audio podcast files using the ChatGPT and ElevenLabs APIs.
    Daniel Davis

    Learn how to automatically convert news headlines to audio podcast files using the ChatGPT and ElevenLabs APIs.

  6. Fred Hutch Cluster 101
    Learn the basics of the Fred Hutch Computing Cluster
    Ava Hoffman

    Learn how to get up and running on the Fred Hutch cluster quickly and efficiently, whether you are brand new to computing or have used a cluster at another institution.

  7. Writing test automation framework from scratch
    Learning to write test automation framework for any system - step by step
    Alexander Pushkarev

    Learn how to write test automation framework for any system - step by step.

  8. The easiest way to get your first job as a software developer
    A complete industry insider's guide on how to kickstart your programming career from scratch
    Fiodar Sazanavets

    Learn the easiest way to get your first job in software development. It's possible even if you haven't done any formal computer science education or any professional programming experience. This course will show you how.

  9. SignalR on ASP.NET Core Made Easy
    Getting to know SignalR fundamentals with .NET 5 nd .NET 6 code samples
    Fiodar Sazanavets

    SignalR is the best library for building interactive real-time applications on ASP.NET Core. This course will teach you all SignalR fundamentals, so you will have enough knowledge to apply it in your own projects.

  10. Android Kotlin
    Blake Dudash

    The Freelancers Guide to Android Studio in Kotlin. My job is to teach you not only how to code but how to keep up! Giving insight to various tools, trends, professional networks, program opportunities to prove talent and marketability get your resume up to, "Let's interview this kid to hire."

  11. Computing for Cancer Informatics
    Carrie Wright, Jeffrey Leek, Sarah Wheelan, Candace Savonen, and Fred Hutch

    Ever wonder how computers work on a fundamental level? Or have you wondered how cloud computing works? In this course we will discuss fundamental computing concepts and how this knowledge can help you take your bioinformatics research further.

  12. The Complete Guide to PyCharm
    Lukas Rieger, Finxter, and Shubham Sayon

    Do you want to master the most popular Python IDE fast?This course will take you from beginner to expert in PyCharm in ~90 minutes.For any software developer it is crucial to master the IDE well, to write, test and debug high-quality code with little effort.Join the PyCharm Masterclass now, and master PyCharm by tomorrow!

  13. Making RPG Games with Phaser v2
    Game Starter Kit Course using Phaser v2 Gaming Frameworks
    Stephen Gose

    Quickly learn how to create Role Playing Games with Phaser v2.6.2 or Community Edition. This course is tailored for both the novice and advanced game designers as students or as Workshop Instructors. Use this creation framework and methods to build 100s of fashion dress-up game as Progressive Web Applications or Single Page Web Applications.

  14. Making Peg Solitaire Browser Games
    Game Starter Kit Course using Phaser v2 or v3 Gaming Frameworks
    Stephen Gose

    Quickly learn how to create Peg Solitaire games with Phaser v2.6.2, CE, or v3.x.x. This course is tailored for both the novice and advanced game designers as students or as Workshop Instructors. Use this creation framework and methods to build 100s of Jump-2-Capture games as Progressive Web Applications or Single Page Web Applications.

  15. Using JavaScript OLOO in game development
    Abandon OOP for Composition Game Development
    Stephen Gose

    Using JS OLOO in game development is a completely new and better way of game pipeline productions. It abandons the classical OOP methods and puts your game on a diet without syntax sugar. It returns to the native JS features using Composition, Functional and Objects Link to Other Objects that so many knowledge developers have used for years.