Letters from Arunoda
Subscribe
Archive
I'm Back :)
December 8, 2021
Hey all, I haven’t worked with any web-dev-related stuff throughout 2021. That’s because I was busy making game-dev-related tools. Now, I am back again for...
New Lesson: Using Next.js Dynamic Imports
October 2, 2020
Hey, I was not well last week. So, I couldn't send you an email. Sorry about that. This week, I'm back on track with a new lesson on Bulletproof Next. It's...
New Lesson: Writing E2E Tests for a Next.js App
September 19, 2020
Hey, Writing tests is a crucial part of any app. But there are many ways to write tests. I prefer to write more end-to-test(E2E) because then we test the...
Releasing my Next.js course: Bulletproof Next
September 1, 2020
Hey, After more than two months of work, I'm super happy to release my Next.js course. I hope you will learn at least one new thing with my Next.js course....
🔴 Starting Soon: Adding Tracing Support for Next.js
August 25, 2020
Hey, I'm starting the Livestream in one hour from now. Today, I'm going to fork Next.js and add very basic tracing support to it. This is the first time, I...
First Steps: Adding Tracing Support for Next.js
August 24, 2020
Hey, Usually, we run our Next.js apps in the dark. It runs some server-side code & we barely know how they perform. That’s why I am starting this project to...
Live soon: Trying out Nexus & GQLess
August 13, 2020
Hey, I’m going live in few minutes from now. Catch me here: https://www.twitch.tv/arunodas
Starting Soon: Trying out Fauna
August 11, 2020
Hey, Today I'm trying out FaunaDB. Join with me if you are interested. Twitch Link: https://www.twitch.tv/arunodas
Next.js auth setup for a separate backend
August 7, 2020
Hi, I haven't talked to you in a while. That's because I was quite busy with my Next.js course & I started doing live streaming. Recently, I did something...
Starting Soon: Custom auth setup to a Next.js app
August 6, 2020
Hey, I’m going live in few minutes from now to add custom auth setup to a Next.js app. Join here: https://www.twitch.tv/arunodas
Going Live in 20 minutes from now - Trying out RedwoodJS
August 4, 2020
Hey, I’m going live in 20 minutes from now to try out RedwoodJS and build a blog app with comments. Join here: https://www.twitch.tv/arunodas
Going Live in 1 hour from now - Trying our Prisma
July 30, 2020
Hey, I’m going live in 1 hour from now to try out Prisma and use it with a Next.js application. Join here: https://www.twitch.tv/arunodas
Going Live in 1 hour from now - E2E with Cypress.io
July 28, 2020
Hey, I’m going live in 1hour from now to add E2E testing for a Next.js app. It uses next-auth for auth & uses MongoDB as the DB. I will use Cypress.io for...
Guide: SWR - Data Fetching for React
July 13, 2020
Hey, If you are still using `fetch` or similar library directly to fetch data for your React app, try using SWR. It’ll make your life easier. Read Now:...
Launching Bulletproof Next
July 7, 2020
Hey, This is my first week after leaving Vercel. It's sad, but now I have a bit more time to work on what I love to do. So, I started creating a course on...
My new project: Get Started
June 29, 2020
Hey, I started working on a new Project called Get Started. You can think of it as a better version of W3Schools. Here's the first guide: Get Started with...
Lighthouse score of 100% is so satisfying :D
June 24, 2020
Yeah! I'd love to see a 100% score for my projects. But what's the meaning of that score? Here's what I think about it: Lighthouse Syndrome Let me know your...
Hey Next.js, Is Server Side Rendering Dead?
June 17, 2020
Hey, Here's my first Newsletter. Thanks a lot for subscribing. Recently, a few has asked me about server-side rendering(SSR) and Next.js. This is the most...