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

« Mars 2024 »

  • 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 9 Mars 2024 (65)

1: Difference Between Access Token and Refresh Token

https://devlearner.hashnode.dev/difference-between-access-token-and-refresh-token

Hashnode - javascript (Javascript)

Access Token :- By checking the access token we allow users to access the functionality of our app for example you are using a social media app and you have logged in successfully . Now when you are trying to comment or like on any post then your acc...


2: Mastering Templating with EJS: Partials and Layouts

https://abdulk.hashnode.dev/ejs

Hashnode - javascript (Javascript)

In the fast-paced world of web development, having a robust templating engine can be a game-changer. Enter EJS (Embedded JavaScript), a popular templating engine for Node.js applications that offers a seamless way to generate HTML markup with plain J...


3: Day 63 - Terraform Variables

https://davender.hashnode.dev/day-63-terraform-variables

Hashnode - python (python)

Variables in Terraform are fundamental for holding values such as instance names, configurations, and more. By creating a variables.tf file, we can conveniently manage all our variables in one place. Creating Variables: hclCopy codevariable "filename...


4: Effortless Data Fetching with Axios: Simplifying HTTP Requests

https://dacostasolomon-codeman.hashnode.dev/effortless-data-fetching-with-axios-simplifying-http-requests

Hashnode - javascript (Javascript)

Hey there! ' Welcome back to our tech exploration journey. Today, we're diving into the awesome world of HTTP and discovering how Axios simplifies it all. So, let's not waste a moment'dive in with me as we unravel the power of Axios together! Introd...


5: Meet ezkernel: Making Jupyter Kernel Management Effortless

https://blog.techbend.io/meet-ezkernel-making-jupyter-kernel-management-effortless

Hashnode - python (python)

In the world of data science and programming, Jupyter notebooks stand out as a versatile and powerful tool, allowing users to blend code, output, and documentation seamlessly. A key feature of Jupyter is its support for multiple kernels, enabling cod...


6: (lt.32)Unraveling JavaScript Loops: Master the Art of Iteration for Efficient Coding!

https://gopalkdwivedi.hashnode.dev/lt32unraveling-javascript-loops-master-the-art-of-iteration-for-efficient-coding

Hashnode - javascript (Javascript)

If else : In js the else part doesn't take any condition but there will be no error if you put condition in else part, but it can result to uneven results: // let a= prompt("u r age : ") // to enter a value // console.log(typeof a) // used ...


7: AI Driving CrowdStrike's Impressive Growth

https://www.webpronews.com/ai-driving-crowdstrikes-impressive-growth/

WebProNews SEO (Développement)

WebProNews AI Driving CrowdStrike’s Impressive Growth CrowdStrike's recent earnings report showcased impressive momentum, with $3.44 billion in Annual Recurring Revenue (ARR), representing 34% growth. AI Driving CrowdStrike’s Impressive Growth Staff


8: Exploring sessionStorage: A Guide to Temporary Data Storage

https://sankalp-haritash.hashnode.dev/exploring-sessionstorage-a-guide-to-temporary-data-storage

Hashnode - javascript (Javascript)

In the realm of web development, managing data efficiently is paramount to providing users with seamless experiences. One key player in this domain is sessionStorage, a client-side storage mechanism that offers temporary data storage within the user'...


9: A language that lets you create other languages'

https://rhythmbuilds.hashnode.dev/a-language-that-lets-you-create-other-languages

Hashnode - vuejs (Javascript)

What if you wanted to make your own programing language with its own unique style' You may have heard of languages like: Bhailang, LOLCODE, Brainfuck They have their own peculiar, but funny syntax. // bhailang hi bhai bol bhai "Hello bhai"; bye bha...


10 / 65

10: Day 23: Functional Programming Concepts (map, filter, reduce) in Python

https://himanshuchauhan.hashnode.dev/day-23-functional-programming-concepts-map-filter-reduce-in-python

Hashnode - python (python)

Today, on the twenty-third day of our Python learning journey, we delve into essential concepts: map, filter, and reduce functions. Join us as we explore the significance and widespread use of these powerful tools. Map In Python, the map() function i...


11: Weekend Reading ' Bill for unused domain names

