Forwarded from Learn CSS™
Creating a horizontal scrolling function using CSS, with Kevin Powell
https://www.youtube.com/watch?v=3yfswsnD2sw
#kevinPowell #carousel #horizontal #scroll
https://www.youtube.com/watch?v=3yfswsnD2sw
#kevinPowell #carousel #horizontal #scroll
How to deploy a front end web application to Github Pages
https://javascript.plainenglish.io/host-your-website-on-github-pages-for-free-1b4894104014
#github #pages
https://javascript.plainenglish.io/host-your-website-on-github-pages-for-free-1b4894104014
#github #pages
Get to know InkPaint, a library to animate canvas in HTML
https://github.com/drawcall/inkpaint
#canvas #inkpaint
https://github.com/drawcall/inkpaint
#canvas #inkpaint
Introduction to some decorators in JavaScript
https://enlear.academy/introduction-to-javascript-decorators-61d8f15c543b
—-
See references to some frameworks used in fullstack JavaScript programming
https://medium.com/@paulmorar/the-javascript-2022-stack-f5fbf028ff7a
#nodejs #decorator
https://enlear.academy/introduction-to-javascript-decorators-61d8f15c543b
—-
See references to some frameworks used in fullstack JavaScript programming
https://medium.com/@paulmorar/the-javascript-2022-stack-f5fbf028ff7a
#nodejs #decorator
Build your Web3 Resume with these 5 Blockchain Projects
1. Create a dApp
• you can learn how to Smart contract interact with blockchain,
• You can learn how to Web3.js work.
• You can start with Simple Smart contract
https://dappbuilder.io/
2. Mint an NFT
• Create an NFT from Scratch.
• learn ERC-721 token.
• Deploy on the Testnet.
• upload it to Opensea.
https://youtu.be/OVGoJV5tcM8
3. Create a ERC-20 Token
• Create your own cryptoCurrency
Add features :
• Burnable
• Mintable
• fees
• Gas fees
• Pausable
• Deflation
• Liquidity Fee
https://docs.openzeppelin.com/contracts/4.x/erc20
4. Create a DAO
Decentralized Autonomous Organization (DAO)
you can learn :
• How DAO work
• Voting process
• Governance token
• Proposal
https://buildspace.so/daos
5. Create a Crowdfunding Contract
Learn these Functions
• Payable
• contribution
• Voting
• Refund
https://github.com/Paramchoudhary/CrowdFunding-Contract
#Web3 #Resources #Projects #Resume
1. Create a dApp
• you can learn how to Smart contract interact with blockchain,
• You can learn how to Web3.js work.
• You can start with Simple Smart contract
https://dappbuilder.io/
2. Mint an NFT
• Create an NFT from Scratch.
• learn ERC-721 token.
• Deploy on the Testnet.
• upload it to Opensea.
https://youtu.be/OVGoJV5tcM8
3. Create a ERC-20 Token
• Create your own cryptoCurrency
Add features :
• Burnable
• Mintable
• fees
• Gas fees
• Pausable
• Deflation
• Liquidity Fee
https://docs.openzeppelin.com/contracts/4.x/erc20
4. Create a DAO
Decentralized Autonomous Organization (DAO)
you can learn :
• How DAO work
• Voting process
• Governance token
• Proposal
https://buildspace.so/daos
5. Create a Crowdfunding Contract
Learn these Functions
• Payable
• contribution
• Voting
• Refund
https://github.com/Paramchoudhary/CrowdFunding-Contract
#Web3 #Resources #Projects #Resume
Recognize common tag labels used in HTML
https://www.freecodecamp.org/news/html-label-label-tag-example/
---
Basic exercise to replace the background color of HTML elements with CSS
https://www.freecodecamp.org/news/div-background-color-how-to-change-background-color-in-css/
---
Some shortcuts or shorthand in using CSS
https://javascript.plainenglish.io/6-awesome-css-shorthand-properties-that-you-probably-dont-know-f593b21ebf3
---
#css #html #label #background #shorthand
https://www.freecodecamp.org/news/html-label-label-tag-example/
---
Basic exercise to replace the background color of HTML elements with CSS
https://www.freecodecamp.org/news/div-background-color-how-to-change-background-color-in-css/
---
Some shortcuts or shorthand in using CSS
https://javascript.plainenglish.io/6-awesome-css-shorthand-properties-that-you-probably-dont-know-f593b21ebf3
---
#css #html #label #background #shorthand
Learn JavaScript™ pinned «Build your Web3 Resume with these 5 Blockchain Projects 1. Create a dApp • you can learn how to Smart contract interact with blockchain, • You can learn how to Web3.js work. • You can start with Simple Smart contract https://dappbuilder.io/ 2. Mint…»
Tips and tricks for using VS Code with some frequently used shortcuts
https://betterprogramming.pub/9-marvelous-vscode-practices-you-need-to-do-now-in-2022-2ed881de8fce
#vscode #code #shortcut
https://betterprogramming.pub/9-marvelous-vscode-practices-you-need-to-do-now-in-2022-2ed881de8fce
#vscode #code #shortcut
Creating backend API with Node JS, Express JS, Micro ORM and PostgreSQL
https://blog.logrocket.com/build-api-from-scratch-using-mikroorm-node-js-express-js/
---
Practice making API backend with Express JS and MongoDb
https://dev.to/nerdjfpb/how-to-build-simple-crud-restful-api-with-nodejs-expressjs-and-mongodb-in-2022-4756
---
Creating a backend for a React Native backend app with Node JS and GraphQL
https://medium.com/@Bigscal-Technologies/how-to-create-application-in-react-native-with-node-js-backend-and-graphql-85e085092b9f
#nodejs #api #express #mongodb #postgresql #mikroOrm #graphql
https://blog.logrocket.com/build-api-from-scratch-using-mikroorm-node-js-express-js/
---
Practice making API backend with Express JS and MongoDb
https://dev.to/nerdjfpb/how-to-build-simple-crud-restful-api-with-nodejs-expressjs-and-mongodb-in-2022-4756
---
Creating a backend for a React Native backend app with Node JS and GraphQL
https://medium.com/@Bigscal-Technologies/how-to-create-application-in-react-native-with-node-js-backend-and-graphql-85e085092b9f
#nodejs #api #express #mongodb #postgresql #mikroOrm #graphql
Forwarded from Learn CSS™
How to use custom fonts in Tailwind CSS
https://blog.logrocket.com/how-to-use-custom-fonts-tailwind-css/
#custom #font #tailwind
https://blog.logrocket.com/how-to-use-custom-fonts-tailwind-css/
#custom #font #tailwind
How to Make a Scroll-Triggered Animation With Basic JavaScript
https://css-tricks.com/scroll-triggered-animation-vanilla-javascript/
#Javascript #animation #VanillaJS
https://css-tricks.com/scroll-triggered-animation-vanilla-javascript/
#Javascript #animation #VanillaJS
Forwarded from Cyber Punk™
The moment you've all been waiting for
🌟Youtube Premium Subscription.🌟
Install the youtube vanced app and sign up with your personal account .
And vanced app is not a virus neither does it contains any kind of viruses this is a legit premium youtube app. More like the official youtube app 😁
Download Link:-
https://github.com/YTVanced/VancedManager/releases/latest/download/manager.apk
---------------------------------------------------
Steps to get YT Premium:
1. Download the Vanced manager with the given Link
2. Open Vanced manager and click and install Vanced Micro G
3. Install YouTube Vanced.
4. Enjoy all the Premium features of the official youtube app for free.
Note:- While signing up for youtube make sure you select the Vanced Micro G as default if it ask for the default service.
Please share and support our channel for more content.❤️
@CyberPunk_anonymous
🌟Youtube Premium Subscription.🌟
Install the youtube vanced app and sign up with your personal account .
And vanced app is not a virus neither does it contains any kind of viruses this is a legit premium youtube app. More like the official youtube app 😁
Download Link:-
https://github.com/YTVanced/VancedManager/releases/latest/download/manager.apk
---------------------------------------------------
Steps to get YT Premium:
1. Download the Vanced manager with the given Link
2. Open Vanced manager and click and install Vanced Micro G
3. Install YouTube Vanced.
4. Enjoy all the Premium features of the official youtube app for free.
Note:- While signing up for youtube make sure you select the Vanced Micro G as default if it ask for the default service.
Please share and support our channel for more content.❤️
@CyberPunk_anonymous
4 Angular Performance Pitfalls
https://javascript.plainenglish.io/4-angular-performance-pitfalls-a221fedc709a
https://javascript.plainenglish.io/4-angular-performance-pitfalls-a221fedc709a
Manipulating PDF data in Node JS with the help of the pdf-lib library
https://blog.logrocket.com/managing-pdfs-node-pdf-lib/
#nodejs #library #pdflib
https://blog.logrocket.com/managing-pdfs-node-pdf-lib/
#nodejs #library #pdflib
Building Vue JS 3 app with Vite and Pinia State management
https://labs.pineview.io/learn-how-to-build-test-and-deploy-a-single-page-app-with-vue-3-vite-and-pinia/
#vue #pinia #vite
https://labs.pineview.io/learn-how-to-build-test-and-deploy-a-single-page-app-with-vue-3-vite-and-pinia/
#vue #pinia #vite
Forwarded from Learn CSS™
Practice with Candi Dev on creating a movie listing app with Next JS and Tailwind CSS
https://www.youtube.com/watch?v=jfNS3254gS8
#movie #nextjs #react #tailwind
https://www.youtube.com/watch?v=jfNS3254gS8
#movie #nextjs #react #tailwind
Forwarded from Cyber Punk™
⚰️ Bytescare RIP ⚰️
#️⃣ Tags: #Index
🔽 Site Rip Contents:
1. A Cloud Guru
2. Academind
3. AntonIT
4. BloggingX
5. Bloop Animation
6. CBTNuggets
7. Code4Startup
8. codedamn
9. Color Grading Academy
10. Domestika
11. Fireship.io
12. INE
13. ITProTV
14. Lecturio
15. Masterclass
16. MixingLights
17. Motion Design School
18. PacktPub
19. Pirple
20. PrepInsta
21. Skylines Academy
22. TCM Sec
23. ZeroToMastery
🔗 Index Link:
😳
https://telegra.ph/Free-Courses-02-08
#️⃣ Tags: #Index
🔽 Site Rip Contents:
1. A Cloud Guru
2. Academind
3. AntonIT
4. BloggingX
5. Bloop Animation
6. CBTNuggets
7. Code4Startup
8. codedamn
9. Color Grading Academy
10. Domestika
11. Fireship.io
12. INE
13. ITProTV
14. Lecturio
15. Masterclass
16. MixingLights
17. Motion Design School
18. PacktPub
19. Pirple
20. PrepInsta
21. Skylines Academy
22. TCM Sec
23. ZeroToMastery
🔗 Index Link:
😳
https://telegra.ph/Free-Courses-02-08
Practice with Dcode on must-know tips and tricks when Programming JavaScript
https://youtu.be/oRekCcwSeXs
---
Tips for using Async Await in a Loop
https://javascript.plainenglish.io/javascript-foreach-and-async-await-done-correctly-49cc04a3df04
---
Practice using the modern JavaScript feature of Optional Chaining properly
https://www.freecodecamp.org/news/javascript-optional-chaining/
---
#tips #trick #OptionalChaining #async #await
https://youtu.be/oRekCcwSeXs
---
Tips for using Async Await in a Loop
https://javascript.plainenglish.io/javascript-foreach-and-async-await-done-correctly-49cc04a3df04
---
Practice using the modern JavaScript feature of Optional Chaining properly
https://www.freecodecamp.org/news/javascript-optional-chaining/
---
#tips #trick #OptionalChaining #async #await
Added Tailwind CSS to React Remix JS framework
https://blog.logrocket.com/styling-remix-applications-tailwind-css/
#tailwind #remix #react
https://blog.logrocket.com/styling-remix-applications-tailwind-css/
#tailwind #remix #react
Creating API endpoint security with JWT Token on Express JS, and equipped with Refresh token
https://javascript.plainenglish.io/expressjs-api-with-secure-jwt-access-and-refresh-token-64c5478be2c0
—-
How to monitor Node JS performance or profiling
https://blog.bitsrc.io/how-to-automate-performance-profiling-in-nodejs-57524b8f763f
#nodejs #profiling #jwt #performance #express
https://javascript.plainenglish.io/expressjs-api-with-secure-jwt-access-and-refresh-token-64c5478be2c0
—-
How to monitor Node JS performance or profiling
https://blog.bitsrc.io/how-to-automate-performance-profiling-in-nodejs-57524b8f763f
#nodejs #profiling #jwt #performance #express