Пікірлер
@pietraderdetective8953
@pietraderdetective8953 6 сағат бұрын
Great content! Can you make a similar video on Rust vs Zig? Which lang is better used for what use case?
@GGfrostZ
@GGfrostZ 21 сағат бұрын
1:53:44
@fredericklazarus6945
@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.
@anumoluprem4370
@anumoluprem4370 2 күн бұрын
gg
@esra_erimez
@esra_erimez 2 күн бұрын
I love Go
@daohai-qe2st
@daohai-qe2st 3 күн бұрын
Your tutorial is great
@BekBrace
@BekBrace 2 күн бұрын
Thank you 🙏😊
@umayadav-l3p
@umayadav-l3p 5 күн бұрын
AttributeError: module 'psycopg2' has no attribute 'DatabaseError'
@aehabdelouadoud
@aehabdelouadoud 6 күн бұрын
Less is more.
@onurbenn
@onurbenn 6 күн бұрын
please can you show to run in same surver not sperated?! then easy to deploy and runs better.
@pyrobitt
@pyrobitt 6 күн бұрын
Awesome tutorial, thanks!
@BekBrace
@BekBrace 5 күн бұрын
🙏
@mohammedadam85
@mohammedadam85 7 күн бұрын
What is name of the book please? I can learn better by Books
@pegasusgemini6541
@pegasusgemini6541 7 күн бұрын
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
@eduardflorea9823
@eduardflorea9823 8 күн бұрын
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.
@fanboo73
@fanboo73 9 күн бұрын
Great course.. thanks
@BekBrace
@BekBrace 9 күн бұрын
Thank you 😊
@No_Internet01
@No_Internet01 9 күн бұрын
thx, the videos helped, the documents and other videos from others are kind of confusing
@BekBrace
@BekBrace 9 күн бұрын
Thank you 😊
@jaszczurka5069
@jaszczurka5069 10 күн бұрын
A comment for reach
@BekBrace
@BekBrace 8 күн бұрын
Thank you 🙏
@No_Internet01
@No_Internet01 10 күн бұрын
can i bite a penguin so it will make an os and im the mascot?
@BekBrace
@BekBrace 10 күн бұрын
of course :D
@Agent_008
@Agent_008 11 күн бұрын
24:41 timestamp for myself
@Rover-x2l
@Rover-x2l 11 күн бұрын
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.
@guilhermeazevedo1545
@guilhermeazevedo1545 11 күн бұрын
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.
@danielt8880
@danielt8880 12 күн бұрын
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
@pegasusgemini6541
@pegasusgemini6541 7 күн бұрын
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.
@4115steve
@4115steve 12 күн бұрын
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
@WayneRiesterer
@WayneRiesterer 12 күн бұрын
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"); }
@danilobrayann2139
@danilobrayann2139 13 күн бұрын
theme bluedark
@gobajoseph5064
@gobajoseph5064 13 күн бұрын
Super projet en tant que développeur SIG ça me parle vraiment 🎉🎉🎉🎉
@BekBrace
@BekBrace 13 күн бұрын
Merci 😊
@diego88920
@diego88920 14 күн бұрын
i am an Emacs user but recently get into Vs code for its hype This method is really cool!
@firstname-lastname
@firstname-lastname 14 күн бұрын
nice tutorial, just make less typos pls :)
@BekBrace
@BekBrace 12 күн бұрын
I'll think about it
@unreleasedcreation
@unreleasedcreation 14 күн бұрын
Thank you!! for the better explanation
@lucifer0499
@lucifer0499 14 күн бұрын
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?
@ThePandaGuitar
@ThePandaGuitar 15 күн бұрын
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
@BekBrace
@BekBrace 15 күн бұрын
@@ThePandaGuitar yep 👍
@mjaTanim
@mjaTanim 16 күн бұрын
Thank you!
@prashanthkumar7349
@prashanthkumar7349 16 күн бұрын
can somone suggest how to setup VSCode like in this video, i don't get any suggestions or complains from rust 😭
@prashanthkumar7349
@prashanthkumar7349 16 күн бұрын
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.
@BekBrace
@BekBrace 16 күн бұрын
@@prashanthkumar7349 well, I do what I can for free, so .. don't know the reason for complaining here
@prashanthkumar7349
@prashanthkumar7349 16 күн бұрын
@@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?
@BekBrace
@BekBrace 15 күн бұрын
@@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 👍
@prashanthkumar7349
@prashanthkumar7349 15 күн бұрын
@@BekBrace I am looking forward to it! All the very best!
@lasbutious116
@lasbutious116 17 күн бұрын
let owned_string = String::from("Abc"); vs let owned_string: &str = "Abc" what is the difference without mut keyword? can anyone explain?
@jackbauer8460
@jackbauer8460 18 күн бұрын
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!
@BekBrace
@BekBrace 18 күн бұрын
@@jackbauer8460 thank you very much for your comment and support my friend 🙏🙂
@solidcopy2822
@solidcopy2822 19 күн бұрын
2:45:04 the irony here is that you also...
19 күн бұрын
you are great, why you use tabnine instead of copilot?
@BekBrace
@BekBrace 18 күн бұрын
No reason really, tbh I don't even use tabenine !
17 күн бұрын
@@BekBrace thanks, you are great
@chiedoziie
@chiedoziie 20 күн бұрын
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.
@raultelo3973
@raultelo3973 20 күн бұрын
1:17:32 What do you mean X will not exist anymore? I can call it after the statements 😢
@MahammadMujeeb-sj8nv
@MahammadMujeeb-sj8nv 20 күн бұрын
nice explained
@KP_100
@KP_100 21 күн бұрын
@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 ?
@BekBrace
@BekBrace 21 күн бұрын
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
@aftalavera
@aftalavera 21 күн бұрын
If it’s so admired, why repeat it so much!
@BekBrace
@BekBrace 21 күн бұрын
Do you have an actual question ?
@Eternal1811
@Eternal1811 22 күн бұрын
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?