Below is a list of companies hiring. We're checking regularly with companies directly to keep this live list up-to-date. Join our talent pool (beta) & community to get matched with opportunities.
Tracking all tech startup layoffs since COVID-19. Data is compiled from public reports.
JSON: https://layoffs.fyi/wp-json/
More JSON: https://layoffs.fyi/wp-json/wp/v2/pages/397
Tracking all tech startup layoffs since COVID-19. Data is compiled from public reports. It's basically Wordpress embedding an Airtable object.
RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It can be integrated in your web stack easily.
Github: https://github.com/rq/rq
A conditional execution system and scheduler. Pretty much a self-hosted IFTTT. So far it doesn't have a lot of modules but that'll probably change at some point. Already following.
A self-hosted service that pings webhooks or other URLs on a user-defined schedule. Works a little bit like cron. Can even do things every X minutes or hours, like cron.
Written in PHP, uses SQLite.
If you don't want to set it up yourself: https://hookless.co/
This is a set of scripts supplementing the btrfs filesystem and aims to automate a few maintenance tasks. This means the scrub, balance, trim or defragmentation.
Each of the tasks can be turned on/off and configured independently. The default config values were selected to fit the default installation profile with btrfs on the root filesystem.
Overall tuning of the default values should give a good balance between effects of the tasks and low impact of other work on the system. If this does not fit your needs, please adjust the settings.
It's in the AUR, too.
Generates random job titles on demand.
A foss clone of AWS Lambda. Build serverless functions using Docker and Kubernetes automagicaklly. Web control panel. CLI available. Upload your script and any deps, and turn it loose. Turn any Docker container into a function.
Asyncoro is a Python framework for writing massively distributed applications. Designed to work in an asynchronous fashion (including non-blocking network socket handling) on as many OSes as possible. Supports SSL, locking, execution of routines on remote systems, and hot-swapping of code. Even does asynchronous database access.