PinnedYuvraj Pandey·Feb 19YAML: The Language of Intent in KubernetesIf Kubernetes is the “Operating System of the Data Center,” then YAML is the pen we use to write its configuration. While many developers…
PinnedYuvraj Pandey·Feb 15The Blueprint of Modern Scaling: A Deep Dive into Kubernetes ArchitectureA response icon1A response icon1
PinnedYuvraj Pandey·Apr 16, 2023Web Evolution & Static Site Generation (SSG) with Next.jsThe web has undergone significant evolution over the years since its inception in the 1990s. Here are some major milestones in the…
PinnedYuvraj Pandey·Jul 6, 2021Core Web Vitals — ️A Google Initiative to measure performance ⚡Core Web Vitals are a set of user-facing metrics related to speed, responsiveness and visual stability, to help site owners measure user…
PinnedYuvraj Pandey·Jun 30, 2021Frontend Performance Optimization with Code Splitting using React Lazy & Suspense 🔥Splitting javascript into multiple chunks using Dynamic runtime Imports, React.Lazy & Suspense thereby loading js bundle on demand.
Yuvraj Pandey·Apr 16, 2023Incremental Static Generation (ISG) with Next.jsStatic Site Generation (SSG) addresses the majority of the concerns of SSR and CSR strategy but is suitable for rendering mostly static…
Yuvraj Pandey·Mar 1, 2022React-Router : The ultimate Web Navigation library<> 🔥React Router is a fully-featured client and server-side routing library for React, a JavaScript library for building user interfaces…
InMindOrksbyYuvraj Pandey·Aug 24, 2018React : The Redux Way 😇Well if you are well versed with Web development or have some know how of it , then definitely you must have come across the term “React”…
Yuvraj Pandey·Aug 22, 2018React Native : The Positive’s & Negative’s 🔥React Native (RN) lets you build mobile apps using only JavaScript. It uses the same design as React does which lets you to compose a rich…
InSwift2GobyYuvraj Pandey·Aug 17, 2018MVVM with RxSwift : The User LoginProgramming a Login Screen for an iOS app using MVVM architecture pattern along with RxSwift for data binding.A response icon5A response icon5