Martin Mali

@Martin_Heti

Musician, Full-Stack Developer, ❤️Javascript, Slovak University of Technology

Slovakia
Vrijeme pridruživanja: srpanj 2012.

Tweetovi

Blokirali ste korisnika/cu @Martin_Heti

Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @Martin_Heti

  1. proslijedio/la je Tweet
    6. velj

    TIL about the CSS media query `prefers-reduced-data` 💀🤘 If users have data saver on: - deliver smaller images or just a gradient - smarter <picture> <source>'s - more!? proposal spec rad work ! 🎉

    .image {
  background-image: url("images/heavy.jpg");
}

@media (prefers-reduced-data: reduce) { 
  /* Save-Data: On */
  .image {
    background-image: url("images/light.jpg");
  }
}
    Poništi
  2. proslijedio/la je Tweet
    15. sij
    Poništi
  3. 27. stu 2019.

    This year's State of JavaScript survey is now open!

    Poništi
  4. proslijedio/la je Tweet
    24. stu 2019.

    Each second, 1.5 million tons of solar material shoot off the Sun into space. The magnetosphere shields Earth, but the solar wind can get in near the poles and disrupt satellite, radio & GPS signals. 3 new missions aim to improve this technology problem:

    Poništi
  5. proslijedio/la je Tweet
    7. stu 2019.

    :is() selector 🎉 the successor to :any() and :matches() sneak peak into our talk, here's a neat gif I made with XD showing what the :is() selector syntax can do. be excited for Chrome Dev Summit y'all!

    Prikaži ovu nit
    Poništi
  6. proslijedio/la je Tweet
    28. lis 2019.

    If an input element has the attribute value autocomplete="new-password", browsers can suggest securely-generated passwords. Codepen: TIL:

    <input autocomplete="new-password" type="password" />
    Poništi
  7. proslijedio/la je Tweet
    22. lis 2019.

    Oh god, I just saw i-=-1 as a means to do i = i + 1; (yes, it works)

    Poništi
  8. proslijedio/la je Tweet
    15. lis 2019.

    Relationships are more likely to last when you feel secure. Make sure you provision your SSL certificate.

    Poništi
  9. proslijedio/la je Tweet
    14. lis 2019.

    And the lead character is also named Woody

    Poništi
  10. proslijedio/la je Tweet
    25. ruj 2019.

    STOP making fun of different js frameworks Vue is FAST React is POPULAR Svelte is COOL Polymer is BEAUTIFUL Angular Aurelia is INTRIGUING

    Poništi
  11. proslijedio/la je Tweet
    18. ruj 2019.

    Neat VS trick when you rename files Automatically makes a folder if you type a /

    Poništi
  12. proslijedio/la je Tweet

    Kids today: "you mean the 'save' button represents some kind of physical storage disk? OMG" Me today: "you mean 'upper case' and 'lower case' refer to the physical cases where printers kept their letters? OMG"

    Prikaži ovu nit
    Poništi
  13. proslijedio/la je Tweet
    30. kol 2019.

    Haha actually true

    Poništi
  14. proslijedio/la je Tweet
    17. kol 2019.

    In a great twist of web compat fate, this exact set of properties now actually works to do multiple-line truncation in a fairly well supported way.

    Poništi
  15. proslijedio/la je Tweet
    1. kol 2019.

    Bad manager: do this Good manager: tell me what you want to work on and we’ll guide that towards the collective good

    Poništi
  16. 25. srp 2019.

    Do you remember when you joined Twitter? I do!

    Poništi
  17. proslijedio/la je Tweet
    23. srp 2019.
    Bored JS dev tortures themselves with pointless ESLint rules
    Poništi
  18. proslijedio/la je Tweet
    22. srp 2019.

    Junior dev: "why isn't this working?" Senior dev: "oh, you just need to do X, Y, and Z" Junior dev: (wow they're so smart) Senior dev: (wow I made that mistake so many times)

    Poništi
  19. proslijedio/la je Tweet
    5. srp 2019.

    being a programmer and watching someone "hack" a computer on a TV show is like being a nurse and watching someone in a movie take blood with a carrot.

    Poništi
  20. proslijedio/la je Tweet
    3. srp 2019.
    Prikaži ovu nit
    Poništi

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.

    Možda bi vam se svidjelo i ovo:

    ·