Programming Resources
21.8K subscribers
1.78K photos
6 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
Explain github most used actions by example
توضیح حالت های مختلف و قابل استفاده github actions با مثال واقعی و عملی

#github #action #example #practical
@pythony

actionsbyexample.com
A collection of best GitHub profile README's examples.
لیستی از بهترین readme های پروفایل‌های مختلف در گیت‌هاب بصورت نمونه برای استفاده شخصی :)

#github #profile #best #intro #readme #repo #repository #collection #example
@pythony

github.com/durgeshsamariya/awesome-github-profile-readme-templates
Long time Pythoneer Tim Peters succinctly channels the BDFL’s guiding principles for Python’s design into 20 aphorisms with examples in action.
اگر با پایتون کار کرده باشید احتمالا zen of python رو شنیدید که چندین جمله است که یه جورایی عصاره فکری پشت طراحی پایتونه. خیلیاش پیچیده‌ان و درکش در لحظه سخته. توی این gist با مثال برای هر کدوم توضیح داده شده.

#python #zen #example #pep #pep20 #gist #github
@pythony

https://gist.github.com/evandrix/2030615
The main emphasis of this project is to provide recommendations on how to design software applications.Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included.
یه آموزش نسبتا جامع برای توصیه‌های مفید برای طراحی سیستم‌های نرم‌افزاری و همینطور آشنایی با DDD یا Domain Driven Design

#DDD #domain #driven #design #diagram #architecture #backend #practice #tutorial #pattern #example #best #learn #clean #code
@pythony

https://github.com/Sairyss/domain-driven-hexagon
List of different system design interview problems with architecture implementation and solutions for practice.
لیستی از سوالات مصاحبه‌طور برای طراحی سیستم‌های نرم‌افزاری که برای scale و حالت‌های دیگه میشه ازشون الگو گرفت

#interview #system #design #crack #practice #example #practical #scale #scalibility
@pythony

https://tianpan.co/notes/2016-02-13-crack-the-system-design-interview
Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained.
نمونه‌کدهای پایتونی برای الگوریتم‌های معروف یادگیری‌ماشین به همراه دموهای interactive که ریاضیاتش توی هرکدوم از نت‌بوک‌ها توضیح داده شده.

#machine #learning #ai #artificial #intelligence #python #algorithm #jupyter #notebook #example #popular #demo #math #explain #explained
@pythony

https://github.com/trekhleb/homemade-machine-learning
The best ChatGPT examples from around the web.
بهترین مثال‌ها از سوالاتی که میشه از chatGPT پرسید که از سراسر وب جمع‌اوری شده.

#chatGPT #gpt #chat #prompt #collection #AI #chatbot #bot #example
@pythony

https://www.learngpt.com
Go Web Examples provides easy to understand code snippets on how to do web development in the Go programming language inspired by Go By gobyexample.com
یه سایت شبیه به gobyexample.com که برای اموزش وب با زبان go ساخته شده و یجواریی از اون الهام گرفته :)

#go #golang #language #web #tutorial #example #learn
@pythony

https://gowebexamples.com
اگه دوست دارید که سیستم دیزاین رو با مثال های باحال از پروژه های مشابه Whatsapp, instagram و.. یاد بگیرید این سایت رو چک کنید.البته فقط مباحث System Design رو کاور نکرده و مباحث دیگه ای هم توی سایتش پیدا میشه مثل ssh، الگوریتم و..

#system #design #interview #example #practice #list #awesome
thanks to: ReziAmini
@pythony

https://techbyexample.com
Collaborative cheatsheets for console commands.
این دوتا ریپو تقریبا اکثر دستورات پرکاربرد لینوکسی رو با مثال خلاصه کردن. اگر از man page خسته شدید و دنبال یه چیز جمع و جورتر و قول خودمون تقلب میگردید میتونید از اینها استفاده کنید.

#cheat #sheet #tldr #description #manual #long #short #terminal #command #explanation #example
thanks to: آقا سپهر
@pythony

https://github.com/tldr-pages/tldr
https://github.com/cheat/cheatsheets
Writing an OS in 1,000 lines a practical book that shows how basic parts of OS works by implementing them in less than 1000 lines in C.
يه آموزش جالب که در کمتر از ۱۰۰۰ خط کد سی آموزش میده چجوری میشه یه سیستم‌عامل جمع و جور نوشت. بیشتر هدفش اینه که با مفاهیم اولیه و کلی آشنا کنه.

#Operating #System #1000 #LoC #OS #Tutorial #Low #Level #Linux #Unix #Example
@pythony

https://github.com/nuta/operating-system-in-1000-lines
https://operating-system-in-1000-lines.vercel.app/