Help With Possible Legal Trouble/Lawsuit From Laundromat (Legal Advice)
Shows the Silver Award... and that's it.
Thank you stranger. Shows the award.
- By - silenoz_676
Fresh off passing Google and Microsoft interviews, I put together some notes and advice for Leetcode interview prep that I hope can help you. Appreciate any thoughts!
Shows the Silver Award... and that's it.
Thank you stranger. Shows the award.
When you come across a feel-good thing.
- By - coffee_kazoo
Does age matters?
- By - segunh
I know this doesn't answer your question or help in any way but have you look into NX for managing your mono repo?
Unfortunately not! I’m working on an existing codebase. I wish I could use NX but just not feasible at the moment.
Interesting, but it does make the assumption your repertoire is up to date. Novelties come up as 'not-following-the-repertoire', so might be useful to have some sort of cross-reference to livebook or some up to date master-database.
Thank you! I had no idea chessbase did this. I’ll have to check it out.
I tried but for me it didn't work properly. I added my Sicilian Repertoire for White and the program claimed that my opponent deviated 1. e4 c5 2. Nf3 d6 3. d4 cxd4 4. Nxd4 Nf6 5. Nc3 with g6.. And my repertoire (well obviously) covers the Dragon variation more than that.
Would you be willing to DM me (or paste here) your repertoire that was being analyzed incorrectly?
This post was a thanksgroaning day feast
Those buttons in the My First VB4 Program dialog - that snappiness and responsiveness - we need that back in today's web. Too many times I click a button and can't even tell if the click registered.
You can generally tell if you’ve clicked a button because the browser stops responding
Create a service that fetches all the data you need then hold onto the information. Then any component can ask for that data whenever they need it.
Yeah, something like this makes sense. The data is pretty unrelated, so it almost feels like an “all the things” service, which is a bit weird to me. I was wondering if a prefetch service makes sense.
If component B is not dependent on the data from component A, then why are you waiting for it before rendering B?
It just doesn’t make much sense to display the child components without having the data from A. It’s really pretty hard to discuss with this level of abstraction, I know, but it’s not like I’m making up the render/fetch waterfall phenomenon!
Yea had a few issues in the past that only occurred in a production build. I think it was mostly related to AOT not being the default for dev server back then.
Do you recall what those issues were?
Yes once when I didn’t set my prod environment variables lmao
Haha, fair enough
Do you have a recruiter with the company? If so, consider sending it to them and asking them to pass it along to your interviewer
What country?
Yeah it's kind of crazy that Google has all the same stuff... Just closed source or non industry standard.
The walled garden
Apply now. Most FAANG give you a lot of flexibility for interview scheduling, so you'll likely have as much prep time as you need before the interview.
It was never a fun thing for me. Leetcode is a chore to get something you want in life. I treated it as such. Set aside specific time to do it. Did not listen to music because I wanted more of a simulation of the real environment.
Whenever I dig into my rides I am curious the same. I want some functionality that exists on pzpack.come but not going to pay for it, so think about just writing a simple app myself and opening it up for free. Maybe one of these weekends I'll get enough motivation to actually do it
I’m tinkering with creating a react app to do it just with a user-provided CSV. Maybe at some point I’ll change to using the unofficial API, but no reason to do that til I make a reasonable front-end and, you know, follow through with the project. Also, the unofficial API seems a bit gnarly since you need the user’s password 😑.
I started doing this a month or two back, but my skills are definitely much more on the server side, so making a nice UI ends up taking me forever. It ended up like a lot of my other side projects, which is to say I got bored with it and haven't touched it in a bit :)
Yeah I’m just doing the CSV data for now. I think there’s some pretty interesting trends over time from that data alone. I have no problem doing the manual CSV part personally. Maybe I’ll expand it when there’s an official API but no way I’m going to handle passwords
Typescript
[удалено]
The leetcode part is here:
Something I realized: future you will never think current you was too old to do anything
There’s a pot of gold at the end of the rainbow
A different career
Actually LC should probably throw even more curveballs to simulate interview conditions
Every day for 40 days is pretty wild. I'd recommend actually creating a schedule and, importantly, scheduling breaks. Days that you don't leetcode at all. It makes all the difference to avoid burnout.
A dashboard with all-time stats!
Google. Their leetcode-style questions all felt quite hard to me.
Google was just straight up frustrating. It was ages ago, and part of an acquisition, but I still remember sitting there trying to explain that I’m a UI engineer and having a backend engineer stare blankly at me like “Yeah, but how long will it take the cow to eat all the grass?”
Yeah they don’t do those types of questions anymore fortunately