elenamarinaki.hashnode.devBuilding a multi-step form with Next.js - Part 1Introduction Forms are one of the most commonly used interactive elements in modern web development. Whether it traditionally looks like a form (e.g. when submitting your billing information), like a tweet post, or like a search bar, forms are everyw...May 8, 2023ยท21 min read
elenamarinaki.hashnode.devDevelop and Test a UI component using React with VitestWhat we are going to build In this post, we are going to build an accordion with React and then test it with Vitest. This is how it looks like โฌ๏ธ Repos You can access the code for this example here: CodeSandbox: https://codesandbox.io/p/sandbox/acc...Apr 21, 2023ยท16 min read
elenamarinaki.hashnode.devManaging the Overload of New Tech: My Own Quest to Keep UpThe challenge In today's fast-paced technological landscape, staying up to date with the latest developments in frameworks has become an essential part of our daily routine. Just the other day, I revisited some documentation I had used about a month ...Apr 14, 2023ยท13 min read
elenamarinaki.hashnode.devGraphQL vs tRPCIntro Modern developers today have a great variety of technologies to achieve the same thing. As exciting as this is, it can also get overwhelming when choosing a stack for your next project. The tools to develop APIs fall into this category. Many ap...Feb 10, 2023ยท11 min read