Tricks

Tricks

54 bookmarks
Custom sorting
Web scraping with JS | Analog Forest 🌳
Web scraping with JS | Analog Forest 🌳
If you’ll try to google “web scraping tutorial” you’ll get a bunch of tech articles on the subject that tells you how to achieve the result using python. The…
·qoob.cc·
Web scraping with JS | Analog Forest 🌳
Git : comment nommer ses branches et ses commits ?
Git : comment nommer ses branches et ses commits ?
Lorsque l'on utilise Git, surtout quand on est débutant, on ne sait pas toujours comment nommer correctement ses branches ou ses messages de commits. Pourtant il est primordial pour s'y retrouver dans un projet, de
·www.codeheroes.fr·
Git : comment nommer ses branches et ses commits ?
How to Build a Chrome Extension | CSS-Tricks
How to Build a Chrome Extension | CSS-Tricks
I made a Chrome extension this weekend because I found I was doing the same task over and over and wanted to automate it. Plus, I’m a nerd during a
·css-tricks.com·
How to Build a Chrome Extension | CSS-Tricks
New Way to Validate the Angular Reactive Form
New Way to Validate the Angular Reactive Form
Here, We will discuss model object based reactive form validation, which overcomes the current challenges of angular reactive forms.
·medium.com·
New Way to Validate the Angular Reactive Form
TIL — The power of JSON.stringify replacer parameter
TIL — The power of JSON.stringify replacer parameter
I had a challenging problem with JSON stringify that ignored my data in a place where I expected sets of values. Luckily I managed to solve it in a very elegant way.
·pawelgrzybek.com·
TIL — The power of JSON.stringify replacer parameter
Smoother & sharper shadows with layered box-shadows
Smoother & sharper shadows with layered box-shadows
With a simple CSS trick, we can get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects
·tobiasahlin.com·
Smoother & sharper shadows with layered box-shadows
5 Handy Applications of JavaScript Array.from()
5 Handy Applications of JavaScript Array.from()
Array.from() transforms array-like objects to arrays, generates ranges, removes arrays duplicates, initializes and clones arrays.
·dmitripavlutin.com·
5 Handy Applications of JavaScript Array.from()
Les nouveaux objets Set et Map en javascript ES6
Les nouveaux objets Set et Map en javascript ES6
Beaucoup d'avancées ont été faites avec ES6 mais prenons un petit moment pour examiner deux nouveaux constructeurs qui ont été introduits dans la
·www.zendevs.xyz·
Les nouveaux objets Set et Map en javascript ES6
CSS-in-JS or CSS-and-JS - Can we all just get along?
CSS-in-JS or CSS-and-JS - Can we all just get along?
Hello there. This is a thing built with old fashioned CSS and JS and another same thing built new fangled CSS-in-JS.
·johnpolacek.github.io·
CSS-in-JS or CSS-and-JS - Can we all just get along?
r0oth3x49/udemy-dl
r0oth3x49/udemy-dl
A cross-platform python based utility to download courses from udemy for personal offline use. - r0oth3x49/udemy-dl
·github.com·
r0oth3x49/udemy-dl
you-dont-need/You-Dont-Need-Momentjs
you-dont-need/You-Dont-Need-Momentjs
List of date-fns or native functions which you can use to replace moment.js + ESLint Plugin - you-dont-need/You-Dont-Need-Momentjs
·github.com·
you-dont-need/You-Dont-Need-Momentjs
thedaviddias/Front-End-Performance-Checklist
thedaviddias/Front-End-Performance-Checklist
Front-End-Performance-Checklist - 🎮The only Front-End Performance Checklist that runs faster than the others
·github.com·
thedaviddias/Front-End-Performance-Checklist
How you can improve your workflow using the JavaScript console
How you can improve your workflow using the JavaScript console
As a web developer, you know very well the need to debug your code. We often use external libraries for logs, and to format and/or display…
·medium.freecodecamp.org·
How you can improve your workflow using the JavaScript console
The backdrop-filter CSS property | CSS-Tricks
The backdrop-filter CSS property | CSS-Tricks
I had never heard of the backdrop-filter property until yesterday, but after a couple of hours messing around with it I’m positive that it’s nothing more than magic. This is because it adds filters (like changing the hue, contrast or blur) of the background of an element without changing the text or other elements
·css-tricks.com·
The backdrop-filter CSS property | CSS-Tricks
Scrollbars & CSS Custom Properties
Scrollbars & CSS Custom Properties
IntroTL;DRScrollbars on Windows are taking some space in the viewport.vw units don't take scrollbars into account. Fixed buttons in fixed modals are relative to the viewport and not the modal....
·codepen.io·
Scrollbars & CSS Custom Properties
prefetch/preload in webpack
prefetch/preload in webpack
webpack 4.6.0 adds support for prefetching (and preloading).
·medium.com·
prefetch/preload in webpack
typicode/tlapse
typicode/tlapse
tlapse - :camera: Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)
·github.com·
typicode/tlapse
10 Useful Git Tips
10 Useful Git Tips
In this tutorial we share with you a collection of tips that will help you manage your git repositories.
·tutorialzine.com·
10 Useful Git Tips
An event for CSS position:sticky | Web | Google Developers
An event for CSS position:sticky | Web | Google Developers
Using position: sticky and IntersectionObserver together to determine when elements become sticky. Apply scroll effects without scroll events!
·developers.google.com·
An event for CSS position:sticky | Web | Google Developers
A Gulp Workflow for Frontend Development Automation
A Gulp Workflow for Frontend Development Automation
As websites become more complicated to build, a frontend workflow automation tool of some sort becomes a necessity. Gulp is one such tool: gulp is a toolkit…
·nystudio107.com·
A Gulp Workflow for Frontend Development Automation
Attract hover effect
Attract hover effect
I saw the hover effect on the links of this [page](http://www.climber.io/) and I wanted to reproduce them :)...
·codepen.io·
Attract hover effect
Using NPM as a Build Tool
Using NPM as a Build Tool
A year or so ago, I came across this post by Keith Cirkel, How to Use npm as a Build Tool and it stuck with me. At the time I was transitioning to gulp from grunt both personally and for Clearleft pro…
·gablaxian.com·
Using NPM as a Build Tool
CSS in JavaScript: The future of component-based styling
CSS in JavaScript: The future of component-based styling
By adopting inline styles, we can get all of the programmatic affordances of JavaScript. This gives us the benefits of something like a CSS…
·medium.freecodecamp.com·
CSS in JavaScript: The future of component-based styling