PHP क्या है और इसके फायदे – What is PHP in Hindi?

टॉपिक1 PHP क्या है? – What is PHP in Hindi2 Features of PHP in Hindi – PHP की विशेषताएँ3 Application of PHP in Hindi – PHP के उपयोग4 Advantages of PHP in Hindi – PHP के फायदे5 Disadvantages of PHP in Hindi – PHP के नुकसान6 PHP Data Types in Hindi – PHP डेटा टाइप … Read more

Client Server Architecture in Hindi – क्लाइंट सर्वर आर्किटेक्चर क्या है?

टॉपिक1 Client Server Architecture क्या है?2 Client Server Architecture के components3 Types of Client Server Architecture in Hindi – क्लाइंट सर्वर आर्किटेक्चर के प्रकार4 Advantages of Client-Server Architecture in Hindi – क्लाइंट सर्वर आर्किटेक्चर के फायदे5 Disadvantages of Client Server architecture in Hindi – क्लाइंट सर्वर आर्किटेक्चर के नुकसान6 Difference between client server architecture and … Read more

प्रोटोकॉल क्या है और इसके प्रकार – Protocol in Hindi & Types

टॉपिक1 प्रोटोकॉल क्या है? – What is Protocol in Hindi?2 प्रोटोकॉल के प्रकार – Types of Protocol in Hindi3 1- TCP4 2- IP5 3- UDP6 4- POP7 5- SMTP8 6- FTP9 7 – HTTP10 8 – HTTPS11 9- Telnet12 10- Gopher प्रोटोकॉल क्या है? – What is Protocol in Hindi? प्रोटोकॉल के प्रकार – Types … Read more

OSI मॉडल क्या है? – What is OSI Model in Hindi?

टॉपिक1 OSI Model in Hindi – ओएसआई मॉडल क्या है?2 7 Layers of OSI Model in Hindi – OSI मॉडल की लेयर3 Physical Layer (फिजिकल लेयर)4 Data link layer (डेटा लिंक लेयर)5 Network layer (नेटवर्क लेयर)6 Transport layer (ट्रांसपोर्ट लेयर) 7 Session layer(सेशन लेयर)8 Presentation layer (प्रेजेंटेशन लेयर)9 Application layer (एप्लीकेशन लेयर)10 Advantages of OSI model … Read more

SOAP & REST क्या है और इनके बीच अंतर क्या है?

What is SOAP in Hindi – SOAP क्या है? SOAP का पूरा नाम Simple Object Access Protocol है। यह एक XML-based प्रोटोकॉल है, जिसका उपयोग Web Services के बीच Communication के लिए किया जाता है।  दूसरे शब्दों में कहें तो, “SOAP एक प्रोटोकॉल है जो web services के बीच संदेश (messages) भेजने के लिए उपयोग … Read more

JSON क्या है? – What is JSON in Hindi

JSON का पूरा नाम JavaScript Object Notation है, जिसका इस्तेमाल data को स्टोर और ट्रांसफर करने के लिए किया जाता है। JSON एक हल्का (lightweight) डेटा फॉर्मेट है जिसे पढ़ना और लिखना दोनों ही आसान है। JSON को मुख्य रूप से web applications में सर्वर और क्लाइंट के बीच डेटा भेजने और प्राप्त करने के … Read more

Active Server Pages (ASP) क्या है?

Active Server Pages (ASP) एक server-side scripting टेक्नोलॉजी है जिसे Microsoft ने विकसित किया था। इसका इस्तेमाल डायनामिक web application और webpage बनाने में किया जाता है। ASP का उपयोग करके हम HTML, CSS, JavaScript और server side scripts को मिलाकर interactive और dynamic webpages बना सकते हैं। Dynamic Webpages वे होते हैं जो यूजर … Read more

Operators in JavaScript in Hindi – जावास्क्रिप्ट में ऑपरेटर क्या है?

Operators ऐसे symbols होते हैं जिनका इस्तेमाल variables और values पर विभिन्न प्रकार के कार्य करने के लिए किया जाता है। उदाहरण के लिए, जोड़ना, घटाना, तुलना करना, या लॉजिकल ऑपरेशन करना। जावास्क्रिप्ट में अलग-अलग प्रकार के operators होते हैं जो अलग-अलग कामों के लिए इस्तेमाल किए जाते हैं। 1:- Arithmetic Operators (अंकगणित ऑपरेटर) Arithmetic … Read more

JavaScript Reserved Words in Hindi – जावास्क्रिप्ट में Reserved Words क्या है?

JavaScript में Reserved Words वे words होते हैं जो पहले से ही जावास्क्रिप्ट के अंदर किसी विशेष उद्देश्य के लिए define किए गए होते हैं।  Reserved words को variable name, function name के नाम या किसी दूसरे identifier के रूप में use नहीं किया जा सकता, अगर हम ऐसा करते हैं, तो कोड में Error … Read more

Data Types in JavaScript in Hindi – जावास्क्रिप्ट में Data Types क्या है?

जावास्क्रिप्ट में, Data Types का मतलब होता है कि कौन से type का डेटा variable में स्टोर किया गया है। JavaScript में डेटा को store और manipulate करने के लिए अलग-अलग प्रकार के Data Types का उपयोग किया जाता है। दूसरे शब्दों में कहें तो, “Data Types यह बताते हैं कि हम किस तरह के डेटा … Read more