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
Free books to learn about tech topics
کتاب های رایگان برای یادگیری چیزهای مختلف مثل گیت و bash و ...

#book #free #tutorial #git #bash #web #ruby
@pythony

learnenough.com
Reference when you get stuck in using Git
یه راهنمای خوب برای مواقعی که موقع استفاده از git دچار مشکل میشید و نمیدونید باید چیکار کنید

#git #shit #help
thanks to: Meraj
@pythony

ohshitgit.com
Git Learning resources
سایت خوبی برای یادگیری git و جزییات آن بصورت رایگان

#git #tutorial #book #free
@pythony

git-scm.com
Visualize how common Git operations affect the commit graph
یادگیری انلاین استفاده از گیت بصورت visual و interactive

#git #interactive #gui #tutorial #visual
@pythony

git-school.github.io/visualizing-git
Find the right git commands you need without digging through the web.
بدون دردسر کامندهای پراستفاده گیت رو تو این سایت پیدا کنید.

#git #cheatsheet #quick
thanks to: @jadinet
@pythony

gitexplorer.com
A guide to understand the importance of commit messages and how to write them well
یک راهنمای خوب برای نوشتن commit message های خوب و قابل فهم

#git #commit #message #guide
@pythony

github.com/RomuloOliveira/commit-messages-guide
Curated list of solutions & examples for fixing your most annoying git problems
لیستی از مشکلات رایجی که هنگام کار به git پیش میاد و روش رفع کردن این مشکلات

#git #wtf #problem #solution #example #curated #list
@pythony

https://git.wtf
This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE
سوالات و جوابهای فنی در حوزه‌های مختلف مرتبط با دواپس و SRE

#devops #linux #interview #practice #python #git #kubernetes #docker
thankt to: C4bertist.m
@pythony

https://github.com/bregman-arie/devops-exercises
Create useful .gitignore files for your project
بصورت آنلاین برای فایل‌های پروژه‌تون .gitgnore بسازین و از دردسر فایل‌های چرت که الکی push میشن توی repository تون خلاص بشین :)

#git #gitignore #ignore #online #tools
@pythony

http://gitignore.io
Learn code with so many languages and technologies through interactive and funny courses
زبان‌ها و تکنولوژی‌های مختلف برنامه‌نویسی را بصورت interactive و بامزه در این سایت فرابگیرید (مخصوصا درس مربوط به یادگیری git)

#tutorial #learn #interactive #git #javascript #js #jquery #ruby #python #php #java #SQL #bash #shell #golang #node #react
@pythony

progate.com
just a simple guide for getting started with git. no deep shit ;)
راهنمای ساده و آسان برای یادگیری git

#git #tutorial #vcs
@pythony

rogerdudler.github.io/git-guide
A searchable collection of the most frequently asked Git questions :)
مجموعه قابل جستجویی از سوالات پرتکرار هنگام کار با گیت به همراه راهنمایی‌های کلی و جزئی :)

#git #search #first #aid #first_aid #collection #question #questions
@pythony

firstaidgit.io
CS doodles to learn computer science stuffs with beautiful cat paintings 🐱❤️
بوسیله نقاشی‌های زیبای این خانم مفاهیم مختلف در علوم کامپیوتر رو با گربه یاد بگیرید 🐱❤️

#cat #animal #fun #interactive #painting #science #tutorial #stack #heap #git #computer_science #CS
thanks to: Faraz Samapoor
@pythony

twitter.com/girlie_mac/status/1238962852376899584
girliemac.com/blog/2017/12/26/git-purr/
guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.
آموزش‌های قدم به قدم گیت از ابتدایی‌ترین چیزها تا تقریبا پیشرفته‌ترین مواردی که توی گیت کاربرد داره رو میتونید توی این سایت به صورت جامع یاد بگیرید.

#git #tutorial #tutorials #how #howto
@pyhony

githowto.com
Git Ready publishes weekly tips for those who want to learn more about git or just get started.
آموزش‌های مختلف در سطوح ابتدایی و متوسط و پیشرفته برای گیت که هفته‌نامه هم داره :)

#git #beginner #intermediate #advanced #advance #resource #tutorial #learn
@pythony

gitready.com
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history.
یه سری قراردادهای کاربردی و سبک برای متن commit که بشه هم خواناتر و هم با قابلیت بیشتری برای automated tools ها به همراه پیروی از semantic versioning این متن‌ها رو ساخت.

#git #commit #convention #message #best_practice #best #practice
@pythony

conventionalcommits.org/en/v1.0.0