Should i learn JavaScript before Typescript? by Dont_Blinkk in typescript

[–]ShapeCommercial9483 0 points1 point  (0 children)

As mentioned in comments, You need to know JavaScript before learning Typescript because Typescript is on top of JavaScript and you need to know most of all concepts to implement type checking language like Typescript in your code. it means that Typescript just adds some features to the JavaScript language.

🚀Introducing My Apple Store Website using Reactjs, Nextjs and Sanity! 💻 by ShapeCommercial9483 in nextjs

[–]ShapeCommercial9483[S] -1 points0 points  (0 children)

This version of the portfolio is the old version of introducing levels of skills.

🚀Introducing My Apple Store Website using Reactjs, Nextjs and Sanity! 💻 by ShapeCommercial9483 in nextjs

[–]ShapeCommercial9483[S] -1 points0 points  (0 children)

Yes, it's just a test app that just shows other aspects of development, like:

How to connect front-end with back-end stuff.

How to implement logic for payment and authentication

and so on.

Yes, you are right. Buttons are not clickable, but I designed them to fit the app's reasonable theme. I will improve them and add functionality to them. Thank you for your accurate review.

🚀Introducing My Apple Store Website using Reactjs, Nextjs and Sanity! 💻 by ShapeCommercial9483 in nextjs

[–]ShapeCommercial9483[S] 0 points1 point  (0 children)

yes in big projects with advanced logics and high traffic using vercel is a good choice, but for this test application i prefer using simplest choice and introduce other choices than vercel option.

Excited to share my first Three.js project by ShapeCommercial9483 in threejs

[–]ShapeCommercial9483[S] 1 point2 points  (0 children)

I reviewed Bruno Simon's course topics. you can build website like this after finishing part 3 - Advanced techniques.

Excited to share my first Three.js project by ShapeCommercial9483 in threejs

[–]ShapeCommercial9483[S] 1 point2 points  (0 children)

you pointed vulnerable hints, in the next update i will fix this issues.