Accès réservé...
Log Pwd
Pour s'inscrire ?

« Décembre 2022 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Mercredi 21 Décembre 2022 (471)

1: How To Set Up an OpenVPN Server on Debian 11

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction Does your team need to privately and securely access internal resources from remote locations, across untrusted networks, as if they were connected to the private network' A [Virtual Private Network](https://en.wikipedia.org/wiki/Virtual_private_network) (VPN) allows them to do just that. A VPN server acts as a single point of entry to your private network for remote users'and it [...]


2: Counting the Number of Digits in a Text File Using Python

https://codecaliper.me/counting-the-number-of-digits-in-a-text-file-using-python

Hashnode - python (python)

In this tutorial, we will learn how to count the number of digits present in a text file using Python. Here is the logic and explanation of the program: First, we need to open the required text file in read mode in our Python file. To do this, we us...


3: Add One Day to Date in JavaScript

https://gaelgthomas.com/add-one-day-to-date-javascript

Hashnode - javascript (Javascript)

Learn how to add one day to date in JavaScript using the native date object. How to Add 1 Day to Date in JavaScript' The best way to add 1 day to a JavaScript date is by using the Date object. On an existing Date, you can use the getDate function to ...


4: How To Install Composer on Debian 11 [Quickstart]

https://www.digitalocean.com/community/tutorials/how-to-install-composer-on-debian-11-quickstart

Digital Ocean Tutorials (Internet)

### Introduction In this quickstart guide, you'll install [Composer](https://getcomposer.org) on a Debian 11 server. For a more detailed version of this tutorial, with more explanations of each step, please refer to [How To Install and Use Composer on Debian 11](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-debian-11). ## Prerequisites To follow this guid [...]


5: How To Set Up WireGuard on Debian 11

https://www.digitalocean.com/community/tutorials/how-to-set-up-wireguard-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction [WireGuard](https://wireguard.com) is a light-weight *Virtual Private Network* (VPN) that supports IPv4 and IPv6 connections. A VPN allows you to traverse untrusted networks as if you were on a private network. It gives you the freedom to access the internet safely and securely from your smartphone or laptop when connected to an untrusted network, like the WiFi at a hotel or coff [...]


6: Custom Elements in JAVASCRIPT

https://hrithiksaini.hashnode.dev/custom-elements-in-javascript

Hashnode - javascript (Javascript)

Web Components are a set of APIs that allow developers to create reusable, modular components for web applications. They are designed to work across modern browsers and can be used with any JavaScript framework or library. Web Components consist of f...


7: Security Checkpoint

https://www.digitalocean.com/community/tutorials/security-checkpoint

Digital Ocean Tutorials (Internet)

### Introduction This checkpoint is intended to help you assess what you learned from our [introductory articles on security](https://www.digitalocean.com/community/tutorial_series/getting-started-with-cloud-computing#Security), where we introduced recommended security practices and commonly used security tools. You can use this checkpoint to assess your knowledge of these topics, review key term [...]


8: What is Array & there Methods

https://minecraftcoder.hashnode.dev/what-is-array-there-methods

Hashnode - javascript (Javascript)

What is Array' The array can store different types of data in a single variable whether it will be a string or number. Syntax for Array let Variable_name=[item1,item2,.....] Example Suppose you want to create a variable with different types of car ...


9: Making backend for a front end project using Express.JS and Node.JS

https://siddhantsiddh15.hashnode.dev/making-backend-for-a-front-end-project-using-expressjs-and-nodejs

Hashnode - javascript (Javascript)

This blog is based on a given React based project of Zero to Mastery backend development course Find the code for entire backend learning journey on my GitHub Start by making a client and a server folder. The files in client folder will communicate ...


10 / 471

10: An Introduction to LVM Concepts, Terminology, and Operations

https://www.digitalocean.com/community/tutorials/an-introduction-to-lvm-concepts-terminology-and-operations

Digital Ocean Tutorials (Internet)

### Introduction *LVM*, or Logical Volume Management, is a storage device management technology that gives users the power to pool and abstract the physical layout of component storage devices for flexible administration. Utilizing the [device mapper](https://en.wikipedia.org/wiki/Device_mapper) Linux kernel framework, the current iteration, LVM2, can be used to gather existing storage devices in [...]


11: ''''''''''''2022' ' '''''''''''tw

https://sarataylor.hashnode.dev/guardians-of-the-galaxy-cinese-movies

Hashnode - javascript (Javascript)

''''''''''' ''''' | ''''''''''' '' | ''''''''''' '''' | ''''''''''' '''' | ''''''''''' '''' | ''''''''''' ''1080p / 720p | Guardians of the Galaxy Holiday Special BT.709 | Guardians of the Galaxy Holiday Special HDTV | '' ''' | ''''' ''''...


12: OS in Node.JS

https://softwaredevpro.hashnode.dev/os-in-nodejs

Hashnode - javascript (Javascript)

The os module is a handy module that allows us to get details about the OS. It has a lot of operating system-related utility methods and properties. Run the code below to see details about the operating system. const os = require('os'); console.log(...


13: JavaScript Regular Expressions

https://kalina.hashnode.dev/javascript-regular-expressions

Hashnode - javascript (Javascript)

Getting Started With Javascript Regular Expressions Are you looking to get started using regular expressions in JavaScript' Regular expressions are an extremely powerful tool for finding, matching and manipulating text and can make working with strin...


14: JavaScript Fundamentals: For Loop and Modulus Operator

https://astrodevil.hashnode.dev/javascript-fundamentals-for-loop-and-modulus-operator

Hashnode - javascript (Javascript)

Today is the 6th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours to...


15: Microsoft to go fully live with new Bingbot user-agent change in January 2023

https://searchengineland.com/microsoft-to-go-fully-live-with-new-bingbot-user-agent-change-in-january-2023-390710

Search engine land (Référencement)

After a couple years of testing, Microsoft said it will stop using the old BingBot user agent next month. The post Microsoft to go fully live with new Bingbot user-agent change in January 2023 appeared first on Search Engine Land.


16: MERN Stack in web development and the Learning Path

https://codeviz.hashnode.dev/mern-stack-in-web-development-and-the-learning-path

Hashnode - javascript (Javascript)

What is MERN Stack' MERN stack is a popular stack of technologies used for web development. It stands for MongoDB, Express, React, and Node.js. MongoDB MongoDB is a cross-platform document-oriented database program. It is classified as a NoSQL databa...


17: A Visual Crash Course on Geothermal Energy

https://www.visualcapitalist.com/a-visual-crash-course-on-geothermal-energy/

Visual Capitalist (dataviz)

This infographic teaches you everything you need to know about geothermal energy in less than 5 minutes. The post A Visual Crash Course on Geothermal Energy appeared first on Visual Capitalist.


18: Array methods ''

https://anjum1198.hashnode.dev/array-methods

Hashnode - javascript (Javascript)

Working with arrays could be difficult sometimes if you don't know the right methods to use, when to use them and how to use them. Knowing these help to sort of simplify (I know that's not the best word to use) coding since we use array in our day-to...


