❇️Bitwise operators [cheat sheet]
Number literals
Built-in operators
Package math/bits
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
Number literals
Built-in operators
Package math/bits
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
❤1🔥1👏1
Gopher Academy
❇️Bitwise operators [cheat sheet] Number literals Built-in operators Package math/bits ➖➖➖➖➖➖➖➖➖ 🔰 @gopher_academy
❇️Number literals
The binary number can be written as 020, 16 or 0x10 in Go.
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
The binary number can be written as 020, 16 or 0x10 in Go.
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👏2❤1🔥1
Gopher Academy
❇️Bitwise operators [cheat sheet] Number literals Built-in operators Package math/bits ➖➖➖➖➖➖➖➖➖ 🔰 @gopher_academy
❇️Built-in operators
🥶The binary numbers in the examples are for explanation only. Integer literals in Go must be specified in octal, decimal or hexadecimal.
🥶The bitwise operators take both signed and unsigned integers as input. The right-hand side of a shift operator, however, must be an unsigned integer.
🥶Shift operators implement arithmetic shifts if the left operand is a signed integer and logical shifts if it is an unsigned integer.
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
🥶The binary numbers in the examples are for explanation only. Integer literals in Go must be specified in octal, decimal or hexadecimal.
🥶The bitwise operators take both signed and unsigned integers as input. The right-hand side of a shift operator, however, must be an unsigned integer.
🥶Shift operators implement arithmetic shifts if the left operand is a signed integer and logical shifts if it is an unsigned integer.
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍2❤1🔥1
Gopher Academy
❇️Bitwise operators [cheat sheet] Number literals Built-in operators Package math/bits ➖➖➖➖➖➖➖➖➖ 🔰 @gopher_academy
❇️Package math/bits
🥶The functions operate on unsigned integers.
🥶They come in different forms that take arguments of different sizes. For example, Len, Len8, Len16, Len32, and Len64 apply to the types uint, uint8, uint16, uint32, and uint64, respectively.
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
🥶The functions operate on unsigned integers.
🥶They come in different forms that take arguments of different sizes. For example, Len, Len8, Len16, Len32, and Len64 apply to the types uint, uint8, uint16, uint32, and uint64, respectively.
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
❤1🔥1👏1
❇️ https://github.com/mrbardia72/Go-Interview-Questions-And-Answers
دورود بر همگی
چند ماه پیش یا چند سال پیش میشد این ریپو رو راه اندازی کردم
خوشحال میشم شما دوستان و مهندسین گرامی در تکمیلش نقشی داشته باشبد
یه منبعی بشه برای سوالات استخدامی گولنگ
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
دورود بر همگی
چند ماه پیش یا چند سال پیش میشد این ریپو رو راه اندازی کردم
خوشحال میشم شما دوستان و مهندسین گرامی در تکمیلش نقشی داشته باشبد
یه منبعی بشه برای سوالات استخدامی گولنگ
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍8🔥2❤1
This course is an introductory course to Docker and docker-compose. The course will also look into what different parts web services consist of, such as reverse proxies, databases, etc.
درسی رایگان برای آموزش مقدماتی docker و docker-compose برای کارهای روزمره. همچنین قسمتّهای مختلف سرویسهای وب مثل reverse proxy و دیتابیسها هم بررسی میشوند
#docker
https://devopswithdocker.com
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
درسی رایگان برای آموزش مقدماتی docker و docker-compose برای کارهای روزمره. همچنین قسمتّهای مختلف سرویسهای وب مثل reverse proxy و دیتابیسها هم بررسی میشوند
#docker
https://devopswithdocker.com
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍3🤩2
The courses are offered by University of Helsinki's Department of Computer Science. No prior knowledge is required.
درسهای رشته کامپیوتر دانشگاه هلسینکی فنلاند که به رایگان در این سایت قرارداده شدهاند و شامل حوزههای مختلفی میشود. از امنیت و هوش مصنوعی گرفته تا tdd و کلی مبحث مرتبط به devops
#course #finland #free #mooc #programming #book #online #AI #java #cyber #security #docker #data #tdd #test #haskell
@pythony
https://www.mooc.fi
Selected Courses:
https://www.elementsofai.com
https://fullstackopen.com/en
https://www.elementsofai.com
https://cybersecuritybase.mooc.fi
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
درسهای رشته کامپیوتر دانشگاه هلسینکی فنلاند که به رایگان در این سایت قرارداده شدهاند و شامل حوزههای مختلفی میشود. از امنیت و هوش مصنوعی گرفته تا tdd و کلی مبحث مرتبط به devops
#course #finland #free #mooc #programming #book #online #AI #java #cyber #security #docker #data #tdd #test #haskell
@pythony
https://www.mooc.fi
Selected Courses:
https://www.elementsofai.com
https://fullstackopen.com/en
https://www.elementsofai.com
https://cybersecuritybase.mooc.fi
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍7🔥2
Forgetting or don't understand something in SQL? Animate away your SQL questions by choosing a keyword and pressing Visualize!
چیزی رو توی SQL یادتون رفته یا درست درک نمیکنین چجوری کار میکنه ؟ با کمک این سایت و schema های آماده میتونین انواع و اقسام query بزنین و بصورت انیمیشن و جذاب بفهمین چه اتفاقاتی میفته :)
#sql #animate #tutorial #fun #tools #learn #visualize #interactive
@pythony
https://animatesql.com
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
چیزی رو توی SQL یادتون رفته یا درست درک نمیکنین چجوری کار میکنه ؟ با کمک این سایت و schema های آماده میتونین انواع و اقسام query بزنین و بصورت انیمیشن و جذاب بفهمین چه اتفاقاتی میفته :)
#sql #animate #tutorial #fun #tools #learn #visualize #interactive
@pythony
https://animatesql.com
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍3🤩3🎉1
the professional GUI for MongoDB and also free academy inside the site for learning mongodb using this tool.
ابزار حرفهای گرافیکی برای کار با دیتابیس mongoDB که داخلش یه قسمت آموزش هم داره که mongoDB رو میتونین در کنار استفاده از این ابزار یاد بگیرید.
#mongodb #mongo #DB #database #GUI #tools #tool #IDE #tutorial #academy
@pythony
https://studio3t.com
https://studio3t.com/academy
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
ابزار حرفهای گرافیکی برای کار با دیتابیس mongoDB که داخلش یه قسمت آموزش هم داره که mongoDB رو میتونین در کنار استفاده از این ابزار یاد بگیرید.
#mongodb #mongo #DB #database #GUI #tools #tool #IDE #tutorial #academy
@pythony
https://studio3t.com
https://studio3t.com/academy
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍2🎉2🔥1
قابلیت JSONB در پایگاه داده PostgreSQL برای امروز و آینده
ادامه مطلب 👇
🌏 barnamenevisan.org/r/9123
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
ادامه مطلب 👇
🌏 barnamenevisan.org/r/9123
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
🎉2🔥1
https://www.youtube.com/watch?v=5HCdqV4nQkQ&list=PLOXvU5Ov-cqpjd1_OnczdizY0I64OfH-T
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
YouTube
Gaming in Go: Episode 1 - Introduction
Welcome to a new series I'm calling Gaming in Go, where we'll be exploring the feasibility of using the Go programming language to write games! This video introduces the series and talks about what to expect and the motivation behind it.
🔥4
Product Validation Playbooks contains list of items for validating the problem, market, product and willingness to pay
یه لیست نسبتا کامل از تقریبا تمام تستهای ممکن برای validate کردن محصولتون یا مارکت یا موارد دیگه به صورت طبقهبندی شده برای هرکدوم توضیحات جامعی دادند.
#validation #test #list #category #categories #playbook #product #market #problem
https://learningloop.io
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
یه لیست نسبتا کامل از تقریبا تمام تستهای ممکن برای validate کردن محصولتون یا مارکت یا موارد دیگه به صورت طبقهبندی شده برای هرکدوم توضیحات جامعی دادند.
#validation #test #list #category #categories #playbook #product #market #problem
https://learningloop.io
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
👍2🔥2
Markdown code for lots of small badges that can be included in a README.md file for a github or bitbucket or gitlab project.
لیستی از badge های مختلف برای قراردادن داخل فایل README.md پروژههاتون خیلی جذابن و میتونین توی github یا gitlab یا bitbucket یا بقیه سایتهای مشابه استفاده کنید.
#github #badge #readme #markdown #list #small #ribbon #pushpin #opensource
https://naereen.github.io/badges
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
لیستی از badge های مختلف برای قراردادن داخل فایل README.md پروژههاتون خیلی جذابن و میتونین توی github یا gitlab یا bitbucket یا بقیه سایتهای مشابه استفاده کنید.
#github #badge #readme #markdown #list #small #ribbon #pushpin #opensource
https://naereen.github.io/badges
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
🤩3🎉2
Customizing Go Binaries with Build Tags
https://www.digitalocean.com/community/tutorials/customizing-go-binaries-with-build-tags
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
https://www.digitalocean.com/community/tutorials/customizing-go-binaries-with-build-tags
➖➖➖➖➖➖➖➖➖
🔰 @gopher_academy
🔥3