Vishal Singhvishalsingh.hashnode.dev·3 hours agoReact Context vs Redux: Are They the Same?Building modern web applications, and managing and sharing state across components is a common challenge. React Context and Redux are two widely used tools for state management. At first glance, they might seem similar, but their purposes, use cases,...DiscussReactJs TutorialReact
Amit Mauryaamitmaurya.hashnode.dev·21 hours agoBuilding a Serverless Web Application with AWS Lambda, API Gateway, DynamoDB, S3In this article we are going to deploy web application on AWS in serverless way means we don’t have to manage servers at all, no scaling of servers nothing. In today’s world, most of the business need serverless architecture where they should mainly ...DiscussDevops
Shai AlmogforJava, Debugging, DevOps & Open Sourcedebugagent.com·Nov 19, 2024Front End Debugging Part 2: Console.log() to the MaxIn my previous post I talked about why Console.log() isn’t the most effective debugging tool. In this installment, we will do a bit of an about-face and discuss the ways in which Console.log() is fantastic. Let’s break down some essential concepts an...Discuss·10 likesPractical Debugging at ScaleJavaScript
Confidence Nwalozieconfidencenwalozie.hashnode.dev·Nov 19, 2024How to Create a Typing Game with JavaScript: Beginner's Guide Part 3If you're not quite sure how we got here, refer to the starter section of the series and follow through to the previous part where we created Modules for the game, discussed the Window storage property, explained Ternary operators, and briefly introd...DiscussJavaScript
Lucy ZhangforNocoBase's blognocobase.hashnode.dev·Nov 19, 2024[Tutorial] Chapter 4: Task and Comment PluginsOriginally published at Chapter 4: Task and Comment Plugins - NocoBase. Review of the Last Section Remember the challenge from the last section? We configured Status and Attachment fields for our task collection and displayed them in the task list. L...DiscussNo Code
Elnarilelnaril.hashnode.dev·Nov 18, 2024Tutorial: How to rate limit Python async requests to Etherscan - and other APIsTL;DRThis article provides a tutorial on implementing rate limiting for Python async requests using the credit-rate-limit library. It demonstrates how to manage API rate limits effectively with an example using the Etherscan API, ensuring your asynch...DiscussPython
anhphonggleam.hashnode.dev·Nov 18, 2024A Curated Collection of 100+ Beautiful OpenGraph (OG) ImagesHey developers! 👋 As someone who's been building gleam.so (an OG image generator), I've spent countless hours researching and analyzing how successful companies and developers craft their Open Graph images. Today, I'm excited to share a curated gall...DiscussWeb Development
Michael Andreuzzamichaelandreuzza.hashnode.dev·Nov 18, 2024How to create an animated loader with Tailwind CSSToday, we’ll design a straightforward animated loader using just Tailwind CSS. Why use a loader? A loader serves as a visual cue to show that a process is in progress. It can signify actions like a page loading, a form being submitted, or any other t...DiscussTailwind CSS
Patrick Sungkharismapatricksungkharisma.hashnode.dev·Nov 17, 2024Beginner's Introduction to GoGo, often referred to as Golang, has rapidly gained popularity among developers and organizations worldwide these days. Its simplicity, efficiency, and concurrency have made it popular among individual developers and companies alike. Companies like G...Discuss·10 likes·68 readsGo Language
Lucy ZhangforNocoBase's blognocobase.hashnode.dev·Nov 18, 2024[Tutorial] Chapter 3: Task Data ManagementOriginally published at Chapter 3: Task Data Management - NocoBase. With the requirements of our task management system outlined, it’s time to dive into the practical steps! Recall that our system should support Creating, Editing, and Deleting tasks,...DiscussNo Code