19: 30 days of Javascript'

https://nadeemdev.hashnode.dev/30-days-of-javascript

Hashnode - javascript (Javascript)

30 Days of JavaScript is a popular online course that teaches the basics of the JavaScript programming language. It is designed for beginners who want to learn the fundamentals of JavaScript and how to use it to build web applications. The course cov...


20 / 471

20: JavaScript: Ma'lumot Turining O'zgarishi

https://devlab.uz/javascript-malumot-turining-ozgarishi

Hashnode - javascript (Javascript)

Kirish JavaScriptda o'zgaruvchining ma'lumot turini o'zgartirish 2 xil usulda amalga oshadi: implicit va explicit. Implicit - o'zbek tilida "yashirin" degan ma'noni beradi. Bu holatda, JavaScript avtomatik tarzda ma'lumot turini o'zgartiadi. Explicit...


21: Moment.js using with meteor

https://payalpmtech.hashnode.dev/momentjs-using-with-meteor

Hashnode - javascript (Javascript)

Moment.js is a popular JavaScript library that makes it easy to work with dates and times in your applications. It provides a wide range of functions and features that allow you to perform tasks such as formatting dates, calculating time intervals, a...


22: How To Use the WordPress One-Click Install on DigitalOcean

https://www.digitalocean.com/community/tutorials/how-to-use-the-wordpress-one-click-install-on-digitalocean-2

Digital Ocean Tutorials (Internet)

### Introduction [WordPress](https://www.digitalocean.com/community/tutorials/what-is-wordpress) is one of the most popular content management and blog platforms in the world, allowing you to create and manage website content efficiently. This tutorial will guide you through setting up a WordPress site using the [WordPress 1-Click App](https://marketplace.digitalocean.com/apps/wordpress). ## 1- [...]


23: How To Set Up and Configure a Certificate Authority (CA) On Debian 11

https://www.digitalocean.com/community/tutorials/how-to-set-up-and-configure-a-certificate-authority-ca-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction A [Certificate Authority](https://en.wikipedia.org/wiki/Certificate_authority) (CA) is an entity responsible for issuing digital certificates to verify identities on the internet. Although public CAs are a popular choice for verifying the identity of websites and other services that are provided to the general public, private CAs are typically used for closed groups and private s [...]


24: Phero: Build a type-safe, full-stack apps with TypeScript

https://blog.logrocket.com/phero-build-type-safe-full-stack-apps-with-typescript/

Log Rocket blog (Web 2)

Phero is another TypeScript framework for building type-safe backend APIs for full-stack apps. Learn how to build with and migrate to it. The post Phero: Build a type-safe, full-stack apps with TypeScript appeared first on LogRocket Blog.


25: Zentangle® Project Pack 19 Summary ' The Twelve Days of Zentangle, 2022 Edition ' Zentomology

https://feeds.feedblitz.com/~/722693288/0/tanglepatterns~Zentangle?-Project-Pack-Summary-The-Twelve-Days-of-Zentangle-Edition-Zentomology.html

TanglePatterns (Zentangle)

Project Pack #19 ' The Twelve Days of Zentangle, 2022 Edition. This article provides detailed notes on each of the videos for this Zentangle Project Pack and makes it easy for you to find all the related videos and any parts of them you may wish to refer to again. Each full video can also be found on the corresponding tangle's page on...Continue reading ... »TanglePatterns.com - An inde [...]


27: Advent of Code 2022 - Day 10 - Kotlin Edition

https://yonatankarp.com/advent-of-code-2022-day-10-kotlin-edition

Hashnode - Kotlin (Mobiles)

Part 1 Task You avoid the ropes, plunge into the river, and swim to shore. The Elves yell something about meeting back up with them upriver, but the river is too loud to tell exactly what they're saying. They finish crossing the bridge and disappear...


28: L'iPhone SE 4 d'Apple sur la sellette

https://www.lemondeinformatique.fr/actualites/lire-l-iphone-se-4-d-apple-sur-la-sellette-88982.html

Le monde informatique (Informatique / Internet)

Lorsque l'iPhone SE a été lancé en 2016, il a marqué un retour triomphal de l'iPhone « budget », (...)


29: Async/Await in JavaScript

https://synack.hashnode.dev/asyncawait-in-javascript

Hashnode - javascript (Javascript)

Async/await is a syntax for writing asynchronous code in JavaScript that makes it easier to work with Promises. In this tutorial, we will learn how to use async/await to write cleaner, more readable asynchronous code. Async Functions An async functio...


30 / 471

30: Handling Cookies in JavaScript

https://synack.hashnode.dev/handling-cookies-in-javascript

Hashnode - javascript (Javascript)

Cookies are small pieces of data that are stored in the browser and associated with a particular website. They can be used to store user preferences, track user behavior, and more. In this tutorial, we will learn how to work with cookies in JavaScrip...


31: OpenAI lance un outil pour créer des modèles 3D à partir d'une simple demande textuelle

https://www.usine-digitale.fr/article/openai-lance-un-outil-pour-creer-des-modeles-3d-a-partir-d-une-simple-demande-textuelle.N2079901

L'usine-digitale (Informatique)

OpenAI dévoile un nouvel outil reposant sur des technologies d'intelligences artificielles génératives. Baptisé Point-E, le système vise à créer un objet 3D à partir d'indications textuelles.


