Joy Albertdehratech.hashnode.dev·Jan 10, 2025Build your First API with a No-code Tool—XanoIntroduction If you’re anything like me and do not like anything code-related, then this is for you. In this guide, you'll be given a fundamental understanding of no-code development and how you can use it to build an API. That way, you’ll escape wri...APIs
Shara Ristaukhealth4life.hashnode.dev·Jan 6, 2025OxyNorm 5 mg, 10 mg and 20 mgOxyNorm capsules 5 mg are orange/beige, printed ONR 5. OxyNorm capsules 10 mg are white/beige, printed ONR 10. OxyNorm capsules 20 mg are pink/beige, printed ONR 20.Open Source
Daniel Migiziwww.danielmigizi.com·Nov 6, 2024Prevent Race Conditions in Xano with Record LockingThis problem, often referred to as a race condition, can lead to conflicting updates. Here’s a breakdown of what race conditions are, how they arise, and how to use Xano’s database locks and transactions to address them. What is a Race Condition? A r...10 likes·28 readsvisual developer
Daniel Migiziwww.danielmigizi.com·Nov 5, 2024Welcome to Startup SkinHello, makers and builders! We’re in the middle of a technological transformation where the barriers to creating web applications are falling fast. Visual Development, commonly known as “No-code and low-code development” is the future, making it poss...No Code
Likhika Routraylikhikaroutray.hashnode.dev·Sep 8, 2024How to Set Up Stripe Test and Live Mode on Xano Backend/WebhookBrief Introduction to Stripe Webhooks and Xano: Stripe is a popular payment processing platform that developers often integrate into their Xano projects. Whether you're building an e-commerce site, a subscription service, or any application that requ...122 readsstripe webhook
Daniel Migiziwww.danielmigizi.com·Aug 12, 2024Connecting Xano and Webflow: A Guide to Handling Form Submissionshttps://youtu.be/K4luVws3C8w?si=zua5MwVf9GJJQFPO In the world of modern web development, the ability to create powerful, database-driven websites without extensive coding is a game-changer. Two platforms at the forefront of this revolution are Webf...1 like·99 readsXANO
Anish GandhiforNo Code with Anishanishgandhi.com·Jun 21, 2024What is Rate Limiting in Xano?Definition: Rate limiting in Xano is a technique used to control the number of requests an API can handle within a specific time frame. This is crucial for managing the load on the server, ensuring fair usage among clients, and protecting the API fro...82 reads#ratelimiting
Ankur Khandelwalblog.nocodetalks.co·Apr 12, 2024Launching Xano Cohort ProgramHi Everyone, This newsletter will be a little different from the ones before. In this edition, I'm excited to launch the Xano Cohort program, which I will be running. The program will start on May 6th for 6 weeks. Why I am starting this: Whenever I...XANO
Anish GandhiforNo Code with Anishanishgandhi.com·Apr 4, 2024How to choose between the UUID and the sequential ID as the Primary key in Xano?At the initial stage of creating the data table, Xano will ask to choose the primary key as UUID or the sequential ID. There is no easy way I could find to change the existing table primary key from sequential ID to UUID which makes this decision mor...449 readssequential id
Anish GandhiforNo Code with Anishanishgandhi.com·Apr 3, 2024How to select data field API Access in Xano?On creation of the field, There are 3 API Access to choose from: Public Private Internal As a beginner, you might wonder when to choose what, so let's understand them first - Making API access public means this field is accessible to be used in...158 readsXANO