Dalia Ihabdaliaihab42.hashnode.dev·7 hours agoFrontend Tips (2) : Stylish Scrollbars with scrollbar-color🌟 Custom Scrollbars Made Easy with scrollbar-color in CSS! 🚀 Styling scrollbars used to be a hassle, requiring vendor-specific properties like ::-webkit-scrollbar. But now, modern CSS offers a simpler and more elegant solution: the scrollbar-color ...DiscussFrontend Tipstips
Dalia Ihabdaliaihab42.hashnode.dev·Dec 11, 2024Frontend Tip (1) : Animating Keywords✨ If you've ever worked with CSS animations, you know the pain of trying to animate size properties that involve keywords like auto. Traditional CSS just doesn’t natively handle transitions between numerical values and keywords, but by using interp...DiscussFrontend TipsFrontend Development
Anower Jahan Shofolshofol.hashnode.dev·Dec 8, 2024How to Create Stunning 3D Hover Effect with TailwindCSSHave you ever been mesmerized by those stunning 3D parallax hover effects on cards? They look complex, right? Well, I thought so too, until I came across a simple CodePen demo that showed how easy it is to create one. Do you want to learn it too? Let...DiscussCSS Shorts by Shofolhover animation
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
Hongtech.mrleong.net·Dec 6, 2024Clear Firefox DNS CacheType “about:networking#dns“ in the address bar, click “Clear DNS Cache“. This is very useful for testing that involves DNS changes.DiscussProTipsdns
Hassanigocoding.hashnode.dev·Dec 5, 2024Mastering JavaScript Modules: A Fun and Simple Guide to Imports, Exports, and Best Practices 📦🔧A Beginner’s Guide to JavaScript Modules: Organize Your Code Like a Pro If you’re building anything larger than a simple script, you’ve probably heard the word “modules” thrown around. But, what are modules in JavaScript? Why are they important? And ...Discuss·1 likemodules
Hassanigocoding.hashnode.dev·Dec 5, 2024Mastering MVC Architecture: How to Build Organized, Scalable Apps 🛠️Understanding MVC Architecture: A Structured Approach to Building Scalable Apps (With a Real-Life Analogy) Picture this: You're at a bustling restaurant 🍴. You don't expect the chef to serve your food, the waiter to cook your steak, or the menu to.....Discuss·1 likeMVC architecture
Aman jaindevnook.hashnode.dev·Nov 23, 2024How to Use Route Missing Methods in Laravel: A Step-by-Step TutorialMissing method Laravel 8.26.0 introduced a new method to the Router class called missing(). This method allows you to customize the behavior of route model binding when a model cannot be found. An exception would be thrown in previous versions of Lar...DiscussLaravel SeriesLaravel
Ayan Mehtafromhimalayas.hashnode.dev·Nov 16, 2024Mastering Async JavaScript: From Callbacks to Promises and Beyond 🚀TOPICS Callbacks Promises Async/Await .then/.catch finally Why do we need promises in Javascript : let's understand this first by some basic topics Callbacks: to understand promises we first need to understand callbacks. callbacks are function...DiscussAsync Programming Tips
DensTechDenwww.denstechden.com·Nov 14, 2024Node-RED Tips and Tricks for Power UsersNode-RED is a powerful tool for wiring together hardware devices, APIs, and online services in new and interesting ways. While it's user-friendly for beginners, power users can leverage its full potential with some advanced tips and tricks. Here are ...DiscussNode-REDNode-Red