32: Plongée dans la ferme verticale ultra connectée de Jungle

https://www.usine-digitale.fr/article/plongee-dans-la-ferme-verticale-ultra-connectee-de-jungle.N2079776

L'usine-digitale (Informatique)

Basilic, persil, ciboulette... Jungle produit différentes espères d'herbes aromatiques dans sa ferme d'un nouveau genre, conçue à la verticale et qui tire partie des outils numériques. La start-up, qui cherche à se diversifier avec une offre destinée aux secteurs de la cosmétique et du parfum, ambitionne à terme de commercialiser son modèle de ferme verticale directement auprès des indu [...]


33: L'industriel ThyssenKrupp encore victime d'une cyberattaque

https://www.lemondeinformatique.fr/actualites/lire-l-industriel-thyssenkrupp-encore-victime-d-une-cyberattaque-88980.html

Le monde informatique (Informatique / Internet)

Certaines entreprises ne se demandent plus depuis longtemps si elles vont être la cible de pirates informatiques. C'est le cas du géant allemand (...)


34: Fortnite : Epic Games condamné à payer 520 millions de dollars pour n'avoir pas protégé les jeunes joueurs

https://www.usine-digitale.fr/editorial/fortnite-epic-games-condamne-a-payer-520-millions-de-dollars-pour-n-avoir-pas-protege-les-jeunes-joueurs.N2079876

L'usine-digitale (Informatique)

Le régulateur antitrust américain, la Federal Trade Commission, a conclu lundi 19 décembre plusieurs accords avec Epic Games, l'éditeur du jeu vidéo à succès Fortnite, mettant fin aux actions engagées contre l'entreprise américaine pour ne pas avoir suffisamment protégé ses joueurs les plus jeunes et pour avoir mis en place des dispositifs les poussant à procéder à des achats dans so [...]


35: What is market share: Definition, formula, and how to grow it

https://blog.logrocket.com/product-management/what-is-market-share-definition-formula-how-to-grow/

Log Rocket blog (Web 2)

It is probably every company's dream to one day be the one ruling them all ' having a 100 percent market share. The post What is market share: Definition, formula, and how to grow it appeared first on LogRocket Blog.


36: Optimizing images for mobile browsers with a UX mindset

https://blog.logrocket.com/ux-design/optimizing-images-mobile-browsers-ux-mindset/

Log Rocket blog (Web 2)

Learn the fundamental strategies for optimizing images for mobile browsers, such as lazy loading, compression, resizing, and responsiveness. The post Optimizing images for mobile browsers with a UX mindset appeared first on LogRocket Blog.


37: Mes 10 prédictions pour 2023

https://fredcavazza.net/2022/12/21/mes-10-predictions-pour-2023/

Cavazza, Fred (Web 2 / Internet)

Je ne pense pas que l’on puisse décrire le numérique comme un secteur d’activité, mais ce qui est certain, c’est que tout ce qui touche au numérique est soumis à une évolution rapide des usages, technologies et acteurs. C’est donc un domaine où les prédictions sont très intéressantes : car elles sont faciles à formuler … Lire la suite Mes 10 prédictions po [...]


38: 2022 Roundup of Web Research

https://css-tricks.com/2022-roundup-of-web-research/

css-tricks (CSS)

We’ve started making a tradition of rounding up the latest front-end research at the end of each year. We did it in 2020 and again in 2021. Reports are released throughout the year by a bunch of different companies … 2022 Roundup of Web Research originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


39: Diver-X est de retour avec une autre campagne Kickstarter pour ses gants haptiques

https://www.realite-virtuelle.com/diver-x-campagne-kickstarter/

realite-virtuelle.com (Réalité Virtuelle)

Basé au Japon, Diver-X est connu pour avoir développé le casque VR HalfDive, plus tôt […] Cet article Diver-X est de retour avec une autre campagne Kickstarter pour ses gants haptiques a été publié sur Réalité-Virtuelle.com.


40 / 471

40: MVC (Model-View-Controller)

https://vipindevelops.hashnode.dev/mvc-model-view-controller

Hashnode - javascript (Javascript)

MVC (Model-View-Controller) is known as an architectural pattern in software design commonly used to implement user interfaces, data, and controlling logic. which embodies three parts Model, View, and Controller, or to be more exact it divides the ap...


41: 10 Questions You Must Ask Before Hiring a Web Design Agency

https://www.webdesignerdepot.com/2022/12/10-questions-you-must-ask-before-hiring-a-web-design-agency/

Webdesigner depot (Design)

Finding a good web design agency is challenging, especially if you're doing it for the first time. With so many options, it's challenging to determine which best meets your needs. The obvious place to start looking for a web design agency is by asking friends, family, and colleagues for personal recommendations, but bear in mind […] The post 10 Questions You Must Ask Before Hiring a Web Desi [...]


42: Host a Serverless Flask App on Vercel

https://dhanushreddy29.hashnode.dev/host-a-serverless-flask-app-on-vercel

Hashnode - python (python)

Flask is a popular Python web framework that makes it simple to create web applications and API's in a short period. If you've created a Flask app and are worried about configuring a server as Heroku's free plan is no more, then worry not; you can ru...


43: Understanding partial hydration in Gatsby 5

https://blog.logrocket.com/understanding-partial-hydration-gatsby-5/

Log Rocket blog (Web 2)

Partial hydration enables you to selectively add interactivity to your otherwise completely static app, improving frontend performance while still keeping the benefits of client-side apps. The post Understanding partial hydration in Gatsby 5 appeared first on LogRocket Blog.


44: Gantt charts: A step-by-step guide for modern teams

https://blog.logrocket.com/product-management/gantt-charts-step-by-step-guide-modern-teams/

Log Rocket blog (Web 2)

Gantt charts are not as detrimental to a modern product toolset as some make them seem. Its effectiveness depends on context and who's using it. The post Gantt charts: A step-by-step guide for modern teams appeared first on LogRocket Blog.


45: Apple corrige dans ses Mac la faille Achilles trouvée par Microsoft

https://www.lemondeinformatique.fr/actualites/lire-apple-corrige-dans-ses-mac-la-faille-achilles-trouvee-par-microsoft-88976.html

Le monde informatique (Informatique / Internet)

Ceux qui n'ont pas mis à jour leur ordinateur Mac avec la dernière version de Ventura, Monterey ou Big Sur, devraient se dépêcher (...)


46: Why AI Is Crucial to Hiring and Retaining the Best Talent

https://www.noupe.com/business-online/why-ai-is-crucial-to-hiring-and-retaining-the-best-talent.html

Noupe (conception)

Recruiters and HR managers are tasked with a very important role within a company. After all, a company's greatest asset is arguably its staff. And recruiters and HR managers are responsible for staffing the company with the best talent for the positions and keeping them happy and engaged. With the upward trend of quiet quitting... The post Why AI Is Crucial to Hiring and Retaining the [...]


47: How to make a 3D slider effect with HTML CSS & JavaScript from Scratch

https://soudemy.hashnode.dev/how-to-make-a-3d-slider-effect-with-html-css-javascript-from-scratch

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=q6qtYca8cOM Hi guys, today we want to show How to make a 3D slider effect with HTML CSS & JavaScript from Scratch Please if you love it, support us with Like & Subscribe.'''''' Let's be friends and connect ' Subsc...


48: La marque Fiat lance un showroom'dans le metaverse !

https://www.realite-virtuelle.com/fiat-lance-un-showroomdans-le-metaverse/

realite-virtuelle.com (Réalité Virtuelle)

La marque centenaire Fiat a lancé le premier concessionnaire automobile au monde alimenté par le […] Cet article La marque Fiat lance un showroom'dans le metaverse ! a été publié sur Réalité-Virtuelle.com.


49: Optimizing the hell out of JS Code

https://blog.mathiasnitzsche.de/optimizing-the-hell-out-of-js-code

Hashnode - javascript (Javascript)

In this post, I want to share a few of the learnings I made optimizing the hell out of a tiny JavaScript app. Background It all started with an hour of quickly coding a script that loads, processes, and displays some data. Just normal stuff:Initial v...


50 / 471

50: 5 Smart Tips to Design Custom Products and Get Ahead of your Competition

https://www.noupe.com/design/tips-to-design-custom-products.html

Noupe (conception)

Custom-designed products are definitely a rising trend, and for an eCommerce business owner like you, coping with the latest trends and coming up with ideas to sell products is the best approach to success. Our world is largely concerned with social media, and what new gossips are in the flow; who won what, who did... The post 5 Smart Tips to Design Custom Products and Get Ahead of you [...]


51: Apside et Dattak lancent un outil de diagnostic cyber pour PME

https://www.lemondeinformatique.fr/actualites/lire-apside-et-dattak-lancent-un-outil-de-diagnostic-cyber-pour-pme-88970.html

Le monde informatique (Informatique / Internet)

Dans leurs spécialités respectives, Apside et Dattak ont pour point commun d'être actives dans le domaine de la cybersécurité. (...)


52: Vendre ses cryptomonnaies avant leur liquidation : est-ce la bonne chose à faire '

https://www.lebigdata.fr/vendre-cryptomonnaies-avant-liquidation

Le Big Data (dataviz)

La fin des cryptomonnaies est-elle signée ' Beaucoup s'interrogent après la faillite de FTX, qui a conduit au retrait de … Cet article Vendre ses cryptomonnaies avant leur liquidation : est-ce la bonne chose à faire ' a été publié sur LeBigData.fr.


53: Dependency Injection Container in Python

https://medium.com/@yusuf.aziz/dependency-injection-container-in-python-1fd1b90703e/dependency-injection-container-in-python

Hashnode - python (python)

Writing clean, maintainable code is a challenging task, but fortunately, there are many patterns and techniques to make achieving that task much easier. Dependency Injection is one of those approaches to writing highly effective and loosely coupled c...


54: ZeratoR : tout savoir sur le streamer

https://www.realite-virtuelle.com/zerator-tout-savoir-sur-le-streamer/

realite-virtuelle.com (Réalité Virtuelle)

Si vous faites partie de la nouvelle génération accro à la plateforme en ligne de […] Cet article ZeratoR : tout savoir sur le streamer a été publié sur Réalité-Virtuelle.com.


55: RGPD : Les Cnils européennes ont récolté plus de 830 millions d'euros en 2022

https://www.usine-digitale.fr/article/rgpd-les-cnils-europeennes-ont-recolte-plus-de-830-millions-d-euros-en-2022.N2079726

L'usine-digitale (Informatique)

La Cnil et ses équivalents européens n'ont pas chômé cette année. En tout, les agences ont prononcé 438 amendes pour violation du RGPD pour un montant total de plus de 830 millions d'euros.


56: Aspirateur Roomba : des photos de femmes nues en fuite, comment se protéger '

https://www.lebigdata.fr/aspirateur-roomba-photos-fuite

Le Big Data (dataviz)

Des photos intimes capturées par les aspirateurs robots iRobot Roomba ont été diffusées sur les réseaux sociaux. Des clichés de … Cet article Aspirateur Roomba : des photos de femmes nues en fuite, comment se protéger ' a été publié sur LeBigData.fr.


57: Node.js for Beginners: A Step-by-Step Roadmap''''''

https://blog.marvenics.com/nodejs-for-beginners-a-step-by-step-roadmap

Hashnode - javascript (Javascript)

Welcome to our blog on Node.js! Node.js is a powerful and popular runtime environment for building web applications and APIs. It is known for its ability to handle a high number of concurrent connections and its support for asynchronous, non-blocking...


58: Les cellules solaires à pigment passent le seuil des 15 % de rendement'

https://www.rtflash.fr/cellules-solaires-pigment-passent-seuil-15-rendement/article

Tregouet.org ()

Des scientifiques de l'Ecole Polytechnique Fédérale de Lausanne (EPFL) ont augmenté le rendement de conversion de puissance des cellules photovoltaïques à pigment photosensible en le poussant au-delà de 15 % à la lumière directe du soleil et 30 % à la lumière ambiante. Les cellules photovoltaïques mésoscopiques à pigment photosensible (DSC) ont été inventées dans les années 1 [...]


59: Des chercheurs du MIT améliorent la densité énergétique des batteries non rechargeables

