The following lessons explain different programming concepts and have been published by our members. Search for a particular lesson using the filters
It is imposible to software without storing information, its time to practice and master the science behind storage
SQLAlchemy is the most popular ORM for Python, start using it in 8min
Flask is becoming the most popular Python framework (if its not already), learn how to build RESTful API's the REST way
Before heading towards development, We need a strategy (User Stories). Find and learn here with user stories examples. It is the most undervalued activity in the software development cycle and it accounts for 70% of the reasons that projects are not delivered on time.
Learn how to use GIT with an interactive tutorial, video, and great article. Without GIT you won't be able to work at any company, and you won't be able to use anyone's code.
Building layouts is the most painful process when coding HTML & CSS. Learn the CSS layout rules: Display, Position, Float and Flex; and place any element anywhere you want.
String concatenation is the Web Developer's bread and butter, our job is to concatenate strings to create HTML/CSS documents programmatically
Split and conquer (again), this time we teach you how to split your code into several files to avoid GIT conflicts and to also be more organized, By the end of this lesson you will be able to dominate JavaScript import and exports.
All you've learned needs to be put together. Lets make our first entire professional application using the Agile Development method!