How to deploy your React App to GitHub Pages
https://brayanarrieta.hashnode.dev/how-to-deploy-your-react-app-to-github-pages
#reactjs #github #webdevelopment #javascript
https://brayanarrieta.hashnode.dev/how-to-deploy-your-react-app-to-github-pages
#reactjs #github #webdevelopment #javascript
SolidJS Official Release: The long road to 1.0
https://dev.to/ryansolid/solidjs-official-release-the-long-road-to-1-0-4ldd
#solidjs #javascript #webdev #frameworks
https://dev.to/ryansolid/solidjs-official-release-the-long-road-to-1-0-4ldd
#solidjs #javascript #webdev #frameworks
React Project Folder Structure
https://dev.to/knitesh/react-project-folder-structure-30cm
#javascript #react #webdev #productivity
https://dev.to/knitesh/react-project-folder-structure-30cm
#javascript #react #webdev #productivity
LeetCode for front-end developers. Practice Front-End coding problems, Prepare for job interviews, Get your dream offer.
#interview #frontend #job #career #design #javascript #typescript #question #answer
https://bigfrontend.dev
#interview #frontend #job #career #design #javascript #typescript #question #answer
https://bigfrontend.dev
Real-life coding challenges to become Front-end engineer.
#challenge #frontend #js #javascript #css #practice #practical
https://devchallenges.io
#challenge #frontend #js #javascript #css #practice #practical
https://devchallenges.io
Forwarded from All kind of Ebooks ™
building-an-effective-dev-portfolio.pdf
18.9 MB
“Building an Effective Dev Portfolio”
Forwarded from Learn Web Development
💡Want to improve your HTML and CSS skills?💡
Well, you can do that by practicing on real design templates🔥
With Codewell, you can browse high quality Figma templates that you can use to sharpen your HTML and CSS skills.
📌https://codewell.cc
Well, you can do that by practicing on real design templates🔥
With Codewell, you can browse high quality Figma templates that you can use to sharpen your HTML and CSS skills.
📌https://codewell.cc
5 great code snippet websites for every web developer and designer
👇🏻 👇🏻👇🏻
1️⃣ 30 Seconds of Code
- Short code snippets for all your development needs
🔗 30secondsofcode.org
2️⃣ Free Frontend
- Free hand-picked HTML, CSS and JavaScript (jQuery, React, Vue) code examples, tutorials and articles
🔗 freefrontend.com
3️⃣ Little Snippets
- A free collection of HTML and CSS code snippets
🔗 littlesnippets.net
4️⃣ CSS Deck
- Collection of Awesome CSS and JS Creations to help out frontend developers and designers.
🔗 cssdeck.com
5️⃣ Nodejsera Snippets
- More than 70 code snippets related to Node.js
🔗 nodejsera.com/code-snippets.html
👇🏻 👇🏻👇🏻
1️⃣ 30 Seconds of Code
- Short code snippets for all your development needs
🔗 30secondsofcode.org
2️⃣ Free Frontend
- Free hand-picked HTML, CSS and JavaScript (jQuery, React, Vue) code examples, tutorials and articles
🔗 freefrontend.com
3️⃣ Little Snippets
- A free collection of HTML and CSS code snippets
🔗 littlesnippets.net
4️⃣ CSS Deck
- Collection of Awesome CSS and JS Creations to help out frontend developers and designers.
🔗 cssdeck.com
5️⃣ Nodejsera Snippets
- More than 70 code snippets related to Node.js
🔗 nodejsera.com/code-snippets.html
This media is not supported in your browser
VIEW IN TELEGRAM
✨8 React Projects Every Beginner Should Try✨
https://dev.to/thenerdydev/10-react-projects-every-beginner-should-try-fk9
#react #beginners #javascript #webdev
https://dev.to/thenerdydev/10-react-projects-every-beginner-should-try-fk9
#react #beginners #javascript #webdev
31 Front-End Development Study Topics to Improve Your Code Quality
https://dev.to/twinfred/28-front-end-development-study-topics-to-improve-your-code-quality-3mh9
#javascript #webdev #html #css
https://dev.to/twinfred/28-front-end-development-study-topics-to-improve-your-code-quality-3mh9
#javascript #webdev #html #css
How to stay focused 🔍 as a self taught Frontend Web Developer💻
https://dev.to/hyggedev/how-to-stay-focused-as-a-self-taught-frontend-web-developer-7gp
#beginners #webdev #productivity #devjournal
https://dev.to/hyggedev/how-to-stay-focused-as-a-self-taught-frontend-web-developer-7gp
#beginners #webdev #productivity #devjournal
This media is not supported in your browser
VIEW IN TELEGRAM
Cursor morphing
An example of simulating iOS morphing cursor in Web. Not entirely sure why someone would use it on desktop, but looks good as an experiment.
Definitely grabs user's attention.
https://codepen.io/VoloshchenkoAl/pen/oNzgNjM
An example of simulating iOS morphing cursor in Web. Not entirely sure why someone would use it on desktop, but looks good as an experiment.
Definitely grabs user's attention.
https://codepen.io/VoloshchenkoAl/pen/oNzgNjM
Top Interview Questions for Frontend Developers
https://dev.to/abhishekraj272/top-interview-questions-for-frontend-developers-3d5j
#webdev #react #javascript #career
https://dev.to/abhishekraj272/top-interview-questions-for-frontend-developers-3d5j
#webdev #react #javascript #career
💥Common Tech Stacks💥
LAMP : Linux - Apache - MySQL - PHP
MEAN : MongoDB - ExpressJS - AngularJS - NodeJS
MERN : MongoDB - ExpressJS - ReactJS -NodeJS
MEVN : MongoDB - ExpressJS - VueJS - NodeJS
JAM : JavaScript - API - Markup
WAMP : Windows - Apache - MySQL- PHP
LAMP : Linux - Apache - MySQL - PHP
MEAN : MongoDB - ExpressJS - AngularJS - NodeJS
MERN : MongoDB - ExpressJS - ReactJS -NodeJS
MEVN : MongoDB - ExpressJS - VueJS - NodeJS
JAM : JavaScript - API - Markup
WAMP : Windows - Apache - MySQL- PHP
Build a React App with Authorization and Authentication
https://dev.to/aspittel/build-a-react-app-with-authorization-and-authentication-1mha
#javascript #react #aws
https://dev.to/aspittel/build-a-react-app-with-authorization-and-authentication-1mha
#javascript #react #aws
A specification, recommendations, examples and much more thing for building APIs in JSON.
https://jsonapi.org
#json #api #rest #restful
https://jsonapi.org
#json #api #rest #restful
Adonis — full-stack MVC Node.js Framework highly focused on developer ergonomics, stability and confidence
#adonis #nodejs #mvc
https://adonisjs.com/
#adonis #nodejs #mvc
https://adonisjs.com/
JavaScript Tip 💡
Use the spread operator to create shallow copies of objects and arrays.
It's way cleaner than iterating and manually copying over.
#Javascripttip
Use the spread operator to create shallow copies of objects and arrays.
It's way cleaner than iterating and manually copying over.
#Javascripttip
JavaScript Tip 💡
Use console.trace instead of console.log.
It will show you the complete call stack when debugging.
#Javascripttip
Use console.trace instead of console.log.
It will show you the complete call stack when debugging.
#Javascripttip