50% increase for Xbox's Ultimate game pass? The greed continues huh
The Chill Coding Lounge
Bro?π
_Michael_K_Johnson,_Erik_W_Troan_Linux_Application_Development_libgen.pdf
2.7 MB
Time to kill Childrenπ (Not literallyππΎππΎπ₯Ί)
π₯5
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