Rahul Poonia (@_rahulpoonia) 's Twitter Profile
Rahul Poonia

@_rahulpoonia

👨‍💻 Sr. SDE @Barracuda |
Python🐍 Java ☕️ C#️⃣ Azure📘 AWS🔶️ |
🎓NSIT |
🌎Blogs every saturday! |
My tweets🐦 will help you break into tech!💻🚀

ID: 1501876137420812290

linkhttps://rahulpoonia.hashnode.dev/ calendar_today10-03-2022 11:04:29

1,1K Tweet

588 Followers

706 Following

Rahul Poonia (@_rahulpoonia) 's Twitter Profile Photo

Presigned Urls Context : While working with storage services like AWS S3 or Azure storage account you need to provide your application with connection strings to access these services. The problem with this is access given is broad and permanent, not to mention security issues

Rahul Poonia (@_rahulpoonia) 's Twitter Profile Photo

🌐Domain Name System🌐 Have you ever wondered how domains put in web browser reach the appropriate server? A lot goes behind the scenes. Lets find out🔎🚀 Computers and network devices use IP addresses to locate and connect with each other on the internet. DNS provides a way

🌐Domain Name System🌐

Have you ever wondered how domains put in web browser reach the appropriate server?
A lot goes behind the scenes. Lets find out🔎🚀

Computers and network devices use IP addresses to locate and connect with each other on the internet. 
DNS provides a way
Rahul Poonia (@_rahulpoonia) 's Twitter Profile Photo

Story pointing 🔢 I have seen colleagues, across teams, saying how futile the whole exercise of story pointing is . Well it is not! Lets understand what story pointing is? It is a key practice in Agile methodologies, primarily used to estimate the effort required to complete a

Rahul Poonia (@_rahulpoonia) 's Twitter Profile Photo

Adapter pattern🔌 The Adapter Pattern is a structural design pattern used to allow incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces(called Target and Adapter) by converting the interface of a class into another interface that a

Adapter pattern🔌

The Adapter Pattern is a structural design pattern used to allow incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces(called Target and Adapter) by converting the interface of a class into another interface that a