So we are just speaking instead of showing examples nowadays huh
@alexandrethomas1968Ай бұрын
Hi. I've tried the tutorial today on Mac. I wasn't able to start local parse server as getting timeout when triggering the parse-server... command. ongoServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017, connect ECONNREFUSED ::1:27017 at Timeout._onTimeout (/usr/local/lib/node_modules/parse-server/node_modules/mongodb/lib/sdam/topology.js:278:38) Small remark on the video, few, times, the text we are about to write is at the very bottom of the Video, and while pausing on KZbin, the progress bar goes right above the text, which makes it a bit tricky to read :)
@SoulxstarАй бұрын
Oh i know this one it's because of index misplacement, it happens to ignore one element of the array once the item is remove, this is why you should work with duplicates, to about that sort of issues
@vinisalgado19Ай бұрын
array.slice doesn't modify the original array, but creates a new copy. So the original array is intact here
@썽민이야Ай бұрын
===
@alpaarxАй бұрын
When we remove an element with splice function, array becomes smaller, which makes indices shift. So we need to decrease index of for loop by one each time.
@retakenrootsАй бұрын
There is no bug with respect to code it works as is. The requirements might not be met wrt being the correct age but that was not mentioned in the question.
@0xAxXxBАй бұрын
I think the bug is just that "age > 18" should be "age >= 18" =) The other stuff is fishy but legit
@drillworld750Ай бұрын
The canVote variable is not accessible for return
@HenriqueErzingerАй бұрын
var is hoisted, so you are initializing it twice. You can just use a ternary for the boolean.
@damyanruАй бұрын
Some constructive criticism to make your shorts more watchable: 1. Drop the long pauses after each section 2. Drop the visual separation 1..2..3.. 3. Talk faster and clearer 4. The whole video cam be twice as short 5. Instead of showing yourself add some drawing of how it works. People like to see what the code does. 6. Replace the ending with a question to the audience for what do they think is best or do they know any other way of doing what you are showing Cheers!
@Santiago-fw6wyАй бұрын
Can you do an updated video on how to build an uber clone with back4app?
@ahmedelmasri9332Ай бұрын
If the tips are small, you don't have to add a cut, try to make a bullet point
@people.idea12 ай бұрын
Do you struggle with getting more organic visitors on your website? A Comprehensive SEO and Promotion are key for growth these days Here at MordorProspecting, we’ve helped many other businesses dealing with this problem by creating powerful Rings of Power. Businesses we’ve worked with have tripled their revenues with our rings
@YasminMohammed-j8x2 ай бұрын
Ok sub I know my friends don't know 🤟🤣
@ShanathwalShani2 ай бұрын
Hello sar aap mujhe OPT number bata sakte hain
@samuelstephen67692 ай бұрын
bro's video is 10 years ago seeing as cool stuffs newer versions of chat gpt does, but thanks for the effort!
@TelisGs2 ай бұрын
Hey Alex, what about Classes that point to multiple other classes? eg. I have a class named "Rentings" and it relates to 4 other classes (_User under the column name "driver", Car under the column name "car", Payment under the column name "payment" and Damage under the column name "damage". So far I tried the .include("car") .include("driver") etc.. individually, I tried the .includeAll() but nothing returns back all pointer classes. It only returns driver and car. I'm pulling my hair here as I cannot understand why this happens. The only way I've managed to make it return payment for example was to do .include(Parse.Object("Payment")). This returns the payment but as a pointer and not the object's data itself. Could you please explain how to do this work? Thank you.
@SoldGabriel2 ай бұрын
manera nos t's "it returns" não "itch returns". eu acho q vc é brasileiro mas é só um chute. tenta falar o t como se falasse "tatu" e não como em "pente". fica muito parecido com o r mas é assim mesmo
@ZackWhitbord2 ай бұрын
Id rather program in Fortran than succumb to javascript
@AngelGift-ih8hd2 ай бұрын
Telegram bot Deploy
@AngelGift-ih8hd2 ай бұрын
web Deployment port issue 😞
@YourNextTeacher2 ай бұрын
"I know that the trick pay me"
@r_meow_o3 ай бұрын
did i just watch an ad for a 2 minutes
@perelmanych3 ай бұрын
In your basic example it is faster and more reliable to write code yourself and I am not talking about the fact that you already have done all the work to finetune the model.
@ALTTABINMAINMENU3 ай бұрын
Yeah, you can make it produce some crappy code like mapping object with fields to another object with the exact same fields. Also, the fact that it generated retrieve read-only method as POST is just hilarious. Good job pumping up AI hype!
@NordVPN-ku1ll3 ай бұрын
What a shit video. Why are you not showing an example how it could look like.
@michealkinney62053 ай бұрын
Frankly an amazing video. Thanks so much, I am working now to implement this in my workflow.
@Back4App3 ай бұрын
Great to hear!
@flutterwhiz3 ай бұрын
Love this...seeing some people on here criticizing this...but I believe this is the next phase for backend management. If Firebase does not adapt this idea it could be a good replacement or competitor against the platform
@TOn-fx2gr3 ай бұрын
I will just stick to writing code by myself
@mik3lang3lo3 ай бұрын
❤
@viktorkadza3 ай бұрын
Hi , can you make a video how to save maps and custom objects . Query map parameters etc ? :) I tried to save a map directly , but when a queried the result , it vas a map with a lot of other 'internal parameters' , so , is it a way to get clean saved map instead ?
@idobooks9093 ай бұрын
Nice! Amazing! Practically it seems software engineers are turning to software maintainers and reviewers. Does it save us time? mmm... actually could be more time consuming if used like that 'no hands' extensively.
@Back4App3 ай бұрын
Sure. Actually we believe that SW engineers can speed up their work processes using the AI Power. AI would be the perfect match to handle simpler, manual tasks while humans will architecture a solution thinking in all elements working together.
@idobooks9093 ай бұрын
@@Back4App Can we really trust this? We do not trust classical software hence we have QA so now we'll need a sorta QAI - a software dev to make sure the code generated by AI is executed as prompt to be and if not - to rewrite some parts..
@Back4App3 ай бұрын
QAI is the kind of use case AI fits . :) Imagine now that your team can focus on shipping more software because your have a good trained AI that is reviewing PRs and helping the team to speed up the whole pipeline. Of course I understand the "trust" point but this is something which is build along the time. In the same way you will train a human to quality review you can do a similar approach to AI and having more people focused on high value tasks.
@Sweetdev3 ай бұрын
Hi! Thank you for Share knowledge.😊 There is a way to do this, by connecting your GPTs to a service like zapiar or n8n and this service to the GitHub API. I explained it in a video. All the best! 👋
@ToddSalpen3 ай бұрын
Wow this is awesome 😎
@kirkmorrow97273 ай бұрын
4:38 - 4:43 -> "The queryTodo is already set in my application, I'll show you in a minute." However, this is never shown. The struggle to get LiveQuery integrated with Riverpod continues.
@SonuVerma-e2v4 ай бұрын
nicely explained
@viktorkadza4 ай бұрын
how to store that user is logged in the right way? Autologin ,after user is registered.
@viktorkadza4 ай бұрын
migrating from parse to selfhosting possible ?
@Sandeep-m4i7g4 ай бұрын
Rahul Gandhi 😂 Sorry!
@premtejareddy46414 ай бұрын
App is in production already should i generate a new certificate or can i use the old certificate to add the push notification
@perchibald5 ай бұрын
is it possible to configure webhook so it automatically pull changes when I push it into my github repo?
@perchibald5 ай бұрын
Does something changed on ChatGPT or back4app side? Can't find install button to authorize plugin to my account.
@mechanicrm5 ай бұрын
Please help me to create my own rides apps
@LesCarbonaro6 ай бұрын
Excellent tutorial! I have a question about Cloud Code functions in general. Can I call a Cloud Code function from a front-end application like an API endpoint, and if so how? Thanks again.
@zeushd1806 ай бұрын
everytime i run flutter pub get in console, i get "Expected to find project root in curent working directroy." does anyone have the same issue with dart 3.22.1?
@brunosuperman6 ай бұрын
Muito bom!
@ikeokey93547 ай бұрын
I can't connect react native expo to back4app parse. It has many errors
@ikeokey93547 ай бұрын
Please why do I keep getting the following error in react native expo: TypeError: attempted to use private field on non-instance, js engine: hermes?
@haythamatef27017 ай бұрын
Is looks nice, but performance wise it is slower, also resizing a tab is very tricky