Blogs



How to Implement RESTful APIs In NodeJS In Hindi | NodeJS RestFul API Example
How to Implement RESTful APIs In NodeJS In Hindi | NodeJS RestFul API Example

REST (Representational State Transfer) एक API (Application Programming Interface) design paradigms हैं , यह HTTP protocol पर आधारित होता है। REST... Learn more

Difference Between SOAP AND REST API In Node - Express In Hindi
Difference Between SOAP AND REST API In Node - Express In Hindi

SOAP (Simple Object Access Protocol) और REST (Representational State Transfer) दो अलग - अलग API (Application Programming Interface) design paradigm... Learn more

Toastr – Simple jQuery Toast Notifications | JS Toastr  Example
Toastr – Simple jQuery Toast Notifications | JS Toastr Example

toastr , non-blocking notifications के लिए एक JavaScript library है , इसे use करने के लिए jQuery required है। इस library का main purpose notificati... Learn more

What is TCP/IP Model In Hindi | Layers of TCP/IP Model
What is TCP/IP Model In Hindi | Layers of TCP/IP Model

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 in PHP With Example | How Does Insertion Sort Work in PHP
Insertion Sort in PHP With Example | How Does Insertion Sort Work in PHP

Insertion sort एक simple sorting algorithm है जो एक list या Array को sort करने के लिए use की जाती है। इसका basic idea ये कि आप एक element को लीजिये... Learn more

Selection Sort in PHP With Example | How does selection sort work in PHP ?
Selection Sort in PHP With Example | How does selection sort work in PHP ?

Selection Sort एक simple sorting algorithm है जिससे हम एक list या Array को sort हैं , ये step-by-step तरीके से काम करता है। जब तक कि Array के eleme... Learn more

Bubble Sort in PHP With Example | How Bubble Sort Works in PHP
Bubble Sort in PHP With Example | How Bubble Sort Works in PHP

Bubble Sort एक simple sorting algorithm है जो List / Array के elements को repeatedly sort करता है। इसमें adjacent elements को compare किया जाता है ... Learn more

PHP com port communication In Hindi | Write on com port in PHP
PHP com port communication In Hindi | Write on com port in PHP

generally content को ports पर लिखा जाता है जिनसे ये LEDs connected होती है , तो हमें इन ports पर ही data write करना होता है , इसलिए उन्हे COM PORT ... Learn more

PHP var_export() Function In Hindi | var_export() In PHP In Hindi
PHP var_export() Function In Hindi | var_export() In PHP In Hindi

var_export() function दिए गए variable की structured information return करता है जो कि actual PHP code होता है। यह var_dump() function के जैसे ही है ... Learn more