Hassanigocoding.hashnode.dev·Dec 6, 2024🌟 Mastering call(), apply(), and bind() in JavaScript – A Beginner's GuideUnlocking the Power of call(), apply(), bind(), this, and Higher-Order Functions in JavaScript 🔓🚀 Hey there, JavaScript explorer! 👋 Let’s dive into three super handy methods: call(), apply(), and bind(), while also unlocking the secrets of the mys...Discuss·1 likeJavaScript
Pawan Gangwaniblogs.pgangwani.co.in·Dec 5, 2024Enhance Your Development Skills with SOLID PrinciplesIntroduction Hey there, young coder! 🌟 Today, we're going to learn about some super cool principles that help us write better code. These principles are called SOLID. Imagine SOLID principles as the rules of a game that make sure everyone has fun an...DiscussSOLID principles
Ankita Lunawatcloudhub2295.hashnode.dev·Aug 1, 2024Provision EC2 Instance with EBS Volume using TerraformTerraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It is used to define and provision infrastructure resources in a safe, repeatable, and automated way. Here’s a more detailed breakdown of what Terraform does and it...DiscussTerraform
Engr. Animashaun Fisayo Michaelfmanimashaun.hashnode.dev·Jul 12, 2024Understanding `call()`, `apply()`, and `bind()` Methods in JavaScriptJavaScript provides several methods to control the this context in functions, object methods, and event handlers. The most common methods are call(), apply, and bind(). In this blog, we'll explore these methods with practical examples. call() Method ...DiscussJavaScript
Ramdas Hedgapureblog.hramdas.in·Jan 27, 2024Use of call, apply, and bind in JavaScriptIn JavaScript, call, apply, and bind are methods used to manipulate the this value inside a function. call: The call method is used to invoke a function with a specified this value and individual arguments passed directly. javascriptCopy codefuncti...Discuss·1 likecall
Ojas Elawadhiojaselawadhi.hashnode.dev·Nov 20, 2023Call, Apply, and BindHey code explorers! Today, let's uncover some magical powers in JavaScript: Call, Apply, and Bind. Think of them as your code wizards, each with a special trick up its sleeve. Picture yourself in a coding wizardry school, and these tricks are here to...Discusscall
JD Lienwebartisan.info·Aug 22, 2022How and When To Use @apply in TailwindIf you've used CSS for long, you're likely used to creating CSS components for reusable styles. A big drawback of Tailwind appears to be code duplication — imagine having to add in all the classes for a button hundreds of times in an application: bac...Discuss·2.0K readsTailwind CSS