home.social

#codingwisdom — Public Fediverse posts

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

fetched live
  1. Temporal Dead Zone (TDZ), so heißt der Bereich, in dem eine Variable schon „existiert“, aber noch nicht gelesen werden darf:

    Beispiel JS:

    function bestellung() {
    // ← TDZ für `preis` beginnt hier (Scope-Start)
    if (rabattAktiv()) {
    return preis * 0.9; // ReferenceError
    }
    const menge = 2;
    const einzel = 5;
    const preis = menge * einzel; // ← TDZ endet hier
    return preis;
    }

    #codingwisdom

  2. Ah yes, the timeless wisdom of SQL—learn it once and coast for decades... if only you could figure out how to enable #JavaScript first. 😂🔧 Because who needs modern web standards when you have a 30-year-old query language, right? 🕰️📜
    fagnerbrack.com/learn-sql-once #SQL #WebStandards #TechHumor #CodingWisdom #HackerNews #ngated

  3. Ah yes, the timeless wisdom of SQL—learn it once and coast for decades... if only you could figure out how to enable #JavaScript first. 😂🔧 Because who needs modern web standards when you have a 30-year-old query language, right? 🕰️📜
    fagnerbrack.com/learn-sql-once #SQL #WebStandards #TechHumor #CodingWisdom #HackerNews #ngated

  4. 🚨Hot take alert!🚨 Apparently, 15 years of coding is all it takes to dismiss decades of established computer science wisdom. 🙄 Sure, let's just throw precision out the window and embrace #chaos in our calculations—who needs #accuracy when we have #clickbait titles? 🤡
    lisyarus.github.io/blog/posts/ #hotTake #codingWisdom #computerScience #HackerNews #ngated

  5. 🚨Hot take alert!🚨 Apparently, 15 years of coding is all it takes to dismiss decades of established computer science wisdom. 🙄 Sure, let's just throw precision out the window and embrace #chaos in our calculations—who needs #accuracy when we have #clickbait titles? 🤡
    lisyarus.github.io/blog/posts/ #hotTake #codingWisdom #computerScience #HackerNews #ngated

  6. 🎉 Wow, Jamie Tanna graces us with the arcane wisdom of building a `Git diff` driver, a skill only rivaled by watching paint dry. 🚀 Spoiler alert: there's #documentation, but don't worry, Jamie's guide is here to save the day—two years later! 🐢📚
    jvt.me/posts/2026/04/11/how-gi #GitDiffDriver #JamieTanna #CodingWisdom #DeveloperCommunity #HackerNews #ngated

  7. 🎉 Wow, Jamie Tanna graces us with the arcane wisdom of building a `Git diff` driver, a skill only rivaled by watching paint dry. 🚀 Spoiler alert: there's #documentation, but don't worry, Jamie's guide is here to save the day—two years later! 🐢📚
    jvt.me/posts/2026/04/11/how-gi #GitDiffDriver #JamieTanna #CodingWisdom #DeveloperCommunity #HackerNews #ngated

  8. "Ah, yes, the perfect guide to learning Egyptian Hieroglyphs: an error message! 📜🚫 Apparently, it's hieroglyphic for 'We have no idea what we're doing.' 🙃 Enjoy decoding ModSecurity's wisdom instead. 🕵️‍♂️💻"
    egyptianhieroglyphs.net/egypti #EgyptianHieroglyphs #ModSecurity #ErrorMessages #TechHumor #CodingWisdom #LearningJourney #HackerNews #ngated

  9. "Ah, yes, the perfect guide to learning Egyptian Hieroglyphs: an error message! 📜🚫 Apparently, it's hieroglyphic for 'We have no idea what we're doing.' 🙃 Enjoy decoding ModSecurity's wisdom instead. 🕵️‍♂️💻"
    egyptianhieroglyphs.net/egypti #EgyptianHieroglyphs #ModSecurity #ErrorMessages #TechHumor #CodingWisdom #LearningJourney #HackerNews #ngated

  10. Apparently, decoding the "ancient art" of async queue interviews is the pinnacle of tech wisdom. 🧙‍♂️✨ After subjecting 1000 candidates to this rite, we must now ponder: can AI conquer this sacred cow, or are we doomed to eternal syntax errors? 🤖🔄
    davidgomes.com/async-queue-int #asyncInterview #AItech #codingWisdom #techHiring #syntaxErrors #HackerNews #ngated

  11. Apparently, decoding the "ancient art" of async queue interviews is the pinnacle of tech wisdom. 🧙‍♂️✨ After subjecting 1000 candidates to this rite, we must now ponder: can AI conquer this sacred cow, or are we doomed to eternal syntax errors? 🤖🔄
    davidgomes.com/async-queue-int #asyncInterview #AItech #codingWisdom #techHiring #syntaxErrors #HackerNews #ngated

  12. 👨‍💻 Ah yes, the "profound" wisdom of the Coding Nostradamus who discovered the groundbreaking concept of... wait for it... *configuration files*! 🤦‍♂️ Who knew that shifting hard-coded values to .ini files could be the pinnacle of coding brilliance? 😴 Spoiler: it wasn’t.
    mikehadlow.blogspot.com/2012/0 #CodingWisdom #ConfigurationFiles #TechHumor #SoftwareDevelopment #DeveloperLife #HackerNews #ngated

  13. 👨‍💻 Ah yes, the "profound" wisdom of the Coding Nostradamus who discovered the groundbreaking concept of... wait for it... *configuration files*! 🤦‍♂️ Who knew that shifting hard-coded values to .ini files could be the pinnacle of coding brilliance? 😴 Spoiler: it wasn’t.
    mikehadlow.blogspot.com/2012/0 #CodingWisdom #ConfigurationFiles #TechHumor #SoftwareDevelopment #DeveloperLife #HackerNews #ngated

  14. Writing good code means writing it for others, including your future self!
    #programming #coding #codingwisdom

  15. Writing good code means writing it for others, including your future self!