Sahil Tanwar👨‍💻🐍 (@sahiltanwar) 's Twitter Profile
Sahil Tanwar👨‍💻🐍

@sahiltanwar

Data Engineering & Infrastructure | Likes the Boring Stuff

ID: 109765402

calendar_today30-01-2010 05:14:24

376 Tweet

85 Followers

1,1K Following

Brad Traversy (@traversymedia) 's Twitter Profile Photo

HOLIDAY GIVEAWAY 🎄❄️☃️ As we are approaching the holidays, I've decided to giveaway 5x $200 Amazon Gift Cards. ⭐️ Rules: Follow (if you haven't already), like and retweet Winners will be picked at random and announced on Monday Dec 14th Happy Holidays! #giveaway #Giveaways

HOLIDAY GIVEAWAY 🎄❄️☃️

As we are approaching the holidays, I've decided to giveaway 5x $200 Amazon Gift Cards.

⭐️ Rules:
Follow (if you haven't already), like and retweet

Winners will be picked at random and announced on Monday Dec 14th

Happy Holidays!  #giveaway #Giveaways
Sebastián Ramírez (@tiangolo) 's Twitter Profile Photo

Big project, first public release! 📢 ✨ SQLModel ✨ ...the biggest thing I've built since FastAPI & Typer. 🤓 SQL DBs based on Python type hints. 😎 Each model is both a Pydantic and SQLAlchemy model. 🤯 Optimized for FastAPI 🚀 github.com/tiangolo/sqlmo…

TestDriven.io (@testdrivenio) 's Twitter Profile Photo

🎁 10k GIVEAWAY 🎁 We're celebrating by giving away our All courses bundle (350$). To enter: - follow us - RT + like this tweet - tweet your favorite blog post from TestDriven.io with #testdrivenio10k The winner will be chosen at random on Sunday. 🥳 🍾 🥂

Sebastián Ramírez (@tiangolo) 's Twitter Profile Photo

My latest 1-1 meeting with my manager was mostly about the data structure we both use to manage T-shirts in the closet. He uses a stack (LIFO) and I use a queue (FIFO). 😆 👕 Is your manager fun too?

TestDriven.io (@testdrivenio) 's Twitter Profile Photo

Python Clean Code Tip: Use retries when calling 3rd party API They are not responsive/down/unavailable much more frequently than anticipated 👇

Python Clean Code Tip:

Use retries when calling 3rd party API

They are not responsive/down/unavailable much more frequently than anticipated

👇
Rowan Cheung (@rowancheung) 's Twitter Profile Photo

A mysterious new AI model called “gpt2-chatbot” is going viral. It was released without official documentation, and there is speculation that it could be OpenAI's next model. Here's everything we know so far (and how to try it for free):

TestDriven.io (@testdrivenio) 's Twitter Profile Photo

Speeding Up Python with Concurrency, Parallelism, and asyncio testdriven.io/blog/concurren… 🔸What are concurrency and parallelism? 🔸Examples of concurrent.futures and asyncio in Python 🔸How async/await are implemented in .NET, JavaScript, and Rust #Python #Programming

FastAPI (@fastapi) 's Twitter Profile Photo

FastAPI CLI 0.0.3 🔖 With support for Uvicorn workers ✨ fastapi run app/main.py --workers 4 🚀 github.com/tiangolo/fasta…

Alex Xu (@alexxubyte) 's Twitter Profile Photo

My Favorite 10 Books for Software Developers General Advice 1 - The Pragmatic Programmer by Andrew Hunt and David Thomas 2 - Code Complete by Steve McConnell: Often considered a bible for software developers, this comprehensive book covers all aspects of software development,

Alex Xu (@alexxubyte) 's Twitter Profile Photo

Top 5 common ways to improve API performance. Result Pagination: This method is used to optimize large result sets by streaming them back to the client, enhancing service responsiveness and user experience. Asynchronous Logging: This approach involves sending logs to a