What I wish I knew before becoming a code-free programmer
21–30 of 30 posts
Re: What I wish I knew before becoming a code-free programmer
#22How long would it take to write Bubble in Bubble?
Re: What I wish I knew before becoming a code-free programmer
#23How long would it take to write Bubble in Bubble?
I also like to add an additional challenge -- Can you use Bubble to create a program that generates solutions to the triangular-shaped golf tee game that sits on tables at Cracker Barrel? What about a program that plays chess or go?
Re: What I wish I knew before becoming a code-free programmer
#24Code really is the best representation of a coding problem.
Re: What I wish I knew before becoming a code-free programmer
#25Can’t open the page either. I guess that happens to code free programming
Ha Ha. We were getting a traffic spike through this, which caused the issue. But Bubble has this feature where you can add more "units" to your overall app capacity to handle increased traffic, which we did. Enjoy!
Re: What I wish I knew before becoming a code-free programmer
#26Interesting. Given the level of knowledge the author now has of the underlying data structure and algorithmic thinking, I suspect that learning a "real" programming language would only be a small leap and would open up a ton of capabilities for them. That's pretty much been my experience with visual SQL query builders as well - by the time someone is able to use it efficiently, they are not only a small step from jus…
That's a good point. I don't have much traditional programming experience myself, but have found that Bubble has help me "speak the same language" as those who program with code. Perhaps there is an interesting place for tools like Bubble to be a middle-ground for those learning the principles behind coding. Why is it you think that someone like the author would be able to code many times faster than they could devel…
Thinking about how things go together is the hard part of writing software. Every time I've ever used a visual interface to show that, I've had to spend additional time to "translate" what I'm building into what's actually happening on the layer underneath. The abstraction is too leaky to be of use to me.
It's possible that there is a visual language out there that's not so leaky, but I've not seen it. Granted I've not used Bubble.
Re: What I wish I knew before becoming a code-free programmer
#27How long would it take to write Bubble in Bubble?
I also like to add an additional challenge -- Can you use Bubble to create a program that generates solutions to the triangular-shaped golf tee game that sits on tables at Cracker Barrel? What about a program that plays chess or go?
But for chess or go, you can certainly create a solid interface for two real players to play the game on Bubble. To build in a "computer player" would probably be difficult.
Re: What I wish I knew before becoming a code-free programmer
#28Earlier quoted context omitted.
Ha Ha. We were getting a traffic spike through this, which caused the issue. But Bubble has this feature where you can add more "units" to your overall app capacity to handle increased traffic, which we did. Enjoy!
so, you can only run Bubble stuff on their systems? That means it isn't yours at all. What happens when they go bust? what about your apps then?
"Finally, we want to make sure you feel secure about building on the Bubble platform, so, although we plan to be around for a very long time, here's our guarantee: if we ever for some reason have to close down shop, we will release the Bubble source code under an open-source license so that you can set up your own Bubble server and keep your app running."
Re: What I wish I knew before becoming a code-free programmer
#29 "That said, there are some limits to what the core language can do. Bubble’s language is comparable in power to spreadsheet formulas: you can do a lot, but anything requiring recursive or looping operations on data (such as, for instance, writing a custom machine-learning algorithm) would be difficult."
https://bubble.is/faqRe: What I wish I knew before becoming a code-free programmer
#30If you're not coding, you're a user. No matter how "technical" your task is.
I'd also argue that a game like cargo-bot (which is effectively a game-ified assembly language) is very much programming, even though you do nothing but drag some boxes around.