suyashchandrakar.hashnode.devStyling React Native Components: The Fundamentals of StyleSheet1). The Essence of React Native Styles Unlike traditional CSS, styling here involves JavaScript objects. A few key points to keep in mind: CamelCase Over Kebab-Case: You won't find it background-color here. Instead, use backgroundColor. Direct Styl...Apr 4, 2025·3 min read
suyashchandrakar.hashnode.dev5 Ways to Automate AI Agents for User Base GenerationArtificial Intelligence (AI) has reshaped the way we work, communicate, and make decisions. At the forefront of this transformation are AI agents — autonomous programs designed to perform tasks, learn from interactions, and adapt to changing environm...Mar 7, 2025·6 min read
suyashchandrakar.hashnode.devCreating a Basic HTTP Server with Node.jsWhen I first started working with Node.js, one of the most exciting things I learned was how to create a simple HTTP server. It felt like magic just a few lines of code, and I had a server responding to requests! If you’re just starting out, this g...Mar 3, 2025·4 min read
suyashchandrakar.hashnode.devKey Concepts in MongoDB: A Comprehensive GuideMongoDB is a popular, open-source NoSQL database known for its flexibility, scalability, and performance. It is widely used in modern web development and applications due to its ability to handle large volumes of data with ease. In this article, we'l...Oct 4, 2023·2 min read
suyashchandrakar.hashnode.devStreamline Your Development Workflow with GitHub and Visual Studio Code IntegrationIn today's fast-paced software development landscape, efficiency and collaboration are paramount. Developers need tools that not only help them write code but also facilitate seamless collaboration with their teams. GitHub and Visual Studio Code (VS ...Sep 12, 2023·4 min read