Syed Mahmood Alisyedmahmoodali.hashnode.dev·Dec 11, 2024Kubernetes and TLS: A Symphonic IntegrationToday, I'll demonstrate the process of issuing and approving a certificate for a new user in a Kubernetes cluster. STEP 1: Generate a private key using the following command openssl genrsa -out myuser.key 2048 STEP 2: Generate a CSR (certificate sig...DiscussKubernetes
Datarangodatarango.hashnode.dev·Oct 29, 2024Press Release - Zummit Africa Partners with Lagos State Government’s Program to Empower the Next Generation of AI and ML Tech LeadersLagos, Nigeria – October 2024 Zummit Africa, a leading tech startup specializing in Artificial Intelligence (AI) and Machine Learning (ML), proudly announces its partnership with the Etiosa Youth Freedom Program, an initiative established by the Lago...DiscussGamified Learning Platforms
Ebere Edehebereedeh.hashnode.dev·Oct 12, 2024Understanding SSR, CSR, and SSI: The Key Differences in Web Rendering and How They Impact PerformanceYou may ask, what is web rendering? Web rendering is simply moving stuffs from point A to B. Technically. It is a process that converts codes to a visually appealing and an interactive website. There are different approaches to web rendering, and the...Discusscsr and ssr
Shubham Mehtashubham-mehta.hashnode.dev·Sep 23, 2024Client Side Rendering (CSR) vs Server Side Rendering (SSR)While developing a web application or website from scratch, a developer has to make many decisions that can significantly impact performance and user experience, especially how the content is rendered on the view. First, let's understand what renderi...Discuss·1 like·366 readsClient-side rendering
Rishi Bakshirishibakshi.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 Bakshirishibakshi.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...Discuss·11 likesYou Don't Know Next.jsthird-party-components
Rishi Bakshirishibakshi.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 Bakshirishibakshi.hashnode.dev·Sep 8, 2024Why You Should Always Explicitly Mark Client Components in Next.jsIn Next.js, a common mistake developers make is assuming that a component without the use client directive is a server component. This misunderstanding often arises when developers import components that use client-side functionality (like state or e...Discuss·11 likesYou Don't Know Next.jsNext.js
Rishi Bakshirishibakshi.hashnode.dev·Sep 7, 2024Understanding How Top Level "use-client" Affects Next.js PerformanceIn Next.js, one of the biggest beginner mistakes — and even one made by experienced developers — is using the use client directive too high in the component tree. This can lead to inefficient rendering, larger client bundles, and degraded performance...Discuss·11 likes·47 readsYou Don't Know Next.jsNext.js
Durgesh Upadhyayudurgesh6.hashnode.dev·Sep 6, 2024Why Did OpenAI Move from Next.js to Remix?While no official statement has been made, several insights from analyzing OpenAI's codebase and application structure help shed light on this decision. Here’s an overview of why OpenAI likely made the shift: 1. Client-Side Rendering Dominance The Op...Discussopenai