My articles about typescript
These are my articles about this topic.
Using Tailwind CSS on Nextjs
Next JS is an open-source framework based on React JS owned by Vercel. On this post, we will see how we can use Tailwind CSS on Next JS.
An Introduction to TypeScript - Understanding Basic Data Types
Explore TypeScript's data types through step-by-step examples for a solid understanding.
Using useState with TypeScript — Efficient State Management in React
Learn how to use useState with TypeScript for efficient state management in React, ensuring type safety and better code reliability.
Start Building with NodeJS and TypeScript — A Step-by-Step Starter Guide
A simple and straightforward starting point for building a Node.js application using TypeScript
Nextjs 13 - What's New and How to Get Started
Vercel just released a new version called Next.js 13 with more developer-friendly features than ever. Next.js is a framework that allows you to build server-side applications using React JS.
Personal site portfolio with Nextjs and Sass
Using Nextjs and Sass to create a personal site portfolio with a blog and a projects section. Articles are written in markdown and projects are fetched from a Github repository.
StandNotes — Daily standup notes organiser MERN
Using MERN stack to create a daily standup notes organiser app. On top of that, the app uses Turborepo to manage the monorepo and React Query as a state management tool.
StandNotes — backend service with MongoDB, Express, Node, and TypeScript
The reduce function of an array is one of the most versatile functions in JavaScript. With it you can accomplish a lot of the functions from array and math objects.