Samyabrata Maji

Freelance (Web) Developer and Designer

Projects ✨

Image

Digital Dreamers

A simple modern landing page for a digital marketing website, made with Next 13 and Mantine UI

nextjs
mantine
firebase
Image

Chapterize

Chapterize is a simple NextJs website that generates youtube chapters from a youtube video. It uses OpenAI's GPT model to analyze the transcripts of the videos and generate chapters based on that.

openai
fast-api
nextjs
Image

Next 13 Starter Template

A template to quickly generate a next 13 projects. Features: prettier, eslint, tailwindcss, user authentication, custom components like buttons, dialog, etc.

nextjs
contentlayer
stripe

Education 📖

B.Tech. Computer Science and Engineering, Maulana Abul Kalam Azad University Of Technology, West Bengal

Sept. 2022 - Present

Higher Secondary Education, St. Patricks Higher Secondary School, Asansol

Apr. 2008 - Apr. 2022

Blogs & Articles (8 posts)

Detailed Introduction To Prisma ORM

Prisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In this article, we will cover the basics of Prisma and understand how it works. What is an ORM? Object Relational Mappings or ORMs provide a high-level abstract...

6 mins
921 views
12 likes

Vite: The Fast, Simple, and Efficient Build Tool for Web Developers

If you're a developer who's looking for a faster, simpler and more efficient way to build web applications, then Vite might be just what you need. In this blog post, we'll learn to use Vite, and how it can help you build your web applications more qu...

6 mins
212 views
63 likes

Introduction to Tailwind

Are you tired of writing CSS from scratch and spending hours tinkering with styles? Do you want to speed up your web development process without sacrificing customization? Look no further than Tailwind, the utility-first CSS framework that streamline...

4 mins
229 views
54 likes

A Short Introduction to React

React is a JavaScript library for building user interfaces. It is developed and maintained by Facebook, and is widely used for building single-page applications and mobile apps. React allows developers to build reusable UI components, manage the stat...

3 mins
700 views
55 likes

The Complete Guide to User Authentication in Firebase

In this blog, we'll cover how to implement a simple login signup functionality using firebase. We'll be using modular JavaScript SDK, which (according to the documentation) provides a reduced SDK size and greater efficiency with modern JavaScript bui...

4 mins
946 views
55 likes

JavaScript Datatypes in Detail

There are seven different primitive data types in JavaScript: undefined, null, number, bigint, string, boolean and symbol. We'll learn about each of them in detail. Number Number stores numerical values. This is different from some other programmi...

6 mins
149 views
54 likes