Joined January 2015
72 Photos and videos
21 Mar 2025
My Galaxy #GalaxyS23 has showing #GreenLine suddenly after February security patch update. It's frustrating to see such a premium phone with such a short display lifespan. Feeling disappointed and clueless. @geekyranjit @yabhishekhd @C4ETechTamil @SamsungIndia @SamsungMobile
64
40
284
31,444
22 Mar 2025
When I contacted @SamsungIndia they asked me to pay #Scamsung #Greenline #GalaxyS23
1
715
22 Mar 2025
1
4
1,457
27 Feb 2025
Bought a foldable bed from @Flipkart, @flipkartsupport but the design and quality is terrible! The fold gap causes severe back pain. Tried requesting a refund, but both Flipkart & the seller rejected it. Worst experience! #Flipkart #BadProduct #CustomerSupportFail
2
323
28 Feb 2025
@flipkartsupport still waiting
1
124
20 Nov 2024
Other than this spam email, I've been waiting nearly 15 days for my refund, yet you keep sending the same spam email. Please address this issue. @airtelindia @Airtel_Presence #AirtelScam #AirtelBlack #Airfiber @JioCare is far better than you.
1
1
199
20 Nov 2024
It's almost 15 days still waiting for my REFUND no one has contacted me I'm only following up continuously. @airtelindia #AirtelBlack #AirtelScam
1
149
23 Oct 2024
Despite having no physical damage, my #S22Ultra developed a green line. The service center confirmed no Physical damage but advised a paid display replacement this seems like a bug. #Samsung #GreenLineIssue @SamsungIndia @SamsungMobile @C4ETech
1
1
3
571
21 Oct 2024
my Galaxy #s22ultra has showing #GreenLine suddenly today morning It's frustrating to see such a premium phone with such a short display lifespan. Feeling disappointed and clueless. @geekyranjit @tarunvats33 @yabhishekhd @C4ETech @SamsungIndia @SamsungMobile need help
4
2
7
798
DBabu retweeted
11 Jan 2024
Learn Full Stack development with FREE certification courses in 2024: 1. HTML and CSS freecodecamp.org/learn/2022/… 2. JavaScript openclassrooms.com/en/course… 3. Python cs50.harvard.edu/python/ 4. MySQL scaler.com/topics/course/sql… 5. MongoDB learn.mongodb.com/learning-p… 6. Node.js scaler.com/topics/course/nod… 7. Express fullstackopen.com/en/part3 8. React fullstackopen.com/en/part1 9. Java scaler.com/topics/course/jav… 10. Git learn.microsoft.com/training… 11. DSA learn.saylor.org/course/view… 12. GraphQL fullstackopen.com/en/part8 Follow @Rixhabh__ for such free resources.
20
399
967
83,954
DBabu retweeted
Create A Stopwatch Using JavaScript | Step By Step JavaScript Project With Source Code #javascript #html #css #programming morioh.com/p/835b725444c7?f=…

32
108
4,489
DBabu retweeted
11 Jan 2024
How to Handle and Validate React Forms without a Library #react #javascript morioh.com/p/77338478cefa?f=…

27
114
4,674
DBabu retweeted
6 Jan 2024
Build a Drag and Drop File Input Component with React #react #javascript morioh.com/p/5db545065657?f=…

36
148
8,445
DBabu retweeted
3 Jan 2024
Building a full stack WEB SCRAPING App with JAVASCRIPT #javascript #webdevelopment morioh.com/p/f6acc037a701?f=…

