You're going to love to hate this: Best choice I made was using WordPress! I run https://rpgplayground.com , a web tool to make RPG games without coding (6000+ user published games) The app itself is written in Haxe. My website is WordPress. Haxe because it will be easy to port to any device. Why was WordPress the best choice? Basically everything you need has a plugin. I needed a forum: bbPress I needed a community…
Ask HN: Companies of one, what is your tech stack?
71–80 of 206 posts
Re: Ask HN: Companies of one, what is your tech stack?
#72You're going to love to hate this: Best choice I made was using WordPress! I run https://rpgplayground.com , a web tool to make RPG games without coding (6000+ user published games) The app itself is written in Haxe. My website is WordPress. Haxe because it will be easy to port to any device. Why was WordPress the best choice? Basically everything you need has a plugin. I needed a forum: bbPress I needed a community…
Good on you. WordPress is a fantastic piece of software and I think a lot of the nose wrinkling and hemming a hawing about security comes from people installing suspect plugins. If you stick with the core product and set a very high bar for which plugins you install, Wordpress is rock solid
I didn’t work with PHP since 4 to 5 days and honestly I never feel OK with it personally but always admire two things. First Drupal, second Wordpress.
Re: Ask HN: Companies of one, what is your tech stack?
#73It's optimized for building a decent looking startup website in half an hour.
We now have an in house designer and frontend team so the whole thing will be replaced soon... But it got us fairly far.
Re: Ask HN: Companies of one, what is your tech stack?
#74Not a software company, but photographer. I use PHP and bash for all of my automation, and python for the UIs.
Re: Ask HN: Companies of one, what is your tech stack?
#75https://tamagui.dev/docs/intro/compiler
I use:
- Tamagui + React + React Native
- Hasura + Postgres + GQty[1]
- A long-fought after monorepo with a bunch of stuff to make this all dev nicely and deploy with a push (for now Docker Swarm + Hetzner. GCloud + Kubes was too heavy, tried Fly a while ago and it was a bit too green).
[1] https://gqty.dev
Re: Ask HN: Companies of one, what is your tech stack?
#76- Golang, Redis, TimescaleDB - an absolute game changer for time-series data
- Fargate, SQS, Lambdas in AWS
- Docker and GitHub Actions
Re: Ask HN: Companies of one, what is your tech stack?
#77Earlier quoted context omitted.
I dont know if LiveView is easy to learn though, maybe easy to learn the happy path, but when things are outside the normal path, things can be hard to figure out/understand, even when they know the basic HTTP stuffs. At least thats been my experience with it ~3months back. I was familiar enough with elixir/phoenix/channels to source dive and figure out whats happening, and today i know liveview well enough to avoid…
@hdra did you capture your LiveView experience somewhere e.g. a learning log (blog post). I would love to read it as I’m sure everyone in the Phoenix team would. Thanks!
Re: Ask HN: Companies of one, what is your tech stack?
#78Earlier quoted context omitted.
Out of curiosity, what is keeping you on Heroku?
It's a good question. Since they disabled the automatic deployment it has been causing some issues and I'm revalidating using Heroku. The main reason is the ease of use Would you suggest something alternative? AWS?
Re: Ask HN: Companies of one, what is your tech stack?
#79I run https://text-generator.io competing with OpenAI. I used to use kubernetes on Google cloud, but now run it from my house behind a CloudFlare tunnel believe it or not Using my own GPUs allows me to undercut them with around 10x cheaper pricing. The product is built with some open source and some retrained models, it analyses input links or linked images with tesseract/unified IO / OFA / beautiful soup so it can a…