Daniel MigiziProwww.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...Discuss·10 likesvisual developer
Daniel MigiziProwww.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...DiscussNo 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...Discuss·93 readsstripe webhook
Daniel MigiziProwww.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...Discuss·1 like·92 readsXANO
Anish GandhiProanishgandhi.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...Discuss·68 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...DiscussXANO
Anish GandhiProanishgandhi.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...Discuss·381 readssequential id
Anish GandhiProanishgandhi.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...Discuss·150 readsXANO
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Jan 22, 2024The 2 Best No-Code Backend BuildersNo-code backends provide their users with an easy-to-setup and easy-to-maintain database for application development. Visual tools to create databases and tables, no-code backends are beginner-friendly implementations of popular database technologies...DiscussNo Code
Joy AlbertforWriteTech Hub Publicationzaycodes-1686045136273.hashnode.dev·Nov 25, 2023Build your First API with a No-code Tool—XanoOutline Introduction What is no-code development? What are no-code tools? What is an API? A brief introduction to Xano as a no-code tool Steps to building an API with Xano Helpful resources Conclusion Introduction If you’re anything like me...Discuss·5 likesAPIs