Skip to content

Instantly share code, notes, and snippets.

View JanBaig's full-sized avatar
🔩
Tinkerin'

Jan JanBaig

🔩
Tinkerin'
View GitHub Profile

UPDATE: The SwiftUI team has filled its available intern slots for 2024. Thank you to all who applied!

SwiftUI Frameworks Internship at Apple

Apple's SwiftUI team is now looking for interns for 2024!

This is a paid internship. While most internships last 3 months, starting in May or June, the start date and internship length are flexible. Internships are restricted to students pursuing a Bachelor's, Master's, or PhD degree in the U.S. or Canada. Students must be enrolled in school in the quarter/semester immediately following the internship.

If you are interested in applying, please email us your resume/CV in PDF or raw text form and answer the following three questions:

@tykurtz
tykurtz / grokking_to_leetcode.md
Last active June 17, 2024 03:13
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@MattPD
MattPD / analysis.draft.md
Last active June 6, 2024 00:22
Program Analysis Resources (WIP draft)
@jdevoo
jdevoo / tg2p.st
Last active May 27, 2024 21:48
Not so Terse Guide to Pharo
"**************************************************************************
* Allowable characters: *
* - a-z *
* - A-Z *
* - 0-9 *
* - .+/\*~<>@%|&? *
* - blank, tab, cr, ff, lf *
* *
* Variables: *
* - variables must be declared before use *