Web Səhifələr Necə Render Olunur: Client-Side Render (CSR), Server-Side Render(SSR) və Incremental…1. CSR (Client-Side Rendering)Jan 19Jan 19
Published inLevel Up CodingMastering LinkedIn Data Extraction: Build a Chrome Extension to Scrape User Details — An Advanced…main focus of this article is to explain how to create a Chrome extension, use React.js as a content script, and scrape data from LinkedinDec 3, 20241Dec 3, 20241
Published inJavaScript in Plain EnglishMastering SVG: A Comprehensive Guide to Scalable Vector Graphics for Web DevelopersSo the first thing we need to do when we’re creating SVG shapes this way is to create an SVGtag like:Oct 2, 2024Oct 2, 2024
Published inJavaScript in Plain EnglishBuild a S Slider with Just 2 Lines of CSS — Scroll Snap Magic!Today’s topic is creating a simple slider with just a few lines of CSS. To achieve this, we’ll explore the CSS Scroll Snap feature. CSS…Sep 27, 2024Sep 27, 2024
Published inJavaScript in Plain EnglishIncremental Static Regeneration (ISR)/ Advanced Next.js ConseptsIf you want to build SEO-friendly and fast websites in Next.Js you must know about ISR. With using ISR you convert Dynamic Next js routes…Sep 23, 2024Sep 23, 2024
Published inJavaScript in Plain EnglishTop 5 Libraries to Boost Performance in React ApplicationsBuilding React applications for smooth and responsive user experiences involves prioritizing performance. However, when it comes to the…Sep 18, 2024Sep 18, 2024
What are the 10 Technological Trends Shaping the Future? What Will Happen in the Next Decade?Sep 17, 2024Sep 17, 2024
The Internet is All Dead? One of the Spookiest Internet TheoriesDisclaimer: The Dead Internet Theory has been a thing of debate for decades, much of it is speculative, with lots of worries and so little…Sep 16, 2024Sep 16, 2024
Published inJavaScript in Plain English10 little-known JavaScript tricks that might surprise youSep 14, 20241Sep 14, 20241
Published inLevel Up CodingTop 5 Essential Interview Questions for Front-End Developers1. How does the virtual DOM in React work, and why is it faster than direct manipulation of the real DOM?Sep 13, 2024Sep 13, 2024
Published inJavaScript in Plain EnglishCan AI Talk to AI? Build a React Tool With Gemini AI and React.js!Nowadays everybody knows we can chat with various AI tools like ChatGPT, Gemini AI, etc. But can we create a tool where AI can converse…Sep 12, 2024Sep 12, 2024
Cleaning Up in useEffect: Why It's Important and How to Do It Right. React js tutorialsSep 11, 2024Sep 11, 2024
Published inLevel Up CodingWhy Micro Frontends in React Are the Future of Scalable Web Development.Micro Front-End architecture is an approach that helps front-end teams working on large and complex projects by breaking down front-end…Sep 10, 2024Sep 10, 2024
Published inLevel Up CodingEnhancing User Experience in React with useDeferredValue: A Practical GuideThe useDeferredValuehook, introduced with React 18. It is a powerful tool you can use to provide better performance and smoother user…Sep 4, 2024Sep 4, 2024
Published inLevel Up CodingEJS — Embedded javascript tutorialShortly EJS is a template engine for Javascript, Most likely handlebars, Pug, or Jinja. It is a powerful tool for Node js developers.May 3, 2024May 3, 2024
Published inJavaScript in Plain EnglishReact Chrome Extension with Microsoft OAuth2 Authentication (Vite & TypeScript)Today’s topic is creating an extension using React.js, Vite, and TypeScript, and integrating it with Microsoft OAuth2 login.Mar 15, 2024Mar 15, 2024
Copper Age Tutorial. A Step-by-Step Tutorial for Transforming Copper Ore into Shining Metal.Let’s say the world is ending and you’re the only one alive. You need to create civilization again and you need some information about…Feb 17, 2024Feb 17, 2024
Published inJavaScript in Plain EnglishUnlocking the Power of TypeScript: A Guide to Essential Utility TypesJan 23, 2024Jan 23, 2024
JS algorithms #2 — Prime number.Given a number n, let’s determine whether this number is prime or not. A prime number is a natural number greater than 1 that is not the…Jan 10, 2024Jan 10, 2024