Posts

What is Ethereum?

Ethereum is a decentralized blockchain platform that establishes a peer-to-peer network that securely executes and verifies application code, called smart contracts. Smart contracts allow participants to transact with each other without a trusted central authority. Transaction records are immutable, verifiable, and securely distributed across the network, giving participants full ownership and visibility into transaction data. Transactions are sent from and received by user-created Ethereum accounts. A sender must sign transactions and spend Ether, Ethereum's native cryptocurrency, as a cost of processing transactions on the network. The Merge On September 15th, 2022 06:42:42 UTC, at block 15537393, The Merge was completed, moving Ethereum from Proof of Work (PoW) to Proof of Stake (PoS). Amazon Managed Blockchain's Ethereum Mainnet nodes run on the Ethereum PoS network. The Merge upgrades Ethereum's consensus from PoW to PoS by merging Ethereum Mainnet with the Beacon Ch...

PHP Rest API tutorial in Hindi

Image
 इस Article में PHP Rest API के बारे में पढ़ेंगे। Web development और Application Development में API की बहुत अधिक आवश्यकता होती है। तो यदि आप Web development सीख रहे है। तो API बनाना आना चाहिए। इसलिए इस Article में Rest API के बारे में पढ़ेंगे। API बनाने में REST HTTP Method का सबसे अधिक Use होता है।  What is API in Hindi  API Stands for Application Programming Interface।  ये दो application के बीच एक दुसरे से Communication कराता है। जैसे -  Data Send, Receive आदि।  API का Use तब होता है, जब हम एक Programming Language में लिखी Application को Other Programming Language में लिखी Application के बीच Communication कराना होता है। API Create करने को Web Based Services Create करना कहा जाता है।  Types of API in Hindi  API मुख्य रूप से चार प्रकार की होती है।  Open API Partner API Internal API  Composite API  Open API  Open API को कोई भी Use कर सकता है। इसलिए इन्हे Public API भी कहा जाता है। ये External API होती है।इसमें कुछ Free API हो...

Display Processor in Computer Graphics in Hindi

Image
 इस Article में हम Display Processor in Computer Graphics in Hindi के बारे में पढ़ेंगे। जिसमे पढ़ेंगे What is Display Processor in Hindi , Parts of Display processor in Hindi , Types of Display Processor in Hindi आदि।  Display Processor in Computer Graphics in Hindi Display Processor एक प्रकार का Interpreter होता है। जो की Display Processor Code को Picture में Convert करता है। ये Display Processor Code CPU से ली गयी Digital Information होती है। जिसे Analog value में Display Devices की आवश्यकता अनुसार Convert करते है।  Parts of Display Processor in Hindi  Display file Memory Display Processor Display Generator Display Console Display File Memory  इसका Use Picture को Generate करने के लिए तथा Graphic entities को Generate करने के लिए किया जाता है।  Display Processor इसका Use Instruction को Interpret करने के लिए किया जाता है।  Display Generator इसका use Character, Curves को generate करने के लिए किया जाता है।  Display Console  ये Keyboard, Light Pe...

Conceptual Framework for Interactive Graphics in Hindi

Image
 इस Article में हम Conceptual Framework for Interactive Graphics in Hindi के बारे में पढ़ेंगे। जिसमे पुरे Interactive Graphics के system को जानेगे।  Conceptual Framework for Interactive Graphics in Hindi High Level Conceptual Framework Interactive Graphics के लिए Input and Output, Graphics System, Application Program और Application Model से बना हुआ है। जैसे की आप नीचे Image में देख सकते है।  इसमें Computer Input Devices के माध्यम से Input लेता है। और Images का Output Display devices के माध्यम से देता है।  इस तरह से Input and Output Devices को Conceptual framework के hardware Component कहा जाता है।  Conceptual Framework में तीन तरह के Software Component होते है।  Application Model Application Program Graphics System Application Model  Application Model उन सभी data और Objects को capture करता है, जो की screen पर चित्रित होते है। ये Data और Objects के बीच सम्बन्ध को भी capture करता है।  Application Program ये Application Model बनाता है। Object के Attr...

Self Invoke Function in Javascript in Hindi

Image
 Self Invoke Function in Javascript in Hindi - यहाँ पे हम Javascript के Self Invoke Function के बारे में पढ़ेंगे।  Self Invoke Function in Javascript in Hindi Self-Invoking Function को Immediately Invoked Function Expressions (IIFE) भी कहा जाता है। जैसे की नाम से पता चल जाता है। Immediately Invoked Function है। ये Function Define करने के बाद में तुरंत execute होते है। इन्हे Call करने की आवश्यकता नहीं होती है। इन Function का कोई नाम नहीं होता है। इन्हे Function लिखकर Parentheses के माध्यम से लिखा जाता है।  Syntax of Self Invoke function in js in Hindi  Javascript में हम 3 प्रकार से Self Invoke Function को Create कर सकते है। हम तीनो के syntax देख लेते है।  First Type  ( function () { // body of the function }()); Second Type (() => { // … })(); Third Type  (async () => { // … })(); चलिए अब देखते है First Type से  Javascript में इन Function को कैसे लिख सकते है।  <script> (function(){ var pi = 3.141; document.write(pi)...

Modules in Nodejs in Hindi - Nodejs Modules in Hindi

Image
 इस Article में Modules in Nodejs in Hindi के बारे में पढ़ेंगे। जिसमे पढ़ेंगे What is Modules in Nodejs in Hindi , Types Of Modules in Nodejs in Hindi , How to use modules in Nodejs in Hindi आदि।  What is  Nodejs in Hindi  Nodejs में Modules Set of Functions (Functions का Set) होता है। जिसे हम अपने Nodejs Application में Include कर सकते है।  Modules एक Block of Code होता है, जिसका Code हम अपने Project में Reuse कर सकते है। ये Same javascript Library की तरह होता है। जिसका use करने से हमें ज्यादा Code लिखने की आवश्यकता नहीं पड़ती है। Types of Nodejs Modules in Hindi  Nodejs में Three types के Modules होते है।  Core Modules   Local Modules Third Party Modules  1. Core Modules Nodejs Core Modules में  Minimum Functionalities include होती है। ये Nodejs Process Start होते ही Automatically Load हो जाते है। लेकिन इनको पहले हमें अपने project में Import करना होता है। इनको हम Require Function की मदद से Import (Load) कर सकते ...

Java Programming Language सीखने की Tips

Image
 Java High Level Interpreted Programming Language बहुत सी development के लिए प्रयोग की जाती है। आज का ये article Java Programming Language सीखने की Tips के बारे में है। जहाँ Java की Basic जानकारी तथा Java सीखने के Course, वेबसाइट्स के बारे में पूर्ण रूप से जानने को मिलेगा। Java Programming Language सीखने की Tips Java क्या है ? Java एक Programing Language है। जिसे सन 1990 में Computer वैज्ञानिक A Gosling ने Sun Microsystems के साथ मिलकर Create किया था। java के द्वारा Software, Java Application आदि को Develop किया जाता है जिसे Multiple Platform पर Run किया जा सकता है। Java के लिखे गए code को Compiled code और Byte code के नाम से जाना जाता है। जिसे Windows, Linux, Mac OS, Operating System OS आदि पे Run कर सकते है। Java के Program को Desktop, Mobile Devices, Smart Cards, Blu-ray Discs (BD) Servers आदि में पाया जाता है। Java सरल है या कठिन Java के Syntax काफी अधिक आसान है। और Java Language, C++ Language की तरह है। इसलिए जो व्यक्ति C++ Language को जानते है वो Java Language को आसानी से सीख...