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

« Janvier 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 6 Janvier 2024 (66)

1: Why learning Algorithms is Important

https://blog.tochanenko.com/why-learning-algorithms-is-important

Hashnode - Kotlin (Mobiles)

A common question among new programmers is whether it's necessary to learn how to write algorithms manually when there are many ready-made libraries available. The straightforward answer to this question is yes, you definitely should! However, before...


2: Demistifying Git and GitHub: A Beginner's Guide to Version Control and Code Collaboration

https://knowreact.hashnode.dev/demistifying-git-and-github-a-beginners-guide-to-version-control-and-code-collaboration

Hashnode - javascript (Javascript)

Exploring the software development world can be daunting for beginners, exploring tools can be overwhelming and sometimes leaves you confused. Do not worry, whether its your first time of hearing this terms or you"re not too familiar with what there ...


3: When to use the Nullish Coalescing operator'

https://blog.manojuppala.com/when-to-use-the-nullish-coalescing-operator

Hashnode - javascript (Javascript)

Introduction The Nullish Coalescing operator '' is a logical operator (similar to && and ||) that treats only null and undefined as falsy values. In other words '' returns the first operand if it is not null or undefined. Otherwise, it'll return the ...


4: AlatPay Payment SDK for Flutter: Seamless Integration with WEMA Bank's Alatpay Gateway

https://maxzeno.hashnode.dev/alatpay-payment-sdk-for-flutter-seamless-integration-with-wema-banks-alatpay-gateway

Hashnode - Flutter (Flutter)

Integrate WEMA Bank's Alatpay payment gateway effortlessly into your Flutter project with the flutter_alatpay SDK. This SDK provides a WebView that loads the Alatpay payment page, complete with transaction details, streamlining the payment processing...


5: Deploy a language model (LLM) on AWS Lambda

https://horosin.com/deploy-a-language-model-llm-on-aws-lambda

Hashnode - python (python)

If you just want to see the code - see github. What are we going to build any why' LLMs are a new hot piece of technology that everyone is experimenting with. Managed services like OpenAI are the cheapest and most convenient way to use them. You can ...


6: Handling Timezones in MongoDB: A Comprehensive Guide '

https://nishikanta.hashnode.dev/handling-timezones-in-mongodb-a-comprehensive-guide

Hashnode - javascript (Javascript)

Managing time zones in a globalized environment is a critical aspect of application development. In this guide, we'll explore various timezone-related scenarios, especially when your MongoDB database is hosted in the UK, and you're working in a diffe...


7: TypeScript Doesn't Insulate Your Code From Failure!

https://blog.stephcrown.com/typescript-doesnt-insulate-your-code-from-failure

Hashnode - javascript (Javascript)

Some days ago, I stumbled on a Twitter post showcasing an app's screen with a glaring NaN error in place of what could have been a currency value. The author of the post humorously attributed the error to the use of JavaScript instead of TypeScript. ...


8: How to Create a Counter App: React Custom Hooks

https://mishael-codes.hashnode.dev/how-to-create-a-counter-app-react-custom-hooks

Hashnode - javascript (Javascript)

Introduction A few weeks ago, I was given an exam to create a React Counter app, but the catch was to use a custom hook. Of course, then it seemed a bit difficult, but recently I decided to build it again, and this article discusses the approach I to...


9: Comparing React.js, React Native, and Native Mobile App Development

https://blog.coding2047.com/comparing-reactjs-react-native-and-native-mobile-app-development

Hashnode - javascript (Javascript)

1. Programming Language: React.js: Primarily uses JavaScript (or TypeScript). It's a language many web developers are familiar with, making it accessible for those coming from a web development background. React Native: Also uses JavaScript (or Typ...


10 / 66

10: Comparing React.js, React Native, and Native Mobile App Development

https://blog.atomxel.com/comparing-reactjs-react-native-and-native-mobile-app-development

Hashnode - Kotlin (Mobiles)

1. Programming Language: React.js: Primarily uses JavaScript (or TypeScript). It's a language many web developers are familiar with, making it accessible for those coming from a web development background. React Native: Also uses JavaScript (or Typ...


