ocxigin.hashnode.dev( #ModusHack) Build an AI Chatbot with Dgraph Cloud, Gemini API, React, and GraphQLThe rise of artificial intelligence (AI) has led to the development of an ecosystem of intelligent applications, with chatbots being a prominent example. AI chatbots, such as ChatGPT, Claude, and Gemini, are advanced interactive systems built on mass...Nov 23, 2024·27 min read
freecodecamp.orgHow to Set up Swiper Element in a React ApplicationCarousels or image sliders are an integral part of many web applications. They help you group multiple elements in a single view. Using carousels, you can implement image slides, video slides, text slides, interactive image galleries, product catalo...Feb 19, 2024·13 min read
freecodecamp.orgHow to Implement Dynamic Segments with useParams in React RouterOn a traditional website, when a user clicks on a URL, the browser makes a full-page request from the server and directs the user to a new page. This is referred to as static routing. This is very useful if you just need to navigate the user to a new...Jan 31, 2024·18 min read
ocxigin.hashnode.devWeb scraping with Cheerio, Axios, and ExpressWeb Scraping is the process of extracting data from the DOM of a website and then returning it data for external use in another application. Web Scraping is a very complicated yet simple technique and can be useful in different cases and can reduce t...Nov 10, 2023·8 min read
ocxigin.hashnode.devScraping with puppeteer and export in JSON formatApp development is no walk in the park, figuring out the right themes to use, frameworks or libraries when building an app can be a tedious process, also sourcing for the right APIs to build on can be quite challenging especially when the one you nee...Nov 4, 2023·8 min read