AWS
AWS DynamoDB with Typescript how-to insert, update, delete & fetch data
AWS DynamoDB with Typescript how-to insert, update, delete & fetch data
AWS DynamoDB with Typescript how-to insert, update, delete & fetch data
I am using the time off that I have from my day job to focus on my coding. I am doing this by contributing code to Github repositories. One repository that I am contributing to is a REST API for a NodeJS backend built using Express and Typescript for a Read more…
In this post, I will talk about how to build a simple todo list app with Reactjs and Typescript. To build a todo list app with Reactjs is quite simple however, to build it with Typescript requires a little extra knowledge. Especially when it comes to defining event handlers. In Read more…
If you have been coding for a system for some time, you may have noticed how the code gets cluttered, hard to read and maintain. It is not anyone’s fault, really. Just that, over time, requirements change and sometimes to meet delivery deadlines, one builds something up really quick to Read more…
This post looks at how you can call an API using vanilla Javascript using code samples to explain concepts. These days you will spend a majority of your time working with a framework like Angular, ReactJS, VueJS etc and to call an API with that would be quite easy and Read more…