11: Syncing Across Tabs: The JavaScript Magic You Didn't Know Existed!

https://bhumit070.hashnode.dev/syncing-across-tabs-the-javascript-magic-you-didnt-know-existed

Hashnode - javascript (Javascript)

I recently discovered a fascinating feature on the SoundCloud website: the ability to seamlessly control audio playback across multiple tabs in the same browser. Intrigued by this, I delved into how it was implemented and stumbled upon a powerful too...


12: Elevate User Engagement: Unleashing Scroll-Activated Counting Effects with JavaScript

https://blog.subasacharya.com.np/elevate-user-engagement-unleashing-scroll-activated-counting-effects-with-javascript

Hashnode - javascript (Javascript)

Welcome to a new tutorial where we'll explore the fascinating world of scroll reveal effects by creating a counting animation using vanilla JavaScript. This effect will add a dynamic touch to your webpage, making the numbers come to life as the user ...


13: Deep Diving into React Hooks

https://blog.msar.me/deep-diving-into-react-hooks

Hashnode - javascript (Javascript)

React Hooks revolutionized the way developers approach state management and lifecycle methods in React functional components. Introduced in React 16.8, Hooks provide a more elegant and efficient way to handle stateful logic, side effects, and more wi...


14: The Best 3 Tips for Successfully Moving into Front End Development

https://jamiestack.hashnode.dev/the-best-3-tips-for-successfully-moving-into-front-end-development

Hashnode - javascript (Javascript)

In 2012, I embarked on a journey, transitioning from a role in Customer Service to Front End Development. With no formal qualifications in coding, I took the initiative to learn the necessary skills in my spare time. This challenging journey, marked ...


15: Adobe Firefly à 1 euro : comment payer moins cher pour accéder à l'IA '

https://www.lebigdata.fr/adobe-firefly-a-1-euro

Le Big Data (dataviz)

Adobe Firefly est la nouvelle intelligence artificielle génératrice d’images développée par Adobe. Bien qu’offrant des crédits gratuits au début, son … Cet article Adobe Firefly à 1 euro : comment payer moins cher pour accéder à l’IA ' a été publié sur LEBIGDATA.FR.


16: Weekend Reading ' Happy and safe new year!

https://labnotes.org/weekend-reading-happy-and-safe-new-year/

Lab notes (Développement)

This week we run a desktop in the browser, re-learn JavaScript and React Server Components, cover a bunch of cool developer tools, revisit inclusive design, write a brag document, get ourselves a free VPN, and snack on a Shoeshi.


17: Cloud Native Resource Monitoring Python App on AWS EKS!

https://kritikashaw.hashnode.dev/cloud-native-resource-monitoring-python-app-on-aws-eks

Hashnode - python (python)

Prerequisites ! (Things to have before starting the projects) AWS Account. Programmatic access and AWS configured with CLI. Python3 Installed. Docker and Kubectl installed. Code editor (Vscode) 'Let's Start the Project ' Part 1: Deploying the...


18: Implementing Stack Using an Array in JavaScript

https://thepranab.hashnode.dev/implementing-stack-using-an-array-in-javascript

Hashnode - javascript (Javascript)

Stacks are a fundamental data structure in computer science, playing a crucial role in various algorithms and applications. In this blog post, we'll explore the basics of stacks, why they are important, and demonstrate how to create a simple stack us...


19: Integration of Chat-gpt with Reactjs web application.

https://rahulgupta848.hashnode.dev/integration-of-chat-gpt-with-reactjs-web-application

Hashnode - javascript (Javascript)

ChatGPT is 'an AI-powered chatbot developed by OpenAI, based on the GPT (Generative Pretrained Transformer) language model. It uses deep learning techniques to generate human-like responses to text inputs in a conversational manner. Table of Conten...


20 / 66

20: Unraveling the mystery behind RSA encryption

https://hashnode.atchyut.dev/unraveling-the-mystery-behind-rsa-encryption

Hashnode - javascript (Javascript)

For a better and more immersive experience, read this blog on my official blog - https://blog.atchyut.dev/blogpost/8b3ff3e755fd4624b7b9c7fff75a13b4 Hey there ''! Hope you're doing great. I'm super stoked today because we'll be diving into RSA encry...


