I’m facing a CORS issue. I'm using Hono with Bun and Next.js. I've set up CORS on the backend, but it still isn’t working. Any help?
@selfmadecoder
@selfmadecoder
i couldn't access my cloudflare dashboard since yesterday ... is it only me or is it everywhere ??
@selfmadecoder
@selfmadecoder
Forwarded from RaGoose dumps
Telegram
Chapi Dev Talks
My name is Chapi and am a developer.
I talk post my thoughts about tech here.
Message to our assistant to give us Feedback: @sophiservebot
Join https://t.me/chapidevtalks_group
For Urgent Contact Me: @chapimenge (don't say hi or ask a meta question)
I talk post my thoughts about tech here.
Message to our assistant to give us Feedback: @sophiservebot
Join https://t.me/chapidevtalks_group
For Urgent Contact Me: @chapimenge (don't say hi or ask a meta question)
Sup guys! Just wanted to give you a heads-up that I might not be super active for the next few days. My schedule’s a bit chaotic right now, and I need to get myself back into a routine 😁. I’ve been all over the place this past week, so if I post its good thing but if not, this is why.
Also, some good news! I got free access to the @GebetaMaps API key, and they’re letting me build the hackathon project I missed out on because of work stuff. I might do a livestream where I go through their docs and build the app/game. I’ll set up a time and let you know when it’s happening.
Stay tuned! ✌️
@selfmadecoder
Also, some good news! I got free access to the @GebetaMaps API key, and they’re letting me build the hackathon project I missed out on because of work stuff. I might do a livestream where I go through their docs and build the app/game. I’ll set up a time and let you know when it’s happening.
Stay tuned! ✌️
@selfmadecoder
Forwarded from 0xnazu — d/acc [archive] (Sammy 🌷)
CPU Architecture
I just wrote a short, easy-to-understand article about CPUs: their history (going all the way back 75 years), and where they are now. No technical stuff or jargons, anyone can get it.
Here's what it covers:
• Pre-modern computers
• Modern computers and the CPU
• Cache memory and the fetch-decode-execute cycle
• What makes a computer fast or slow? (This section includes overclocking, CPU cores, and cache memory again for extra clarity.)
I just wrote a short, easy-to-understand article about CPUs: their history (going all the way back 75 years), and where they are now. No technical stuff or jargons, anyone can get it.
Here's what it covers:
• Pre-modern computers
• Modern computers and the CPU
• Cache memory and the fetch-decode-execute cycle
• What makes a computer fast or slow? (This section includes overclocking, CPU cores, and cache memory again for extra clarity.)
Medium
CPU Architecture
You’re probably someone who’s trying to understand programming and computers. You might even own a computer, but do you really know how it…
Tech Nerd
we have an update btw 😁 @selfmadecoder
Just so you guys know, I have a huge interest in research. But I don't want to pursue it for the sake of a degree or money—just out of genuine interest. I believe that’s how innovation is achieved: through curiosity, passion, and persistence. It comes from a willingness to fail, not from trying to satisfy lecturers or chasing a 4.0 GPA. True research isn't motivated by financial gain but by the desire to explore. Unfortunately, this kind of freedom to fail is something AAU's electrical engineering classes don't always allow. 😁 .. even tho id it allows me one should be financially free to think abt something beyond him self
@selfmadecoder
@selfmadecoder
Tech Nerd
we have an update btw 😁 @selfmadecoder
For those of you who are surprised, know that I haven’t attended any classes this year. It’s not like I dropped out yesterday or last week—I dropped out at the beginning of this year.
@selfmadecoder
@selfmadecoder
Hey everyone! Here’s the Portfolio Builder project I’ve been working on: https://github.com/yeabnoah/Frame.
It’s built with Next.js, HonoJS, PostgreSQL using Prisma ORM, shadcn with Tailwind CSS, and Better Auth. The project has two main parts. First, there’s the dashboard (/dashboard), where you or any dev can sign in to manage content—add personal info, projects, your tech stack, articles, and more. Then there’s the portfolio viewer (/main), where you can view your portfolio or someone else’s by passing their user ID as a parameter.
It’s pretty much done, but I’ve hit a snag recently. I can’t seem to set cookies in the browser after a successful login. I’m using subdomains for both the backend and frontend, and the issue only happens in the deployed version. It’s been annoying, and I’ve spent way too much time on it already.
If you’re up for a debugging challenge, feel free to check it out and send a PR. Would love the help! 😊
@selfmadecoder
It’s built with Next.js, HonoJS, PostgreSQL using Prisma ORM, shadcn with Tailwind CSS, and Better Auth. The project has two main parts. First, there’s the dashboard (/dashboard), where you or any dev can sign in to manage content—add personal info, projects, your tech stack, articles, and more. Then there’s the portfolio viewer (/main), where you can view your portfolio or someone else’s by passing their user ID as a parameter.
It’s pretty much done, but I’ve hit a snag recently. I can’t seem to set cookies in the browser after a successful login. I’m using subdomains for both the backend and frontend, and the issue only happens in the deployed version. It’s been annoying, and I’ve spent way too much time on it already.
If you’re up for a debugging challenge, feel free to check it out and send a PR. Would love the help! 😊
@selfmadecoder
GitHub
GitHub - yeabnoah/Frame: frame is an open source portifolio builder for developers where developers can add and manage their information…
frame is an open source portifolio builder for developers where developers can add and manage their information, project, articles and more from the their dashboard - yeabnoah/Frame