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


Samedi 17 Décembre 2022 (66)

1: Decoding JS (Part - 2): Debouncing and throttling

https://harshita-kanal.hashnode.dev/decoding-js-part-2-debouncing-and-throttling

Hashnode - javascript (Javascript)

A few years ago, an issue came up on a popular social network website rendering it unresponsive on long scrolls or making the process unbearably slow. On investigation, it was found that some very expensive computations were being performed on a scro...


2: How To Setup Cypress Testing Library' A smarter way to select elements.

https://tldrnotes.net/how-to-setup-cypress-testing-library-a-smarter-way-to-select-elements

Hashnode - javascript (Javascript)

What is Cypress Testing Library' Testing Library is a family of packages that helps you select and test UI components in a user-centric way. Simply put, it helps you select and interact with elements at a high level - without being too granular in se...


3: Vue 3 Composition API vs Options API

https://ratracegrad.hashnode.dev/vue-3-composition-api-vs-options-api

Hashnode - vuejs (Javascript)

The Composition API is a new feature in Vue.js 3 that provides a different way to define the logic of a Vue component. It allows you to use a functional style of programming and to reuse logic across multiple components. The Options API, on the other...


4: Dev Retro 2022 - Learning, learning, and ... more learning

https://mreed.hashnode.dev/dev-retro-2022-learning-learning-and-more-learning

Hashnode - javascript (Javascript)

2022 was a year in my life where a lot changed. For one, in my personal life, my wife/best-friend and I (who got married in 2022) had a baby boy--"Ryland". He was delivered in April 2022. The arrival of Ryland, though obviously expected and obviously...


5: Array methods in JavaScript !

https://onkarbhaskarpawar.hashnode.dev/array-methods-in-javascript

Hashnode - javascript (Javascript)

Method Methods are built-in functions in the language in this case javascript that are used to ease out certain tasks. Array Arrays are collections of multiple elements of different datatypes that are grouped inside the opening and closing square bra...


6: Array and Array Methods in JavaScript

https://harivansh.hashnode.dev/array-and-array-methods-in-javascript

Hashnode - javascript (Javascript)

Hi Everyone! Hope you are doing well. Today I will be discussing Array methods in JavaScript '. What is an Array in Javascript' In general, an array is a collection of items or elements. Arrays store elements and we can retrieve back elements using ...


7: Rewriting my Backup Calculator Day61

https://dheerajy1.hashnode.dev/rewriting-my-backup-calculator-day61

Hashnode - javascript (Javascript)

I am not satisfied with the First project which I did on the #Day1 of #100DaysOfCode as I was new to coding, I only wrote the Logic with if statements with less programming skills. As of Today #Day61, I am confident to build a good HTML CSS JavaScrip...


8: Movie App By HTML, CSS & JS ''

https://shjz.dev/movie-app-by-html-css-js

Hashnode - javascript (Javascript)

Hi Readers please check it out as I made this Movie App ' with the Help of HTML, CSS & JavaScript. In this Movie App, you can Watch Movie trailers as many as you want and You can Search for Any Movie you like or your Favorite also you can Select any...


9: Array & Methods of Array in JavaScript.

https://blogyug.dev/array-methods-of-array-in-javascript

Hashnode - javascript (Javascript)

Array : The Array object uses to store a collection of multiple items under a single variable name. JavaScript arrays are resizable and can contain a mix of different DataType. it is Zero-indexed. Creating an Array: There are two ways to declare an ...


10 / 66

10: Array and Array Methods in JavaScript

https://jeetu.hashnode.dev/array-and-array-methods-in-javascript

Hashnode - javascript (Javascript)

What is Array' The array is a variable that stores the collection of similar or dis-similar elements. It is used when we want to store a list of elements and access them by a single variable. In most languages where the array is a reference to the mu...


11: "Teach me JavaScript Promises like i am a child" i asked to ChatGPT

https://codetomoon.hashnode.dev/teach-me-javascript-promises-like-i-am-a-child-i-asked-to-chatgpt

Hashnode - javascript (Javascript)

it's response: Certainly! Promises are a way to handle asynchronous tasks in JavaScript. Imagine you have a toy box, and inside the toy box are different toys. Some of the toys are easy to get to, like balls or blocks. But other toys, like puzzles or...


