xameeramirWebsite network load optimization tipSometimes we implement multiple external links which points to the same resource. For example in one of our websites we haveNov 6, 2020Nov 6, 2020
xameeramirJavascript tip — Use ternaries rather than && in JSXWhen JavaScript evaluates 0 && anything the result will always be 0 because 0 is falsy, so it doesn’t evaluate the right side of the &&Sep 30, 2020Sep 30, 2020
xameeramirJavascript Tip — Use Optional ChainingSometimes we need to check the existence/truthiness of properties on objects/classes. For example, this is how we generally write it:Sep 29, 2020Sep 29, 2020
xameeramirJavascript Trick — Use Exponential Number NotationsShorten code for decimal numbers using exponential notation instead of 0sSep 28, 2020Sep 28, 2020
xameeramirJavascript Best Practices — Use For In LoopsFor loops can be shortened and cleaned. Let’s see an example:Sep 28, 2020Sep 28, 2020
xameeramirNode js performance diagnosis tip — Check for synchronous code in Nodejs processCheck for synchronous code in Nodejs process:Sep 28, 2020Sep 28, 2020
xameeramirJavascript best practices — Shortify falsy/truthy checksSometimes we need to assign only truthy (not undefined/null/empty) values to our variables.Sep 28, 2020Sep 28, 2020
xameeramirCoding best practices — Implement a serious code review processA. Provide constructive criticism for code improvement to team membersSep 28, 2020Sep 28, 2020
xameeramirFinding a better rental home in MumbaiThis is basically a checklist of what to expect when renting a new home in Mumbai. I have written it exclusively for me to reference.Aug 25, 2020Aug 25, 2020