PinnedSunil PandeyPromise.AllSettled: An advanced version of Promise.AllPromise.AllDec 13, 2022Dec 13, 2022
PinnedSunil PandeyUnderstanding defer and async like never beforeUnderstanding defer and async demands us to pre-understand how our HTML documents load once a user requests for the page.Jan 2, 2023Jan 2, 2023
PinnedSunil PandeyFilter Repo — Path for moving from mono to multi repoA time comes when a ship becomes too overloaded that one needs to remove a few containers from the load into a different one.Jan 3, 2023Jan 3, 2023
PinnedSunil PandeyApplying extraction and inversion for writing maintainable codeEveryone wants to see/write code that is more readable and easy to understand, and there is one point that every one of us will agree that…Jan 4, 2023Jan 4, 2023
PinnedSunil PandeyUnderstanding the bind function and making the curry out of itThe bind method creates and returns a new function wrapping the context and argument. With the help of this function, you can fix the…Jun 30, 2021Jun 30, 2021
Sunil PandeyStress: An Important Evil FriendWe always hear from one another don’t take stress. Taking stress is useless, it will only harm you. It will not help you in any way.Nov 14, 2023Nov 14, 2023
Sunil PandeyAvoid unnecessary undefined checks with Discriminating Union TypesMany times we need to deal with types having branching of fields based on state value.Nov 8, 2023Nov 8, 2023
Sunil PandeyOverriding styles based on CSS SpecificityLet’s try to jump directly to the codeJan 9, 20231Jan 9, 20231
Sunil PandeySpread operator and destructing in typescriptThis repository showcasing typescript spread operators usages possibilities in different scenarios.May 12, 2021May 12, 2021