12: JavaScript Array methods and Properties

https://chmubarak.hashnode.dev/javascript-array-methods-and-properties

Hashnode - javascript (Javascript)

JavaScript arrays are an ordered collection of values and they are a vital part of many programs. To work with arrays effectively, it's important to understand the various array methods that are available in JavaScript. In this blog, we'll cover some...


13: Building A To-do Api Using Django Rest Framework

https://codewitmelly.hashnode.dev/building-a-to-do-api-using-django-rest-framework

Hashnode - python (python)

Building an API for the first time can be very confusing especially, for a beginner in Backend Programming. In this article, we'll be explaining what APIs are and also outlining the step-by-step process of building one successfully. What is an API' A...


14: Pico Neo 3 Pro et Neo 3 Pro Eye disponibles en précommande dès maintenant

https://www.realite-virtuelle.com/pico-neo-3-pro-neo-3-pro-eye/

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

Les casques VR dédiés aux professionnels Pico Neo 3 Pro et Neo 3 Pro Eye […] Cet article Pico Neo 3 Pro et Neo 3 Pro Eye disponibles en précommande dès maintenant a été publié sur Réalité-Virtuelle.com.


15: How to draw POUYANG

https://feeds.feedblitz.com/~/722366646/0/tanglepatterns~How-to-draw-POUYANG.html

TanglePatterns (Zentangle)

Online video instructions for drawing the Zentangle®-original tangle: Pouyang. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


16: Data Science Roadmap

https://quartzprogrammer.hashnode.dev/data-science-roadmap

Hashnode - python (python)

In this blog, I have shared my thoughts regarding the roadmap to becoming a data scientist. A data scientist uses data to understand and explain the phenomena around them, and help organizations make better decisions. What does a data scientist do' D...


17: ' Webhooks 101 - How I use Discord Webhooks for personal notifications

https://blog.usmans.me/webhooks-101

Hashnode - javascript (Javascript)

Hey all '' Webhooks are a powerful tool that allow applications to communicate with each other in real-time. They are often used to send notifications or updates from one system to another without requiring manual intervention. If you know the bas...


18: How to use Array.map to render a list of items in React

https://daz4126.hashnode.dev/how-to-use-arraymap-to-render-a-list-of-items-in-react

Hashnode - javascript (Javascript)

One of the most common tasks for React developers is to render a list of data (e.g. users) onto a web page. And thanks to the the Array.map method this can be done in a simple and efficient way. In this article, you'll learn how JSX helps to make com...


19: Boost your Django skills: Learn how to use super()

https://selftaughtdev.me/boost-your-django-skills-learn-how-to-use-super

Hashnode - python (python)

The super() keyword is a useful tool in Django, a high-level Python web framework, for working with inheritance in classes. It allows a subclass to refer to its parent class, allowing the subclass to inherit attributes and methods from the parent cla...


20 / 66

20: How to use Array.filter to narrow down a list in React

https://daz4126.hashnode.dev/how-to-use-arrayfilter-to-narrow-down-a-list-in-react

Hashnode - javascript (Javascript)

How do you filter lists of data based on some user input' This is easily done using the Array.filter method! How Does Array.filter Work' ' The Array.filter method takes an array of items and returns a completely new array that only contains the elem...


21: JavaScript Array Methods

https://sdblog50.hashnode.dev/javascript-array-methods

Hashnode - javascript (Javascript)

Introduction Arrays are used to store multiple values in a single variable. Array in javascript can hold multiple datatype elements. Arrays have a numeric index which helps to access the elements within it. Array index starts from 0 and can be manipu...


22: Everything About Array In JavaScript.

https://prithviraj.hashnode.dev/everything-about-array-in-javascript

Hashnode - javascript (Javascript)

Array: The array is a special variable that holds more than one value. It is a special kind of object in javascript that store different types of datatypes in a single variable. The array is created by declaring the square bracket or using the new ke...


23: Building a Chat App with Next.js, Node.js and Socket.io

https://abdulmalik.tech/building-a-chat-app-with-nextjs-nodejs-and-socketio

