geobrodas.hashnode.devIntroducing Genkin - No more spreadsheets for tracking cash flowHey everyone, I'm Georgey. I've been blogging on Hashnode for about two years now. Life got in the way, especially when I jumped into the corporate world. But I realized I was missing the thrill of coding and creating content. So, here I am, ready to...Jul 28, 2024·9 min read
freecodecamp.orgHow to Create a Feedback Form using the Google Sheets APIGoogle Sheets provide a simple way to create online forms and gather data from users. In this tutorial we will use Google Sheets and Next.js to build a simple form. We'll use Next.js as our front end, and we'll use Google Sheets as the back end to se...Sep 21, 2021·8 min read
geobrodas.hashnode.devOne year of Technical Writing: From zero to 💰Hey there developers! I know, I'm sorry! I have been very inconsistent recently, didn't post for three months straight. But duty calls, college went fast these three months. Anyways you must be wondering how come I came all of a sudden! Thanks to the...Sep 14, 2021·5 min read
geobrodas.hashnode.devHow to use Notion API with NextJS?Notion API is finally here, and it's so cool. But you must be wondering what is Notion in the first case? Well, it's a powerful productivity tool for managing your daily day-to-day tasks, or maybe jotting down a lot of ideas you want to put up in you...May 30, 2021·7 min read
freecodecamp.orgChakra UI and React-Hook-Form –How to Build Beautiful FormsIn HTML, it’s the default behavior for forms to redirect to a new page whenever they're submitted. So in order to provide dynamic functionality, React uses a strategy called controlled components. If you have recently gone through a React course, you...May 25, 2021·8 min read