Anyone have any recommendations?
I want to get a bit more practice with front-end development, but I have no idea where to start. Who's got suggestions?
Anyone have any recommendations?
I want to get a bit more practice with front-end development, but I have no idea where to start. Who's got suggestions?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (22)
We finally have a big ol TS for developers course on Boot.dev!
boot.dev/courses/learn-typescript
If you have a project in JS, try to rewrite it with TypeScript (I was watching youtube tutorials If I couldn't understand a concept or read the ts docs a few times:D). That's how my journey started with TypeScript and since then I just want to use it in every project. :)
Or you can start with Angular which enforces TS by default.
udemy.com/course/typescript-the-co...
Check this course. It's a great course for Typescript. You will learn ins and out of Typescript in an engaging way.
google.com/search?client=firefox-b... x)
Hey, Andrew!!
Starting with TypeScript
Atila Fassina γ» May 17 γ» 4 min read
I also have a Youtube channel where I'm adding some byte-sized tutorials, TypeScript has been one topic that I've been interested in doing.
Would you mind sharing what parts of TypeScript, or what you'd be looking for in such a tutorial?
My playlist currently has only 3 videos (Generics in 5 minutes and Utility Types Parts 1 and 2). Maybe the 4th one could be from an insight from you...? π
here's the link if you want to check it out: Scope Leak on Youtube
Cheers
I started a series about Typescript Learnings. They are some notes on what I'm learning about everything Typescript.
I'd highly recommend Effective TypeScript for learning TypeScript. I've heard great things about Frontend Masters as well!
Front-end AND typescript?
Sounds like Angular to me π€·π»ββοΈ
You can find great learning material on typescriptlang.org
This won't make you expert or anything but if you want a crash course learnxinyminutes.com/docs/typescript/ can get you going pretty fast.