Skip to content

Latest commit

 

History

History
171 lines (105 loc) · 6.83 KB

README.MD

File metadata and controls

171 lines (105 loc) · 6.83 KB

Programming CookBook

=======================

Programmer & Developer Cook-Book | Covers Programming Languages, Databases, Linux Commands and more.


General Knowledge

RESTFULApis

APi Meshup

Learning Material

DATA SCIENCE

JetBrains

NOTES & THINGS TO KNOW

Date / Time

offsets are technically bounded between -12:00 and 14:00

JSON Serialization and De-serialisaziont

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

Further Reading