Found a GitHub repo that has a few TypeScript book PDFs for free. Mine (@LearningTypeScript) is on there. So I sent a PR to remove it. 😄
github.com/Ariba-memon/Best-…
Day 23 of #100DaysOfCode
Today, I added the following features to my blog app;
✅ create blog post using quill-text-editor
✅edit blog post
✅ delete blog post
I'll be working on authentication features next, #staytuned#learningtypescript
Day 17 of #100daysofcode
Today's progress:
☑ Login Authentication
☑ Generating JWT token on successful login.
☑ Storing the token in cookie and header to improve the security and performance of the app
#100daysofcode#learningtypescript#happycoding
Type-Only Imports and Exports
They don't introduce any complexity to the emitted JavaScript output, making them useful.
This chapter provided me with insights into the importance of utilizing or avoiding certain syntax, supported by reasons.
#LearningTypeScript
Today's session was quite a heavy one to cover. We went over TS configurations and ended up reviewing TS compilation life cycle to get our heads straight to understand its eco system and configurations' impact. Good learnings!
#LearningTypeScript
This week's TypeScript Book Club covers IDEs! We all use 'Control click' to navigate to the definition of a variable, but do you know how to go back to the previous section of the file you were on? 'Control ' would do the trick, which is rad!
#LearningTypeScript
Just published an article on global types & interfaces in #TypeScript, inspired by @kei957's book club!
Rarely do we declare types globally, but understanding this can enhance our skills🚀
Hope it helps TypeScript learners! 🙌
🔗 dev.to/tomoy/what-are-global…#LearningTypeScript
TypeScript Book Club week 12 (I think) covered Declaration Files!
I'm not going to lie, I have very little understanding about this topic. If you see a file with d.ts, it's a declaration file where you can only declare types not values!
#LearningTypeScript