901 private links
Une spécification ajoutant une signification lisible pour l'humain et pour la machine dans les messages des commits
The goal of this handbook is to provide gentle step-by-step instructions that will help you learn the key concepts of React.
Instead of covering all the theories and concepts of React in their entirety, I'll be teaching you important building blocks of the library. You'll learn about JSX, components, props, states, event handlers, creating forms, and running network requests.
Modern UNIX shells like bash (default on Linux) and zsh (default on macOS) keep a history of all the commands you enter. The easiest way to access this history is by pressing the up and down cursor keys to browse through the last commands.
But this is only the tip of the iceberg. There are many more powerful history features that are easy to overlook. Learning them and making them second nature will help you to become much faster with a shell.
A collection of bad practices in HTML, copied from real websites.
Switch button animated.
For a long time, centering an element within its parent was a surprisingly tricky thing to do. As CSS has evolved, we've been granted more and more tools we can use to solve this problem. These days, we're spoiled for choice!
I decided to create this tutorial to help you understand the trade-offs between different approaches, and to give you an arsenal of strategies you can use, to handle centering in all sorts of scenarios.
Honestly, this turned out to be way more interesting than I initially thought đ . Even if you've been using CSS for a while, I bet you'll learn at least 1 new strategy!
In this in-depth tutorial, you'll learn all about the Document Object Model, or DOM for short. As a web developer, understanding the DOM is fundamental for interacting with web browsers and creating dynamic web applications.
X-OVH-SPAMCAUSE decoder
Welcome to The Valley of Code. Your journey in Web Development starts here. In the fundamentals section you'll learn the basic building blocks of the Internet, the Web and how its fundamental protocol (HTTP) works.
Chaque minute, nombreuses sont les tentatives d'intrusion sur l'ensemble des ordinateurs connectées à Internet.
Parmi les attaques les plus virulentes, il y a bien sĂ»r les tentatives d'accĂšs SSH, l'exploitation de failles de sĂ©curitĂ© sur des services Web (Wordpress, PhpMyAdmin ...) et l'exploitation des failles de sĂ©curitĂ© sur des services contenant des failles de sĂ©curitĂ© connues : services SMB (139), service RDP(3389), service Docker(2376), bases MongoDB ... Ces tentatives d'attaques sont pour la majoritĂ© automatisĂ©es depuis des serveurs eux-mĂȘmes vulnĂ©rables.
Nous recevons de plus en plus de SMS contenant des liens vers des sites Web de Scamming (escroquerie).
Les SMS étant de plus en plus utilisés par les livreurs de colis, l'arnaque aux frais de douane est devenue monnaie courante sur nos Smartphones.
Le format SVG peut paraĂźtre parfois un peu intimidant, et l'associer Ă des transitions ou des animations CSS semble encore plus audacieux pour bon nombre de personnes.
Cependant, dans certains cas, l'alchimie entre SVG et CSS est aussi bĂ©nĂ©fique qu'extrĂȘmement simple Ă mettre en oeuvre. Dans ce tutoriel, nous allons suivre Ă©tape par Ă©tape comment animer un bouton burger simple avec SVG et CSS.
Your ultimate guide to cron jobs and crontab on Linux. From basics to advanced tips, learn everything you need for scheduling success.
Cet article vous présente le moyen simple de personnaliser vos éléments input de type radio ou checkbox en utilisant uniquement du CSS.
From Wikipedia:
Disk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately.
An entire disk may be allocated to a single partition, or multiple ones for cases such as dual-booting, maintaining a swap partition, or to logically separate data such as audio and video files. The partitioning scheme is stored in a partition table such as Master Boot Record (MBR) or GUID Partition Table (GPT).
Les flatpak sont, sous Linux, un systÚme de paquets universels. Le but est de faciliter le déploiement sécurisé d'applications sur différentes distributions.
Les applications sont exécutées dans un environnement « bac à sable » (sandbox) pour que ces applications soient isolées du systÚme mais que les documents soient accessibles.
On se focalise souvent sur les feuilles de style pour le rendu à l'écran, mais une page web peut également se décliner sous la forme d'un document imprimé. Coup de chance : les feuilles de style CSS servent aussi à définir les styles pour l'impression des pages web. Elle est pas belle, la vie ?
One of the wonderful things about CSS is that it allows authors to create media-specific styles for a single document. Weâre pretty used to styling for the screen, but thinking about other media isnât a habit yet. And as all the âprinter-friendlyâ links attest, our thinking about the print medium has been limited to recreating a document in a different way.
Les définitions de ressources personnalisées (CRD) sont des extensions d'API Kubernetes qui peuvent définir de nouveaux types d'objets. Les pods, ReplicaSets, ConfigMaps et Ingresses sont des exemples de ressources intégrées courantes. Les CRD vous permettent d'ajouter des types entiÚrement nouveaux à cette liste, puis de les gérer à l'aide d'outils Kubernetes familiers tels que Kubectl.