AWS DynamoDB with Typescript how-to insert, update, delete & fetch data
AWS DynamoDB with Typescript how-to insert, update, delete & fetch data
foxiz-core
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/posttrau/public_html/mdtWordpress/wp-includes/functions.php on line 6114AWS 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…
I have been working with Javascript for more than a decade and for the first few years I did not know what event loop was. It was not until I started working heavily with NodeJS when I realised there is something called event loop and what it does. Javascript queues Read more…
Honestly, this blogpost was a long time coming, I have been working on/off with react for the last 2 years and this time, I feel it is time to stick with it and not leave until I gain a full understanding of it. So here goes, and as with all Read more…