Git Product home page Git Product logo

datadogtakehomeproject's Introduction

Datadog Take Home Assignment

  • Init Project
  • Init bootstrap and sass
  • Create mockup of design
    • Header
    • Footer
    • Content
    • Mobile side nav
    • Looks good responsive
  • Init Hugo
  • Deploy to S3 and Cloudfront

Notes

  • Boostrap card columns have a weird ordering of cards. Since it is done column by column, on mobile, the cards appear to be out of order. I could've made the cards look more ordered in mobile, but in order to prevent duplicated content and showing/hiding, I left it as is. I decided to keep with the cards since it seems to be the easiest way to maintain a large amount of cards if we wanted to increase the number of cards on this page.
  • The header/footer menus were configured inside config.toml using hugo menus. This seems to be the easiest way for me to group the header in a way that made sense.
  • The sass files are split up into different portions.
    • colors.sass is only defining the colors as well as the color array that was used for the logos on the testimonial card
    • content.sass handles any of the main page content. In this case, it would be the cards as well as top section for the pricing details
    • header/footer.sass handles styles only pertaining to their section
    • global.sass styles that are meant to be applied across the entire css files
  • There are actually two layers to this project. First one is purely static and not using hugo. Inside the Datadog folder, is the actual Hugo site. Since I am not as familiar with using Hugo and Bootstrap, I wanted to isolate this project into two parts to avoid trying to do and learn too much at once.
  • There are some optimizations that can be made to make this page load a bit faster:
    • Instead of rendering each logo inside the testimonials separately, I can use a spritesheet. This would prevent multiple network requests for multiple different images.
    • Images could go through an optimizer to remove any meta data related to the image
    • CSS minimizer/js bundlers
    • Using CDN to serve the images, js, and css
  • If you read through the notes, I would really appreciate any feedback, whether its about the design, code, structure, or just general advice. I really enjoyed working with Hugo and learning how to use it.

datadogtakehomeproject's People

Contributors

garryhuang1 avatar

Watchers

 avatar

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.