Weekly reading
- Learning Patterns
- Software Engineering at Google
- Show Your Work!
- Software Engineering at Google
- Show Your Work!
Creating tasks for an mvp
For now using Github projects (beta), not really liking it, but will give it a go.
Day Job
Too many meetings Thursday!
Found an issue while hooking some custom domains
need to dig deeper into this...
Test linking a custom domain to a customer subdomain using vercel API
Setup a working prototype using nextjs platforms starter
I want to validate the following:
- Creating user subdomains programmatically (under ".site" tld domain)
- Linking custom domains to user's subdomains
- Use main .com domain for website/app
- Creating user subdomains programmatically (under ".site" tld domain)
- Linking custom domains to user's subdomains
- Use main .com domain for website/app
Thinking about the basic components in the architecture
customer pages -> could be SSR with a cache, or ISR. Hosted on vercel or cloudflare (change dns programmatically)
web app -> admin app, likely nextjs/remix with tailwind or mui
backend -> cloud functions for sending, storing or retrieving data
database -> maybe planetscale/firebase
payments -> stripe
auth -> maybe firebase
mobile admin -> flutter
web app -> admin app, likely nextjs/remix with tailwind or mui
backend -> cloud functions for sending, storing or retrieving data
database -> maybe planetscale/firebase
payments -> stripe
auth -> maybe firebase
mobile admin -> flutter
Oh okay gotcha. Just a suggestion, no need to change your tech stack around if you are comfortable with Firebase already and need to get up and running.
Bought a couple domains for a saas idea
Got .com & .page, not sure if a should get a shorter like .co or .so
- ◄ Previous
- 1
- Next ►