https://labnotes.org/weekend-reading-bill-for-unused-domain-names/

Lab notes (Développement)

This week we got tools for URLs and PDFs, a better search engine, semantic HTML, some ideas for running your business, reversed engineers prompts and biased AI, a honest password form, problematic aircrafts, and the best meme image.


12: React Memory Leaks

https://gunjanagarwal.hashnode.dev/react-memory-leaks

Hashnode - javascript (Javascript)

Introduction: Memory leaks in React applications can be a silent performance killer, impacting user experience and overall application efficiency. In this blog post, we'll explore the causes behind memory leaks, discuss effective detection strategies...


13: Streamlining exiting your Flutter desktop app with Shortcut keys

https://huynq.dev/streamlining-exiting-your-flutter-desktop-app-with-shortcut-keys

Hashnode - Flutter (Flutter)

Flutter has emerged as a versatile framework for developing desktop applications, offering extensive support for handling keyboard events and providing a seamless user experience. In this article, we'll explore how Flutter simplifies the process of e...


14: Integrating Flutter module into your iOS SwiftUI project in 5 steps

https://huynq.dev/integrating-flutter-module-into-your-ios-swiftui-project-in-5-steps

Hashnode - Flutter (Flutter)

In certain scenarios, undertaking the extensive task of migrating or rewriting an entire existing application using Flutter may demand a considerable amount of effort, a factor that companies usually consider before deciding to use Flutter for their ...


15: Kubernetes Continues to Evolve in the Container Orchestration Space

https://www.webpronews.com/kubernetes-continues-to-evolve-in-the-container-orchestration-space/

WebProNews SEO (Développement)

WebProNews Kubernetes Continues to Evolve in the Container Orchestration Space Kubernetes continues to evolve rapidly with ongoing innovations and advancements in the container orchestration space. Kubernetes Continues to Evolve in the Container Orchestration Space Staff


16: Unique JS libraries

https://thirublog.dev/unique-js-libraries

Hashnode - javascript (Javascript)

Three.js: Three.js is a versatile library for creating 3D computer graphics in web browsers. It enables developers to build interactive 3D animations and visualizations effortlessly. With a robust set of features and a large community, it's a go-t...


17: Compiling Flutter Engine Locally (Part II)

https://huynq.dev/compiling-flutter-engine-locally-part-ii

Hashnode - Flutter (Flutter)

Welcome back to the second part of the series on compiling the Flutter engine locally. In the first article, we knew how to build the engine from the latest version. Now, we'll explore how to build the engine on a specific version and apply patch fix...


18: Compiling Flutter Engine Locally (Part I)

https://huynq.dev/compiling-flutter-engine-locally-part-i

Hashnode - Flutter (Flutter)

Flutter empowers developers to dive deeper into the framework by compiling its engine locally. This process not only enables customization but also facilitates contributions to the open-source community. In this blog post, I will walk you through a s...


19: Day - 41 of DevOps

https://gokuldevops.hashnode.dev/day-41-of-devops

Hashnode - python (python)

Exception is an event that arises when an error occurs during the execution of a program. Python uses exception objects to represent these exceptions, signaling that something has gone awry. Here's a simple example illustrating how to raise and handl...


20 / 65

20: Bisecting regression framework issue in Flutter

https://huynq.dev/bisecting-regression-framework-issue-in-flutter

Hashnode - Flutter (Flutter)

Flutter is a popular framework for building cross-platform mobile applications, is known for its stability and reliability. However, occasionally, regression issues may arise due to the introduction of a bad commit. Identifying and isolating these pr...


21: Crafting responsive Desktop UI for OverlayEntry in Flutter

https://huynq.dev/crafting-responsive-desktop-ui-for-overlayentry-in-flutter

Hashnode - Flutter (Flutter)

In Flutter, OverlayEntry allows developers to create overlay widgets on top of existing UI elements. In this article, we will dive into the process of creating OverlayEntry, tackling the challenge of resizing window, and demonstrate its potential wit...


22: Exploring the Power of Object GroupBy in JavaScript

https://stanon.hashnode.dev/exploring-the-power-of-object-groupby-in-javascript

Hashnode - javascript (Javascript)

