web_developer07's profile picture. React Developer || Frontend || Typescript || Web Development

Code to Debug

@web_developer07

React Developer || Frontend || Typescript || Web Development

Code to Debug أعاد

📢 Need help or want to reach out to Soloa ? We have made it super easy for you ! 😇 We have created dedicated support channels to assist you and resolve any issues you may encounter while using Soloa.ai. Please follow and contact us for any enquiries or…

use_soloa's tweet image. 📢 Need help or want to reach out to Soloa ?
We have made it super easy for you ! 😇 

We have created dedicated support channels to assist you and resolve any issues you may encounter while using Soloa.ai. 

Please follow and contact us for any enquiries or…

Code to Debug أعاد

Why We Built Soloa.ai Today, teams and creators waste energy context-switching between different Al apps. Soloa removes that friction: one platform, one subscription, unlimited creative possibilities. 👉🏻 Try it now at soloa.ai #CreativeTools

use_soloa's tweet image. Why We Built Soloa.ai 

Today, teams and creators waste energy context-switching between different Al apps. Soloa removes that friction: one platform, one subscription, unlimited creative possibilities.

👉🏻 Try it now at soloa.ai

#CreativeTools…
use_soloa's tweet image. Why We Built Soloa.ai 

Today, teams and creators waste energy context-switching between different Al apps. Soloa removes that friction: one platform, one subscription, unlimited creative possibilities.

👉🏻 Try it now at soloa.ai

#CreativeTools…
use_soloa's tweet image. Why We Built Soloa.ai 

Today, teams and creators waste energy context-switching between different Al apps. Soloa removes that friction: one platform, one subscription, unlimited creative possibilities.

👉🏻 Try it now at soloa.ai

#CreativeTools…
use_soloa's tweet image. Why We Built Soloa.ai 

Today, teams and creators waste energy context-switching between different Al apps. Soloa removes that friction: one platform, one subscription, unlimited creative possibilities.

👉🏻 Try it now at soloa.ai

#CreativeTools…

Day 12/30 – Next.js Journey Exploring the difference between useFormStatus and useActionState 🔹 useFormStatus → for form submissions 🔹 useActionState → for any server action Use pending for form UIs, Use isPending for broader actions. #Nextjs #React #WebDev #30DaysOfCode


Day 11/30 – Next.js Journey Performed CRUD with Prisma + SQLite in Next.js 💻 🔸 Create 🔸 Read (server components) 🔸 Update 🔸 Delete Loving the simplicity and type-safety! #Nextjs #Prisma #SQLite #30DaysOfCode #connect #hiring #frontend

web_developer07's tweet image. Day 11/30 – Next.js Journey
Performed CRUD with Prisma + SQLite in Next.js 💻

🔸 Create
🔸 Read (server components)
🔸 Update
🔸 Delete

Loving the simplicity and type-safety!
#Nextjs #Prisma #SQLite #30DaysOfCode #connect #hiring #frontend

Day 10/30 – Next.js Journey Explored data fetching in both client and server components. Found server components more efficient — no need for useEffect or useState, and memoization is naturally better handled. Less boilerplate, more performance. #Nextjs #React #30DaysOfCode

web_developer07's tweet image. Day 10/30 – Next.js Journey

Explored data fetching in both client and server components.
Found server components more efficient — no need for useEffect or useState, and memoization is naturally better handled.
Less boilerplate, more performance. 

#Nextjs #React  #30DaysOfCode
web_developer07's tweet image. Day 10/30 – Next.js Journey

Explored data fetching in both client and server components.
Found server components more efficient — no need for useEffect or useState, and memoization is naturally better handled.
Less boilerplate, more performance. 

#Nextjs #React  #30DaysOfCode

Day 9/30 – Next.js Journey 🔹 Worked with client-only code using "use client" directive 🔹 Explored interleaving server and client components ▫️ Used server components for data-fetching ▫️ Passed props down to client components for interactivity #Nextjs #frontend #30DaysOfNext

