Hello Reader, I have never ever written a blog before and I do not have any idea how to write one. So, I have decided to write the blog in Hinglish or so, because that is what makes it different from others, and in the future, if someone reads it by ...
When Raju(The Kid) was small- Zero shot prompting So we all know when kids are small, they want toys to buys, chocolates to eat and the good part is that they get whatever they want because they are small and parents bhi taras khaa lete hai. Similarl...
AI terms using a disaster-filled cross-country road trip with your most chaotic friend group. Just like National Lampoon’s Vacation meets Terminator.(It’s an Hollywood movie) Buckle up—it’s gonna get weird trip. 1. Encoder & Decoder Encoder: When ou...
Let’s Start with a Small Story :) https://tenor.com/en-GB/view/haha-clicking-changing-channels-watching-tv-laughing-gif-13621356 Imagine a day in the Oggy universe. The sun is shining, Oggy’s about to enjoy his chocolate cake, and... BAM 💥 — the c...
Nextjs is a very popular framework build above react and also a frontend+backend framework. It comes with a very interesting routing which resides inside its folder structure. So let's dive into it. we are following 'src' directory as our root and a ...
Started Learning HTML and CSS from Youtube YouTube: Install a coding editor like Visual Studio Code. You: Downloads and sets up VS Code. YouTube: Install some extensions, like Live Server by Ritwick Dey. You: Live Server? Okay. But what is a live se...
Hey there, fellow developers! Today, let's have a cozy chat about something crucial in the realm of web development - "Access Tokens" and "Refresh Tokens." Don't worry; we'll keep it light 😊. Access Token What's the Deal? So, imagine access tokens a...
Introduction: Sending email verification is a crucial step in many web applications, ensuring that users' email addresses are valid and helping to secure their accounts. In this guide, we'll walk through the process of sending email verification usi...
Mutable: Mutable objects are those whose values or content can be changed after creation. Changes to mutable objects are reflected directly in the memory location where they are stored. Immutable: Immutable objects, on the other hand, cannot be ...
html basic normal today we do a just assignment page of the pw skills and converted into a design i applied the design for this with css normal HTML is below <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewp...