Shaydee CoderforShaydee Coder's Blogshaydeecoder.hashnode.net·Oct 26, 2020The Importance Of Whitespace In Web Design & How To Properly Use ThemWhen designing a new website it’s essential to keep your pages clean, uncluttered, and easy to navigate. Today's website visitors are content-scanners. They scroll quickly, skim posts, and get distracted by busy layouts trying to accomplish too much....Discuss·62 likes·482 readsUI Design
Colby FayockforColby Fayockcolbyfayock.hashnode.net·Nov 4, 2020FeaturedHow is Design Important as a Developer and What Can You Do to Level Up?Design is a part of the product process that often gets pushed off. This can come at a cost that your customers or other developers have to pay. How is design important for those of us who aren't just pushing pixels in Photoshop or Figma and what can...Sandeep Panda Test and 2 others are discussing this3 people are discussing thisDiscuss·58 likes·487 readsdesign and architecture
Design with SiddharthforSiddharth Designsdaily-design-tips.hashnode.net·Jan 31, 2021I am doing a 56 days of Design ChallengeHi All !! Siddharth here. Hope you all are having a great day. About me I am Siddharth Ponnapalli, a freelance Graphics Designer from India with 3 years of experience in the field. I've been working on logos, UI/UX designs, 2d animations, etc fo...Ana Vela and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·184 readsDesign
Olivier PenhoatforNiji Techniji.hashnode.net·Apr 20, 2023Niji RESTful API guidelinesCe document a pour vocation de recenser les lignes directrices et bonnes pratiques de Niji s'agissant de la conception d'APIs RESTful pragmatiques. Nouveau venu dans le monde des APIs ? → An Introduction to API’s Préambule : Aucun standard absolu n...Discuss·1 like·33 readsapi
Anita Kahenyaforanitakahenya.hashnode.net·Apr 17, 2023Atomic Design: Simplifying Scalable and Consistent Design SystemsAs web design has evolved over the years, so too have the methodologies and processes used to create effective designs. One such methodology that has gained popularity in recent years is Atomic Design, a system for creating and maintaining efficient,...Discuss·15 likes·28 readsatomic design
Jennifer Oro-Oghene EtegbekeforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 17, 2023Fundamentals of User Interface (UI) DesignTo help businesses and customers (consumers) with sales, marketing, financing, and other issues, web and mobile applications are frequently used. But providing a design that fixes your users' issues is insufficient, and user attrition will be signifi...Discuss·1 likeUI
Tamarfor#CutePoisontamar.hashnode.net·Apr 15, 2023Over Scoping - Why Your Game Takes Too Long To Complete.Over scoping means setting unrealistic goals or expectations for a game's development, which can lead to delays, burnout, and even project failure. It often happens when game developers have too many ambitious ideas but lack the necessary resources o...Discuss·39 readsGame Development
Amit kumarforEmbracing Tech Evolutiontechthoughtsexplorer.hashnode.net·Apr 14, 2023A Comprehensive Guide to Design Patterns in JavaIntroduction to Design Patterns Design patterns are reusable solutions to common problems that arise during software design. They provide a standardized way to approach these problems, making it easier for developers to create efficient and maintaina...Discuss·5 likes·33 readsJava Uncovered: Exploring the Infinite PossibilitiesJava
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 14, 2023What is Open-Closed Principle?Introduction The Open-Closed Principle is a fundamental principle in software engineering, which states that software entities (classes, modules, functions, etc.) should be open for extension but closed for modification. This means that the behaviour...Discuss·1 likedesign patterns
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 13, 2023What is Chain of Responsibility Design Pattern?Introduction The Chain of Responsibility pattern is a design pattern that allows a series of objects to handle a request. In this pattern, each object in the chain has a chance to handle the request before passing it on to the next object. If none of...Discuss·10 likesdesign patterns
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 13, 20238 Design Patterns EVERY Developer Should KnowDesign patterns are proven solutions to common problems that software developers face in their work. There are many design patterns available, but here are the 8 design patterns that every developer should know: Singleton Pattern Ensures that only ...Discuss·10 likes8 Design Patterns EVERY Developer Should Knowdesign patterns
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 13, 2023What is the Command Design Pattern?The Command Design Pattern is a behavioural design pattern that allows you to encapsulate requests or commands as objects, thereby allowing you to parameterize clients with different requests and queue or log requests for later use. It separates the ...Discuss·10 likes8 Design Patterns EVERY Developer Should Knowdesign patterns
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 13, 2023What is the Decorator Design Pattern?Introduction In software engineering, the Decorator design pattern is a structural pattern that allows objects to be extended with new behaviours at runtime, without affecting the behaviour of other objects in the same class. It is one of the Gang of...Discuss·10 likes8 Design Patterns EVERY Developer Should Knowdesign patterns