Programming CookBook
=======================
Programmer & Developer Cook-Book | Covers Programming Languages, Databases, Linux Commands and more.
General Knowledge
- CitingCode | libguides.com
- Change user in github
- jankfree.org
- Upstart Intro, Cookbook and Best Practices.
- HTTP (HyperText Transfer Protocol)
Learning Material
DATA SCIENCE
NOTES & THINGS TO KNOW
Date / Time
offsets are technically bounded between -12:00 and 14:00
- python-dateutil dateutil - powerful extensions to datetime for Python
JSON Serialization and De-serialisaziont
-
{JSON} Placeholder JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, ...or simply to test things locally.
Repos & Projects
APIs and API Gatewa
Serverless
GOJS
Interactive JavaScript Diagrams for the Web
Tools
Hosting
Hosting Solution
SSL & Certificates
# Read certificate local
openssl x509 -text -noout -in certificate.crt
# Read certificate remote
openssl s_client -showcerts -connect www.itundra.com:443
openssl x509 -in certificate.crt -text