Parse 6.2 Release in Back4app
2:05
AI Creating a Scalable Backend
8:27
AI Code Review
2:51
2 ай бұрын
New Back4App Dashboard!
1:14
6 ай бұрын
Back4app Overview and Tour
2:53
6 ай бұрын
AI Agent: Securing Cloud Code
6:17
AI Development Environment
3:31
11 ай бұрын
How to Create Cloud Code Functions
2:51
New Release: Back4app AI Agent!
0:44
Пікірлер
@alexandrethomas1968
@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
@Soulxstar 12 күн бұрын
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
@vinisalgado19 12 күн бұрын
array.slice doesn't modify the original array, but creates a new copy. So the original array is intact here
@썽민이야
@썽민이야 12 күн бұрын
===
@alpaarx
@alpaarx 12 күн бұрын
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
@retakenroots 17 күн бұрын
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
@0xAxXxB 18 күн бұрын
I think the bug is just that "age > 18" should be "age >= 18" =) The other stuff is fishy but legit
@drillworld750
@drillworld750 19 күн бұрын
The canVote variable is not accessible for return
@HenriqueErzinger
@HenriqueErzinger 19 күн бұрын
var is hoisted, so you are initializing it twice. You can just use a ternary for the boolean.
@damyanru
@damyanru 20 күн бұрын
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
@Santiago-fw6wy 21 күн бұрын
Can you do an updated video on how to build an uber clone with back4app?
@ahmedelmasri9332
@ahmedelmasri9332 21 күн бұрын
If the tips are small, you don't have to add a cut, try to make a bullet point
@people.idea1
@people.idea1 24 күн бұрын
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-j8x
@YasminMohammed-j8x Ай бұрын
Ok sub I know my friends don't know 🤟🤣
@ShanathwalShani
@ShanathwalShani Ай бұрын
Hello sar aap mujhe OPT number bata sakte hain
@samuelstephen6769
@samuelstephen6769 Ай бұрын
bro's video is 10 years ago seeing as cool stuffs newer versions of chat gpt does, but thanks for the effort!
@TelisGs
@TelisGs Ай бұрын
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.
@SoldGabriel
@SoldGabriel Ай бұрын
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
@ZackWhitbord
@ZackWhitbord Ай бұрын
Id rather program in Fortran than succumb to javascript
@AngelGift-ih8hd
@AngelGift-ih8hd Ай бұрын
Telegram bot Deploy
@AngelGift-ih8hd
@AngelGift-ih8hd Ай бұрын
web Deployment port issue 😞
@YourNextTeacher
@YourNextTeacher Ай бұрын
"I know that the trick pay me"
@r_meow_o
@r_meow_o 2 ай бұрын
did i just watch an ad for a 2 minutes
@perelmanych
@perelmanych 2 ай бұрын
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.
@ALTTABINMAINMENU
@ALTTABINMAINMENU 2 ай бұрын
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-ku1ll
@NordVPN-ku1ll 2 ай бұрын
What a shit video. Why are you not showing an example how it could look like.
@michealkinney6205
@michealkinney6205 2 ай бұрын
Frankly an amazing video. Thanks so much, I am working now to implement this in my workflow.
@Back4App
@Back4App 2 ай бұрын
Great to hear!
@flutterwhiz
@flutterwhiz 2 ай бұрын
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-fx2gr
@TOn-fx2gr 2 ай бұрын
I will just stick to writing code by myself
@mik3lang3lo
@mik3lang3lo 2 ай бұрын
@viktorkadza
@viktorkadza 2 ай бұрын
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 ?
@idobooks909
@idobooks909 2 ай бұрын
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.
@Back4App
@Back4App 2 ай бұрын
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.
@idobooks909
@idobooks909 2 ай бұрын
@@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..
@Back4App
@Back4App 2 ай бұрын
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.
@Sweetdev
@Sweetdev 2 ай бұрын
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! 👋
@ToddSalpen
@ToddSalpen 2 ай бұрын
Wow this is awesome 😎
@kirkmorrow9727
@kirkmorrow9727 2 ай бұрын
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-e2v
@SonuVerma-e2v 3 ай бұрын
nicely explained
@viktorkadza
@viktorkadza 3 ай бұрын
how to store that user is logged in the right way? Autologin ,after user is registered.
@viktorkadza
@viktorkadza 3 ай бұрын
migrating from parse to selfhosting possible ?
@Sandeep-m4i7g
@Sandeep-m4i7g 3 ай бұрын
Rahul Gandhi 😂 Sorry!
@premtejareddy4641
@premtejareddy4641 3 ай бұрын
App is in production already should i generate a new certificate or can i use the old certificate to add the push notification
@perchibald
@perchibald 3 ай бұрын
is it possible to configure webhook so it automatically pull changes when I push it into my github repo?
@perchibald
@perchibald 3 ай бұрын
Does something changed on ChatGPT or back4app side? Can't find install button to authorize plugin to my account.
@mechanicrm
@mechanicrm 4 ай бұрын
Please help me to create my own rides apps
@LesCarbonaro
@LesCarbonaro 4 ай бұрын
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.
@zeushd180
@zeushd180 4 ай бұрын
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?
@brunosuperman
@brunosuperman 5 ай бұрын
Muito bom!
@ikeokey9354
@ikeokey9354 5 ай бұрын
I can't connect react native expo to back4app parse. It has many errors
@ikeokey9354
@ikeokey9354 5 ай бұрын
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?
@haythamatef2701
@haythamatef2701 6 ай бұрын
Is looks nice, but performance wise it is slower, also resizing a tab is very tricky
@kenton6098
@kenton6098 6 ай бұрын
You talk too fast! I can only understand a small percentage of what you say. It's worse because the quality of the sound is bad, the text is too small, and you don't start at the beginning!
@mitkopetko
@mitkopetko 6 ай бұрын
AI Agent rules for any documentation !!!! Every documentation should have AI agent chat, this is revolution in education. Thank you guys !!!!