Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).
La veille Haut de page Lendemain
https://iamkelv.hashnode.dev/optimization-and-deployment-of-vue-app-on-firebase
Introduction Optimizing apps and deployment is a crucial task that an average engineer should be capable of apart from running an app on a local address like 8080. That is normal during development, but ultimately your goal may not be to have your ap...
https://xevercodex.hashnode.dev/creating-a-simple-blog-with-flask
In this article, I'll be discussing my Flask blog, a web application that I built using the Flask micro-framework. I decided to use Flask to create my blog because I wanted to learn more about web development and have a platform to share my thoughts ...
https://theguylex.hashnode.dev/api-newbie
Have you ever been to an AA meeting' Do you even know what an AA meeting is' It always starts with one of the attendees introducing themselves and stating an issue they are struggling with (anger problems, addiction and the rest). So, it's only fair ...
https://blog.rockydd.net/error-handling-in-javascript-either-vs-trycatch
Error handling is an important aspect of any programming language, and JavaScript is no exception. In this post, we will compare two approaches for handling errors in JavaScript: the Either type and the try/catch statement. What is the Either type' F...
https://bsolodzi.hashnode.dev/building-a-simple-blog-app-with-flask-and-flasksqlalchemy
You will most likely be viewing this write-up because you may have just started with flask and Flask-SQLAlchemy. This is my first technical write-up and I hope you find it useful. In this article, you will learn how to successfully build a blog app u...
https://fadamakis.hashnode.dev/vue-suspense-a-cleaner-way-to-manage-loading-states-54df885a52c3
One exciting feature of Vue 3 is Suspense. It is a built-in component that makes loading state orchestration much simpler. '' Disclaimer: Suspense is an experimental feature and the API might change before reaching the stable release. To demonstrat...
https://blog.chinaza.dev/clean-architecture-implementation-in-javascript
When most start out as software engineers, they focus on shipping software as fast as they can with little emphasis on quality and maintainability. But as the saying goes: 'Wisdom comes from experience. Experience is often a result of lack of wisdom....
Open source software has revolutionized the way we create, collaborate, and share information. From operating systems and web browsers to scientific research and data analysis, open source has transformed the way we interact with technology. If you'r...
https://guillaumeduhan.hashnode.dev/composables-with-nuxt-3
Quick guide to handle composables with Nuxt3 https://www.youtube.com/watch'v=cWX4b2qD6sg Composables in Vue 3 and Nuxt 3 are a way to create reusable, modular pieces of code that can be easily composed together to create complex functionality. They...
10 / 91
https://mileba.hashnode.dev/building-a-blog-with-flask
Flask is a lightweight Python web framework that allows developers to easily build web applications and websites. One popular use case for Flask is building a blog. This article will go through the steps to build a simple blog using Flask. First, we ...
https://forjessicasake.hashnode.dev/typescript-101-a-comprehensive-guide-to-types
Introduction When I first started using TypeScript, I have to admit, I wasn't a fan of all the restrictions. I was used to the freedom of JavaScript, where I could do pretty much whatever I wanted with my variables. I remember thinking to myself, "Ge...
https://0xtega.hashnode.dev/building-a-blog-app-with-flask
Introduction: Blogs are a popular way for individuals and organizations to share their thoughts, experiences, and knowledge with a wider audience. Building a blog from scratch can be a challenging task, but using a web framework like Flask can make t...
Let's talk about the var keyword declared in the global scope ' function foo() { console.log(a); } ' var a = 2; ' foo(); ' When Var is declared global then it is the same as it is inside the global window object. ' right ' ' So due to the globa...
https://yatheeshnagellablog.hashnode.dev/creating-telegram-bot-using-python
To develop a Telegram bot using Python, you will need to do the following: Install the python-telegram-bot library using pip install python-telegram-bot. This library provides a pure Python interface for the Telegram API. Create a new bot using the...
https://codesinpink.com/handling-errors-and-exceptions-in-python
This year, I made a promise to myself to try and understand every basic concept of this language called Python and the best way to go about it is to write a program every day. If you transitioned from C programming to Python like me, you have probabl...
https://codesinpink.hashnode.dev/handling-errors-and-exceptions-in-python
This year, I made a promise to myself to try and understand every basic concept of this language called Python and the best way to go about it is to write a program every day. If you transitioned from C programming to Python like me, you have probabl...
https://chirag18.hashnode.dev/what-type-of-language-is-javascript
JavaScript is a high-level single-threaded garbage collected interpreted prototype-based multi-paradigm dynamic language with a non-blocking event loop. But what does all that mean' A high-level programming language is a programming language that is...
https://poorna011.hashnode.dev/for-loop-in-java-program
Whenever a set of statements has to be executed multiple times,we will use for statement. SYNTAX WOULD BE- for(initialization;condition;updation) { //statement block } Here, intialization-Contains declaring and/or initialization of one or more vari...
https://mehzabin.hashnode.dev/best-free-resources-to-learn-reactjs-in-2023
The demand for ReactJS development was enormous in the past couple of years. It has tons of advantages with JSX, reusable components, Virtual DOM, SEO friendliness, and React Developer '''ls, also it is quite safe to say that React will continue to b...
20 / 91
https://vaibzde.hashnode.dev/intro-to-async-prog-in-js
Introduction Hello and welcome to the 19th day of our blogging series on the back end mastery! Today, we will be diving into the world of asynchronous programming. If you recall from our previous blog post on Day 16, we briefly touched on the topic o...
https://articles.ajaydewangan/object
Definition - Object represents a JavaScript's data types. It is used to store various keyed collections and more complex entities. Objects can be created using the Object() constructor or the object initializer / literal syntax. Objects can also be i...
https://cs310.hashnode.dev/build-a-space-to-share-formulas-with-sveltekit-and-firebase
Happy New Year. Today, I will show you how to get started with SvelteKit. Using our project, users will be able to share mathematical formulas. Others can view formulas and test them out with their variables. SvelteKit SvelteKit is a framework for b...
https://fazzaamiarso.hashnode.dev/add-toc-with-scroll-spy-in-astro
Sometimes, there is a table of content to help us navigate through a blog more easily. When building a custom blog with remark and rehype, a standard solution is to use the rehype-toc plugin. In Astro, we can build a table of content without extra pl...
https://arakunrinola.hashnode.dev/a-comparison-of-javascript-and-go-introduction
JavaScript and Go are two popular programming languages that have gained widespread adoption in recent years. Both languages have their own unique histories, features, and use cases, making them suitable for different types of projects. In this artic...
https://simplifieddev.hashnode.dev/how-to-blur-the-image-on-load-in-nextjs
The heaviest parts of a webpage are images. Images slow down a website's speed and make it load more slowly. The user experience might suffer as a result. As a result, I'll show you in this post how to add hazy pictures as the page loads in Next in t...
https://riyatiwari.hashnode.dev/under-the-cover-of-javascript-part-2
Earlier, we had understood how javascript is different from other languages and versatile to work on both the client side and the server side. Also, the execution context was introduced and its components too. If you are relatively new to this, you c...
https://janetifeoma.hashnode.dev/how-to-create-a-blog-using-flask-python
Introduction Hey there:) I am about to take you on my journey of creating a blog using the Flask application (python) as a beginner. Before we get started, let me shed a little light on what flask is. Flask'... Flask is a small web framework used to...
https://elitecoderr.hashnode.dev/my-journey-to-learning-javascript-in-100-days
Good day one, good day all. I wish you a blissful Sunday as you start you new week. It's been really, really great being with you guys and I look forward to making more strides with you all in days to come. Learning JavaScript in 100 days is not an e...
https://me.blogsphere.top/top-10-python-tips-and-tricks-unleash-the-full-potential-part-1
Hi, Devs' Welcome to our list of the top 10 Python tips and tricks! Python is a versatile and powerful programming language that is widely used in many different fields, from web development and data analysis to artificial intelligence and scientifi...
30 / 91
https://dheerajy1.hashnode.dev/building-a-project-in-css-and-js-promises-day83
Today #Day83 of #100DaysOfCode, I am doing the frontend project 'loading animation' and practicing JavaScript Promises Interview Questions. 1. JavaScript Promises i. What are the states of a Promise' pending Fulfilled rejected Floating' ii. Is a...
https://rasika.hashnode.dev/equality-comparisons-vs-in-javascript
Comparison operators are used in logical statements to determine equality or difference between variables or values. JavaScript provides three different value-comparison operations: == ' loose equality (double equals) === ' strict equality (triple ...
https://mausamik.hashnode.dev/web-scraping-in-3-simple-steps
This is my first blog, to begin with, I recently started with Python and was assigned the web scraping task. I surfed through the whole of YouTube to find a concise summary of exactly what to do in web scraping. After spending hours, this is what I'v...
https://codingenigma.hashnode.dev/upload-csv-data-to-mongodb
As developers, we face many cases when we import data from one source and want to upload this data into another source. This was the same situation I was facing. I exported data from Notion and wanted to import it into the MongoDB Atlas. To insert da...
https://mudit.hashnode.dev/i-build-my-first-app
Hey everyone' I'm so happy to be back; it's been a long time since I last wrote. Let's not waste time and get into the good stuff. In my winter holidays, I decided to make something that has some real value, and people can use it. I wanted to do thi...
https://ankitshukla.hashnode.dev/object-in-javascript
What is an Object in Javascript ' An object is a data type that can take in collections of key-value pairs. JavaScript is an object-based language. Everything is an object in JavaScript. Javascript Object Methods :- Object.create() : This method is u...
https://alkesh26.hashnode.dev/leetcode-binary-tree-level-order-traversal-ii
Problem statement Given the root of a binary tree, return the bottom-up level order traversal of its nodes' values. (i.e., from left to right, level by level from leaf to root). Problem statement taken from: https://leetcode.com/problems/binary-tree-...
https://devzibah.hashnode.dev/quickly-create-a-react-app-with-vite
If you get frustrated when trying to create a new React app with create-react-app (CRA), and sometimes you get the app ready to use hours before you intend to use it to avoid wasting time, Vite, pronounced "Veet," may be just what you've been looking...
https://dhina17.hashnode.dev/dependency-injection-with-hilt-in-android-part-2
It is a continuous part of our previous article about Dependency Injection with Hilt. Please check it if you haven't yet. Let's see some common 'How to' in Hilt in this article. How to field-inject dependencies in non-Android classes' As we know, To ...
https://nifemiderin.hashnode.dev/the-thin-line-between-dry-and-ambiguity-in-your-react-applications
I got myself a new laptop a couple of weeks ago, so I had to clone some of my work from Github again. I decided to clone one of my old repo. Your guess is the same as mine, I was shocked at some of the things I wrote years back. This feeling prompted...
40 / 91
https://trupti.chaudhari/array-methods-in-javascript
Arrays are used to store multiple values in a single variable. Also used when we want to store a list of elements and access them by a single variable. Below is the way to declare the array let name = ['Trupti','Anurag' 'Rahul' 'Parag','Chinmay']; A...
https://blog.dejacherese.com/2d-vs-3d-game-development-in-javascript-a-comparative-guide
%[https://www.youtube.com/watch'v=tGYKN7CAc7o] So you want to make a game, but aren't sure whether you should make a 2d or 3d game' We'll look at the pros and cons of each kind of game, along with three factors to consider when making this decision. ...
https://sammaji.hashnode.dev/javascript-datatypes-in-detail
There are seven different primitive data types in JavaScript: undefined, null, number, bigint, string, boolean and symbol. We'll learn about each of them in detail. 1. Number Number stores numerical values. This is different from some other programmi...
https://hashnode.j471n.in/10-best-developer-swags-for-2023
Hello, my fellow developers, This article will be a little different because in this article I will share 10 swags that you can buy for 2023. As we already know people like developer swag (I'm one of them). I create this list for myself then I thoug...
https://kalashsharma.hashnode.dev/the-quest-for-higher-order-functions
Introduction This is the new blog in my JavaScript Voyage series. In this blog, we will learn about the concept behind Higher Order Functions. A Higher Order Function (HOF) is a function that takes a function as an argument or returns a function. Le...
https://codemanishh.hashnode.dev/functions-in-js
So let's have an easy discussion on the topic of Functions in JS. So basically the function and methods both are the same in the JS. So basically there is some block of code or we can say that some kind of work which we want to do again and again the...
https://engrmark.hashnode.dev/python-cheat-sheet
Variables and Strings Variables are utilized to store values, such as strings, which are sequences of characters surrounded by single or double quotation marks. Strings are an essential component of programming, as they allow developers to store and ...
https://rafikadir.hashnode.dev/popular-libraries-and-tools-for-react-developers
React Router: A routing library for React that allows you to define routes and navigate between them. Redux: A state management library that helps you write applications that behave consistently and are easy to test. MobX: A library that provides a...
https://ankitshukla.hashnode.dev/array-in-javascript
What is an array in Javascript' In JavaScript, arrays can be a collection of elements of any type. This means that you can create an array with elements of type String, Boolean, Number, Objects, and even other Arrays. A pair of square brackets [] rep...
https://yashpurkar.hashnode.dev/hoisting-in-js
Hoisting with var and normal function. Hello Friends , In this blog I'm going to talk about hoisting. Hoisting means, we can access the variables and functions even before initializing it, without any error. 1. console.log(getMsg); 2. getMsg(); 3. f...
50 / 91
The BroadcastChannel API is a web platform API that allows communication between different windows, tabs, frames or iframes of the same origin. Let's understand it with a problem statement. If you open Whatsapp Web in one tab and then open it again...
https://codecaliper.me/splitting-a-string-at-the-first-occurrence-of-a-character-in-python
Have you ever needed to split a string at the first occurrence of a particular character in Python' It's a common task that can be easily accomplished using the find() method and string slicing. First, let's define the string we want to work with and...
https://linuxgamer.hashnode.dev/top-tips-for-responsive-javascript
I'm a beginner JavaScript developer and I've been working on creating responsive web apps lately. I've learned a ton about the importance of making sure your app looks great on all devices, and I wanted to share some tips I've picked up along the way...
https://rasika.hashnode.dev/ternary-operator-in-javascript
Lets get started: What is a ternary operator' A ternary operator in computer programming, is a conditional operator. The conditional statements are the decision-making statements which depends upon the output of the expression. The ternary operator i...
https://mdirfan.hashnode.dev/python-01-python-basics
Python Basics Python is interpreted language, and statements are executed line by line. source code is stored in .py file extension. History Python 1Python 2Python 3 20 Feb 199116 Oct 200003 Dec 2008 From python, we can make - Games - ...
https://thepylot.hashnode.dev/pre-commit-hooks-and-linting-configurations-for-python-projects
In this article, we'll configure pre-commit hooks to automatically lint our code before committing changes to Github. Since we're using Python, we can add autopep8 to make our code align with PEP8 guidelines or if the project includes YAML files we c...
https://me.blogsphere.top/some-quick-python-hacks
Here is a small list of hacks. But I am working on a big list of tips and tricks on python. So make sure to stay tuned' Here are some quick python hacks: Use the built-in help function to learn about the functions and modules you are using. For e...
https://newflux.fr/2023/01/08/quelles-sont-les-strategies-de-linbound-marketing/
Afin de remédier aux manquements d'un outbound marketing coûteux et parfois peu rentable, l'inbound marketing est né. Ce dernier a pour but d'amener le prospect vers l'entreprise et ses produits. Cela est en opposition aux stratégies marketing classiques qui consistent à aller vers le client et à l'inciter à l'action. Pour y parvenir, l'inbound marketing […]
https://zully.hashnode.dev/how-to-build-a-simple-counter-using-reactjs
React is a front-end, open-source JavaScript library that is used to create interactive UI. It is developed and maintained by Facebook. It can be used for the development of single-page and mobile applications. We'll be creating a simple application ...
https://hashnode.pypro.dev/what-is-api-how-to-get-data-from-the-internet-using-api
In this article, we will learn insight into the importance of APIs, the basics of extracting data from APIs, and hands-on exercises in extracting data from the OMDB API. Introduction to APIs and JSONs We'll explore pulling data from the web by learni...
60 / 91
https://galacodes.hashnode.dev/regularization-techniques-for-reducing-variance
Regularization is a technique used in machine learning to prevent overfitting and reduce variance in a model. Overfitting occurs when a model is excessively complex and has learned even the noise in the training data, which can negatively impact the ...
https://arbazshaikh.tech/flutter-flutter-little-star-a-beginners-guide-to-animating-with-flutter
"Animations are like spices ' a little goes a long way. Too much and you'll end up with a jumbled mess, but just the right amount can take your app from bland to grand." Are you tired of boring, static apps that lack any sense of flair or finesse' ...
https://arbazshaikh.blog/flutter-flutter-little-star-a-beginners-guide-to-animating-with-flutter
"Animations are like spices ' a little goes a long way. Too much and you'll end up with a jumbled mess, but just the right amount can take your app from bland to grand." Are you tired of boring, static apps that lack any sense of flair or finesse' ...
What is React' React is a JavaScript library used for building user interfaces. Some advantages of React include, Reusability of components. - It makes use of virtual DOM which improves performance. It is easier to create dynamic web applications w...
https://codecaliper.me/printing-the-first-n-elements-of-a-list-in-python
Have you ever needed to print the first few elements of a list in Python' It's a common task that can be easily accomplished using a combination of list indexing and a for loop. First, let's define the list we want to work with. L = [2,4,8,23,74,2,82...
https://omkarborude.hashnode.dev/react-query
React Query is a lightweight library for fetching, caching, and updating data in your React applications. It was designed to be easy to use, flexible, and scalable, making it a great choice for developers who want to manage data in their React apps. ...
https://ijustcode.hashnode.dev/deep-dive-into-react-fiber
This article will let you know about the deeper insight of React Fiber & its impact on frontend development. But, before moving towards React Fiber and understanding the exact utility along with that how & what problem React Fiber solves, it's a bit ...
https://harunacodes.com/django-form-validation
Introduction In this article, I will show you how form validation works in Django. I will also show you how to write your own custom validators. Understanding how this process works is very important because most web applications use forms to grab in...
As a front-end developer, it is important to have a clean, consistent, and easy-to-read codebase. This not only makes your code more maintainable and easier to work with, but it also helps to improve the overall quality of your projects. One tool tha...
https://thepylot.hashnode.dev/setup-grafana-with-prometheus-for-python-projects-using-docker
In this article, we will cover how to set up service monitoring for Python projects with Prometheus and Grafana using Docker containers. Service monitoring allows us to analyze specific events in our projects such as database calls, API interaction, ...
70 / 91
https://alamjamal.hashnode.dev/how-to-validate-nested-schema-dynamically-using-joi-in-nodejs
To validate a nested schema using JOI (a JavaScript object schema validation library), you can use the object method and pass it a configuration object that defines the nested schema. The configuration object can include the following options: keys:...
https://devxperience.hashnode.dev/gain-mastery-in-the-usestate-hook-in-react-js
Welcome, you're important. ' Hey there [ your name ] '', I'm Miracle Ifeanyichukwu and you're welcome to my very first blog post ''. I blog about web development related topics - mostly JavaScript '. So get subscribed if you're interested in thos...
https://mochatek.hashnode.dev/closure-in-python
In the previous article, we saw that we can define functions inside another function, and doing so would create the enclosing scope , using which we would be able to access variables/names from the local scope of the outer function, from inside the i...
https://iamnomadev.hashnode.dev/these-5-ai-tools-will-make-you-a-superhuman
Hello fellow devs, Nomadev is here. Artificial intelligence (AI) has revolutionized the way we interact with technology. AI tools have transformed many aspects of our lives, from how we work to how we stay connected. AI tools can help us navigate tas...
https://blog.oscakampala.org/python-ethical-hacking-libraries
Libraries used in python for ethical hacking and cyber security. As security developers, we need to know the libraries to use when creating hacking tools. There are a number of libraries that can be used for ethical hacking and cyber security in Pyth...
https://codingtute.com/c-program-to-check-whether-a-number-is-palindrome-or-not/
In this tutorial, you will learn how to check a number is a palindrome or not using a C program. C Program to Check Whether a Number is Palindrome or Not Output Explanation This program first reads in an integer from the user and stores it in the variable num. It then stores a copy… Read More »C Program to Check Whether a Number is Palindrome or Not The post C Program to Check Whet [...]
https://carlw.hashnode.dev/helping-developers-find-remote-jobs-since-2019
TLDR I just launched a website where I have collected resources for developers to look for remote jobs. There are over 200 companies that work remotely and hire engineers, and then there are some other resources like job boards and online communities...
https://codingtute.com/c-program-to-reverse-a-number/
In this tutorial, you will learn how to reverse a number using c programming. C Program to Reverse a Integer Output Explanation You can find more C Programming Examples here. The post C Program to Reverse a Number appeared first on CodingTute.
https://yusfulcoder.hashnode.dev/super-simple-approach-to-javascript-array
Introduction Arrays in JavaScript are a basic data structure that helps to represent a collection of data. In this article, you will learn how to organize, access and manipulate data in a JavaScript array in a super simple way. Let's get started. Wha...
https://blog.ahmedibrahim.dev/10-javascript-operators-you-dont-know-exist
I have a quick quiz for you!! Can you try it' console.log(5 & 2); // your answer'' console.log(5 | 2); //... console.log(new.target); console.log(import.meta) const a = { duration: 50 }; a.duration ''= 10; console.log(a.duration); // Output: ... ...
80 / 91
https://mohdjasirkhan.tech/temporal-dead-zone-in-js
Before starting with Temporal Dead Zone it is better that you first understand the concept of Scope and Hoisting in Javascript. If you have then you are good to go else you can refer to my previous blog to get an understanding of the above topic. Bef...
https://mohdjasirkhan.tech/hoisting-in-js
Just look at the below code and observe if it will throw any errors. console.log(greet); // '''' -- Undefined var greet = 'Hello! Everyone'; console.log(greet); // Hello! Everyone If you have been around programming languages other than JS then this...
https://mohdjasirkhan.tech/all-about-scope-in-js
So before starting let's understand what scope actually means. To answer that Scope can be defined as a part of the program where the variable is accessible or visible. Javascript allows you to declare variables using 3 ways i.e using var, let, and c...
https://codersden.hashnode.dev/create-unique-images-with-openai-and-python
Learn how to use the OpenAI Dall-E API and Python to generate unique images from text descriptions. This tutorial provides example code and explains the process step by step. Generating images with OpenAI and Python is a powerful way to create unique...
https://codincs.hashnode.dev/how-to-create-portfolio
A portfolio is a collection of documents and materials that demonstrate your skills, abilities, and accomplishments. It can include a variety of items such as writing samples, photographs of your work, case studies, and references. To create a portfo...
https://searchengineland.com/search-marketing-history-january-8-391108
A shift from keyword research to intent research, plus: search engines taking data from SEOs, PPC spending/budget cuts, and more. The post This day in search marketing history: January 8 appeared first on Search Engine Land.
https://devlydia.hashnode.dev/safe-space-a-blogging-api
Getting started with Nodejs projects might be quite overwhelming, but here is a beginner-friendly tutorial on how to get started with the CRUD operations in Nodejs. In this article, I'm going to work you through how to create a blog API in Nodejs. So...
https://kalemanish.hashnode.dev/web-development-for-non-developers-a-beginners-guide-to-the-basics
Introduction Web development is an important field in today's world because the internet is a central part of many people's daily lives. Websites and web applications are used for a wide range of purposes, such as communicating with friends and famil...
Although real estate investment is a passive activity, you must consider it like any other business. After all, it runs on money, generates profits, and entails elements like accounting and taxes. Treating your real estate transactions like business will give you a better understanding of the strategy and help you make better decisions in the […] The post Best Tips To Rework Your Real Estate [...]
https://asrul.dev/regex-untuk-si-paling-anti-ribet
Regular Expression (regex) adalah sebuah notasi yang digunakan untuk memrepresentasikan pola-pola tertentu dalam string. Regex sering digunakan untuk mencari, mengganti, atau memvalidasi string yang memenuhi pola tertentu. Regex banyak digunakan dala...
90 / 91
https://engrmark.hashnode.dev/a-simple-flask-blog
Introduction to flask Flask is a lightweight web application framework written in Python, based on the Werkzeug WSGI toolkit and Jinja2 template engine. In this post, we will explore the development of a blog application that performs the CRUD operat...
https://hashmoey.hashnode.dev/node-js-in-nutshell-express-and-routing
In Express, routing refers to determining how an application responds to a client request to a particular endpoint, which is a URI (or path) and a specific HTTP request method (GET, POST, and so on). Here is an example of setting up routing in an Exp...
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.
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.