Live data from Hacker News

Ask HN: Companies of one, what is your tech stack?

news.ycombinator.com

51–60 of 327 posts

Re: Ask HN: Companies of one, what is your tech stack?

#51
post #28
post #16

For my side company I design and build audio electronics for DJs. https://cardinia.net/ Here is my tools & workflow: https://nudge.id.au/v5/img/Cardinia-Electronics-Workflow-202... Professional CAD tools are not cheap, so I'm basically breaking even. I'm mainly doing it for the love it -- I love to create things to inspire others to also create. Luckily I have a full time job to keep me going :)

Did you take a look at Shapr3D?

Wow thanks for the heads up on Shapr3D, definitely going to check it out :)

Re: Ask HN: Companies of one, what is your tech stack?

#53

An environment-health-security app for the B2B market * Flutter frontend iOS/Android * Parse Platform backend backed by MongoDb, hosted on Hetzner dedicated server with backups in Azure - Migrated from Firebase * ASP.NET 5.0 backend for various other integrations and periodic back office jobs - Migrated from Firebase Functions * Back office tools (CRM, billing etc) in React/Redux - Currently experimenting with Appsmi…

I would try Budibase instead of appsmith

Re: Ask HN: Companies of one, what is your tech stack?

#54
post #16

For my side company I design and build audio electronics for DJs. https://cardinia.net/ Here is my tools & workflow: https://nudge.id.au/v5/img/Cardinia-Electronics-Workflow-202... Professional CAD tools are not cheap, so I'm basically breaking even. I'm mainly doing it for the love it -- I love to create things to inspire others to also create. Luckily I have a full time job to keep me going :)

Tell me about it, I also use some professional CAD tools (Revit) but on my day job. I hate to say it, but maybe no one would really care if you would pirate it? It just doesn't seem right to spend so much money on such expensive software that is probably that expensive due to big business using it and no competition.

Looking at the workflow I guess it's SOLIDWORKS.

I used to pirate everything, but is it a solution? In the past perhaps, I wanted to use expensive software, I was experimenting, didn't have the means to buy a license, and there weren't many alternatives to mainstream software, either proprietary or free. But nowadays things has changed for the better, so I try to build my workflow around what I can afford.

On a tangent, in my opinion, the advent of crazy cloud subscriptions have stimulated the community to find alternatives and promote more sustainable software. GIMP or Blender wouldn't be what they are today if everyone kept easy pirating Photoshop or Maya for example.

To op, if SOLIDWORKS is draining your pockets look at these alternatives[1], it's not my field, I can't say anything about them.

[1] https://expertratings.net/solidworks-for-free-and-alternativ...

Re: Ask HN: Companies of one, what is your tech stack?

#55

Both API and web app served out of AWS lambda/API Gateway/Cloudfront. Back office app served from S3. - React and next.js for the web app. - Node.js & express for the API. - React-admin for the back office. - Postgres for the DB. The biggest benefit to me of the above stack is running it out of AWS lambda. Pay only for what actually gets used, and more importantly it will scale to any sudden surge in customers withou…

Hi, honest questions of things I struggled a lot with when tried to build applications with his stack:

What do you use for accessing the database or as ORM, etc?

How do you do validations server side and show error messages to the user?

How do you do i18n in general, and also related to the previous question (error messages)

Do you use any CMS? How do you explore your data?

How do you do background jobs?

How do you do migrations?

How do you do authentication and permissions?

