Category Archives: programming

The AWS Marketplace Race Condition Nobody Warns You About

Posted in Computers, programming, Software | Tagged | Leave a comment

AWS Marketplace Jumpstart Kit

Posted in Computers, programming, Software | Tagged | Leave a comment

Monitoring AWS Costs

To view your cost breakdown goto Billing and Cost Management -> Cost Explorer and under Group By select Usage Type Selecting Usage Type will provide you with more granular detail e.g., it will show what exactly in EC2 – Other … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Stay Off the Grid: Routing Internal Traffic via Route 53 Private Hosted Zones

Posted in Computers, programming, Software | Tagged , , , , | Leave a comment

Comparison of different ways to connect to EC2 instance

i am confused with so many access methods provided by aws – native ssh, ec2 instance connect, session manager and now serial console – that’s 4. why doesn’t it provide 1 recommended and best method to connect to ec2 instances? … Continue reading

Posted in Software, Computers, programming | Tagged , , , , | Leave a comment

Convert Word to Markdown

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Useful Windows Commands

Get all the system info Get RAM details Get total expandable RAM Get SSD info Get OS info Get motherboard info Get CPU info Get BIOS Get networking info List installed software Tip: Do not install wmic. It is deprecated. … Continue reading

Posted in Computers, programming | Tagged | Leave a comment

Running Spring Boot application with springdoc-openapi behind NGINX

Suppose you want all requests prefixed with /api to be forwarded by NGINX to spring boot. There are 2 common options: So when a request like GET /api/foo is made when it reaches spring boot, spring boot sees a request … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment

Not able to play audio in Java

Posted in Computers, programming, Software | Tagged | Leave a comment

GCP vs AWS

I will cut the chase by saying GCP is better. Here’s why I think so: In terms of pricing and customer service I think both are similar (in fact GCP seems just a bit cheaper) so my review is based … Continue reading

Posted in Computers, programming, Software | 2 Comments