Day: March 23, 2024
8 posts
Enhancing “Degressive” Enhancement of Streaming
SvelteKit has a great feature. We can stream promises to the browser as they resolve. So your webpage…
Day-1 of Getting an Paying Job
Hi Friends 👋 I am starting a Journey where I try to learn new things and hopefully land…
Full Stack Web Development Concept map
Concept Map The full stack web development world and javascript keep moving at a tremendous pace. This is…
Working Camp Inquiry – Glam Up my Markup
This is a submission for DEV Challenge v24.03.20, Glam Up My Markup: Camp Activities What I Built I…
Introduction to PHP Closures
In PHP programming, closures represent a powerful feature that allows developers to create anonymous functions capable of encapsulating…
Add Google Analytics to NextJS/React Website
⨯ src/app/[...slug]/layout.js (50:11) @ dataLayer ⨯ ReferenceError: dataLayer is not defined https://dev.sh20raj.com/sh20raj/add-google-analytics-to-nextjs-website-11gp if your add like that Error…
Terraform & HashiCorp Vault Integration: Seamless Secrets Management
what is Hashicorp vault.? Imagine HashiCorp Vault as a secure digital vault for all your sensitive information like…
Polymorphism in Javascript
Summary: Polymorphism is a fundamental concept in object-oriented programming (OOP) languages, where “poly” refers to many and “morph”…