PinnedJeremy GottfriedinJeremy Gottfried’s tech blogTutorial: how to deploy a production React app to HerokuCreate-react-app and Heroku are great tools for building highly performant apps, but the React and Heroku docs have very little information…Aug 3, 201824Aug 3, 201824
Jeremy GottfriedinJeremy Gottfried’s tech blogNo, github copilot will not replace devsApparently, there is hype around github copilot replacing devs.Jul 8, 20221Jul 8, 20221
Jeremy GottfriedinJavaScript in Plain EnglishPlate Revolutionizes Rich Text Editors in ReactPlate is making it easy for every web developer to build custom-rich text editors for free.Dec 21, 20211Dec 21, 20211
Jeremy GottfriedinJeremy Gottfried’s tech blogHow to make any css class mobile responsive like bootstrapAs a frontend developer who works mostly in ReactJS, I’ve become a huge fan of bootstrap responsive classes. Bootstrap minimizes the…Oct 28, 2020Oct 28, 2020
Jeremy GottfriedinJeremy Gottfried’s tech blogHow to learn anythingI’ve always loved learning. I’ve worked in a genetics research lab, toured as a musician, built web apps, written poetry, cooked curries…Jul 6, 2020Jul 6, 2020
Jeremy GottfriedinJeremy Gottfried’s tech blogA complete guide to modern web applicationsIn my conversations with web developers, the nerdiest developers always talk about a holy grail of web apps. This holy grail is an…Feb 26, 20201Feb 26, 20201
Jeremy GottfriedinJeremy Gottfried’s tech blogA New Pattern for Class Privacy in JavascriptJavascript is a strange, beautiful language. There’s always a new secret waiting to be discovered. Today, I was trying to replicate the…Oct 5, 2019Oct 5, 2019
Jeremy GottfriedinJeremy Gottfried’s tech blogPromise.all — a helpful tool for async JSWeb apps often need to fetch a bunch of data from an API, but not all of that data is accessible from a single endpoint. In those cases…Sep 17, 20181Sep 17, 20181
Jeremy GottfriedinJeremy Gottfried’s tech blogTutorial: React Native Speech RecognitionRecently I’ve been experimenting with speech recognition in native mobile apps. React-native-voice is the easiest library for building a…Sep 10, 201814Sep 10, 201814
Jeremy GottfriedinJeremy Gottfried’s tech blogIntro to Divide and Conquer AlgorithmsDivide and conquer is an excellent technique for optimizing algorithms, whether you are trying to ace technical interviews or write…Sep 3, 20181Sep 3, 20181