Best of Infrastructure — July 2022
- 1
- 2
Product Hunt·4y
PocketBase - Open Source realtime backend in 1 file
PocketBase is an open source Go backend that has embedded realtime database, files and users management, admin UI and REST-ish API, all compiled in 1 portable executable. You could think of it as a lightweight alternative to Firebase or Supabase. For more information on PocketBase click here.
- 3
Dev Genius·4y
A glimpse of System Design and Architecture
Refresher project aims to create a complete guide in every aspect of those technologies to serve as a guide or a template for jumpstarting similar projects. The project is a Django backend using PostgresSQL database with asynchronous task scheduler — celery — using a Redis broker. The speedtester app mainly runs internet speedtests every specific interval using celery workers and stores the download , upload speeds and URL of each test to the Postgres database.
- 4
Community Picks·4y
What is Developer Experience (DevEx, DX)?
A well-designed developer portal simplifies multiple different processes into simple self-service clicks. DevOps maturity model is meant to describe and relay an organization’s standing in their DevOps journey. As DevOps is a continuous process, organizations have to make sure they’re consistently keeping up with DevOps processes and goal markers.
- 5
DZone·4y
Get Started With Kafka and Docker in 20 Minutes
Kafka runs on the platform of your choice, such as Kubernetes or ECS, as a cluster of one or more Kafka nodes. A Kafka cluster will be initialized with zero or more topics, which you can think of as message channels or queues. Create the Dockerfile alongside the other three files that were just created and add the following: Dockerfile. Save and close. Subsequent commands will be run in this folder.
- 6