Monroy Gwenole pfp

Monroy Gwenole

@monroygwenole

516 Following
181 Followers


Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
✔️The Front-End Checklist https://frontendchecklist.io/
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
https://www.wired.com/story/microsoft-github-strengthen-hold-open-source/
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
Debugging with console.table()
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
Developer Roadmap https://github.com/kamranahmedse/developer-roadmap?tab=readme-ov-file
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
CSS Cheat Sheets
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
https://lab.reaal.me/jsrobot/ Cool game for learning JS
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
Useful article for Fronend begginers https://medium.com/@gaurav.pandvia/understanding-javascript-function-executions-tasks-event-loop-call-stack-more-part-1-5683dea1f5ec
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
new media queries syntacsis
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
🔥Cheat Sheet for Directives in CSS Directives are special rules that help describe how elements should look and which styles will be applied under certain conditions. @font-face - defines a custom font. @import - imports a style file into the current one. @keyframes - defines keyframes for animation. @media - applies styles based on media query conditions. @page - defines styles for a printed page. @supports - checks for the support of certain properties. @namespace - defines an XML namespace for CSS. @counter-style - declares styles for custom list markers. @document - applies styles based on document conditions. @charset - sets the document's character encoding. @layer - allows managing cascade layers.
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
🔥 Cheat sheet for the grid-area shorthand In the shorthand, values are specified in the following order: row-start/column-start/row-end/column-end, meaning first we specify both starts, and then both ends.
0 reply
0 recast
1 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
0 reply
0 recast
1 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
what will be logged in console?
0 reply
0 recast
1 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
https://www.infoworld.com/article/2516823/frequently-sought-solutions-for-javascript.html
0 reply
0 recast
0 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
👑Shaka Player - open-source JS library for adaptive media Shaka Player is a JavaScript library that plays adaptive media formats, such as DASH, HLS, and MSS in the browser, without using plugins or Flash. Instead, Shaka Player uses the open web standards MediaSource Extensions and Encrypted Media Extensions. Shaka Player also supports offline storage and playback of media files using IndexedDB. Content can be stored in any browser. https://github.com/shaka-project/shaka-player
1 reply
0 recast
1 reaction

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
🔍Embla Carousel – a lightweight JS library for creating carousels Embla Carousel is a dependency-free lightweight JS library. It helps solve the most complex problems related to creating carousels; it has an easily extensible API and plugins. Embla Carousel works in all modern browsers. https://github.com/davidjerleke/embla-carousel
0 reply
0 recast
2 reactions

Monroy Gwenole pfp
Monroy Gwenole
@monroygwenole
👩‍💻How does map.entries() work? The Map.entries() function returns a new iterator object that contains arrays of [key, value] for each element in the Map object in the order of their insertion. This method can be useful when you need to iterate over all elements of a Map object and perform some action with each key-value pair. Map.entries() returns an iterator, not an array, so to work with the result as an array, other methods should be used.
0 reply
0 recast
2 reactions