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.

Stories by Madars Bišs

How To Implement Redirects In Next Js

How to implement redirects in Next.js

Dev

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 both configuration files and routes.

Madars Bišs
Feb 26, 2024 ⋅ 12 min read
Building A React code Editor And Syntax Highlighter From Scratch

Building a React code editor and syntax highlighter from scratch

Dev

Improve developer experience (DX) by learning to create your own React code editor and syntax highlighter, and comparing it to Prism.js and Highlight.js.

Madars Bišs
May 25, 2023 ⋅ 9 min read
How to Use AWS Amplify for Next.js Authentication

How to use AWS Amplify for Next.js authentication

Dev

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.

Madars Bišs
Feb 24, 2023 ⋅ 5 min read
create-t3-app vs. RedwoodJS: Comparing Full-stack React Frameworks

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

Dev

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 backend development, and review what API solutions they support.

Madars Bišs
Nov 9, 2022 ⋅ 9 min read
Build Google Docs Clone React Automerge

Build a Google Docs clone with React and Automerge

Dev

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

Madars Bišs
Jun 21, 2022 ⋅ 9 min read
Vue Logo Over Green Background

How to create a search bar in Vue

Dev

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

Madars Bišs
May 5, 2022 ⋅ 5 min read
Next.JS Logo Over Cloudy Sky

Understanding state management in Next.js

Dev

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

Madars Bišs
Apr 13, 2022 ⋅ 8 min read
Using CSS media queries in React with Fresnel

Using CSS media queries in React with Fresnel

Dev

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

Madars Bišs
Mar 14, 2022 ⋅ 7 min read
Svelte Logo

Building analytic dashboards in Svelte

Dev

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

Madars Bišs
Feb 15, 2022 ⋅ 5 min read
Svelte Logo Over a Black Background

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

Dev

Here’s how you can create a single-page application in Svelte and implement a routing mechanism with svelte-spa-router.

Madars Bišs
Feb 1, 2022 ⋅ 8 min read
React Logo Over a Colorful Background

Improve modal management in React with nice-modal-react

Dev

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

Madars Bišs
Jan 3, 2022 ⋅ 8 min read
React Logo Over Raindrops on Purple Leaf

Using Fetch Event Source for server-sent events in React

Dev

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

Madars Bišs
Dec 15, 2021 ⋅ 7 min read