https://www.rtflash.fr/chercheurs-mit-ameliorent-densite-energetique-batteries-non-rechargeables/article

Tregouet.org ()

Des chercheurs du MIT ont trouvé un moyen d'améliorer la densité énergétique de ces batteries non rechargeables, ou 'primaires'. Ils affirment que cette solution pourrait permettre d'augmenter de 50 % la durée de vie utile, ou de diminuer d'autant la taille et le poids pour une quantité donnée de puissance ou de capacité énergétique, tout en améliorant la sécurité, avec une augmentat [...]


60 / 471

60: Le vaccin contre le virus de l'hépatite B est toujours efficace 35 ans plus tard !

https://www.rtflash.fr/vaccin-contre-virus-l-hepatite-b-est-toujours-efficace-35-ans-plus-tard/article

Tregouet.org ()

En 1981, 1 578 adultes et enfants autochtones de l'Alaska d'au moins 6 mois vivant dans 15 communautés isolées ont reçu trois doses de vaccin contre l'hépatite B, dérivé du plasma. Le taux de réponse global a été élevé, 97,4 % des personnes développant des niveaux protecteurs d'AC anti-HBs. en lire plus


61: Types of Flutter Projects that one can add to a Portfolio or Resume

https://sandeepmodi.hashnode.dev/types-of-flutter-projects-that-one-can-add-to-a-portfolio-or-resume

Hashnode - Flutter (Flutter)

As a young or intermediate developer who has either just started out with Flutter mobile development or has already worked on a few projects, it's important to have a portfolio or resume that showcases your skills and abilities. Flutter, an open-sour...


62: Diabète de type 1 : les télomères influencent le risque cardiovasculaire

https://www.rtflash.fr/diabete-type-1-telomeres-influencent-risque-cardiovasculaire/article

Tregouet.org ()

Même s'ils sont correctement pris en charge et que leur glycémie est bien contrôlée, les diabétiques de type 1 ont un risque cardiovasculaire supérieur à celui observé dans la population générale. Afin de comprendre l'origine de cette vulnérabilité, Manuel Sanchez s'est penché sur les télomères d'une cohorte de malades : « Ces séquences particulières de l'ADN [...]


63: JS fetch: HTTP Caching instead of LocalStorage

https://blog.mathiasnitzsche.de/js-fetch-http-caching-instead-of-localstorage

Hashnode - javascript (Javascript)

In this blog post I want to share a much simple, but little-used way of caching API responses, which I actually used in a small project. The JS function fetch makes remote calls really easy, but when you want to put some caching around it using local...


64: 4 useful JavaScript libraries for your project

https://dherrbie.dev/4-useful-javascript-libraries-for-your-project

Hashnode - javascript (Javascript)

JavaScript library is a library of pre-written code that can be used repeatedly to perform JavaScript tasks. Below are 4 useful JavaScript libraries for your projects. AOS.Js AOS is the short form for "Animate on Scroll". It is a library that contain...


65: Searching In Python

https://document.hashnode.dev/searching-in-python

Hashnode - python (python)

What is Searching' In computer science, searching is the process of finding an item with specified properties from a collection of items. the items may be stored as records in a database, simple data elements in arrays, text in files, nodes in trees,...


66: JavaScript Rest and Spread Operators

https://pedbad.hashnode.dev/javascript-rest-and-spread-operators

Hashnode - javascript (Javascript)

The JavaScript rest operator (represented by three dots: ...) and the spread operator (also represented by three dots) are both useful tools for working with arrays and objects. They were introduced in ECMAScript 2015 (also known as ES6) and have bec...


67: Django

https://00universityexperience.hashnode.dev/django

Hashnode - python (python)

Django is a python framework that is used to create websites using python. It comes with many inbuilt features like a login system, database connection, and CRUD(Create, Read, Update, Delete) operations. It emphasizes the reusability of code/componen...


68: Day 1 - Python Data Structures - 7 Days of Python Data Structures

https://datashepherd.hashnode.dev/day-1-python-data-structures-7-days-of-python-data-structures

Hashnode - python (python)

Welcome to the 7 Days of Python Data Structures challenge! In this series, we'll cover the commonly used data structures in Python along with their usage and examples in a series of seven articles. What are data structures' A data structure is a way ...


69: Getting Started With NodeJS as an Absolute Backend Newbiehttps://hashnode.com/

https://adewolecode.hashnode.dev/getting-started-with-nodejs-as-an-absolute-backend-newbiehttpshashnodecom

Hashnode - javascript (Javascript)

The numerous and conflicting information about NodeJS on how and where to begin learning it can be overwhelming. personally, I had to go through tons of materials, jumping from one subpar material to the other before finally finding one that felt rig...


70 / 471

70: 'Control your AWS Apps with a simple message.

https://fayaz.click/control-your-aws-apps-with-a-simple-message

Hashnode - javascript (Javascript)

Several tools in the market enable the engineering teams to easily roll out the application changes in various environments from a simple config to major code changes. But it often requires some level of technical understanding to make those updates....


71: Amazon cède face à Bruxelles sur les pratiques antitrust de sa marketplace

https://www.lemondeinformatique.fr/actualites/lire-amazon-cede-face-a-bruxelles-sur-les-pratiques-antitrust-de-sa-marketplace-88975.html

Le monde informatique (Informatique / Internet)

Tout est bien qui finit bien. Ce proverbe fait foi pour Amazon, qui vient de se sortir une belle épine du pied en évitant une sanction financière (...)


72: How the TikTok algorithm works: Everything you need to know

https://searchengineland.com/how-tiktok-algorithm-works-390229

Search engine land (Référencement)

We read TikTok's creator guidelines and newsroom documentation, so you don't have to. Learn the lowdown on TikTok and how brands can use it. The post How the TikTok algorithm works: Everything you need to know appeared first on Search Engine Land.


73: FastAPI: The High-Performance Python Framework for Building APIs

https://jjdiaz.hashnode.dev/fastapi-the-high-performance-python-framework-for-building-apis

Hashnode - python (python)

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. One of the key features of FastAPI is its automatic OpenAPI validation and documentation, which allows you to automati...


74: FastAPI: The High-Performance Python Framework for Building APIs

