Opeyemi Oduyemioduyemi.hashnode.dev·Nov 3, 2024Transforming GeoSpatial Data: My Journey with the Overture Project in the MLH FellowshipAs part of the MLH Fellowship 24.FAL.A, I’ve embarked on a journey into the world of geospatial data, a field new to me but one I’ve grown passionate about. From early feelings of imposter syndrome to gaining confidence with every challenge, this exp...10 likesGeospatial
Nischal Baidarnischalbaidar.hashnode.dev·Oct 17, 2024Day 13 - Fetching Data from an API and Converting to a DataFrame in PythonAPIs provide dynamic data that can be easily fetched and transformed into a pandas DataFrame for analysis. Here's a simple guide on how to do it. 1. Fetching Data from an API Use the requests library to get data from an API. import requests response ...nischal_baidar
Sumukh M Gsumukhmg.hashnode.dev·Jun 5, 20245 websites that make understanding complex web development topics incredibly simple:RapidAPI Comics: Learn how to use API with sketch comics and fun analogies. 🔗https://rapidapi.com/comics Wizard Zines: Learn complex concepts of development Get better at debugging CDN HTTP And more 🔗wizardzines.com/comics/ Oh My Git! An op...#RapidAPI
Venkat Rvenkatr.hashnode.dev·May 25, 2024The Basics of API Integration: A Beginner's Guide to Connecting ApplicationsIntroduction to API Integration In today's interconnected digital landscape, applications rarely exist in isolation. The ability for different software systems to communicate and share data seamlessly is vital for creating rich user experiences and e...API Endpoints
Dhanush Ndhanushnehru.hashnode.dev·May 18, 2024I created an Open Source Custom Code EditorHey Everyone 👋 I'm excited to announce my open-source custom code editor! 🎉 This editor is currently open-source and supports two programming languages: JavaScript and Python ( more to be included ). I was fascinated with various code editors execu...3 likesOpen Source
Aditya Dhopadecodemyworld.hashnode.dev·Nov 28, 2023Create a Real-Time Cricbuzz Application using Flask and RapidAPIPrerequisites for the Application: Rapid API Account Python3 installed Flask Installed Basic Python Knowledge MUST CLONE THE REPO https://github.com/adityadhopade/cric-buzz-app.git Create a Rapid API Account Sign Up for the Rapid API Account....1 like·212 readsFlask
Chris Evansrealchrisevans.hashnode.dev·Sep 11, 2023The Backbone of Modern Applications: The Integral Role of APIs in DevelopmentIntroduction In today's rapidly evolving tech landscape, building robust and user-friendly applications is a top priority for developers. One key element that plays a pivotal role in achieving this goal is the Application Programming Interface, or AP...10 likesAPIs
Anthony Smithanthonysmith.hashnode.dev·May 31, 2023Introducing the Cloudcast API on RapidAPIHello everyone! We're thrilled to introduce the Cloudcast API, a new addition to the API catalog hosted on RapidAPI. The Cloudcast API is your one-stop solution for a wide range of weather data, which includes current weather conditions, hourly forec...API DevelopmentWeatherAPI
Subramanya M Raosubramanyarao.hashnode.dev·Mar 20, 2023Learn React by building a Love Calculator App❤If you love to understand concepts by building a project or are into project-based learning, this is the best tutorial for you. This is a cool lil project one can build with basic concepts of React JS. Steps involved📝 Create a new React App. Buil...181 readsReact
Shaikh Rumman Fardeensrummanf.hashnode.dev·Jan 21, 2023How to make a Weather Website :-Open your VSCode Editor or any code editor that you prefer. Add an HTML file -- The so-called "index.html" Add a card using Bootstrap or you can code using div element and CSS We will be using Rapid API for fetching the information on weather. We ...47 readsAPIs