How to fix Kernel Panic in Ubuntu
This post will share a solution on how you can fix kernel panic in Ubuntu. after I updated it from Ubuntu 20 to 22. I encountered this problem when I tried to update my desktop running Ubuntu 20 to Ubuntu Read more
This post will share a solution on how you can fix kernel panic in Ubuntu. after I updated it from Ubuntu 20 to 22. I encountered this problem when I tried to update my desktop running Ubuntu 20 to Ubuntu Read more
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 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 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 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 Read more
If you are a software engineer who works for a bank and if you are allowed to use Mac machines e.g. a Macbook you most likely do not have admin access. As a software engineer, for you to be productive, Read more