Introduction Developers working with JavaScript frequently deal with complex datasets and object collections. Managing and organizing this data efficiently is essential for writing clean and maintainable code. One powerful tool that comes to the resc...


23: Releasing Flutter projects on GitHub

https://huynq.dev/releasing-flutter-projects-on-github

Hashnode - Flutter (Flutter)

Flutter is a popular open-source framework for building high-performance, high-fidelity mobile, web, and desktop applications. If you're working on a Flutter project and want to distribute it on GitHub, this article will guide you through the process...


24: Introduction to NetShare - Flutter opensource project

https://huynq.dev/introduction-to-netshare-flutter-opensource-project

Hashnode - Flutter (Flutter)

It's been a few months since I first launched NetShare on Twitter, and I'm so excited to announce the release of a new version that brings new features and improvements. For those of you who may have missed the initial launch, NetShare is an open-sou...


25: Top des meilleures alternatives à ProtonVPN

https://www.lebigdata.fr/alternatives-protonvpn

Le Big Data (dataviz)

La quête de la confidentialité en ligne est un défi constant. Si ProtonVPN fait figure de choix populaire, d'autres fournisseurs … Cet article Top des meilleures alternatives à ProtonVPN a été publié sur LEBIGDATA.FR.


26: Building a BMI Calculator with Glassmorphism UI using HTML, CSS, and JavaScript.

https://shamad.hashnode.dev/building-a-bmi-calculator-with-glassmorphism-ui-using-html-css-and-javascript

Hashnode - javascript (Javascript)

In today's world, where health and fitness have become paramount concerns for many individuals, having tools to monitor one's health is essential. Body Mass Index (BMI) is a widely used indicator to assess whether an individual has a healthy body wei...


27: Create a Discord bot with NodeJS

https://arindam1729.hashnode.dev/create-a-discord-bot-with-nodejs

Hashnode - javascript (Javascript)

Introduction We, developers always love to play with APIs to automate our boring activities. And With Discords API we can automate those stuff using Discord bots. In this article, we'll explore How to create a Discord bot using NodeJs and also Add a ...


28: Multithreading in Node: Boosting Node.js Performance with Worker Threads

https://blogs-krypto.hashnode.dev/boosting-nodejs-performance-with-worker-threads

Hashnode - javascript (Javascript)

Node.js runs the JavaScript code using only a single thread, which means only one statement can be executed at a time. This limitation can be problematic when dealing with CPU-intensive tasks (encryption, decryption, compression, decompression, etc.)...


29: Building your own head in Node.js

https://reejubhai.hashnode.dev/building-your-own-head-in-nodejs

Hashnode - javascript (Javascript)

Let's say you are ever in a mood, where you want to check out a file, but you don't really want to "check out" a file. The legendary creators of the Unix operating have once again come to our rescue, with the head command. According to omniscient Wik...


30 / 65

30: Optimizing Node.js with Neon: Expert Strategies for Rust Binding Writing

https://blog.omkarkirpan.com/optimizing-nodejs-with-neon-expert-strategies-for-rust-binding-writing

Hashnode - javascript (Javascript)

Node.js is a popular tool for running JavaScript on servers but can sometimes struggle with heavy-duty tasks. That's where Neon comes in. It's like a sidekick for Node.js, using Rust's muscle to make things run smoother and quicker. Think of Neon as ...


31: Add Multilingual support (Multiple Languages) to your Android App

https://sagar0-0.hashnode.dev/add-multilingual-support-multiple-languages-to-your-android-app

Hashnode - Kotlin (Mobiles)

Supporting multiple languages is important to scale up your application and reach the masses. Around 25% of India and 64% of Europe's working adult population are multilingual, and even the USA saw a ~194% increase in multilingual population. (Source...


32: NestJS Rate Limiting

https://boreditguy.com/nestjs-rate-limiting

Hashnode - javascript (Javascript)

Sometimes restrictions can be rewarding, as some would say "Less is more" and in the case of rate limiting, that's exactly what we're doing. What is rate limiting' Rate limiting is a technique used by web server developers to control the number of re...


33: Simplifying State Management in Flutter with SyncEase

https://muhsindev.hashnode.dev/simplifying-state-management-in-flutter-with-syncease

