2
0 Comments

Perseverance and random dev notes

And here it comes the tough part. Major features have been developed, along with frontend optimizations. Now it's time to make some promotion and start business related stuff.

It will be a challenge.. but I want to make it. Going to find some books and pro-tips that may help me with the promoting stuff.

Perseverance, why? I won't like this part of the process with 90% chance, so.. I will need it, ton of it.

Wish me luck!

Dev notes
I was looking for a simple, smart setup to handle new features integration and I came up with:

  • git repository with 2 branches, one for production code and the other for development
  • remotes: k-stash webserver (push only), github (push+pull)
  • vscode: gitlens (auto push after commit), php syntax, laravel syntax extensions

When it's time to make new features go live in production, I just merge the dev branch with the master.. and that's it! No ftp, everything's tracked, you can revert changes, more people can easily work on, etc...

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 29 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 17 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments