@sudheer121
SWE3 @ Clearglass | Solving engineering problems one step at a time
I am a fullstack engineer and spend most of my time building stuff with NodeJs & PHP. My daily work involves, brainstorming, discovery, running peer reviews, writing feature code, unit tests, etc and helping the team where needed.
Nothing here yet.
Mar 16, 2025 · 4 min read · Recently I was working on an adhoc activity which involved writing a script that would extract some cell data from around 75k excel files, assume these files are readily available on your disk. Because these are user provided files, some of these are...
Join discussionJun 2, 2024 · 4 min read · Nothing is more satisfying than writing unit tests that test complex functionalities with strong assertions. Starting with an example Let's take an example where our app has a mixed functionality which involve external API calls, DB calls and interna...
Join discussion
Mar 29, 2024 · 4 min read · Compliance is boring, as developers we don't actively think about security loopholes in our infrastructure, just a few standard practices and that's it. However, AWS provides us with the tools that can help improve the observability of our infra and ...
Join discussion
Oct 2, 2022 · 5 min read · The blog focuses on 3 things, Prevention from data redundancy. Good design choices. Bad design choices. Prerequisites: Basic knowledge of databases and practices like indexing, normalization, etc. 1. Unique partial index to avoid data duplication...
MMustansir commented