implicitdefcnc's profile picture. Crafting code into Hyperpower.

Chandra Nandan

@implicitdefcnc

Crafting code into Hyperpower.

Chandra Nandan reposted

open-source tool to expose your FastAPI endpoints as Model Context Protocol tools with zero config. Simple. Flexible. Production-ready.

GithubProjects's tweet image. open-source tool to expose your FastAPI endpoints as Model Context Protocol tools with zero config.

Simple. Flexible. Production-ready.

Do you remember when you joined X? I do! #MyXAnniversary

implicitdefcnc's tweet image. Do you remember when you joined X? I do! #MyXAnniversary

Chandra Nandan reposted

Since DeepSeek R1's release, very quickly AWS, Azure, Fireworks AI, Groq, Hugging Face, SambaNova and Together AI all started to host R1 variants. What's the "best" model changes frequently, and so developers often want to try out new ones. The aisuite package, which helps…

AndrewYNg's tweet image. Since DeepSeek R1's release, very quickly AWS, Azure, Fireworks AI, Groq, Hugging Face, SambaNova and Together AI all started to host R1 variants. What's the "best" model changes frequently, and so developers often want to try out new ones. The aisuite package, which helps…

Chandra Nandan reposted

Git has 152 commands. But most people don't know the powerful commands. Here are the 4 must-know Git commands (that one day might save you):

systemdesignone's tweet image. Git has 152 commands.

But most people don't know the powerful commands.

Here are the 4 must-know Git commands (that one day might save you):

Chandra Nandan reposted

Unleash your imagination with StoryAI.in! 📷 Our platform crafts personalized storybooks for you and your loved ones. Dive into unique tales today! #AI #Storybooks #imagination

naman_ananddd's tweet image. Unleash your imagination with StoryAI.in! 📷 Our platform crafts personalized storybooks for you and your loved ones. Dive into unique tales today! #AI #Storybooks #imagination

Chandra Nandan reposted

Python clean code tip: Avoid checking if the key already exists in a dictionary before using it by using defaultdict. Example 👇

testdrivenio's tweet image. Python clean code tip:  

Avoid checking if the key already exists in a dictionary before using it by using defaultdict.

Example 👇

Chandra Nandan reposted

Python tip: The "@dataclass" decorator automatically generates standard methods like __init__, __repr__, and __eq__ based on class attributes 👇

testdrivenio's tweet image. Python tip:

The "@dataclass" decorator automatically generates standard methods like __init__, __repr__, and __eq__ based on class attributes 👇

Chandra Nandan reposted

Merging dictionaries in #Python? Old way: {**dict1, **dict2} Since 3.9, try this more elegant way: dict1 | dict2 For in-place updating: dict1 |= dict2


Chandra Nandan reposted

In TDD, you write tests before the code 🤯 This can feel odd at first, but it ensures great test coverage and better design. 🚀 Your code can become easier to maintain + you gain increased confidence in its functionality. ✨💡 Here is a quick intro: youtube.com/watch?v=2jhFkF…

bbelderbos's tweet card. A Practical and Short Intro to TDD (Test Driven Development) Using...

youtube.com

YouTube

A Practical and Short Intro to TDD (Test Driven Development) Using...


Chandra Nandan reposted

Tip: decouple the data access layer using the Repository Pattern 🚀 This pattern allows us to swap out our backend (DB, text file, CSV, etc.) easily, reducing tight coupling and improving flexibility. 💡 📈 #Python example below using sqlmodel + csv:

bbelderbos's tweet image. Tip: decouple the data access layer using the Repository Pattern 🚀

This pattern allows us to swap out our backend (DB, text file, CSV, etc.) easily, reducing tight coupling and improving flexibility. 💡 📈

#Python example below using sqlmodel + csv:

United States Trends

Loading...

Something went wrong.


Something went wrong.