Beaufort Tek
Beaufort Tek
  • 124
  • 389 703
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!
Переглядів: 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 - 13 - Functions
Переглядів 69Рік тому
Golang for Beginners - 13 - Functions
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

КОМЕНТАРІ

  • @viva-la-baz1458
    @viva-la-baz1458 14 днів тому

    How can we toggle it instead?

  • @manishchaudhari1510
    @manishchaudhari1510 17 днів тому

    Parcel filename is not working.

  • @alexandroschatzis255
    @alexandroschatzis255 Місяць тому

    Haskell makes sense to me now. Thank you so much for this series!

  • @thecookiemonster1823
    @thecookiemonster1823 2 місяці тому

    Hey! I really like your vscode theme. May I ask what is it that you use?

    • @AustinBeaufort
      @AustinBeaufort 2 місяці тому

      I unfortunately don’t remember what this theme was 😅. Fira is the font I believe.

  • @ikresimir
    @ikresimir 2 місяці тому

    Thank you for taking your time to create this cool tutorial for us. Much appreciated.

  • @deeppcutss
    @deeppcutss 2 місяці тому

    Thank you very much! This was exactly what I needed

  • @ryzh6544
    @ryzh6544 2 місяці тому

    Thanks bro

  • @RP-mp4ow
    @RP-mp4ow 2 місяці тому

    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 :)

  • @Abdulazeem-p5y
    @Abdulazeem-p5y 2 місяці тому

    Last video on yt on the topic Rest Api with NodeJS (JavaScript), Express, and PostgreSQL ,Found Very Helpful !

  • @user-le2zv6go3v
    @user-le2zv6go3v 3 місяці тому

    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

  • @noamisrael3162
    @noamisrael3162 3 місяці тому

    ty for this vid !!!

  • @programmer_39
    @programmer_39 5 місяців тому

    love this video

  • @oreki9048
    @oreki9048 5 місяців тому

    does this work with pgadmin?

  • @edgegonzaga8654
    @edgegonzaga8654 5 місяців тому

    thank you!

  • @edgegonzaga8654
    @edgegonzaga8654 5 місяців тому

    thank you!!!

  • @havana8124
    @havana8124 5 місяців тому

    this series is great - thank you so much!!

  • @Alejandro-k6n5l
    @Alejandro-k6n5l 5 місяців тому

    very nice series brother, appreciate it!

  • @ThisAintMyGithub
    @ThisAintMyGithub 5 місяців тому

    Thank you for starting me on my functional programming journey! You're a fantastic teacher!

  • @chinmayck8509
    @chinmayck8509 5 місяців тому

    This video is beyond expectations🔥

  • @profi_studentin
    @profi_studentin 5 місяців тому

    Thank you, it's a very helpful video ❤

  • @dhruvyamdagni5858
    @dhruvyamdagni5858 5 місяців тому

    23:09

  • @pandagamedev1177
    @pandagamedev1177 5 місяців тому

    can you share your theme you used in this video

  • @alireza7140
    @alireza7140 6 місяців тому

    Great video man! Thanks!!

  • @andrilesmana5823
    @andrilesmana5823 6 місяців тому

    TERIMA KASIH PAK. PENJELASANNYA MUDAH DIPAHAMI

  • @virajsh
    @virajsh 6 місяців тому

    Fabulous

  • @valenciawalker6498
    @valenciawalker6498 6 місяців тому

    Thank you

  • @sanskaripatrick7191
    @sanskaripatrick7191 6 місяців тому

    amazing explanation. The pacing of this video is incredible holy shit. Absolutely at the right pace. Thanks a lot bro! also great thumbnail😂

  • @sayedsalah1731
    @sayedsalah1731 6 місяців тому

    thank you 😍😍😍😍😍

  • @rouslanlakhno2939
    @rouslanlakhno2939 6 місяців тому

    Great explanation !! Very detailed.

  • @petit-hommeben-jacques5606
    @petit-hommeben-jacques5606 6 місяців тому

    Thanks!!!

  • @KiwisCode
    @KiwisCode 6 місяців тому

    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.

  • @Rndintech
    @Rndintech 7 місяців тому

    completed in 10 min

  • @Anteater23
    @Anteater23 7 місяців тому

    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?

  • @Anteater23
    @Anteater23 7 місяців тому

    Is prisma good for Postgres?

  • @ribeshamatya644
    @ribeshamatya644 7 місяців тому

    Dude can’t see your code

  • @abudi-channel
    @abudi-channel 8 місяців тому

    Please help...

    • @AustinBeaufort
      @AustinBeaufort 8 місяців тому

      Read my other response✅

    • @youflix_24
      @youflix_24 8 місяців тому

      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.

  • @abudi-channel
    @abudi-channel 8 місяців тому

    Is this still working? Why in my browser console says "require is undefine" .

    • @AustinBeaufort
      @AustinBeaufort 8 місяців тому

      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.

  • @AQStick
    @AQStick 8 місяців тому

    I'm not even halfway into this video and my guy has already explained this waaaayy better than any other tutorials I've seen.

  • @abudi-channel
    @abudi-channel 8 місяців тому

    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.

  • @ajaymishra1511
    @ajaymishra1511 8 місяців тому

    Can we use async await instead callbacks?

    • @AustinBeaufort
      @AustinBeaufort 7 місяців тому

      I don’t see why you couldn’t.

  • @asifhossain8012
    @asifhossain8012 8 місяців тому

    under rated!!

  • @AmirBautista-s2w
    @AmirBautista-s2w 9 місяців тому

    How do i compile the script?

    • @OneSkinnyDudeMusicalGuides
      @OneSkinnyDudeMusicalGuides 9 місяців тому

      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.

    • @AmirBautista-s2w
      @AmirBautista-s2w 9 місяців тому

      @@OneSkinnyDudeMusicalGuides Thanks its ok now, i did input "coffee -c <file>"

  • @AmirBautista-s2w
    @AmirBautista-s2w 9 місяців тому

    i successfully installed coffee script but the vscode terminal doesnt detect coffeescript command. Im using windows 10 i hope you can help me 😔

    • @AustinBeaufort
      @AustinBeaufort 9 місяців тому

      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.

    • @AmirBautista-s2w
      @AmirBautista-s2w 9 місяців тому

      @@AustinBeaufort its okey now, i didnt notice that im using powershell in the vscode terminal 😄

  • @AmirBautista-s2w
    @AmirBautista-s2w 9 місяців тому

    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.

  • @atharvkhamkar8217
    @atharvkhamkar8217 9 місяців тому

    Best video on the topic NodeJS and postgreSQL.

  • @MohitYadav-i4u4b
    @MohitYadav-i4u4b 9 місяців тому

    Really helpful ❤❤

  • @HasanAli-kd2vx
    @HasanAli-kd2vx 9 місяців тому

    Is there any source codes of project to download?

  • @hellmorgan8924
    @hellmorgan8924 9 місяців тому

    omg, THANK YOU SIR🙏🙏🙏

  • @tonmoyislam7624
    @tonmoyislam7624 9 місяців тому

    great video.thanks

  • @kirillyerenkov3234
    @kirillyerenkov3234 9 місяців тому

    Thank you so much!