Posts
Building a blog engine is always an interesting full stack project with the right level of challenge to be able to understand a new framework or technology. In these multi part posts, you will learn how to create a blog engine with Reactjs & Spring Boot backend. You will see code samples on how to build a react app with functional components and manage state with reac redux. You will also see ...
How to build a blog engine with ReactJS and Spring Boot backend
Oct 02, 2024
80 views
While building my most recent web app, I was deploying the app to AWS and using DynamoDB for storage. DynamoDB is a NoSql database by AWS. I have written about how to CRUD data to it in an earlier post but this post talks about how to query DynamoDB with non-primary key column in the where clause. This post will include code samples along with step-by-step instructions on how to config...
How to query DynamoDB using a non-primary key column in where clause
Apr 04, 2023
118 views
I am working with Spring Boot a lot lately and I thought it would be a good idea to have fun with it in my spare time by building something. I thought about building a simple app that can tell users the number of Covid cases in their suburb in Sydney. The web app was not more than a simple Saturday afternoon hack, however once I built it, I thought it would be good to share it with friends. To do ...
Serve AWS app via secure connection
Nov 23, 2021
76 views