Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.74 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.74 KB

Netlify Status

Terminology.me logo

Terminology.me

Compact and easy to understand explanations for the modern, cross-functional engineer

Work in progress

  • replace current mailchimp code through in-place form and react component
  • Improve initial terms speed up
    • defer css load
    • defer disquss load
    • remove unused content
  • create hero most recent 4 adds programtically
  • terms page content table
  • terms page authors
  • related terms with example under the post itself
  • add H2 Definition of XXX above every intro pargraph
  • glossary page overall
  • glossary page a-z for each domain
  • domains page add buttons
  • domains page topics 3x3 matrix or topics gallery
  • progress bar on terms page https://www.npmjs.com/package/react-scroll-progress-bar

Page structure

Home

  • / (landing page)

Terms

  • /terms
  • /terms/:slug (e.g. /terms/dimensionality-reduction)

Glossary

  • /glossary
  • /glossary/:char (e.g. /glossary/a)

Authors

  • /authors
  • /authors/:name (e.g. /author/michael_brenndoerfer)

Domains

  • /:domain (e.g. /data-science)

Articles

  • /:domain/articles (/data-science/articles)
  • /:domain/articles/:articleSlug (/data-science/articles/my-article)

Topics

  • /:domain/topics (/data-science/topics)
  • /:domain/topics/:topicSlug (/data-science/topics/my-topic)

Top-level pages

  • /contact
  • /contribute
  • /donate
  • /about
  • /privacy
  • /newsletter-confirmation