हमने बहुत बार UI और UX के बारे में सुना होगा लेकिन आज हम इस पोस्ट में जानेंगे UI/UX क्या है ? - Introduction of UI/UX. ui/ux - geeks partner UI क्या है? "UI जिसे हम user interface भी कहते है basically उस layout या group of design element को कहते है जिनसे user interact... Continue Reading →
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 →
Binary Search In Data Structure And Algorithm
Binary search is a searching algorithm that works efficiently with a sorted list. The mechanism of binary search can be better understood by an analogy of a telephone directory. When we are searching for a particular name in a directory , we first open the directory from the middle and then decide whether to look... Continue Reading →
How To Perform Linear Search In Data Structure
Searching in data structure means to find whether a particular value is present in an array or not. If the value is present in the array ,then searching is said to be successful and the searching process gives the location of that particular element in array. If the value is not present in the array... 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 करते है।
Basic Terminology of Data Structure
A data structure is way of storing and organizing data in a computer so that it can be used efficiently. Some basic terminology of Data Structure are -
How to install flutter on windows in Hindi
How to install flutter on windows in Hindi : flutter का उपयोग Mobile, Web और Desktop के लिए single codebase का use करके App बनाने के लिए किया जाता है |
How to connect VS Code to GitHub in Hindi
आज हम इस पोस्ट में सीखेंगे की VS code को GitHub से कैसे connect करते है|हम सभी जानते है की GitHub एक version control repository और internet Hosting service है | GitHub की help से हम अपने code या project का अलग अलग version बना कर store कर सकते है | GitHub की सहायता से... Continue Reading →
How to get current route name in Laravel in Hindi
how to get current route name in Laravel. Laravel Routes आपको अपने URL को विशिष्ट कार्यक्षमता के लिए map करने की अनुमति देते हैं.