I’ve already built four apps, but I feel like it’s starting to get repetitive, and I’m not learning as much. I’ve considered reading the documentation from start to finish while taking notes, which will probably take at least a week. Do you think this is a good way to enhance my learning? I’d also appreciate any tips that could help me become a great Bubble developer.
Jici
February 4, 2025, 12:27pm
2
I think there’s better ressources.
A) @petter ’s guide
Hey people,
I’m excited to announce that The Ultimate Guide to Bubble Performance is out now, with 16 more pages of content.
How to get it
Existing buyers
If you already own a previous digital edition of the book, the upgrade is free! Log in to your Gumroad account and access your library to re-download the book.
New buyers
You can find both my books on www.amliesolutions.com/books .
What’s new?
A new chapter on Bubble’s Workload Unit metric (WU) has been added
Sections that relate to t…
I’m very happy to announce that the Ultimate Guide to Bubble Security is now out!
Buy it here
[book-cover-mockup-security]
7 months of work, a lot of research, several rounds of feedback from power users and from the Bubble team has resulted in more than 300 pages of illustrated content and approaches security and privacy from three sides:
Bubble’s security framework
Your Bubble application is the end result of a mind-blowing chain of security measures that you mostly know nothing about: t…
B) @adamhholmes ’s challenge (I hope he can add more )
In the world of computer programming, there are some classic, simple programming challenges that are a great way to learn how to programme simple logic, in whatever language you’re learning, as well as test your existing skills.
I thought it could be a fun and useful challenge to take some of these and try them in pure vanilla Bubble. Why not?…
These challenges are a great way to get more familiar with Bubble’s logic and functionality, as well as highlighting some of Bubble’s current limitatio…
Ok, it’s Friday, so time for Bubble programming challenge number 2…
The Fibonacci Sequence challenge.
The Fibonacci Sequence is a sequence of numbers, starting with 0, 1, where each subsequent number is the sum of the preceding 2 numbers.
For example:
0, 1, 1, 2, 3, 5, 8, 13, 21, and so on…
The challenge is simple…
Create some Bubble logic to output the Fibonacci sequence up to a given number, input by the User.
Here’s an example: Fibonacci Sequence (bubbleapps.io)
This one is not too di…
So… it’s Friday again… time for another Bubble Programming challenge…
The concept is simple:
The Palindrome Checker Challenge
A Palindrome is a word, phrase, number, or string of text, which is the same backwards as it is forwards (e.g “radar”, “1234321”, etc.).
The challenge is simple:
Using only vanilla Bubble, create some logic to determine whether a text, input by the User, is a palindrome or not.
Here’s an example: Palindrome Checker (bubbleapps.io)
as before - No plugins, and No…
C) Read all posts from @boston85719 and @georgecollier about WU
And Probably a lot of special cases here on the forum. I don’t know what you did for now (did you play with API and SQL connector?)
4 Likes
Learn to make bubble plugins. This will help you understand the core of bubble much better. My advice: don’t overspecialize in bubble.
Learn fundamentals like database structure, design, etc. Learn about code. Learn about how the internet works.
This information will be useful for the rest of your career bubble will disappear someday
4 Likes
In your position I’d suggest first playing with different data types, like text, numbers and dates by exploring the different modifiers available to them to understand what each does. Learning to manipulate the data with operators is what first opened my eyes for how to extend beyond the basics.
After that learn APIs.
After that explore how bubble when built right can enable your apps to be more reactionary, meaning how to structure conditionals for elements and actions etc.
Once you know these, a lot more opens up.
3 Likes
Thank you,i will read all of them
1 Like