Chandra Nandan
@implicitdefcnc
Crafting code into Hyperpower.
open-source tool to expose your FastAPI endpoints as Model Context Protocol tools with zero config. Simple. Flexible. Production-ready.
Want to run DeepSeek AI locally in Docker with Ollama? 🔗 Read here: chandranandan.medium.com/running-deepse… #DeepSeek #DockerAI #Ollama #SelfHostedAI #AIModels #MachineLearning #AIInfra #DeepLearning #ArtificialIntelligence #AIResearch #MachineLearningModels #NeuralNetworks #AIEngineering
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…
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):
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
Python clean code tip: Avoid checking if the key already exists in a dictionary before using it by using defaultdict. Example 👇
Python tip: The "@dataclass" decorator automatically generates standard methods like __init__, __repr__, and __eq__ based on class attributes 👇
Merging dictionaries in #Python? Old way: {**dict1, **dict2} Since 3.9, try this more elegant way: dict1 | dict2 For in-place updating: dict1 |= dict2
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…
youtube.com
YouTube
A Practical and Short Intro to TDD (Test Driven Development) Using...
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
- 1. Penn State 21.2K posts
- 2. Mendoza 18.1K posts
- 3. Gus Johnson 5,593 posts
- 4. #iufb 3,758 posts
- 5. Omar Cooper 8,207 posts
- 6. $SSHIB 1,252 posts
- 7. Sunderland 149K posts
- 8. Sayin 64.4K posts
- 9. Estevao 21.7K posts
- 10. Jim Knowles N/A
- 11. Texas Tech 13K posts
- 12. James Franklin 7,440 posts
- 13. Happy Valley 1,719 posts
- 14. Iowa 18.5K posts
- 15. #UFCVegas111 3,001 posts
- 16. Arsenal 250K posts
- 17. Neto 22.1K posts
- 18. WHAT A CATCH 10.8K posts
- 19. Oregon 32.9K posts
- 20. Charlie Becker N/A
Something went wrong.
Something went wrong.