alaingalvan / alainxyz-comments

šŸ”® Utterances powered comments for the Alain.xyz blog.
https://alain.xyz/blog
MIT License
2 stars 0 forks source link
alain blog comments graphics utterances

Cover Art

šŸ”® Alain.xyz Blog Comments

License

All comments on the Alain.xyz are powered by Uterances, a tool that uses Github issues as threads for blog post comments.

How it Works

The site is comprised of 3 primary modules:

ā”œā”€ daemon/    # Server Daemon
ā”œā”€ backend/   # Express HTTP Server
ā”œā”€ frontend/  # React Frontend Application
ā””ā”€ portfolio/ # Personal Portfolio

Backend

The Backend is a basic Express HTTP server, with the added functionality of being able to prerender React components to help reduce the time to interaction.

Frontend

The Frontend is a React/Redux/Webpack application with that takes lots of artistic license.

Daemon

The Daemon is responsible for keeping the server in sync with this Github repo (so Continuous Integration), and uses Github's Repository Webhooks to do so. Alternatives such as using a git remote are also possible, but this has the added benefit of supporting pull requests from here šŸ˜.

Build


Check out the blog post where I detail design decisions here.

A few of the projects that influenced the design of this app were:

License

All source code is available with an MIT license, feel free to take bits and pieces and use them in your own projects. I would love to hear how you found things useful, feel free to contact me on Twitter @alainxyz.

All written articles and art such as blog posts and artwork, etc. are Copyright Alain Galvan, All Rights Reserved unless stated otherwise. If you would like to feature them in a research paper however, feel free to use the following bibtex:

% If you're using a different blog post, replace the title, month, and year appropriately.
@misc{galvan2020,
  title={A Comparison of Modern Graphics APIs},
  url={https://www.alain.xyz/blog/comparison-of-modern-graphics-apis},
  journal={Alain.xyz},
  author={Alain Galvan},
  year={2020}
}