Anish GandhiProanishgandhi.com·Nov 7, 2024How to add custom fonts in bubble.io?Why use Custom Fonts? Typography plays a crucial role in application development, influencing an app's user interface and user experience. While bubble.io provides many font options, sometimes your project needs a specific style not found in their li...Discuss·42 readsFont integration
Anish GandhiProanishgandhi.com·Oct 22, 2024Bubble.io Tips - 31. Privacy Rules Comparing One thing's Data with Another thing's Data Let me explain the problem here: In Bubble.io, a privacy rule like "This thing's salesforce is the current user's salesforce" can be risky if the "salesforce" field is empty for b...Discuss·65 readsBubble.io Tipsbubble.io
Anish GandhiProanishgandhi.com·Sep 23, 2024How can you effectively prevent deleted pages from consuming workload units (WU)?Seriously! Do deleted pages consume workload Units? Yes! Deleted pages do consumer workload units. To understand why they consume it and how to effectively prevent them, Let’s understand the type of deleted pages. 2 categories of deleted pages in Bub...Discuss·224 readsoptimization
Anish GandhiProanishgandhi.com·Sep 21, 2024The learning curve of the bubble (no-code) developer explained using the dunning-Kruger effectWhat is the Dunning-Kruger effect? The Dunning–Kruger effect is a cognitive bias in which people with limited competence in a particular domain overestimate their abilities. It was first described by Justin Kruger and David Dunning in 1999. It can af...Discuss·1 like·454 readsNo Code
Anish GandhiProanishgandhi.com·Sep 15, 2024How to create Skeleton Loading in Bubble?What is skeleton loading? Skeleton loading is a placeholder component that mimics the structure of the application’s content while data is being loaded. Instead of showing a blank screen or a simple spinner, one can display a greyed-out or animated p...Discuss·190 readsskeleton loading
Anish GandhiProanishgandhi.com·Sep 11, 2024How can openAI's markdown text be converted into HTML text with CSS style without code in Bubble? (Without Paid Plugin)As you can see in the picture above, Open AI responds in markdown text format. This format is not best for the User Experience point of view. Here is how I made it look beautiful without a paid plugin and code. Step 1: Install this free plugin 🤌 Ma...Discuss·155 readsmarkdown to html
Junaid Bin JamanProjunaidbinjaman.help·Sep 4, 2024Understanding JavaScript Event Propagation: A Chill Dive into the Bubbling WorldHey there, fellow coders! 🌊 Ever found yourself puzzled by why a click on a tiny button also triggers something in its parent element? You're not alone! Welcome to the world of JavaScript event propagation, where events bubble up, and things get a l...Discuss·1 likeJavaScript
Anish GandhiProanishgandhi.com·Jul 27, 2024How to implement OAuth 2 in Bubble?What is OAuth 2? OAuth 2 is a way for apps to get permission to access your information without needing your password. It uses tokens, which are like temporary keys, to give specific access to your data. Imagine a valet key for your car that only all...Discuss·1 like·491 readsBubble APIbubble.io
Anish GandhiProanishgandhi.com·Jul 13, 2024Things I understood before learning BubbleBefore diving into any workout, it's always a good idea to start with some stretching, right? Well, learning Bubble.io or any programming language is no different! Sure, there are tons of YouTube videos, courses, and cohorts out there, but before you...Discuss·141 readsbubble.io
Anish GandhiProanishgandhi.com·Jun 4, 2024How to convert Bubble Page into PDF? How to merge multiple PDFs in Bubble?Suppose there is a form that has multiple PDF files as an attachment and now you want to convert that form which is a bubble page with dynamic data coming from the database into a PDF and then merge those attachment PDF files into One PDF file and se...Discuss·1 like·94 readsbubble.io