I want users to upload a huge file directly into Azure Storage. I have a Flask Python web app but I do not want the file to be uploaded into my web server due to size constraints. When the user has selected the file they want to upload and clicks the upload button, the following […]
Over the past few years, we’ve seen the number of nonprofits leveraging GitHub grow—and grow. Technology is increasingly becoming a critical part of nonprofit’s strategies to drive forward their missions, accelerate human progress, and take big strides toward the Sustainable Development Goals. And we’re here to make this process easier and more accessible for all—from […]
SPOILER ALERT: The following interview contains spoilers from “Herald Street,” the Oct. 15 episode of FX’s “American Sports Story: Aaron Hernandez,” now streaming on Hulu. Although “American Sports Story: Aaron Hernandez” is a dramatization of the rise and fall of NFL superstar Aaron Hernandez, who took his own life in 2017 while serving life in […]
In some of the projects I work on, we publish an artifact for every build on the main branch. We don’t want to give these nice semver names like 1.5.0 because that’s too much work! Instead we just wanna generate a version name based on the most-recent commit that it includes. Here’s a Bash one-liner: […]