Hashnode - javascript (Javascript)

In this tutorial, we will be building a chat app using Next.js, a popular framework for building server-rendered React applications. This chat app will allow users to send messages to each other in real-time, and will also feature a list of online us...


24: How to format code on save in intellij as Flutter-dart IDE

https://taelab.hashnode.dev/how-to-format-code-on-save-in-intellij-as-flutter-dart-ide

Hashnode - Flutter (Flutter)

Ctrl +Alt + s to go Settings. Languages & Frameworks flutter > Format code on save


25: Event bubbling / capturing / delegation

https://kicode.hashnode.dev/event-bubbling-capturing-delegation

Hashnode - javascript (Javascript)

Event Bubbling When an event happens on an element, it first runs the handlers on it, then on its parent, then all the way up on other ancestors. Let's say we have 3 nested elements FORM > DIV > P with a handler on each of them: body * { ...


26: Top python libraries for Machine Learning

https://frankky.com/top-python-libraries-for-machine-learning

Hashnode - python (python)

Let's see what machine learning means - As the name suggests the term machine learning means training a machine that will be able to learn from different data fields. let's look at a definition from Arthur Samuel - Machine Learning is the field of st...


27: Row / Column

https://taelab.hashnode.dev/row-column

Hashnode - Flutter (Flutter)

Row and Column have MainAxis and CrossAxis. MainAxis of Row is horizontal. MainAxis of a Column is in the vertical direction. CrossAxis of Row is vertical. CrossAxis of a Column is in the horizontal direction.


28: My Frist App with Flutter

https://codethrower.hashnode.dev/my-frist-app-with-flutter

Hashnode - Flutter (Flutter)

Why flutter' Flutter is a mobile app development framework created by Google. It uses the Dart programming language and allows developers to build natively compiled apps for mobile, web, and desktop from a single codebase. Another reason to choose Fl...


29: Exploring the Window Console '

https://snehapurkayastha.hashnode.dev/exploring-the-window-console

Hashnode - javascript (Javascript)

''The word - WINDOW The word window ' represents the browser's window. All the global variables, functions, and objects automatically become members of the window object. 'Window object provides different properties and methods such as closed, ...


30 / 66

30: John Carmack quitte son poste de "Consulting CTO" chez Meta

https://www.usine-digitale.fr/article/john-carmack-quitte-son-poste-de-consulting-cto-chez-meta.N2078986

L'usine-digitale (Informatique)

John Carmack tire sa révérence. Grande figure du développement de jeux vidéo, il aura travaillé presque 10 ans pour Meta sur les questions liées à la réalité virtuelle. Il s'était cependant peu à peu mis en retrait, réduisant son rôle à celui de consultant en 2019, notamment pour se concentrer sur ses recherches en intelligence artificielle.


31: JavaScript Fundamentals: Parameters, Arguments and Operators

https://astrodevil.hashnode.dev/javascript-fundamentals-parameters-arguments-and-operators

Hashnode - javascript (Javascript)

Today is the 3rd 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...


32: Desktop application with Electron & React (CRA)

https://www.suvankar.me/desktop-application-with-electron-react-cra

Hashnode - javascript (Javascript)

When it comes to building cross-platform Desktop applications with Javascript, Electron is one of the most reliable choices for developers. In this post, we will learn to create a production-ready configuration of React with Electron. To begin with w...


33: Randomness and choice

https://ronzhin.hashnode.dev/randomness-and-choice

Hashnode - python (python)

Frankly, I am not very good at probability theory (yeah, I did not learn as well as I should have been). But this science is so deep and beautiful and helps in a lot of tasks (algorithmic tasks too!) that couldn't have been solved otherwise, it is wo...


34: So, why Server Components'

https://blog.jankoritak.com/so-why-server-components

Hashnode - javascript (Javascript)

Let's talk components .. but on the server. But .. why would you want something like that' Are good old (client) components not good enough' Of course, they are! Client components are a perfect match for rich, interactive UIs that implement immediate...


35: Using User Input and a Menu to Calculate Shape Volumes in Python

https://codecaliper.me/using-user-input-and-a-menu-to-calculate-shape-volumes-in-python

