Leanpub Header

Skip to main content

Filters


Courses

  1. Flask Masterclass
    Abdur-Rahmaan Janhangeer

    Flask beyond the basics or Flask at scale. Condensed are my years of Flask freelancing insights coupled with pro tips. 30+ whole chapters await you. LeanPub forum enabled in case you are stuck.

  2. CISSP Training
    Prepare to pass the CISSP!
    Diego Zamboni

    Prepare yourself to pass the Certified Information Systems Security Professional (CISSP) exam! This course will show you the way through the eight domains of the (ISC)2 Common Body of Knowledge and guide you through the most important topics.

  3. Create Your Own Blockchain From Scratch
    The best way to learn the Blockchain is to create one yourself.
    Bernard Peh

    There is a very strong correlation between the popularity of Blockchain and Bitcoin (cryptocurrency). Today, many people use these words interchangeably. The fact is that Bitcoin is a product of Blockchain. Blockchain can exists without Bitcoin and not vice versa. The best way to learn about the Blockchain is to create a cryptocurrency yourself.

  4. Learn To Test Like A Grumpy Programmer
    Understanding the building blocks of testing your PHP code using PHPUnit
    Chris Hartjes

    Learn from one of the PHP community's most-recognized experts as he teaches you the building blocks for testing your PHP code.

  5. The Smartest Way to Learn Python Regex
    Learn the best-kept productivity secret of code masters and become a regular expression master!
    Christian Mayer and Lukas Rieger

    Learn the best-kept productivity secret of code masters and become a regular expression master!

  6. Learn Python the Practical Way [Coding Interview Exercises]
    Sharpen Your Coding Skills with 20 Practical Python Problems!
    Lukas Rieger and Christian Mayer

    Prepare for your next coding interview and learn the basics of Python programming with 20 exercises from practical interviews, code wars, and University lectures. The idea is simple: (1) read over the exercise problem, (2) implement your solution, and (3) watch master coders explain their solutions in a short video tutorial. Towards Python Mastery!

  7. Perl Dancer Course
    Quick and Easy Web application building using Perl Dancer
    Gábor Szabó

    Dancer is a simple Web Application Development Framework for the Perl programming language. This video course teaches you how to create a simple web application step-by step.

  8. Algorithms and Data Structures in C#: Complete Tutorial
    Learn data structures and algorithms in C# from A to Z. Pass coding interview. Learn unit testing and TDD in addition.
    EngineerSpock

    Do you want to pass a C# interview full of algorithms and data structures? Then enroll in this course right now!

  9. Certified Essence-In-Use Practitioner Training
    Practical and Proven Tips and Techniques With Case Studies
    Paul E. McMahon

    Learn the things that never change. Get certified in the use of the new software engineering Essence framework. A practical and proven problem-solving tool that can be applied by practitioners, coaches and consultants along with whatever approach your team or organization is currently using to gain timely and measurable performance improvement.

  10. Python Lambdas Deep Dive
    Take Your Python Skills to the Next Level by Mastering Lambdas!
    Lukas Rieger and Christian Mayer

    Do you struggle with these stupid lambda functions in Python? Functional programming is the swiss-army knife of Python programming. Every master coder uses functional programming to code faster, smarter, and better. Do you want to master Python? Take this deep dive and master Lambdas to write effective, functional, and Pythonic code!

  11. Additional materials that can be used by themselves or in addition to another malware course in order to emphasize learning objectives.

  12. Practical Kotlin Deep Dive Course
    Unlocking the 'How' and 'Why' behind Kotlin fundamentals and internal mechanisms.
    Jaewoong

    Takes you from "how to use Kotlin" into "how Kotlin really works," revealing internal implementations, demystifying bytecode and compiler behavior, and uncovering the internals that shape the language. With hands-on Code Playgrounds for immediate practice and 158 interactive assessments to test and reinforce your understanding, this course doesn't just show you why everything is the way it is, it challenges you to prove you've mastered it.  ISBN: 979-8243872744 

  13. The Complete Guide to PyCharm
    Lukas Rieger, Christian Mayer, 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!

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

  15. Composing Software
    An Exploration of Functional Programming and Object Composition in JavaScript
    Eric Elliott

    All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.