Skip to content

Instantly share code, notes, and snippets.

View flou-ainan's full-sized avatar
🖥️
Open to Work

Flou Ainan flou-ainan

🖥️
Open to Work
View GitHub Profile
@flou-ainan
flou-ainan / w3color.js
Last active April 3, 2024 00:57
w3color.js ver 1.18 by w3schools.com | WITH LIMITED FETURES SET
/* w3color.js ver.1.18 by w3schools.com (Do not remove this line)*/
// This file was extracted by me to be used on some color projects. All rights reseved to w3schools.
// I've just removed some lines of code that wasn't helping me, The ones related to an hexagon colorpicker;
// and I adde a "loaded" console.log near the end of the file (Line 640)
// - Flou Ainan
(function () {
function w3color(color, elmnt) {
if (!(this instanceof w3color)) { return new w3color(color, elmnt); }
@flou-ainan
flou-ainan / MDN-AI-Answer-get-hired-react.md
Created September 18, 2023 00:34
THE BEST WAY TO GET HIRED AS A REACT DEVELOPER - Answered by MDN Docs AI

THE BEST WAY TO GET HIRED AS A REACT DEVELOPER

Answered by the new MDN Docs AI

To increase your chances of getting hired as a React developer, there are several steps you can take:

  1. Build a strong foundation: Make sure you have a solid understanding of HTML, CSS, and JavaScript, as these are the core languages used in web development. Familiarize yourself with the terminal/command line as well.

  2. Learn React: Dive deep into learning React and its concepts. Start with the official React documentation and follow tutorials or online courses to gain hands-on experience. Understanding React's component-based architecture, state management, and props will be crucial.

Text Loaded Succesfully!