Tweet
#100DaysOfCode Day8 - Today I went back to basics and solved two programming questions - Towers of Hanoi and Merge sort. Tomorrow I am thinking of solving some graph problems. I find graph one of the most difficult topics in DS & Algo! #buildinpublic #DataStructures
#100DaysOfCode Day7- Played with Object manipulation in typescript today - used keywords Omit and Pick in different scenarios. Also learnt the usage of 'is' keyword in typescript. #buildinpublic #typescript #codinglife
#100DaysOfCode #DAY6 In continuation from day 5, today I created a lambda listener for my SQS queue. The lambda listener polls messages from the queue and sends emails using SES. I used the nodemailer in node for sending the emails. #buildinpublic #AWS
#100DaysOfCode Day5 - Using CDK, created an SNS and two SQS queues which subscribe to this SNS. The filter policy of both the queues is different and so the SNS publishes events with different attributes on the two queues. AWS is so interesting! #aws #buildinpublic