JJoshuainjoshthenerd.hashnode.dev·Nov 14, 2022 · 2 min readMy secret MVP, Choosing the Tech StackFor the past 2 months, I've been slowly developing an MVP for a pretty neat app idea that super magically came to me. I hope to announce its release in 2-3 weeks give or take. Choosing a tech stack for your MVP can be pretty hard in 2022. I mean, jus...00
JJoshuainjoshthenerd.hashnode.dev·Nov 14, 2022 · 4 min readBuilding a RESTful API in Node JS. (For Beginners)What is a REST API? REST is an acronym for REpresentational State Transfer and an architectural style and communication approach commonly used to develop web services known as APIs. A REST API can be used by multiple clients to get, create, update or...00