Programming-CookBook
Programming-CookBook copied to clipboard
Programmer & Developer Cook-Book | Covers Programming Languages, Databases, Linux Commands and more.
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)
RESTFULApis
- Richardson Maturity Model
- REST: I don't Think it Means What You Think it Does • Stefan Tilkov • GOTO 2014
- If an API only provides POST requests functions, is it RESTful?
APi Meshup
-
Design to aggregate multiple REST APIs and send the data to UI
-
Need recommendation to create an API by aggregating data from multiple source APIs
-
Aggregate API Calls | API Mesh
Learning Material
DATA SCIENCE
JetBrains
NOTES & THINGS TO KNOW
-
Interview Questions
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
APIs
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