home
blog
projects
about
Elevate Your Next.js Security: Middleware Authorization with Userfront
10/6/2024
•
254 views
•
5 min read
•
0 likes
userfront
vercel
middleware
next.js
security
iam
sso
multi tenancy
Secure your Next.js app with Userfront middleware authorization for robust IAM solutions. Protect user data and streamline authentication practices
Maximize Vercel's FREE Plan: Enable Auto Deployment for All Members
9/29/2024
•
237 views
•
2 min read
•
0 likes
vercel
ci-cd
devops
deployment
github
github-actions
script
tips
hacking
Maximize Vercel's free plan by enabling auto deployment for all members using a simple GitHub Action
4 Ways to Destructure Array in JavaScript & make your code look clean
8/11/2024
•
21 views
•
3 min read
•
0 likes
javascript
web development
tips
webdev
programming blogs
Learn four methods to destructure arrays in JavaScript for cleaner, more readable code
Automate Your Git Workflows with Git Hooks 🚀
7/28/2024
•
14 views
•
4 min read
•
0 likes
open source
git
github
automation
web development
testing
devops
Git hooks are scripts that run automatically whenever a particular event occurs in a Git repository.
Elevate Your Development Workflow with GitHub PR Templates! 🌟
7/23/2024
•
3 views
•
5 min read
•
0 likes
github
workflow
tips
tools
open source
automation
Streamline Your Process with Custom Pull Request Templates
Seamlessly Transform Your Smart Phone into a Second Screen for FREE with Zero Configuration: Experience Seamless Multitasking!
7/13/2024
•
33 views
•
2 min read
•
0 likes
guide
tips
developer
web development
open source
developer tools
Seamlessly Transform Your Smart Phone into a Second Screen for FREE with Zero Configuration: Experience Seamless Multitasking!
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 2, folder structure - integrating API
6/25/2024
•
18 views
•
3 min read
•
0 likes
typescript
web development
webdev
library
Develop Your first TypeScript Library
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
Streamline Git Workflows: Automate with Hooks - Branch Name & Commit Convention Example
6/20/2024
•
14 views
•
5 min read
•
0 likes
github
github-actions
gitlab
git
gitcommands
workflow
automation
efficiency
developer experience
Enforce Commit Convention for Consistent Code Management
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
A Theoretical Overview Of Elastic Load Balancers in AWS
2/21/2022
•
129 views
•
4 min read
•
0 likes
aws
cloud
amazon web services
ec2
A Theoretical Overview Of Elastic Load Balancers in Amazon Web Services ( AWS) and their types
JavaScript Closures: A Simple Guide
12/12/2021
•
271 views
•
2 min read
•
9 likes
javascript
closure
programming blogs
code
programming tips
JavaScript Closures: A Simple Guide: Lets tackle and get familiar with JavaScript Closures
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.