Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Crash Course: The Solid Principles Of Software Engineering

    Posted By: ELK1nG
    Crash Course: The Solid Principles Of Software Engineering

    Crash Course: The Solid Principles Of Software Engineering
    Published 6/2024
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.12 GB | Duration: 1h 0m

    Learn the 5 principles driving software engineering in the modern age

    What you'll learn

    Learn the definitions of the SOLID principles

    Gain knowledge of real examples of the SOLID principles in practice

    Understand why they are important

    Understand the problems that are caused when SOLID principles aren't used

    Requirements

    You need to have a basic understanding of object oriented programming and inheritance

    Description

    So you want to be a competent software engineer? Then look no further. These 5 principles, introduced in 2000 by Robert C. Martin, have been at the bedrock of software since he released his book "Design Principles and Design Patterns". This crash course will take you through each principle, what it means, and how to use it. The videos will not only provide you valuable skills in building high quality, maintainable, and testable code, but they will also make you prepared for any interview questions that you might be asked about the SOLID principles (this is quite common!)For each principle listed below the course contains: a detailed explanation of the principle (using references to popular books written by industry experts), class diagrams to understand the principle from a high level, and a coding exercise to understand the principle from a foundational real world level.S - Single Responsibility PrincipleO - Open Closed PrincipleL - Liskov Substitution PrincipleI - Interface Segregation PrincipleD - Dependency Inversion PrincipleBy the end of the course and after watching each of these videos, you should have no problem explaining what the principle means, and converting non-SOLID code into SOLID code.Good luck, and happy coding!

    Overview

    Section 1: Single Responsibility Principle

    Lecture 1 Video

    Section 2: Open Closed Principle

    Lecture 2 Video

    Section 3: Liskov Substitution Principle

    Lecture 3 Video

    Section 4: Interface Segregation Principle

    Lecture 4 Video

    Section 5: Dependency Inversion Principle

    Lecture 5 Video

    Beginner software engineers or people that need a refresher on the principles