Programming Resources
21.4K subscribers
1.8K photos
7 videos
4 files
108 links
Here I share my programming related resources during working or at my free times ☺️

Talk to me if you have any query: @Mojtabaeuler
Download Telegram
A hands-on Hugging Face guide showing how to train smaller yet smarter models with limited resources — perfect for developers exploring efficient fine-tuning methods.
راهنمای عملی Hugging Face برای آموزش مدل‌های زبانی کوچک با منابع محدود — مناسب برای کسانی که می‌خواهند مدل‌های سبک و بهینه بسازند.

#AI #MachineLearning #LLM #HuggingFace #DeepLearning
@pythony

https://huggingface.co/spaces/HuggingFaceTB/smol-training-playbook
👍5
A programming game where you write Rust code to control ships, battle others, and master AI tactics.
در بازی Oort با زبان Rust مغز فضاپیماهای خودت رو برنامه‌نویسی کن و با ناوگان‌های دیگه بجنگ!

#rust #gamedev #ai #codinggame
@pythony

https://oort.rs
Build safer tests with Testcontainers. a super handy toolkit that lets you spin up real Dockerized dependencies (Postgres, Redis, Kafka, MinIO, etc.) directly in your tests. No more mocks that lie 😉

ابزاری عالی برای اجرای تست‌های واقعی با داکر! با Testcontainers می‌تونی دیتابیس‌، کش، یا سرویس‌های مختلف رو داخل تست‌هات بالا بیاری و مطمئن شی رفتار برنامه‌ت مثل محیط واقعی هست.

#Container #Docker #Test #CI
@pythony

https://testcontainers.com/