File | Size |
---|
Get Bonus Downloads Here.url | 182.00 B |
~Get Your Files Here !/1. Introduction/1. Course Introduction and Motivation.mp4 | 2.60 MB |
~Get Your Files Here !/1. Introduction/2. Course Breakdown.mp4 | 3.49 MB |
~Get Your Files Here !/1. Introduction/3. What to expect from this course.mp4 | 1.12 MB |
~Get Your Files Here !/1. Introduction/4. What's included in this course.html | 468.00 B |
~Get Your Files Here !/1. Introduction/5. Course Readiness Check.html | 160.00 B |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/1. Create Class with Attribute and Method.mp4 | 11.03 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/10. Interface.mp4 | 19.36 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/11. Inheritance.mp4 | 16.45 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/12. Multiple Inheritance.mp4 | 20.16 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/13. Composite Class.mp4 | 21.39 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/14. Object Oriented Concept.html | 160.00 B |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/2. How Class Help to Create Complex Solution.mp4 | 86.56 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/3. Check Instance Type of Class.mp4 | 22.43 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/4. Class Method and Attribute.mp4 | 31.72 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/5. Callable Object.mp4 | 12.06 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/6. Compare Class Object using Magic Method.mp4 | 32.52 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/7. Magic Method str and repr.mp4 | 18.33 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/8. Magic Method to Access Attribute.mp4 | 56.57 MB |
~Get Your Files Here !/2. Object-Oriented Programming (OOP)/9. Abstract Base Class.mp4 | 13.22 MB |
~Get Your Files Here !/3. SOLID Overview/1. SOLID Design Pattern Overview.mp4 | 8.25 MB |
~Get Your Files Here !/3. SOLID Overview/2. Single Responsibility.mp4 | 2.69 MB |
~Get Your Files Here !/3. SOLID Overview/3. OpenClose Principle.mp4 | 35.66 MB |
~Get Your Files Here !/3. SOLID Overview/4. Liskov Substitution Principle - SOLID.mp4 | 14.92 MB |
~Get Your Files Here !/3. SOLID Overview/5. Interface Segregation Principle ISP - SOLID.mp4 | 10.47 MB |
~Get Your Files Here !/3. SOLID Overview/6. Dependency Inversion - SOLID.mp4 | 27.00 MB |
~Get Your Files Here !/4. Creational Design Patterns/1. Factory Method.mp4 | 37.91 MB |
~Get Your Files Here !/4. Creational Design Patterns/10. Prototype Pattern.mp4 | 50.58 MB |
~Get Your Files Here !/4. Creational Design Patterns/2. Code Along - Factory Method(1) - interface requirement.mp4 | 54.59 MB |
~Get Your Files Here !/4. Creational Design Patterns/3. Code Along - Factory Method(2) - Object Creation using Factory.mp4 | 34.11 MB |
~Get Your Files Here !/4. Creational Design Patterns/4. Code Along - Factory Method(2) - Apply Open Close Principle.mp4 | 129.32 MB |
~Get Your Files Here !/4. Creational Design Patterns/5. Builder Pattern Introduction.mp4 | 2.83 MB |
~Get Your Files Here !/4. Creational Design Patterns/6. Builder Pattern Demo.mp4 | 34.06 MB |
~Get Your Files Here !/4. Creational Design Patterns/7. Singleton Pattern - Mind Map Story.mp4 | 8.72 MB |
~Get Your Files Here !/4. Creational Design Patterns/8. Singleton Pattern.mp4 | 38.34 MB |
~Get Your Files Here !/4. Creational Design Patterns/9. Singleton Pattern - Summary.html | 371.00 B |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/1. Introduction SQLAlchemy.mp4 | 3.24 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/10. Delete records from table - Core.mp4 | 7.55 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/11. Delete table - Core.mp4 | 7.12 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/12. Advantages of SQLAlchemy Core.mp4 | 1.89 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/13. SQLAlchemy Core - Summary.html | 322.00 B |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/14. SQLAlchemy ORM - Introduction.mp4 | 1.17 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/15. Classical Mapping - ORM.mp4 | 20.63 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/16. Declarative API - ORM.mp4 | 14.04 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/17. Declarative API Model Demo.mp4 | 21.85 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/18. Create table and load data - ORM.mp4 | 29.50 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/19. Read data from table - ORM.mp4 | 7.13 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/2. Version Check.html | 56.00 B |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/20. Read data with filter - ORM.mp4 | 9.54 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/21. Update table data - ORM.mp4 | 20.29 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/22. Delete records from table - ORM.mp4 | 11.89 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/23. Advantages of SQLAlchemy ORM.mp4 | 1.56 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/24. Mini Project(SQLAlchemy) - Problem Statement.html | 582.00 B |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/25. Mini Project Demo using Docker - Preview.mp4 | 5.76 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/26. Mini Project(SQLAlchemy) - Solution.mp4 | 49.39 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/3. Install SQLAlchemy.mp4 | 1.03 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/4. Insert data into table - Core.mp4 | 20.33 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/5. Create table - Core.mp4 | 9.71 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/6. Read data from table - Core.mp4 | 8.07 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/7. Read data from table using Pandas.mp4 | 13.94 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/8. Load data to table using Pandas.mp4 | 16.99 MB |
~Get Your Files Here !/5. Database Integration using SQLAlchemy/9. Update table data - Core.mp4 | 11.19 MB |
~Get Your Files Here !/6. Git/1. git clone.mp4 | 6.51 MB |
~Get Your Files Here !/6. Git/2. git add and commit.mp4 | 21.99 MB |
~Get Your Files Here !/6. Git/3. git push.mp4 | 7.64 MB |
~Get Your Files Here !/6. Git/4. gitignore file.mp4 | 13.28 MB |
~Get Your Files Here !/6. Git/5. git pull.mp4 | 16.94 MB |
~Get Your Files Here !/7. CICD Integration/1. What is Docker.mp4 | 11.57 MB |
~Get Your Files Here !/7. CICD Integration/2. Docker Hub Playground.mp4 | 5.27 MB |
~Get Your Files Here !/7. CICD Integration/3. Dockerfile.mp4 | 4.51 MB |
~Get Your Files Here !/7. CICD Integration/4. Create Access Token in Docker Hub.mp4 | 647.82 kB |
~Get Your Files Here !/7. CICD Integration/5. Create Access Token for Github.mp4 | 5.91 MB |
~Get Your Files Here !/7. CICD Integration/6. Add secret to Github Repository.mp4 | 3.46 MB |
~Get Your Files Here !/7. CICD Integration/7. Create Action in Github.mp4 | 9.16 MB |
~Get Your Files Here !/Bonus Resources.txt | 386.00 B |