Miscellaneous
Mitigate the feeling of being overwhelmed
Try the bullet journal
Career ladder
- Some advice on what to have to be at some engineering level
- How to move up in your organisation
SimpleHTTPServer
python -m SimpleHTTPServer <port>
Markdown
A markdown cheat sheet.
GitHub Workflow
Secrets can be passed to workflow if set on given repository (see settings).
env:
my_secret: ${{ secrets.my_secret }}
REST
Git
To give executable mode to a given file:
git update-index --chmod=+x <file>
Repl.it
Jest
Build a URL shortener
Example using HTML and JavaScript
Glitch
Modeling Software Architecture
Service Virtualization
API versioning
- Follow semver specifications
- Robustness principle (Postel's Law)
- 2 options for REST major versioning
- prefixed URL '/v1/...'
- HTTP's content negotiation mechanism
In-Depth Articles
Spoken Languages
12-factor app
Some principles to take into account when developing applications.
Documentation
Work Methods
Find popular software
Website used to look for software used by business leaders.