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.
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.
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.
Learn from one of the PHP community's most-recognized experts as he teaches you the building blocks for testing your PHP code.
Learn the best-kept productivity secret of code masters and become a regular expression master!
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!
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.
Do you want to pass a C# interview full of algorithms and data structures? Then enroll in this course right now!
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.
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!

Additional materials that can be used by themselves or in addition to another malware course in order to emphasize learning objectives.
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
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!
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.
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.