Deep KiranforDeep Kiran's Blogdeepkiran.hashnode.net·May 20, 2021Polyfill for Bind method and Currying in JavaScriptHello Readers, welcome to another blog on learning the key concepts of JavaScript. We will learn about creating polyfill for the bind method and the currying concept in JS. In order to do that, first, we have to understand how the call, bind and appl...Discuss·71 likes·621 readsJavaScript
Hrishikesh PardeshiforTech & Product Musingshrishikesh1990.hashnode.net·Oct 16, 2020FeaturedRapid Prototyping with Utility-First CSSI am the co-founder of Flexiple and Remote Tools. In this post, I describe why I chose to use a utility-first CSS framework to build my website's UI in a fast, robust and low-maintenance way. Here's a short demo & twitter thread (if you prefer a quic...Discuss·64 likes·250 readsCSS
haresh lakhwanifordailylearn.hashnode.net·Mar 28, 2023Prototypes and Prototypal Inheritance in JavaScript: A Beginner's GuideIn this blog we are going to learn about Prototypal Inheritance but before understanding that we need to understand what a prototype is and also we will learn about the prototype chain. This is the very core concept of javascript because the entire i...Discuss·43 likes·137 readsprototyping
Chris UsickforHack • Grow • Makehackgrowmake.hashnode.net·Apr 19, 2023My week from `git diff`Welcome to my first "My week from git diff", where I take a look at the changes to my Personal Knowledge base over the past week. Here's the diff: In the past week, I was fascinated with developments going on in the AI space, spent some time buildin...Discusssoftware development
haresh lakhwanifordailylearn.hashnode.net·Mar 28, 2023Prototypes and Prototypal Inheritance in JavaScript: A Beginner's GuideIn this blog we are going to learn about Prototypal Inheritance but before understanding that we need to understand what a prototype is and also we will learn about the prototype chain. This is the very core concept of javascript because the entire i...Discuss·43 likes·137 readsprototyping
Bharat goyalforBharatglbharatg.hashnode.net·Mar 13, 2023JavaScript Prototyping: The Key to Bringing Your Ideas to LifeJavaScript is a powerful programming language that allows developers to create interactive and dynamic websites. One of the most important features of JavaScript is its ability to use prototypes. Prototypes are objects that act as blueprints for othe...Discuss·11 likes·34 readsJavaScript
Mohit MohliaforMohit Mohliamohitmohlia.hashnode.net·Mar 5, 2023Mastering Prototyping in JavaScript: A Comprehensive GuidePrototyping in JavaScript: An Introduction JavaScript is a powerful programming language that is widely used to create dynamic, interactive websites and web applications. One of the key features of JavaScript is its ability to use prototyping to add ...Discuss·1 like·32 readsJavaScript
Oyiza Kharimat UsmanforKharimat Usman Techventureskharimatusman.hashnode.net·Feb 20, 2023Figma InteractionsHave you made your first design on Figma? Are you ready to put on your big boy pants and add interactions to your design? Then you came to the right article, I am taking us on a journey to understand the elements of prototyping and how to use it Wha...Discuss·16 likes·409 readsfigma
Barunabha PoddarforBarun can codebaruncancode.hashnode.net·Jan 9, 2023Javascript PrototypesIntroduction: Now, this is a topic many people ignore but not me😎. I am going to discuss all of the important things related to Javascript prototypes and try to make things as simple as possible. For the pros, please follow Mdn docs. Now, in my regu...Discuss·1 like·54 readsiwritecode
Subham SahuforSubham's Blogsubhamsahu.hashnode.net·Dec 29, 2022JavaScript : PrototypePrerequisites Datatypes Object Try running the below code. We defined a new person object with properties firstname and lastname, and run toString method on the object. const person = { firstname:"Rohan", lastname:"Kamal" } console.log(per...Discuss·49 readsJavaScriptJavaScript
PiushforPiushpiush.hashnode.net·Dec 6, 2022Top 10 (Adobe) Figma alternativesLunacy A great free tool that works on all platforms (Windows, macOS and Linux), has some useful AI features, collaboration and can easily edit sketch, Figma, XD, Avocode files too. Get it here Origami Studio A design tool made by Facebook (Meta) t...Discuss·54 readsadobeXD
Vaibhav Tyagiforvaibhavtyagi.hashnode.net·Dec 5, 2022Object-oriented programming (OOP) With JavascriptWhat is Object-Oriented programming (OOP)? Object-oriented programming (OOP) is a programming paradigm (Style of code, “how” we write and organize code) based on the concept of objects. We use objects to model (describe) the real-world (your phone)...Discuss·58 readsJavaScript
Jerry XuforILLA Cloud Blogillacloud.hashnode.net·Dec 1, 20228 Key Benefits of Low Code PlatformLow code development means that instead of writing the whole program for software, users can use pre-built components as building blocks and assemble them to form software that meets their demands. When made correctly, such platforms lack no features...DiscussBlogLow Code