Skip to content

Koubae/Programming-CookBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming CookBook

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

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

Quick Start

0) Use it online

Just use it navigating the repo in github at https://github.com/Koubae/Programming-CookBook you can actually open a VSCode Editor in github on the browser, simply type/hit . (dot) while in the repo or change the url domain from https://github.com/Koubae/Programming-CookBook --> https://github.dev/Koubae/Programming-CookBook (is github.code --> github.dev)

Alternativelly clone it:

1) Clone the project

git clone [email protected]:Koubae/Programming-CookBook.git

If you see error:

Error: " unable to create symlink Programming Languages/C/fundamentals/roadmap/readme.md: File name too long"

Try:

git -c core.symlinks=false -c core.longpaths=true clone [email protected]:Koubae/Programming-CookBook.git

2) Use as you wish


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

Books

Further Reading


Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •