Programming Resources
21.7K subscribers
1.78K photos
7 videos
4 files
109 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
Practical Educational videos in different domains like how internet work‌? how to create a simple 8 bit CPU from scratch and so on.
ویدیوهای آموزشی عملی در حوزه‌های مختلف مثل چگونگی کارکرد اینترنت یا اینکه چه شکلی از اول یه CPU ۸ بیتی بسازیم و کلی موضوع دیگه که خیلی زیبا توضیح داده شده‌اند.

#geek #geeky #hardware #practical #tutorial #visual #internet #network #graphic #card #simulation #cpu #computer
@pythony

https://eater.net
👍43
Small exercises to get you used to reading and writing Rust code!
تمرین‌های کوچک برای عادت کردن به خواندن و نوشتن برنامه‌ها به زبان rust

#rust #beginner #exercise #small #practice #practical #interactive
@pythony

https://github.com/rust-lang/rustlings
👍6🤔2
The little book about OS development with practical tiny OS to explain.
کتاب جمع و جور و کوچک برای توضیح اینکه چه شکلی میشه یک سیستم‌عامل کوچک ساخت و کامپیوتر از اول که روشن میشه چه شکلی بوت میشه و کار میرسه دست سیستم عامل با مثال‌های عملی و قابل اجرا

#OS #boot #loader #bootloader #c #asm #assembly #grub #bios #book #free #little #practical
@pythony

http://littleosbook.github.io
👍6
Learn and practice SQL via online terminal for query and get response.
توی این سایت به صورت interactive با سوالات مختلف query های مختلف بزنید و SQL تمرین کنید.

#sql #practice #database #question #answer #practical #interactive #tutorial #learn
@pythony

https://www.sql-practice.com
🤩6🔥3👍1
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
🔥2
Learn MongoDB and Advance Your Career. Gain MongoDB product knowledge, practice skills with hands-on labs and quizzes, and get certified.
بصورت رایگان در درس‌های مختلف mongoDB که توسط خود mongoDB university ارائه‌شده شرکت کنید و مدرک معتبر بگیرید. به همراه کوئیز و آزمایشگاه‌های مختلف برای یادگیری عملی

#learn #university #mongodb #nosql #course #certificate #free #official #tutorial #pragmatic #practical #interactive
@pythony

https://learn.mongodb.com
11👍6🔥2
A systematic framework for technical documentation authoring.
چارچوبی سیستماتیک برای نوشتن documentهای technical و فنی که اونها رو به ۴ دسته با رویکردهای مختلف تقسیم میکنه.

#document #framework #tutorials #tutorial #explanation #refrence #howto #guide #write #skill #work #practical #theory
@pythony

https://diataxis.fr
👍104
Interactive visual explanations of math and algorithms, using motivating examples from computer games.
آموزش‌های باحال الگوریتمی و ریاضی که توش از مثال‌های مختلف مرتبط با بازی‌های کامپیوتری استفاده شده.

#algorithm #visual #explanation #tutorial #practical #examples #game #fun
@pythony

https://www.redblobgames.com
👌15👍7
This is a book on implementing interpreters for programming languages. It’s also a book on how to design a language worth implementing.
این کتاب پیاده سازی مفسر برای زبان های برنامه نویسی است. همچنین کتابی در مورد چگونگی طراحی زبانی است که ارزش پیاده‌سازی را داشته باشد. کتاب با مثال‌های عملی و فراوان توضیح داده شده و مثل کتاب معروف dragon فقط تئوری‌طور نیست.

#interpreters #compiler #book #online #practical #design #interpreter
@pythony

https://craftinginterpreters.com/contents.html
👍93🔥1
PGExercises provides a series of questions and explanations built on a single, simple dataset. It's designed for use as a partner to a good book or Postgres' excellent documentation.
این سایت مجموعه ای از سوالات SQL ای داره که روی یه دیتابیس از پیش ساخته شده سوال میپرسه و دارای بخش‌های مختلفیه که قسمت‌های مختلف SQL رو ازتون تست میگیری و میتونین عملی باهاش SQL رو یاد بگیرید.

#sql #postgresql #exercise #practice #database #db #quiz #question #answer #practical #awesome
@pythony

https://pgexercises.com
👍121👎1🌚1
Practical Deep Learning
A free course designed for people with some coding experience, who want to learn how to apply deep learning and machine learning to practical problems.
یک دوره رایگان که برای افرادی با تجربه کدنویسی طراحی شده است و می‌خواهند یاد بگیرند که چگونه یادگیری عمیق و یادگیری ماشین را برای مشکلات عملی به کار ببرند.

#deep #learning #ai #machine #practical
@pythony

https://course.fast.ai
🤗32🐳1
Practical course about Large Language Models.
دوره عملی در مورد مدل‌های LLM و چگونگی کارکردن باهاشون

#LLM #practical #course #Large #language #model #free
@pythony

https://github.com/peremartra/Large-Language-Model-Notebooks-Course
👍62🤡1
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
In this course we will build a Storyteller AI Large Language Model (LLM). Hand in hand with andrej karpathy

دوره آموزشی از اندرو کارپتی که از صفر تا ۱۰۰ یه story teller LLM میسازه

#LLM #intro #tutorial #practical #practice #machine #learning #course #karpathy
thanks to: @devtwitter channel
@pythony

https://github.com/karpathy/LLM101n
4
An amazing visualization on how generative AI works because of transformers.
یه آموزش به صورت تصویری در مورد اینکه دقیقا چه شکلی Generative AI ها به کمک transformer ها ساخته میشن و کار میکنن

#AI #LLM #generative #visual #tutorial #practical #transformer #artificial #intelligence
@pythony

https://ig.ft.com/generative-ai
👍102❤‍🔥1
A 3D animated visualization of an LLM with a walkthrough.
یه سایت باحال که بصورت انیمیشنی نشون میده یه LLM چجوری کار میکنه میتونید مرحله به مرحله ببینید چه اتفاقاتی میفته

#LLM #Animation #Practice #Practical #Diagram #Visualization #Walkthrough #3D
@pythony

https://bbycroft.net/llm
7❤‍🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
The TensorBoard Projector is a great tool for interpreting and visualzing embedding
این ابزار که توسط tensorflow ساخته شده به صورت سه بعدی نشون میده که embedding کلمات که مدل‌های LLM ازشون برای تشخیص کلمات شبیه به هم استفاده میکنن چه شکلی کار میکنه.

#AI #ML #Embedding #Vector #Machine #Learning #RAG #Visual #Turotial #Practical #Playground
@pythony

https://projector.tensorflow.org
👍2❤‍🔥1
New Free course by HuggingFace for MCP. MCP is protocol developed by anthropoic so AI tools can communicate with external tools.
درس جدید huggingFace برای MCP که مدرک هم میده تهش. درس‌های دیگه هم داره که قبلا share کردم. غافل نشید از اینا :)

#MCP #AI #Course #Huggine #Face #HF #HuggingFace #Free #Interactive #Practical #Tutorial
@pythony

https://huggingface.co/mcp-course
9