Skip to content
View datrujillog's full-sized avatar
πŸ€ͺ
Picando CΓ³digo
πŸ€ͺ
Picando CΓ³digo

Highlights

  • Pro
Block or Report

Block or report datrujillog

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
datrujillog/README.md

Diego Trujillo

About me

const express = require('express');
const app = express();

app.get('/', (req, res) => {
  res.send('Welcome to Diego Trujillo\'s professional biography!');
});

app.get('/bio', (req, res) => {
  const bio = {
    name: 'Diego Trujillo',
    profession: 'Software Developer',
    specialization: 'Specialized in technologies like Node.js, Express, MongoDB, Docker, and Kubernetes',
    experience: 'Over three years of experience in web development and microservices',
    projects: 'Currently working on developing an online store for a pizzeria, using modern technologies like Node.js, Express, and MongoDB',
    education: 'Software Engineering and technical certification in web development',
    languages: 'Spanish (native), English (A2-B1 level)'
  };

  res.json(bio);
});

const PORT = process.env.PORT || 3000;
app.listen(PORT, () => {
  console.log(`Express server active on port ${PORT}. Learn more about Diego Trujillo in /bio!`);
});

You can reach me at πŸ‘½

Diego Trujillo DEV Profile Diego Trujillo  LinkedIn Profile Diego Trujillo  Stack Overflow Profile Diego Trujillo  Stack Exchange Profile Diego Trujillo  StackShare Profile Diego Trujillo  GitLab Profile Diego Trujillo  Medium Profile Diego Trujillo  YouTube Channel

My stack πŸ‘¨β€πŸ’»

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

datrujillog :: StackShare

Github stats πŸ“Š

Visitor's count πŸ‘€

datrujillog :: Visitor's Count

Top langs πŸ‘…

datrujillog :: Top Langs

Profile stats 🎹

datrujillog :: Profile Stats

Synthwave

My projects πŸ’»

My latest projects πŸ“‘

My most used languages πŸ“š

My most used languages πŸ“š

My contributions :octocat:

My contributions on GitHub :octocat:

My social networks πŸ“«

My social networks πŸ“«

Diego Trujillo  LinkedIn Profile Diego Trujillo  Facebook Profile Diego Trujillo  Twitter Profile Diego Trujillo  Instagram Profile Diego Trujillo  YouTube Channel Diego Trujillo  Reddit Profile Diego Trujillo  Quora Profile Diego Trujillo  Pinterest Profile

Pinned Loading

  1. javascript-questions javascript-questions Public

    Forked from lydiahallie/javascript-questions

    A long list of (advanced) JavaScript questions, and their explanations ✨

  2. 50projects50days 50projects50days Public

    Forked from bradtraversy/50projects50days

    50+ mini web projects using HTML, CSS & JS

    CSS 1 1

  3. emulador emulador Public

    Portafolio

    JavaScript

  4. javascript-interview-questions javascript-interview-questions Public

    Forked from sudheerj/javascript-interview-questions

    List of 1000 JavaScript Interview Questions

    JavaScript

  5. vanillawebprojects vanillawebprojects Public

    Forked from bradtraversy/vanillawebprojects

    Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries

    JavaScript

  6. react-projects react-projects Public

    Forked from ajayns/react-projects

    A collection of projects built on the React library

    JavaScript 1