Bethel-Gold Ayodelegoldengirl.hashnode.dev·Nov 3, 2023Prototype your ideas into dynamic possibilitiesJust like demos, which guide how or what needs to be added to make the final original song good, Prototyping guides you to make better decisions when designing. Now, let’s sit back and think about this topic… What is a prototype? Prototyping? What i...Discuss·1 likeprototyping
Mary OkaretheforCrowdblog.crowdapp.io·Nov 2, 2023Top 10 Tools for Prototype Testing and EvaluationPrototyping is a critical phase in the product development process. It allows designers and developers to create interactive models of their ideas, which can be tested and evaluated by their target users before the actual product is built. To facilit...DiscussLearnprototyping
Oluwasegun Idowuengrshege.hashnode.dev·Oct 22, 2023Ep. 20: Final CompositionsUdemy Course: Complete Web & Mobile Designer in 2023: UI/UX, Figma, + more by Andrei Neagoie & Daniel Schifano. Episode 20: Final Compositions Introduction In this episode, I will be connecting everything I have learned and designed/created so far in...Discuss·10 likesProduct DesignProduct Design
saurabh suryavanshisaurabhsuryavanshi.hashnode.dev·Oct 13, 2023Understanding Prototypes in JavaScriptJavaScript, the cornerstone of modern web development, boasts a myriad of intriguing and unique features. One such feature is the prototype. When diving into JavaScript, especially for those new to programming, understanding prototypes is crucial to ...DiscussJavaScript
Wisdom Aigbotsuawisdomsyx.hashnode.dev·Sep 28, 2023Getting Started with Prototypal Inheritance in JavaScript.Just as parents pass on specific characteristics, behaviors, or traits to their children, the same can be said about JavaScript’s object-oriented nature. With JavaScript prototypes (which act as parents in this case), objects can inherit properties a...Discuss·3 likes·32 readsJavaScript
Ravinder Pandeyravinpandey.hashnode.dev·Sep 15, 2023JavaScript Prototype: Your Ultimate Guide! 🚀Hey there, fellow code explorer! 🌟 Are you ready to embark on a journey to demystify one of JavaScript's fundamental concepts? Buckle up, because we're about to unravel the magical world of JavaScript prototypes! 🪄✨ 🤔 What's a Prototype Anyway? In...Discussprototype
petter soncheckuxdesign.hashnode.dev·Aug 24, 2023Wireframes vs. Prototypes: What’s the Difference?In the realm of design and development, both wireframes and prototypes play crucial roles in bringing digital products to life. However, they serve different purposes and are utilized at different stages of the design process. Let's delve into the di...Discusswireframes
Sudhanshu kumarsudhanshumodi.hashnode.dev·Aug 11, 2023Prototype in JavaScriptLet's understand prototype with a question Let's just say I have a really simple method or string here that, hey I want to simply have some functionality so I am going to say let myName = "Sudhanshu" Notice here how many characters are there What is...Discuss·35 readsJavaScript
Madaline Albrightmaddie.hashnode.dev·Aug 4, 2023How to reduce a programming project's timeline without compromising quality.Reducing a programming project's timeline without compromising quality is a challenging task, but using a Proof of Concept (PoC) can be instrumental in achieving this goal. What is a POC? In simple terms, a Proof of Concept (PoC) is the initial stage...Discuss·5 likesprototype
Diwakardiwakarkashyap.hashnode.dev·Jul 31, 2023Prototype in JavaScriptIn JavaScript, a prototype is an object from which other objects can inherit properties. It's part of JavaScript's implementation of a key concept in Object Oriented Programming: inheritance. JavaScript is a bit unique in that it is a prototype-bas...Discuss·10 likes·36 readsprototype