Madars Bišs

  Madars Bišs (aka Madza) is a technical writer. In his spare time, he loves to explore new topics and contribute to open-source web development.

   



14 Stories by Madars Bišs

How to use AWS Amplify for Next.js authentication

In this article, we will take a closer look at how you can simplify the implementation of authentication in Next.js by using AWS Amplify.
0 5 min read

create-t3-app vs. RedwoodJS: Comparing full-stack React frameworks

Comparing create-t3-app and RedwoodJS: learn how to set them up, explore the internal build structure for both, see how to work with frontend and...
0 9 min read

How to implement redirects in Next.js

Set up an app and take a closer look at different ways you can implement redirects in your Next.js projects, with code snippets for...
0 9 min read

Build a Google Docs clone with React and Automerge

In this tutorial, we will be building a Google Docs clone, where the user can create, view, edit and delete text documents.
1 9 min read

How to create a search bar in Vue

Discover how to build a custom search bar in Vue.js, a useful JavaScript framework for building fast and lightweight user interfaces.
1 5 min read

Understanding state management in Next.js

Follow along in this tutorial as we build several mini-applications to showcase the different ways to manage state in Next.js apps.
1 8 min read

Using CSS media queries in React with Fresnel

Here's a look at the Fresnel package, one of the most efficient ways to implement responsive design for server-side rendering.
0 7 min read

Building analytic dashboards in Svelte

Discover how to build an analytics dashboard in Svelte, including how to create components, separate data, and implement logic.
0 5 min read

Build a single-page application in Svelte with svelte-spa-router

Here's how you can create a single-page application in Svelte and implement a routing mechanism with svelte-spa-router.
2 8 min read

Improve modal management in React with nice-modal-react

In this tutorial, we will explore nice-modal-react, which is a useful modal utility for React created by the developer team of eBay.
0 8 min read

Using Fetch Event Source for server-sent events in React

Let's explore the principles of server-sent events by focusing on a specifically designed open source package: Fetch Event Source.
1 7 min read

Implementing localization in Svelte

In this tutorial, we'll implement localization in a Svelte application that will include routing, so you can divide the content across pages.
1 7 min read