Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Alright, so I'm no good at blogs and this is probably not going to be much better, but I'm going to try. Let's talk latest Lacqueristas stuff!
I've recently been paying a copywriter to work on the marketing pages and give our mascot a backstory. The author has made this all a fantastic experience, they were the perfect choice. I've already started putting the copy into the about pages (pull requests soon).
Speaking of marketing pages I finally got around to thinking about how the frontend would handle these. Sadly snabbdom static rendering isn't quite finished yet so I just went with mustache + html. We should have some basic marketing pages (landing + newsletter + about) live soon.
Okay, so "live soon", what does that mean? Well some of you might know the frustration I went through early in Lacqueristas. I assumed I could just start hosting everything on Heroku (my preferred host currently). I wanted these to also be a chance for me to learn about SSL and letsencrypt.org. Frustratingly I found out that while SSL is easy, Heroku charges $20 per SSL addon! With a frontend and backend, staging and production of each, I was looking at a $80/mth bill for no goddamn reason. Welp, now that's not a problem! I'll be investigating this further on the weekend and we can get v1 out then.
Finally, let's talk about v1. Right now the frontend is written in javascript, using Cycle.js (a very fresh framework), snabbdom (a very fresh view layer), and a cavalcade of build scripts. The backend is even more so with my own custom framework and my own jsonapi handler. This doesn't lend itself to pairing or even sharing. Most people are accustomed to React + Redux + Falcor/Relay and Express/Hapi on the backend. While I love my work and I think the experimentation is going well I'm also aware of the drawbacks.
So here's the "call to action": Should I switch to more popular technologies?