home
blog
projects
about
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 4, Publishing to NPM
6/25/2024
•
16 views
•
3 min read
•
0 likes
typescript
library
react
web development
webdev
Publish your first SDK to NPM
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 3, Making Test Apps
6/25/2024
•
15 views
•
4 min read
•
0 likes
typescript
library
web development
webdev
react
Make Test Apps for React, Common JS Node, ESM Node, and Browser
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 5, CDN for Browsers
6/25/2024
•
18 views
•
2 min read
•
0 likes
sdk
library
typescript
web development
webdev
react
Develop Your First TypeScript Library
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 1, our first MVP
6/25/2024
•
54 views
•
4 min read
•
0 likes
sdk
typescript
node.js
react
commonjs
ecmascript
library
web development
webdev
Develop Your first TypeScript Library
Authenticated Protected Routing using NextJS Middleware and NextAuth
6/18/2024
•
107 views
•
4 min read
•
3 likes
next.js
middleware
javascript
typescript
react
nextauth.js
routing
authentication
authorization
validation
Enhancing Next.js Security with NextAuth.js and Custom Middleware Validate user path access on edge with NextAuth & Next.js Middleware
Authenticated Protected Role-based Routing using Next.js and HOC
12/8/2022
•
4,639 views
•
3 min read
•
4 likes
next.js
react
software engineering
javascript
typescript
Implementing Authenticated Protected Role-based Routing using Next.js and HOC
React Lifecycles in Functional Components
11/22/2021
•
313 views
•
5 min read
•
6 likes
react
javascript
reacthooks
javascript library
What is the equivalent of lifecycle methods of Class components in functional? Let's find out.