Giter Site home page Giter Site logo

express-jobly's Introduction

Hello! Iโ€™m Danielle Aranda. ๐Ÿ‘‹

As an experienced professional transitioning from Industrial Engineering to Software Engineering, I possess a commitment to continuous improvement and iterative development. I am actively pursuing opportunities where I can make a tangible difference in people's lives by tackling complex problems on a global scale.

My Skill Set

Check out my Portfolio

https://dlmedeiro.wixsite.com/daniellearanda

express-jobly's People

Contributors

dlmedeiro avatar

Watchers

 avatar  avatar

express-jobly's Issues

user.test.js - Change password test

File: user.test.js
Line: 207

Notes - not functioning

    // test("works: set password", async function () {
    //   let user = await User.update("u1", {
    //     password: "new",
    //   });
    //   expect(user).toEqual({
    //     username: "u1",
    //     firstName: "U1F",
    //     lastName: "U1L",
    //     email: "[email protected]",
    //     isAdmin: false,
    //   });
    // });

Heroku Deployment - Creating Tables

Currently deployed on Heroku - server is active and showing "Application Started" message

Error on calls due to tables not being created in the database

Question: How to set up initial tables and seed data within Heroku environment. Commands on Heroku console are showing errors.

sql.test.js - "\"f1\"=$1"

File: Helpers/sql.test.js
Line in question: 15

    expect(result).toEqual({
      setCols: "\"f1\"=$1",
        // Updating the first column ($1)
        // Not understanding this part of the notation [ \"f1\" ]
      values: ["v1"],
        // New value for f1
    });

Question: Not understanding this part of the notation[ \"f1\" ]when defining the column name

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.