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