ASAnand Shindeinreact-native-stuff.hashnode.dev·Mar 24 · 10 min readBuilding Farm-Connect: A Full-Stack Agricultural Marketplace with React Native & Node.jsPreview Of The App https://youtu.be/V1n7kv7KsKk I Built a Farm-to-Table Marketplace as My Final Year Project — Here's Everything I Learned From "just another CRUD app" to a full-stack platform with 300
ASAnand Shindeinreact-native-stuff.hashnode.dev·Dec 22, 2025 · 1 min readHello World in React Native: A Beginner’s GuideDisclaimer: This React Native learning series on YouTube is taught by Hitesh Choudhary Hitesh Choudhary Sir and is sponsored by Hashnode.This article is based on my learning and understanding from that series. #chai-aur-code In this article, we will...00
ASAnand Shindeinganai.hashnode.dev·Aug 26, 2025 · 1 min readReal-time News Fetcher with Streamlit & OpenAI👨🏫 Learned & built with guidance from ChaicodeSpecial thanks to Hitesh Choudhary Sir & Piyush Garg Sir 🙌 This app fetches live news using 📰 NewsAPI.org. Big thanks to them for making this possible 🙌. This is a very interesting project for me......02AS
ASAnand Shindeinshindeanand358.hashnode.dev·Aug 25, 2025 · 1 min readAnatomy of a Modern Developer | Created by Google NotebookLMI am providing my portfolio website link to Google NotebookLM, and I am getting crazy output. I just click create video overview on it, and its output is very nice. I just love it. my portfolio :- https://portfolio-frontend-rho-flax.vercel.app/ https...01G
ASAnand Shindeinpython-streamlit.hashnode.dev·Aug 13, 2025 · 2 min readChai Taste Poll- steamlitNow this section we discuss about layout and other things img and handling layout when you need divided page into the 2 section then we use st.cols cols1,cols2 = st.columns(2) this code divided page into 2 section cols1,cols2 = st.columns(2) with ...00