Prince Ezeprinceeze.hashnode.dev·14 hours agoNavigating through Good and Bad UXHi! Welcome to my journey through user experience (UX) design. This adventure is part of the FOF Africa mentorship program for entry-level and junior designers, and I'm excited to share my insights with you. Today, I'm exploring and evaluating differ...DiscussDesign
Precious Ekene Mgbolupedon.hashnode.dev·Sep 20, 2023Fundamentals Of Ux DesignWhat is UX Design? User experience (UX) design is the process of designing products or services that provide meaningful experiences for users. UX designers consider the elements that shape a user's journey with a product or service, how these element...Discuss·3 likes·28 readsUi/Ux Design
Vestar Plusvestarplus.hashnode.dev·Sep 15, 2023Steps On How To Improve Your Designs As a UX Designer In LagosImproving your designs as a UX (User Experience) designer in Lagos, or anywhere else, involves a combination of continuous learning, practice, and a user-centered approach. Here are steps to help you enhance your UX design skills; * Understand the Ba...Discussux design
Karan Balajiblog.karanbalaji.com·Sep 12, 2023Day 5/100 in #100DaysOfDesign: Power of Design Thinking - My Top 10 Tools(Why) - An Introduction to My Deepening Appreciation for Design Thinking ✍️ On Day 5 of my #100DaysOfDesign journey, I want to highlight the incredible impact of Design Thinking in my design process. This approach has been a crucial part of my toolki...DiscussUX
prathap chowdaryprathap.tech·Sep 3, 2023Design patterns [Notes]Benefits Industry-standard approach to software engineering Reusability and robustness Easier to debug and quick development as team(s) Categories Creational patterns Singleton Factory Abstract factory Builder Prototype Structural pattern...Discussdesign patterns
Omar Abdellatifomarabdellatif.hashnode.dev·Aug 30, 2023Object-Oriented Modeling (continued)I'm going to cover the major design principles that are used in object-oriented modelling. Creating Models in Design It is important when working on a software development project not to jump right into creating code to solve the problem. Instead, ma...Discuss·43 readsdesign principles
Ali Shahalishah.hashnode.dev·Aug 16, 2023Exploring Service Locator PatternRecently I was asked to look at Webhook implementation in an application by a client which had grown in size and had become hard to maintain. As I sought the ideal implementation, I delved into various design patterns. The Service Locator pattern eme...DiscussPHP
Ritesh Panigrahiriteshpanigrahi.hashnode.dev·Aug 16, 2023Simplify Your Code with SOLID Principles: A Beginner's GuideIn the last article, we learned all about SOLID principles in detail. Now, in this one, we'll put those principles into practice by using some examples and fixing bad code. By applying SOLID principles, we'll understand how to make messy code, easier...DiscussSOLID principles
Vestar Plusvestarplus.hashnode.dev·Aug 15, 2023Maximizing The Potential Of AI in UX Design in LagosDesign professionals are tech-savvy. In our professional lives, we use it frequently, and for many of us, it is second nature. But how can we ensure that ethical considerations are taken into account while maximizing AI benefits? I'll give some tips ...Discussux design
Chetan Dattachetan77.hashnode.dev·Aug 13, 2023Single Responsibility Principle (SRP)SRP is part of SOLID design principles. With the help of SRP, we can maintain clean and robust source code. SRP states that only one actor can change the module. In most of the scenarios, the actor corresponds business stakeholder. The module can b...DiscussSOLID principles