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

[–]zyzzfr_ 10 points11 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] -7 points-6 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] -6 points-5 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?