Skip to content
View knguyen111601's full-sized avatar
💻
💻

Block or report knguyen111601

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
knguyen111601/README.md

Kenny Nguyen

Hi! My name is Kenny Nguyen and I graduated from General Assembly Software Engineering Immersive. I am a Full Stack Developer that loves diving into difficult challenges and exploring the worlds of technology. I have a background in mechanical engineering and psychology, but I moved into Software Engineering and Computer Science so that I can use my adaptability and problem solving skills to help companies achieve their goals in web development.

Portfolio

router.get("/" , (req,res)=>{
    res.send("Kenny Nguyen - Full Stack Developer")
})

router.get("/skills", (req,res)=>{
    // array of skills
    const skillList = [
        {frontEnd: ["HTML", "CSS", "JavaScript", "Liquid"]},
        {backEnd: ["Express", "Liquid", "MongoDB", "PostgreSQL", "SQL", "REST", "Node.js", "Python", "Ruby"]},
        {frameworksLibraries: ["React", "TypeScript", "jQuery", "Ruby on Rails"]}
      ];
    Skills.create(skillList)
        .then((data)=>{res.json({data})})
    })

Popular repositories Loading

  1. Ultimate_Minecraft_Trivia_Game Ultimate_Minecraft_Trivia_Game Public

    CSS 1

  2. Binge Binge Public

    JavaScript 1

  3. bookmark_backend bookmark_backend Public

    JavaScript 1 1

  4. bookmark_frontend bookmark_frontend Public

    JavaScript 1

  5. uWish_Frontend uWish_Frontend Public

    JavaScript 1

  6. uWish_Backend uWish_Backend Public

    JavaScript 1