-
馃敆 What Goes Around Comes Around... And Around...
November 2024 路 2 minute readThis is an interesting paper I read last month. The notes on this paper gave me an idea of having linkblogs…
Some quotes
Under 4: Parting comments
ORMs are a vital tool for rapid prototyping. But they often sacrifice the ability to push logic into the DBMS in exchange for interoperability with multiple DBMSs. Developers fall back to writing explicit database queries to override the poor auto-generated queries. This is why using a RDBMS that supports SQL is the better choice.
-
Connect AWS Cognito to Database
July 2021 路 5 minute readAWS Cognito is very powerful system of managing users, connecting AWS Cognito with our own database is easy and very important task. This post describes how we leverage best of both Cognito and Our database to our advantage -
Creating Notes Site
September 2020 路 8 minute readIn this article, we will see how I built my notes site using a simple node script and deployed using Github actions. -
Connecting R53 With External Domains
September 2020 路 9 minute readIn this article, we will see how we can use AWS’ Route 53 to connect with external domains and serve static S3 website. -
Passing AWS Solution Architect Associate
September 2020 路 7 minute readThis is the post about AWS Solution Architect Exam and tips to pass the exam.