Full-Stack React Developer | Aspiring Security & I.T Professional | Expertise in React, Next.js, Tailwind, and DaaS | Certs in cybersec, I.T, and Front-end dev.
Websites I think every beginner developer should code:
✅ 1. Clone ⤵️
Prove you have CSS chops by cloning. Design 👉 implementation.
✅ 2. Headless CMS ⤵️
Multi-page site with a CMS backend
✅ 3. Full stack ⤵️
Website with a (BaaS) and authentication
#webdev#100DaysOfCode
Any strategies, suggestions, or ideas to bridge the gap and combine my knowledge of Front-end #webdev with #CloudComputing services? Relevant project ideas incorporating #AWSCloud or #GoogleCloud ?
@TheJackForge Landing your first role is definitely the biggest roadblock. I’m essentially in this limbo of trying to create projects that i think may add flare to my portfolio. I don’t typically hear back after applying and I’m dogpoo at networking. Feels like you’re drifting in outer space.
@KevinBitmen@CelsiusNetwork I don’t get it. I remember getting physical paper work, and also finding my account on the list. Did I have to opt into something again? I remember specifically it said, I’d your name is on this list, do nothing.
Any #developers using #Nextjs and ever randomly come across this error:
TypeError: __webpack_require__.C is not a function
Just coding along, and suddenly refreshes are slow and I get this error. And no syntax errors like I suspected, like divs in a span. idk!?!
#DEVCommunity
Foreal.... #midjourney has made me appreciate other cultures even more.
People seem to b reflecting their love of their own culture and identity into their art, and it's generating really unique results.
It's really something I - and hopefully everyone, can appreciate.
#AIart
Awesome JS tip!
Use the ternary operator ( ? : ) for simple if-else statements in #javascript for readability and speed.
Ex. let result = (condition) ? value1 : value2
Reads like: if true then(?) value1 else(:) value2
#codingtips#javascriptdeveloper#webdev#beginners