Joined September 2023
20 Photos and videos
Pinned Tweet
Hello! I'm looking to #Connect with people who are interested in 🌐 Web Development πŸ“· FrontEnd πŸ“· Backend πŸ“· Open source πŸ“· Competitive Programming πŸ“· DevOps πŸ“·UI/UX πŸ“· Al/ML πŸ“·Software Development πŸ“· #letsconnect #buildinpublicπŸ’»πŸ’Ό
73
1
52
4,064
Is DSA ,System design and OS really important to get into any product base companies especially for frontend role????
2
118
Hello! I'm looking to #Connect with people who are interested in 🌐 Web Development πŸ“· Software testing πŸ“· Blockchain πŸ“· Cyber security πŸ“· Cloud Computing πŸ“· DevOps πŸ“· System design πŸ“· Al/ML πŸ“· Software Development
3
161
Which job involves more people interaction in day to day life??
1
2
164
Here are five ways to approach recruiters & tech heads on Twitter: Direct Message (DM) Tagging them in relevant posts Mentioning them in a tweet Retweeting their posts with a comment Participating in Twitter chats or discussions they host or participate in Does it worksπŸ€”?
1
3
231
Anyone interested that I am on sale. Product description:- Fresh BCA grad (CGPA: 7.80) skilled in Web dev & Automation testing. Proficient in HTML5, CSS, JS, React, Selenium w/ Java. Strong soft skills: adaptability, problem-solving, communication. Ready to contribute & grow
3
137
In Javascript what technique helps store previous computations to avoid redundancy in dynamic programming?
0% a) Closure
0% b) Async
100% c) Memoization
0% d) Promise
1 votes β€’ Final results
3
80
Is coding for sake of ???
40% Passion
60% Money
5 votes β€’ Final results
3
77
Any one advice for web developer???
2
64
What's your fav duo???
62% Javascript React.js
12% Python Pandas
12% Javascript Svelte
12% C# ASP.net
8 votes β€’ Final results
3
99
Any adVICE from WISE people??
4
122
What do you want to become?
100% Frontend Developer
0% Backend Developer
0% Test Engineer
0% Other....(comment below)
3 votes β€’ Final results
2
88
Vishnu Jyothik retweeted
8 Feb 2024
13 Websites to save your time while writing CSSπŸ”₯ Open this🧡
25
59
236
29,559
Hey X fam for my fellow web developers if any let webDeveloper = 0; let allowed = 0; if (webDeveloper == allowed) { console.log("#letsconnect"); } else { console.log("No issues, let's connect anyway"); } #letsconnect
2
5
98
#Day18: Took a Mock Interview with my friendΒ Ullas MΒ for Javascript (Level-3) interview questions. #WebDevelopment #JavaScriptInterviews #javascript #LearningJourney #CodingCommunity #ContinuousLearning #freshers #hiring
71
Best portal to find jobs for fresher??
20% Glassdoor/indeed
20% Naukri
60% LinkedIn
0% Comment if any other
5 votes β€’ Final results
1
82
Which framework would you prefer ???
88% React.js
12% Angular
0% Vue.js
8 votes β€’ Final results
1
1
75
#Day17: Took a Mock Interview with my friendΒ Ullas MΒ for JavaScript (Level-2) interview questions. Every day is a step toward excellence. πŸš€ Ready to take on more challenges and keep the learning momentum going! πŸ’ͺ #WebDevelopment #JavaScriptInterviews #javascript
1
55
Vishnu Jyothik retweeted
Master JavaScript (JS): The JS Tree πŸ‘‡ | |── Variables | β”œβ”€β”€ var | β”œβ”€β”€ let | └── const | |── Data Types | β”œβ”€β”€ String | β”œβ”€β”€ Number | β”œβ”€β”€ Boolean | β”œβ”€β”€ Object | β”œβ”€β”€ Array | β”œβ”€β”€ Null | └── Undefined | |── Operators | β”œβ”€β”€ Arithmetic | β”œβ”€β”€ Assignment | β”œβ”€β”€ Comparison | β”œβ”€β”€ Logical | β”œβ”€β”€ Unary | └── Ternary (Conditional) | |── Control Flow | β”œβ”€β”€ if statement | β”œβ”€β”€ else statement | β”œβ”€β”€ else if statement | β”œβ”€β”€ switch statement | β”œβ”€β”€ for loop | β”œβ”€β”€ while loop | └── do-while loop | |── Functions | β”œβ”€β”€ Function declaration | β”œβ”€β”€ Function expression | β”œβ”€β”€ Arrow function | └── IIFE (Immediately Invoked Function Expression) | |── Scope | β”œβ”€β”€ Global scope | β”œβ”€β”€ Local scope | β”œβ”€β”€ Block scope | └── Lexical scope | |── Arrays | β”œβ”€β”€ Array methods | | β”œβ”€β”€ push() | | β”œβ”€β”€ pop() | | β”œβ”€β”€ shift() | | β”œβ”€β”€ unshift() | | β”œβ”€β”€ splice() | | β”œβ”€β”€ slice() | | └── concat() | └── Array iteration | β”œβ”€β”€ forEach() | β”œβ”€β”€ map() | β”œβ”€β”€ filter() | └── reduce() | |── Objects | β”œβ”€β”€ Object properties | | β”œβ”€β”€ Dot notation | | └── Bracket notation | β”œβ”€β”€ Object methods | | β”œβ”€β”€ Object.keys() | | β”œβ”€β”€ Object.values() | | └── Object.entries() | └── Object destructuring | |── Promises | β”œβ”€β”€ Promise states | | β”œβ”€β”€ Pending | | β”œβ”€β”€ Fulfilled | | └── Rejected | β”œβ”€β”€ Promise methods | | β”œβ”€β”€ then() | | β”œβ”€β”€ catch() | | └── finally() | └── Promise.all() | |── Asynchronous JavaScript | β”œβ”€β”€ Callbacks | β”œβ”€β”€ Promises | └── Async/Await | |── Error Handling | β”œβ”€β”€ try...catch statement | └── throw statement | |── JSON (JavaScript Object Notation) | |── Modules | β”œβ”€β”€ import | └── export | |── DOM Manipulation | β”œβ”€β”€ Selecting elements | β”œβ”€β”€ Modifying elements | └── Creating elements | |── Events | β”œβ”€β”€ Event listeners | β”œβ”€β”€ Event propagation | └── Event delegation | |── AJAX (Asynchronous JavaScript and XML) | |── Fetch API | |── ES6 Features | β”œβ”€β”€ Template literals | β”œβ”€β”€ Destructuring assignment | β”œβ”€β”€ Spread/rest operator | β”œβ”€β”€ Arrow functions | β”œβ”€β”€ Classes | β”œβ”€β”€ let and const | β”œβ”€β”€ Default parameters | β”œβ”€β”€ Modules | └── Promises | |── Web APIs | β”œβ”€β”€ Local Storage | β”œβ”€β”€ Session Storage | └── Web Storage API | |── Libraries and Frameworks | β”œβ”€β”€ React | β”œβ”€β”€ Angular | └── Vue.js | |── Debugging | β”œβ”€β”€ Console.log() | β”œβ”€β”€ Breakpoints | └── DevTools | |── Others | β”œβ”€β”€ Closures | β”œβ”€β”€ Callbacks | β”œβ”€β”€ Prototypes | β”œβ”€β”€ this keyword | β”œβ”€β”€ Hoisting | └── Strict mode | |____________ END __________________
17
27
112
8,518
Any advice to find potential like minded peoples on X ??
1
60