LinkPlace
152 subscribers
262 photos
32 videos
103 files
3.43K links
يه جایی که
لينكایی كه به نظرمون باحاله رو به اشتراک ميذاريم؛ از پروگرمينگ تا نجوم و ...! بقيه هم استفاده كنن و منبع های بیشتری در اختیارشون قرار بگیره

a place for sharing our researchs links to use them again and for others to have with more sources
Download Telegram
This is a subset of sql, over Golang code. the idea is to interact with Go code in sql. the tables are dynamic and adding column/table is possible.

https://github.com/fzerorubigd/goql
توصیه‌های مهم گوگل درباره کدنویسی جاوااسکریپت

https://google.github.io/styleguide/jsguide.html
modern React lifecycle methods
@dan_abramov
#Twitter
LinkPlace
و همچنین Airbnb https://github.com/airbnb/javascript
توصیه های CIA برای نوشتن کد پایتون
بهترین و جامع ترین لیست از Convention هایی که دیدم
https://wikileaks.org/ciav7p1/cms/page_26607631.html
این کد رو تو کنسول مرورگرتون اجرا کنید👻

function foo() {
function bar(a) {
i = 3;
console.log( a + i );
}

for (var i=0; i<10; i++) {
bar( i * 2 );
}
}

foo();
Forwarded from Hardware Monster (شبح اُپرا)
اگر دوست دارید که با پایگاه داده های NoSQL و غیررابطه‌ای آشنا بشید، این کتاب به خوبی MongoDB (یکی از این دیتابیس ها) رو تشریح کرده :
http://openmymind.net/2011/3/28/The-Little-MongoDB-Book/

@hwtroll