In this post I want to show a quick way to scrape websites using the python package requests-html and firefox's developer tools.
Read_I originally wrote this document for my work, where we were deep into a microservices architecture. The goal was to create a set of guidelines to be used when developing a new service. This way we could ensure some consistent quality for the code, as well as have
ReadI'm developing a small app in my free time using nodejs and express, while trying out Auth0
ReadHere is the Dockerfile for a small golang webservice I wrote, which I managed to make quite
ReadAt work we use `git flow` to organize our git repositories. `master` is the production branch,
Read