If tutorials available on this website are helpful for you, please whitelist this website in your ad blocker😭 or Donate to help us ❤️ pay for the web hosting to keep the website running.
REST (Representational State Transfer) एक API (Application Programming Interface) design paradigms हैं , यह HTTP protocol पर आधारित होता है। REST... Learn more
SOAP (Simple Object Access Protocol) और REST (Representational State Transfer) दो अलग - अलग API (Application Programming Interface) design paradigm... Learn more
toastr , non-blocking notifications के लिए एक JavaScript library है , इसे use करने के लिए jQuery required है। इस library का main purpose notificati... Learn more
TCP/IP model एक network communication protocol suite है, जो computer networks में data exchange करने के लिए use किया जाता है। ये model एक framework... Learn more
Hacking एक ऐसी process जिससे किसी person / group, computer system, network, software, या electronic device को access करके personal information को ... Learn more
Insertion sort एक simple sorting algorithm है जो एक list या Array को sort करने के लिए use की जाती है। इसका basic idea ये कि आप एक element को लीजिये... Learn more
Selection Sort एक simple sorting algorithm है जिससे हम एक list या Array को sort हैं , ये step-by-step तरीके से काम करता है। जब तक कि Array के eleme... Learn more
Bubble Sort एक simple sorting algorithm है जो List / Array के elements को repeatedly sort करता है। इसमें adjacent elements को compare किया जाता है ... Learn more
generally content को ports पर लिखा जाता है जिनसे ये LEDs connected होती है , तो हमें इन ports पर ही data write करना होता है , इसलिए उन्हे COM PORT ... Learn more
var_export() function दिए गए variable की structured information return करता है जो कि actual PHP code होता है। यह var_dump() function के जैसे ही है ... Learn more