home.social

#codingtip — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codingtip, aggregated by home.social.

fetched live
  1. Unlock the power of Python dictionaries! Our comprehensive guide covers: Creating and modifying dictionaries, Adding and removing items, Iterating through key-value pairs, Best practices for efficient coding, Level up your #Python skills today! #CodingTip

    teguhteja.id/mastering-python-

  2. Unlock the power of Python dictionaries! Our comprehensive guide covers: Creating and modifying dictionaries, Adding and removing items, Iterating through key-value pairs, Best practices for efficient coding, Level up your #Python skills today! #CodingTip

    teguhteja.id/mastering-python-

  3. How to get #bash back to not F**KING with your typing. I watch in horror as I burst type 100 characters at a high rate of speed ending in cd c-na and SOMETHING flips the F**KING na to an as I check something and pause. Spent 3 hrs trying to figure out if I've been hacked, well, yeah sortof.
    apt --purge remove bash-completion
    and I've removed the malware. #CodingTip I've been coding for 45 years and I type REALLY fast but I'm old so I have to stop once in a while to check stuff.

  4. How to get #bash back to not F**KING with your typing. I watch in horror as I burst type 100 characters at a high rate of speed ending in cd c-na and SOMETHING flips the F**KING na to an as I check something and pause. Spent 3 hrs trying to figure out if I've been hacked, well, yeah sortof.
    apt --purge remove bash-completion
    and I've removed the malware. #CodingTip I've been coding for 45 years and I type REALLY fast but I'm old so I have to stop once in a while to check stuff.

  5. #tinyCSStip By default, gradient stop positions are evenly distributed.

    So if even distribution is what you want, just omit writing the % values explicitly.

    This makes your life easier, especially when you want to add/ remove stops.

    #CSS #cssTricks #cssGradient #code #coding #frontend #webDev #webDevelopment #codingTip