DEV Community

Shashwat Pandey
Shashwat Pandey

Posted on

5 2

Hacktoberfest 20

Almost there!

Alt Text

Top comments (7)

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Hi there,

Just wanted to direct you to this thread, which is our designated spot to share when you've completed the challenge. This will help us keep the new posts on DEV highly relevant and informative and also connects you with fellow challenge completers!

Congrats on your Hacktoberfest success!

Collapse
 
xanderyzwich profile image
Corey McCarty
Comment hidden by post author
Collapse
 
potential17 profile image
Shashwat Pandey

Haha!
Noo

Collapse
 
xanderyzwich profile image
Corey McCarty

👀

Thread Thread
 
potential17 profile image
Shashwat Pandey

Have contributed and participated in this last year too!!

Collapse
 
ronaldohoch profile image
Ronaldo Hoch

But already?
👏👏👏👏

Collapse
 
potential17 profile image
Shashwat Pandey

I have been working on some issues of open source projects from last week,
PRs got merged on Day 1
Hope you get it!

Some comments have been hidden by the post's author - find out more

typescript

11 Tips That Make You a Better Typescript Programmer

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay