Great content! Can you make a similar video on Rust vs Zig? Which lang is better used for what use case?
@GGfrostZ21 сағат бұрын
1:53:44
@fredericklazarus6945Күн бұрын
Hello!! I got a question: I noticed that you installed Powershell from the Microsoft Store even though Windows Terminal already includes a default profile for Windows Powershell. Is there any difference between this 2 Powershells? I gotta ask because even in your latest videos I see that your Windows Terminal is configured with that Powershell Core profile. Thanks in advance.
@anumoluprem43702 күн бұрын
gg
@esra_erimez2 күн бұрын
I love Go
@daohai-qe2st3 күн бұрын
Your tutorial is great
@BekBrace2 күн бұрын
Thank you 🙏😊
@umayadav-l3p5 күн бұрын
AttributeError: module 'psycopg2' has no attribute 'DatabaseError'
@aehabdelouadoud6 күн бұрын
Less is more.
@onurbenn6 күн бұрын
please can you show to run in same surver not sperated?! then easy to deploy and runs better.
@pyrobitt6 күн бұрын
Awesome tutorial, thanks!
@BekBrace5 күн бұрын
🙏
@mohammedadam857 күн бұрын
What is name of the book please? I can learn better by Books
@pegasusgemini65417 күн бұрын
Me building web backend/APIs in Rust 😅 I think it's a matter of flavour. I used bot but i prefer using Rust, you can use it for almost every single long-term development aspect. Yeah, it's strict, but once you deep dive it's beautiful. It's the "Avatar" of programming languages. On the other side, Go is the perfect language for Python/JS/PHP devs how want more performance and stability without sacrifying a lot of freedom and code syntax
@eduardflorea98238 күн бұрын
I started with Go back in 2018..... and then ...for some reason.....decided to try Rust and wrote some small thing in Rust.... I fell in love with the strict typing of Rust.....I very much appreciate the explicit nature of it....and the control is great... I use it for everything now.
@fanboo739 күн бұрын
Great course.. thanks
@BekBrace9 күн бұрын
Thank you 😊
@No_Internet019 күн бұрын
thx, the videos helped, the documents and other videos from others are kind of confusing
@BekBrace9 күн бұрын
Thank you 😊
@jaszczurka506910 күн бұрын
A comment for reach
@BekBrace8 күн бұрын
Thank you 🙏
@No_Internet0110 күн бұрын
can i bite a penguin so it will make an os and im the mascot?
@BekBrace10 күн бұрын
of course :D
@Agent_00811 күн бұрын
24:41 timestamp for myself
@Rover-x2l11 күн бұрын
None of the Rust installers for Mac are digitally signed. So how to trust them as safe from tampering as they are downloaded from mirror sites out of US and cloudfront distributions.
@guilhermeazevedo154511 күн бұрын
What a fantastic tutorial! I was scrolling through the feed on X when I saw the GoLangTrends page promoting your work. It really was something I was looking for to inspire me to come up with new ideas on how to create new things using my favorite programming language.
@danielt888012 күн бұрын
Go is a blessing, backed many projects i love( container). Also, i think memory safety as the main use for rust is no longer valid. To me, rust strictness and type system is the most powerful feature. Memory safety is just a side effect. That is why it is my main languae
@pegasusgemini65417 күн бұрын
Rust deconstructs all preconceptions about programming, re-educating you and forcing you to think of all (or almost all) the alternative cases that are often the cause of bugs in some less strict languages. Once the programmer accepts your code, there's very little chance of “unforeseen” errors occurring.
@4115steve12 күн бұрын
Can you show us how to use HTMX with websockets, zig and wasm. I feel like it would make a good stack for a web app/ 3d game
@WayneRiesterer12 күн бұрын
When I run these two programs from the Windows cmd shell, the results are: Python -> 47.00s & Rust -> 61.49s When I run these two program from VSCode Runner, the results are: Python -> 3.23s & Rust -> 1.59s I haven't done any research into why this is the case. Perhaps it's how they handle Window API calls or something. In any case, it shows that it depends on the execution environment. Maybe Windows is beaconing out the result of the shell 😂 # Python import time start = time.time() for i in range(0, 1000001): print(f'{i}\tx\t6\t=\t{i*6}') duration = time.time() - start print(f'Python done in {duration} seconds') // Rust - built with opt-level = 3 use std::time::Instant; fn main() { let start = Instant::now(); for i in 0..1000001 { println!("{0}\tx\t6\t=\t{1}", i, i*6); } let duration = start.elapsed(); println!("Rust done in {duration:?} seconds"); }
@danilobrayann213913 күн бұрын
theme bluedark
@gobajoseph506413 күн бұрын
Super projet en tant que développeur SIG ça me parle vraiment 🎉🎉🎉🎉
@BekBrace13 күн бұрын
Merci 😊
@diego8892014 күн бұрын
i am an Emacs user but recently get into Vs code for its hype This method is really cool!
@firstname-lastname14 күн бұрын
nice tutorial, just make less typos pls :)
@BekBrace12 күн бұрын
I'll think about it
@unreleasedcreation14 күн бұрын
Thank you!! for the better explanation
@lucifer049914 күн бұрын
hey awesome video man, also can you explain at 28:04 the sales diff data signifies what exactly for each month? like is that the different stores or something?
@ThePandaGuitar15 күн бұрын
I love Go so much it’s so simple it should be considered programming language design art. No wonder it comes from the OG Ken Thompson himself
@BekBrace15 күн бұрын
@@ThePandaGuitar yep 👍
@mjaTanim16 күн бұрын
Thank you!
@prashanthkumar734916 күн бұрын
can somone suggest how to setup VSCode like in this video, i don't get any suggestions or complains from rust 😭
@prashanthkumar734916 күн бұрын
liked the video but, more work could be done like uses by example, say indexing or accessing values in enums and compound data types in structs. it would help understand the concept a bit better.
@BekBrace16 күн бұрын
@@prashanthkumar7349 well, I do what I can for free, so .. don't know the reason for complaining here
@prashanthkumar734916 күн бұрын
@@BekBrace Hm. sorry about that! Appreciate your good work! I was a bit greedy... Forgot to mention the positive side: you did skip a lot of unnecessary details and saved a lot of time. as well as the structuring was well formatted. Thanks for the lecture. PS: i didn't know about the paid courses, are there any?
@BekBrace15 күн бұрын
@@prashanthkumar7349 No worries my friend, I'm currently preparing a 12 hours long course for 2025 and it will be published on udemy. I know I haven't covered everything in that 3 hours course as you said, so almost every little thing is going to be fully covered in the udemy course. Cheers 👍
@prashanthkumar734915 күн бұрын
@@BekBrace I am looking forward to it! All the very best!
@lasbutious11617 күн бұрын
let owned_string = String::from("Abc"); vs let owned_string: &str = "Abc" what is the difference without mut keyword? can anyone explain?
@jackbauer846018 күн бұрын
Hi. I just wanted to say that I really like your series and your teaching style... not only you explain everything clearly but the effort you put into the aesthetic adds a charm to your videos. I was desperately searching for your video on logical instructions but it doesn't seem like you uploaded it. I wish you would finish your introductory series on assembly language but even if you don't, I still appreciate what you have already put out. You gained a like and a sub, I will be checking your other playlists. Cheers!
@BekBrace18 күн бұрын
@@jackbauer8460 thank you very much for your comment and support my friend 🙏🙂
@solidcopy282219 күн бұрын
2:45:04 the irony here is that you also...
19 күн бұрын
you are great, why you use tabnine instead of copilot?
@BekBrace18 күн бұрын
No reason really, tbh I don't even use tabenine !
17 күн бұрын
@@BekBrace thanks, you are great
@chiedoziie20 күн бұрын
Nice video! can you help me psycopg2 keeps giving me an error. from psycopg2._psycopg import ( # noqa ...<10 lines>... ) ImportError: DLL load failed while importing _psycopg: The specified module could not be found.
@raultelo397320 күн бұрын
1:17:32 What do you mean X will not exist anymore? I can call it after the statements 😢
@MahammadMujeeb-sj8nv20 күн бұрын
nice explained
@KP_10021 күн бұрын
@1:23:53 what is the use of impl ? is it necessary to declare function inside impl structure_name ? and account.withdraw(45.5), you have declared one variable , please explain this. I am not familiar with c++. Is it required to understand c++ before watching this ?
@BekBrace21 күн бұрын
I never touched c++ in my whole life as well 😊 In Rust, impl is used to define methods and associated functions for a struct, enum, or trait. ( I have a separate video explaining impl ) It allows you to implement functionality, such as adding behavior to your types or fulfilling the requirements of a trait
@aftalavera21 күн бұрын
If it’s so admired, why repeat it so much!
@BekBrace21 күн бұрын
Do you have an actual question ?
@Eternal181122 күн бұрын
Hey friend, what if I want to learn Haskell as my first programming language without a programming background? Is there another video to first watch to get my knowledge level up to par?