DEV Community

Discussion on: What STACK do you choose and why?

Collapse
 
sergeypodgornyy profile image
Sergey Podgornyy

blog.larapulse.com:

  • Laravel (php) for backend, because it is easy to build an application from scratch
  • Postgres as DB, because I was curious to try it instead of MySQL
  • Blade templates for page templates, because I am lazy to write React code for this website and care about server-side rendering

llamaontour.com (currently disabled due to Corona):

  • Laravel (php) for backend, because it is well-known for me and I made a clean backend in 2 days
  • MySQL as DB, because it is great
  • vue.js for Admin-App, because I just wanna try it 🙂
  • React for UI, because I know it and like to write the code with it

onebook (hackathon project, will be published soon):

  • go for backend, because it was interesting to build it with go
  • MongoDB for DB, because MongoDB Atlas is free for small instances
  • React for frontend, because it rocks and easy

hauschat (in development, should be published soon):

  • go for backend, because it is super fast and has concurrencies; should be very handy for highload
  • MySQL for main DB, as it is great and well-known
  • MongoDB for secondary needs DB, as it is free for small instances
  • React Native to build mobile apps, because it is JS and allows writing apps for Android and iOS. That's a pain for me right now, as I did not write any mobile apps before, so I am looking for support.