{"id":9335,"date":"2026-08-10T10:06:20","date_gmt":"2026-08-10T10:06:20","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/mirdin-the-advanced-software-design-course-2025-2\/"},"modified":"2026-08-10T10:06:20","modified_gmt":"2026-08-10T10:06:20","slug":"mirdin-the-advanced-software-design-course-2025-2","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/mirdin-the-advanced-software-design-course-2025-2\/","title":{"rendered":"Mirdin \u2013 The Advanced Software Design Course 2025-2"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<p dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"9:1-9:325\"><span style=\"vertical-align: inherit\">The Advanced Software Design Course. This is a program with 6 main modules that aims to improve software design skills. The course covers the principles of logic, data structure design, state management, modularity, and error correction. Students will experience code refactoring, learn to avoid hidden dependencies, and effectively address the challenges of designing a software system. In the first module, you will discover the key difference between design and implementation and master Hoare\u2019s triples to understand code complexity. The second module explores the principle of embedded design, showing how to embed application design directly into its code. The third module explores the principle of representable and permissible states, showing how to restrict application states so that only permissible states are representable. The fourth module explores the principle of data over code, showing how a data-centric approach helps to better modularize and hide information. Unit 5 looks at algebraic reconstruction, showing how to use the power of algebra to discover that what seems different may actually be the same. Unit 6 looks at code longevity, teaching you when it\u2019s worth spending time on thoughtful design and when it can be postponed.<\/span><\/p>\n<h3 dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"13:1-13:25\"><span style=\"vertical-align: inherit\">What you will learn:<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"15:1-27:0\">\n<li data-sourcepos=\"15:1-15:66\"><span style=\"vertical-align: inherit\">The difference between design and implementation and its impact on creating reliable code.<\/span><\/li>\n<li data-sourcepos=\"16:1-16:49\"><span style=\"vertical-align: inherit\">Using Hoare\u2019s triples to understand code complexity.<\/span><\/li>\n<li data-sourcepos=\"17:1-17:40\"><span style=\"vertical-align: inherit\">Embedding the application design directly into its code.<\/span><\/li>\n<li data-sourcepos=\"18:1-18:55\"><span style=\"vertical-align: inherit\">Using embedded design principles to better structure code.<\/span><\/li>\n<li data-sourcepos=\"19:1-19:32\"><span style=\"vertical-align: inherit\">Find and remove hidden dependencies.<\/span><\/li>\n<li data-sourcepos=\"20:1-20:40\"><span style=\"vertical-align: inherit\">Limiting program states to permitted states.<\/span><\/li>\n<li data-sourcepos=\"21:1-21:80\"><span style=\"vertical-align: inherit\">Design data structures and APIs that cannot be exploited.<\/span><\/li>\n<li data-sourcepos=\"22:1-22:72\"><span style=\"vertical-align: inherit\">Using the data-over-code principle for modularity and better information hiding.<\/span><\/li>\n<li data-sourcepos=\"23:1-23:44\"><span style=\"vertical-align: inherit\">Using algebraic reconstruction to simplify code.<\/span><\/li>\n<li data-sourcepos=\"24:1-24:49\"><span style=\"vertical-align: inherit\">Identify and isolate assumptions embedded in lines of code.<\/span><\/li>\n<li data-sourcepos=\"25:1-25:78\"><span style=\"vertical-align: inherit\">Use the Liskov Substitution Principle to ensure code compatibility with future versions.<\/span><\/li>\n<li data-sourcepos=\"26:1-27:0\"><span style=\"vertical-align: inherit\">Using subtype theory to predict and prevent \u201ccomplexity accumulation\u201d.<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"28:1-28:32\"><span style=\"vertical-align: inherit\">Who is this course suitable for?<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"30:1-33:0\">\n<li data-sourcepos=\"30:1-30:74\"><span style=\"vertical-align: inherit\">Software developers who want to improve their design skills.<\/span><\/li>\n<li data-sourcepos=\"31:1-31:65\"><span style=\"vertical-align: inherit\">Software architects looking to learn advanced design principles.<\/span><\/li>\n<li data-sourcepos=\"32:1-33:0\"><span style=\"vertical-align: inherit\">Anyone who wants to gain a deeper understanding of software design.<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course details The Advanced Software Design Course<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\">\n<li><span style=\"vertical-align: inherit\">Publisher: <\/span><a href=\"https:\/\/href.li\/?https:\/\/self-service.mirdin.com\/\" target=\"_blank\" rel=\"noopener\"><span style=\"vertical-align: inherit\">Mirdin<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Instructor: <\/span><a href=\"https:\/\/downloadlynet.ir\/tag\/mirdin\/\"><span style=\"vertical-align: inherit\">Mirdin<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: Beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 11 hours and 23 minutes<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Number of lessons: 138<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course headings<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\">\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Unit 1 The Hidden Layer of Logic<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Unit 2 | The Embedded Design Principle<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Unit 3 The Representable\/Valid Principle<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Unit 4 The Data Over Code Principle<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Unit 5 | Algebraic Refactoring<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Unit 6 | Future-Proofing<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course images<\/span><\/h3>\n<p dir=\"ltr\" style=\"text-align: left\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-972611 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2025\/03\/The-Advanced-Software-Design-Course-2.png\" alt=\"The Advanced Software Design Course\" width=\"837\" height=\"221\"><\/p>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Sample course video<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-159430-1\"><video class=\"wp-video-shortcode\" id=\"video-159430-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/The_Advanced_Software_Design_Course_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/The_Advanced_Software_Design_Course_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/The_Advanced_Software_Design_Course_Downloadly.ir.mp4?nocache=1786115016438\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/The_Advanced_Software_Design_Course_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div dir=\"ltr\" style=\"text-align: left\">\n<h3><span style=\"vertical-align: inherit\">Installation Guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Subtitles: None<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 1200p<\/span><\/p>\n<\/div>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Download link<\/span><\/h3>\n<p dir=\"ltr\" style=\"text-align: left\"><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Mirdin_The_Advanced_Software_Design_Course_2025-2.part1_Downloadly.ir.rar?nocache=1786115013\"><span style=\"vertical-align: inherit\">Download Part 1 \u2013 1 GB<\/span><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: left\"><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Mirdin_The_Advanced_Software_Design_Course_2025-2.part2_Downloadly.ir.rar?nocache=1786115013\"><span style=\"vertical-align: inherit\">Download Part 2 \u2013 1 GB<\/span><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: left\"><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Mirdin_The_Advanced_Software_Design_Course_2025-2.part3_Downloadly.ir.rar?nocache=1786115013\"><span style=\"vertical-align: inherit\">Download Part 3 \u2013 290 MB<\/span><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/p>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">File size<\/span><\/h3>\n<p dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">2.2 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description The Advanced Software Design Course. This is a program with 6 main modules that aims to improve software design skills. The course covers the princi<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[80836,80837,80838,80839,80840,80841],"class_list":["post-9335","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-course-the-advanced-software-design-course","dgi_tag-download-course-the-advanced-software-design-course","dgi_tag-download-the-advanced-software-design-course","dgi_tag-free-download-the-advanced-software-design-course","dgi_tag-free-the-advanced-software-design-course","dgi_tag-mirdin"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/9335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/9335\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=9335"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=9335"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=9335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}