PHP, JS, CSS, Python, and Machine Learning Technology
PHP, JS, CSS, Python, and Machine Learning Technology
What happens when you navigate to an URL
This is a classical question in an interview. We can concatenate the topics all above in ...
PHP, JS, CSS, Python, and Machine Learning Technology
Postman-checking-protected-routes-from-backend
How to get-the-token-in-postman-whenever-i-use-middleware-in-my-private-routes, so I can ...
PHP, JS, CSS, Python, and Machine Learning Technology
How to Check HTTP Request and Response on Chrome?
Open a webpage ( say https://github.com/rohan-paul ) in Google Chrome and go to “View ...
PHP, JS, CSS, Python, and Machine Learning Technology
What Does the POST Method Do?
Aapart from GET, there are other types of HTTP methods including:
HEAD POST PUT DELETE ...
PHP, JS, CSS, Python, and Machine Learning Technology
TCP (Transmission Control Protocol) vs HTTP (HyperText Transfer Protocol)
1. The most fundamental difference between the two is that TCP and HTTP works at ...
PHP, JS, CSS, Python, and Machine Learning Technology
HTTP Status Error Codes
The HTTP status codes are developed as per the Internet standards defined by Internet ...
PHP, JS, CSS, Python, and Machine Learning Technology
HTTP Status Codes
The HTTP status codes are developed as per the Internet standards defined by Internet ...
PHP, JS, CSS, Python, and Machine Learning Technology
HTTP-Status-Codes-Understanding-Express-res.status
The res object represents the HTTP response that an Express app sends when it gets an ...
PHP, JS, CSS, Python, and Machine Learning Technology
What is that HTTPS?
HTTP is a method for encoding and transporting data between a client and a server. It is ...
PHP, JS, CSS, Python, and Machine Learning Technology
JS to TypeScript
Normally, we can put normal JS code and get no help from what TypeScript has to offer. In ...
PHP, JS, CSS, Python, and Machine Learning Technology
What are Thunks?
Thunks are a functional programming technique used to delay computation. Instead of ...
PHP, JS, CSS, Python, and Machine Learning Technology
Redux-thunk-basic
Thus, in summary there are two parts to Redux-Thunk:A thunk creator, which is ...
PHP, JS, CSS, Python, and Machine Learning Technology
mapStateToProps-how-exactly-it-gets-the-state-from-reducers
How exactly does mapStateToProps know which is the state variable that I am talking ...
PHP, JS, CSS, Python, and Machine Learning Technology
The state argument of mapStateToProps(state)
mapStateToProps() is a utility which helps your component get updated state(which is ...
PHP, JS, CSS, Python, and Machine Learning Technology
mapStateToProps-basic-understanding
All mapStateToProps() does is, it takes a piece from the App's single state-tree i.e. ...
PHP, JS, CSS, Python, and Machine Learning Technology
mapStateToProps()
Basically with mapDispatchToProps I connect a Redux action to a React ...
PHP, JS, CSS, Python, and Machine Learning Technology
Flux is a pattern and Redux
Flux is a pattern and Redux is a library. Flux is a fancy name for the observer pattern ...
PHP, JS, CSS, Python, and Machine Learning Technology
Dispatch(action)
https://redux.js.org/api-reference/store#dispatch
dispatch() is one of the 4 methods of ...