Hashnode - python (python)

In this tutorial, we will learn how to find the volume of different shapes in Python using user input and a menu to select the shape. We will cover the following shapes: Cube Sphere Cylinder Cone Before we begin, let's first import the necessar...


36: Troubleshooting Linux and Windows builds on Unity for MacOS

https://mylittletechblog.hashnode.dev/troubleshooting-linux-and-windows-builds-on-unity-for-macos

Hashnode - Unity (unity)

Background: Since I started learning more about programming, I have started looking around for game engine solutions. I decided to turn to Unity Engine because it has many great features, fast production, and I can build multiple platforms. As soon a...


37: Troubleshooting app building on Unity for MacOS

https://mylittletechblog.hashnode.dev/troubleshooting-app-building-on-unity-for-macos

Hashnode - Unity (unity)

Background: Since I started learning more about programming, I have started looking around for game engine solutions. I decided to turn to Unity Engine because it has many great features, fast production, and I can build multiple platforms. As soon a...


38: Troubleshooting app building on Unity for MacOS

https://runnerdigitalcreations.hashnode.dev/troubleshooting-app-building-on-unity-for-macos

Hashnode - Unity (unity)

Background: Since I started learning more about programming, I have started looking around for game engine solutions. I decided to turn to Unity Engine because it has many great features, fast production, and I can build multiple platforms. As soon a...


39: How I got here - life.history.back(); | DevRetro2022

https://blog.matt.lgbt/how-i-got-here-life-history-back

Hashnode - javascript (Javascript)

Dev Retro 2022 has arrived on Hashnode and developers across the internet are taking a moment to reflect on the journey that has got them to where they are today, and I'm no exception to this. With the hype surrounding Spotify Wrapped, and other simi...


40 / 66

40: ES6 Keywords in JavaScript

https://jayakumar03.com/es6-keywords-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a constantly evolving programming language, and new features are regularly added to the language through updates to the ECMAScript specification. In this blog post, we'll take a look at some of the newer keywords in JavaScript. const Th...


41: How to write a date dynamically with HTML and JavaScript

https://jerryl.hashnode.dev/how-to-write-a-date-dynamically-with-html-and-javascript

Hashnode - javascript (Javascript)

The day is January 1, everyone is celebrating the new year, champagnes are popping and hugs are been shared. Unexpectedly, your boss or client calls you, and asks, 'Why is the old year still reflecting on the/my website'' Embarrassing' '' Well, the...


42: The Guide To JavaScript and Why It's So Important

https://ayushmangarg.hashnode.dev/the-guide-to-javascript-and-why-its-so-important

Hashnode - javascript (Javascript)

Is JavaScript related to Java' No, not at all NEVER! What is JavaScript' JavaScript is the Programming Language for the Web. JavaScript is used by programmers to create dynamic and interactive web content. Why should we learn JavaScript' JavaScript ...


43: Traditional Programming vs Machine Learning

https://frankky.com/traditional-programming-vs-machine-learning

Hashnode - python (python)

Let us look at what is the difference between traditional programming vs Machine learning Definition of Traditional Programming - Traditional Programming refers to any manually created program that uses input data and runs on a computer to produce th...


44: Support officiel de SQLite pour WordPress : un nouveau module permettant de tester l'implémentation de SQLite, introduit par Ari Stathopoulos

http://php.developpez.com/actu/339503/Support-officiel-de-SQLite-pour-WordPress-un-nouveau-module-permettant-de-tester-l-implementation-de-SQLite-introduit-par-Ari-Stathopoulos/

php (developpez.com) (Informatique / PHP)

Support officiel de SQLite pour WordPress : un nouveau module permettant de tester l'implémentation de SQLite, introduit par Ari StathopoulosDans une publication datant du 11 septembre, Ari Stathopoulos, développeur WordPress, et qui se présente également comme un évangéliste du développement durable, plaide pour un support officiel de SQLite dans WordPress. Dans un appel à l'action, Sta [...]


45: Asynchronous JavaScript: An Introduction to Handling Async Tasks

https://octobreak.hashnode.dev/asynchronous-javascript-an-introduction-to-handling-async-tasks

Hashnode - javascript (Javascript)

