Dylan Landry

Web Developer

  1. 2022-03-31 πŸ“„ Drawing Text in Rust Using rusttype & their gpu_cache module rust game dev
  2. 2022-03-23 πŸ¦€ ECS in Rust Entity Component System written in Rust rust game dev
  3. 2022-03-18 πŸ¦€ Rustlings Finished the Rust series of tutorials! rust
  4. 2021-12-04 🧊 Spinning 3D OpenGL Cubes Rendering 3D shapes using vertices & matrices. c opengl game dev
  5. 2021-11-18 πŸ¦€ Rust Guessing Game Trying out Rust for the first time! rust
  6. 2021-11-15 πŸ”„ Transforming OpenGL Shapes Scale, rotate, and transform using matrix math. c opengl game dev
  7. 2021-10-25 ❎ OpenGL Function Loading Dynamically load OpenGL functions with an X-Macro. c opengl game dev
  8. 2021-10-21 🟧 OpenGL Shapes Draw a square with the GPU driver's OpenGL API. c opengl game dev
  9. 2021-06-20 ⭐ Recursive Star Triangle Second try at an interview question I blew. algorithms nodejs
  10. 2021-04-22 πŸ’³ Upcoming Invoices to Excel Gets all upcoming Stripe invoices into an Excel sheet. typescript stripe
  11. 2021-01-25 πŸ’Œ Event Manager An Event Manager class with generic event payloads. c-sharp unity game dev
  12. 2020-12-29 πŸ’˜ Love Machine Daily text messages to those you love. python lambda dynamodb sms
  13. 2020-12-23 πŸ‘οΈ Show Ip CLI tool to show a host's available ip addresses. c networking
  14. 2020-10-31 βœ… Validate Express with Openapi Automatically validate endpoint input. express openapi nodejs
  15. 2020-10-10 πŸ—£οΈ Talk Between Node and Go Http between apps over ports. go http nodejs
  16. 2020-06-06 πŸ‹ Docker Postgres A barebones demo of Postgres on Docker. docker postgres
  17. 2020-05-31 πŸ•ΈοΈ GraphQL A barebones demo of GraphQL w/ 1 dependency: graphql. nodejs graphql
  18. 2020-05-24 πŸ“› OAuth2 Identity A barebones demo of authorisation using OAuth2. nodejs express oauth2 request
  19. 2020-05-18 βš”οΈ Security Wargames Began practicing security concepts on OverTheWire. security
  20. 2020-05-17 πŸ“ Learning Log Added a learning log to my portfolio site. hugo netlify forestry
  21. 2020-04-26 πŸ•‘ Long Polling A barebones demonstration of polling and long polling. nodejs express
  22. 2020-04-19 πŸ“¬ Server Sent Events A barebones demo of server sent events. nodejs express
  23. 2020-04-13 πŸ’€ REST API Example A barebones demo of REST API principles. nodejs express