home.social

#vanillajs — Public Fediverse posts

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

  1. 108 окон, 0 фреймворков, 1 Kubernetes: как команда без разработчиков построила интерактивный дом-таймлайн про ТВ 90-х

    Зов джунглей, Поле чудес, Ералаш — мы сделали интерактивный дом-таймлайн про телевидение 90-х и 00-х. Под катом: как команда без разработчиков дошла от JSON-файла на VPS за $5 до корпоративного Kubernetes. Читать, пока не началась реклама

    habr.com/ru/articles/1025152/

    #vanillajs #frontend #cms #kubernetes #canvas #webp #avif #parallax #вайбкодинг #телевидение

  2. #100DaysOfCode

    #Day52 : building a Todo with @sveltejs #Svelte and @vite #vite

    - using bind: to handle user input and dispath the event
    - using props to activate function and change states of the component
    - conditionnaly style with a CSS class activated only when a prop is true

    Source Code : github.com/teotimepacreau/Svel

    #WebDev
    #Frontend
    #LearnWebDev
    #Javascript
    #LearnToCode
    #LearnJavascript
    #JS
    #HTML
    #CSS
    #UI
    #VanillaJS

  3. #100DaysOfCode

    #Day50 : continue Bookshelf project
    - implemented reservation function, clicking on a book card button "reserve", adds the book to the reservation modal `<dialog>`
    - deployed #Fastify #SQLite backend to fly.io @flydotio
    - deployed #Vite frontend @vercel

    bookshelf.teotimepacreau.fr/

    Source Code : github.com/teotimepacreau/book

    @fastify

    #WebDev #Frontend #LearnWebDev #Javascript #LearnToCode #LearnJavascript #JS #HTML #CSS #UI #VanillaJS

  4. #100DaysOfCode

    #Day49 : continue Bookshelf project
    - implemented View Transitions API fade animation when changing page
    - implemented Scroll-Progress-Timeline to animate with CSS only the elements entry on scroll using `animation: book-entry linear forwards; animation-timeline: view(); animation-range: entry 0% 35%;`

    Source Code : github.com/teotimepacreau/book

    @fastify
    #WebDev #Frontend #LearnWebDev #Javascript #LearnToCode #LearnJavascript #JS #HTML #CSS #Vite #Fastify #UI #VanillaJS

  5. #100DaysOfCode

    #Day48 : continue Bookshelf project
    - Authorization : only authenticated user that have a session-cookie can add a book to the collection and the SQL DB
    - Adding book to the collection : when addBookForm is received it visually adds, and adds to the DB
    - At reload : it combines "goodreads" & "bookviaform" table

    Source Code : github.com/teotimepacreau/book

    @fastify

    #WebDev #Frontend #LearnWebDev #Javascript #LearnToCode #LearnJavascript #JS #HTML #CSS #Vite #Fastify #UI #VanillaJS

  6. #100DaysOfCode

    #Day47 : continuing Bookshelf project
    - Login function : <dialog> element contains the connexion form. username and password are passed to the backend endpoint "/login"
    - Authentification : Retrieving username and password. Hashing it through bcrypt. Fastify-secure-session plugin adds a session cookie.

    Source Code : github.com/teotimepacreau/book

    @fastify

    #WebDev #frontend #LearnWebDev
    #Javascript #LearnToCode
    #LearnJavascript #JS #HTML #CSS #Vite #Fastify #UI #VanillaJS

  7. #100DaysOfCode

    #Day46 : Bookshelf project

    - backend with #Fastify, querying with #SQL a database of books from my Goodreads account and scrapping books covers
    - frontend with #Vite
    - implemented search and filter function
    - working on an authentification to allow admin to add books to the collection

    Source Code : github.com/teotimepacreau/book

    #WebDev #Frontend #WebDesign #LearnWebDev
    #Javascript #LearnToCode
    #LearnJavascript #JS #IndieWeb #PersonalWeb #Homemade #UI #UserInterface #VanillaJS

  8. #100DaysOfCode : #NodeJS #Express #SQLite #VanillaJS

    #Day44 : V2 of my personal website teotimepacreau.fr/

    Source Code : github.com/teotimepacreau/Pers

    Changes :
    - semantic HTML
    - added mobile hamburger navigation
    - title fonts
    - desktop nav style

    Learned :
    - building hamburger menu
    - CSS position:fixed
    - transitioning on translateX
    - aria-expanded

    #WebDev #Frontend #CSS #WebDesign #LearnWebDev
    #Javascript #LearnToCode
    #LearnJavascript #JS #IndieWeb #PersonalWeb #Homemade #UI #UserInterface

  9. #100DaysOfCode : #NodeJS #Express #SQLite #VanillaJS

    #Day38 : Newsletter building

    Source Code : github.com/teotimepacreau/Expr

    Learned :
    - intro to Backend : learned basics of NodeJS, Express, SQL
    - Express subscription routes : adding entries from the user to an the db
    - Displaying notif if the entries are correctly added

    Roadmap features :
    - unsub route 🚧
    - newsletter sending each week with cronjobs 🚧

    #WebDev #Frontend #CSS #WebDesign #LearnWebDev #Javascript #LearnToCode #LearnJavascript #JS