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
dozzle-dark.fd2879ca.webm
3.2 MB
A lightweight, web-based Docker log viewer that provides real-time monitoring and easy troubleshooting.
یه برنامه خیلی سبک برای اینکه لاگ‌های کانتینرهاتون رو بصورت interactive توی browser ببینید ( به جای اینکه توی ترمینال docker log بزنید)

#log #docker #tools #web #container #image #logs #monitor #realtime
@pythony

https://dozzle.dev
👍7
This media is not supported in your browser
VIEW IN TELEGRAM
A simple monitoring dashboard for Docker in Swarm Mode.
اگر از docker swarm برای مدیریت container هاتون استفاده میکنید این ابزار تحت وب باحال رو از دست ندید.

#swarm #dashboard #monitor #monitoring #docker #kubernetes #tools #image #container
@pythony

https://github.com/mohsenasm/swarm-dashboard
🔥54👍2
Master programming by recreating your favorite technologies from scratch like HTTP server, Shell and so many other things.
به کمک این ریپو و سایت باحال میتونید مرحله به مرحله تکنولوژی‌های معروف مثل داکر یا Shell با grep یا کلی چیز دیگه رو بصورت عملی ورژن ابتدایی‌اش رو بسازین تا مهارت‌های برنامه‌نویسی رو ارتفاء بدید. بدرد مصاحبه هم میخوره.

#build #practical #master #learn #doing #project #opensource #open #docker #shell #programming
@pythony

https://github.com/codecrafters-io/build-your-own-x
https://app.codecrafters.io/catalog
6🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
Easily deploy and manage language models on your own infrastructure with AnythingLLM and OpenWebUI. They offer a user-friendly platform to integrate, customize, and host LLMs for your specific needs.
با کمک این دو ابزار میتونید مدل‌های LLM مختلف رو روی کامپیوترتون دانلود کنید و با یه GUI ازش استفاده کنید. یا حتی میتونید دیتابیس اطلاعات خودتون رو بهشون بدید و از API Key مدل‌های معروف مثل ChatGPT و Anthropic استفاده کنید.

#LLM #chatgpt #AI #GUI #tools #python #docker #web #docker #free
@pythony

https://anythingllm.com
https://openwebui.com
❤‍🔥2
LocalAI is a free, open-source alternative to OpenAI, offering a drop-in REST API compatible with OpenAI specs for local inferencing. It supports LLMs, image, and audio generation on consumer-grade hardware, works on-premises, supports multiple model families, and requires no GPU.
این ابزار یک جایگزین رایگان و متن‌باز برای OpenAI است که API سازگار برای اجرای روی کامپیوتر خودتون رو داره و مدل‌ها، تولید تصویر و صدا روی سخت‌افزار معمولی بدون نیاز به GPU ارائه می‌دهد.

#AI #Local #Tools #LLM #Docker #ChatGPT #Video #Image #Prompt
@pythony

https://localai.io
👍41🔥1
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/