Articles by Adem Ilter.
SvelteKit TODO App with Redis
In this post, we will write a simple TODO app using SvelteKit and Serverless Redis (Upstash). SvelteKit is a framework for building web applications of all sizes, with a beautiful development…
Remix TODO App with Redis
In this post, we will write a simple TODO app using Remix and Serverless Redis (Upstash). Remix is a full stack web framework that lets you focus on the user interface and work back through web…
Feedback Widget for Next.js Applications
User feedback is important to guide product decisions. We built a widget to help you get feedback from your users. It is a React component which calls Next.js API as its backend. The backend API…