Hashnode - Flutter (Flutter)

Are you tired of dealing with complex state management solutions in your Flutter applications' Look no further! Introducing SyncEase ' your lightweight and versatile state management companion that simplifies the way you handle state in Flutter apps....


34: Welcome to my blog

https://deltianstudio.com/news-welcome

Hashnode - Unity (unity)

Welcome to my blog dedicated to my game development in Unity. My blog already exists for last few weeks and I started to write my first articles of my first tutorial of a game project in Unity as well as a page with my current portfolio of all my pro...


35: Exploring Scope in JavaScript: Understanding the Four Types of Scopes

https://www.sonusahu.com/scope-in-javascript

Hashnode - javascript (Javascript)

In this blog, we are going to delve into the fascinating world of scope in JavaScript. Scope determines the visibility and accessibility of variables within your code, and in JavaScript, there are four main types of scope: global scope, function scop...


36: Launching a 30-Day Web Development Challenge: Elevate Your Skills and Build Your Portfolio

https://alienfoxx.hashnode.dev/launching-a-30-day-web-development-challenge-elevate-your-skills-and-build-your-portfolio

Hashnode - javascript (Javascript)

Are you ready to take your web development skills to the next level' Are you eager to gain real-world experience and solidify your knowledge in HTML, CSS, JavaScript, React, jQuery, Tailwind CSS, and Bootstrap' If so, I invite you to join me on an ex...


37: StateFlow: Modernizing Android State Management

https://read.androidplay.in/stateflow-modernizing-android-state-management

Hashnode - Kotlin (Mobiles)

Background There was a time when we developers were all happy with ViewModels as it brings structure, testability, and maintainability to the codebase, saving developers from repetitive tasks and complex state management headaches. This ultimately le...


38: Update a Django Primary Key to UUID

https://tomhuibregtse.com/update-a-django-primary-key-to-uuid

Hashnode - python (python)

This is a tricky operation, especially if other models have a foreign key to the target model. A short example: from django.db import models class Author(models.Model): name = models.CharField(max_length=255) class Book(models.Model): title...


39: La supercherie Carrefour !

http://adscriptum.blogspot.com/2024/03/la-supercherie-carrefour.html

Adscriptor (Contenu / Internet)

Ou comment Carrefour m'a volé 12 litres d'eau en toute impunité...(publicité gratuite)Et j'ajouterais, outre l'impunité, avec l'arrogance totale du fort contre le faible, dont il se fout éperdument, un peu comme si je n'existais pas...Mais laissez-moi vous raconter, en commençant par un préambule : cela fait plus d'un an que je suis assez gravement malade, souffrant d'une neuropathie sévè [...]


40 / 65

40: Is server side rendering always good'

https://10xdev.codeparrot.ai/is-server-side-rendering-always-good

Hashnode - javascript (Javascript)

What is Server-Side Rendering' SSR is a technique used in web development where the HTML of a webpage is generated on the server rather than in the browser. This means when a user requests a webpage, the server prepares the HTML document by executing...


41: Automating Web Browsing with Selenium in Python

https://nitinsahu.hashnode.dev/automating-web-browsing-with-selenium-in-python

Hashnode - python (python)

Selenium is a powerful tool for automating web browsers, and when combined with Python, it becomes a versatile solution for tasks such as web scraping, testing, and automating repetitive tasks on websites. In this guide, we'll explore how to get star...


42: Inception Questions

https://akshitagarg275.hashnode.dev/inception-questions

Hashnode - javascript (Javascript)

Namaste Coders! , Here are some questions asked in the Inception Episode of Namaste React. ' What is Emmet' Emmet is a powerful productive tool for the web developers. It allows for faster and more efficient coding by providing shortcuts and abbrevia...


43: Understanding JavaScript Behind the Scenes.

https://corneliusemase.hashnode.dev/understanding-javascript-behind-the-scenes

Hashnode - javascript (Javascript)

Introduction Welcome to a behind-the-scenes glimpse of JavaScript.We will explore the inner workings that power this versatile language. In this exploration, we'll uncover the essentials like execution context, the call stack, and the crucial interpl...


44: ImageFiltered widget and Attributes

https://vinitmepani.hashnode.dev/imagefiltered-widget-and-attributes

