Nischal Baidarnischalbaidar.hashnode.dev·Oct 1, 2024Mistakes I Made While Learning Machine Learning (And How to Avoid Them)Hey everyone! When I started learning machine learning (ML), I made a bunch of mistakes that slowed me down. Here are some of the things I wish I knew earlier. Hopefully, this helps you avoid them! 😊 1. Setting Unrealistic Goals 🚀 At first, I thou...Discuss·40 readsnischal_baidar
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Avoiding Common Mistakes with Browser APIs in Next.jsOne common mistake that beginners make when working with Next.js is incorrectly using browser APIs like window.localStorage in client components. Understanding how Next.js handles server-side rendering (SSR) and client-side rendering (CSR) is crucial...Discuss·11 likesYou Don't Know Next.jsBeginner Developers
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Still Convinced That Multiple Fetch Requests Hit the Database Multiple Times? You’re Missing Out!One of the common mistakes I've encountered while working with Next.js is the misconception that making separate data fetching requests in different components is inefficient or problematic. In this article, we'll explore this mistake, how caching wo...DiscussYou Don't Know Next.jsfetch
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Data Fetching: Why Server Actions Outperform Route HandlersOne of the common beginner mistakes I’ve encountered is misunderstanding the difference between when to use route handlers and when to use server actions for data handling in Next.js. With the introduction of server actions and server components in N...DiscussYou Don't Know Next.jsserver actions
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Handling Third-Party Components in Next.js: Avoiding Common MistakesWhen building with Next.js, dealing with third-party components can sometimes cause issues, especially if they aren't correctly configured for client-side rendering. A common mistake developers make is incorrectly using third-party components that re...DiscussYou Don't Know Next.jsthird-party-components
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 10, 2024Think Client Components Only Run on the Client Side? Think AgainIn Next.js, there’s often a misconception that client components run only on the client, as their name might suggest. However, this isn't entirely true. In reality, client components in Next.js execute both on the server during the initial page rende...Discuss·10 likesYou Don't Know Next.jsrsc-payload
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 10, 2024Understanding use server and Avoiding Data Leaks in Next.jsOne of the common misconceptions in Next.js is the belief that adding the use server directive to a component will automatically turn it into a server component. However, this isn't accurate. The use server directive is used to create server actions,...DiscussYou Don't Know Next.jsdata-access-layer
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 9, 2024Wrapping Server Components in Client Components: What Happens?One of the most common mistakes developers make in Next.js is the assumption that if you wrap a server component inside a client component, it automatically becomes a client component. This misunderstanding often arises from the import behavior in Ne...Discuss·10 likesYou Don't Know Next.jsbest practices
neurontistneurontist.hashnode.dev·Jul 22, 2024Common Mistakes in Machine Learning: Top 6 to AvoidStarting in machine learning can be exciting but also tricky. Many beginners make similar mistakes that can slow them down and cause frustration. Consistency is what we need to reach our goal. Knowing the errors beforehand makes it easier to achieve....DiscussMachine Learning
Vivekheyvivek.com·Jul 7, 2024How I Became the Victim of One More Feature Trap While Building Hire.winBeing a tech lead with several years of experience in software development, I was proud of my project management skills and the ability to deliver on time like any other decent tech lead. However, even devoted and seasoned developers sometimes fall i...Discuss·10 likesone more feature trap