21: Learning JavaScript in 2024

https://animeshkakoty.hashnode.dev/learning-javascript-in-2024

Hashnode - javascript (Javascript)

Why I'm starting JS Basically I'm noob in coding and im just starting my journey in coding after 2 years wasted in college. I am in my 3rd year of college so i don't have much time in my hand , so I am starting my 2024 with javascript :) so if u want...


22: Callback Functions, Higher-Order Functions, and Higher-Order Methods

https://fizzy08.hashnode.dev/callback-functions-higher-order-functions-and-higher-order-methods

Hashnode - javascript (Javascript)

First of all, Greetings! Today, let's explore the fascinating world of programming sophistication by shedding light on callback functions, higher-order functions (HOFs), and higher-order methods (HOMs). These concepts serve as the building blocks for...


23: Exploring Concepts of Higher Order Functions, Higher Order Methods, and Callback Functions

https://functions.hashnode.dev/exploring-concepts-of-higher-order-functions-higher-order-methods-and-callback-functions

Hashnode - javascript (Javascript)

Introduction: JavaScript being a versatile and dynamic programming language it provides it's programmer with powerful concepts some of them are higher-order functions, higher-order methods, and callback functions. Knowing this concepts will enhance t...


24: Libérez la puissance des JSON Schema avec docusaurus-json-schema-plugin

https://jy95.github.io/docusaurus-json-schema-plugin/

Humancoders ()

Commentaires L'article Libérez la puissance des JSON Schema avec docusaurus-json-schema-plugin a été posté dans la catégorie Open source de Human Coders News


25: Higher Order Functions

https://singhhimanshu16.hashnode.dev/higher-order-functions

Hashnode - javascript (Javascript)

Himanshu Singh Higher Order and Callback Functions - JavaScript JavaScript, a versatile and widely used programming language, provides developers with powerful tools for creating dynamic and efficient code. In this blog post, we will delve into the e...


26: HOF and Callback Function

https://nikhilbhardwaj.hashnode.dev/hof-and-callback-function

Hashnode - javascript (Javascript)

Higher Order Methods At its core, a higher order method is a function that can either take another function as an argument or return a function as a result. This level of abstraction enables developers to pass behavior as a parameter, facilitating th...


27: Advance JAVA FSP - Day 2

https://debdeep1.hashnode.dev/advance-java-fsp-day-2

Hashnode - javascript (Javascript)

Form in HTML They are used to access input values from the user and send those values to the server side. It is created using a tag. This tag consists of mainly 2 attributes - Method - This attribute is used to determine how the values...


28: Master Retrofit with Kotlin Coroutines

https://mehadishakil.hashnode.dev/master-retrofit-with-kotlin-coroutines

Hashnode - Kotlin (Mobiles)

Introduction Retrofit is a widely used networking library for Android app development. It's developed by Square and designed to make it easier to retrieve and send data between a mobile app and a RESTful web service. let's jump into the details. Ret...


29: Higher-Order Functions and Callback in JavaScript

https://manoj-mb.hashnode.dev/higher-order-functions-and-callback-in-javascript

Hashnode - javascript (Javascript)

Exploring Higher-Order Methods and Functions in JavaScript JavaScript is a versatile programming language that embraces functional programming paradigms. Among its powerful features are higher-order functions and methods, which provide developers wit...


30 / 66

30: How I Resolved the Uncaught TypeError in JavaScript

https://nishant123.hashnode.dev/how-i-resolved-the-uncaught-typeerror-in-javascript

Hashnode - javascript (Javascript)

Understanding the Error The error message indicates that the appendChild method is being called on a null object, meaning the container element we are trying to append a child to doesn't exist or wasn't found. javascriptCopy codeUncaught TypeError: C...


31: Adding Latitude Longitude values to Image Metadata in Kotlin

https://sammith.hashnode.dev/adding-latitude-longitude-values-to-image-metadata-in-kotlin

Hashnode - Kotlin (Mobiles)

This is one of the POC I was working on where I once a picture is taken, need to calculate the latitude longitude values and add it to the Image Metadata. There are already tutorials available for taking images, extracting latitude longitude and all,...


