Forwarded from Cyber Punk™
Finding Any Ebook Using Index Search (Hidden Trick)
Basically use this in google (ugh, gonna get some hate for saying that ain’t I?)
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"BookName"
Replace BookName with the title of the ebook, you’ll find FTP servers hosting said file, should get a hit in the first site or two.
EXAMPLE:
-inurl:htm -inurl:html intitle:“index of” +("/ebooks"|"/book") +(chm|pdf|zip) +" *Scary stories* "
You get any format or file by changing ‘‘epub’’ to mobi, pdf, and all other extensions that available for book, See below, replace the * epub * with extension you need.
-inurl:htm -inurl:html intitle:“index of” +("/ebooks"|"/book") +(chm|pdf|zip| *epub* ) +"Scary stories"
#Collected
Basically use this in google (ugh, gonna get some hate for saying that ain’t I?)
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"BookName"
Replace BookName with the title of the ebook, you’ll find FTP servers hosting said file, should get a hit in the first site or two.
EXAMPLE:
-inurl:htm -inurl:html intitle:“index of” +("/ebooks"|"/book") +(chm|pdf|zip) +" *Scary stories* "
You get any format or file by changing ‘‘epub’’ to mobi, pdf, and all other extensions that available for book, See below, replace the * epub * with extension you need.
-inurl:htm -inurl:html intitle:“index of” +("/ebooks"|"/book") +(chm|pdf|zip| *epub* ) +"Scary stories"
#Collected
Practice using Debounce and Throttle in Vue JS
https://dmitripavlutin.com/vue-debounce-throttle/
#vue #debounce #throttle
https://dmitripavlutin.com/vue-debounce-throttle/
#vue #debounce #throttle
Adding Authentication system in Vue JS with the help of the library from AWS Amplify
https://youtu.be/xPqc5FtR4QI
---
Storyblock now supports Vue JS 3 and Nuxt JS 3
https://www.storyblok.com/mp/storyblok-meets-vue3-nuxt3
#aws #amplify #vue #auth #programmingWithErik #storyblok
https://youtu.be/xPqc5FtR4QI
---
Storyblock now supports Vue JS 3 and Nuxt JS 3
https://www.storyblok.com/mp/storyblok-meets-vue3-nuxt3
#aws #amplify #vue #auth #programmingWithErik #storyblok
Using the Web Storage API to temporarily store data in the browser
https://dev.to/j471n/how-to-use-web-storage-api-3o28
---
Displaying JavaScript Objects in the browser console
https://javascript.plainenglish.io/how-to-display-a-javascript-object-in-the-browser-console-e13355e19a89
---
Getting the last element from inside a JavaScript data Array
https://javascript.plainenglish.io/how-to-get-the-last-item-in-an-array-e001eca9f5c3
---
Example of use case Array slice in JavaScript
https://betterprogramming.pub/5-use-cases-for-slice-in-javascript-13462f2e177f
---
#storage #array #object #console
https://dev.to/j471n/how-to-use-web-storage-api-3o28
---
Displaying JavaScript Objects in the browser console
https://javascript.plainenglish.io/how-to-display-a-javascript-object-in-the-browser-console-e13355e19a89
---
Getting the last element from inside a JavaScript data Array
https://javascript.plainenglish.io/how-to-get-the-last-item-in-an-array-e001eca9f5c3
---
Example of use case Array slice in JavaScript
https://betterprogramming.pub/5-use-cases-for-slice-in-javascript-13462f2e177f
---
#storage #array #object #console
Creating shortened URL extender web application with Node JS
https://dev.to/0shuvo0/lets-create-a-url-expander-with-nodejs-963
---
Introduction to reactive programming in Node JS
https://dev.to/logrocket/exploring-reactive-programming-with-nodejs-1gbj
---
Comparison of some Node JS frameworks that developers often use
https://blog.logrocket.com/comparing-top-node-js-frameworks-frontend-developers/
#nodejs #expander #url #reactive
https://dev.to/0shuvo0/lets-create-a-url-expander-with-nodejs-963
---
Introduction to reactive programming in Node JS
https://dev.to/logrocket/exploring-reactive-programming-with-nodejs-1gbj
---
Comparison of some Node JS frameworks that developers often use
https://blog.logrocket.com/comparing-top-node-js-frameworks-frontend-developers/
#nodejs #expander #url #reactive
A simple exercise to create a Toast o Notification view with Tailwind CSS and react
https://dev.to/franciscomendes10866/how-to-create-a-notificationtoast-using-react-and-tailwind-545o
#toast #tailwind
https://dev.to/franciscomendes10866/how-to-create-a-notificationtoast-using-react-and-tailwind-545o
#toast #tailwind
Getting to know the "this" function and Object in Javascript
https://dev.to/vinoo/deeper-into-this-in-javascript-4lil
#this
https://dev.to/vinoo/deeper-into-this-in-javascript-4lil
#this
Build a backend application based on Nest TS , TypeScript and PostgreSQL
https://itnext.io/full-stack-with-ts-nest-postgres-e684b464dbc5
——
Example of JSON Web Token implementation on Nest JS
https://webera.blog/how-to-implement-refresh-tokens-jwt-in-nestjs-b8093c5642a9
—-
Using Prism ORM to connect to MySQL database in Node JS
https://medium.com/@tericcabrel/using-prisma-orm-to-build-a-node-js-application-with-mysql-ac9a7690bae8
—-
Creating multiple connections to the database on Node JS and MongoDb
https://ho3einmolavi.medium.com/multiple-databases-and-connections-in-nodejs-and-mongodb-f1c991468dd5
—-
A simple example of modifying a running Node JS server action with the help of Chrome Developer Protocol or CDP
https://levelup.gitconnected.com/nodejs-modify-running-server-behaviour-from-outside-445cee1f02b7
—-
#nodejs #nest #express #database #connection #cdp #prisma
https://itnext.io/full-stack-with-ts-nest-postgres-e684b464dbc5
——
Example of JSON Web Token implementation on Nest JS
https://webera.blog/how-to-implement-refresh-tokens-jwt-in-nestjs-b8093c5642a9
—-
Using Prism ORM to connect to MySQL database in Node JS
https://medium.com/@tericcabrel/using-prisma-orm-to-build-a-node-js-application-with-mysql-ac9a7690bae8
—-
Creating multiple connections to the database on Node JS and MongoDb
https://ho3einmolavi.medium.com/multiple-databases-and-connections-in-nodejs-and-mongodb-f1c991468dd5
—-
A simple example of modifying a running Node JS server action with the help of Chrome Developer Protocol or CDP
https://levelup.gitconnected.com/nodejs-modify-running-server-behaviour-from-outside-445cee1f02b7
—-
#nodejs #nest #express #database #connection #cdp #prisma
Learn JavaScript™ pinned «Channel that contains a collection of news or content about JavaScript, Typescript, HTML, CSS, Libraries, Framework JS, Node.js , and also the engine To search for articles, use the search feature on this channel, and you can also search by hashtag # 👇👇👇»
Forwarded from Programming World👨💻
JavaScript Features critical to understand
https://mega.nz/folder/wQ1lyQab#iJ7pacvWt5oYKFUcBtjz3A/folder/JRcHSCjY
Udemy - Spring boot Microservices
https://mega.nz/folder/z5MghYZQ#OJXC1YdmnRG5xgS_jmkHLA
Udemy - Programming for kids
https://mega.nz/folder/f5NRjKjA#nQqEpOka_VJ7XnCKPxWv7g
Udemy - Visual Studio code
https://mega.nz/folder/lVVH0S5Z#WFhaKyETBuz4tTp9ltzIdg
Udemy - Web development
https://mega.nz/folder/qx5QQILR#ZBaTPewL9wrR_M0QSJZZYg
Udemy - Php
https://mega.nz/folder/208kkKIB#TOyaWtNPs5nLv8ECBBoWqw
Udemy - Angular 8
https://mega.nz/folder/LoIUkArT#4KoPer_i1KZs-uJug8yvqw
Udemy - Learn about python
https://mega.nz/folder/RRFEyIYB#jRVC4FK87WmvtEbgSsSp5g
https://mega.nz/folder/wQ1lyQab#iJ7pacvWt5oYKFUcBtjz3A/folder/JRcHSCjY
Udemy - Spring boot Microservices
https://mega.nz/folder/z5MghYZQ#OJXC1YdmnRG5xgS_jmkHLA
Udemy - Programming for kids
https://mega.nz/folder/f5NRjKjA#nQqEpOka_VJ7XnCKPxWv7g
Udemy - Visual Studio code
https://mega.nz/folder/lVVH0S5Z#WFhaKyETBuz4tTp9ltzIdg
Udemy - Web development
https://mega.nz/folder/qx5QQILR#ZBaTPewL9wrR_M0QSJZZYg
Udemy - Php
https://mega.nz/folder/208kkKIB#TOyaWtNPs5nLv8ECBBoWqw
Udemy - Angular 8
https://mega.nz/folder/LoIUkArT#4KoPer_i1KZs-uJug8yvqw
Udemy - Learn about python
https://mega.nz/folder/RRFEyIYB#jRVC4FK87WmvtEbgSsSp5g
Introduction to Spread Operators and Rest Parameters in Modern JavaScript
https://dev.to/sturpin/spread-operator-and-rest-parameters-4dij
---
Introduction of new features in JavaScript namely Array findLast and Array findLastIndex
https://www.stefanjudis.com/notes/new-in-javascript-array-findlast-and-array-findlastindex/
---
#rest #spread #findlast #findlastindex
https://dev.to/sturpin/spread-operator-and-rest-parameters-4dij
---
Introduction of new features in JavaScript namely Array findLast and Array findLastIndex
https://www.stefanjudis.com/notes/new-in-javascript-array-findlast-and-array-findlastindex/
---
#rest #spread #findlast #findlastindex
Tips on creating error handlers in program code
https://dev.to/sargalias/best-practices-for-error-catching-and-handling-4e3m
#error #handler
https://dev.to/sargalias/best-practices-for-error-catching-and-handling-4e3m
#error #handler
3 Marvelous JavaScript Tips to Speed Up the Development Process
#js
https://betterprogramming.pub/3-marvelous-javascript-tips-to-speed-up-the-development-process-ba1bb8e3fb7a
#js
https://betterprogramming.pub/3-marvelous-javascript-tips-to-speed-up-the-development-process-ba1bb8e3fb7a
Forwarded from Learn CSS™
Creating landing pages like Starbucks coffeeshop, with HTML and CSS by Traversy Media
https://www.youtube.com/watch?v=x_n2FGNsm0o
#css #traversymedia
https://www.youtube.com/watch?v=x_n2FGNsm0o
#css #traversymedia
Practice how to deploy Node JS API backend to Heroku service
https://medium.com/@ekkycrisayoga888/tutorial-how-deploy-api-to-heroku-as-node-js-backend-engineer-34f53aa9035e
—-
Creating a Docker Container for the MERN Stack
https://medium.com/@Anas.shahwan/dockerizing-nodejs-react-js-and-mongodb-apps-be67a73c7a7b
—-
Tips on securing Node JS-based backend applications
https://deepurai.medium.com/secure-your-nodejs-applications-d13ef96a3cac
—-
Tips on how to properly kill the Node JS process and restart it
https://blaipratdesaba.com/graceful-shutdown-of-node-js-express-applications-for-zero-downtime-deployments-31c2a3c32467
#nodejs #deploy #heroku #docker #security
https://medium.com/@ekkycrisayoga888/tutorial-how-deploy-api-to-heroku-as-node-js-backend-engineer-34f53aa9035e
—-
Creating a Docker Container for the MERN Stack
https://medium.com/@Anas.shahwan/dockerizing-nodejs-react-js-and-mongodb-apps-be67a73c7a7b
—-
Tips on securing Node JS-based backend applications
https://deepurai.medium.com/secure-your-nodejs-applications-d13ef96a3cac
—-
Tips on how to properly kill the Node JS process and restart it
https://blaipratdesaba.com/graceful-shutdown-of-node-js-express-applications-for-zero-downtime-deployments-31c2a3c32467
#nodejs #deploy #heroku #docker #security
Fireship reviewed the new React JS-based framework made by the team from React Router, called Remix JS which is suitable for JAMStack
https://www.youtube.com/watch?v=r4B69HAOXnA
#react #remix #fireship #nextjs
https://www.youtube.com/watch?v=r4B69HAOXnA
#react #remix #fireship #nextjs
OOP's introduction in Javascript
https://dev.to/nehal_mahida/oops-in-javascript-with-easy-to-understand-examples-2ppn.
#oop.
https://dev.to/nehal_mahida/oops-in-javascript-with-easy-to-understand-examples-2ppn.
#oop.
ESBUILD Introduction to Build Tools from Project JavaScript
https://blog.logrocket.com/getting-started-Ebuild/
#Ebuild #bundler
https://blog.logrocket.com/getting-started-Ebuild/
#Ebuild #bundler
Next.js Resources! (Books, Courses, Articles, Videos)
Official Resources
Docs
Blog
Learn
Examples
Help
GitHub
Discussions
Discord
Books
Real-World Next.js
SaaS Boilerplate
Learning React: Modern Patterns for Developing React Apps
Fullstack React: The Complete Guide to ReactJS and Friends
Videos
Lee Robinson
Delba de Oliveira
Next.js Conf 2020
Vercel
Articles
Lee's Blog
Deploying a PlanetScale, Next.js & Prisma App to Vercel
Building the Tailwind Blog with Next.js
Migrating Notion's marketing site to Next.js
How Lyft is Migrating 100+ Frontend Microservices to Next.js
Conformance for Frameworks
The Ultimate Guide to Next.js Authentication with Auth0
Courses
Next.js Learn Course
Egghead
Production-Grade Next.js
React 2025
Mastering 2025
Tags: #Nextjs #JavaScript #JS #Framework
Official Resources
Docs
Blog
Learn
Examples
Help
GitHub
Discussions
Discord
Books
Real-World Next.js
SaaS Boilerplate
Learning React: Modern Patterns for Developing React Apps
Fullstack React: The Complete Guide to ReactJS and Friends
Videos
Lee Robinson
Delba de Oliveira
Next.js Conf 2020
Vercel
Articles
Lee's Blog
Deploying a PlanetScale, Next.js & Prisma App to Vercel
Building the Tailwind Blog with Next.js
Migrating Notion's marketing site to Next.js
How Lyft is Migrating 100+ Frontend Microservices to Next.js
Conformance for Frameworks
The Ultimate Guide to Next.js Authentication with Auth0
Courses
Next.js Learn Course
Egghead
Production-Grade Next.js
React 2025
Mastering 2025
Tags: #Nextjs #JavaScript #JS #Framework