Junior Garciajrgarciadev.hashnode.net·Feb 5, 2021FeaturedDevcover - Easiest way to generate a developer portfolioBuilding a developer portfolio can be a difficult task, we have to think of a good design, show our best projects, our last posts blogs, talk about ourselves, offer contact details and then write the code, but as least in my case, this was very compl...Tapas Adhikary and 34 others are discussing this35 people are discussing thisDiscuss·587 likes·4.6K readsVercel Hashnode Hackathon😍 Absolutely loved this project man! Not just the idea but the execution is perfect. The look and feel of UI are just awesome. The favicon thing, option to choose a theme color and deploy it, wow! 🙌 Kudos! You did a great job. 4
Usman Sabuwalausman2102.hashnode.net·Dec 17, 2022🎣 Webhooks Demystified - Get Real-Time Personal Notifications with Discord WebhooksHey all 👋👋 Webhooks are a powerful tool that allow applications to communicate with each other in real-time. They are often used to send notifications or updates from one system to another without requiring manual intervention. If you know the bas...The Revealer and 9 others are discussing this10 people are discussing thisDiscuss·482 likes·2.4K readsJavaScriptThis is a really useful article, I will take note for my website! 11
Savio Martinsaviomartin.hashnode.net·Jun 28, 2021FeaturedIntroducing Code House - Biggest Store of Cheat sheets 👨💻Hello Folks 👋 This is Savio here. I hope you all are doing good. I'm young web dev with an intention to enhance as a successful web developer. Today, I'm super proud to introduce my latest and biggest ever project, which I had made till date as a su...Tapas Adhikary and 37 others are discussing this38 people are discussing thisDiscuss·459 likes·3.9K readsHarperDB HackathonThis is way too awesome! I just had a play with it. 🔥 It has the potential to become big! Well done, Savio Martin! 🥳 19
Lucas Schiavinilucas-schiavini.hashnode.net·Feb 18, 2024No QueryClient set, use QueryClientProvider to set one [Fix]So I am a big dumb dumb. I have a couple of projects all using react-query, and some using @tanstack/react-query. On one of those I encountered those errors, and here's the code. "use client"; import {QueryClient, QueryClientProvider} fro...DiscussJavaScript
Amit Kumaramitkumarblog.hashnode.net·Jan 11, 2024Insights into Sitecore Search: A Definitive Introduction.messagebox-outer-div { --padding-left: var(--grid-gutter-x-width); --padding-right: var(--grid-gutter-x-width); padding-right: var(--padding-right); padding-left: var(--padding-left); margin-bottom: var(--spacing-xl) !important; } .messagebox-div-fi...Discussai
Abhi Jainstrongbase.hashnode.net·Apr 25, 2023How to use a webcam in the Nextjs applicationhey folks, In this blog I wanted to share my latest experience of building a video streaming platform for my client. if you are looking to build a video streaming platform you would need to use a webcam for your user and here is how you can do this. ...DiscussNext.js
Tahmeer Pashatahmeerpasha.hashnode.net·Apr 25, 2023Hello 👋 Next.jsWhat is Next.js? Next.js is a React-based web application development framework that offers server-side rendering and automatic code splitting for enhanced performance and user experience. Next.js was developed by Vercel, formerly known as Zeit, and ...DiscussNext.js
Victoriavictoriacheng15.hashnode.net·Apr 25, 2023Nextjs State Management with Redux Toolkit - Part 2Intro In my previous post, I covered setting up Redux Toolkit and fetching stories from the top category. However, the application now needs to display stories from the show and job categories as well. As a result, the code needs to be refactored to ...DiscussNext.js
Chriskristijan-pajtasev.hashnode.net·Apr 25, 2023Avoid Common Pitfalls with Next.js Server-Side RenderingNextJS is an amazing JavaScript framework that uses ReactJS for building UI applications. It comes with many great features that help you build faster and SEO-friendly applications like server-side rendering. However, like any tool, if used incorrect...Discuss·10 likesNextJSNext.js
Devlin Bentleymeanderingthoughts.hashnode.net·Apr 25, 2023Server Side Rendering Is Stupid And You (Probably) Shouldn't be Using ItDisclaimer: This post is explicitly talking about running JavaScript UI frameworks such as React and Vue server side to generate single page applications. It is not about traditional MPAs, or using Go/Python/Ruby/etc. This post is specifically in res...Discuss·707 readsSSR
Coding Pastorcodingpastor.hashnode.net·Apr 24, 2023Goodbye create-react-app: A New ApproachAre you ready to say goodbye to an old friend? For many React developers, create-react-app has been a trusty companion in their journey of building single-page applications. It's made setting up projects a breeze and saved countless hours of configur...Simone Aiello and 2 others are discussing this3 people are discussing thisDiscuss·21 likes·205 readsReact
Dessire UgarteforStrapistrapi.hashnode.net·Apr 24, 2023Next.js vs Astro vs Remix: Choosing the Right Front-end FrameworkWhen selecting a framework for your web application, it is critical to consider the developer experience that they provide. Astro, Remix, and Next.js both build on top of React to provide a more streamlined experience. They both have a low learning c...DiscussStrapi
Tobiloba Adedejisolutions7.hashnode.net·Apr 24, 2023How To Use MillionJs In a Next App.Introduction Following a recent announcement by the millionjs creator Aiden Bai about support of Millionjs for Nextjs apps in the newest release of Millionjs (version 2.3.0), this article pretty much had to be a thing! https://twitter.com/aidenybai/s...Discuss·3 likes·759 readsReact