32: JavaScript: A Guide to Higher Order Methods, Functions, and Callbacks

https://manavgoyal011102.hashnode.dev/javascript-a-guide-to-higher-order-methods-functions-and-callbacks

Hashnode - javascript (Javascript)

Higher Order Functions in JavaScript In JavaScript, a higher order function is a function that can accept other functions as arguments or return them as values. These functions provide a level of abstraction, allowing for more modular and reusable co...


33: A Simple Roadmap to Learn Data Structures!

https://nohan.hashnode.dev/a-simple-roadmap-to-learn-data-structures

Hashnode - python (python)

The data structure is the backbone of writing efficient code. Behind any project, a specific data structure is followed. So, before writing any code, or making any project, you should have a proper flowchart and a proper plan for which data structure...


34: Understanding Asynchronous JavaScript

https://maybeatul.com/understanding-asynchronous-javascript

Hashnode - javascript (Javascript)

Asynchronous JavaScript is a fundamental aspect of modern web development, allowing tasks to be executed without blocking other operations. It's crucial for handling operations that might take some time to complete, such as fetching data from servers...


35: Pottery Making is an Ancient but Interesting Art of Making Objects from Clay or Ceramic

https://www.smashingapps.com/pottery-making-art-of-making-objects/

Smashing apps (Design / Internet)

Pottery is the art and craft of making objects from clay or ceramic materials by […]


36: Web Scraping with BeautifulSoup

https://www.prasadwilagama.com/web-scraping-with-beautifulsoup

Hashnode - python (python)

Let's go over the capabilities, typical use cases, and best practices of BeautifulSoup, a popular Python library that makes it easier to navigate and parse HTML and XML content. Web scraping is a powerful technique for extracting data from websites. ...


37: Execution Context, Variable Environment and Closures.

https://anya.dev/execution-context-variable-environment-and-closures

Hashnode - javascript (Javascript)

Let us talk about the connection between the execution context, variable environments and the closure. Note, to better understand the closure and know how it works behind the scenes, we need to as well understand the execution context and the variabl...


38: DOM (Document Object Model) Manipulation (Part-1) in JavaScript in depth

https://techthinkers.dev/dom-document-object-model-manipulation-part-1-in-javascript-in-depth

Hashnode - javascript (Javascript)

What is DOM' The Document Object Model (DOM) is a programming interface for web documents. It represents the structure of a document as a tree of objects, where each object corresponds to a part of the document, such as elements, attributes, and text...


39: Stateful Logic Reuse ft. Composables

https://naumanzafar.dev/stateful-logic-reuse-ft-composables

Hashnode - javascript (Javascript)

"Argh... The duplication. Let's remove it" - Says every software developer. Code reuse is arguably one of the most satisfying experiences of a developer's life. Since it leads to lesser code to manage! Composables enable us to reuse stateful logic ...


40 / 66

40: Python Keywords and Identifiers: A Comprehensive Guide

https://latestbyte.hashnode.dev/python-keywords-and-identifiers-a-comprehensive-guide

Hashnode - python (python)

In the vast landscape of Python programming, mastering the intricacies of keywords and identifiers is akin to wielding the tools of language construction. Keywords, those reserved words with predefined meanings, orchestrate the syntax and structure o...


41: Snapchat : comment bloquer ou débloquer un utilisateur

https://www.blogdumoderateur.com/snapchat-comment-bloquer-debloquer-utilisateur/

Blog du Moderateur ()

Snapchat offre la possibilité de bloquer un utilisateur avec lequel vous ne souhaitez pas interagir, et de le débloquer si nécessaire.


42: Liens vagabonds : Quand l'IA générative menace les droits d'auteur

https://www.meta-media.fr/2024/01/06/liens-vagabonds-quand-lia-generative-menace-les-droits-dauteur.html

Meta Media (Internet)

« C'est l'un des combats les plus importants à suivre en matière de droits d'auteur en 2024 », assure Venture. Fin 2023, le New York Times a engagé un bras de fer avec OpenAI et Microsoft. Le média américain les poursuit pour violation du droit d'auteur. ChatGPT d'OpenAI et Bing Chat de... The post Liens vagabonds : Quand l'IA générative menace les droits d'auteur first appeared on Mét [...]


