DEV Community

Cover image for Starting my WEB DEV Journey
Niral
Niral

Posted on

Starting my WEB DEV Journey

Hi Developers!,
This is my start of posting my day to day tasks and doubts about web development. Hoping to connect with people who share the excitement for turning code into digital magic.

Top comments (4)

Collapse
 
dennistobar profile image
Dennis Tobar

Hello 👋🏼

Welcome to dev.to. Don't be shy and share your wins (and losses) in your journey. It may be a great experience learning in public and you could share your experience.

See you around :)

Collapse
 
codebuddylarin profile image
Niral

Thanks Dennis !!

Collapse
 
m__mdy__m profile image
mahdi

You made a very good decision to share it. If you want to learn nodejs, I am also learning nodejs, you can understand it in this github repository:

GitHub logo m-mdy-m / nodejs-learning-journey

Exploring the Node.js runtime environment and building APIs and web apps. Learning through tutorials, documentation and building personal projects.

Node.js Learning Journey

Welcome to my Node.js learning journey repository!

Description

This repository is dedicated to documenting my progress and learning experiences with Node.js. Here, I'll be sharing the challenges I'm working on, the concepts I'm learning, and the resources I find helpful.

Installation

  1. Install Node.js from nodejs.org.
  2. Clone this repository to your local machine.

Resources

Prerequisites

Before cloning and running the projects, make sure you have the following installed:

To check whether you have Node and npm installed and see their installed versions, run:

node -v
Enter fullscreen mode Exit fullscreen mode

and

npm -v
Enter fullscreen mode Exit fullscreen mode

Installation

  1. git clone this repo
  2. cd into the repo
  3. Install dependencies with npm install

Features

  • Asynchronous programming
  • HTTP server creation
  • Database integration

Contributing

If you'd like to contribute, feel free to fork the repository and submit a pull request with your changes.

Contact

If you have any questions…

Collapse
 
codebuddylarin profile image
Niral

I'll check it out for sure @m_mdy_m !!