As deployment options for web apps have multiplied in the past few years, AWS Lambda continues to stand out as a powerful, simple way to run a web app with minimal maintenance and cost — if there is low traffic.
LoudSwarm by Six Feet Up, a Django-based virtual event platform, has always supported Slack for instant, in-app text communication. In addition to Slack, clients were requesting Discord integration, so Six Feet Up’s expert team of developers found a solution.
Migrating from Django 1.7 to 3.1 is no small task. Besides having to deal with the upgrade of Django itself, you shouldn't forget that an upgrade like this implies an upgrade from Python 2 to 3 as well.
Using JSONSchema and Python GenSON to standardize thousands of JSON files
It can be hard to know which programming language is "the right tool for the job", but there's one language that keeps coming to mind...
If you have used Electron before, your initial experiences may have been less than ideal. It might be time to give it a second (or first, or third) look!
Upgrading legacy systems to Python 3 doesn't have to be a hassle. Here are 10 tips and tricks to help with your upgrade project...
Python 2's End of Life is January 1, 2020. At Six Feet Up, we're prepared a critical list of reasons why you need to upgrade to Python 3...
Faceted search provides site visitors with a quick and intuitive way to narrow down their search results in real time...