Search results
  1. People View all

  2. 17 hours ago
  3. Oct 8
  4. 22 hours ago
    Show this thread
  5. 2 hours ago

    Quick standup meeting with the team now off to write some integration test to mock some of my API request and responses.

  6. 1 hour ago

    Had a really busy day and not much energy to learn something new 😴 I only did some refactoring and learned the advantages of event listeners over event handler properties in JS. Will try to work through the Image gallery exercise at MDN tomorrow🙂

  7. 19 hours ago

    Day 17 / ⏳: 7hrs, 55mins -> Practiced on linked lists in C 📱 What recourses will you recommend to someone learning to code in C ?

  8. Oct 8

    Day 3 of - Continued with Node.js: Getting Started Course. - It was NPM command module day.

  9. Oct 9
  10. Oct 9

    this keyword in JS -> When you refer to this in the global context, it refers to the global variable (which is Window in browsers). When you create a new object with this refers to the object’s scope.

  11. Oct 9

    One-liner in JS to Check If the User has Scrolled to the Bottom of the Page -

  12. Oct 6

    Day 1 of - Did some of TypeScript: Getting Started course. - I stopped doing it coz of getting nodeJS errors which I couldn't understand. - I then started learning nodeJS. - Now I understand some of the errors I was getting.

  13. 23 hours ago
  14. Oct 6

    Two distinct objects are never equal, even if they have the same properties.

  15. Oct 10

    Jonas Schmedtmann JavaScript course in Udemy is probably the best investment you can make to learn. He really explain everything with great detail, Also, is really funny to learn.

  16. What should I do with this internet 😅

  17. Oct 7

    R2/D86 Today I learned how to Implement React Routes.

    <Route
   path='/'
   render={() => <Nav onSearch={onSearch}/>}
/>
 <Route
   	exact
    path='/'
    render={() => <Cards cities={cities} onClose={onClose}/>}
/>
<Route
    path='/about'
    component={About}
/>
<Route
  exact
  path='/ciudad/:ciudadId'
  render={({match}) => <Ciudad city={onFilter(match.params.ciudadId)}/>}
/>
  18. Oct 8

    ❌ "you don't look like a programmer."🙅🏽‍♀️ Dealing with these kinds of comments is difficult and tiring. I AM A PROGRAMMER whether you like it or not.

    Show this thread
  19. 22 hours ago

    I need help with something that I thought was simple, but I just can't figure out how to do. The first pic is what I have and the second is what I need.

    Show this thread
  20. Oct 8

    📑 In HTML ,"NON-BREAKING SPACE"(&nbsp;)helps in providing space in b/w any data types which then acts as a pair of those characters without breaking into a new line. •like it helps in writing $ 10 not $ in one line and 10 in another line. |||| ||

Loading seems to be taking a while.

Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.