The link if anyone is interested
YouTube
Become a Fullstack Developer from Scratch β Full Beginnerβs Tutorial
Learn full-stack web development from the ground up in one complete course. Try the interactive expanded version here: https://scrimba.com/fullstack-path-c0fullstack?via=scrimbafcc
Build hireable skills in the JavaScript ecosystem, including HTML, CSS, JavaScriptβ¦
Build hireable skills in the JavaScript ecosystem, including HTML, CSS, JavaScriptβ¦
Witnessed a dog give birth as I was walking to buy something at the suq. Life be life-ing I guessπ
The fact I couldn't attend better-hack is a huge L on my legacyπ Damned be appointments and sicknesses
Forwarded from Kirakos
I had to parse EPUB files and couldn't find a good well-maintained library. And I had to rawdog it from scratch. So yea, I published a library that does that.
All you need to do is just give it a File, a Blob or ArrayBuffer of the EPUB file and it will parse the metadata, table of contents and the whole shabang, and its fully type-safe.
Would love it if you star the repo if you find it useful :)
https://github.com/henacodes/epubix
All you need to do is just give it a File, a Blob or ArrayBuffer of the EPUB file and it will parse the metadata, table of contents and the whole shabang, and its fully type-safe.
npm install epubix
import { loadEpubBook } from "epubix";
const book = await loadEpubBook(file);
// book.metadata
// book.chapters
// book.toc
// book.resourcesWould love it if you star the repo if you find it useful :)
https://github.com/henacodes/epubix
β€1π1
Forwarded from SeeFun.Dev (Sifen Fisaha)
New Project: Plus
Hey everyone! I just finished working on Plus, a blog & mini social media platform where users can:
β’ Create, edit, and delete blog posts
β’ Interact with other usersβ content: like, comment, view counts
β’ Search, filter posts, and explore popular posts & tags
β’ Infinite scrolling for seamless browsing
β’ Sleek, responsive, and mobile-friendly UI
β’ Smooth Markdown editor for writing
β’ Manage their account: edit profile, delete account
Built with React, TypeScript, Tailwind CSS, Redux, Axios, Node.js, Express, MongoDB, and TanStack Query for data fetching and state management.
GitHub Repositories:
β’ Frontend: Frontend Repo Link
β’ Backend: Backend Repo Link
Check it out here: Live Project Link
Iβd love your feedback and thoughts!
@sifendev
Hey everyone! I just finished working on Plus, a blog & mini social media platform where users can:
β’ Create, edit, and delete blog posts
β’ Interact with other usersβ content: like, comment, view counts
β’ Search, filter posts, and explore popular posts & tags
β’ Infinite scrolling for seamless browsing
β’ Sleek, responsive, and mobile-friendly UI
β’ Smooth Markdown editor for writing
β’ Manage their account: edit profile, delete account
Built with React, TypeScript, Tailwind CSS, Redux, Axios, Node.js, Express, MongoDB, and TanStack Query for data fetching and state management.
GitHub Repositories:
β’ Frontend: Frontend Repo Link
β’ Backend: Backend Repo Link
Check it out here: Live Project Link
Iβd love your feedback and thoughts!
@sifendev