Pedagogy
Hello guys , Welcome to 👓 Pedagogy 👓 .
Pedagogy will provide you detail knowledge on computer science topics 👨🏻💻👨🏻💻.
Topics will include programming languages like c and also tutorials on linux operating system , shell scripting and web concepts.
As time passes , the number of series will increase and you'll enjoy topics , that's a promise 🤞🤞.
So, subscribe to Pedagogy and let's stay connected 👫🏼👫🏼👫🏼.
Good Luck in the path of learning 👍👍 .

MIME Types | MIME Sniffing | Content-Length | Content-Type | X-Content-Type-Options | header catgory

Practical demonstration of SameSite cookie attribute | Why Secure attribute is needed with None

SameSite Cookie Attribute | Strict | Lax | None | same-site requests | cross-site requests

Third Party Cookies | First Party Cookies | Difference between same-site cookies & cross-site cookie

secure flag in a cookie | secure cookie against MITM attacks | working of secure flags

HttpOnly Flag In Cookies | Use Of HttpOnly | HttpOnly Against Stealing Cookies | Why HttpOnly

Expires and Max-Age Cookie Attributes | Session Cookies and Persistent Cookies

Cookie Attributes | Domain Cookie Attribute | Path Cookie Attribute | Scope of cookies | Examples

Set-Cookie and Cookie Header | cookies related headers in

What is Origin , Site , same origin , cross origin , same site , cross site , schemeful same site

Introduction to cookies in Sessions management in HTTP | How cookies work | Why we need

Stateful Vs Stateless protocols | Theoretical and practical differences | HTTP as stateless protocol

Response status codes | informational | successful | redirectional | client error | server error

HTTP Request Methods | GET | HEAD | POST | PUT | PATCH | DELETE | OPTIONS | resource and methods

Intercepting

View Source Port And Destination Port | lsof command for ip connections | PAT Working demo

View your public IP address and private IP address | login to router | what is my ip address

NAT & its types | Static NAT | Dynamic NAT | Port address translation | Network address translation

IPv4 Addresses Vs IPv6 Addresses | Public IP Address vs Private IP Address | use of NAT

Port Numbers and Its types | Default ports | Dynamic ports | Registered Ports | Well known ports

Overview of IP Addresses and Port Numbers | why we need IP address | why we need of port numbers

Internet & World wide web | difference between internet & web | internet services | web vs internet

Basic methods to debug a shell script | using shellcheck for syntax errors | PS4 Shell Variable

Introduction to shell scripting | why to learn shell scripting | High level components

signals and traps in shell scripting | trap command | ctrl + C on a shell script | trap handlers

Schedule linux commands using cron | crontab command in linux | run shell script using cron

Shell Script to run commands on remote servers | ssh -t & -T option | ssh basic key based auth setup

Internal Field Separator in shell scripting | IFS shell variable | field splitting - shell scripting

select loop in shell scripting | PS3 shell variable | creating menu in shell scripting

Shell Script to read CSV file | read command with here string in shell scripting | read command IFS