Hello World 馃憢

Hi, I鈥檓 a Software Engineer by profession and an explorer by choice. I know a little about a lot of things in tech with a proven track record of delivering highly scalable systems in multiple startup environments.

What is a Dead Letter Queue (DLQ)?

A Dead-Letter Queue (DLQ) is like a message timeout corner in a software system.

2 min 路 378 words 路 sid

Background Tasks in Lambda Using SQS

In the world of serverless computing, AWS Lambda has become a popular choice for executing code without the need for provisioning or managing servers. One of the key features of AWS Lambda is its ability to run functions in response to various events.

3 min 路 493 words 路 sid

Adding HTML files | Ep. 03

Hello Guys in this part, we are going to bind our application with an HTML page. ...

2 min 路 391 words 路 Sidhart

Adding static files Flask | Ep. 04

Hii, In this segment, we are learning about how to add stylesheets, javascript, and images to our application. ...

4 min 路 758 words 路 Sidhart

Creating forms with Flask | Ep. 07

Hello, In this segment, we are going to talk about Forms. Forms are the way to take user inputs. You鈥檒l learn about post form to a flask view and work with incoming data. ...

4 min 路 656 words 路 Sidhart