26
110
5,691
DBabu retweeted
16 Oct 2023
Position - CSS
11
169
1,167
122,206
DBabu retweeted
In a Javascript interview, you're asked📙 'What is the difference between "null" and "undefined" in JavaScript, and how do you check for them?' Here's a concise way to answer:👇✏️
11
85
525
75,119
DBabu retweeted
Structured way to learn JavaScript. EASY - What is JavaScript and its role in web development? - Brief history and evolution of JavaScript. - Basic syntax and structure of JavaScript code. - Understanding variables, constants, and their declaration. - Data types: numbers, strings, boolean, and null/undefined. - Arithmetic, assignment, comparison, and logical operators. - Combining operators to create expressions. - Conditional statements (if, else if, else) for decision making. - Loops (for, while) for repetitive tasks. - Switch statements for multiple conditional cases. MEDIUM: - Defining functions, including parameters and return values. - Function scope, closures, and their practical applications. - Creating and manipulating arrays. - Working with objects, properties, and methods. - Iterating through arrays and objects. - Understanding the Document Object Model (DOM). - Selecting and modifying HTML elements with JavaScript. - Handling events (click, submit, etc.) with event listeners. - Using try-catch blocks to handle exceptions. - Common error types and debugging techniques. HARD: - Callback functions and their limitations. - Dealing with asynchronous operations, such as AJAX requests. - Promises for handling asynchronous operations. - Async/await for cleaner asynchronous code. - Arrow functions for concise function syntax. - Template literals for flexible string interpolation. - Destructuring for unpacking values from arrays and objects. - Spread/rest operators. - Design Patterns - Writing unit tests with testing frameworks. - Code optimization techniques. Learning JavaScript in this structured way is like building a strong foundation before diving into any fancy frameworks. These topics are like the building blocks of JavaScript, and they'll help you feel confident in your skills. But remember, there's no one-size-fits-all approach to understanding JavaScript. I might have missed some important concepts along the way. So, if you think there's something crucial that I didn't cover, please feel free to mention it. Your input is valuable!
23
163
691
149,519
DBabu retweeted
Learn React in 30 Days. Complete Structure:
20
134
713
211,230
DBabu retweeted
Complete Frontend Developer Roadmap 🚀 [With Resources] Step 1: Learn HTML Step 2: Learn CSS Step 3: Learn JavaScript Step 4: Learn Git and GitHub Step 5: CSS Architecture and Preprocessors Step 6: Learn Libraries and Framework [React Recommend] Step 7: Modern CSS Step 8: CSS Frameworks [ Tailwind recommend] Step 9: Learn Authentication Strategies Step 10: Progressive Web Apps [optional] Step 11: Server-Side Rendering [Next Js, Nuxt Js] (optional) [Free Resources At the End] Detailed Steps: - For Html HTML is the backbone of any website. It's responsible for the structure and content of the webpage. Here's what to focus on: - Basic HTML syntax - Forms and inputs - Understanding the DOM (Document Object Model) - Semantic HTML (how to structure your HTML to convey meaning and improve accessibility) - SEO basics - For CSS CSS is what makes websites look good. It's all about the design, layout, and variations in display for different devices and screen sizes. - Basic CSS syntax - CSS box model - Flexbox and CSS Grid for layout designs - Responsive design principles - Animation with CSS - CSS variables - Learn CSS Preprocessors (Sass or Less) Preprocessors add extra functionality to CSS like variables, mixins, and functions which make CSS more maintainable. - Setting up a preprocessor - Sass or Less syntax - Creating variables and mixins - Nesting CSS rules - For Javascript JavaScript is the scripting language used to make webpages interactive. It's essential to learn both the basics and the advanced parts of JavaScript. - Syntax and basic constructs - Asynchronous JavaScript (Promises, async/await) - ES6 concepts (let/const, arrow functions, destructuring, template literals, modules etc.) - DOM Manipulation and events - JSON and data fetching (Ajax, fetch API) - Understanding the concept of closures, and prototypal inheritance - Learn Git and GitHub Git is a version control system that helps you to keep track of changes made to the project. GitHub is a cloud-based hosting service that lets you manage Git repositories. -Basic command line commands - Basic Git commands (add, commit, push, pull) - Branching and merging - Resolving merge conflicts - Using GitHub (creating repositories, pull requests, and issues) - Learn a JavaScript Framework/Library (React recommended) React is a popular JavaScript library for building interactive UI components. - Understanding the virtual DOM - React components (Functional and Class) - State and props - Component lifecycle methods (for class components) or hooks (for functional components) - Making API calls in React - Routing with React Router - State management with Context API, Redux, or MobX (knowing one is generally enough, but each has its own use cases) - Modern CSS (CSS-in-JS, CSS Modules) Modern front-end development often involves component-based styles. - CSS Modules - Styled Components - Emotion - JSS - CSS Frameworks (Tailwind CSS recommended) Tailwind CSS is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. - Understanding utility-first CSS - Tailwind CSS syntax - Configuring Tailwind CSS - Responsiveness in Tailwind CSS - Learn Authentication Strategies Most apps will require user authentication in some form. - OAuth - JWT - Understanding sessions - Implementing authentication in React Resources👇🏻 Html and CSS (freecodecamp) - youtu.be/G3e-cpL7ofc CSS - youtu.be/OXGznpKZ_sA SCSS and LESS - youtu.be/_a5j7KoflTs Javascript - youtu.be/SBmSRK3feww Javascript Projects - youtube.com/playlist?list=PL… The Best Way To Learn Is Building projects. Thank You📷🙏🏻

41
371
1,208
151,584