Pranav Masekarsungod.hashnode.dev·Jul 16, 2023Flutter Extensions: A Must-Have for Any DeveloperIntroduction : Flutter extensions are a powerful tool that can be used to extend the functionality of Flutter apps. They allow developers to add new features, improve performance, and simplify their code. There are a wide variety of Flutter extension...16 likes·544 readsFlutterWeMakeDevs
Theodoros Karropoulosthkarropoulos.hashnode.dev·Jan 3, 2023The DRY Principle: Why It Matters in Software DesignIt is critical in software development to design systems to avoid knowledge duplication. This is where the DRY principle (Don't Repeat Yourself) comes into play. The DRY principle is a method of designing software systems so that all knowledge is exp...51 readsdry-principles