Sid
@siddharthkmr1
Followers
731
Following
2K
Media
231
Statuses
718
💻 Frontend Developer | 💛 Javascript
Joined August 2019
#css tip 🌟 Use ::selection selector to style the selected(highlighted by user) text #100DaysOfCode #javascript
1
12
14
#html tip 💡 Use <datalist> tag to show a list of recommended values for input, it's also used as an autocomplete feature #100DaysOfCode #javascript
1
21
81
#css notes 🤯 Did you know, you can make the text flow around an image or a shape using 'shape-outside' property? #100DaysOfCode #html #javascript
5
31
70
Frontend challenge websites: 1. Frontend Mentor 2. Ace Frontend 3. 100DaysCss Which one would you add? 🤔 #css #javascript #100DaysOfCode
2
14
22
#css notes 🤯 You can detect user's system theme via media queries (prefers-color-scheme) 🧐 Which side have you chosen, Dark or Light? 😄 #100DaysOfCode #html #javascript
0
9
17
#javascript notes ✨ Set the default value if a variable is null or undefined using the Logical Nullish Coalescing operator ❄️ Default parameter works only for undefined 🌟 Logical OR(||) will substitue all the falsy values('', 0, null, undefined) #100DaysOfCode #CodeNewbie
1
17
26
#javascript notes ✨ Write your own compose function 🧐 Have you ever used compose before? #100DaysOfCode #CodeNewbie
0
15
10
#javascript notes 🤯 Did you know, you can call a constructor without the parentheses? #100DaysOfCode #CodeNewbie
10
47
98
#javascript tip ✅ Use object.entries instead of object.keys 🔥 You will have access to both key and value pair #100DaysOfCode #CodeNewbie
4
95
208
#css notes 🤯 Did you know about filter functions? ✨ Try editing your next image in css 😉 #100DaysOfCode #javascript
8
19
62
#javascript basics ✨ map method 101 ✨ 1. takes a function(fn) as an argument 2. function(fn) is called for every value of the array 3. result of each call is pushed in the new array 4. returns the new array #100DaysOfCode #CodeNewbie
2
25
39
#javascript quiz 🧐 What will be the output? A: [9.4, 11.2, 12.3, 10.1] B: ['9.4', '11.2', '12.3', '10.1'] C: [9, NaN, 1, 3] D: [9, 11, 12, 10] #100DaysOfCode #javascript30
6
15
26
#javascript tip 📅 You might not need moment js 🔥 You can pass locale & formatting options to, toLocaleDateString method #100DaysOfCode #CodeNewbie
2
30
45
#javascript notes Every JS developer at some point or the other has struggled with 'this'. Here's my attempt to make it simpler to understand. 👇 Let me know if you like this kind of analogies. 😅 #CodeNewbies #100DaysOfCode #javascript30
10
99
202
😤 Do you hate it when you visit a website and some random video starts playing on full volume? 😌 Add this style in the custom user stylesheet 👇 😎 You're welcome #css #100DaysOfCode #javascript
1
30
68
#html notes 📅 Did you know there are different kinds of date and time input types? 🤯 ⚠️ Though Safari and IE don't support them #100DaysOfCode #javascript
2
8
30
#vscode tip 🔥 Create custom snippets for repeating code patterns ✨ You can even specify the cursor position on successive tab clicks #javascript #100DaysOfCode @code
2
45
174
#javascript quiz 🧐 Given a string, how would you check if it's a valid number? 👇 Sample valid / invalid values #100DaysOfCode
3
10
21
5 useful #reactjs component libraries 1. react-credit-cards 2. react-window 3. react-tabs 4. react-toastify 5. react-tooltip 🧐 Which other component libraries would you add? #javascript #100DaysOfCode
6
144
482
#javascript notes ✨ Different ways to convert a float to an integer 🧐 How many did you know already? #100DaysOfCode #CodeNewbie
2
28
83