43: Learning Data Science with Datacamp

https://harrisonitotia.co/learning-data-science-with-datacamp

Hashnode - python (python)

Welcome to my data science learning journal. In this blog series, I'll document my adventures as I dive into the captivating realm of data science using DataCamp as my trusty guide. But before we delve into the nitty-gritty details, let's set the sta...


44: ' JavaScript 2 | Random Quote

https://gregorschafroth.hashnode.dev/javascript-2-random-quote

Hashnode - javascript (Javascript)

Alright after the Color Mixer yesterday I decided to ask ChatGPT for a second JavaScript exercise for beginners today. First I'll share with you the exercise I got and below my solution ''' Exercise: Display a Random Quote of the Day The objective ...


45: Football : Comment Kevin De Bruyne a fait exploser son salaire grâce au Big Data '

https://www.lebigdata.fr/kevin-de-bruyne-salaire

Le Big Data (dataviz)

Kevin De Bruyne touche un salaire mirobolant de 400 000 £ hebdomadaire. C'est grâce au Big Data si le milieu … Cet article Football : Comment Kevin De Bruyne a fait exploser son salaire grâce au Big Data ' a été publié sur LEBIGDATA.FR.


46: Mastering Clean and Organized Next.js with TypeScript Codebases

https://devsan.me/blog/mastering-clean-and-organized-nextjs-with-typescript-codebases

Hashnode - javascript (Javascript)

Crafting clean and maintainable code is an art. In the world of Next.js with TypeScript, breaking down code into manageable chunks and structuring file and folder organization effectively are fundamental practices. Here's a suggested approach that br...


47: [BON PLAN] ' Profitez de la promotion sur le casque VR HTC Vive Flow

https://www.realite-virtuelle.com/promotion-htc-vive-flow-bien-etre-immersion/

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

Explorez une nouvelle dimension de bien-être avec le casque de réalité virtuelle HTC Vive Flow […] Cet article [BON PLAN] – Profitez de la promotion sur le casque VR HTC Vive Flow a été publié sur REALITE-VIRTUELLE.COM.


48: What About JavaScript Closures'

https://sahil4510.hashnode.dev/what-about-javascript-closures

Hashnode - javascript (Javascript)

JavaScript, the language that powers the dynamic and interactive web, is known for its unique features and quirks. One such feature that adds a touch of magic to our code is the concept of closures. In this blog post, we embark on a journey to unrave...


49: Using Python to Retrieve Data Through Tableau REST API

https://luca1iu.hashnode.dev/using-python-to-retrieve-data-through-tableau-rest-api

Hashnode - python (python)

Are you looking for a way to programmatically access and retrieve data from the Tableau Server' Python can be a powerful tool for automating this process using Tableau's REST API. In this blog, we will walk through the process of using Python to extr...


50 / 66

50: A Beginner guide on how to install and Use Vite.Js

https://blog.ileolamipen.com/a-beginner-guide-on-how-to-install-and-use-vitejs

Hashnode - javascript (Javascript)

Introduction https://media.giphy.com/media/xT5LMXeu8bfb3QvJK0/giphy.gif Vite is translated from the French word "quick, fast". It is a build tool that aids a faster and better performance development experience for modern web projects. Vite consist...


51: A Complete Guide on Serverless Framework with Deployment on AWS Lambda

https://kritikashaw.hashnode.dev/a-complete-guide-on-serverless-framework-with-deployment-on-aws-lambda

Hashnode - python (python)

