- 124
- 389 703
Beaufort Tek
United States
Приєднався 19 січ 2019
I make unique tutorials to help other learn coding.
Find me on Twitter: ctrl_austin
Find me on Twitter: ctrl_austin
Creating a new CLI Automation Tool for C++ Builds (using c++ to build c++ tools that build c++ ^-^)
I made an automation tool to compile smaller size c++ projects so we don't have to type out the same warning flags, c++ version, etc. every single time.
Let's explore both the program and the code!
Let's explore both the program and the code!
Переглядів: 147
Відео
Automating ".h" file Generation, problem solving, and more! (C++ DevLog #1)
Переглядів 158Рік тому
Hey everyone, it's been a while, I'm back with fresh ideas, a stronger skillset, and ready to rock and roll!
Golang for Beginners - 33 - Outro - Thanks for Watching!
Переглядів 81Рік тому
Welcome to part 33 of this series on Golang for Beginners Congratulations on making it through this Golang Series! Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 32 - Looping Maps
Переглядів 71Рік тому
Welcome to part 32 of this series on Golang for Beginners In this video we learn how to loop over the map data structure. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 31 - Maps, a new Data Structure
Переглядів 69Рік тому
Welcome to part 31 of this series on Golang for Beginners In this video we learn how to use the map data structure. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 30 - Looping Arrays and Slices
Переглядів 32Рік тому
Welcome to part 30 of this series on Golang for Beginners In this video we learn how to loop through arrays and slices. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 29 - For Loops
Переглядів 77Рік тому
Welcome to part 29 of this series on Golang for Beginners In this video we learn how to leverage loops in golang to make code more concise and readable. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world ...
Golang for Beginners - 28 - Slices
Переглядів 60Рік тому
Welcome to part 28 of this series on Golang for Beginners In this video we learn about slices. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 27 - Arrays
Переглядів 36Рік тому
Welcome to part 27 of this series on Golang for Beginners In this video we learn about Arrays. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 26 -A Better Calculator with User Input
Переглядів 135Рік тому
Welcome to part 26 of this series on Golang for Beginners In this video we expand our calculator to include addition, subtraction, multiplication, and division. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into th...
Golang for Beginners - 25 - Switch Statement
Переглядів 54Рік тому
Welcome to part 25 of this series on Golang for Beginners In this video we learn about switch statements and when to use them to our advantage. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and...
Golang for Beginners - 24 - Creating a Basic Calculator with User Input
Переглядів 493Рік тому
Welcome to part 24 of this series on Golang for Beginners In this video we combine our knowledge to make an addition calculator. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and programming.
Golang for Beginners - 23 - Error Handling
Переглядів 170Рік тому
Welcome to part 23 of this series on Golang for Beginners In this video we learn how to handle potential errors returned from functions. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the world of Go and progra...
Golang for Beginners - 22 - Inspecting Golang Libraries and How we can use this to our Advantage.
Переглядів 76Рік тому
Welcome to part 22 of this series on Golang for Beginners In this video we learn how to inspect golang standard library functions and how we can use this knowledge to our advantage. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no codi...
Golang for Beginners - 21 - Reference for the Scan Function, (&) Symbol
Переглядів 196Рік тому
Welcome to part 21 of this series on Golang for Beginners In this video we do a quick discussion on why we must pass a reference to the fmt.Scan() function. Why does this course exist? I noticed a serious lack of content for the true beginner that wants to learn golang as their first programing language. This course has been created to take you step by step from no coding experience into the wo...
Golang for Beginners - 20 - Getting User Input via the Console
Переглядів 234Рік тому
Golang for Beginners - 20 - Getting User Input via the Console
Golang for Beginners - 19 - Switching to Local Setup for Upcoming Videos
Переглядів 36Рік тому
Golang for Beginners - 19 - Switching to Local Setup for Upcoming Videos
Golang for Beginners - 18 - Implicit Return Values
Переглядів 94Рік тому
Golang for Beginners - 18 - Implicit Return Values
Golang for Beginners - 17 - Deeper dive into Parameters and Return Values
Переглядів 39Рік тому
Golang for Beginners - 17 - Deeper dive into Parameters and Return Values
Golang for Beginners - 16 - Returning Multiple Values from Functions
Переглядів 52Рік тому
Golang for Beginners - 16 - Returning Multiple Values from Functions
Golang for Beginners - 15 - Scoping of Variables within Functions
Переглядів 65Рік тому
Golang for Beginners - 15 - Scoping of Variables within Functions
Golang for Beginners - 14 - Function Parameters and Return Values.
Переглядів 192Рік тому
Golang for Beginners - 14 - Function Parameters and Return Values.
Golang for Beginners - 12 - Combining what we Know
Переглядів 54Рік тому
Golang for Beginners - 12 - Combining what we Know
Golang for Beginners - 11 - Logical Operators
Переглядів 57Рік тому
Golang for Beginners - 11 - Logical Operators
Golang for Beginners - 10 - Conditionals (If / Else Statements)
Переглядів 73Рік тому
Golang for Beginners - 10 - Conditionals (If / Else Statements)
Golang for Beginners - 9 - Boolean Types
Переглядів 82Рік тому
Golang for Beginners - 9 - Boolean Types
Golang for Beginners - 8 - Global Variables
Переглядів 282Рік тому
Golang for Beginners - 8 - Global Variables
Golang for Beginners - 7 - Working with Numbers and Math Library
Переглядів 71Рік тому
Golang for Beginners - 7 - Working with Numbers and Math Library
Golang for Beginners - 6 - Declaring Multiple Variables on One Line
Переглядів 60Рік тому
Golang for Beginners - 6 - Declaring Multiple Variables on One Line
How can we toggle it instead?
Parcel filename is not working.
Haskell makes sense to me now. Thank you so much for this series!
Hey! I really like your vscode theme. May I ask what is it that you use?
I unfortunately don’t remember what this theme was 😅. Fira is the font I believe.
Thank you for taking your time to create this cool tutorial for us. Much appreciated.
Thank you very much! This was exactly what I needed
Thanks bro
Thanks for making this! It helped me not just DO the thing, but also understand the pieces and how they're supposed to go. Time to get back to my site :)
Last video on yt on the topic Rest Api with NodeJS (JavaScript), Express, and PostgreSQL ,Found Very Helpful !
thank you .. after all these years I finally have an idea how haskell is meant to be coded .. it's not nearly as purely functional as it's rap :D
ty for this vid !!!
love this video
does this work with pgadmin?
thank you!
thank you!!!
this series is great - thank you so much!!
very nice series brother, appreciate it!
Thank you for starting me on my functional programming journey! You're a fantastic teacher!
This video is beyond expectations🔥
Thank you, it's a very helpful video ❤
23:09
can you share your theme you used in this video
Great video man! Thanks!!
TERIMA KASIH PAK. PENJELASANNYA MUDAH DIPAHAMI
Fabulous
Thank you
amazing explanation. The pacing of this video is incredible holy shit. Absolutely at the right pace. Thanks a lot bro! also great thumbnail😂
thank you 😍😍😍😍😍
Great explanation !! Very detailed.
Thanks!!!
I come from the world of MongoDB / Mongoose, and now I think I need to learn PostgreSQL and Prisma usage, so I started looking for a PostgreSQL course. To be honest, you are amazing! Really amazing content, thank you so much. I can honestly say that I learned CRUD PostgreSQL in just 1 hour. Of course, there are more details, but you taught me fundamental PostgreSQL in 1 hour, and I'm writing this at the 30-minute mark of the video! Keep doing what you're doing, my friend. You get straight to the point concisely and clearly, which is great. You have a bit of a mid-level explanation style, but I am impressed.
completed in 10 min
Thanks for this amazing video. How do you handle the errors thrown in the controller functions ? For example, how does front end know the exact type of error so that it gives an appropriate error message?
Is prisma good for Postgres?
Dude can’t see your code
What dude? 👀
Please help...
Read my other response✅
Im fine now even i cant use this module. I will use coffeescript for testing purpose of my game physics and if it works fine I will convert it to javascript using chatgpt.
Is this still working? Why in my browser console says "require is undefine" .
Should work fine yes. Part of being an engineer is solving problems you run into. I’d recommend checking google, stack overflow, ChatGPT for assistance. Also the coffeescript docs are good.
I'm not even halfway into this video and my guy has already explained this waaaayy better than any other tutorials I've seen.
Thank you for sharing... I master now how to use coffeescript. I can even auto compile the code when saving. 😁 Coffeescript is a lot better than python with pygame in making games although they have simple and almost similar syntax, coffeescript is a lot faster compared to python.
Can we use async await instead callbacks?
I don’t see why you couldn’t.
under rated!!
How do i compile the script?
Should be able to run with just the coffee command. To conpile to JavaScript I’d recommend checking the documentation for specifics. ChatGPT might also be able to help you with this particular issue. I don’t usually recommend it, but I find it great for solving this type of issue on the actual job. Saves me hours of blog reading.
@@OneSkinnyDudeMusicalGuides Thanks its ok now, i did input "coffee -c <file>"
i successfully installed coffee script but the vscode terminal doesnt detect coffeescript command. Im using windows 10 i hope you can help me 😔
Are you sure coffeescript is installed? Should be able to check the coffee to confirm. If it is installed, I’d recommend trying to compile in a terminal outside of vscode. Also sometimes closing and reopening vscode will solve the issue.
@@AustinBeaufort its okey now, i didnt notice that im using powershell in the vscode terminal 😄
Im used to javascript but im starting to like coffeescript. One problem with javascript is there is alot of brackets which sometimes i forgot to include and coffeescript solves this problem.
Best video on the topic NodeJS and postgreSQL.
Really helpful ❤❤
Is there any source codes of project to download?
omg, THANK YOU SIR🙏🙏🙏
great video.thanks
Thank you so much!