What is AWS Amplify AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different...
Continue reading...Uncategorized
How to Use HTML Tables?
A table is a structured set of data made up of rows and columns (tabular data). A table allows you to quickly and easily look up...
Continue reading...React Error Boundaries
Error Boundaries basically provide some sort of boundaries or checks on errors, They are React components that handle JavaScript errors in their child component tree. React...
Continue reading...Clean Code JavaScript
Software engineering principles, from Robert C. Martin’s book Clean Code, adapted for JavaScript. This is not a style guide. It’s a guide to producing readable, reusable,...
Continue reading...How to dynamically assign properties to an object in TypeScript
Introduction Consider the following example: This seemingly harmless piece of code throws a TypeScript error on dynamically assigning name to the organization object. An error is...
Continue reading...