// whoami.ts"use server";import{githubWebDevsUtils}from"github/web/devs/utils";// 🥲 i couldn't resisttypeProfileProps={expertise: string[];passion: string[];teaching: string[];interest: string[]}constmrTProfile: ProfileProps={expertise: ["JS/TS","React/Next.js","Drizzle ORM/Prisma ORM","PostgreSQL/MongoDB"],passion: ["Developer Education","AI Accessibility","Career Growth"],teaching: ["Programming Fundamentals","AI Integration"],interest: ["AI/ML","Astronomy/Space Engineering"]}/*** Very nerdy presentation, I know 😎* Let's just have fun folks, while expressing a bit of creativity.*/exportasyncfunctiondisplayProfile(mrTProfile){const{ success, session }=awaitgithubWebDevsUtils.verifySession();if(!success||!session)return{message: "Please log in first to access this content."};try{constprofileInfo=awaitgithubWebDevsUtils.loadProfileInfo(mrTProfile);returnprofileInfo;}catch(err: unknow){conste=errasError;console.error(`Something wrong happened: ${e.message}`);}}// app/profile/page.tsx// Coming soon...🏠
Working from home
just a nerdy guy having fun
- Founder of the Wemi Labs
- All around the world
- https://lisham.dev
- @mthlish
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.



