Skip to content

Instantly share code, notes, and snippets.

@yogain123
Created July 21, 2019 07:43
Show Gist options
  • Save yogain123/5413f0258dbdfca3b3052a8729fd50dc to your computer and use it in GitHub Desktop.
Save yogain123/5413f0258dbdfca3b3052a8729fd50dc to your computer and use it in GitHub Desktop.
Extra Important
@yogain123
Copy link
Author

Get vs Post

Screen Shot 1941-12-03 at 11 15 45 AM

@yogain123
Copy link
Author

yogain123 commented Feb 22, 2020

Server Side Render vs Client Side Render (SPA)

Search Engine Optimization
Google bot and bing bot has problem indexing CSR, because with CSR it downloads all file associated with that to your browser and then executes/render that, the site is not actually rendered when the site is not downloaded and it makes google bot hard to index page.
But,
SSR render all page in Server itself and deliver full already rendered page and indexing are easy and fast for google bot.
Initial Page load is fast in SSR as it does not download all page at once, but all subsequent request is slow.
but in CSR initial page load is slow, but All subsequent request is fast.

SSR: www.website.com
SPA: app.website.com

Screen Shot 1941-12-03 at 1 50 08 PM

@yogain123
Copy link
Author

yogain123 commented Feb 22, 2020

OSI Model

Screen Shot 1941-12-04 at 1 38 29 AM



Screen Shot 1941-12-04 at 1 43 29 AM

Presentation layer breaks data on a format which can be understood by source

@yogain123
Copy link
Author

yogain123 commented Feb 23, 2020

Storage

Screenshot_20200223-113921



Screenshot_20200223-114427

@yogain123
Copy link
Author

Agile

Screen Shot 1941-11-07 at 9 58 15 PM

@yogain123
Copy link
Author

Headless Chrome

Screen Shot 2020-05-09 at 4 04 15 PM

@yogain123
Copy link
Author

SOAP vs REST

Screen Shot 2020-05-14 at 1 09 02 PM

@yogain123
Copy link
Author

Alias

Screen Shot 2020-05-15 at 11 16 58 PM

@yogain123
Copy link
Author

How HTTPS works

Screenshot 2022-10-09 at 6 36 18 PM

@yogain123
Copy link
Author

OSI Modal

Aj Firse Test Nahi Dena Padega

Screen Shot 2022-10-09 at 9 04 27 PM
Screen Shot 2022-10-09 at 9 04 39 PM
Screen Shot 2022-10-09 at 9 04 53 PM
Screen Shot 2022-10-09 at 9 05 13 PM

Screen Shot 2022-10-09 at 9 06 20 PM
Screen Shot 2022-10-09 at 9 06 25 PM
Screen Shot 2022-10-09 at 9 06 35 PM
Screen Shot 2022-10-09 at 9 07 11 PM
Screen Shot 2022-10-09 at 9 07 44 PM
Screen Shot 2022-10-09 at 9 09 24 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment