OROluwaseun Raphael Afolayanintheafolayan.hashnode.dev·Aug 2, 2023 · 1 min readBuild JAMStack Sites With JungleJS and GraphQLJAMStack, as you may already know, is an approach to building websites using Javascript, API, and Markup. In this article, we'll take a look at JungleJs and how it helps you build fast and light-weight static sites using Svelte and GraphQL. By the en...00
OROluwaseun Raphael Afolayanintheafolayan.hashnode.dev·Feb 11, 2022 · 1 min readGetting Started with Ruby and InfluxDBTime series databases like InfluxDB index data by time. They are efficient at recording constant data streams like server metrics, application monitoring, sensor reports, or any other data containing a timestamp. The structure makes analyzing change ...00
OROluwaseun Raphael Afolayanintheafolayan.hashnode.dev·Feb 11, 2022 · 1 min readAdding Authentication to Expo React Native Apps using Okta in 5 minutesLooking to quickly authenticate users in your Expo-based react native app? I recommend using the Okta SDK as it's super easy to set up. Here's a full guide on setting up okta authentication in an expo app.00
OROluwaseun Raphael Afolayanintheafolayan.hashnode.dev·Feb 11, 2022 · 1 min readExploring SvelteKit: A new approach to building Svelte AppsI recently wrote an introductory blog post for anyone looking to get started with Sveltekit, the new recommended way to scaffold and develop web apps built with Svelte. Read the full Svetekit tutorial here:00
OROluwaseun Raphael Afolayanintheafolayan.hashnode.dev·Nov 18, 2020 · 1 min readRecursion Explained In PythonIf you have been programming with Python, chances are you’ve come across the term recursion. Chances are also that you might probably find this confusing at first, not to worry, this article should clear things up for you. Read the full article here...00