web_developer07's tweet image. Day 9/30 – Next.js Journey 
🔹 Worked with client-only code using "use client" directive
🔹 Explored interleaving server and client components
▫️ Used server components for data-fetching
▫️ Passed props down to client components for interactivity

#Nextjs #frontend #30DaysOfNext

Day 8/30 of my Next.js journey Focusing on server-only code to keep server logic out of client components. Using server-only packages to maintain clean boundaries and better security. #connect #frontend #LearnInPublic #NextJs #React

web_developer07's tweet image. Day 8/30 of my Next.js journey
Focusing on server-only code to keep server logic out of client components.
Using server-only packages to maintain clean boundaries and better security.
#connect #frontend #LearnInPublic #NextJs #React

👋🏾 Hey there! I'm Emmanuel, a passionate Frontend Developer on the lookout for Frontend Internship opportunities. 📌 I build clean, responsive UIs with React, Typescript Tailwind CSS, and more. 🚀 Portfolio: emmanuel-dev-portfolio.vercel.app #buildinpublic #Internship #frontend #hiring


Day 7/30 of my Next.js Journey A quick one into Server Components and Rendering Lifecycle #30DaysOfCode #NextJS #React #connect #frontend #LearnInPublic

web_developer07's tweet image. Day 7/30 of my Next.js Journey 
A quick one into Server Components and  Rendering Lifecycle 

#30DaysOfCode #NextJS #React #connect #frontend #LearnInPublic
web_developer07's tweet image. Day 7/30 of my Next.js Journey 
A quick one into Server Components and  Rendering Lifecycle 

#30DaysOfCode #NextJS #React #connect #frontend #LearnInPublic

Day 6/30 – My Next.js Journey Today I explored middleware using NextResponse 🔹 Set cookies in middleware 🔹 Added custom headers 🔹 Learned about SSR drawbacks and how to fix them Step by step, getting closer to mastering Next.js! #Nextjs #30DaysOfCode #buildinpublic


Day 5/30 – Next.js Journey 🚀 Explored API routes with a focus on: 🔹 URL query parameters 🔹 Custom headers 🔹 Cookies (via RequestCookies) 🔹 Redirects using NextResponse.redirect() 🔹 Caching #Nextjs #webdev #30DaysOfNextjs #connect


Day 4/30 – Next.js Journey 🚀 🛠️ Focused on API routes today: ✅ GET & POST requests handling 🔁 Dynamic route handlers 🔧 PATCH & DELETE methods ⚡️ Tested everything using Thunder Client #30DaysOfCode #Nextjs #connect


Road to 500, let’s connect! Follow me and watch how fast I follow back Speed of light vibes ⚡


Help me hit 500! Follow me and watch how fast I follow back speed of light vibes ⚡


🔥 Next.js Day 3/30 Leveling up routing skills today: 🚫 Unmatched Routes 🎯 Conditional Routing 🔗 Parallel & Intersecting Routes 🛠️ Route Handlers Routing just keeps getting cooler!💻 #Nextjs #DevJourney #30DaysOfCode #connect


Day 2/30 – Next.js Journey Today’s focus: ⚙️ Multiple route layouts 🧠 Dynamic metadata 🔍 params & searchParams 📄 Templates ⏳ Loading states 💥 Error boundaries Next.js keeps getting more powerful, loving the structure and flexibility! #Nextjs #React #30DaysOfCode #connect


Code to Debug أعاد

Let me help 100 Interns review their CV. 9PM today. Another issue with this internship stuff is the CV, so many qualified people don't know how to compose their resume. If you're part of the people looking for internship, RT this and drop a comment here. I'll DM you on what to…


Day 1/30 - Next.js Journey Begins Started learning routing in Next.js today. 👉 Explored file-based routing 👉 Learned about dynamic and nested routes It's just the beginning, but I'm already loving how intuitive it feels! #Nextjs #30DaysOfCode #DevJourney #buildinpublic #connect


United States الاتجاهات

Loading...

Something went wrong.


Something went wrong.