I'm curious to see what the indie hacker community here uses for their projects. What language/framework/services do you use to build your project?
Ruby on Rails FTW!
Ruby on Rails changed how I ran my business.
My web app had been written in PHP (I've worked in Drupal and Wordpress for a decade, PHP is fine), but the way I pushed updates was just pushing code to the webserver and hoping it didn't break anything. No tests, no CI; all QA, all manual. Even when I rewrote it in Node I wrote some tests, and had some CI, but it all felt like climbing a rock-face. That made me reluctant to make changes, and I didn't have a lot of insight both how customers were using my website (cause tweaking and experimenting was hard) as well as whether my website was actually working technically (and people would email that it wasn't). Everything just felt hard, but I accepted that was just the way software development is.
I'd always dismissed Rails as being too precious, but then I started a new job where I was surrounded by technical people that were like "hey, you seem like you're seeking. Have you tried Rails?". One of them gave me a copy of Agile Web Development with Rails and it really spoke to me (see, precious). Both as a nice tool and ecosystem, but also in how to build small and iteratively and make change painless and inexpensive. I made more progress in 6 months than I had in the previous 4 years.
I went from ambivalent-hater to pragmatic-acceptance. This quote from a contemporary interview sticks in my mind so much, especially that it starts with the frame of controversy:
I don't mean to say "you should use this", but I did want to tell my story. Sorry to be precious 😂
For people who are starting out on their own Rails is the best choice out there. Ruby is one of the friendliest languages for beginners. They have a Gem for every single problem. The community is really big. If you run into a problem there is 99.99% chance that some else also did and there is an answer for that on Stack Overflow. Rails may not be the hottest choice today on Hacker News because it is mature. Rails ecosystem is mature. Similar thoughts by DHH ( Rails' creator) in a recent podcast
https://podtail.com/podcast/all-ruby-podcasts-by-devchat-tv/rr-342-rails-development-and-more-with-david-heine/
Backend:
Frontend:
+1 for Anvil -- I've played around with it a bit and shared with the local Python meetup a couple months back
Nothing suits everybody, but Anvil came along with exactly what I needed, exactly when I needed it. For me it's the perfect as-much-code-as-you-want-to-do RAD web tool, with Python all the way.
I looked at CockroachDB closely, but was scared off by the lack of backups. How has it been for you?
New for 2018 :)
I'm part way through evaluating it at the moment. I was initially drawn to it through the incredibly simple clustering set up, having previously use Galera.
It does have serial backups in the free version, but the project I'm doing we might end up with the Enterprise licence which has distributed backups (as yet untested).
So, an adventure (with the option to fall back on Galera if it all goes south).
I'm curious about the use case for CockroachDB. What made you choose this?
(copied from above) -
I was initially drawn to it through the incredibly simple clustering set up, having previously use Galera.
It's an adventure and I have the luxury of being able to switch if necessary, at least in the early stages :)
Pretty similar to mine. Where do you host grafana and rails app?
VPS. Currently OVH, because I've got a nice discount some time ago. I'm going to migrate in ~ april, probably to Linode.
It’s weird I’ve never heard those titles :D
How about digitalocean, amazon? How Linode is better?
Okay, DigitalOcean has a new pricing model now, they've (at least) doubled the RAM, so they are a hot candidate now :)
OVH - cheap (I think they only have monthly/annual pricing), seems stable, but I've heard bad stories about their customer support
AWS - the best in terms of flexibility, the worst in terms of price and price prediction
DO - I really like what they are doing, but currently little pricey for my needs
Linode - old player, stable, reliable, cheaper than DO, great customer support
I just need a smaller VPS without fancy things, so Linode seems to be the best fit for me.
PHP, no framework
MySQL
HTML
CSS
jQuery / JS
Cloudflare CDN
I've intentionally been trying to keep it simple and avoid any unnecessary engineering.
+1 for Elixir! I'm actually learning it now via your https://alchemist.camp tuts in combination with https://elixirschool.com.
Elixir is the first language I've gotten into where things just make sense. Perhaps my mind doesn't operate in an OO pattern, but I always got lost in my Python & C# code bases.
Elixir + Phoenix + PostgreSQL with a sprinkle of VueJS is what I'm using on my freshly kicked off project.
Also, I can't say enough great things about https://nanobox.io. It makes deployment Heroku-like, which is exactly what I want as a solo dev.
yay for Elixir! :-)
I'm also using Elixir/Phoenix/Postgres/Vue for my project.
This is one of the nicest possible notifications to see on IH! I've spent some time on Elixir School myself and it's great to be listed along side them.
If you'd be willing to share a couple of things you wish would be changed or added in future videos, I'd be super grateful and give you a free month subscription or first free product depending on how I monetize Alchemist Camp in the future. You can find a contact email from my profile page.
Sure thing! I'll fire over an email today
Similar.
I said it once before, but for those of you looking for ideas for businesses that sell to developers, these are lists of things that developers doing small businesses will pay for.
It doesn't matter that it's already been done. If you have a unique take on it, you probably can make money.
I started Helmspoint as an Elixir/Phoenix web app, but then fell back on a tried and true Ruby/Rails web app, since the libraries I needed were far more mature in that ecosystem.
This comment was deleted 7 years ago
Also:
Would love to explore Golang and GraphQL though.
Code-free stack:
For my Data Science stuff: Python, Jupyter Notebooks
This really resonates with me. I've come to believe that SPAs are usually a mistake for small companies. They lead to a slighty snappier experience for the user at the cost of a great deal of engineering complexity.
So many of my engineer friends keep falling prey to overengineering their side projects and even their day job projects and I've fallen prey to it too. Meanwhile, there are gigantic companies that grew to millions of users on customized WordPress sites before finally hiring in house engineers!
Yep. Years ago I had a higher-up at a huge multi-national sit me down because I was taking too long trying to build a sexy tool and he simply told me, "Chris, I need a Chevy solution and you're wasting time building a Cadillac."
That has stuck with me and now I try to figure out the quickest path to solving the primary problem as a foundation, then iterate from there.
Someone may think that there is a big choice of tools in Data Science ;)
++ Namecheap for domains and Zoho One for administravia
realy?
Really. For example - https://www.indiehackers.com/@datadavis/8d13d9a8f8
This is basically my core stack on which I built most of my projects:
Backend
Frontend
General Integration
Infrastructure
Architecture Strategy
We prototyped MoonlightWork.com with no code and did $50K+ in revenue with it: Squarespace, Zapier, Google Forms, PaidLabs.com, and Payable.com.
We have since rolled out an application:
Frontend: React / Redux, Typescript,
Backend: Django
Data Science: Pandas for prototyping, Scala / Spark for production
Node + express + mongo
Plain HTML/CSS/JS as a front-end
ionic framework + Angular2+ , NodeJS + libraries (Express, Typescript, request, LokiJS, gulp, nodemon, browser-sync).
I mostly use Typescript for ES6 converting to ES5 Javascript in the server if needed though. I just don't like Babel and from what I read the conversion from ES6+ to ES5 is smaller and just better in Typescript than Babel.
But for the frontend it is a must because I use Angular.
For my next project I might try to use Vue though.
For my web apps I am currently using Firebase as backend and AngularJS and JQuery for my front end. So most of it is Javascript as language.
I'm currently starting most projects with React, Next.js and styled components on the frontend and a Node.js GraphQL API as a backend. I'm considering using Gatsby for some projects.
Not all at the same time, obviously. React + bootstrap template + Firebase is my go to for prototypes.
Hopefully soon:
The site I'm running is for companies to browse active talent in the Bay Area: https://employbl.com/
Python with Flask on Google App Engine, using Postgres via Google Cloud SQL and Google Pub/Sub for background jobs.
I usually stick to Node - ExpressJS, Mongo/MariaDB, Some VDom framework on the frontend and NGINX with Cloudflare.
But...
Over the last 2 days, I've been building a project in Sapper (Svelte.js) which is still in 0.1...
https://sapper.svelte.technology/
It's AWESOME!
Basically a framework/wrapper around ExpressJS and Svelte.
In the last 2 days I've built something I'm really proud of (https://apiconsole.io) with very little frustration.
My main issues were integrating my old practices (NGINX configs), but once I bit the bullet and did it properly, everything worked nicely.
Python / flask as the jumping off point, simply because it's what I'm most comfortable with, resulting in me being able to create something workable faster.
I'm surprised reading through this thread... I feel like the only Java developer in the world! Haha. Interesting to see lots of python/ruby hackers :)
My typical tech stack is:
Java + Spring Framework for backend
Freemarker/Bootstrap for front-end with Spring MVC
Postgres/Redis for DB+Caching
Rollbar for error reporting
Gradle + Docker for build system + ops
DigitalOcean for deployment.
Git/Github for SCM.
That's about it right now.
I'm currently all-in on AWS for hosting as I really like having everything in one place, and I figure it's a good skill. Not the cheapest though!
Code wise I use Python + Django for back-end, and front-end I like something fairly simple such as Backbone or React.
These are the techs I use for https://clever-tweet.com and it works pretty well once I got past some stumbling blocks with AWS.
At work we use:
For a side project I'd probably use:
hey there,
we build all our web and mobile apps without code using Bubble and our own no-code app templates.
To keep it simple, I use Javascript/Express/NodeJS/MongoDB on the back end and Javascript/Vue on the front end. Deployment is on Digital Ocean.
You can see the whole list in the footer of https://MarketingHustle.xyz
Hi,
its scala(backend and frontend), postgreSQL and bootstrap, not much else so far.
I am building an SaaS solution, mostly crawling data from various pages.
App: Ruby on Rails, BackBone JS (looking to react) , Bootstrap
DB: PostgreSQL
Emails: SendGrid
Web server: Nginx, Phusion Passenger
Servers: Digital Ocean
App monitoring: Newrelic
App error tracking: AirBrake
Version control: Github
Deployment: Capistrano
Backend: nodejs, c# (.net), mongodb, sql server
frontend: angularjs, jquery, HTML + CSS
Everything else: Digital Ocean, Microsoft Azure
please i need one good hacker to share some $$$$ with , contact me via email , chubbylogs94@gmail.com
Please Mr DollarMan,
Tell me you're a Nigerian Prince?