All Paid Courses (Free for First 4500 People)
๐ฃ๐ฎ๐ถ๐ฑ ๐๐ผ๐๐ฟ๐๐ฒ ๐๐ฅ๐๐ (PART - 1)
1. Artificial Intelligence
2. Machine Learning
3. Prompt Engineering
4. Claude,Chatgpt,Grok
5. Data Analytics
6. AWS Certified
7. Data Science
8. BIG DATA
9. Python
10. Ethical Hacking
(72 Hours only )
To get-
1. Follow me to get DM
2. Like + RT
3. Reply " All "
Today I learned how CSR and SSR work in React and Next.js!
>In React (CSR), the browser loads HTML and then runs JS to fetch content.
>In Next.js (SSR), the server sends fully rendered content faster and SEO-friendly!
Back on X after a break! Now diving into Next.js. Excited to build some cool projects and share the journey. What's your favorite Next.js feature? #NextJS#WebDev
Today I leveled up!
> Learned the difference between ORM & ODM
>Explored Prisma ORM in depth
>Built API routes with Express + Prisma
>Connected to PostgreSQL
> Queried & created users and todos!
Today I learned how to integrate PostgreSQL with Node.js using the pg package!
>Set up pg.Client with custom configuration
>Handled database connection using async/await
>Established a secure SSL connection with Neon DB
>All set to execute raw SQL queries in my Express server
Learning WebSockets was just step one; now we're applying them! Our new chat app is coming to life with https://t.co/DEdXTt2wAQ for real-time communication and Zustand for state. So excited about this! ๐
Started exploring PostgreSQL with Node.js! Successfully connected to my Neon DB and ran a query to get user data. Any advice for a newbie? ๐ #PostgreSQL#NodeJS
Here is what i did today:-
> Integrated React + WebSocket for real-time
messaging
> Connects to ws://localhost:8080 on load
> Sends typed messages with socket.send()
> Alerts on incoming messages
Week 16.1 Completed today
Few more Week and i will start NextJs soon
@hawkeye_dev @Anshul_For_X@kirat_tw@100xDevs Iโd love to create a project with you! Let me know if you're up for it โ we can brainstorm some ideas together @hawkeye_dev
My friend and I @Anshul_For_X officially completed and deployed Brainly โ a smart content organizer built with the MERN stack!
Live now:https://t.co/ovAfc3oOFM
Check it out and let us know what you think!
Week 15 Done!
Built a Brainly-like app with:
>Auth (Sign In/Up/Logout)
>Add & Delete Content
>Filter by type (YouTube/Twitter)
>Landing Page + Responsive UI
>Centralized Button & Navbar logic
Partner:@Anshul_For_X
DSA grind continues! Done these today:
>Queue using Stacks: Built a queue from scratch using
two stacks (O(n) enqueue, O(1) dequeue)
>Used a linked list-based stack for dynamic sizing,
avoiding fixed-size array limitations