bro i litreally didnt do anything i really didnt do anything i am innocent 🥹
@rendisibarani359115 сағат бұрын
its like a treasure finding your channel man
@cyantarek545717 сағат бұрын
Basically, the problem is that people don't want to deal with errors explicitly all the time. That's why errors are the most neglected thing. And that is the reason why people don't ejnoy explicit error handling like in Go.
@steelek658317 сағат бұрын
bro, why every of devs like this java's sublangs maybe i am other because i like rust so much! Rust seems easier than python, because this is telling you exacly where the error is and what should you do and thats have cargo so you dont have to waste time for your imports and define despendencies lol
@macc4773Күн бұрын
@5:48 disagree with your take. He is right. For example: In rust, abstractions like traits (interfaces in golang) are compiled away to nothing; if you don't use dynamic dispatching (the dyn keyboard). In go, every single interface use, requires an allocation and a dynamic dispatch by the runtime. To not talk about generics (which in golang are based on interfaces). Does that means you can't write absolute garbage in Rust, NO. But you have to get out of your way and explicitly do it. There are many other examples of 0 cost abstractions and how that improves performance by default. This whole debate are based on the tradeoff (dev time) vs (runtime time). As Rust devs get more experienced, and rust improves, the dev time gap is closing.
@joeysung311Күн бұрын
love your videos but thumbnail's a bit ridiculous
@Soy.Ingeniero2 күн бұрын
Why would you put the subs in the middle of the screen lol. Now I can't turn them off
@gcash492 күн бұрын
lol average php salary must be so low if theres barely any php specific jobs in the US
@marcesmack2 күн бұрын
When they do agents and great ratio for usage then we can start talking. Until then. It’s not a big deal.
@EdLrandom3 күн бұрын
why is it not olrtholeniar? what is this the 1930s?
@AlexYu-nm3dg3 күн бұрын
Suggest to learn C first. It's the foundation of all the languages. E.g. golang's "pointer" idea comes from C.
@kartikvishwakarma75674 күн бұрын
I am using ubuntu, I have done all steps correctly, but ESC button doesn't enalbe NORMAL mode, CTRL + C does it, how to change this. It was working fine until I installed VIM Vscodium extension. Can someone tell me how to solve this problem?
@gringo63624 күн бұрын
Weird thumbnails
@leotravel854 күн бұрын
Windsurf also uses its own extension "marketplace", which is subpar at best
@CX330Blake5 күн бұрын
Not for the security position tho
@george_davituri5 күн бұрын
Nowadays it looks like you will get response from a company saying: ''unfortunately etc.. Go start your own business.'' 😃😁
@StEvUgnIn5 күн бұрын
The strengths and the drawbacks of Go come from the goroutines. It's a concept that is odd for any description, since most people design concurrency with threads.
@liteflow106 күн бұрын
If you copy and paste leetcode there is no recourse for you to learn from and you should defenetly drop programming. Stop bloating junior positions lmao
@ayyasudeen31186 күн бұрын
Why I should learn Go?
@SwahiliAITanzania8 күн бұрын
AI as a tech is so cool, i think it should be an integral part of any industry including tech.
@AndrieMC8 күн бұрын
Quick answer: No.
@TonyYuTian8 күн бұрын
Go-blueprint is exciting! Your video is great! Cool 😁😁😁
@oleksiistri84298 күн бұрын
I think all this frameworks do not provide so much features, so vanilla go is fine, i do not see a point to use them at this point. Maybe someday, when they grow more to have something between the legs
@joshgibson36188 күн бұрын
Also you can’t forget about COBOL!!
@AnonAdderlan9 күн бұрын
Always wonder if folks who make technical arguments based on feels program in the same manner. Because not treating this field as the practical engineering discipline it is continues to keep it in the dark ages.
@SatyaJanghu9 күн бұрын
How to get resume shortlisted by bigetch so I can show them my leetcode skills?
@kedarkulkarni94649 күн бұрын
What has leetcode got to do with applying? Also, LC is only useful AFTER you get the interview. Most junior engineers barely get 1-2 interviews. May be tell how they should apply to get more interviews?
@pepperdayjackpac45219 күн бұрын
u should do it anyway to prepare for interviews u may or may not get
@sylvesterstephen47499 күн бұрын
Leetcode is important because it teaches you data structures and algorithms. big tech companies don't really care how much python you know or how much fancy animations you can do, they have a whole lot of users and database and it's constantly growing so they need people who can handle this large amount of data well in the code
@BboyKeny9 күн бұрын
Getting interviews is a technical problem that can be solved. Write a site scraper + mailer that checks out job listings and contacts them automatically. Make sure it sends a follow up emails if there's no reply. Getting interviews is mainly a chance game. If only 1% replies back then you need to apply for at least 100 jobs. You can always present your system during the interview.
@ezekielswiss43479 күн бұрын
please please pleaes dont do these odd cuts and little memes that popup...
@nnjqerjk11 күн бұрын
Subscribe or get laid off lmao
@Jay_in_Japan11 күн бұрын
Would've been cool if you, y'know... looked at the source code. Instead of ADHDing your way through whatever it is you did
@BBones-w3y11 күн бұрын
How come the job didn't get offshored?
@feliche-demiannetliukh370313 күн бұрын
I know what you mean about time consumption of nvim. That's why I switch to lazyvim (neovim distro) customizing only the stuff I didn't like there. And even if I did I usually added this as extra there so other people will use it and fix bugs with it for me (I know I am evil🤣). I also didn't like that major or sometimes even minor can break something, so I did setup a small script that commits plugins versions lock file to git. Now I can just go to previous version and restore it. It is also useful in debugging with git bisect if I found some issue later on because all my neovim configuration changes are committed to git It also can be useful to create some small group of people who also use lazyvim and have similar desires in modificating it, so you share code between each other, saving time to each other. I did solve those problems and yeah, nvim is not perfect, but with all of this it becomes way easier. I don't think I spend a lot of time on it now, I would say even less than on vscode when I was maining it
@Karan-zz8eh13 күн бұрын
GHOSTTY does not have search. GROW UP
@-Rook-13 күн бұрын
At the moment I spend nothing on AI tools. There have been no requests or queries about the use of AI tools at work and I won't be raising the subject myself, but I do keep a very close eye on the technology, products and capabilities so I am informed should the subject arise. I love the technology, its fascinating, I have studied papers on them and worked through the llama.cpp code, I have local models for most generative workflows installed locally on my machine for my own entertainment, I have even tested the professional AI services. Would I trust them for quality engineering support, no. Would I trust Open AI or any other company not to min-max their pricing to squeeze their customers till they squeaked for every last penny of profit, hell no.
@AbrahamHalfi13 күн бұрын
dude I'm so jealous you can just code away at whim like that major fomo and major jealousy
@matlaw13 күн бұрын
CANT HEAR YOU BUD, YOU NEED TO TALK LOUDER
@zmeta814 күн бұрын
before php was a thing, many of us just use CGI, like you can serve a page with a bash script behind apache server.
@WilsonTech-go14 күн бұрын
Keep GO alive
@huyoken795315 күн бұрын
Hearing you explain this gave me anxiety.. so true and it’s only because of the lack of support, the Microsoft overlords have a chokehold on the ide industry
@didi09871015 күн бұрын
how to set background image in Ghostty?
@whatmusiciwant15 күн бұрын
The problem I have is using keyboard shortcuts my fat fingers slip, after thousand+ hours in BLOPS I have no issues with mouse.
@chillbro227515 күн бұрын
"Pythonic" I like it :D no shade. 10:55 I couldn't understand that iterator code either, and I've got a lot of coding experience.
@chillbro227515 күн бұрын
It's such a turn off to have languages clone each other. Not every language does this, but i feel like the big ones do that .
@chillbro227515 күн бұрын
"Elixir" 🤩 that is my absolute favorite language. Thanks for mentioning it.
@AlbertLioba15 күн бұрын
Thanks for the analysis! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@israelojehonmon-nf6ql16 күн бұрын
Anytime I try deploying on vercel there is always errors.
@abyzzwalker16 күн бұрын
Do the minimum at work so I wanna code outside of work. xD
@iwantfrens580417 күн бұрын
I like your advice and I like you
@medjdene16 күн бұрын
Gay
@iwantfrens580415 күн бұрын
@ your mother is a skank
@nnjqerjk11 күн бұрын
Maybe she's a gurl, dawg
@aleksandrkravtsov872717 күн бұрын
requesting a movie
@redlinedev17 күн бұрын
Wrong, Learn x86 Assembly first and then C then C++ and make your own programming language, easy beginner guide + easy beginner project