NATHANIEL ENDE JOELprogram01.hashnode.dev·Dec 12, 2024How to Start Coding:Introduction: Why Learn to Code? Coding has become one of the most sought-after skills in the modern digital world. From powering social media platforms to driving innovation in artificial intelligence, coding is at the heart of modern technology. Le...20 likesPython
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...CSS 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...1 likeJavaScript
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 ...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.....1 likeMVC architecture
Ashari Muhammad Hisbullohblog.iamashari.me·Nov 27, 2024Asking The Right QuestionHalo semuanya, kembali lagi bersama blog yang tidak tentu ini. Hehehe, hehehe. Setelah berkontemplasi pada kesibukan saya sekarang ini, saya untuk sementara memutuskan untuk membuat publikasi blog ini yang awalnya weekly alias seminggu sekali menjadi...interview
Mandlaiammandla.hashnode.dev·Oct 25, 2024How to Use the Spread Operator (...) in JavaScript to Simplify Your CodeJavaScript is full of powerful tools, and one versatile feature that often goes unnoticed is the spread operator (...), introduced in ES6 that can simplify your code in ways that may not be immediately obvious. Whether you're copying arrays, merging ...Developer
Shani Riversshanirivers.hashnode.dev·Oct 24, 20245-Minute Coffee Tip #1: Convert a PNG to ICO with PillowIn the world of digital design, icons are super important for making user interfaces look great and for sharing information quickly. ICO or Icon files are popular for displaying icons on Windows and are also used to add a logo to a website's browser ...icon
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 14, 2024Secure Coding Practices to Protect Your Code in the Digital EraIn a world where cyber threats are continuously evolving, secure coding practices have become very significant. Writing secure code is something that every developer-from small project freelancers to enterprise-scale application developers-needs to f...Web Development
Rishi Bakshirishibakshi.hashnode.dev·Oct 9, 2024Dynamic Routes in Next.js: Understanding the Significance of params and searchParamsOne common mistake developers make in Next.js is misunderstanding how dynamic routes work, particularly regarding the params and searchParams props. It’s crucial to understand that these props are only accessible in the page components and not in any...10 likesYou Don't Know Next.jsNext.js