Giter Site home page Giter Site logo

ds5111_lab_01's People

Contributors

dscer avatar

Watchers

 avatar

ds5111_lab_01's Issues

Journal Entry 1

What were some things you learned in the module? In the past I relied on bash scripting to automate actions such as downloading files, installing dependencies, cleaning the repository, etc. Using a Makefile seems much cleaner since there are not a bunch of logical statements and extra syntax to just check for a file and run a process if it doesn't exist. I also learned that removing a file using rm <path/to/file> || true is a better way to delete files since it will not haunt execution if the file is not found.

What do you think were the most important concepts? Being able to SSH into an instance is an important concept. In this module, I connected to an AWS Linux terminal via Windows OpenSSH with a .pem format cert. That way seemed more streamlined than the suggested method for Windows using putty.

What was challenging for you? How can you learn it better? The directions were very clear so I don't think the assignment was challenging. I did have to go back and add the || true piece to the rm command. I probably should have tested the make file more before my first commit.

Which parts did you enjoy? I enjoyed this entire assignment from being able to SSH into the instance to writing the make file. These are useful skills I will use often.

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.