Easy http echo server
Run the server with
-
docker run -p 8080:8080 -p 8443:8443 --rm -t mendhak/http-https-echo:17
Test with
Important Development Articles
My place for storing important development articles
How can growing a startup engineering team slow down production?
The situation
Imagine this situation. A successful startup company has secured funding to grow. They have a great engineering team who have made an amazing product which it's customers love, but the market is changing, new features are needed and the company wants to position itself to take advantage of new opportunities.
Catness Sound and Nvidia research
Sound
Cmds:
[geshifilter-]aplay -l (This lists card HDA Intel PCH)
lspci -nnk | grep -A2 Audio[/geshifilter-]
https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-i…
Fixed by removing timidity
Failed attempts:
How To Fix No Sound in Ubuntu And Linux Mint - It's FOSS
Google Slides Notes
Present with minimal
Load slides then change url
replace /edit... with /preview?rm=minimal&slide=id.p
3 Ways for Container based microservices to verify JWT tokens
Microservices can use JWT tokens to communicate user authroizations and other information between each other. This can be used for both north/south (e.g. frontend to backend) and east/west (e.g. microservice to microservice) communation. Each JWT token has a signitature which needs to be verified using either a public key or shared secret.
Use python to create a QR code
This is a simple way I have determined I can use python to create a QR code.
Quick steps I have used: https://medium.com/@rahulmallah785671/create-qr-code-by-using-python-23….
TODO Next time paste code here
Install python3
You must have python and pip installed
Install requirements
This example requires a library called reportlab
Python load test exmaple
Sample code I can use to base a python load test on.