Hashnode - Flutter (Flutter)

The ImageFiltered widget in Flutter is used to apply a filter to its child widget, typically an Image widget. It allows you to apply various image filters, such as blurs or color adjustments, to achieve different visual effects. Here are the main att...


45: PhysicalModel Widget and Attributes

https://vinitmepani.hashnode.dev/physicalmodel-widget-and-attributes

Hashnode - Flutter (Flutter)

The PhysicalModel widget in Flutter is used to create a physical model representation of a material object. It can simulate effects like elevation, shape, and surface properties, such as shadows and clipping. This widget is particularly useful when y...


46: RotatedBox Widget and Attributes

https://vinitmepani.hashnode.dev/rotatedbox-widget-and-attributes

Hashnode - Flutter (Flutter)

The RotatedBox widget is a Flutter widget that allows you to rotate its child widget by a specified angle. This can be particularly useful when you need to display content in a rotated state without affecting the layout of the surrounding widgets. At...


47: Game Development with Python and Pygame

https://itcourses0001.hashnode.dev/game-development-with-python-and-pygame

Hashnode - python (python)

Introduction: Python is a versatile and beginner-friendly programming language that is widely used in various fields, including game development. Pygame is a set of Python modules designed for writing video games, making it a popular choice among dev...


48: Unveiling the Power of OpenCV

https://nullbyte.hashnode.dev/unveiling-the-power-of-opencv

Hashnode - python (python)

OpenCV, or the Open Source Computer Vision Library, stands as a beacon in the realm of real-time computer vision. Developed by Intel in 1999, it has garnered widespread adoption from tech giants like Google, Facebook, and Microsoft. The library, avai...


49: React & Javascript Optimization Techniques - Part II

https://blog.tuanhadev.tech/react-javascript-optimization-techniques-part-ii

Hashnode - javascript (Javascript)

In the previous article, we covered five techniques, including debouncing, throttling, memoization, bundle size optimization, and keeping the component state local when necessary. In this article, we'll explore the remaining four techniques. Without ...


50 / 65

50: Understanding React Concepts: State and Prop

https://blog.atomxel.com/understanding-react-concepts-state-and-prop

Hashnode - javascript (Javascript)

React, with its declarative and component-based approach, relies on key concepts like state and props to manage and pass data. This blog aims to explain the differences between state and props with examples. State State is the internal handling of da...


51: Samsung Galaxy S, Z, A : quelles différences entre ces smartphones '

https://www.blogdumoderateur.com/samsung-galaxy-s-z-a-differences-smartphone/

Blog du Moderateur ()

Avec ses Galaxy, Samsung n'a pas fait dans la simplicité. Dans cet article, nous vous proposons un résumé synthétique des différentes gammes de smartphones.


52: Apple bloque Epic Games et son App Store sur iPhone : que va faire l'Europe''

https://www.lebigdata.fr/apple-epic-games

Le Big Data (dataviz)

Apple vient d'annoncer l'iOS 17.4. Cette mise à jour ouvre les portes aux App Store en Europe. Les développeurs peuvent … Cet article Apple bloque Epic Games et son App Store sur iPhone : que va faire l'Europe'' a été publié sur LEBIGDATA.FR.


53: t-SNE: A Comprehensive Guide

https://kunalkumarsahooai.hashnode.dev/t-sne-a-comprehensive-guide

Hashnode - python (python)

Introduction In the ever-expanding domain of machine learning and data analysis, uncovering the the underlying structure of high-dimensional datasets is a daunting task. t-distributed Stochastic Neighbor Embedding (t-SNE) is a powerful dimensionality...


54: OpenAI change la donne : fin des plugins ChatGPT ! Découvrez ce que cela signifie pour vous !

https://www.lebigdata.fr/fin-plugins-chatgpt

Le Big Data (dataviz)

On a eu l'opportunité de profiter des plugins ChatGPT depuis son lancement en 2022. Mais OpenAI vient d'annoncer une nouvelle … Cet article OpenAI change la donne : fin des plugins ChatGPT ! Découvrez ce que cela signifie pour vous ! a été publié sur LEBIGDATA.FR.


55: Part-2 : 10 Flutter Projects for Beginners

