Hey guys, I'm planning to challenge myself to build 100 portfolio projects in under a year, would you interested in seeing and following along the project
Ps You can suggest some projects ideas as well :)
#DEVCommunity@DevCommunityIN@DevComIN
May I please get 2 followers to copy and re-post this tweet? I'm trying to demonstrate that someone is always listening.
#SuicidePrevention
1800-599-0019 (๐ฐ๐ผ๐ฟ๐ฟ๐ฒ๐ฐ๐๐ฒ๐ฑ ๐๐ต๐ฒ ๐ป๐๐บ๐ฏ๐ฒ๐ฟ ๐ณ๐ผ๐ฟ ๐๐ป๐ฑ๐ถ๐ฎ)
Just two. Any two. Copy, not retweet.
@fabcodingzest
#100DaysOfCode
Now ppl can add custom prefixes to the bot ๐ฅณ
#Mongoose was pretty easy to set up
I found a new trick if you now an object can be null do this
object?.property
even its null u won't get an error ๐
@nhcarrigan helped alot :)
Now I will sleep ๐
Progress report on the typescript discordbot
Now a simple function can make embeds for all commands, no need to write embed code again and again so that's really helpful
I can use it multiple times in different commands for example the second pic
#100DaysOfCode@typescript :)
Progress update [ Learning TypeScript ]
Finally got hang of enums and interfaces
Will start remaking madad [ my discord bot ] with @typescript so it has a cleaner code and people can play around with it more easily { suggest many times by @CodingThunder }
#100DaysOfCode
Progress report ๐
Learnt different types such as any| undefined| null| unknown| number| string| boolean| never| literal | symbol
And abt how to create arrays *: string[]*
mutable and immutable arrays and random how modules r exported and imported
#100DaysOfCode@typescript
So running typescript files you had to write
> tsc trial.ts
> node trial.js
I automated it so it js file automatically changes whenever ts file changes :) now just doing node trial.js is more than enough
this took an hour not sure if it was worth it
#typescript#100DaysOfCode