Giter Site home page Giter Site logo

Hi there 👀

I'm Dieghoatc

• 💻 About Me

I'm a software developer with experience as a Front-End Developer.

const aboutMe {
    name: "Diego",
    from: "Colombia",
    techStack: {
        "javaScript": "React ❤️ - TypeScript",
        "test": "Vitest",
        "css": "Tailwind CSS"
    }
}

• 🛠 To Learn

  describe("Exploring new technologies and developing software" () => {
      test("AWS" () => {
          expect("Learning about the AWS environment").tobe({"S3", "Lambda"})
      })
      test("Mobile Developer" () => {
          expect("Learning about the Mobile Developer").tobe("React Native")
      })
      test("Decentralized applications (dApps) " () => {
          expect("Learning about the Solana Developer").tobe("Smart Contracts whith Solana")
      })
})

• 🧠 What i'm up to

  • 👾   I’m currently working with React.

  • 🛢   MySQL | MongoDB

  • 🌐   HTML | CSS | JavaScript




Shivam's GitHub Stats



Top Langs



Diego Armando Tejedor Cortes's Projects

inventory icon inventory

OpenSource Small Business Inventory Software

lacosmetiquera icon lacosmetiquera

This project is catatogue implementation of cosmetics products.

manejo-de-array-en-c- icon manejo-de-array-en-c-

EJERCICIO: Dado N números enteros positivos, encuentre la suma mínima y máxima de los valores que puedan ser calculados sumando N-1 de los N números. Imprímalos en pantalla. Ejemplo: N = 5, se calcula la suma mínima y máxima tomando de a 4 elementos. Arreglo: 2 4 1 3 5 Mínimo 10 Máximo 14 Explicación: Si sumamos todos excepto 2, tenemos 4 + 1 + 3 + 5 = 13 Si sumamos todos excepto 4, tenemos 2 + 1 + 3 + 5 = 11 Si sumamos todos excepto 1, tenemos 2 + 4 + 3 + 5 = 14 Si sumamos todos excepto 3, tenemos 2 + 4 + 1 + 5 = 12 Si sumamos todos excepto 5, tenemos 2 + 4 + 1 + 3 = 10

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.