https://codec1.hashnode.dev/part-2-10-flutter-projects-for-beginners

Hashnode - Flutter (Flutter)

Introduction Flutter is a powerful open-source UI software development kit created by Google for building cross-platform applications. It enables developers to write code once and deploy it on multiple platforms, including iOS, Android, web, and desk...


56: Add memory to our GenAI application

https://k33g.hashnode.dev/add-memory-to-our-genai-application

Hashnode - javascript (Javascript)

In the previous blog post, "Create a Web UI to use the GenAI streaming API", we created a Web UI to use the GenAI API created in "GenAI streaming API with LangChainJS, Ollama and Fastify". Now, we have a usable GenAI Chatbot. Today, we will improve i...


57: Want to stand out in your open-source journey'

https://thisisnitish30.hashnode.dev/want-to-stand-out-in-your-open-source-journey

Hashnode - javascript (Javascript)

If you want to start your journey in open source, then writing good commit messages is a key thing to stand out and improve yourself as a developer. If you struggle to write good commit messages in your development, you've come to the right place. In...


58: Internal Working of Python

https://koscode.hashnode.dev/internal-working-of-python

Hashnode - python (python)

Part 1: Mutable and Immutable Objects Hello, fellow learners and programmers! Welcome to my first article, where I'll delve into the fundamental concepts of Python's internal workings. Today, we'll explore the distinction between mutable and immutabl...


59: How to upload and preview images in ReactJS'

https://blog.greenroots.info/how-to-upload-and-preview-images-in-reactjs

Hashnode - javascript (Javascript)

Uploading and previewing images are fundamental requirements in any modern user-centric application. Be it Facebook, Instagram, WhatsApp, Twitter, LinkedIn, whatever you name, you have it there. In this article, we will learn how to handle image uplo...


60 / 65

60: Day 62 - Exploring Terraform and Docker Integration '

https://davender.hashnode.dev/day-62-exploring-terraform-and-docker-integration

Hashnode - python (python)

Hey folks! Today, we're delving into the dynamic duo of Terraform and Docker, a powerhouse combination in the world of infrastructure automation. Strap in as we navigate through setting up Terraform scripts with Blocks and Resources, paving the way f...


61: Liens vagabonds : La gen Z zappe les médias traditionnels

https://www.meta-media.fr/2024/03/09/liens-vagabonds-la-gen-z-zappe-les-medias-traditionnels.html

Meta Media (Internet)

Comment éviter la rupture définitive ' Les jeunes s'intéressent à l'info, mais fuient les médias traditionnels. D'un autre monde, sensationnalistes, à côté de la plaque, trop négatifs : les médias classiques n'ont pas bonne presse auprès de la génération Z. « Le mantra des médias a souvent été « si ça saigne,... The post Liens vagabonds : La gen Z zappe les médias traditionne [...]


62: Mastering Cycle Detection in Linked Lists: A LeetCode Guide

https://blog.seancoughlin.me/mastering-cycle-detection-in-linked-lists-a-leetcode-guide

Hashnode - javascript (Javascript)

In programming interviews, especially when facing questions from platforms like LeetCode, the ability to efficiently solve problems related to data structures is crucial. Today, I'm delving into a classic problem that tests your understanding of link...


63: RT : Le cheval de Troie de l'influence russe

https://www.meta-media.fr/2024/03/09/rt-le-cheval-de-troie-de-linfluence-russe.html

Meta Media (Internet)

Propagande, désinformation, manipulation... Tels sont les termes qui reviennent lorsqu'il s'agit de la chaîne russe RT (anciennement Russia Today). Mais quelle est la réalité derrière cette machine médiatique au service du Kremlin ' Dans son essai "Un média d'influence d'état : enquête sur la chaîne russe RT", Maxime Audinet, chercheur... The post RT : Le cheval de Troie de l'influence r [...]


64: Navigating the DevOps Landscape

https://abqarx.hashnode.dev/navigating-the-devops-landscape

Hashnode - javascript (Javascript)

In the ever-evolving realm of software development, where agility and efficiency reign supreme, the principles of DevOps have emerged as a guiding light. As a Java developer stepping into this dynamic landscape, the fusion of development and operatio...




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