List of Bubble Videos on NoCodeBoss.com

Just hit 30 videos on my video site (mostly all Bubble).

Trying to get to 100 so any wishes please let me know:)

Create a Ranking of Items
https://www.nocodeboss.com/detail?recordId=reckapFZ6ngJPsJU4

How to split user inputs in Bubble
https://www.nocodeboss.com/detail?recordId=recmyOnpbakKrHxPq

Bubble API Connector Deep Dive I - JSON Keys
https://www.nocodeboss.com/detail?recordId=recj9BywUBq86j1iS

How to do a regular scrape from Parsehub to Bubble
https://www.nocodeboss.com/detail?recordId=recfE60OTykP1iyOT

How to sort Bubble when you can’t sort
https://www.nocodeboss.com/detail?recordId=recDooKORYsx3AIKE

Making Pretty Chips
https://www.nocodeboss.com/detail?recordId=recoDB2VcFJx4uOiC

Help, I need to connect lots of one thing to lots of another thing in Bubble !
https://www.nocodeboss.com/detail?recordId=recxnOsXnIJdF1igg

How to get test data into Bubble
https://www.nocodeboss.com/detail?recordId=recADNPHOcIQ5FzwG

Bubble’s Primary Fields
https://www.nocodeboss.com/detail?recordId=recewqtWl96hPeICl

Set a custom state to a count of items in a list in Bubble
https://www.nocodeboss.com/detail?recordId=rec4DUdNoKfMRqtRR

Hover to Expand Text in Bubble
https://www.nocodeboss.com/detail?recordId=recsUEdsjNoXelipd

Two ways to get a location in Bubble
https://www.nocodeboss.com/detail?recordId=rectyAhSXpr5v4Af2

Extracting #tags’ from text in Bubble
https://www.nocodeboss.com/detail?recordId=recplsYy8R9BxohWV

Saving an API call’s results in Bubble
https://www.nocodeboss.com/detail?recordId=recNmPvHvrBBmKtsd

Solving the Null API Connector issue in Bubble.io
https://www.nocodeboss.com/detail?recordId=recRuT4rO10GqKKQl

Force Google to Index a page in Bubble
https://www.nocodeboss.com/detail?recordId=recXhIYbhOMgykmfN

Running a Bubble workflow every month
https://www.nocodeboss.com/detail?recordId=reckkj0MJkKmw8KM0

Limiting the number of times a user visits your Bubble page
https://www.nocodeboss.com/detail?recordId=recsa51CSEUEHz0ht

Creating a Magic Link in Bubble.io
https://www.nocodeboss.com/detail?recordId=recibyqELkQVErqOB

Append text to a list of text
https://www.nocodeboss.com/detail?recordId=rec95CAAWCLLky3WG

Laying Out Groups on a page in Bubble.io
https://www.nocodeboss.com/detail?recordId=rectFJ7tYbqje95gq

‘Favourite’ buttons in Bubble.io
https://www.nocodeboss.com/detail?recordId=recFAv8GxmcP468ek

12/24 hour clock toggle in Bubble.io
https://www.nocodeboss.com/detail?recordId=recFu2LgYCnFIvtbo

Understanding Bubble’s Drag and Drop Plugin
https://www.nocodeboss.com/detail?recordId=recHNR1NMn0od3pSs

Replacing a number in text field with a calculated value in Bubble.io
https://www.nocodeboss.com/detail?recordId=recHKm2L26klbqBnA

Triggering Integromat from Bubble
https://www.nocodeboss.com/detail?recordId=recQpTFXSZJp3TViI

7 Likes

Great stuff @NigelG !

Will take a peek for sure :+1:t2:

1 Like

Great work Nigel, one for the idea list

  • A detailed ‘simplish’ video on structuring the bubble dB(I personally really prefer everything in a relational way rather than listy/bubbly…)

Thanks!

1 Like

Yes, definitely doing a deeper dive on Data.

1 Like

Hey, great resource you got going on here. Congratulations on your launch. Would you consider creating video tutorials for the following?

  • Invite other users to join the site feature. (A tutorial in which we ask users to invite their friends and family to create an account) (It would be nice if we can access their contacts)

  • Display data based on user geolocation. (Useful for directory, travel and hotel sites to display listings nearby the user location).

  • Stories feature (Please consider creating a tutorial on how to create a stories feature similar to Snapchat)

  • Encrypted chat (Please consider creating a tutorial on how to create an encrypted chat function similar to WhattsApp).

These are my requests to help you get to 100 videos :upside_down_face:

2 Likes

@NigelG – really helpful videos – thank you for putting this together. A lot of info is packed into these.

In terms of requests for additional ones, I think that creating performant many-to-many searches is an area where there’s a serious knowledge vacuum (a common example is searching a list of Items based on multiple SubjectTags selected).

The method discussed on the forum (advanced filter and :intersect with) breaks down as the database gets larger since the filtering happens client side.

I’m starting to experiment with using joining tables, but even that has some wrinkles in terms of the most performant way of integrating the search on the Item-SubjectTag joining table with the other search filters running on the Item table. And if you end up needing more than one joining table, this complicates things further. I’m working my way through all this, but so far have not seen any resource that provides guidance.