Log inSign up
not just pixels
115.5K posts
user avatar
not just pixels
@getifyX
what are we even talking about?
Joined October 2008
84
Following
72.1K
Followers
  • Pinned
    user avatar
    not just pixels
    @getifyX
    Jun 9
    if you're not building/producing stuff with AI that is going to survive (in your brain or elsewhere) beyond your current subscription term or token purchase, you really are setting yourself up for catastrophic failure.
    366
  • user avatar
    not just pixels
    @getifyX
    Mar 10, 2018
    20+ yrs dev exp, 8 books w/ 100k+ copies sold, 300k+ hours watched of my videos, 4k+ taught in person... And you know what? I still struggle to get my code to work and it's still a tedious slog. And my code still confuses me the next day. You're not alone in these struggles.
  • user avatar
    not just pixels
    @getifyX
    Aug 23, 2018
    I was rejected for a job by @TwitterEng years ago, even tho I knew several people on the team who liked me & wanted me to join. I was later told by HR that one of the interviewers said I "didn't know JS" very well. That was part of the motivation for @YDKJS. #ShareYourRejections
  • user avatar
    not just pixels
    @getifyX
    Mar 1, 2019
    "Arrow functions are bound to their parent's context." Nope, inaccurate. Arrow functions do not have a `this`, which means any usage of `this` inside an arrow function is just like any other variable, and is looked up lexically through parent scopes until a `this` is found.
  • user avatar
    not just pixels
    @getifyX
    Dec 31, 2018
    I had some code implemented and fully tested, almost ready to release. Then I was writing the documentation for it, and I realized the code's behavior is wrong and should be changed. TDD wouldn't have saved me here. Docs are equally as important as tests in designing software.
  • user avatar
    not just pixels
    @getifyX
    Dec 11, 2017
    So you've never given a conf talk before, because you think you aren't good enough or haven't mastered a topic enough yet? Neither have any of the rest of us. Seriously. The best time to talk is right as you're in the midst of your journey.
  • user avatar
    not just pixels
    @getifyX
    Nov 12, 2025
    omg we are in the stupidest timeline. fuckborderradius.com
    user avatar
    Ibelick
    @Ibelick
    Nov 12, 2025
    corner-shape: squircle; available in chrome for now used it recently on my site, no more clip-path or svg needed to achieve it
    336K
  • user avatar
    not just pixels
    @getifyX
    Aug 7, 2020
    (source: reddit.com/r/ProgrammerHu… )
  • user avatar
    not just pixels
    @getifyX
    Jun 17, 2020
    The saying "Jack of all trades, master of none" is usually used standalone in a sort of slight against generalists as lesser than specialists. But the original full saying is quite enlightening: "Jack of all trades, master of none, oftentimes better than a master of one."
  • user avatar
    not just pixels
    @getifyX
    Jul 24, 2019
    TC39 advances the ?? nullish-coalescing operator (stage 3). Cool! // this: var x = (foo != null) ? foo : 42; // becomes this: var x = foo ?? 42;
    GitHub - tc39/proposal-nullish-coalescing: Nullish coalescing proposal x ?? y
    From github.com
  • user avatar
    not just pixels
    @getifyX
    Jun 18, 2018
    CSS #protip: The ::before and ::after pseudo-elements don't mean "before the element" and "after the element", they mean "before the element's children" and "after the element's children".
  • user avatar
    not just pixels
    @getifyX
    Nov 7, 2020
    I use this idiom A LOT
    You’re unable to view this Post because this account owner limits who can view their Posts. Learn more
  • user avatar
    not just pixels
    @getifyX
    Aug 23, 2018
    Replying to @getifyX
    Oh, and not even 2 months later, the first of several "new twitter" redesigns launched, and they used my LABjs script loader library. That's my favorite part of that story.
  • user avatar
    not just pixels
    @getifyX
    Nov 24, 2020
    Wow, @YDKJS just passed 130k stars on github! That's amazing!

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms of Service|Privacy Policy|Cookie Policy|Accessibility|Ads info|© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
✕

Wait! Don't Go Yet 🚀

Get our FREE eBook "10 Programming Tips That Changed Everything" when you subscribe!

No spam. Unsubscribe anytime.