Finally caught up with most of the PyCon 2018 videos. Here are my favorite so far. Alex Gaynor – Learning from Failure: Post Mortems
Tag: python
Python Type Hints
These are the slides for a recent 5 minute talk on Python Type Hints I gave at newhaven.io meetup. Slides are also available on Speaker Deck.
Developer Ergonomics
These are the slides for my PyCaribbean 2017 keynote on Developer Ergonomics where I talk about the current state of package managers in Python vs in other ecosystems like Node and Rust.
Juice Box
A month ago I decided to take another stab at proposing a solution to allow all of us to keep working on great programming workshops. Personally, the biggest headache in each and every one of the workshops that I have organized or participated in is the time and effort it takes to configure and setup… Continue reading Juice Box
File Uploads + CORS + IE
Supporting Internet Explorer is always kind of a drag, but sometimes you just have to. Adding to the mixture file uploads via AJAX and CORS only make it that much more fun. When dealing with AJAX file uploads I always seem to keep going back to jQuery File Upload. Making these file uploads work on… Continue reading File Uploads + CORS + IE