Vijit Ail Software Engineer at toothsi. I work with React and NodeJS to build customer-centric products. Reach out to me on LinkedIn or Instagram.

Stories by Vijit Ail

React Logo

How to upload images from React Native to a Laravel API

Dev

This demonstration shows how to upload images from a React Native app to a Laravel API in a few quick and easy steps.

Vijit Ail
Sep 22, 2022 ⋅ 5 min read
TypeScript Logo Over Orange Background

Remult: Build a type-safe, full-stack app with TypeScript

Dev

Remult is a comprehensive framework that allows developers to build full-stack, type-safe apps using only TypeScript code.

Vijit Ail
Sep 8, 2022 ⋅ 6 min read
Green Logo

Using Edge Functions in Supabase: A complete guide

Dev

Supabase Edge Functions help extend the functionality of your app. Learn how to use Edge Functions to send an SMS without a server.

Vijit Ail
Jun 15, 2022 ⋅ 5 min read
Write Declarative Promise Wrapper JavaScript

How to write a declarative JavaScript promise wrapper

Dev

In this guide, we demonstrate how to write declarative asynchronous function calls in JavaScript, resulting in code that’s more readable and easier to maintain.

Vijit Ail
Apr 5, 2022 ⋅ 7 min read
Working with Supabase Studio

Working with Supabase Studio

Dev

In our tutorial, we demonstrate how to set up a project in Subabase Studio, a dashboard for managing a self-hosted Supabase project.

Vijit Ail
Mar 10, 2022 ⋅ 5 min read
Export React Components Images html2canvas

Export React components as images using html2canvas

Dev

Learn how to use html2canvas to export React components as images. Export multiple tables and graphs from a page in one go.

Vijit Ail
Feb 1, 2022 ⋅ 5 min read
Creating Sharable React Widgets

Creating shareable React widgets

Dev

In this tutorial, we demonstrate how to use widgets to integrate a React component with static websites built entirely from HTML.

Vijit Ail
Jan 26, 2022 ⋅ 4 min read
Fragments React Web Nocdn

Understanding React fragments

Dev

Learn how to use React fragments to prevent rendering unnecessary nodes in the DOM and create an optimized code.

Vijit Ail
Jan 25, 2022 ⋅ 7 min read

React Hook Form: A guide with examples

Dev

Learn all about using forms in React with React Hook Form, including how to create and validate forms — even with third-party components.

Vijit Ail
Jan 20, 2022 ⋅ 6 min read
How to Persist Data in Flutter Using SQLite

How to persist data in Flutter using SQLite

Dev

Data persistence at the client app level is crucial. Learn how to access and run database queries in SQLite by using the sqflite Flutter package.

Vijit Ail
Oct 29, 2021 ⋅ 6 min read
Guide to using Sass in React Native

How to use Sass in React Native

Dev

Use Sass in your React Native projects to style your components using variables, inheritance, and operators.

Vijit Ail
Sep 14, 2021 ⋅ 5 min read
Using NetInfo to Manage Network Changes in React

Managing network connection status in React Native

Dev

The NetInfo library offers tools for managing network connection state. This may increase engagement among users with poor web connection.

Vijit Ail
Feb 23, 2021 ⋅ 5 min read