home.social

#codingday — Public Fediverse posts

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

  1. Did I spent my whole afternoon to code my ESP32 and then “design” a ‘not so’ tiny robot to hide it ?

    #Lego #CodingDay #ESP32 #WiFiSense

  2. Did I spent my whole afternoon to code my ESP32 and then “design” a ‘not so’ tiny robot to hide it ?

    #Lego #CodingDay #ESP32 #WiFiSense

  3. Noch den e2e-Tests beim grün werden zusehen und #CodingDay abschließen.

  4. Noch den e2e-Tests beim grün werden zusehen und #CodingDay abschließen.

  5. #100DaysOfCode : #VanillaJS

    #Day28 : Array Exercices part III from #30DaysOfJavascript

    Source Code : github.com/teotimepacreau/Arra

    - array destructuring with... in order to use Math.min() and Math.max() (because they only works on numbers and not on an array)
    - reduce in order to calculate a sum of elements necessary to an average
    #WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

  6. #100DaysOfCode : #VanillaJS

    #Day25 : Functions Exercices from #30DaysOfJavascript

    Source Code : github.com/teotimepacreau/Func

    - reminded multiple parameters
    - concatenation of string, math operations
    - multiple if conditions
    switch/case statements in order to take several conditions
    - looping through an array and displaying each entries
    #WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

  7. #100DaysOfCode : #VanillaJS

    #Day24 : Loop Exercices from #30DaysOfJavascript

    Source Code : github.com/teotimepacreau/Loop

    - constraint number of iterations with for(i=0; i<=array.length; i++)
    reverse iteration with for(i=countries.length-1; i>=0 ; i--)
    - repeat() string method associated with for(i)
    - generate a random 6 characters ID

    #WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

  8. #100DaysOfCode : #HTML #CSS #VanillaJS

    #Day7 : Brutalist portfolio landing page and reveal animation

    Online demo :
    teotimepacreau.github.io/Bruta

    Source Code : github.com/teotimepacreau/Brut

    Goals :
    - IntersectionObserver of VanillaJS to rerecreate scroll trigger without GSAP
    - different CSS transition-delay on each line element to give the stagger feel
    - CSS translateY, opacity and cubic-bezier

    #WebDev #Frontend #WebDesign #CodingChallenge #Javascript #LearnToCode #CodingDay #FrontendDevelopment

  9. #100DaysOfCode : #HTML #CSS #VanillaJS #GSAP

    #Day6 : Text line filling opacity animation

    Le projet est à retrouver sur :
    teotimepacreau.github.io/Text-

    Code source : github.com/teotimepacreau/Text

    Goals :
    - VanillaJSto add a line-mask div in each line (forEach and appendChild)
    - line-mask CSS class with position absolute that cover the line from right to left with high opacity

    #WebDev #Frontend #WebDesign #CodingChallenge #Javascript #LearnToCode #CodingDay #FrontendDevelopment #Greensock

  10. #100DaysOfCode : #HTML #CSS #VanillaJS seulement !

    #Day2 : Barre de progression évolutive accompagnée d'icônes

    Le projet est à retrouver sur : teotimepacreau.github.io/Progr

    Code source : github.com/teotimepacreau/Prog

    Objectifs :
    - position relative and position absolute to create the progress bar
    - disabling and enabling buttons
    - Cursor not-allowed and cursor pointer
    - Vanilla JS IF logic

    #WebDev #Frontend #WebDesign #CodingChallenge #Javascript #LearnToCode #CodingDay #FrontendDevelopment