-
🔭 I’m currently authoring Next Right Now
-
🌱 I’m currently learning tons of things about tons of stuff (grind grind grind)
-
🤝 I’m looking for help with an OSS chatbot project I haven't had time to work on yet (contributors welcome, contact me!)
-
💬 Ask me about entrepreneurship, mentorship, programming, daily hacks, productivity, security
-
📫 How to reach me Twitter/LinkedIn or open a Github issue here
I also happen to be a CTO and co-founder of Unly, a tech company meant to help access higher education for students.
Want to get in touch?
Curated list of my most important OSS contributions
Dynamic list of my blog posts on Medium and StackOverflow
- SendGrid is deceptive about “Opened emails” statistic
- SendGrid is deceptive about "Opened emails" statistic
- The 5 no-code most typical mistakes and how to avoid them
- A 2021 guide about structuring your Next.js project in a flexible and efficient way
- A 2021 guide about structuring your Next.js project in a flexible and efficient way
- Migrating Next.js (+Jest/Storybook/Cypress) to use module path aliases, instead of relative paths
- Migrating Next.js (+Jest/Storybook/Cypress) to use module path aliases, instead of relative paths
- Using Storybook 6.1 with Next.js and Emotion 11 — Advanced usage and best practices
- Using Storybook 6.1 with Next.js and Emotion 11 - Advanced usage and best practices
- Next Right Now in 2020 — Most flexible and production-ready boilerplate for Next.js
- How can a GitHub owner run and external PR through GitHub Actions?
- Answer by Vadorequest for Cannot pull GitHub repository (multiple accounts) with "fatal: Could not read from remote repository."
- Answer by Vadorequest for Is /etc/ssh/sshd_config supporting inline comments and multiple key / value within the same line?
- Cannot pull GitHub repository (multiple accounts) with "fatal: Could not read from remote repository."
- Answer by Vadorequest for Regular expression timezone
- Answer by Vadorequest for How to parse UNIX timestamps with luxon?
- Using Pandas to read XLSX file from Google Drive: "The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()."
- Answer by Vadorequest for How can I create an enum column in Supabase?
- Postgres ENUM default value, what's recommended? NULL or empty string?
- How to automatically publish a GitHub Action to the Marketplace?
- GitHub Actions - "Node.js 12 actions are deprecated." although I upgraded everything to v18
- Answer by Vadorequest for GitHub Actions - "Node.js 12 actions are deprecated." although I upgraded everything to v18
- How to run "gh repo create" with a specific user/SSH key?
- How to send a POST request as form-data when FormData is unavailable? (Airtable scripts)
- Answer by Vadorequest for How to get year/month/day from a date object?
- Tips on how to make a GitHub action faster
- Answer by Vadorequest for Is it possible to create a new git repository from a template only using the command line?
- Cannot see remote branches in WebStorm
- React/TypeScript - Extending component with generic type and reuse generic type within component
- Answer by Vadorequest for How do I POST JSON data with cURL?