ar
Feedback
Tech Nerd

Tech Nerd

الذهاب إلى القناة على Telegram

Yeab | 22 | Developer | Founder | College Dropout I write the thoughts that refuse to stay quiet.

إظهار المزيد
9 783
المشتركون
-224 ساعات
+247 أيام
+14530 أيام
أرشيف المشاركات
we have an update btw 😁 @selfmadecoder
we have an update btw 😁 @selfmadecoder

Repost from N/a
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.)

Building the landing page for up-start studio 🔥 @selfmadecoder

if i have to start a startup I'd definitely use Laravel to build my product .. @selfmadecoder

🚀We’re excited to announce that GDG AAU Tech Fest is just around the corner! 🎮 📈 A day full of innovation, networking, and
🚀We’re excited to announce that GDG AAU Tech Fest is just around the corner! 🎮
📈 A day full of innovation, networking, and opportunities awaits you! ✅ Networking with Companies: Connect with variety of companies and startups offering exciting opportunities!🔗 ✅ Games & Exhibitions: Dive into tech demos, student projects, and enjoy gaming experiences. ✅ Free Snacks: Grab some treats while you network and learn! 🍪 ✅ Inspiring Sessions: Hear from visionary founders ✅ Problem solving session: Solve challenges in education, agriculture, and transportation. 🗓 Date: December 21, 2024 📍 Location: AAiT, 5 Kilo Campus ⏱️ Time: 4:00 - 11:30 LT 👉 Be part of the tech community and enjoy this fun-filled day!💡 🚨 Spots are limited for the indoor session! Don’t miss your chance to be part of this amazing event. Join our Telegram channel now and make sure to RSVP! Follow us for updates: · LinkedIn · Telegram · Facebook · Instagram · X · TikTok · #GDGAAUTechFest #TechJobs #Networking #FutureOfTech #Startups #LearnAndGrow

Thank God, at least I now have a different error this time. 🤦‍♂️ @selfmadecoder

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

Repost from RaGoose

i couldn't access my cloudflare dashboard since yesterday ... is it only me or is it everywhere ?? @selfmadecoder
i couldn't access my cloudflare dashboard since yesterday ... is it only me or is it everywhere ?? @selfmadecoder

I was setting up Next.js on a VPS and tried running it, and I got this log in the terminal: Attention: Next.js now collects c
I was setting up Next.js on a VPS and tried running it, and I got this log in the terminal:
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This refers to data that Vercel collects to improve Next.js performance and gain insights from real-world applications. I didn’t know about this until today. Anyway, you can disable it by running the following command:
npx next telemetry disable
Here's the full article by Vercel: Article_link @selfmadecoder

I think u have to say
app.use(
 "/*”
.....
All routes are affected

This fixed it ⚡️🔥 @selfmadecoder

I think u have to say
app.use(
 "/*”
.....
All routes are affected

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. An
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