Linux by example – Create new user
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.
We look into Ceph encryption in a cluster where each OSD can be encrypted and the keys store externally in order to ensure data integrity and safety.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We look into the very basic commands of git. Making changes and committing to a branch.
We look into how to create an application parsing different documents with embedded content in order to extract text and images.
We look at how we can build rest API in python quickly. This quick guide is using FastAPI in order to create a quick API using python and SQL Alchemy. Rest API showing in OpenAPI and even redoc format is a really nice way to document your code.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.