Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8199401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:09:41+00:00 2026-06-07T06:09:41+00:00

I am a .net developer by trade. While I wait for Microsoft to ease

  • 0

I am a .net developer by trade. While I wait for Microsoft to ease up on constantly reinventing the v.next. I thought I would have a look at nodejs. I have worked through a number of small tutorials and it seems to be going smoothly.

One thing I am having trouble with is understanding what data is being passed around and how to read function headers. I would imagine this is because it is a dynamic language (Javascript) were as all my experience has been in static languages.

Are there any tutorials / other, that talk about this portion of development, that is the structure of nodejs / Javascript which would make it more clear how to develop correctly in a dynamic language?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T06:09:42+00:00Added an answer on June 7, 2026 at 6:09 am

    First of all it is good to know that almost every Node API follows the same convention for registering callbacks, calling them and passing around errors and data. For example…

    fs.readFile(path, function (err, data) {
      if (err) { throw err; }
    
      // Do something with the data
      console.log("Data is a buffer", data);
      console.log("Data as a string", data.toString());
    });
    

    What you see in this example is that the first param of the callback is always an error object and the subsequent parameters contain the data.
    If you want to know what kind of data you will get you need to check the documentation of a given API. This can be the found in the Node.JS Docs or the documentation of the module that you are using.

    Node modules are an important aspect in NodeJS for structuring, abstracting and isolating your code. Every module provides a clear boundary between the implementation and the user. Isaac Z. Schlueter (creator of the Node Package Manager) wrote a nice article on building modules.

    The best way to learn node is to look at other people’s modules. Because most of them are written in pure JavaScript you can open up the code and see the implementation.

    There are also a lot of good videos to watch…

    • Watch the Joyent’s NodeCamp videos
    • Felix Geisendörfer – Node.js in production
    • Rob Conery – Real World NodeJS – Creating the Tekpub API

    Let me know if you want know more specific things about node where I can help you with.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am an ASP.NET MVC / WebForms developer by trade, so all of the
I'm a .net developer by trade but I'm looking to expand to PHP. I
As both an .NET developer and have done javascript for over 15 years. I
I'm a .NET developer, but I have got a quest - I must find
I am a .NET developer by trade, but I am working on a REST
I have been a .net developer for the past three yrs. Just curious to
So I'm getting really sick of E*TRADE and, being a developer, would love to
I'm .net developer and have no experience with Visual Foxpro. I have to migrate
I am a .NET Developer and as part of a refactoring project, I have
I'm a .NET developer who needs to use the Java platform for a new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.