Ask HN: Which new tech stack on side project?
So which tech stack should I use, that also adds some valuable skills to my CV? The project will primarily be a website and probably apps for iOS and Android, where you can create a user, log in and enter a small amount of data, that then can be shared with people you choose to share them with. Furthermore, these information would in time be available to share with other companies in a “SAAS way”.
At the moment I lean towards a MEAN stack – but is a bit wary on the MongoDB backend. Read some critique arguing about the people behind just ignoring 40 years of database evolvement and thinking they can solve everything better – but apart from that no real experience to sway me either way. Angular also appears to have a steep learning curve. A possibility would of course also be to just build it in React.js and C# WEB API mirroring what I work with at the moment, but I don’t feel like that would really move my skillset any further than what I already do during normal working hours. And somehow I don’t really like the tie to Facebook with React..
I hope the question is not too vague and I know there are no right answers, but I am very interested in hearing thoughts behind possible suggestions.
5 comments
[ 3.1 ms ] story [ 21.5 ms ] threadMaybe try building a standalone React app (separate repository, with Node SSR), check out Next.js, mobx-state-tree, Jest, styled-components... There's so much to learn : )