CoderFunda
  • Home
  • About us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • About us
  • Home
  • Php
  • HTML
  • CSS
  • JavaScript
    • JavaScript
    • Jquery
    • JqueryUI
    • Stock
  • SQL
  • Vue.Js
  • Python
  • Wordpress
  • C++
    • C++
    • C
  • Laravel
    • Laravel
      • Overview
      • Namespaces
      • Middleware
      • Routing
      • Configuration
      • Application Structure
      • Installation
    • Overview
  • DBMS
    • DBMS
      • PL/SQL
      • SQLite
      • MongoDB
      • Cassandra
      • MySQL
      • Oracle
      • CouchDB
      • Neo4j
      • DB2
      • Quiz
    • Overview
  • Entertainment
    • TV Series Update
    • Movie Review
    • Movie Review
  • More
    • Vue. Js
    • Php Question
    • Php Interview Question
    • Laravel Interview Question
    • SQL Interview Question
    • IAS Interview Question
    • PCS Interview Question
    • Technology
    • Other

12 February, 2019

Node.js Timer

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi, Nodejs-Timer     No comments   

Node.js Timer - Node.js टाइमरNode.js टाइमर फ़ंक्शन वैश्विक फ़ंक्शन हैं। टाइमर फ़ंक्शन का उपयोग करने के लिए आपको आवश्यकता () फ़ंक्शन का उपयोग करने की आवश्यकता नहीं है। आइए टाइमर फ़ंक्शन की सूची देखें।टाइमर फ़ंक्शन सेट करें:     setImmediate (): इसका उपयोग setImmediate को निष्पादित करने के लिए किया जाता है।    ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js OS

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi, Nodejs-OS     No comments   

Node.js OSNode.js OS provides some basic operating-system related utility functions. Let's see the list generally used functions or methods. Index Method Description 1. os.arch() This method is used to fetch the operating system CPU architecture. 2. os.cpus() This method is used...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js Global Objects

 Programing Coderfunda     February 12, 2019     Nodejs-Global-Objects, Nodejs-Hindi     No comments   

ग्लोबल ऑब्जेक्ट्स Node.js - Node.js Global ObjectsNode.js वैश्विक वस्तुएँ प्रकृति में वैश्विक हैं और सभी मॉड्यूल में उपलब्ध हैं। आपको इन वस्तुओं को अपने आवेदन में शामिल करने की आवश्यकता नहीं है; बल्कि उन्हें सीधे इस्तेमाल किया जा सकता है। ये ऑब्जेक्ट मॉड्यूल, फ़ंक्शंस, स्ट्रिंग्स और ऑब्जेक्ट आदि हैं। इनमें से कुछ ऑब्जेक्ट वास्तव में वैश्विक दायरे में...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js Command Line Options

 Programing Coderfunda     February 12, 2019     Nodejs-Command, Nodejs-Hindi     No comments   

Node.js कमांड लाइन विकल्प - Node.js Command Line OptionsNode.js. में कमांड लाइन विकल्पों की एक विस्तृत विविधता है। ये विकल्प स्क्रिप्ट और अन्य सहायक रन-टाइम विकल्पों को निष्पादित करने के कई तरीके प्रदान करते हैं।आइए देखते हैं Node.js कमांड लाइन विकल्पों की सूची: सूचकांक विकल्प विवरणIndex Option Description 1. v,...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js Package Manager

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi, Nodejs-Package     No comments   

Node.js पैकेज मैनेजरनोड पैकेज मैनेजर दो मुख्य कार्यशीलता प्रदान करता है:     यह नोड.जेएस पैकेज / मॉड्यूल के लिए ऑनलाइन रिपॉजिटरी प्रदान करता है जो search.nodejs.org पर खोजा जा सकता है     यह Node.js संकुल...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js REPL

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi, Nodejs-REPL     3 comments   

Node.js REPLREPL शब्द का अर्थ Read Eval Print और Loop है। यह एक विंडो कंसोल या एक यूनिक्स / लिनक्स शेल जैसे कंप्यूटर वातावरण को निर्दिष्ट करता है जहां आप कमांड दर्ज कर सकते हैं और सिस्टम एक इंटरैक्टिव मोड में आउटपुट के साथ प्रतिक्रिया करता...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js Console

 Programing Coderfunda     February 12, 2019     Nodejs-Console, Nodejs-Hindi     No comments   