https://blog.jjdiaz.dev/fastapi-the-high-performance-python-framework-for-building-apis

Hashnode - python (python)

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. One of the key features of FastAPI is its automatic OpenAPI validation and documentation, which allows you to automati...


75: About Array and It's all Method

https://atulsinghatul.hashnode.dev/about-array-and-its-all-method

Hashnode - javascript (Javascript)

Array' The array is just like a variable, in a variable we can store only one value but in the array, we can store multiple values and many types of data. 1- Declaration of the Array We declare the array as like a variable but here is the main chang...


76: Rachat VMware/Broadcom : la Commission européenne enquête

https://www.lemondeinformatique.fr/actualites/lire-rachat-vmware-broadcom-la-commission-europeenne-enquete-88974.html

Le monde informatique (Informatique / Internet)

Le mariage entre Broadcom et VMware est loin d'être un long fleuve tranquille, c'est même plutôt un chemin semé d'embûches. (...)


77: Twitter : Elon Musk est-il prêt à démissionner de son poste de PDG '

https://www.blogdumoderateur.com/elon-musk-est-il-pret-pour-demission-pdg-twitter/

Blog du Moderateur ()

Elon Musk a annoncé son intention de quitter la tête de Twitter mais à une condition : trouver le bon remplaçant !


78: Visual exploration through emotional granularity

https://flowingdata.com/2022/12/21/visual-exploration-through-emotional-granularity/

Flowing data (dataviz)

We often talk about emotions in more basic terms, such as disgust, joy,…Tags: emotion, Pudding


79: Creating and Publishing Visual Studio Code Color Themes

https://arnav.tech/creating-and-publishing-visual-studio-code-color-themes

Hashnode - javascript (Javascript)

Visual Studio Code has this in-built color theme called Quiet Light which I absolutely love, as I prefer using mostly light themes when coding in the day, when my room is filled with light. Yesterday after a long long time I was coding in darkness an...


80 / 471

80: 5 formations pour maîtriser Photoshop et Illustrator

https://www.blogdumoderateur.com/selection-formation-photoshop-illustrator-132/

Blog du Moderateur ()

Le design et la création graphique vous intéressent ' Découvrez les formations pour maîtriser les rouages de Photoshop et d'Illustrator.


81: Nouveauté TikTok : découvrez pourquoi une vidéo est recommandée dans votre flux For You

https://www.blogdumoderateur.com/tiktok-decouvrez-pourquoi-video-recommandee-for-you/

Blog du Moderateur ()

Vous cherchez à comprendre pourquoi certaines vidéos apparaissent dans votre flux For You ' TikTok vous l'explique !


82: MariaDB plonge de près de 40 % à la Bourse de New York après la fusion avec Angel Pond Holdings Corporation, ses actions ont chuté jusqu'à 5,98 dollars au cours de la première heure de négociation

http://sgbd.developpez.com/actu/339626/MariaDB-plonge-de-pres-de-40-pourcent-a-la-Bourse-de-New-York-apres-la-fusion-avec-Angel-Pond-Holdings-Corporation-ses-actions-ont-chute-jusqu-a-5-98-dollars-au-cours-de-la-premiere-heure-de-negociation/

sgbd (developpez.com) (Informatique / base de données)

MariaDB plonge de près de 40 % à la Bourse de New York après la fusion avec Angel Pond Holdings Corporation, ses actions ont chuté jusqu'à 5,98 dollars au cours de la première heure de négociationL'action de MariaDB plc a plongé de près de 40 % à la Bourse de New York le 19 décembre, après après la fusion de l'entreprise avec Angel Pond Holdings Corporationun, connu comme étant un [...]


83: Adding social links using HTML, CSS Day65

https://dheerajy1.hashnode.dev/adding-social-links-using-html-css-day65

Hashnode - javascript (Javascript)

Today #Day65 of #100DaysOfCode, I added social links using HTML, and CSS to my project. HTML Created div's and gave class names to pick and add styles in CSS.


84: Max Consecutive Ones III

https://jimboslice.hashnode.dev/max-consecutive-ones-iii

Hashnode - javascript (Javascript)

Understanding the Problem This problem uses a "sliding window" strategy. Given an array of binary, what is the longest length of consecutive "1"s we can return given our ability to flip "k" number of "0"s. Consider the following: array = [1, 1, 1, 0]...


85: Grande démission : quelles conséquences pour le secteur IT '

https://www.usine-digitale.fr/article/grande-demission-quelles-consequences-pour-le-secteur-it.N2079736

L'usine-digitale (Informatique)

Les confinements successifs ont poussé les salariés à réévaluer leurs modes de vie et leurs priorités, conduisant à des démissions parfois massives dans certains secteurs. Dans cette tribune, Mike Bushong, VP chez Juniper Networks, fait le tour du phénomène et de la façon dont les équipes IT doivent l'appréhender.


86: What makes TypeScript important to learn'

https://nidhisharma.hashnode.dev/what-makes-typescript-important-to-learn

Hashnode - javascript (Javascript)

Today we'll see why you should learn TypeScript. What are the benefits of TypeScript' Hii! my frontend -friends! If you're unsure whether to learn typescript or not, you've come to the correct spot. You won't need to read any more after reading this ...


87: Des écrans Mac survitaminés prévus en 2023

https://www.lemondeinformatique.fr/actualites/lire-des-ecrans-mac-survitamines-prevus-en-2023-88964.html

Le monde informatique (Informatique / Internet)

Pour la première fois depuis des années, Apple vend deux moniteurs autonomes pour le Mac, un Studio Display de 27 pouces avec une caméra (...)


88: 5 Essential JavaScript Concepts for Beginners

https://soysal.hashnode.dev/5-essential-javascript-concepts-for-beginners

Hashnode - javascript (Javascript)

Here Are 5 Essential JavaScript Concepts: 1. Variables Variables are used to store and manipulate data in JavaScript. They can be declared using var, let, and const keywords and can be assigned a value using the assignment operator =. For Example: va...


89: What is the difference between the useCallback and useMemo hooks'

https://nidhisharma.hashnode.dev/what-is-the-difference-between-the-usecallback-and-usememo-hooks

Hashnode - javascript (Javascript)