Originally Published on Octobreak.me Asynchronous programming is a key concept in JavaScript that allows your code to run without being blocked by long-running tasks. This is especially important when working with external APIs or databases, as these...


46: 7 Useful JS One Liners To Write Clean Code

https://blog.dappops.com/js-one-liners

Hashnode - javascript (Javascript)

Shuffle Array While using algorithms that require some degree of randomization, you will often find shuffling arrays quite a necessary skill. The following snippet shuffles an array in place with O(n log n) complexity. const shuffleArray = (arr) => a...


47: Le chat Teams bientôt intégré à Outlook

https://www.lemondeinformatique.fr/actualites/lire-le-chat-teams-bientot-integre-a-outlook-88921.html

Le monde informatique (Internet / Informatique)

Bien pratique dans l'univers Google, la fonction de chat adossée à Gmail permet de ne pas avoir à jongler entre plusieurs fenêtres (...)


48: Array in Python

https://soamtripathy.hashnode.dev/array-in-python

Hashnode - python (python)

An array is a data structure in Python that allows you to store a collection of items. It is similar to a list, but unlike a list, it has a fixed size, meaning that you cannot add or remove elements from it once it has been created. Arrays are useful...


49: JavaScript Scopes & Scope Chain

https://ekram70.hashnode.dev/javascript-scopes

Hashnode - javascript (Javascript)

What is Scope' Scope in JavaScript refers to the current context of code, which determines the accessibility of variables to JavaScript. Types of Scope in Javascript: Module Scope Function Scope Block Scope Lexical Scope Global Scope Module S...


50 / 66

50: Connect Polkadot to a Next.js website with @polkadot/extension-dapp

https://blog.andriishupta.dev/connect-polkadot-to-a-nextjs-website-with-polkadotextension-dapp

Hashnode - javascript (Javascript)

' Links andriishupta/polkadot-extension-dapp-example | GitHub polkadot-extension-dapp-example | Deployed on Vercel Extension Docs SubWallet PolkaVerse | GitHub Subtips | Github ' My Links ' Published on Hashnode ' Medium '' DEV Commun...


51: Mastering Logical Comparison, Control Flow, Filtering on Numpy Array and Pandas DataFrame

https://pyprodev.hashnode.dev/mastering-logical-comparison-control-flow-filtering-on-numpy-array-and-pandas-dataframe

Hashnode - python (python)

In this article, we will learn about different comparison operators, how to combine them with Boolean operators, and how to use Boolean outcomes in control structures. Boolean logic is the foundation of decision-making in Python programs. We'll also...


52: Kotlin Code Smell 012 - Ripple Effect

https://yonatankarp.com/kotlin-code-smell-012-ripple-effect

Hashnode - Kotlin (Mobiles)

TL;DR: If small changes have a big impact, you need to decouple your system. Problems Coupling Solutions Decouple. Cover with tests. Refactor and isolate what is changing. Depend on interfaces. Examples Legacy Systems Sample Code Wrong cla...


53: Machine Learning: A Beginner's Guide to Artificial Intelligence

https://bigachiever.hashnode.dev/machine-learning-a-beginners-guide-to-artificial-intelligence

Hashnode - python (python)

Everyone is interested in Machine Learning, But what exactly is it' Machine Learning is a technique that uses algorithms to train computers to make predictions based on existing data and experience. Predictions can include things like customer behavi...


54: Liens vagabonds : La liberté de la presse de plus en plus menacée

https://www.meta-media.fr/2022/12/17/?liens-vagabonds-liberte-de-la-presse-rsf-publie-un-bilan-accablant.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE :  533 journalistes emprisonnés dans le monde, un nouveau record - C'est ce que déplore Reporters Sans Frontières (RSF) dans son bilan annuel paru cette semaine. Le nombre de journalistes tués, porté à 54, est également en hausse, notamment à cause de la guerre en Ukraine.... The post Liens vagabonds : La liberté de la presse de plus en plus menacée first appeare [...]


55: Getting started with JavaScript

https://codethirst.hashnode.dev/getting-started-with-javascript

Hashnode - javascript (Javascript)

