Giter VIP home page Giter VIP logo

jeancochrane.com's People

Contributors

jeancochrane avatar

Stargazers

 avatar

Watchers

 avatar  avatar

jeancochrane.com's Issues

Design fixes

  • Some breakpoints need a little love on the homepage:
    • 988-991px two of the Jean illustrations show up stacked vertically
    • 768-991px menu is placed a little strangely
  • In the menu, the border-bottom ends are kinda funky when rendered in Chrome
  • lightcoral on white or #ededed (in the footer) is very low contrast!
  • Consider adding a caption (with the url) to the images that are also have links
    • For the record, alt text is good/necessary, but title text (usually) doesn't get read by screen readers. So: always use alt, and if you want the mouseover hover text, use the title attribute in addition to alt
  • I forgot to mention this on the call, but there's a weird bug that I can't reliably reproduce, where sometimes the tiles on the homepage will be arranged strangely. I don't know what causes it (no console errors or anything obvious) and I only did it in Chrome. Might not be a big deal since it resolves itself when you resize the window, but here's a screenshot:
    staging jeancochrane com_

Content notes

  • Thrive Zones
  • The Price is Right
    • We disagreed a little about what makes a language declarative (and whether scheme is imperative or not). Best I can offer you is https://en.wikipedia.org/wiki/Declarative_programming which does suggest that functional programming is a subset of declarative programming
    • In any case you can probably clarify that you mean that the abstraction of declarative programming in SQL is covering up a set of imperative instructions
    • Postgres' -> PostgreSQL's
  • Process and Procedure
    • Scheme is tail-recursive

    • Should be Scheme is tail-call optimized, or Scheme has tail-call elimination

Nginx config

Right now you're serving 500 errors for bad urls, which should be a 404. You can make that happen by making the last part of your try_files block into =404;, for example:

try_files $uri $uri/ =404;

You can also set up a 404 page with the error_page directive:

error_page 404 <uri>;

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.