Manav PaulforManav Paulmanavpaul.hashnode.dev·Nov 9, 2024Day 5/30 GenAI Series : Build a Sorting Visualizing App with Socratic Method in Minutes with Bolt.newEver dreamed of building a web application but coding seemed like a hurdle? Well, dream no more! Bolt.new, a revolutionary AI-powered platform from StackBlitz, lets you create full-stack applications directly in your browser, without writing a single...Discuss·26 readsMaster GenAIbolt.new
Manav PaulforManav Paulmanavpaul.hashnode.dev·Nov 4, 2024Day 4 : Hands-On Data Preprocessing | Generative AI👋🏻 Welcome back to my blog! If you're new here, I recommend starting with Day 1 : Introduction to GenAI to get a solid foundation in generative AI.On Day 2 and 3, we cover all the steps to make an end to end generative ai pipeline. Today, we'll get...DiscussMaster GenAIgenerative ai
Manav PaulforManav Paulmanavpaul.hashnode.dev·Nov 3, 2024Day 3 : End to End Generative AI Pipeline | Part 2👋🏻 Welcome back to my blog! If you're new here, I recommend starting with Day 1 : Introduction to get a solid foundation in generative AI.On Day 2, we explored the crucial steps of data acquisition and data preparation. Today, we'll delve into the ...DiscussMaster GenAIgenerative ai
Manav PaulforManav Paulmanavpaul.hashnode.dev·Nov 1, 2024Day 1 : Introduction to Generative AI👋🏻 Hey there! I'm Manav Paul, a 24-year-young spiritual developer with a newfound fascination for generative AI. This blog is my digital diary, where I'll be documenting my exploration of this exciting field. As a curious learner, I'm diving headfi...DiscussMaster GenAImastergenai
Manav PaulforManav Paulmanavpaul.hashnode.dev·Oct 30, 2024What happens when you search 8.8.8.8?Have you ever wondered what happens when you type "www.google.com" into your browser’s url bar and hit enter? It seems like magic, right? Information instantly appears on your screen, but behind the scenes, there's a fascinating dance of computers, p...Discusscomputer networking
Shubh SharmaforShubh's Blog ☕shubhsharma19.hashnode.dev·Jul 23, 2024Programming Languages that Developers should Explore in 2024-2025: Stay Ahead of the CurveTypeScript As a superset of JavaScript, TypeScript adds static typing, making it easier to catch errors early in the development process. Most of the companies that utilize javascript in their tech stack will always prefer some type safety in their c...Discuss·27 likes·1.8K readsWeMakeDevs
Binayak Shresthaforbinayakshree.hashnode.dev·Jul 10, 2024Week-5 ReactHey everyone, I'm Binayak Shrestha, and I'm currently on a journey to learn full-stack web development through the 100xxdevs cohort. I've reached Week 5 and recently discovered Hashnode, where I've decided to share my weekly progress to stay consiste...DiscussReact
Shubh SharmaforShubh's Blog ☕shubhsharma19.hashnode.dev·May 21, 2024Best JavaScript One Liners that You Must KnowIntroduction JavaScript offers powerful techniques that can be used to to do very complex tasks in one line, these can be called one-liners. These are short lines of code that can perform complex tasks, making your code compact. Especially while work...TIRANGA HACK and 1 other are discussing this2 people are discussing thisDiscuss·15 likes·115 readsJavaScript
Shubh SharmaforShubh's Blog ☕shubhsharma19.hashnode.dev·Apr 28, 2024Foundations and Essentials for ReactWhat is react? A javascript library made by facebook and which is used to create large complex user interfaces of frontend. Why to learn react? Makes it easy to build complex frontend UI. Modern UIs are built using libraries instead of making them fr...Sundar Gupta and 1 other are discussing this2 people are discussing thisDiscuss·21 likes·89 readsReact
Shubh SharmaforShubh's Blog ☕shubhsharma19.hashnode.dev·Apr 20, 2024Why do we need CORS to access CDN links?Intro When you use a Content Delivery Network (CDN) to host static assets for your website, like images or Javascript files, those files are being served from a different domain than your main website. This difference in domain can cause security iss...Discuss·2 likes100xdevs