Why learn JavaScript' As a developer, there are plenty of reasons to start learning any language but what value it adds to your development path matters a lot. One fine reason to start with JavaScript is if you want to become a front-end developer bu...


56: React best practices and patterns to reduce code

https://devsmitra.hashnode.dev/react-best-practices-and-patterns-to-reduce-code-1

Hashnode - javascript (Javascript)

I have been working with React.js for the past couple of years and have been using it for several different projects. While working on different projects I've found some common patterns I would like to share in this blog post. Without further ado, Le...


57: How to Make a Snake Game in Python | Steps & Code

https://syntaxfix.hashnode.dev/how-to-make-a-snake-game-in-python-steps-code

Hashnode - python (python)

In this post, I'll guide you through the process of coming an easy game that even beginners in Python will find simple to make. There are many methods to make the game, one of which is the use of the PyGame library in Python which is an Python librar...


58: Download Python ''

https://topaja.hashnode.dev/download-python

Hashnode - python (python)

Step 1 Go to https://www.python.org/ Step 2 Move to Downloads. Step 3 Download the latest version of python. Step 4 Now run the python setup that you have just downloaded. Step 5 make sure that you tick this checkbox. This will add python...


59: Vendure - Setting up facets

https://h.daily-dev-tips.com/vendure-setting-up-facets

Hashnode - javascript (Javascript)

As mentioned in my very first article about Vendure, one of the most important things for me was the concept of facets. In my use case, I needed custom elements for each product that the end users could filter. For example, the beer shop I'm working ...


60 / 66

60: What is Express js'

https://ayushgandhi.dev/what-is-express-js

Hashnode - javascript (Javascript)

Express.js is a web framework for Node.js. It is fast, robust and asynchronous in nature. It is a backend framework that is helpful for creating and managing servers and routes of your application. Some of the features of Express.js: it is useful fo...


61: Web 1.0 was way more powerful than you know.

https://risesumit.hashnode.dev/web-10-was-way-more-powerful-than-you-know

Hashnode - javascript (Javascript)

Almost everywhere on the internet, web 1.0 is represented poorly, here you will see the real strength of web 1.0. Web 1.0 was all about connecting people. It was an interactive space, and I think Web 2.0 is, of course, a piece of jargon, nobody even...


62: JavaScript Arrays

https://webcoder1.hashnode.dev/javascript-arrays

Hashnode - javascript (Javascript)

In JavaScript, an array is an ordered collection of data elements. Each element can be of a different data type, and the elements are stored in a contiguous block of memory. You can create an array in JavaScript using square brackets [] and separatin...


63: How to register a model twice in the Django admin'

https://blog.devjunction.in/how-to-register-a-model-twice-in-the-django-admin

Hashnode - python (python)

Note: If you want to read the blog series on Django Admin customization, then click here. Suppose you have a Book model as given below. # app_name/models.py class Book(models.Model): ... title = models.CharField(max_length=150) is_activ...


64: Symfony Station Communiqué ' 16 December 2022.A look at Symfony, PHP, and Cybersecurity news!

https://atomicdesign.hashnode.dev/symfony-station-communique-16-december-2022a-look-at-symfony-php-and-cybersecurity-news

Hashnode - javascript (Javascript)

This communiqué originally appeared on Symfony Station, your source for cutting-edge Symfony, PHP, and Cybersecurity news.Welcome to this week's Symfony Station Communiqué. It's your review of the essential news in the Symfony and PHP development com...


65: Learning about React (Chapter III)

https://adibathemumcoder0308.hashnode.dev/learning-about-react-chapter-iii

Hashnode - javascript (Javascript)

This is the third week of December 2022, and I have learned about react hooks, a very interesting topic. I am starting with the useState hook. What is it' The useState hook lets us "remember" a value within a component function. Since our component f...


66: Top 5 JavaScript Frameworks to Learn in 2023.

https://rahulsblogs.hashnode.dev/top-5-javascript-frameworks-to-learn-in-2023

Hashnode - javascript (Javascript)

Here are the Top 5 JavaScript frameworks that would be the most popular in 2023 and you should not miss them. 1. React.Js '' React is a popular JavaScript library for building user interfaces, particularly for building single-page applications (SPAs)...




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