Today we'll look at the useCallback and useMemo hooks in depth and compare them. When discussing performance optimization in React, useCallback and use Memo hook come into the picture. These hooks are both used to optimize the app. Let's start with t...


90 / 471

90: HPC : L'Union européenne débloque 270 millions d'euros pour développer l'écosystème RISC-V

https://www.usine-digitale.fr/article/hpc-l-union-europeenne-debloque-270-millions-d-euros-pour-developper-l-ecosysteme-risc-v.N2079561

L'usine-digitale (Informatique)

L'UE semble vouloir passer aux choses sérieuses concernant le développement de capacités souveraines de calcul haute performance. Un appel à projet doté d'un budget de 270 millions d'euros sera lancé en janvier pour faire foisonner un écosystème matériel et logiciel autour de l'architecture ouverte RISC-V.


91: Fausse offre d'emploi : de nombreux Français piégés par cette arnaque de phishing

https://www.lebigdata.fr/fausses-offres-emploi

Le Big Data (dataviz)

Depuis quelques années, les arnaques aux fausses offres d'emploi se multiplient, et les Français n'y échappent pas. Récemment, beaucoup ont … Cet article Fausse offre d’emploi : de nombreux Français piégés par cette arnaque de phishing a été publié sur LeBigData.fr.


92: Livre Blanc : Les dernières solutions d'IA dans les technologies de reconnaissance d'image

https://www.lebigdata.fr/livre-blanc-solutions-ia-reconnaissance-image

Le Big Data (dataviz)

Livre Blanc Les dernières solutions d’IA dans les technologies de reconnaissance d’image Découvrez les dernières solutions IA développées par Innodisk. … Cet article Livre Blanc : Les dernières solutions d’IA dans les technologies de reconnaissance d’image a été publié sur LeBigData.fr.


93: Banque Palatine passe aux smartphones reconditionnés

https://www.lemondeinformatique.fr/actualites/lire-banque-palatine-passe-aux-smartphones-reconditionnes-88968.html

Le monde informatique (Informatique / Internet)

La Banque Palatine, spécialisée dans l'accompagnement des ETI, s'apprête à équiper plus de 1 000 collaborateurs de smartphones (...)


94: L'an 2 des plateformes de travail numérique débute

https://www.lemondeinformatique.fr/actualites/lire-l-an-2-des-plateformes-de-travail-numerique-debute-88972.html

Le monde informatique (Informatique / Internet)

La pandémie de COVID-19 a profondément changé la façon dont le travail est effectué dans les entreprises. Cette évolution (...)


95: Frédéric Bardeau, président de Simplon, élu personnalité IT 2022 du Monde Informatique

https://www.lemondeinformatique.fr/actualites/lire-frederic-bardeau-president-de-simplon-elu-personnalite-it-2022-du-monde-informatique-88940.html

Le monde informatique (Informatique / Internet)

Ils étaient 10 à prétendre au titre de personnalité IT 2022 du Monde Informatique. Après plusieurs semaines de (...)


96: Le groupe Astera s'appuie sur Kyndryl pour son move-to-cloud

https://www.lemondeinformatique.fr/actualites/lire-le-groupe-astera-s-appuie-sur-kyndryl-pour-son-move-to-cloud-88957.html

Le monde informatique (Informatique / Internet)

Le groupe coopératif Astera et sa société CERP Rouen, grossiste répartiteur pharmaceutique, fournissent différents services (...)


97: Building a CRUD API with Django

https://maxzeno.hashnode.dev/building-a-crud-api-with-django

Hashnode - python (python)

If you're looking to build a RESTful API using Django, one of the easiest ways to do so is by utilizing Django's built-in views and serializers. In this article, we'll explore how to create a basic CRUD (create, read, update, delete) API using these ...


98: Kotlin Code Smell 015 - Helper Classes

https://yonatankarp.com/kotlin-code-smell-015-helper-classes

Hashnode - Kotlin (Mobiles)

TL;DR: Helpers don't help. They are a non-cohesive bunch of messy subroutines. Problems Readability The Least surprise principle Bijection Fault Static methods Solutions Find a suitable name. If the helper is a library, break all the service...


99: Comparing implementations of the Monkey Language X: An update on performance for Go, Kotlin, Crystal, Python and Ruby

https://marioarias.hashnode.dev/comparing-implementations-of-the-monkey-language-x-an-update-on-performance-for-go-kotlin-crystal-python-and-ruby

Hashnode - python (python)

Previously In the last episode, we wrote a TypeScript implementation for the Monkey Language. Let's review some numbers, shall we' Since I started this series, most languages and runtimes have released new versions. On the other hand, I did some modi...


100 / 471

100: The case for StrEnum in Python 3.11

https://tsak.hashnode.dev/the-case-for-strenum-in-python-311

Hashnode - python (python)

With the update to Python 3.11, we ran into a subtle change in how Enum's behave. This is thanks to PEP 663 - Standardizing Enum str(), repr(), and format() behaviors. Before Python 3.11 Before Python 3.11, a string enum as shown below would return t...


101: JavaScript Object Notation

https://yakobus-mardi.hashnode.dev/javascript-object-notation

Hashnode - javascript (Javascript)

What is JSON' JSON, which is short for JavaScript Object Notation is a text format that is used for transmitting data, It is a collection of key-value pairs, the human-readable data interchange format. Important rules to note: In JSON, the keys must...


102: JavaScript : Data Types

https://subhamsahu.hashnode.dev/javascript-data-types

Hashnode - javascript (Javascript)

What are data types' The data types are just categorizations of data into different types depending upon various use cases. Javascript categorizes data into two types. Primitive - Immutable values number string boolean bigInt null undefined s...


103: Awesome animation effect for any SVGs with a surprisingly simple trick

https://blog.dotenx.com/awesome-animation-effect-for-any-svgs-with-a-surprisingly-simple-trick

Hashnode - javascript (Javascript)

In this short tutorial, I'll demonstrate how to animate the paths of any SVG similar to the animation shown in this gif (the animation is slowed down in the gif :/ ). There are a few ways to create SVGs and by the end of this tutorial, you'll get th...


104: ChatGPT will not replace engineers any time soon...

https://yonatankarp.com/chatgpt-will-not-replace-engineers-any-time-soon

