Day 3 🥴
-> Studied HTTPMethods, Path param. and query parameters
-> Dependency Injection
-> Leetcode #3635 (Today's POTD)
-> Also Tried to make an endpoint for my Project
Well That's It for today 😵💫
#Leetcode#FastApi#DSA#Python
It was too basic and it seems the maintenance was too slow. I've been waiting like 3 years on an Issue, that is stuck because of OpenApi, while .net allows to have custom HttpMethods. Won't miss it.
REST APIs use HTTP methods (GET, POST, PUT, DELETE) for different actions on resources. Makes building web apps way easier! #RESTAPI#RESTful#HTTPMethods
uploads via PUT, and the files are interpreted (e.g., .php, .js), you might achieve remote code execution.
💥 Watch for:
Old Apache/Nginx configs
Misconfigured S3 buckets
Internal dev APIs exposed by mistake
#bugbountytips#bugbounty#httpmethods#websec#rce
🔥 The HTTP Methods You Don’t Fully Know!
🎥 Watch now: buff.ly/4a18cIR
💭 Why doesn’t DELETE always delete?
💭 How does TRACE reveal your request’s journey?
💭 PATCH vs. PUT: Which saves time & bandwidth?
Discover:
💡 CONNECT: Your go-between for restricted servers.
💡 TRACE: The ultimate debugging tool.
💡 DELETE: The surprising truth behind data erasure.
🚀 Ready to level up your HTTP game? Watch now!
#HTTPMethods#WebDev#LearnWithPurpose#CONNECTMethod#TRACEMethod
Part 2 of HTTP Methods Is Here! 💫
👉 Click to Watch Now: buff.ly/3BPZEYI
If you thought HTTP Methods ended at GET, POST, PUT, HEAD, and OPTIONS, think again! The second part of our HTTP Methods series dives into the lesser-known but powerful methods you need to know as a developer:
🔌 CONNECT: Build tunnels for secure communication.
✏️ PATCH: Modify parts of a resource without replacing the whole.
🔍 TRACE: Debug your requests with precision.
🗑️ DELETE: Remove resources efficiently and securely.
💡Why You Can’t Afford to Miss This Video
- Learn how PATCH can save you time when updating resources.
- Understand the security implications of DELETE and TRACE.
- Discover how CONNECT enables secure connections for your apps.
#FkTeaches#HTTPMethods#WebDevelopment#LearnWithPurpose#TechTips#APIDesign
🛑 Don’t Be That Developer
You know, the one who ignores HTTP Methods and misuses POST for updates or GET for data deletion (yikes!).
This series ensures you’ll always use the right method for the job—and impress your team while doing it.
👉 Click to Watch Part 2 Now: buff.ly/3BPZEYI
Missed Part 1? Catch up here: buff.ly/3ZBq21O
Which HTTP Method has been the trickiest for you to master? Let’s discuss in the comments!
#FkTeaches#HTTPMethods#WebDevelopment#LearnWithPurpose#TechTips#APIDesign
Understanding POST: The Workhorse of HTTP Methods
👉 Dive deeper: buff.ly/3ZBq21O
POST is your go-to for sending data—handling file uploads, form submissions, and resource creation.
POST’s Checklist:
📦 Request Body: Always required.
🔄 Non-Idempotent: Can create duplicates.
✅ Response Body: Returns data like confirmations.
🔒 Not Safe: Modifies server state.
❌ Not Cacheable: Unless configured.
✅ HTML Form-Friendly: Perfect for submissions.
How do you use POST in your projects?
#FkTeaches#HTTPMethods#WebDev#POSTMethod#LearnWithPurpose
What’s the Deal with Multipart Form Data?
Dive into more on this and other essential HTTP concepts! 👉 Watch Now: buff.ly/3ZBq21O
Here’s a question for you: Have you ever wondered how files, images, and text are sent together in a single request while working on web forms or APIs?
This is where multipart form data comes into play! It allows developers to send mixed content—like a resume (file), user bio (text), and profile picture (image)—all in one go.
But here’s the real question:
➡️ Do you truly understand how multipart form data works and why it’s crucial for handling file uploads efficiently?
#FkTeaches#HTTPMethods#MultipartFormData#WebDevelopment#LearnWithPurpose#TechInsights