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

« Septembre 2023 »

  • 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


3 Septembre 2023 (65)

1: Drag & Drop implementation using html/css and Javascript

https://ndickers.hashnode.dev/drag-drop-implementation-using-htmlcss-and-javascript

Hashnode - javascript (Javascript)

Drag & drop is among the important technique a web developer must be comfortable working with. In this article we are going to cover important events involved in drag & drop. For better understanding, you need to be familiar with: html Javascript D...


2: Mastering Imbalanced NLP Datasets

https://mindfulmodeler.hashnode.dev/mastering-imbalanced-nlp-datasets

Hashnode - python (python)

Introduction Natural Language Processing (NLP) is a powerful field of artificial intelligence that has found applications in various domains, including sentiment analysis, chatbots, and content moderation. One common challenge in NLP projects is deal...


3: Ranked: Most Popular U.S. Undergraduate Degrees (2011'2021)

https://www.visualcapitalist.com/cp/charted-most-popular-u-s-undergraduate-degrees-2011-2021/

Visual Capitalist (dataviz)

Health, computer science, and engineering college departments have seen a surge of completed undergraduate degrees in the decade since 2011. The post Ranked: Most Popular U.S. Undergraduate Degrees (2011'2021) appeared first on Visual Capitalist.


4: Observables in JavaScript

https://blogs.utkarshrajput.com/observables-in-javascript

Hashnode - javascript (Javascript)

Introduction In today's fast-paced world of web development, managing complex applications and making them responsive is essential. To achieve this, the developers turned to a powerful concept called "Observables". These observations are the secret s...


5: Art of Authentication (Episode two)

https://tinktech.dev/art-of-authentication-episode-two

Hashnode - python (python)

User Authentication method (PASSWORD) User authentication is a fundamental aspect of ensuring the security and privacy of digital systems. It verifies the identity of a user trying to access a system, application, or data by requiring them to provide...


6: Exploring File Listing in Python: A Guide to os.listdir()

https://prideland.hashnode.dev/exploring-file-listing-in-python-a-guide-to-oslistdir

Hashnode - python (python)

Introduction File manipulation is a fundamental aspect of programming, and Python provides a rich set of tools to work with files and directories. In this article, we'll delve into the os.listdir() function, a simple yet powerful way to retrieve the ...


7: day13 of 90daysofdevops Python

https://shadab12.hashnode.dev/day13-of-90daysofdevops-python

Hashnode - python (python)

Hey #linkedinconnection I am thrilled to share #day13 of #90daysofdevops by Shubham Londhe Python, with its simplicity and versatility, is the perfect language to get you started! ' In my latest blog, I'll walk you through the basics of Python, how ...


8: JavaScript Logical Operators: The '' Nullish Coalescing Operator vs || Logical OR Operator

https://sivalaxman8.hashnode.dev/javascript-the-nullish-coalescing-operator

Hashnode - javascript (Javascript)

Introduction JavaScript offers several operators to manage conditional logic and data fallback. Among them, the '' (nullish coalescing) operator and || (logical OR) operator are commonly used for handling default values. In this blog post, we will de...


9: My Second Month Experience at TIIDELab Fellowship Cohort 5

https://marysam.hashnode.dev/my-second-month-experience-at-tiidelab-fellowship-cohort-5

Hashnode - javascript (Javascript)

It's been a whole 2 months in TIIDELab Fellowship and I cannot believe it, It all seemed like yesterday when I was applying to get into the fellowship and here are we two months deep, A lot has happened during this two months, I have experienced the ...


10 / 65

10: How Variables and Memory Interact in Python

https://logak.hashnode.dev/how-variables-and-memory-interact-in-python

Hashnode - python (python)

First, let us examine the concept of memory within a computer system. Picture memory is an array of compartments where data is securely stored and accessed from designated locations. This process can be likened to transmitting an email. The principal...


11: Accelerate Your AWS Lambda Journey with the TypeScript Lambda Boilerplate

https://blog.mabry.dev/accelerate-your-aws-lambda-journey-with-the-typescript-lambda-boilerplate

Hashnode - javascript (Javascript)

Are you intrigued by the potential of AWS Lambda but hesitant due to the perceived complexity of setting up infrastructure as code' You're not alone! Learning the intricacies of AWS Serverless Application Model (AWS SAM) and other infrastructure as c...


12: Understanding Reactive Programming: A Comprehensive Guide with Node.js and Java Examples

https://whynikhil.hashnode.dev/understanding-reactive-programming-a-comprehensive-guide-with-nodejs-and-java-examples

Hashnode - javascript (Javascript)

Reactive programming is a paradigm that has gained immense popularity in recent years for building scalable, resilient, and responsive applications. It's a programming paradigm that deals with asynchronous data streams and the propagation of changes....


13: Javascript Array.filter

https://rajanlagah.hashnode.dev/javascript-arrayfilter

Hashnode - javascript (Javascript)

We will discuss Polyfill for Array.filter(). About The Javascript filter takes a function as a parameter and returns a new array with items that satisfy the given function .i.e return true when the item is passed to a given function. const arr = [0,2...


14: Building a RESTful API with JSON Server: A Comprehensive Guide

https://nh47.hashnode.dev/building-a-restful-api-with-json-server-a-comprehensive-guide

Hashnode - javascript (Javascript)

Building a RESTful API with JSON Server: A Comprehensive Guide In the ever-evolving landscape of web development, creating a robust backend for your applications is a crucial step. While there are various options available, JSON Server stands out as ...


15: Day 13 Of 30DaysOfJavaScript

https://shivankkapur.hashnode.dev/day-13-of-30daysofjavascript

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 12 Article on #30DaysOfJs. In case, if you haven't then make sure you give it a read by clicking here. Console Object Methods In this article, we'll cover console and console object method...


16: Javascript Array.flat

https://rajanlagah.hashnode.dev/javascript-arrayflat

Hashnode - javascript (Javascript)

We will discuss Polyfill for Array.flat(). About Array.flat is a function that will take depth as a parameter and return new array of concatenated arrays till depth. const array = [1,3,4,5,[2,3,4,[5,67]], [1,2,3]] console.log(array.flat()) // [ 1, 3,...


17: Python Magic: Unleash the Fun with 5 Enchanting Code Tricks!

https://voidy.hashnode.dev/python-magic-unleash-the-fun-with-5-enchanting-code-tricks

Hashnode - python (python)

Are you ready to unlock the secrets of Python' Python is not just a programming language; it's like a magical wand that can make your code elegant and efficient. In this beginner-friendly guide, we'll explore five enchanting Python tricks that will m...


18: Java vs. Python vs. C++ : Choosing the Right Programming Language.

https://prakharsingh.hashnode.dev/java-vs-python-vs-cpp

Hashnode - python (python)

Introduction The world of programming languages is vast and diverse, offering developers a plethora of options to choose from. Among the many languages available, Java, Python, and C++ are three of the most popular and widely used. Each of these lang...


19: Mastering Node.js: A Beginner's Guide

https://owenthedev.hashnode.dev/mastering-nodejs-a-beginners-guide

Hashnode - javascript (Javascript)

Introduction Hello, fellow developers! Today, we embark on an exciting journey into the world of Node.js. Whether you're just starting your coding adventure or you're a seasoned developer looking to expand your skillset, Node.js has a lot to offer. I...


20 / 65

20: Why Learn R As A Software Developer

https://tammyhansen.hashnode.dev/why-learn-r-as-a-software-developer

Hashnode - python (python)

I became fascinated with the R language when I got the opportunity at work to take a few extra classes for free, and there were a few offerings for this mysterious language called R. I soon learned that R is rather specific to the needs of statistici...


21: Celestial Event: Communicating with Extraterrestrial Beings Using the Visitor Pattern

https://youlserf.hashnode.dev/celestial-event-communicating-with-extraterrestrial-beings-using-the-visitor-pattern

Hashnode - javascript (Javascript)

Greetings, cosmic explorers and code aficionados, Imagine a celestial event where humanity communicates with extraterrestrial beings, navigating various interactions and interpretations. Much like the Visitor Pattern, which enables you to define new ...


22: Demystifying JavaScript Engines

https://ankitbajpai1607.hashnode.dev/demystifying-javascript-engines

Hashnode - javascript (Javascript)

JavaScript is one of the most widely used programming languages, powering the interactive web experiences we encounter every day. Have you ever wondered how JavaScript code gets executed in your browser' That's where JavaScript engines come into play...


23: Function Currying!

https://ajayravi.hashnode.dev/function-currying

Hashnode - javascript (Javascript)

In the world of programming, function currying stands as a powerful technique that enhances code readability, reusability, and maintainability. This article explores what function currying is, why it's used, its relationship with closures, and provid...


24: Mastering Scope Functions in Kotlin Android '

https://kmdev.hashnode.dev/mastering-scope-functions-in-kotlin-android

Hashnode - Kotlin (Mobiles)

In this blog post, we will dive into the world of scope functions in Kotlin for Android development. Scope functions are powerful tools that allow us to write concise and expressive code by providing a convenient way to work with objects within a spe...


25: JavaScript Object-Oriented Programming (OOP) Made Simple

https://blog.vishalkrishna.in/javascript-object-oriented-programming-oop-made-simple

Hashnode - javascript (Javascript)

Introduction: JavaScript is a versatile language, and at its core, it's all about Object-Oriented Programming (OOP). While OOP in JavaScript might sound complex, this post aims to make it easy to grasp. We'll break down the basics, so you can use OOP...


26: Svelte.js Cheatsheet: A Quick Reference Guide for Web Developers

https://easewithtuts.hashnode.dev/sveltejs-cheatsheet-a-quick-reference-guide-for-web-developers

Hashnode - javascript (Javascript)

Introduction: Svelte.js is a revolutionary JavaScript framework that enables developers to build highly performant web applications with minimal overhead. Its innovative approach to compiling components at build time provides a smooth development exp...


27: Python's Trick to Generate Unlimited Fake Data in Minutes!

https://theengineerkid.hashnode.dev/pythons-trick-to-generate-unlimited-fake-data-in-minutes

Hashnode - python (python)

Introduction In today's data-driven world, the demand for information is growing higher. From developing and testing applications to training machine learning models, having access to data is important. However, getting real data isn't always possibl...


28: Angular CLI: Tips and Tricks for Productive Development

https://blogs.ayushdev.com/angular-cli-tips-and-tricks-for-productive-development

Hashnode - javascript (Javascript)

Angular CLI (Command Line Interface) is a powerful tool that simplifies and accelerates Angular development. Whether you're a beginner or an experienced developer, there are numerous tips and tricks you can use to streamline your workflow and become ...


29: Damgan-22 août 2023-Orchestre La Clef des Champs ovationné par le public Damganais

http://amisdekervoyal.viabloga.com/news/damgan-22-aout-2023-orchestre-la-clef-des-champs-ovationne-par-le-public-damganais

Amis de Kervoyal (Divers...)

C'était le 22 août dernier. Pour la deuxième année consécutive, l'Association pour la Restauration du Patrimoine Damganais (ARPD) a eu la joie d'accueillir le jeune orchestre La Clef des Champs. Encore une fois, il s'est produit au profit de la restauration du moulin de Kervoyal.Les musiciens (une vingtaine) ont conquis et enchanté le public venu très nombreux dans l'église de Damgan. Rare [...]


30 / 65

30: Truthy & Falsy Values with Confidence!

https://stephenice.hashnode.dev/truthy-falsy-values-with-confidence

Hashnode - javascript (Javascript)

Let's dive into the intriguing world of truthy and falsy values in JavaScript. We'll explore their fundamental concepts and dissect their impact on logical operations within the JavaScript language. It's important to note that not all values inherent...


31: JS Call, Apply and Bind Methods and their Use-cases

https://valhunter.hashnode.dev/js-call-apply-and-bind-methods-and-their-use-cases

Hashnode - javascript (Javascript)

The call, apply and bind methods are essential knowledge to every JavaScript developer. But most developers fail to harness them to their full potential. This article explicitly breaks down each of these methods. By the end, you will be a much better...


32: Make Lazy Loading in NextJs using dynamic import and Intersection Observer API

https://thewheelofcoder.hashnode.dev/make-lazy-loading-in-nextjs-using-dynamic-import-and-intersection-observer-api

Hashnode - javascript (Javascript)

Many modern websites nowadays have lots of content and assets like images and videos to serve to end users on a page. Loading and serving such huge data in one go can be a time-consuming process and hamper user experience so to avoid that concept of ...


33: Logical operators in JavaScript

https://aryansharma.hashnode.dev/logical-operators-in-javascript

Hashnode - javascript (Javascript)

Hey Amazing people Welcome to another blog in the JavaScript blog course.| In this blog, we aimed to study the Logical Operators of javascript. Logical operators There are four logical operators in JavaScript: || (OR) && (AND) ! (NOT) '' (Nullish Co...


34: Securing Front-End Apps With CORS

https://sivalaxman8.hashnode.dev/securing-front-end-apps-with-cors

Hashnode - javascript (Javascript)

Purpose and Scope of this Article In this article, we dive deep into CORS to demystify these security measures for you. We'll learn how to implement them effectively in various front-end frameworks like React, Angular, and Vue.js, with practical exam...


35: How to handle file uploads in Django

https://superbemiloju.hashnode.dev/how-to-handle-file-uploads-in-django

Hashnode - python (python)

If your goal is to understand How to create a File Field in Django How Django manages and stores these files How to access the file objects for further editing How to access these files in your code and render them on a web page Then you are at...


36: Programming languages for 2023

https://hritikpost.hashnode.dev/programming-languages-for-2023

Hashnode - python (python)

These all are oop (object oriented programming) language Python Ruby for rails C++ Java Kotlin Python Python is a versatile, high-level programming language known for its simplicity and readability. It is widely used in web development, data ...


37: Transitioning to TypeScript: The Ultimate Starter Guide - Part 4

https://innovatesphere.hashnode.dev/transitioning-to-typescript-the-ultimate-starter-guide-part-4

Hashnode - javascript (Javascript)

TypeScript from JavaScript Part 4 of 7: Advanced Types and Type Guards Welcome back to our series on transitioning from JavaScript to TypeScript! If you've been following along, by now you should have a good grasp on the basics of TypeScript, includi...


38: The Road to Enhanced Flutter Development Part 1

https://rohithgilla.hashnode.dev/the-road-to-enhanced-flutter-development-part-1

Hashnode - Flutter (Flutter)

Introduction Flutter is an excellent open-source framework for building cross-platform applications in a single codebase, ensuring good performance. This series documents my journey of building a good dev tool app for Flutter apps. Of course, it will...


39: Document Object Model(Objects)

https://anantguptablogs.hashnode.dev/document-object-modelobjects

Hashnode - javascript (Javascript)

Document object model contains elements in the form of objects. Objects are categorized into two different parts Properties Methods Let's take an example of a bus, so Imagine a picture of a bus. It has 4 tyres, 2 doors, it has some colour for...


40 / 65

40: Debounce VS Normal Search

https://techmeet.hashnode.dev/debounce-vs-normal-search

Hashnode - javascript (Javascript)

Table of Contents Introduction Normal Search: The Basics Advantages of Normal Search Debounce: A Different Approach Advantages of Debounce Choosing the Right Approach Implementing Debounce and Normal Search in a React Application Debounce S...


41: Building a Cron Expression Parser using Python

https://anil.hashnode.dev/building-a-cron-expression-parser-using-python-clm398wi4000009l5f4bxgrxj

Hashnode - python (python)

Introduction Task scheduling can be a complex task in software development, especially when it comes to specifying when and how often a task should run. This is where cron expressions come in handy. Cron expressions are widely used to define schedule...


42: '''': JavaScript''''4 - ''''''

https://urlun0404.hashnode.dev/reading-notes-javascript-technique-manual-4-oop-advance

Hashnode - javascript (Javascript)

Object protocol '''' valueOf '''''''' number ' string ''''''' +'-'*'/'** valueOf '''''''''''''''''''''''' valueOf ' Date '''''''''(>'='


43: '''': JavaScript''''3 - ''''''

https://urlun0404.hashnode.dev/reading-notes-javascript-technique-manual-3-function-advance

Hashnode - javascript (Javascript)

Closure '' function ' lexical environment (''''') ''' free variable ''''''''''''''' var fs = []; for (var i = 0; i < 10; ++i){ fs[i] = function(){ return i; // '''''' i } } console.log(fs[0]()); // 10 console.log...


44: '''': JavaScript''''3 - ''''''

https://urlun0404.hashnode.dev/reading-notes-javascript-technique-manual-3-function-basics

Hashnode - javascript (Javascript)

'''''''''''''''''''''''''' '''' '''''''''''''(encapsulation) ''''''' '''' function declaration '''' JS engine''''''''' function literal '''' ''expresstion ''''''''''function object '''/'''''''''''' Anonymous function '''''''''''' ''''''''''''' ...


45: JavaScript Statements: Unlocking the Power of Code Control

https://blog.ganeshjaiwal.dev/javascript-statements-unlocking-the-power-of-code-control

Hashnode - javascript (Javascript)

In the vast landscape of web development, JavaScript stands as a formidable titan, a language that breathes life into the digital realm. Its profound significance cannot be overstated; it is the backbone of interactivity and dynamism on the web. At t...


46: Hero section with react and tailwindcss (medium hero clone)

https://ryaddev.hashnode.dev/hero-section-with-react-and-tailwindcss-medium-hero-clone

Hashnode - javascript (Javascript)

Introduction: In modern web development, creating visually appealing and functional user interfaces is essential to engage users. One crucial component of any website is the hero section ' the first thing visitors see when they land on a page. In thi...


47: Applying A Scroll On Your Web Page - The beauty of JavaScript.

https://oladris.hashnode.dev/applying-a-scroll-on-your-web-page-the-beauty-of-javascript

Hashnode - javascript (Javascript)

Have you ever noticed when you visit some websites you'll see how a page scrolls aesthetically in vertical lines' In this article, you will learn how to build a simple web page with HTML, CSS, and JavaScript, then you'll use the Intersection Observer...


48: JS: Hoisting & TDZ

https://urlun0404.hashnode.dev/js-hoisting-tdz

Hashnode - javascript (Javascript)

Hoisting''''''''''''''''''hoisting''''''''''''''(execution context)''' '''''''''''''''''''''''''''variable environment object'''var, let, const''''''''''''''(arguments object)'''' '' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''...


49: ' JavaScript Destructuring for Cleaner and More Efficient Code ''

https://codebyaadi.hashnode.dev/javascript-destructuring-for-cleaner-and-more-efficient-code

Hashnode - javascript (Javascript)

In the world of JavaScript, writing clean and efficient code is essential for building robust and maintainable applications. One powerful feature that can help you achieve this goal is JavaScript destructuring. In this article, we'll explore what des...


50 / 65

50: I failed 100DaysOfCode. But now what'

https://monkwrites.hashnode.dev/i-failed-100daysofcode-but-now-what

Hashnode - javascript (Javascript)

Background So those of you who don't know, 100 days of code is a coding challenge. Where the goal is you have to code a minimum of one hour every day. It aims at building consistency. And I have filled this challenge. Twice now. And I had some learni...


51: Day in the life <3

https://shreshtxa.hashnode.dev/day-in-the-life-3

Hashnode - Flutter (Flutter)

Goals:- develop the whole UI in the flutter web app.was able to do so, next day I'll try to implement the further working and flow of the webapp.


52: Predicting Home Runs with Python

https://jordananderson.hashnode.dev/predicting-home-runs-with-python

Hashnode - python (python)

Home Runs are, most fans would agree, the most exciting part of baseball. An interesting question we might want to know, is can we predict how many home runs a player has/ will get based on the numbers they are putting up offensively' Thanks to the p...


53: Typescript Cheatsheet and Deep-Dive

https://coders-tooldox.hashnode.dev/typescript-cheatsheet-and-deep-dive

Hashnode - javascript (Javascript)

Typescript is a static-typed language created by Microsoft in 2012. It is a superset of JavaScript. So, Javascript code is valid Typescript code. But Typescript code is not valid Javascript code. Typescript does not run natively in the browser. It us...


54: Typescript Cheatsheet and Deep-Dive

https://easewithtuts.hashnode.dev/typescript-cheatsheet-and-deep-dive

Hashnode - javascript (Javascript)

Typescript is a static-typed language created by Microsoft in 2012. It is a superset of JavaScript. So, Javascript code is valid Typescript code. But Typescript code is not valid Javascript code. Typescript does not run natively in the browser. It us...


55: Building a Bluetooth Communication Interface Between ESP32 and Flutter Mobile App for Configurable Settings

https://kayatech.hashnode.dev/building-esp32-flutter-bluetooth

Hashnode - Flutter (Flutter)

Introduction In the realm of modern technology, the convergence of hardware and software has paved the way for groundbreaking innovations. One such fusion that holds immense potential is the seamless communication between ESP32, a versatile microcont...


56: Building a Bluetooth Communication Interface Between ESP32 and Flutter Mobile App for Configurable Settings

https://kayatech.hashnode.dev/building-a-bluetooth-communication-interface-between-esp32-and-flutter-mobile-app-for-configurable-settings

Hashnode - Flutter (Flutter)

Establishing Bluetooth Communication As you already know from part one, Bluetooth communication involves a client-server model, where the ESP32 acts as the server (peripheral) and the Flutter app serves as the client (central). ' Haven't read Part O...


57: Mastering Flutter: Tips for Seamless App Development

https://sungod.hashnode.dev/flutter-tips

Hashnode - Flutter (Flutter)

Introduction - Flutter has quickly become one of the most popular frameworks for building cross-platform mobile apps. In this blog post, I will share some useful tips and tricks that can help you become more productive with Flutter. Whether you are j...


58: A Guide to Atomic Design with React Components

https://blog.learnhub.africa/a-guide-to-atomic-design-with-react-components

Hashnode - javascript (Javascript)

React has quickly become one of the most popular open-source JavaScript frameworks for building user interfaces. Its component-based architecture provides a powerful way to break complex user interfaces into small, reusable pieces. React allows devel...


59: Effective use of middleware in express.js: practical approaches

https://leandronnz.hashnode.dev/effective-use-of-middleware-in-expressjs-practical-approaches

Hashnode - javascript (Javascript)

1. Introduction Hello there! Welcome to our exploration of the fascinating world of Express.js middleware! In this guide, we're taking a deep dive into middleware and its pivotal role within Express.js applications. 1.1 Definition of Express.js middl...


60 / 65

60: Navigating the Depths of Asynchronous Programming in Dart: A Journey with Futures and async/await

https://raman04.hashnode.dev/navigating-the-depths-of-asynchronous-programming-in-dart-a-journey-with-futures-and-asyncawait

Hashnode - Flutter (Flutter)

Greetings, fellow coders! As we embark on our Dart programming voyage, we encounter a mighty concept that's the wind in the sails of modern application development: asynchronous programming. At the heart of this voyage lie two trusty companions, Futu...


61: Python's Assert Statement: A Not-So Comprehensive Guide

https://psycode.com/pythons-assert-statement-a-not-so-comprehensive-guide

Hashnode - python (python)

What are Assertions' Assertions are statements used to prove that a certain condition is true or has stayed true. If the condition proves to be false then the program will generally raise an AssertionError. When to use Assertions As powerful as asser...


62: Python While Loops: Because Life Shouldn't Be a Never-Ending Loop

https://thealgorithmicjourney.com/python-while-loops-because-life-shouldnt-be-a-never-ending-loop

Hashnode - python (python)

In Python, a while loop is a control structure that allows you to repeatedly execute a block of code as long as the specified condition is true. Basic Structure The while keyword is followed by a condition: This condition is a boolean expression tha...


63: Rotating File Handler in Python Logging: Managing Log Files Like a Pro

https://karun.hashnode.dev/rotating-file-handler-in-python-logging-managing-log-files-like-a-pro

Hashnode - python (python)

When it comes to managing log files effectively, Python's logging.handlers.RotatingFileHandler is your trusted ally. This handler automatically manages log file size by creating backups and starting fresh when a certain size is reached. Key Concepts:...


64: Drag And Drop In JavaScript

https://amazing4.com/drag-and-drop-in-javascript

Hashnode - javascript (Javascript)

Drag and drop is a user interface (UI) interaction technique that allows users to move or manipulate digital objects (such as files, images, or elements on a webpage) by clicking and dragging them from one index and dropping them onto another. This t...




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