Iβve been looking forward to Heretic for months and it didnβt disappoint.
A horror movie about LDS missionaries staring Hugh Grant?
What I donβt expect were in depth theological discussions.
Hey hey! I'm a full-stack product developer in Salt Lake City, UT. I love enlivening experiences, visualizing data, and making playful websites.
π§βπ» Formerly Course Director @ Code School.
π Currently founder @ https://hardcover.app
βοΈ I write about personal growth, building websites (#ruby #nextjs #rubyonrails), #minimalism, #mindulness, #FIRE, recovering from an ACL tear, and awkwardly posting on TikTok (π).
| Personal Site | https://adamfortuna.com |
| Minafi | https://minafi.com |
| Hardcover | https://hardcover.app |
| Line of Thought | https://lineofthought.com |
Iβve been looking forward to Heretic for months and it didnβt disappoint.
A horror movie about LDS missionaries staring Hugh Grant?
What I donβt expect were in depth theological discussions.
Just finished & enjoyed Jade War (#2 in the Green Bone Saga). ππ
This series reminds me of Avatar: The Legend of Korra meets The Poppy War. It's set in a world undergoing an industrial and economic revolution due to magical jade.
Let's see how the series resolves!
https://hardcover.app/books/jade-war/reviews/@adam?referrer_id=1
I am giving BlueSky a try after seeing more programmers trying it out.
I'm unsure where I'll stay, but I enjoy exploring it. With my break from Reddit/TikTok, I need something to fill the time. π
If you're on Blue Sky, let's be friends:
https://bsky.app/profile/adamfortuna.com
Full-stack product developer (Rails & React atm) in Salt Lake City, UT. I love enlivening experiences, visualizing data, and making playful websites. π Founder @ https://hardcover.app βοΈ Blogger @ https://adamfortuna.com Mastodon: @[email protected]
New blog post: My Second Term Plan
@frankejames Thanks for mentioning Hardcover Franke!
We're growing at a decent pace and hope to do more with authors in the new year as we expand who we're building for from readers to readers & authors. ποΈπ
Welcome π news! Publishing expert Jane Friedman said in her Electric Speed Newsletter, "Iβve seen many #book review... apps come and go, and this one may fade over time like just the others. But itβs worth checking out anyway: #Hardcover, available on the web and as an iPhone or Android app. The people behind it want to create an alternative to Amazonβs #Goodreads." π π π
https://hardcover.app/blog/goodreads-vs-hardcover #writers #authors
For the Hardcover migration from Next.js to Rails, one thing I'm removing is any use of Apollo Fragment caching to determine UI state.
Previously for things like a Like Button, or your Ownership for an Edition, we'd prime the Apollo cache and then load your state from that.
With the new setup, we're just loading that data into Redux (what you've liked, what you own), and then the initial render can use it.
So far it's a lot cleaner - and no GraphQL to worry about.