Node.js कंसोलNode.js कंसोल मॉड्यूल वेब ब्राउज़र द्वारा प्रदान किए गए जावास्क्रिप्ट कंसोल तंत्र के समान एक सरल डीबगिंग कंसोल प्रदान करता है।तीन कंसोल तरीके हैं जो किसी भी नोड.जेएस स्ट्रीम को लिखने के लिए उपयोग किए जाते हैं:    ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js First Example

 Programing Coderfunda     February 12, 2019     Node.js First Example, Nodejs-Hindi     No comments   

Node.js पहला उदाहरणकंसोल-आधारित और वेब-आधारित नोड.जेएस अनुप्रयोग हो सकते हैं।Node.js कंसोल-आधारित उदाहरणफ़ाइल: कंसोल_एक्सप्लेन 1। जेएस     कंसोल.लॉग (। हेलो JavaTpoint ’);Node.js कमांड प्रॉम्प्ट खोलें और निम्न कोड चलाएँ:    ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Install Node.js on Linux/Ubuntu/CentOS

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi, Nodejs-Install-Linux/Ubuntu/CentOS     No comments   

Linux / Ubuntu / CentOS पर Node.js स्थापित करें  हम आसानी से लिनक्स / ubuntu / centOS / fedora / linuxmint आदि पर Node.js स्थापित कर सकते हैं। Linux (Ubuntu) ऑपरेटिंग सिस्टम पर Node.js स्थापित करने के लिए, इन निर्देशों का पालन करें:1) उबंटू टर्मिनल खोलें (आप शॉर्टकट कुंजियों का उपयोग कर सकते हैं (Ctrl + Alt + T)।2) टाइप कमांड sudo apt-get install...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Install Node.js on Windows

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi, Nodejs-Install     No comments   

विंडोज पर Node.js स्थापित करें Node.js के लिए एक वातावरण स्थापित और सेटअप करने के लिए, आपको अपने कंप्यूटर पर उपलब्ध निम्न दो सॉफ्टवेयर्स की आवश्यकता होगी:     पाठ संपादक।     Node.js बाइनरी इंस्टॉल...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Features of Node.js

 Programing Coderfunda     February 12, 2019     Nodejs-Features, Nodejs-Hindi     No comments   

Node.js की विशेषताएंनिम्नलिखित Node.js की कुछ महत्वपूर्ण विशेषताओं की एक सूची है जो इसे सॉफ्टवेयर आर्किटेक्ट्स की पहली पसंद बनाती है।    अत्यधिक तेज़: Node.js Google Chrome के V8 जावास्क्रिप्ट इंजन पर बनाया गया है, इसलिए इसकी लाइब्रेरी कोड निष्पादन में बहुत तेज़ है।    I / O एसिंक्रोनस और इवेंट ड्रिवेन है: Node.js...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

What is Node.js

 Programing Coderfunda     February 12, 2019     Node-Introduction, Nodejs-Hindi, What is Node.js     No comments   

Node.js क्या हैNode.js ब्राउज़र के बाहर जावास्क्रिप्ट अनुप्रयोगों को चलाने के लिए एक क्रॉस-प्लेटफॉर्म रनटाइम वातावरण और लाइब्रेरी है। इसका उपयोग सर्वर-साइड और नेटवर्किंग वेब एप्लिकेशन बनाने के लिए किया जाता है। यह खुला स्रोत है और उपयोग करने...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Node.js ट्यूटोरियल In Hindi

 Programing Coderfunda     February 12, 2019     Nodejs-Hindi     No comments   

Node.js ट्यूटोरियलNode.js ट्यूटोरियल Node.js. की मूल और उन्नत अवधारणाएँ प्रदान करता है हमारा Node.js ट्यूटोरियल शुरुआती और पेशेवर दोनों के लिए डिज़ाइन किया गया है।Node.js जावास्क्रिप्ट अनुप्रयोगों को चलाने के लिए एक क्रॉस-प्लेटफॉर्म पर्यावरण और पुस्तकालय है जो नेटवर्किंग और सर्वर-साइड एप्लिकेशन बनाने के लिए उपयोग किया जाता है।हमारे Node.js ट्यूटोरियल...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

