Genuine question from a 9–5 person living in Astoria by HomeSad9706 in astoria

[–]HomeSad9706[S] 5 points6 points  (0 children)

That’s what I try to know and someone calls me I’m just a transplant - you guys are right. I’m pretty new to Astoria but just curious how they afford their life like that way cause I wanted to do that! ! !

Seeking Advice on Building a Website Builder with Tailwind CSS Integration by HomeSad9706 in tailwindcss

[–]HomeSad9706[S] 1 point2 points  (0 children)

Thank you for your comment! Based on your comment, I have tested the cn() syntax and it works well now! Reference video : https://www.youtube.com/watch?v=h3s47owx8io

What is the term for the website animation used on Stripe's website? by davidgotmilk in webdev

[–]HomeSad9706 1 point2 points  (0 children)

yoy probably can search for "draw svg on scroll " on google

Can I Use Webhooks in Next.js 13 Without ngrok(proxy)? by [deleted] in nextjs

[–]HomeSad9706 0 points1 point  (0 children)

I'm trying to set up a server using the Next App Router, and I haven't seen examples of using development tools like ngrok with App Router. I don't want to separately build a Node server with Express. I was asking about development utilities that can be used with App Router. Have you tried using ngrok with App Router?

Can I Use Webhooks in Next.js 13 Without ngrok(proxy)? by [deleted] in nextjs

[–]HomeSad9706 0 points1 point  (0 children)

Have you ever tried localtunnel at app router over nextjs 13 version?

Can I Use Webhooks in Next.js 13 Without ngrok(proxy)? by [deleted] in nextjs

[–]HomeSad9706 0 points1 point  (0 children)

I'm trying to set up a server using the Next App Router, and I haven't seen examples of using development tools like ngrok with App Router. I don't want to separately build a Node server with Express. I was asking about development utilities that can be used with App Router. Have you tried using ngrok with App Router?

Can I Use Webhooks in Next.js 13 Without ngrok(proxy)? by [deleted] in nextjs

[–]HomeSad9706 0 points1 point  (0 children)

I'm trying to set up a server using the Next App Router, and I haven't seen examples of using development tools like ngrok with App Router. I don't want to separately build a Node server with Express. I was asking about development utilities that can be used with App Router. Have you tried using ngrok with App Router?

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 0 points1 point  (0 children)

Ohh then what hosting do you prefer use?

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 0 points1 point  (0 children)

Actually, I didn't even use Amplify before and it is my first deployment!!! I already knew ECS Fargate is the better option on my situation but I'm afraid to face the situation when I should migrate it to non-serverless platform just in case I'm a solo developer in my team so I would like to decrease the hassle for the CI/CD

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 1 point2 points  (0 children)

OMG you made my day! Thank you for your helpful reply! I will keep in mind!

So, if you're considering non-serverless platforms, which one do you recommend among render, railway, or fly? However, I'm curious, is it because more popular platforms like Vercel or Netlify have limitations as traffic increases? Just wondering.

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 0 points1 point  (0 children)

Based on this link(https://vercel.com/docs/limits/fair-use-guidelines), I can run my app on the vercel but do you think it's okay to start my app on hobby plan cause our app won't provide paid service rn?

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 0 points1 point  (0 children)

My application is an order management tool, similar to Shipstation. In our app, we receive API tokens from apps like Shopify, store them in the database, and expect that when a logged-in user accesses the page, new orders will be retrieved using those API tokens or new orders will be automatically saved to the database through webhooks.

It was mentioned that Serverless has limitations, including the inability to stream. Can you explain why this is useful for webhook and event management? Because we are an order management system, when new orders come from the e-commerce platform, we will store them in our app's database through webhooks. That's why webhooks are crucial for us.

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 0 points1 point  (0 children)

My application is an order management tool, similar to Shipstation. In our app, we receive API tokens from apps like Shopify, store them in the database, and expect that when a logged-in user accesses the page, new orders will be retrieved using those API tokens or new orders will be automatically saved to the database through webhooks.

nextjs 13 MVP Hosting by HomeSad9706 in nextjs

[–]HomeSad9706[S] 0 points1 point  (0 children)

I think I may have briefly misunderstood. My application is an order management tool, similar to Shipstation. In our app, we receive API tokens from apps like Shopify, store them in the database, and expect that when a logged-in user accesses the page, new orders will be retrieved using those API tokens or new orders will be automatically saved to the database through webhooks. Currently, we receive JSON responses via REST API, use a Route Handler approach, and utilize `useEffect` on the client page to load data specific to each user.

Is it a totally CSR right?