Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
charlesworth91
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
charlesworth91
5y ago
This hit me, as someone using A records to point to the Netlify IPs. If you are using GitHub, I found switching over to Github pages quite easy for my static site. I used this guide: https://docs.github.com/en/github&#x
2.
▲
by
charlesworth91
6y ago
Why do fish love programming in assembly? Because it's below C level
3.
▲
by
charlesworth91
6y ago
sure thing, I just added it, enjoy!
4.
▲
by
charlesworth91
6y ago
I made a tool that converts recipes from different volumes and weights to Grams, perhaps it would be useful here: https://charlesworth.github.io/recipe-slicer/
5.
▲
by
charlesworth91
7y ago
I came up on this issue, I think the main problem is as React-Router is being used its a SPA; all front end routes need to resolve to the same index.html. Totally do-able with Go but it was a bit of a pain to get it working, I ended up wrap