داشتم می آمدم تورنتو دکتر حیدرنوری در پرواز ما بود. مقصد دانشگاهی در آمریکا!
حقوق در ایران ۳۰۰ دلار در آمریکا x دلار!
برای اساتیدی که هزینه استعفا و حمایت از همکار تقریبا هزینه جدی ندارد (مثال دکتر حیدرنوری) امیدوارم سمت درست و تصمیم درستی بگیرند. همچنین دانشجویانی که حق شاگردی دارند به گمانم باید پاسخ درخور و متناسب با رویکرد ایشان در مواجعه با شرایط مشابه اتخاذ کنند.
حقوق در ایران ۳۰۰ دلار در آمریکا x دلار!
برای اساتیدی که هزینه استعفا و حمایت از همکار تقریبا هزینه جدی ندارد (مثال دکتر حیدرنوری) امیدوارم سمت درست و تصمیم درستی بگیرند. همچنین دانشجویانی که حق شاگردی دارند به گمانم باید پاسخ درخور و متناسب با رویکرد ایشان در مواجعه با شرایط مشابه اتخاذ کنند.
https://github.com/YumcoderCom/playground/blob/master/bench/escape_analysis_test.go
در فایل escape analysis میتوانید با این موضوع آشنا شوید
در فایل escape analysis میتوانید با این موضوع آشنا شوید
GitHub
playground/bench/escape_analysis_test.go at master · YumcoderCom/playground
golang by example. Contribute to YumcoderCom/playground development by creating an account on GitHub.
https://medium.com/@omid.jn/golang-and-x-content-type-options-e49895c1891a
شرح مخاطره امنیتی Cross-Site Scripting (XSS) attacks و روش جلوگیری آن در gin
شرح مخاطره امنیتی Cross-Site Scripting (XSS) attacks و روش جلوگیری آن در gin
Medium
Golang and “X-Content-Type-Options”
Let’s consider an example of a security problem that can occur without the “X-Content-Type-Options” header, leading to a potential security…
https://go.dev/doc/tutorial/fuzz
تست Fuzzing در golang
Fuzzing is a type of automated testing which continuously manipulates inputs to a program to find bugs. Go fuzzing uses coverage guidance to intelligently walk through the code being fuzzed to find and report failures to the user. Since it can reach edge cases which humans often miss, fuzz testing can be particularly valuable for finding security exploits and vulnerabilities.
تست Fuzzing در golang
Fuzzing is a type of automated testing which continuously manipulates inputs to a program to find bugs. Go fuzzing uses coverage guidance to intelligently walk through the code being fuzzed to find and report failures to the user. Since it can reach edge cases which humans often miss, fuzz testing can be particularly valuable for finding security exploits and vulnerabilities.
go.dev
Tutorial: Getting started with fuzzing - The Go Programming Language
https://www.uber.com/en-CA/blog/ubers-next-gen-push-platform-on-grpc/
Essential reading for individuals interested in large-scale and distributed systems 👆
Essential reading for individuals interested in large-scale and distributed systems 👆
When you need to pass data between a new tab that you open in a browser and the parent tab (the one that opened the new tab), you can use a combination of techniques, such as:
- URL Parameters
- localStorage or sessionStorage
- window.opener
-window.postMessage
- URL Parameters
- localStorage or sessionStorage
- window.opener
-window.postMessage