Dom Cogan
Dom Cogan
Explore posts from servers
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
Deployment Not Found Kinda?
No description
8 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
No description
35 replies
TTCTheo's Typesafe Cult
Created by Dom Cogan on 3/3/2024 in #questions
Why should I use tailwind?
As a newer programmer with around five years of experience, I initially learned Java in high school and developed a passion for coding. Disappointed with the lack of programming focus in my college classes, I turned to self-teaching via platforms like Udemy, where I delved into JavaScript, HTML, and Next.js. When faced with the decision of pursuing React Native or Flutter for app development, I opted for Flutter. Over time, I also explored Qwik, finding its approach intriguing. In my journey, I gravitated towards organizing my code into reusable components, a practice that enhances modularity in both apps and websites. For instance, I structure my components by creating dedicated folders containing both the component and its styling, following a similar pattern in Qwik. Despite my initial enthusiasm for Flutter, recent insights from Theo’s videos and Google’s perspective have led me to reconsider its suitability, prompting me to transition my website development to Qwik and then my apps development over to Expo. Now, ive been binging Theos’ video and why use Tailwind CSS, I’m don’t think my coding style, where each component has its own CSS file. Take, for example, my portfolio website’s navigation menu, which has its styling in “nav.module.css,” while the buttons within it are treated as separate components with their CSS files like “button.module.css,” each defining its background style differently. So I’m not sure why I would use tailwind. Please help
5 replies
CDCloudflare Developers
Created by Dom Cogan on 5/30/2023 in #general-help
Direct Creator Upload
Hello im trying to allow my website to allow users to upload large file often times these files are 2+GB as they are large project files. However for the test im using a video file thats only 450MB and im getting this error POST /api/get-upload-url: TypeError: Value at index 0 does not have a transferable type. i should state that i did already do the wrangler init, and i tried logging in but just got a 404 page.
2 replies