General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Martinit0
ThePrimeagen
comments
Comments by "Martinit0" (@Martinit0) on "ThePrimeagen" channel.
Some meta-tip: As far as your workplace is concerned, always maintain the initiative, i.e. don't wait to get fired - but fire your employer before he/she can fire you. That way you won't end up in a situation where you are under time pressure to take a new job. Great jobs aren't available at all times - it may take a couple of months for an opportunity to emerge. That's why when you feel that you aren't valued any more or you can't provide the value the company expects from you, you should look out for the next job so you can quit before getting fired.
2
Intredasting! I do like the convenience of garbage collection - although in my home I'm the guy responsible for GC.
1
ed man!
1
@flipmedia1597 The editing is next level. It's as tight as hand-written assembler code.
1
This is great content! Currently my code is mostly slowed down by the slow rendering engine, so I was on a mission to simplify the HTML. Removing layers of containers (DIVs), replacing some with simple padding/margin. Probably going to look at object creation next.
1
I've seen code use Array.concat() to make a copy of an array.
1
Agree. So confusing. I am now using Webpack 5 to package my code, but it took me a week to set it up and make it work.
1
this is why we have try { JSON.parse(stuff) } catch (e) { /* go away, Jason */ }
1
Noob here, you lost me. So the HTML is "server-side rendered" and Leptos produces a WASM bundle that presumable executes in the browser - but what does it do? Since you server-side-rendered the content what else is there to do in this simple example? What is running on the server side? I am confused as to what is actually going on...
1