11 February, 2019

25 PHP Interview Questions and Answers You Must Know

 Programing Coderfunda     February 11, 2019     php, PHP-Interview-Questions     No comments   

Here are some PHP questions and answers for experienced developers (with some beginner concepts covered). Do you need to test a developer's PHP skills or have an internal PHP interview?Some of the best developers in our network share their best PHP questions, answers and interview tips to help test a developer's knowledge and PHP experience.If...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

25 PHP Interview Questions and Answers You Must Know

 Programing Coderfunda     February 11, 2019     php, PHP-Interview-Questions     No comments   

Here are some PHP questions and answers for experienced developers (with some beginner concepts covered).   Do you need to test a developer's PHP skills or have an internal PHP interview?Some of the best developers in our network share their best PHP questions, answers and interview tips to help test a developer's knowledge and PHP experience.If...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Meta

Popular Posts

  • Spring boot app (error: method getFirst()) failed to run at local machine, but can run on server
    The Spring boot app can run on the online server. Now, we want to replicate the same app at the local machine but the Spring boot jar file f...
  • Log activity in a Laravel app with Spatie/Laravel-Activitylog
      Requirements This package needs PHP 8.1+ and Laravel 9.0 or higher. The latest version of this package needs PHP 8.2+ and Laravel 8 or hig...
  • Failed to install 'cordova-plugin-firebase': CordovaError: Uh oh
    I had follow these steps to install an configure firebase to my cordova project for cloud messaging. https://medium.com/@felipepucinelli/how...
  • Step-by-step guide to linking gnuplot to Octave within Virtual Studio Code (VSC)
    I am aware of a number of previous questions (here, here and here for example) pointing out to the need to modify a file named .octaverc. ...
  • Laravel auth login with phone or email
          <?php     Laravel auth login with phone or email     <? php     namespace App \ Http \ Controllers \ Auth ;         use ...

Categories

  • Ajax (26)
  • Bootstrap (30)
  • DBMS (42)
  • HTML (12)
  • HTML5 (45)
  • JavaScript (10)
  • Jquery (34)
  • Jquery UI (2)
  • JqueryUI (32)
  • Laravel (1017)
  • Laravel Tutorials (23)
  • Laravel-Question (6)
  • Magento (9)
  • Magento 2 (95)
  • MariaDB (1)
  • MySql Tutorial (2)
  • PHP-Interview-Questions (3)
  • Php Question (13)
  • Python (36)
  • RDBMS (13)
  • SQL Tutorial (79)
  • Vue.js Tutorial (68)
  • Wordpress (150)
  • Wordpress Theme (3)
  • codeigniter (108)
  • oops (4)
  • php (853)

Social Media Links

  • Follow on Twitter
  • Like on Facebook
  • Subscribe on Youtube
  • Follow on Instagram

Pages

  • Home
  • Contact Us
  • Privacy Policy
  • About us

Blog Archive

  • September (100)
  • August (50)
  • July (56)
  • June (46)
  • May (59)
  • April (50)
  • March (60)
  • February (42)
  • January (53)
  • December (58)
  • November (61)
  • October (39)
  • September (36)
  • August (36)
  • July (34)
  • June (34)
  • May (36)
  • April (29)
  • March (82)
  • February (1)
  • January (8)
  • December (14)
  • November (41)
  • October (13)
  • September (5)
  • August (48)
  • July (9)
  • June (6)
  • May (119)
  • April (259)
  • March (122)
  • February (368)
  • January (33)
  • October (2)
  • July (11)
  • June (29)
  • May (25)
  • April (168)
  • March (93)
  • February (60)
  • January (28)
  • December (195)
  • November (24)
  • October (40)
  • September (55)
  • August (6)
  • July (48)
  • May (2)
  • January (2)
  • July (6)
  • June (6)
  • February (17)
  • January (69)
  • December (122)
  • November (56)
  • October (92)
  • September (76)
  • August (6)

Loading...

Laravel News

Loading...

Copyright © 2025 CoderFunda | Powered by Blogger
Design by Coderfunda | Blogger Theme by Coderfunda | Distributed By Coderfunda