Git & GitHub - How to use
44:43
3 жыл бұрын
React Drag and Drop components
22:46
3 жыл бұрын
Do I need a certificate to get a job
8:05
JavaScript This Keyword explained
8:01
Пікірлер
@AbhignaaN
@AbhignaaN 5 күн бұрын
So in Xampp the apache is not starting and I have looked through various explanations on wht is wrong but nothing is working. So can I please get a solution on what to do next?
@jeddmontialto6393
@jeddmontialto6393 9 күн бұрын
thank you so much!!!
@jorgebuenrostro2367
@jorgebuenrostro2367 16 күн бұрын
Hello Telmo, thanks for this amazing tutorial. I followed every single instruction, but I am still getting a 502 Bad Gateway error by Nginx. The only differences between your project and mine would be: 1.- Folder structure: I have a project folder, then 2 folders inside of it, 1 with my front end and 1 with my backend. 2.- Server Name: I do not have a domain yet, so I am using my droplet IP Address instead. Do you have any idea how to fix this? Thanks and I appreciate all your effor!
@limpzbizkit1022
@limpzbizkit1022 24 күн бұрын
Now this is a proper tutorial, you explain what happen when you input a code.
@OfficialCaleb_YT
@OfficialCaleb_YT 29 күн бұрын
W tutorial
@beforeandafterphotos
@beforeandafterphotos Ай бұрын
Would this be that much different to connect to a sqlite DBS?
@rohithamlpur
@rohithamlpur Ай бұрын
hi Telmo , please share link of next video
@miraasif3419
@miraasif3419 Ай бұрын
Thankyou for this man @Telmo Sampaio
@parkerrex
@parkerrex Ай бұрын
If you're running on mac a couple things: port 5000 is used by control center, use 5001 you may run into cors issue, so npm install cors on your server, and add `const cors = require('cors');` to your imports and `app.use(cors());` before you declare any routes
@cadeheinberg3047
@cadeheinberg3047 Ай бұрын
Does anyone know what VS Code theme he is using?
@Telmosampaio
@Telmosampaio Ай бұрын
I think I'm using the "cobalt2" theme
@cadeheinberg3047
@cadeheinberg3047 Ай бұрын
@@Telmosampaio Wow thanks for the quick reply! Just applied the theme, its definitely the same one. Also thanks for these vids, much better explanation than WDS or other youtubers.
@monireol
@monireol Ай бұрын
This is looks like Jugaad
@User-o6z7f
@User-o6z7f Ай бұрын
Error:ER_ NOT_SUPPORT_AUTH_MODE error is coming while running what should I do to resolve this
@lonewolf6698
@lonewolf6698 2 ай бұрын
Very nice and clear tutorial. Just a little question: which is, exactly the Emmet plug-in you talk about?
@alanprogressive
@alanprogressive 2 ай бұрын
thanks men!
@gachecem_yt
@gachecem_yt 2 ай бұрын
i cannot use hbs on my project rip
@manjilunnobi
@manjilunnobi 2 ай бұрын
Web authenticator login registration logout Admin User admin to user Transfer balance Backup websites or MySQL database 🎉🎉🎉🎉🎉🎉 Videos request
@manjilunnobi
@manjilunnobi 2 ай бұрын
#topVideos #share #morevideos
@maedelfin4939
@maedelfin4939 3 ай бұрын
Can somebody help me with this error. Error [ERR_HTTP_HEADERS_SENT]
@danushadhaamarasekera7215
@danushadhaamarasekera7215 3 ай бұрын
thank you so much
@alyssaderensy
@alyssaderensy 3 ай бұрын
Hello, I'm trying to make a portfolio using a template. Locally, I have my portfolio appearing, but when I try to transfer it to Github, I only see the readme, any help?
@I_hu85ghjo
@I_hu85ghjo 3 ай бұрын
40:02
@I_hu85ghjo
@I_hu85ghjo 3 ай бұрын
20:37
@jonasbarbosa4410
@jonasbarbosa4410 4 ай бұрын
Obrigado por compartilhar. Fique bem.
@KV_AlwarArun_Singh
@KV_AlwarArun_Singh 4 ай бұрын
I have no word to thank you for guiding me through this series
@قراءاتمختارة-ز4ج
@قراءاتمختارة-ز4ج 4 ай бұрын
I like your style, smooth and simple, keep going.
@jeffrey5718
@jeffrey5718 4 ай бұрын
where did you get your login form from? Did you make it yourself? If not, what ui framework did you take it from?
@FaselGodbcho
@FaselGodbcho 4 ай бұрын
thank u, I was so frustrated and this video helped a lot
@DolceTenza
@DolceTenza 4 ай бұрын
i wanna the 7th lesson
@aungkyawkhaing1129
@aungkyawkhaing1129 4 ай бұрын
how to use env file in your workflows when module build
@danushadhaamarasekera7215
@danushadhaamarasekera7215 4 ай бұрын
Thank you so much brother
@hirentank9447
@hirentank9447 4 ай бұрын
I got tihs error at last step Creating an optimized production build... The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process. Error: The operation was canceled. Would you please help me.
@buddhiniwatagala2878
@buddhiniwatagala2878 4 ай бұрын
Can't i use mysql workbench instead of xampp?? Can i do the same process with mysql workbench?? Plz i really need an answer...
@arshadahamed988
@arshadahamed988 4 ай бұрын
In module.css file can we create more than one class or Id in the file??
@ILuvThe13ible
@ILuvThe13ible 5 ай бұрын
if you use Mac OS and the MySQL Client for Mac: You have to use this querrie, becouse node.js need this protocol: mysql_native_password: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; FLUSH PRIVILEGES; use your Password for ‚password‘ Thank for the great work =)
@jrmsrs
@jrmsrs 5 ай бұрын
Sei que não é o foco, mas pra economizar o consumo do banco chequem se as senhas conferem antes de verificar se o email existe, ou melhor, antes de realizar o POST pro backend, as paginas dinâmicas modernas costumam dar esse feedback enquanto está digitando porque é útil até em questão de usabilidade.
@jrmsrs
@jrmsrs 5 ай бұрын
De qualquer forma, não confiem em validação no lado cliente, só para coisas muito básicas como essa, e as vezes é importante até ser redundante, é bom, e.g., um usuário comum saber enquanto digita que ele não pode inserir caracteres indesejados, mas usuários mais espertos podem inserir de outra forma, lugar de lógica é no backend.
@SonniTheDog
@SonniTheDog 5 ай бұрын
Bro put the final bit behind a paywall 💀
@jonathanbair7688
@jonathanbair7688 28 күн бұрын
bro is it really behind a pay wall
@heikkiladau6872
@heikkiladau6872 5 ай бұрын
Can you add css styles inside of the script tag in react application?
@shadow_hack8667
@shadow_hack8667 5 ай бұрын
please where is the 7 part?? it can be help please
@thewavyblue
@thewavyblue 5 ай бұрын
Dear future viewer, If, like me, you reached the end of this playlist expecting to see part 7: tough luck. At no point during the series were we told that this last part is only available to those who buy the course from Telmo's website. That's a shame, but as monthly access to Telmo's entire library of content is only $9.99 p/m, I'd suggest you head on over and just cough up what you have arguably already consumed in the form of value from this video series. 🤷‍♂️ I hope that clarifies your confusion and averts any disappointment. Guy's gotta make a living somehow, I guess! 😅
@ILuvThe13ible
@ILuvThe13ible 5 ай бұрын
what happened wit part 7? please help to find it !
@jtc9098
@jtc9098 5 ай бұрын
I’m just 6 minutes into this video and your JavaScript makes so much sense! Other people make it seem over complicated. Thank you!
@bentheremedia3011
@bentheremedia3011 5 ай бұрын
I was having trouble getting this to work so I enlisted ChatGPT for a little help. Port 80 was blocked for me so I had to configure Apache to use a different port (I chose 8080 per ChatGPT's recommendation). This had to be configured in the 'httpd.conf' file which can be quickly accessed in the XAMPP Control Panel by clicking the 'config' button next to Apache under the Actions column. I then had to find all instances of '80' and change them to '8080' (there were only 2). I then saved the file and was able to access the project! The only other thing that I had to do which was different from your tutorial was instead of just typing localhost/(project folder), I had to type localhost:8080/(project folder). Just wanted to pass this along in case anyone else was struggling as well!
@khalidsleiman231
@khalidsleiman231 5 ай бұрын
thank you so much brother, i really feel comfortable after this tutorial, but i think there is also a video excluded, i think its about jwt, so please brother if you have it could u share it again, and if you dont done it yet please give us some minutes of your time and explain itand we will pray for you.❤❤
@coding_stuff_uz
@coding_stuff_uz 5 ай бұрын
Tankyou bro for this tutorial
@lucifer6173
@lucifer6173 5 ай бұрын
Sir please help me ,,,i need job ,,i am indian
@rubensemprun-rg6dj
@rubensemprun-rg6dj 5 ай бұрын
It worked perfectly for me friend, I uploaded my app (backend in Nodejs) and just like your steps work perfectly. Now I have a question if you could help me... I have my front end in firebase and my backend I will have in digitalocean, how could I connect with a domain and subdomains both so that they work? Thanks in advance for your advice.
@tdm2146
@tdm2146 5 ай бұрын
fluent pronounciation❤‍🔥❤‍🔥
@nicko9958
@nicko9958 5 ай бұрын
Thanks for making a half tutorial...
@havefun5519
@havefun5519 5 ай бұрын
Cool~ so the runner on server is to automatically detect any local push to master branch then server will git pull and run the cicd?
@uwihanganyeobed9446
@uwihanganyeobed9446 6 ай бұрын
good by where is the last video mn