My magical tech stack as an Indie Hacker

Photo by Matt Artz on Unsplash

My magical tech stack as an Indie Hacker

ยท

3 min read

Intro and context

5 years ago, I was working full-time as a telecom Engineer. I decided to pivot my career and turn web developer.

I started with vanilla Javascript, then I followed the vibe and picked React. I worked on react projects for months. 8 months later, I managed to get my first freelance job.

I realized that working as a web developer is not what makes me happy. I need to take it to many fields like marketing, growth hacking, and business.

I ended up figuring it out: Make software products.

React is cool, but it is not always enough to deliver software products, especially SAAS.

After Experiencing React + Expressjs, I found it hard for one man to deliver high trusty tested products in a short time.

My small college experience with PHP & OOP helped me to get started with Laravel and, I fell in love with it. I had my app up and running in a couple of commands with authentication, routing, views, and controllers ... ).

Don't have enough experience in web development? I recommend you start learning PHP, then you can move to Laravel and kickstart your next project.

You don't like PHP and are looking for an alternative? Rails based on Ruby is a good option.

Alright, let's go! ๐Ÿš€

Design

I design everything in Figma and then implement it in Tailwind CSS, with the help of Tailwind UI.

Development ( TALL Stack for Tailwindcss, Alpinejs, Livewire & Laravel)

  • Language: PHP & Javascript
  • Framework: Laravel & Livewire (full-stack framework for Laravel that makes building dynamic interfaces simple)
  • Front-end: Alpinejs and Blade ( template engine by Laravel)
  • UI: Tailwind
  • DBngin, Laravel Valet for my local webserver needs
  • Laravel Nova for admin panels
  • TablePlus for Database management
  • GitHub for storing all projects
  • Build tools and continuous integration : CircleCI / Jenkins
  • Certificates : Valet(one command => valet secure)
  • Mail Testing : Mailtrap

Production

  • AWS for all servers, databases, etc
  • Netlify for static sites
  • Larabug for error tracking
  • Oh Dear for downtime tracking
  • Analytics: Google analytics
  • Mails: Mailgun only for transactional emails ( I use n8n for marketing )
  • No-code and Integration: n8n => helps me reduce my code base for 20% => let me know in comment. If you want to see a blog post on this theme
  • Ploi when a server is needed => It installs on the fly the following : Server NGINX 18 webserver, MySQL server, PostegreSQL or MariaDB, Redis server, Supervisor, PHP (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 available), Composer, Memcached, NPM (NodeJS), UFW Firewall, Fail2ban, Basic packages
  • DNS: CloudFlare ( Integration with Ploi )
  • Code Generator : Vemto => Amazing tool that helps me focus on value rather than developing CRUD boring stuff ( Let me know if you want to know more about it in the comment )

Vemto tool

Conclusion

This is what would be my way to go for making software products:

  1. Find a framework backed by a big community with an easy learning curve. So you can ask for help and make things go further (faster).

  2. Make your code base small => fewer errors and more confidence

  3. Don't reinvent the wheel pick a framework that offers basic blocks: Database / ORM, Queues, WebSockets, Authentication
  4. Make it Monolith=> One code base to roll them all

Next time, I will share tactics on how to find product ideas and find your first customers.

About me

Hello everyone! I'm Ismael. I'm a founder, CTO, and growth hacker. I will share all the tips and tricks to launch scalable and digital products from scratch.

Any questions you can DM me on Twitter @ismael_fi ๐Ÿฆ

Did you find this article valuable?

Support Ismael by becoming a sponsor. Any amount is appreciated!

ย