Andrea Barghigianiblog.cupofcraft.dev·9 hours agoFlatten an array with a custom functionWhen it comes to arrays, JavaScript gives us plenty of options to work with them. The most common methods, maybe made famous by the need to write expressions in the JSX syntax itself, probably are map, filter, some, and reduce. But you only have to l...My GFE 75 ExperienceJavaScript
Andrea Barghigianiblog.cupofcraft.dev·Jan 9, 2025Replicate the classnames functionI am pretty sure that if you're reading this article, you are a FrontEnd Developer, and if your focus is on the React library, the package classnames (or class) should ring a bell. If it doesn't, well probably you haven't such need yet or maybe you'r...My GFE 75 ExperienceJavaScript
Hussnain Ahmadpsychocoder.hashnode.dev·Jan 7, 2025Keyboard Confessions - Episode # 00Hi everyone, New Year, New opportunities, Old Me Welcome back to yet another series “Keyboard Confessions”. What this series is about This series is a continuation of my previous series "Weekly Dev Journal" from 2024. Each week, I’ll be sharing my pr...11 likesKeyboard Confessionskeyboard confessions
John Nabildebug-your-future.hashnode.dev·Jan 5, 2025Mastering Problem-Solving: A Guide to Becoming a Skilled ProgrammerNow that I have learned how to write code, what comes next? In this career, the most important skill every programmer must have is problem-solving. Every day presents new challenges, and you'll encounter new problems regularly. If you don't know how ...CS Starter Kit: Learn, Build, Growproblem solving skills
Winnerwinnerezy.hashnode.dev·Jan 2, 2025Day 2 of My 2025 Coding Streak: Major Progress on LyraThe new year has kicked off with incredible momentum, and I am thrilled to share some exciting updates about my coding journey. It’s the second day of my 2025 coding streak, and I’ve made considerable progress on a project that has been my focus for ...1 likewebdev
Andrea Barghigianiblog.cupofcraft.dev·Jan 2, 2025Building your own reduce array methodJavaScript has always amazed me with its internal workings and the built-in features that we have for free, especially with the evolutions the language has gone through in recent years. I always wanted to dive deeper into the internals of the languag...My GFE 75 ExperienceJavaScript
John Hambletonjohns-coding-journey.hashnode.dev·Dec 29, 2024Simplified Dictionary Additions with "setdefault()" MethodAlthough I have now completed courses on using python to access web data and working with databases, I’m still working on locking down by skills with utilizing Lists and Dictionaries. This post is going to be about displaying and updating dictionarie...dictionary management
layakcoderlayakcoder.hashnode.dev·Dec 27, 2024Best Pure Responsive Footer with the Help of HTML and CSSIn today's web development, creating a responsive footer is essential for providing an optimal user experience on any device. A well-designed footer is a key component of a website, offering essential footer content like navigation links, contact det...31 likesWeb Development
Rupal Singhalrupalsinghal.hashnode.dev·Dec 24, 2024Empowering Women in Tech: Breaking Barriers and Building the FutureThe world of technology is dynamic, ever-evolving, and brimming with opportunities. Yet, the tech industry has long struggled with gender disparity. Women make up nearly half of the global workforce but are still underrepresented in tech roles. Enter...2 likesWomenWhoTech
Pavan Varmapavan-varma.hashnode.dev·Dec 17, 2024Java Functions/Methods: A Beginner's Guide to Writing Efficient CodeIntro: In this article, I would like to share some insights about... Functions/Methods Works Scoping Shadowing Variable Arguments Function Overloading let’s goooo..🙂🔥🔥🔥✌ Functions: A Function/Method is a block of code that only runs when ...Programming Blogs