Skip to main content

Meta Layoff Help Doc


载互助
https://zzn.li/jobs

招人公司
https://docs.google.com/spreadsheets/d/1u9li-f7j9_XABMN5GE80kqpfa_mtj3Gq1UPx8Mgp2Hg/htmlview?pru=AAABhIHUjFE*eczCzlTjBRe3PXqkjZL8jg

Career up club
https://docs.google.com/spreadsheets/d/1HCd3V9gY0oikrgpWysrmmxzbTm9jjypMkqFTmjko7SI/edit#gid=0

SVLC help form
https://forms.gle/qqrSgMXWp6a7V9hB7

Ming Dao
https://docs.google.com/forms/d/e/1FAIpQLSdfbjzTBiDLw9Bw3c20yWAGLVPnKSBpaqf9QuYIowi-X2XlzA/viewform

1: 收集的招工信息:均可加入你知道的还在招人的信息,也可以在上面找工作
1.a: https://docs.google.com/spreadsheets/u/0/d/1n-1Mb4wUikZ_FB1sDOeXpTiFdqJ7qC8WlOs02ODKqBQ/htmlview#gid=0

1.b: https://docs.google.com/spreadsheets/d/1p15ftCXyAxXrCl7BfkhAduC_KgQrZCGPSa7tIhZ7enk/htmlview#gid=1659779744

1.c: https://docs.google.com/spreadsheets/d/1u9li-f7j9_XABMN5GE80kqpfa_mtj3Gq1UPx8Mgp2Hg/htmlview?pru=AAABhIETOL4*2pwVF88zOwjhdar_MWk_Cw

2: 一些被雷互助discord群:
2.a: https://discord.gg/XEg9fCq42J

2.b: https://discord.gg/RefufvxQ

【转】如果你有需要近期找工作的小伙伴,尤其是华人有身份和家庭压力的小伙伴,请把这个表格发给他们,https://forms.gle/qqrSgMXWp6a7V9hB7 我们收集到信息会发给SVLC 的470+位华人Senior Management Group

【转】万一小伙伴需要,这里涵盖一些tech openings:meta 抱团
https://tinyurl.com/3jhmptz7

product pub

https://tinyurl.com/yrtf97er

career up
https://tinyurl.com/4ncu75y5

【转】https://docs.google.com/spreadsheets/d/1p15ftCXyAxXrCl7BfkhAduC_KgQrZCGPSa7tIhZ7enk

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...