ls ~/writing --tag=nocode

[01]Writing · Tag

Articles tagged "nocode".

$ tag --stat nocode
Articles
15
Published
May 2023→Sep 2024
Reading time
62 min
In series
0

Articles tagged nocode

15 articles

3 min [optimization][performance][performance-optimization]

How can you effectively prevent deleted pages from consuming workload units (WU)?

Learn how to prevent deleted pages from consuming workload units in your web application. This guide provides actionable steps to optimize resources and imp

how-can-you-effectively-prevent-deleted-pages-from-consuming-workload-units-wu--cover
Pages you deleted months ago are still billing you for workload units.

3 min [no-code][nocode][openai]

How can openAI's markdown text be converted into HTML text with CSS style without code in Bubble? (Without Paid Plugin)

How can open AI's markdown text be converted to HTML with style without code in a bubble?

markdown-to-html--cover
The model answers in markdown and your user reads the asterisks.

7 min [plugins][no-code][nocode]

How to convert Bubble Page into PDF? How to merge multiple PDFs in Bubble?

Export a Bubble.io page as PDF and merge multiple uploaded PDFs into one. Uses PDF Conjurer plugin and n8n to avoid workflow timeout errors on large merges.

how-to-convert-bubble-page-into-pdf-how-to-merge-multiple-pdfs-in-bubble--cover
The floating header gets baked into the PDF your customer downloads.

5 min [no-code][nocode][bubble]

How to restrict file types in multi-file uploader in bubble? (No Code/No Paid Plugins)

How to restrict file types in multi-file uploader in bubble.io ? (No Code/No Paid Plugins)

how-to-restrict-file-types-in-multi-file-uploader-in-bubble-no-codeno-paid-plugins--cover
Bubble’s multi-file uploader accepts anything, and a page refresh throws away what was uploaded.

3 min [api][no-code][api-access]

How to select data field API Access in Xano?

Difference between Public, Private, and Internal API access types in Xano

how-to-select-data-field-api-access-in-xano--cover
Marking the auth token private still returns it in your database function responses.

7 min [performance-optimization][no-code][nocode]

How to Verify a user's email in the Bubble app using Postmark?

Learn the step-by-step guide on email verification using Postmark in your Bubble app. Strengthen security and enhance user trust effortlessly. #NoCode #Post

how-to-verify-a-users-email-using-postmark-in-the-bubble-app--cover
Your verification email ships from a shared Bubble domain and lands in spam.

3 min [no-code][nocode][bubble]

Bubble.io Tips - 2

These 5 tips are going to help you increase your knowledge as a Bubble.io Developer

bubbleio-tips-2--cover
Reorder an element inside a fixed container and you have silently changed its z-index.

2 min [no-code][nocode][bubble]

Bubble.io Tips - 1

5 tips to have knowledge of to excel in your Bubble.io APP development

bubbleio-tips-1--cover
Option sets download on every page, so anything you keep in one is public.

6 min [optimization][no-code][nocode]

Arbitrary Text : Data Source of Nested Repeating Group in Bubble

Use Bubble arbitrary text as a repeating group data source for near-static lists. Save workload units by avoiding database reads for product features and tiers.

arbitrary-text-data-source-of-nested-repeating-group-in-bubble--cover
You are paying workload units to fetch the same subscription tiers on every page load.

5 min [documentation][nocode][bubble]

How do I create documentation for Bubble.io Application I am working on?

How to document a Bubble.io app: onboard stakeholders, choose a format, and keep docs in sync as the product changes. A practical guide for client projects and solo devs.

bubble-documentation--cover
A Bubble app becomes unmaintainable the moment the developer who built it leaves.

3 min [apis][nocode][bubble]

How to pass Nested Array as a parameter in Bubble API Connector?

To pass an array as a value of key in the tBubble.io API connector, follow the following steps

how-to-pass-nested-array-as-a-parameter-in-bubble-api-connector--cover
Bubble’s API Connector has no field for a nested array, so the integration stops right here.

6 min [seo][user-engagement][nocode]

Maximizing SEO and User Engagement on Bubble.io Website

Optimizing Your Bubble.io Website for Search Engines and Building User Engagement

maximizing-seo-and-user-engagement-on-bubbleio-website--cover
One extra second of load time costs about 7% of your conversions.

3 min [mvp][no-code][nocode]

How to create a bubble app using the phone number as a signup method? (No Plugin)

it is possible to make phone number the main login method on your Bubble.io application

how-to-create-a-bubble-app-using-the-phone-number-as-a-signup-method-no-plugin--cover
Bubble logs people in by email, so the phone number becomes 1234567890@example.com.

3 min [startup][scalability][mvp-development]

6 Fatal mistakes which destroy the scalability of the Bubble application

Overuse of Plugins: Although Bubble's plugin library provides a variety of useful components and functions, overuse of plugins can significantly impact the

6-fatal-mistakes-which-destroy-the-scalability-of-the-bubble-application--cover
Every one of these is cheap to avoid now and expensive once users are on your Bubble app.

3 min [mvp][mvp-development][nocode]

4 Reasons why you should use fuzzy search over Searchbox in bubble?

Fuzzy search is a kind of search that returns output that might be close, but not exactly identical, to what was typed.

4-reasons-why-you-should-use-fuzzy-search-over-searchbox-in-bubble--cover
A user types jhon, finds nothing, and decides you have no results.

[02]Narrow it down