Showing posts sorted by date for query Typescript. Sort by relevance Show all posts
Showing posts sorted by date for query Typescript. Sort by relevance Show all posts

Adding JWT Authentication to React

Adding JWT Authentication to React
Discover how to set up JSON Web Token (JWT) authentication in a React application using a typical workflow, and find out how Clerk can simplify the entire proc…
Read more »

React Router Typescript

React Router Typescript
React Router is a popular routing library for React applications, and it can be easily integrated with TypeScript to provide type safety and better documen…
Read more »

Node.js Typescript with MySQL example

Node.js Typescript with MySQL example
In this tutorial, I will show you step by step to implement CRUD operations in Node.js Typescript with MySQL example using mysql2 . You should install MySQL i…
Read more »

How to Build a Rust CLI Tool to Generate Typescript Types from Rust

Motivation Why would you want to write a tool that converts Rust types to Typescript types? Aren't they entirely separate languages? There are many…
Read more »

Validate your data with Zod

Validate your data with Zod
Preface Surely many developers do not know where the line between Javascript and Typescript is. Some people probably wasted a lot of time understan…
Read more »

A first look at tRPC

A first look at tRPC
All the code for this project can be found at ajcwebdev/a-first-look/trpc .
Read more »

Level up your TypeScript with Record types

Level up your TypeScript with Record types
The Record type in TypeScript is used to define dictionaries or key-value pairs with a fixed type for the keys and a fixed type for the values. It allows…
Read more »

Understanding TypeScript generators

Understanding TypeScript generators
Generator functions run from top to bottom like normal functions but can be paused during execution and resumed later from the same point. This process c…
Read more »

Angular 16 Unveiled: Discover the Top 7 Features

Angular 16 Unveiled: Discover the Top 7 Features
Angular   16, the latest major version of the popular web framework, was released on May 3, 2023. This version brought some exciting changes and enhancements f…
Read more »

Seamless, full-stack authentication in Next.js

Seamless, full-stack authentication in Next.js
TL;DR This tutorial will guide you through the process of adding authentication to your full-stack application using  Clerk . Although we have no affiliation…
Read more »

Saga Pattern Made Easy

Saga Pattern Made Easy
Trip planning with sagas but without the baggage So the last time your family went to the local park everyone was talking about the Saga Design Pattern, a…
Read more »

Building a bidding system with NextJS

Building a bidding system with NextJS
TL;DR NextJS introduced its new server actions components in version 13.4 as an alpha feature. They enable server-side data mutations, reduced client-side Jav…
Read more »

How to Use AI to Create Your Own 'Super Macro' VS Code Extensions

How to Use AI to Create Your Own 'Super Macro' VS Code Extensions
ChatGPT is an advanced AI that makes it super easy to create custom Visual Studio Code extensions. You can use it to add any functionality you need to y…
Read more »

An E-Commerce project, developed by Nextjs and typescript

An E-Commerce project, developed by Nextjs and typescript
An E-commerce site template, implemented with Next.js and TypeScript . Styled with TailwindCSS . This is one of my portfolios, but I would be pleased if the…
Read more »

Styling Astro Apps with Tailwind CSS

Styling Astro Apps with Tailwind CSS
Tailwind CSS is a utility-first CSS framework that makes UI development a breeze for developers. It lets developers styl…
Read more »

JSDoc 101

JSDoc 101
JSDoc has been my go-to tool for documenting JavaScript code for a while, and with the recent buzz around Svelte migration, I decided to share some tips and t…
Read more »

Dev News: Trouble in npm, Vue 3.3 and Cloudflare Updates

Dev News: Trouble in npm, Vue 3.3 and Cloudflare Updates
ReversingLabs researchers find more malware in the npm. In other news, there's a new release of Vue and AI updates from Cloudflare. Photo by RealTo…
Read more »

5 Front-End Web Frameworks to Consider Other Than React

5 Front-End Web Frameworks to Consider Other Than React
Modern web development requires developers to focus on creating complex logic, improving performance, and serving users on different networks across the globe …
Read more »

The RedMonk Programming Language Rankings: January 2023

The RedMonk Programming Language Rankings: January 2023
As we approach our third quarter run, we think it's high time to share our first quarter language rankings with you. At RedMonk, we've had a busy start…
Read more »