Matt, your videos are great! I wonder if your future videos could focus on (more) information on topics such as optimization and escape analysis / reducing heap allocations? Zero-GC programming seems to be in vogue for GC languages such as Go & Java. Would be an interesting video topic. Also, one on the use of unsafe pointers perhaps?
Matt I've been watching your videos for a while now and I enjoy them a bunch. I know that the slides are opensource, but would you mind if I ware to make a version of this course in another language? for my peers at college?
Another bug, for the record - your uure regexp will match domains like `---...-.-..---.-.foo`.
Fantastic class and series, though. I love it!
Which makes my point about being careful with (if not avoiding) regexes!
Matt, your videos are great! I wonder if your future videos could focus on (more) information on topics such as optimization and escape analysis / reducing heap allocations? Zero-GC programming seems to be in vogue for GC languages such as Go & Java. Would be an interesting video topic. Also, one on the use of unsafe pointers perhaps?
Thanks for the course, Matt! Excellent lectures
The max length for a TLD is 63 characters, so that {2,4} limit would not match a domain ending in .design, or .online for instance.
Matt I've been watching your videos for a while now and I enjoy them a bunch.
I know that the slides are opensource, but would you mind if I ware to make a version of this course in another language? for my peers at college?