Wezter
Wezter
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Wezter on 8/31/2024 in #questions
Developing for multiple platforms.
Have you folks found any significant drawbacks of building even pure web apps (sometimes full stack sometimes not) with the same technologies/stack you would use for building a full stack universal app? Also would be interesting to hear what stacks you folks would opt for if you were building a full stack web + mobile project with the same functionality on both platforms. Background: Working at a venture builder / agency that does a lot of web / mobile projects full stack. Sometimes only mobile, sometimes only web and sometimes both. Considering if we should have only one unified template / CLI at work where you select if you want web, mobile and backend individually (And use universal app tools like Tamagui and Solito for the web aspects even if we are not building a mobile app)
3 replies
TTCTheo's Typesafe Cult
Created by Wezter on 5/31/2024 in #questions
Next auth error=OAuthCallback
Someone that knows how I can troubleshoot why I get error=OAuthCallback in my url when I am redirected back to my page for Apple Sign in with NextAuth? šŸ¤” It works fine for Google Sign in and Email / Password sign in...
2 replies
TTCTheo's Typesafe Cult
Created by Wezter on 5/22/2024 in #questions
Next Auth - Apple sign in - Pages router
Someone here that has done apple auth sign in for next auth with next.js pages router? šŸ¤” Not sure what I am missing but I am getting "invalid_request Invalid client id or web redirect url"
3 replies
TTCTheo's Typesafe Cult
Created by Wezter on 1/18/2024 in #questions
State management in React and RN
Hey folks! šŸ˜„ Have someone here made a somewhat thorough test of client side state management libraries for React in the past few years? The ones of interests from my point of view are Legend State Redux (RTK) mobX Jotai Zustand Valtio. Some factors Iā€™m trying to keep in mind are these (any that you think I forgot here?): - DX / Learning Curve: How steep is the learning curve for developers who are new to the library, and how much time and effort will it take for them to become proficient? Is it easy to setup? - Performance & Scalability: : Can the library handle complex state management scenarios and scale with the application as it grows? - Integrations & Compatibility with other libraries and tools - Community support: Is it actively maintained, does it have an active community built around it and is there a lot of people using it) - Features and capabilities: What features does the library offer, such as time-travel debugging, persistence, or server-side rendering support?
4 replies
TTCTheo's Typesafe Cult
Created by Wezter on 12/14/2023 in #questions
Caching Images Next.js
Someone that has any good ideas / thoughts on how to use caching of images well in Next.js? Should all assets be fetched from the public assets folder in your project or is it fine to store them on something like S3 or Firebase and fetch them from there instead? šŸ¤” Should we just use the Image from 'next/image'; or is there some better option?
12 replies
TTCTheo's Typesafe Cult
Created by Wezter on 11/24/2023 in #questions
Universal Full Stack App, what would you pick?
No description
2 replies
EDSEthan's dev spot
Created by Wezter on 9/28/2023 in #questions
Recommendations for React Native alternative?
Hi! šŸ˜„ I am looking to build a mobile app for both android and iOS and I'm looking to use some similar tools like in the BETH stack. Do you have any suggestions for what could be used to achieve this, or do you know any starters that does something like this already?
13 replies
TTCTheo's Typesafe Cult
Created by Wezter on 9/26/2023 in #questions
Project management and documentatio
We are pretty much down to three different paths for project management and documentation now. Which one would you folks prefer and why? šŸ˜„ 1. Clickup for both documentation and project management. 2. Notion for both documentation and project management. 3. Notion for documentation and Linear for project management. We need to be able to manage multiple different projects at a time, easily swap between them, keep documentation on project level and organization level and maybe even team level. Integrations for things like Github, Figma, Google Drive and such will likely be needed.
6 replies
TTCTheo's Typesafe Cult
Created by Wezter on 8/24/2023 in #questions
Best Atlassian alternative?
Does any of you know of any nice alternatives to Atlassian (Jira/Confluence etc) What I am looking for is a nice tool/platform for managing all our projects from one place šŸ¤” Where the company can have multiple projects and each project potentially can have multiple boards/teams (one for design one for backend and one for frontend for example) I want to be able to keep documentation on the board/team level, the project level and the company level.
78 replies
TtRPC
Created by Wezter on 7/3/2023 in #ā“-help
Setting up tRPC with Supabase and Drizzle
Hi! šŸ˜„ Is there someone that has any recommendations on how I should setup tRPC with Supabase Auth and Drizzle as ORM? I'm looking to Replace Clerk with Supabase in this repo but not sure if there's anything specific I should think about? https://github.com/timothymiller/t4-app
2 replies
TTCTheo's Typesafe Cult
Created by Wezter on 6/20/2023 in #questions
index files consuming a lot of memory
1 replies
TTCTheo's Typesafe Cult
Created by Wezter on 5/26/2023 in #questions
big data question
I have a Neo4j database with a lot of animals that I need to calculate the mean kinship of the animals for, this is gonna be done like once a month. Right now the db is crashing big time and 34gb of ram was needed to calculate it for a single animal far down the population when it is only 1000 animals in the current dataset. Does someone have any ideas or thoughts does someone have any ideas on how this could be done in a way that the db and server could handle processing?
2 replies