Lindsay Wardell profile photo
@lindsay@lindsaykwardell.com
416 Posts
460 Following
510 Followers
Lindsay Wardell 🏳️‍⚧️

Just added a "card of the day" widget to Star Commander's home page! It's written in Elm, but hydrated in Iles via Vue. It uses the date in UTC as a seed to get a random number, then displays the correct card.

starcomgame.com

Lindsay Wardell 🏳️‍⚧️

@rho I’m always nervous talking about my transition publicly because I have no idea how my experience aligns with others, I didn’t have any knowledge of the community and almost no resources. I think it would be very helpful to be able to see more individual stories and experiences.

Lindsay Wardell 🏳️‍⚧️

I think the main problem (not Heroku’s issue) is that a ton of older but still solid courses are written with deploying to Heroku as the goal. Going forwards we can use Render or Railway, but it still deprecated a whole swath of content that is otherwise useful.

Lindsay Wardell 🏳️‍⚧️
Lindsay Wardell 🏳️‍⚧️
Lindsay Wardell 🏳️‍⚧️

Want to try diving into Elm? Check out my talk from ViteConf where I explore getting started with Elm using Vite! We talk about the Elm language and ecosystem, and how to incorporate it into a Vite-based app, both for a fresh project or an existing app!

youtube.com/watch?v=ZPVGK2OSTog

Lindsay Wardell 🏳️‍⚧️

helloWorld : String
helloWorld =
"Hello, World!"