WebSocket Explanation in 5 Minutes Md ShayonMarch 28, 2023 WebSocket enables event-driven communication, allowing the server to send messages to the client when certain events occur, without the ne...
Python Regexp With Re Module | Extract Phone Number, Youtube Video ID, Paylist ID From URL Md ShayonMarch 15, 2022 A regular expression (or RE) specifies a set of strings that matches it; the functions in this module let you check if a particular string ...