The Fizzbuzz Problem 2

· updated 06-09-2026 · 3 min read · 536 words · Interview Questions

Last time I had stopped optimizing this the problem more because we were having a discussion where string concatination is a costly opperation. So yesterday I was talking with Nishchay how can about the previous blog and …

Read more →

Convert Excel to Json

· updated 06-09-2026 · 2 min read · 234 words · js, nodejs, excel, json

Some time in our projects we need data in json files(mostly web projects). But collecting and managing data in json files is harder(At least this is what I feel) compared to excel. I had recently ran into a similar …

Read more →