swapn652 Profile Banner
Swapnil Pant Profile
Swapnil Pant

@swapn652

Followers
764
Following
13K
Media
204
Statuses
2K

Rationalist | Software Engineer | Learning Full Stack Development | Writing technical blogs to share my knowledge

Terra
Joined October 2022
Don't wanna be here? Send us removal request.
@swapn652
Swapnil Pant
2 years
Join me on my #100DaysOfCode journey! ๐Ÿš€ Tracking progress on my Notion page: ..Let's learn together in public and level up our coding skills! ๐Ÿ’ช๐Ÿ‘ฉโ€๐Ÿ’ป #coding #webdevelopment #programming #LearnInPublic.
3
0
36
@swapn652
Swapnil Pant
7 days
RT @thedankoe: Wage slavery is real. It's funny how society is structured in a perfect way to incentivize you to put off your dreams. Jobโ€ฆ.
0
168
0
@swapn652
Swapnil Pant
1 month
Hey folks, back after a while! ๐Ÿš€.Check out my latest blog on the useContext hook โ€” Part 3 of my React Hooks series. More hooks coming soon! ๐Ÿ”ฅ.๐Ÿ‘‡๐Ÿ‘‡.
0
0
2
@swapn652
Swapnil Pant
1 year
Tweet media one
0
884
0
@swapn652
Swapnil Pant
1 year
New achievement ๐Ÿ‘€
Tweet media one
5
0
14
@swapn652
Swapnil Pant
1 year
After months of hardwork, finally got placed last week.๐Ÿ™Œ.
26
1
72
@swapn652
Swapnil Pant
1 year
RT @wydmanski_: A simple trick to write code like a senior:. (Important for a job interview). Do you know what the numbers 86400 and 1000 sโ€ฆ.
0
3
0
@swapn652
Swapnil Pant
1 year
Tweet media one
0
146
0
@swapn652
Swapnil Pant
1 year
RT @Dexerto: Akira Toriyama, creator of Dragon Ball, has died at 68
Tweet media one
Tweet media two
0
55K
0
@swapn652
Swapnil Pant
1 year
RT @RVCJ_FB: Those Were The Days ๐Ÿฅนโ™ฅ๏ธ
Tweet media one
0
1K
0
@swapn652
Swapnil Pant
1 year
At a point of time, we can have just 2 of these 3 aspects, as explained below.
Tweet media one
0
0
1
@swapn652
Swapnil Pant
1 year
CAP theorem is a pretty important concept in designing systems. Here's a thread on the same. First let's understand some main concepts, Consistency, Availability and Partition Tolerance
Tweet media one
1
0
1
@swapn652
Swapnil Pant
1 year
Guess the output
Tweet media one
0
0
3
@swapn652
Swapnil Pant
1 year
(viii) Object: A non-primitive type, it's basically a combination of all the other primitive types and is presented in the form of key value pairs. The key has to be a String or a Symbol. If you use any other data type, it gets converted to String internally.
Tweet media one
0
0
0
@swapn652
Swapnil Pant
1 year
(vii) Symbol: Introduced in ES6, it's a way to create unique and immutable values.
Tweet media one
1
0
0
@swapn652
Swapnil Pant
1 year
(vi) Null: It represents a non-existing or an invalid value. Now, for the difference between null and undefined, check out the following classic meme:
Tweet media one
1
0
0
@swapn652
Swapnil Pant
1 year
(v) undefined: When a variable is declared but not assigned, it has the value of undefined.
Tweet media one
1
0
0
@swapn652
Swapnil Pant
1 year
(iv) BigInt: This is typically used to store numbers that are outside of range of Number data type.
Tweet media one
1
0
0
@swapn652
Swapnil Pant
1 year
(iii) Boolean: Represents 2 values: true and false.
1
0
0
@swapn652
Swapnil Pant
1 year
(ii) String: String, as the name says refers to a combination of characters. It can be represent using 3 ways in JS:. a) "Hello" (Double Quotes).b) 'Hello' (Single Quotes).c) `Hello` (Backticks, generally used when we to print variables within a string)
Tweet media one
1
0
0
@swapn652
Swapnil Pant
1 year
First lets understand the primitive types. (i) Number: It covers up all, i.e, integer, float and double types as in other languages.
Tweet media one
1
0
0