Hashnode - Kotlin (Mobiles)

TL;DR: ChatGPT generates terrible buggy code faster than the average software developer. For those of you who lives under a rock in the last couple of weeks, here's Wikipedia's definition of ChatGPT: ChatGPT, which stands for Chat Generative Pre-tr...


105: How to integrate location services in Flutter.

https://cswithiyush.hashnode.dev/how-to-integrate-location-services-in-flutter

Hashnode - Flutter (Flutter)

Introduction '' Location services are an integral part of a lot of mobile apps today. It helps developers give every user a more personalized and customized experience. We can easily integrate location services in our Flutter app. There are two type...


106: Let's get started with useRef.

https://nidhisharma.hashnode.dev/lets-get-started-with-useref

Hashnode - javascript (Javascript)

useRef useRef is a React Hook that lets you reference a value that's not needed for rendering ' if you want to update your UI with that value you should use useState because whenever a state changes useState runs the re-render ' let's understand it...


107: Angular vs React vs Vue: Which Framework to Choose in 2023'

https://techsense.hashnode.dev/angular-vs-react-vs-vue-which-framework-to-choose-in-2023

Hashnode - vuejs (Javascript)

There is just one language that has a monopoly in front-end programming, and that language is Javascript. The situation with Javascript frameworks is different, and what makes it even harder to select one is that JS has 24 frameworks and more than 83...


108: Complete Guide on Arrays Methods in Javascript!!

https://krishnavetthib.hashnode.dev/complete-guide-on-arrays-methods-in-javascript

Hashnode - javascript (Javascript)

In this article, you will learn about arrays and array methods. What is an Array' An array in Javascript is a data structure that stores multiple values of the same or different data type. Arrays are resizable. Array elements can be accessed by their...


109: Converting Data Types in JavaScript: A Comprehensive Guide

https://sohankinage.hashnode.dev/converting-data-types-in-javascript-a-comprehensive-guide

Hashnode - javascript (Javascript)

Type casting in JavaScript refers to the process of converting a value from one data type to another. There are two main types of type casting in JavaScript: explicit and implicit. Explicit Type Casting Explicit type casting involves explicitly stati...


110 / 471

110: Why the Super Rich are Inevitable

https://pudding.cool/2022/12/yard-sale

pudding.cool (data)

Why some mathematicians argue the economy is designed to create a few super rich people ' unless we stop it.


111: Style Sheets (CSS)

https://adilansari.hashnode.dev/style-sheets-css

Hashnode - javascript (Javascript)

Cascading Style Sheets....is a stylesheet language used for describing the look and formatting of a document written in HTML. It is a powerful tool for web designers and developers, as it allows them to separate the content of a webpage from its appe...


112: Yet Another Newsletter LOL: Just in time

https://hashnode.iamdeveloper.com/yet-another-newsletter-lol-just-in-time

Hashnode - javascript (Javascript)

This one is coming to you a little earlier this week as I'm off for the holidays, and I know some of you are as well. With that, another week, another newsletter. Let's get to it! Around the Web I caught this on one of my nightly walks recently, A c...


113: Cold Flow vs Hot Flow

https://amitshekhar.hashnode.dev/cold-flow-vs-hot-flow

Hashnode - Kotlin (Mobiles)

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer...


114: I Bet You've Been Doing Async/Await Wrong

https://webjose.hashnode.dev/i-bet-youve-been-doing-asyncawait-wrong

Hashnode - javascript (Javascript)

Heredia, Costa Rica, 2022-12-20 Hello there! I know, you're thinking "this guy!, I've done async programming for a long time without issues". Well, it doesn't hurt double-checking, right' Why I'm Writing This Literally 9 out 10 (or more) tutorials a...


115: Python Basics - Part 1

https://cstorm.hashnode.dev/python-basics-part-1

Hashnode - python (python)

Displaying Output To display output in the terminal we use the print() function. Syntax: print(text to display) Example: print("Hello World") Taking Input For taking input, we use the input() function. Syntax: input(text to display for input) Exampl...


116: sep & end parameters

https://topaja.hashnode.dev/sep-end-parameters

Hashnode - python (python)

1. sep The sep parameter is primarily used to format the strings that need to be printed on the console and add a separator between strings. Whitespace is the default value of sep. print('Python', 'Programming', 'Language', sep='-') print('Hey', 'Cod...


117: Seven Ways Tech Helped Speed Up Banking Processes

https://www.bestfreewebresources.com/seven-ways-tech-helped-speed-up-banking-processes

Best Free Web Resources (Veille)

Technology-induced transformation is evident in every commercial industry, including the banking sector. It has not only reduced cost, automated processes, and accelerated transactions, but it is driving a structural change in the banking sector. For instance, banks can use technological innovations to block disruptions from competitors and get a competitive edge. Many newcomers can benefit [̷ [...]


118: Working with large CSV files in Python from Scratch

https://ramsescoraspe.hashnode.dev/working-with-large-csv-files-in-python-from-scratch

Hashnode - python (python)

https://coraspe-ramses.medium.com/working-with-large-csv-files-in-python-from-scratch-134587aed5f7


119: 2.47 - Build Healthy OSS Communities with OpenSauced

https://hashnode.codingcat.dev/podcast-2-47-Build-Healthy-OSS-Communities-with-OpenSauced

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/2-47-Build-Healthy-OSS-Communities-with-OpenSauced https://youtu.be/g1X1fo57LR8 https://open.spotify.com/episode/7pAOLK1hYYeC7CroRNKbHi'si=yKrHIyYFR3aHgv1s0lVAJA


120 / 471

120: Coupeling and Cohesion

https://dominic.onrender.com/coupeling-and-cohesion

Hashnode - python (python)

Here is an example of coupling and cohesion in Python: Imagine that we have a program that processes and analyzes data from a CSV file. We could implement this program using three modules: 1. reader.py: This module reads the data from the CSV file...




La veille     Haut de page     Lendemain



Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.

Présentation

Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?

Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.

Richard Carlier

Des mots,
toujours des mots...

Collaboration Partage Pagerank Donnees Echange RSS Standards Web Design CSS Participation Accessibilite Mashup Convergence Standardisation Utilisateurs Web 2.0