Today I am going to set up a project using Serverless Framework! Before that we have get to know about serverless-framework! Is that new to you'''' No worries, I will make it easy. With that said, let's get started! What is this Buzz-word 'Serverless...


52: Alternativas a useEffect en React

https://alonsarias.hashnode.dev/alternativas-a-useeffect-en-react

Hashnode - javascript (Javascript)

En React, el uso de useEffect resulta esencial para sincronizar componentes con sistemas externos. Este poderoso hook proporciona la capacidad de ejecutar código después de cada renderizado, permitiendo la interacción con entidades fuera del ámbito d...


53: Ces scientifiques ont découvert une protéine pour arrêter de vieillir

https://www.lebigdata.fr/proteine-hdkc1

Le Big Data (dataviz)

La protéine HDKC1 sera-t-elle la clé de la jeunesse éternelle'' En tout cas, l'étude de cette équipe de scientifiques permet … Cet article Ces scientifiques ont découvert une protéine pour arrêter de vieillir a été publié sur LEBIGDATA.FR.


54: Sky in Godot ' Complete Guide

https://gamedevacademy.org/sky-in-godot-complete-guide/

Game dev academy (Jeux)

When it comes to creating visually stunning games, the sky is literally the limit! And if you're diving into game development using Godot 4, you’ll find that the Sky class ... Read more


55: Skin in Godot ' Complete Guide

https://gamedevacademy.org/skin-in-godot-complete-guide/

Game dev academy (Jeux)

When diving into the world of game development, learning how to effectively manipulate and utilize resources within your game engine is crucial. Specifically, in Godot 4, understanding the Skin class ... Read more


56: SkeletonProfileHumanoid in Godot ' Complete Guide

https://gamedevacademy.org/skeletonprofilehumanoid-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our tutorial on the SkeletonProfileHumanoid class in Godot 4, a powerful tool for game developers looking to create human character animations with ease. As we delve into this ... Read more


57: SkeletonProfile in Godot ' Complete Guide

https://gamedevacademy.org/skeletonprofile-in-godot-complete-guide/

Game dev academy (Jeux)

Venturing into the world of game development can sometimes feel like a daunting prospect filled with complex concepts and elaborate tools, but fear not! One of the most powerful tools ... Read more


58: SkeletonModificationStack2D in Godot ' Complete Guide

https://gamedevacademy.org/skeletonmodificationstack2d-in-godot-complete-guide/

Game dev academy (Jeux)

SkeletonModificationStack2D is a powerful class in Godot 4, opening up remarkable possibilities for 2D skeleton animation. If you’re looking to enhance the fluidity and responsiveness of your character animations in ... Read more


59: SkeletonModification2DTwoBoneIK in Godot ' Complete Guide

https://gamedevacademy.org/skeletonmodification2dtwoboneik-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our in-depth tutorial on the **SkeletonModification2DTwoBoneIK** class in Godot 4. Whether you’re new to Godot or have some experience under your belt, this guide will introduce you to ... Read more


60 / 66

60: SkeletonModification2DStackHolder in Godot ' Complete Guide

https://gamedevacademy.org/skeletonmodification2dstackholder-in-godot-complete-guide/

Game dev academy (Jeux)

Bringing characters to life with smooth movements and animations is essential for creating engaging games. In Godot 4, a powerful game engine known for its versatility and ease of use, ... Read more


61: SkeletonModification2DPhysicalBones in Godot ' Complete Guide

https://gamedevacademy.org/skeletonmodification2dphysicalbones-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to the thrilling world of 2D skeletal animation in Godot 4! If you’ve ever been fascinated by the way your favorite 2D characters move with such fluidity and life, ... Read more


62: SkeletonModification2DLookAt in Godot ' Complete Guide

https://gamedevacademy.org/skeletonmodification2dlookat-in-godot-complete-guide/

Game dev academy (Jeux)

When developing games, especially those with dynamic and engaging characters, it’s essential to have tools that can create lifelike interactions. The SkeletonModification2DLookAt in Godot 4 gives developers the power to ... Read more


63: SkeletonModification2DJiggle in Godot ' Complete Guide

https://gamedevacademy.org/skeletonmodification2djiggle-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to a world where your animated characters can move with the fluidity of life itself! In this tutorial, we’ll dive into the magical ‘SkeletonModification2DJiggle’ class in Godot 4, which ... Read more


64: Real-time Pose Estimation App with Tensorflow

https://samuelhssp.hashnode.dev/real-time-pose-estimation-app-with-tensorflow

Hashnode - python (python)

From the estimation of human activity to the training of robots, pose estimation has been helpful in every system involving motion tracking and the detection of poses. It is applied in various fields of technology, and it's very interesting to learn....




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