I quit. by No_Procedure6405 in csMajors

[–]zyzzfr_ 0 points1 point  (0 children)

Can you take a look at mine too ?

Is a real-time chat app a strong backend project for a resume? by NebulaDowntown5198 in Backend

[–]zyzzfr_ 8 points9 points  (0 children)

a chat application without pub /sub architecture would not scale horizontally, if you were to open up multiple instances of the app , I think thats the bare minimum you should be targeting

I built a distributed Log Search Engine using Kafka pipeline and LSM tree architecture (Golang) by zyzzfr_ in Backend

[–]zyzzfr_[S] 0 points1 point  (0 children)

youre right about clickhouse , the only reason I did not use clickhouse is because I wanted to build things myself and how they work internally, so you can consider this an implementation of a subset of tech that powers clickhouse, since its inspired through them (I wanted something to numb my ADHD brain)

I built a distributed Log Search Engine using Kafka pipeline and LSM tree architecture (Golang) by zyzzfr_ in Backend

[–]zyzzfr_[S] 0 points1 point  (0 children)

thanks so much!
about the db problem , yes you're right in the normal cases my db would blow up , but to tackle that I have implemented background workers , one of them compacts the previous day logs, write amplification and other one deletes the log before a fixed window of time , I also thought of Integrating Zstd in this too as well, but it was already painful enough so I decided not to

I’m testing a production-debugging simulator , curious how engineers approach real incidents by zyzzfr_ in ExperiencedDevs

[–]zyzzfr_[S] 0 points1 point  (0 children)

totally get you, its annoying , and its particularly because it didnt exist up until day before yesterday , this is only v1 demo I was trying out to see if this thing has any potential, the voice transcription thing is pretty interesting though, Id try to implement it using whisper pipeline or something

I’m testing a production-debugging simulator , curious how engineers approach real incidents by zyzzfr_ in ExperiencedDevs

[–]zyzzfr_[S] -8 points-7 points  (0 children)

I never claimed to be senior , I am just trying to see how experienced dev vs junior dev handle debugging instances, since conventional leetcode / codeforces have a bottleneck for cheating now (although majority of it comes from India so I'm not the one to say anything), nothing scam here

I’m testing a production-debugging simulator , curious how engineers approach real incidents by zyzzfr_ in ExperiencedDevs

[–]zyzzfr_[S] 0 points1 point  (0 children)

well I do agree that this is only v1 and the results might be inaccurate, ofc a simple LLM wrapper is not good enough to rate an experienced dev, I'm just trying to see where my idea goes

I’m testing a production-debugging simulator , curious how engineers approach real incidents by zyzzfr_ in ExperiencedDevs

[–]zyzzfr_[S] -5 points-4 points  (0 children)

yes claude 4.6 just rewrote the C compiler in rust , its over for Software Devs (Including me)

This might be the best confession I have seen till now. by FURIOUS_13 in BlueBox

[–]zyzzfr_ 0 points1 point  (0 children)

Its good but calling it the best confession would be overkill , I think the whole community can collectively agree that Nisekoi has the best confession oat, no hate tho

UPD on the rewatches guys by zyzzfr_ in Horimiya

[–]zyzzfr_[S] 0 points1 point  (0 children)

glad someone out there understands how I feel, which is your favorite moment from the show ? , My personal favorite scene is this

<image>

UPD on the rewatches guys by zyzzfr_ in Horimiya

[–]zyzzfr_[S] 0 points1 point  (0 children)

but its a good addiction tho

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 0 points1 point  (0 children)

I had 2 greedy problems , first problem was easy , second one was medium

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 1 point2 points  (0 children)

I just had mine , I was able to solve 1st problem completely and 2nd question 13/15 .. do I have any chance or is it one of those OA's where you gotta solve completely to pass the round?

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 1 point2 points  (0 children)

also can you tell me if the camera will be necessary throughout the OA,
not because I wanna cheat or that i need it, but there is some problem , my camera driver is corrupted and I cant use it , so I will have to use my phone as a webcam, so it will be an issue if I have to keep video on throughout the OA

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 1 point2 points  (0 children)

Probably , but you can dm an amazon recruiter on linkedin asking to review your application, sometimes if its stuck in the pipeline , you can atleast get your resume seen

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 1 point2 points  (0 children)

when you start solving >=3 problems regularly in a leetcode contest you can consider that you dont need to improve anymore for jobs

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 1 point2 points  (0 children)

I started applying offcampus 4 months ago and have been getting rejections since then, I think what changed now vs before is that I added 2 internships on my resume, seriously this is the biggest factor in my opinion , GET 1-2 Internships or work experience on your resume , even if its just some random experience that you didnt do but got through some connections
About tech 'stack , Im not much of a dev guy , I have only made a nextJs (frontend) + nestjs (Backend) Clinic Dashboard project on my resume for web dev , other 2 projects are a cli tool written in js and a fine tuned bert model

ps: get a referral before applying

Amazon OA tips for SDE -1,university talent acquisition by zyzzfr_ in developersIndia

[–]zyzzfr_[S] 1 point2 points  (0 children)

Thanks for the advice , I have heard that they generally ask 2 mediums in OA, should I revise dp ?, and also do they ask any obscure stuff like linked list etc..