Working full-time remote

After a year with a local company, I’ve moved back to a remote Python development role with a global media distribution company. I’ve worked for them before and so far things are looking up. I’m working on middleware, shuttling data between systems, documenting processes, and seeing where I can automate things. One of the main…

Continue Reading

Using Git-LFS to upload big files to Github

I had a side project to help update a department’s website. The design agency they contracted with delivered the site in PHP and the method of updating the site was uploading new content via FTP. The first thing I did was fetch the content off the server and commit to a local git repo to…

Continue Reading

Build Windows executable from Python 3.6 package

I have been working on a project in which I need to deploy to multiple Windows systems. I’ve written the software in Python; normally, I would clone the package repo via git to the target systems, and set up package dependencies by installing via internet, but I have some restrictions: Firewalled systems can’t pull in…

Continue Reading