Hex
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Hex on 3/11/2025 in #questions
Google Docs Clone Tech Stack
I've been thinking about creating a Google Docs clone with Google Classroom integration. However, I’ve never built a full-stack app before—only Chrome extensions and frontend websites using TypeScript and Svelte.
I'm curious about what tech stack people would recommend. I watched Theo’s video, "I Built the Same App with 5 Different Stacks," and have been learning a lot about Elixir. However, I’m unsure if the potential scalability benefits are worth learning an entirely new language.
Would learning Elixir be useful for development when my main goal is to land a job? I imagine most companies primarily use a full TypeScript stack. I'm open to learning a new language, but I don’t want to invest time in Elixir only to find that I never actually use it in a job.
If I don't use Elixir what tech stack you recommend for this case?
7 replies
PD🧩 Plasmo Developers
•Created by Hex on 11/9/2024 in #👾extension
Svelte imports not working
Not even really sure whats going wrong Ive spent hours on this issue. For some reason when importing either ui elements or libraries with svelte no matter what I do its giving me issues. Examples would be:
Cannot load file './index' from module 'bits-ui'
Failed to resolve '$lib/components/ui/card' from './src/contents/FloatingPanel.svelte'
Failed to resolve 'bits-ui' from './src/lib/components/ui/button/button.svelte'
VS code doesn't give me any errors in fact when I highlight over it it shows me the correct filepath. Along with that if I run pnpx svelte-check I get "svelte-check found 0 errors and 0 warnings."
Here is some relevent files:
7 replies