school_house
school_house copied to clipboard
The new era of Elixir School now powered by @phoenixframework
This removes the Heroku stuff and replaces with Fly.io stuff :confetti_ball: This has the added benefit of being clustered to all instances, and actually being able to run multiple instances...
Added Japanese translation for what was implemented in https://github.com/elixirschool/school_house/pull/192. Some are referred to the existing translations in "lessons". Also updated some small parts in the localization as well. (i.e. added...
first pass elixir tool to convert .md lessons to interactive LiveView .livemd files works for lessons as well as posts some clean-up likely in order, feedback much appreciated!
I am reading the next article: https://elixirschool.com/blog/building-apps-with-plug-router/ In the render_json function the content-type is not set so only receive a raw string. Then the code must to include the content...
Happy Halloween eve. 🎃 As a Korean speaker myself, I'd like to contribute translation when I read Korean doc but it was not smooth to find the specific folder/file in...
On the old layout, the lessons pages were immediately noticeable in the sidebar.  There was also a link to Basics on the very bottom of the front page. ...
What are some possible improvements to the blog that would help with content discoverability? Some ideas off the top of my head: 1. Tag cloud 2. Posts by Author 3....
Thanks to Mikolaj Holysz for taking the time to check out the beta site and compile some accessibility-related notes 🎉 ! [Here](https://rwtxt.com/public/elixir-school-accessibility-notes) are the notes 🗒️ . I have already...
It would be good to identify some examples we can use both on the homepage and the "why elixir?" page to help highlight the features and beauty of the language.
Also, what are your thoughts on updating the elixirschool readme section [Posting an Article](https://github.com/elixirschool/elixirschool#posting-an-article) to nudge authors to specify the versions of Elixir, Phoenix, LiveView, etc. used in their code...