Skip to content
View dariel-sartorio's full-sized avatar
💻
Working
💻
Working
  • Cuba

Block or report dariel-sartorio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dariel-sartorio/README.md

Dariel Sartorio

JavaScript Developer focused on mastering core language fundamentals and backend architecture with Node.js.


About Me

Self-taught developer building a strong foundation in JavaScript internals before moving into full-stack development.

Currently working on:

  • CLI tools with Node.js
  • Core HTTP servers without frameworks
  • Deep exploration of JS execution model

Long-term goal: Full Stack Web Developer (Node.js + React).


Technical Focus

  • JavaScript (ES6+)
  • Node.js (Core Modules)
  • CLI Application Architecture
  • Asynchronous Programming
  • Git & Version Control
  • Linux Command Line

Current Learning Path

  • JavaScript internals (scope, closures, prototypes, async model)
  • Manual HTTP server implementation
  • Clean project architecture
  • Professional Git workflow

Featured Projects

Task Manager CLI

Command-line task management tool built with Node.js and file system persistence.

Key concepts:

  • Modular architecture
  • Error handling
  • Data persistence (JSON)
  • Command parsing

Node HTTP Server (No Frameworks)

Custom HTTP server using Node's native http module.

Key concepts:

  • Routing
  • Request/response lifecycle
  • Status codes
  • JSON parsing
  • Low-level backend fundamentals

Philosophy

Strong fundamentals first.
Frameworks later.


Contact

Open to junior backend opportunities and collaborative learning projects.

Popular repositories Loading

  1. dariel-sartorio dariel-sartorio Public

    1

  2. codewars-js-practice codewars-js-practice Public

    This repository contains my structured practice solving algorithmic problems on Codewars.

    JavaScript

  3. task-manager-cli task-manager-cli Public

    A lightweight Command Line Interface (CLI) application built with Node.js

    JavaScript