MySQL को PHP से connect करना बहुत ही आसान काम है | हम php code को MySQL से 3 methods का प्रयोग करके connect कर सकते है - 1. MySQL 2. MySQLi 3.PDO
How to perform Laravel Validation
Laravel Framework, form data को validate करने के लिए बहुत सारे validation methods/approach provide कराता है | Laravel में हम validation को कई तरीके से use कर सकते है | जैसे कि या तो हम Controllers के अंदर method बनाकर कर सकते है या तो एक Form Request class बनाकर incoming request को validate कर सकते है |
How to install React Js in Laravel 8 in hindi
Laravel में React Js का setup करने के लिए Laravel UI पैकेज का प्रयोग करेंगे और Laravel में इसका setup authentication या बिना authentication के करना सीखेंगे।
How To Create Flutter Widgets – Introduction (Hindi)
इस पोस्ट में हम flutter widgets के concept को जानेंगे और widgets को कैसे बनाया जाता है| जैसा की हम सभी सभी जानते है की flutter में सबसे important widgets ही होते है | जब भी हम flutter में कुछ भी बनाने के लिए code करते है तो वह एक widget के अन्दर ही होता... Continue Reading →
How to Create Dynamic Chart in Excel
Hello friends, आज हम इस पोस्ट में dynamic chart क्या होता है कैसे इसे बना सकते है, इन सबके बारे में जानेंगे | Dynamic chart क्या है ? Dynamic chart एक स्पेशल chart होता है जिसमे अगर हम range की value को update करे तो chart खुद ही update हो जाता है जबकि, static chart... Continue Reading →
Introduction of Dart Programming in Hindi – Flutter
Flutter की इस series में हम Flutter-dart programming introduction-Hindi देखेंगे | Flutter, Google द्वारा 2011 में बनाया गया था | Flutter एक open-source , general-purpose, object-oriented programming है।
Introduction of Flutter Architecture in Hindi
Introduction of Flutter Architecture in Hindi – Geeks Partner आज हम इस पोस्ट में Flutter Architecture के बारे बारे में जानेंगे| flutter के बारे में जानने के लिए इसके official website https://flutter.dev/docs पर जा सकते है|
Blockchain Technology क्या है?
हम सभी ने बहुत बार Blockchain word सुना है लेकिन आज हम इस पोस्ट में जानते है की Blockchain क्या है? आजकल हम मोबाइल फ़ोन से हम किसी से सीधे बात कर सकते है लेकिन हमे इसी फ़ोन से कुछ खरीदना हो तो हमे एक बिचौलिये (third-party) की आवश्यकता होती है, जो seller को guarantee... Continue Reading →
How to setup Flutter in Android Studio-Hindi
हम इस tutorial में सीखेंगे की How to setup flutter in Android Studio. हमने पिछले tutorial How to install flutter in Hindi में देखा था की flutter को कैसे install करते है।
How to install flutter on windows in Hindi
How to install flutter on windows in Hindi : flutter का उपयोग Mobile, Web और Desktop के लिए single codebase का use करके App बनाने के लिए किया जाता है |