All these things are what drove me back to Django. I wonder how people solve this without reinventing the wheel or having to write and test a ton of glue code. I wonder if I'm missing something or I'm just too lazy or not good enough (I'm not trolling, just genuine concerns)

Re: Ask HN: Companies of one, what is your tech stack?

#56
I am buiding a Purchasing system for construction comapanies ( I own one and it's test subject atm).

The sofware focus on automating tasks other systems don't, document decisions and an extremelly tight link between the budget and the real and projected expenses.

Construction is a very local dependent business so good systems from other countries didn't adapt really well here. Hence the effort to make our own. I am the solo dev.

Stack is

* Backend: Quarkus.io , Lombok and Java

* Frontend: React, Ant Design and Typescript

* Persistentency: Postgres

* Automatic Backup: S3 and custom Postgres container

* Platform: Civo and K3s for PROO

* Security: Keycloak

* CI/CD: Github actions and Cloudflare pages

* Local Env: Docker for local.

* Ide:IntelliJ

Why did I Chose it: * Java and Quarkus: because I have 20 years of experience with Java, it's rock solid, performance is great and I am fast with it.

* Civo and K3s: Because I love k8s but it's too expensive to run for my operation.

* Postgres: It's just great.

* React and Ant Design: I like React approach, I have used Angular and Backbone before and react is awy better. Ant Design is just awesome, great looking components and they work 99% of the time, documentation is also very good.

* Keycloack: because makes me faster, implementing security by your self is always a bad idea unless you are a pro, which I am not. Keycloak let's me focus on the business.

* Github actions: Simple, powerful, free!

* Cloudflare pages: Simple, powerful, free!

Do you think your choices had any impact on your success?

Not there yet, let's talk in 3 years. But we are using the system at my company already and locally it's been a great sucess, improved our work by a mile, people are happy using it even with some bugs, we are already saving money and identifying places where we didn't have a good budget to improve next time. We also are not afraid of people leaving anymore, since with the system their replacements can pickup where they left and continue to work on Day 1 and buy stuff maintaining the time requirements, that was the best part.

Re: Ask HN: Companies of one, what is your tech stack?

#57
post #52

Heroku works best for a company of one to offload most of the devops out Otherwise, https://dokku.com has been really stable to launch your own heroku on cloud services like Digital Ocean or AWS Gives the same experience as Heroku but with more flexibility

Dokku is GREAT. I've been using it for about 4 years now and it's rock solid. I love it.

Re: Ask HN: Companies of one, what is your tech stack?

#58
Django, doit, tailwind, vuejs with vite, postgres, redis, poetry, git and ubuntu.

I've tried many alternatives but every time things are just slower to dev.

This stack has a great balance between integration and flexibility. The only things that matches the django ecosystem is the rail/symfony ones, but ruby and php outside the web are limited. Js has diversity but integration is seriously lacking. Anything else is too low level which is not a good cost/benefit ratio for me.

Vite, vue and tailwind makes front dev fun again, postgres and redis can deal with everything without tuning up to millions of users and ubuntu and git are just easier to find tutorials for.

The impact is huge as I can actually focus on my value proposition for my client. They can ask me to add a cms, a weird service auth or some messed up ftp pdf generation workflow and I can leverage existing libs 80% of the way, with just enough custom to charge premium.

I end up twice faster, 3 times cheapers than my competition and yet my hour billing is very good and my stress at sea level.

Re: Ask HN: Companies of one, what is your tech stack?

#59
post #53

An environment-health-security app for the B2B market * Flutter frontend iOS/Android * Parse Platform backend backed by MongoDb, hosted on Hetzner dedicated server with backups in Azure - Migrated from Firebase * ASP.NET 5.0 backend for various other integrations and periodic back office jobs - Migrated from Firebase Functions * Back office tools (CRM, billing etc) in React/Redux - Currently experimenting with Appsmi…

I would try Budibase instead of appsmith

Thanks, I'll check it out. Definitely seems like Budibase fits my use case.

Re: Ask HN: Companies of one, what is your tech stack?

#60
I taught myself to program to build [redacted], a comparison website for phone contracts in the UK.

Front end: plain JavaScript

Back end: Node.js

Host: $10 DigitalOcean droplet

Web server: Nginx

SSL: Let's Encrypt with certbot

Proxy: Cloudflare

Database: Postgres

Caching: Redis

Indexing: MeiliSearch

I wanted to learn JavaScript and understand the fundamentals, so I used vanilla JavaScript for the front end without any framework (React, Vue, etc).

Initially, the comparison engine was slow, so I learnt about indexing and added MeiliSearch to the stack.

I try to keep it as simple as possible and only add what I need.

I plan on migrating to Next.js eventually - not because I need to, but because I think it will be a good learning experience. However, that's not my priority right now, and is probably an excuse for marketing/content procrastination!

Post reply on HN