listofthings's comments

listofthings | 3 years ago | on: Ask HN: How does a hobby programmer get hired?

I was in a similar situation. I got a programming adjacent job to break into the market - I applied as a developer advocate since I was comfortable enough talking about code, and writing code that wasn’t necessarily up to par for a full time job but enough to be able to write dummy code for other developers to follow. While in that role I started working with engineers at the company to improve my skills, and also started contributing to code that wasn’t part of my responsibilities. 2 years after joining as a developer advocate I transitioned to a developer role. Feel free to DM if you have any questions.

listofthings | 6 years ago | on: Show HN: Linkstore v2 – bookmarking service rebuilt with Elixir, 275kb → 35kb

Hi, the previous version of linkstore was built using Meteor.JS. One of my non-negotiables was making sure everything was server side rendered, which I found myself going through a lot of hoops to get working correctly with React. Even when I did accomplish that, I didn’t like that the app was bloated: ~275kb seemed a little crazy for something that just lets you view a list of links.

I recently started exploring Elixir and the Phoenix framework and decided to rebuild linkstore to get some hands up experience with the stack. While I’m a huge React fan, I was pleasantly surprised at how well I managed without it. The app now sits at ~24kb for the landing page and ~35kb for the main app. I also redid the layout so it now provides a better browsing experience (in the near future there’ll be an option for a simpler view for those who don’t like preview images).

The app is deployed on Gigalixir (which has a deployment experience that’s just as awesome as Meteor Galaxy).

page 1