Тёмный
Coding with Kevin
Coding with Kevin
Coding with Kevin
Подписаться
Coding with Kevin is geared towards developers, software engineers, and people of all different backgrounds interested in learning to code.

Banner Photo by Ilya Pavlov on Unsplash
Trading Challenge Strategy
21:47
Год назад
Beginner React Coding Challenge
5:27
2 года назад
Full Stack Developer Coding Challenge
17:33
3 года назад
How to make money FAST as a developer
5:44
3 года назад
What just happened?!
3:41
3 года назад
Senior React Interview Code Challenge
23:16
3 года назад
CSS tutorial for Beginners- part 2
12:46
3 года назад
Комментарии
@AhmadShahidGhani
@AhmadShahidGhani 14 дней назад
how to end this running on server if web page is closed ?
@israelruas948
@israelruas948 15 дней назад
Thank you so much 08/2024 This tutorial is really helpful
@sullyzafar83
@sullyzafar83 Месяц назад
Did not work and could not find the video before this
@sumanmaharana7401
@sumanmaharana7401 Месяц назад
Perfect, so easy to understand
@kevinolds9614
@kevinolds9614 2 месяца назад
From one Kevin to another - well explained and super helpful - thank you!
@patelhetvi6886
@patelhetvi6886 4 месяца назад
Pls give source code
@Mustafa-jy8el
@Mustafa-jy8el 4 месяца назад
This guy kinda looks like Luka Doncic
@user-yy3gw5zm1w
@user-yy3gw5zm1w 5 месяцев назад
Extremely helpful thank you for explaining things so well.
@tayyabsami258
@tayyabsami258 5 месяцев назад
Really good tutorial appreciated , Constructed feedback: Please increase the font size of your text editor 😃
@abhishekverma2568
@abhishekverma2568 6 месяцев назад
ca you share the repo?
@ddhruvarora
@ddhruvarora 6 месяцев назад
Bro, it was Amazing! But you are damn underrated!!!! Got a new Subs.,, keep up the great work ✨✨✨✨
@floriankirby3144
@floriankirby3144 6 месяцев назад
... and we gonna do Pam... love the tutorial! thank you very much, it helps a lot!
@aynuayex
@aynuayex 6 месяцев назад
what i do not understand is if i host my website some where online how do i access the database i mean since the database is local?is there free platform that gives an online connection string???
@gooeypixel721
@gooeypixel721 7 месяцев назад
Super Helpful!! I am having a connection "ETTIMEOUT" error going on similar to @spa.3239's error... will poke around server and make some changes. Thank you All!
@spa.3239
@spa.3239 7 месяцев назад
helped me, thanks. jic someone got the same problem as me: I got an "ELOGIN" error at first, even though I was pretty sure I was inputting my User Login Name and password correctly. What fixed it for me was checking the Event Viewer for a more informative error message, then I found out that SQL Server authentication wasn't enabled for my database; after fixing this setting on SSMS I had to restart SQL Server via the SQL Server Configuration Manager then everything went smoothly from there.
@danielgalbraith1457
@danielgalbraith1457 6 месяцев назад
You should give your database server authentication permission. Step 1) right click your server name ( window10\SQLEXPRESS) step 2) select properties step 3) Select Security step 4) Under Server Authentication select SQL Server and Window Authentication Mode
@user-yy3gw5zm1w
@user-yy3gw5zm1w 5 месяцев назад
@@danielgalbraith1457 Thank you so much this solved this issue for me. Been trying to figure it out for 2 days.
@clementadjei4396
@clementadjei4396 8 месяцев назад
Does this configuration applies to accessing the sql server database remotely ?
@nandkishorbelankar8818
@nandkishorbelankar8818 8 месяцев назад
Superb exactly what I want
@0-Pie
@0-Pie 8 месяцев назад
It would have been nice if you provided a link to the video explaining making frontend and backend
@Piliponful
@Piliponful 9 месяцев назад
great video quality
@tphantommm3472
@tphantommm3472 9 месяцев назад
I followed your instructions to connect to sql on VMware and got the error: "E:\Learning eact-sql ode_modules\tedious\lib\connection.js:2104 request.error ??= error; ^^^". Please help me. Thanks you !
@yut0032387
@yut0032387 9 месяцев назад
Just started learning backend and I found this very helpful, will create this project and put in my portfolio, you make the backend does not look too hard comparing to front end, thank you.
@ruslan_yefimov
@ruslan_yefimov 9 месяцев назад
I love how you explain easy things which sometimes it takes time to understand :)
@developingpakistan1
@developingpakistan1 11 месяцев назад
helpful
@alexeybudnyev3639
@alexeybudnyev3639 11 месяцев назад
I just wanted to ask, would this be a method of connecting Microsoft SQL to nodeJS or can this work with elephantSQL too?
@yaum1
@yaum1 Год назад
GitHub?
@zetra1001
@zetra1001 Год назад
Really helped me man! Exactly the things i want. 😄
@denizdurmus9759
@denizdurmus9759 Год назад
26:34 // dbOperation.createEmployee(Pam); code error sytantx help me ?
@CeciliaCarbonell-pw3hn
@CeciliaCarbonell-pw3hn 3 месяца назад
You probably fixed this by now, but I had the same error and I'll respond here for anyone else. I was using single quotes (') instead of backticks (`) inside of .query in dbOperations.js (pool.request().query('INSERT INTO...') vs. pool.request().query(`INSERT INTO`)). It took me a while to spot it, but everything worked once I caught that.
@denizdurmus9759
@denizdurmus9759 Год назад
// dbOperation.createEmployee(Pam); sytanx error help
@Gio-m
@Gio-m Год назад
Dude @Coding with Kevin , thanks for this video! For some reason, when I go to localhost:3050 , I just see the "Welcome to nginx!" screen. Please lmk if you can help me out, I'd really appreciate it. Thanks!
@dewaldesterhuysen712
@dewaldesterhuysen712 Год назад
Keep up the good work Kevin. Thank you for your effort
@CodingWithKevin1
@CodingWithKevin1 Год назад
Hey I appreciate that 🙏 thank you for watching!
@potatosoup815
@potatosoup815 Год назад
Great example, thanks for sharing
@sanchijain3410
@sanchijain3410 Год назад
Thanks for the video Kevin! I'm getting error while connecting to my database. Code is able to connect with sql server but fails to login my database. What could be wrong?
@nizarzouaoui7543
@nizarzouaoui7543 Год назад
Loved your video, keep up what you're doing and make some real good content!
@CodingWithKevin1
@CodingWithKevin1 Год назад
thank you so much! That means a lot, I really appreciate you watching 😊🙏
@TheInfamousAlpha
@TheInfamousAlpha Год назад
why send it in intervals though? what if we want to send an update to the frontend when and only when an event occurs "user created" for example.
@FranciscoSilva-sv9hz
@FranciscoSilva-sv9hz Год назад
Greetings from Brazil. Tks!
@CodingWithKevin1
@CodingWithKevin1 Год назад
Hey thanks so much for watching! All the way from Brazil 🎉🙏
@jeanpierre4370
@jeanpierre4370 Год назад
What video is he recommending? Please tag the video, I couldn't find it in the intro.
@itspawanpoudel
@itspawanpoudel Год назад
Thanks for the great tutorial! But should I use websocket or SSE for realtime apps like googleClassroom or blog apps etc? Waiting for your response.
@richarddrawsstuff2728
@richarddrawsstuff2728 Год назад
Great stuff, thanks for the tutorials.
@richarddrawsstuff2728
@richarddrawsstuff2728 Год назад
Thanks for the tutorial Kevin. Really liking the series so far.
@ericsun7591
@ericsun7591 Год назад
wait, at 16:41 how come it displayed the return of 'Hellooooo' while you did not call the getData('/api')
@lirakhasani7686
@lirakhasani7686 Год назад
It really helped me. Thank you very much Mr.Kevin!
@CodingWithKevin1
@CodingWithKevin1 Год назад
You're very welcome! Thank you so much for watching! 🙏
@johnbaldwin2904
@johnbaldwin2904 Год назад
I believe it is supposed to be instanceName, as opposed to instancename
@CodingWithKevin1
@CodingWithKevin1 Год назад
Hey thanks for catching that 🙏 I appreciate you watching!
@harshitpandey896
@harshitpandey896 Год назад
Is there any website with basic to advance react challenges to boost my react problem solving skills ?
@abdulsami593
@abdulsami593 Год назад
I AM GETTING AN ERROR which is Could not proxy request /api from localhost:3000 to localhost:5000/. what should i do
@adila4658
@adila4658 Год назад
Great video, how would I use this in production on an IIS server? Would I replace nodemon with node start server.js? Silly question but when I remove nodemon and use npm start server.js no components like home or etc are being served?
@akeymthedream
@akeymthedream Год назад
Awesome video with clear explanation.
@crappycoders
@crappycoders Год назад
Thanks kevin really helped me thanks
@CodingWithKevin1
@CodingWithKevin1 Год назад
Glad it helped! Thank you for watching 🙏
@dev_ression
@dev_ression Год назад
you've earned yourself a subscriber man :)
@CodingWithKevin1
@CodingWithKevin1 Год назад
Yay! I really appreciate you 🙏 thank you so much.
@ryan2345
@ryan2345 Год назад
this is often of the first BIS projects in university but you explain it better in less than 10 minutes. love the while loop suggestion! as always thanks for another great video!