Go is the BEST (at Being Mid?!)
8:07
What the Golang Team Got Wrong
8:23
Пікірлер
@sneakythumbs9900
@sneakythumbs9900 27 минут бұрын
Sounds like it is too heavy
@BowangLan
@BowangLan 2 сағат бұрын
Cursor (a new code editor) has a much better AI experience than Copilot in my opinion. It has a much better auto completion and format feature than Copilot
@MelkeyDev
@MelkeyDev 39 минут бұрын
I should check it out!
@maximofernandez196
@maximofernandez196 9 сағат бұрын
Jokes on you, I will make a stylesheet language that looks like sql
@MelkeyDev
@MelkeyDev 39 минут бұрын
I would love to see tthat
@j.r.r.tolkien8724
@j.r.r.tolkien8724 14 сағат бұрын
I think there's much value in searching the web and dapting the results to your needs which is lost when you let AI code for you.
@MelkeyDev
@MelkeyDev 39 минут бұрын
thank you!
@TehKarmalizer
@TehKarmalizer 17 сағат бұрын
Seems like splitting hairs whether you press Ctrl+V or copilot does. Though I suppose going to ChatGPT for it is more voluntary than constant backseating.
@MelkeyDev
@MelkeyDev 38 минут бұрын
There's some things to consider when you have to actually look and decide what to copy and paste
@mayanksharma6927
@mayanksharma6927 19 сағат бұрын
Quite a balanced take. If one doesn't like it, they're free to not use it. One doesn't have to justify each choice :)
@MelkeyDev
@MelkeyDev 39 минут бұрын
Yes sir!
@jhonsen9842
@jhonsen9842 23 сағат бұрын
What you have doubled your viewers in 3 months.
@jhonsen9842
@jhonsen9842 23 сағат бұрын
How would you reccomend Adran lab go Developer Bootcamp by Bill Kenedy. The GOAT of Goalng
@MelkeyDev
@MelkeyDev 22 сағат бұрын
i havent done it - but maybe i should now!
@jhonsen9842
@jhonsen9842 23 сағат бұрын
How do you reccomend AdranLabs Traning By Bill Kennedy
@ErickRodrCodes
@ErickRodrCodes Күн бұрын
Notepad > kvm
@buddy.abc123
@buddy.abc123 Күн бұрын
Why do you keep pushing out these videos with no substance man?
@pepperparkffm
@pepperparkffm Күн бұрын
Hetzner is good and very cheap. Be careful, they use a lot of outdated personal computers attached to the network for providing simple hosting services. It's not that professional. However, in the end it also works of course.
@pepperparkffm
@pepperparkffm Күн бұрын
Why I don't like AWS: - Bad console - I made bad experience using several services like GW. Azure's implementations are better. - Most of the hosting resources are made for public in first place. Bad from a security perspective. - I give a shit on CDK...no vendor lock-in, therefor I use terraform/opentofu - I don't care about market shares if the platform itself doesn't feel good - The statement "has the most services" is useless. Most companies are using containers (hosting), container orch., and maybe some db, event-stuff and monitoring. It's available on any cloud provider.
@j.r.r.tolkien8724
@j.r.r.tolkien8724 2 күн бұрын
Simply put, Parallelism is having multiple tasks run in parallel. Concurrency is more general. It can be achieved though parallelism or any other asynchronous mechanisms like coroutines, event loop, and so on.
@tannerr-dev
@tannerr-dev 2 күн бұрын
fireship cooks at the speed of starfire
@buddy.abc123
@buddy.abc123 2 күн бұрын
Na bro, what are you saying 😂😂😂😂
@MelkeyDev
@MelkeyDev 2 күн бұрын
some nonsense
@davidmuriithi1809
@davidmuriithi1809 2 күн бұрын
Experimenting with it rn. Came here from fireship. lol
@coocoobau
@coocoobau 2 күн бұрын
"You can paralyze the task" yep!
@danielmajer1648
@danielmajer1648 3 күн бұрын
Melkey, stick with your opinion no matter what these noobs say. I also prefer postgres over tailwind, but with cinnamon desktop for better performance
@snatvb
@snatvb 3 күн бұрын
nice trolling))
@MelkeyDev
@MelkeyDev 2 күн бұрын
a little bit of trolling
@snatvb
@snatvb 2 күн бұрын
@@MelkeyDev it didn't turn out that way :D
@sixbutton9
@sixbutton9 3 күн бұрын
How about just JS on the front and C on the back. Nothing else is required.
@marlopainter8246
@marlopainter8246 3 күн бұрын
Fireship told me you could save me some money. This looks awesome! I'm new and have been racking my brain for hosting, etc.. this just made the decision simple! Thank you for the video.
@MelkeyDev
@MelkeyDev 2 күн бұрын
Youre welcome!
@borakou39
@borakou39 4 күн бұрын
How dare you use common sense like this
@CristianKirk
@CristianKirk 4 күн бұрын
I think you unconsiously meant that anything is better than tailwind, which is true :D
@MelkeyDev
@MelkeyDev 2 күн бұрын
tailwind takings L's
@taylorprice5813
@taylorprice5813 4 күн бұрын
I agree with this take. I remember setting up a Vim (not neovim) configuration when I was working on software running primarily on Linux and it was great but took a bunch of time. Recently I came across some Neovim videos and realized that I want to want to use Neovim but, really, the focus needs to be on the problem I'm actually trying to solve.
@chudchadanstud
@chudchadanstud 4 күн бұрын
>Shitposts on twitter. Nothing personal kid.
@MelkeyDev
@MelkeyDev 2 күн бұрын
never was
@daviddarfdas
@daviddarfdas 4 күн бұрын
It was a banger tweet
@MelkeyDev
@MelkeyDev 2 күн бұрын
twas the bang before twitter
@pepperdayjackpac4521
@pepperdayjackpac4521 4 күн бұрын
My understanding is that concurrency performs different tasks at once by using multiple threads and switching back and forth between them, which is context switching. It does one part from task 1, then does one part from task 2, then task 3, then repeat blah blah. And it can all be done on one core. With parallelism, you use multiple cores to execute instructions literally at the same time.
@rodrigolj
@rodrigolj 4 күн бұрын
Loved the interview! How the gets so much done in so little time? I wish I could!
@MelkeyDev
@MelkeyDev 2 күн бұрын
same dude
@sp3ctum
@sp3ctum 4 күн бұрын
I laughed so hard at this.
@cristichifan4453
@cristichifan4453 4 күн бұрын
How many technical words can I say without explaining anything?🤔
@joshr96
@joshr96 4 күн бұрын
JavaScript === Duck
@MelkeyDev
@MelkeyDev 2 күн бұрын
This the one
@owencodes
@owencodes 4 күн бұрын
Laravel > go lul
@MelkeyDev
@MelkeyDev 2 күн бұрын
crazy take
@owencodes
@owencodes 2 күн бұрын
@@MelkeyDev for real lol
@AndjelkoNS
@AndjelkoNS 4 күн бұрын
Could you add etcd please?
@MelkeyDev
@MelkeyDev 2 күн бұрын
yeah
@Chrispycode
@Chrispycode 4 күн бұрын
where can we bet how long it will take for you to switch back?
@MelkeyDev
@MelkeyDev 2 күн бұрын
over at Twitch.tv/melkey - we got live odds
@exvimmer
@exvimmer 4 күн бұрын
The fact that one person can waste half a million people's time with one tweet always amazes me.
@MelkeyDev
@MelkeyDev 2 күн бұрын
haha i am the waste
@VIYH-mt5dz
@VIYH-mt5dz 4 күн бұрын
the nerdTREE extension makes file navigation and creation super easy, ctrl + n to open the file explorer, vim bindings to navigate and m + a to make a file, m + f to make a directory
@MelkeyDev
@MelkeyDev 2 күн бұрын
Maybe I just check it out
@JohnnyHandsomeCapital
@JohnnyHandsomeCapital 4 күн бұрын
I love and am genuinely confused about the fact that people totally lost the sense for trolling and shitposts. When you said "over at reddit..." i knew shit hit the fan ...
@MarcosVMSoares
@MarcosVMSoares 4 күн бұрын
Why not using the plug pattern for middleware like in Phoenix? Maybe because wirhout a reduce its impossible??
@MelkeyDev
@MelkeyDev 2 күн бұрын
Im not sure I follow the comment
@vanhoheneim
@vanhoheneim 5 күн бұрын
Thanks man your video got me into VIM for VScode !
@naranyala_dev
@naranyala_dev 5 күн бұрын
controversial
@MelkeyDev
@MelkeyDev 2 күн бұрын
just a SPLASH
@doc8527
@doc8527 5 күн бұрын
People who took this as no joke either have no joy or no job.
@MelkeyDev
@MelkeyDev 5 күн бұрын
you would be so surprised
@imakhlaqXD
@imakhlaqXD 5 күн бұрын
Bro need to up his system design skills. Their is concept call master and slave dbs which is used in the high read applications.
@Lazlo-os1pu
@Lazlo-os1pu 5 күн бұрын
My man made a joke comment, then made a whole video bombing on everyone for taking it too seriously because he took the joke replies too seriously
@MelkeyDev
@MelkeyDev 5 күн бұрын
Lmfao wht have i become
@Chaitanyabenade
@Chaitanyabenade 5 күн бұрын
I was really confused seeing the thumbnail 🤣
@MelkeyDev
@MelkeyDev 5 күн бұрын
thumbnail gang
@travisSimon365
@travisSimon365 5 күн бұрын
Analogy: cooking Synchronous - you watch the water until it boils. You then get the spaghetti. You then put it in the water, etc. Concurrent - As you wait for the water to boil, you do other tasks, such as chopping an onion. Parallel - professional kitchen with multiple chefs. Food can be cooked faster, but it is harder to know what is going on, and communication is MUCH slower.
@travisSimon365
@travisSimon365 5 күн бұрын
Analogy: cooking
@iCrimzon
@iCrimzon 5 күн бұрын
Go > computers
@MelkeyDev
@MelkeyDev 5 күн бұрын
you rite you rite
@IndigoTeddy
@IndigoTeddy 5 күн бұрын
_Proceeds to write syntactically-correct Go code on paper_ :Kappa:
@iCrimzon
@iCrimzon 4 күн бұрын
@@IndigoTeddy itd be impossible to not at least be able to write err checking , if err != nil PTSD
@timog7358
@timog7358 5 күн бұрын
hilarious
@MelkeyDev
@MelkeyDev 5 күн бұрын
thank you
@FlanPoirot
@FlanPoirot 5 күн бұрын
I'm 100% sure that Low Level Learning was not actually offended and was actually just joking
@MelkeyDev
@MelkeyDev 5 күн бұрын
Yeah he was joking lol
@JoshPeterson
@JoshPeterson 4 күн бұрын
Same