Skip to content

Koubae/Programming-CookBook

Repository files navigation

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