=======================
Programmer & Developer Cook-Book | Covers Programming Languages, Databases, Linux Commands and more.
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:
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
- CitingCode | libguides.com
- Change user in github
- jankfree.org
- Upstart Intro, Cookbook and Best Practices.
- HTTP (HyperText Transfer Protocol)
- 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?
-
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
offsets are technically bounded between -12:00 and 14:00
- python-dateutil dateutil - powerful extensions to datetime for Python
-
{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.
Interactive JavaScript Diagrams for the Web
# 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