Giter Site home page Giter Site logo

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

Diego Trujillo's Projects

adminlte icon adminlte

AdminLTE - Free admin dashboard template based on Bootstrap 4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.