Ayomikun Osotaayoosota.hashnode.dev·Oct 8, 2024Same Same is Good EnoughAs a developer, I’ve been fed a consistent message throughout my career: Don’t Repeat Yourself (DRY). Every course I've taken, whether from Andrei, Angela, John, or other instructors, has drilled this principle into my head. The message is always the...abstraction
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 28, 2023Ada: LoopsRepetitive Blocks Repetitive blocks in Ada are used to execute a block of code repeatedly for a fixed number of times or until a condition is met. They have the following forms: For loop: for iterator in [reverse] loop_range loop -- Block of code end...Ada LanguageADA
Tiago Costa Rebelotiagocrebelo.hashnode.dev·May 7, 2023Design Principles...In this article, we'll be diving into the world of design, specifically, we'll approach design principles and how you can use them to create visually appealing and functional designs that will blow your users' minds, or at the very least, improve you...32 readsdesign principles