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

« Février 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


Vendredi 17 Février 2023 (129)

1: Loops in Python

https://stackabuse.com/loops-in-python/

Stack Abuse (Javascript)

Introduction A programming language typically consists of several types of basic elements, such as assignments, conditionals, and loops. The idea behind a loop is to repeat a segment of code that is in the body of the loop. Different kinds of loops are common. For example, loops will run: while


2: Which Countries Pollute the Most Ocean Plastic Waste'

https://www.visualcapitalist.com/cp/visualized-ocean-plastic-waste-pollution-by-country/

Visual Capitalist (dataviz)

This graphic visualizes the top 10 countries emitting plastic pollutants into our oceans. The post Which Countries Pollute the Most Ocean Plastic Waste' appeared first on Visual Capitalist.


3: A dive into Wasp; a domain-specific language for building full stack web applications

https://openreplay.hashnode.dev/a-dive-into-wasp-a-domain-specific-language-for-building-full-stack-web-applications

Hashnode - javascript (Javascript)

The present tech world is filled with shiny technologies, and more new technologies and tools are being invented almost daily. This is to say that you have several options of languages and frameworks to choose from if you want to build something as b...


4: Getting started with Alpine.js

https://openreplay.hashnode.dev/getting-started-with-alpinejs

Hashnode - javascript (Javascript)

by Nweke Emmanuel Manuchimso Using Alpine.js, web developers can create interactive and reactive user interfaces on the web. Alpine js is based on Vue.js, which makes it easier for vue developers to use, but it is designed to be lighter and more mini...


5: Styling Toast Messages with React-Toastify

https://openreplay.hashnode.dev/styling-toast-messages-with-react-toastify

Hashnode - javascript (Javascript)

Notifications are an important part of any React application development, and they provide a medium to communicate information to users in a timely and unobtrusive manner. Notifications can provide users with real-time updates, alert them of an impor...


6: "==" vs "===" in JavaScript '

https://niket-points.hashnode.dev/loose-vs-strict-equality-in-js

Hashnode - javascript (Javascript)

Introduction Hello Reader, If you are a JavaScript Developer or want to become then I am sure that you have seen "==" and "===" in JS. If you are also confused that in all other Programming languages, we are using "==" for comparison then why we are ...


7: Why do browser consoles return undefined' Explained

https://sobitprasad.hashnode.dev/why-do-browser-consoles-return-undefined-explained

Hashnode - javascript (Javascript)

Overview As web developers, we are blessed with consoles in the browsers to interact and debug our web pages and applications. The most common type of console is the JavaScript console, which is found in most modern web browsers. These consoles are b...


8: Add Payments With Stripe using Node Js

https://asfand687.hashnode.dev/add-payments-with-stripe-using-node-js

Hashnode - javascript (Javascript)

Payment integration into your web apps has always been a difficult task for me until I found Stripe's Charges API. In this article, we will discuss how we can leverage the Charges API to accept payments from users. Pre Requisites Understanding the ba...


9: Building your First Python(Flask) Application

https://rivondave.hashnode.dev/building-your-first-pythonflask-application

Hashnode - python (python)

TABLE OF CONTENTS Prerequisites Install all dependencies Create directories Create our web pages Build our flask application Python(Flask) is a python framework used to create the backend functionalities of a website. It is a simple framework...


10 / 129

10: Building Custom Module Ansible

https://ramalabs.my.id/building-custom-module-ansible

Hashnode - python (python)

Sometimes built-in and community module on Ansible doesn't meet our business requirement. For example, I created a custom module to take Huawei OLT CLI output and parse it to JSON format. Here's how to build a custom module: Create a new collection o...


11: Le porno VR serait bénéfique pour la fertilité masculine

https://www.realite-virtuelle.com/le-porno-vr-serait-benefique-pour-la-fertilite-masculine/

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

Selon une nouvelle étude, le porno VR peut améliorer à court terme la fertilité masculine […] Cet article Le porno VR serait bénéfique pour la fertilité masculine a été publié sur Réalité-Virtuelle.com.


12: Tables with Supabase

https://guillaumeduhan.hashnode.dev/tables-with-supabase

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=qX0YS2hYuOA Supabase is an open-source database as a service (DBaaS) that allows developers to build scalable and secure applications quickly. One of the key features of Supabase is its support for tables, which are ...


13: Explore JavaScript Reduce Function

https://victoriacheng15.hashnode.dev/explore-javascript-reduce-function

Hashnode - javascript (Javascript)

What is reduce()' It is a built-in function array method in JavaScript that allows you to transform an array into a single value. It does this by iterating over each element in the array and accumulating a result based on the operation you define. ba...


14: Comment Hyundai va empêcher les tiktokeurs de voler ses voitures '

https://www.lebigdata.fr/vol-voiture-hyundai

Le Big Data (dataviz)

Le vol de voitures de marque Hyundai a explosé ces dernières années, et encore plus récemment à cause de certaines … Cet article Comment Hyundai va empêcher les tiktokeurs de voler ses voitures ' a été publié sur LeBigData.fr.


15: JavaScript ES6 Simplified

https://vivekprasad.hashnode.dev/javascript-es6-simplified

Hashnode - javascript (Javascript)

I resumed coding after a gap of 4 months and needless to say, I struggled to recall the syntax of arrow functions in first session. If you are someone like me, who is looking for a quick refresher for the ES6 topics explained in a simple and concise ...


16: How To Use The Javascript Timing Events

https://azikenp.hashnode.dev/how-to-use-the-javascript-timing-events

Hashnode - javascript (Javascript)

It is no secret that many programmers tend to have difficulties when using the Javascript timing events, this is a result of the programmer not having enough background knowledge of the applications or use of the function. In this short article, we w...


17: My first post using Github as source

https://iamsureshra.hashnode.dev/post-from-github-as-source

Hashnode - python (python)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It h...


18: How to properly set focus on an input element

https://fercodes.hashnode.dev/how-to-properly-set-focus-on-an-input-element

Hashnode - javascript (Javascript)

Autofocus When you want to draw the user's attention to a specific element upon initial rendering, the autofocus attribute can be a quick and effective solution. This attribute tells the browser to automatically give the element focus when the page l...


19: Debugging: When Your App Misbehaves Like a Teenager

https://dhruvnakum.xyz/debugging-when-your-app-misbehaves-like-a-teenager

Hashnode - javascript (Javascript)

Introduction Welcome to my blog about Debugging! In this blog, I'll share some helpful tips and techniques for debugging which I personally use to fix errors and bugs. One of the most critical aspects of debugging is using the right tools. There is...


20 / 129

20: Say Goodbye to Callback Hell: How to Use Promises to Simplify Asynchronous JavaScript Code tutorial

https://vaibhavtiwari.dev/say-goodbye-to-callback-hell-how-to-use-promises-to-simplify-asynchronous-javascript-code-tutorial

Hashnode - javascript (Javascript)

Introduction Asynchronous programming is an essential part of modern web development. However, it can lead to callback hell, which makes code hard to read and debug. The concept of Promises in JavaScript is a powerful tool that helps to alleviate the...


21: The Power of Event-Driven Architecture: Why Node.js is Efficient and Popular

https://elias-soykat.hashnode.dev/why-nodejs-is-efficient-and-popular

Hashnode - javascript (Javascript)

Do you ever thought why Node.js is so much popular' Node.js is popular and efficient one of the reasons is its event-driven architecture. In traditional server-side programming models, each client request would be handled by a separate thread or proc...


22: Google warns against using 403 or 404 status codes for Googlebot crawl rate limiting

https://searchengineland.com/google-warns-against-using-403-or-404-status-codes-for-googlebot-crawl-rate-limiting-393303

Search engine land (Référencement)

Instead, Google recommends you use Google Search Console's crawl rate feature. The post Google warns against using 403 or 404 status codes for Googlebot crawl rate limiting appeared first on Search Engine Land.


23: Microsoft proposes AI ads in Bing

https://searchengineland.com/microsoft-proposes-ai-ads-in-bing-393301

Search engine land (Référencement)

Microsoft has not provided a timeline for when brands will be able to directly purchase ads within the chatbot. The post Microsoft proposes AI ads in Bing appeared first on Search Engine Land.


24: How to draw KRULLER

https://feeds.feedblitz.com/~/727646636/0/tanglepatterns~How-to-draw-KRULLER.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Jody Genovese's Zentangle® pattern: Kruller. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


25: Creating a frictionless user onboarding experience

https://blog.logrocket.com/ux-design/creating-frictionless-user-onboarding-experience/

Log Rocket blog (Web 2)

Let's take a look at a few easy steps you can follow to build frictionless user onboarding via Asana's best practices. The post Creating a frictionless user onboarding experience appeared first on LogRocket Blog.


26: Après deux années fastes, le financement des start-up de la healthtech "retombe au niveau pré-Covid"

https://www.usine-digitale.fr/article/apres-deux-annees-fastes-le-financement-des-start-up-de-la-healthtech-retombe-au-niveau-pre-covid.N2102551

L'usine-digitale (Informatique)

Le bilan 2022 établi par France Biotech note le dynamisme des start-up françaises de la healthtech, mais souligne leurs difficultés de recrutement et de financement. Le rapport recommande de poursuivre le soutien à l'innovation en santé, notamment via le plan d'investissements gouvernemental France 2030.


27: Report: Google sharing Chrome iOS search revenue with Apple

https://searchengineland.com/report-google-sharing-chrome-ios-search-revenue-with-apple-393296

Search engine land (Référencement)

UK's Competition and Markets Authority is concerned about this previously undisclosed revenue sharing arrangement between Apple and Google. The post Report: Google sharing Chrome iOS search revenue with Apple appeared first on Search Engine Land.


28: Using Match Case For Pattern Matching In Python

https://geekpython.in/match-case-in-python

Hashnode - python (python)

Python programming language is constantly evolving and every new version of it brings something interesting and new. In Python version 3.10, the "match case" statement was proposed in the PEP 634(specification) & 636(tutorial) for structural pattern ...


29: Spy balloons and UFOs

https://flowingdata.com/2023/02/17/spy-balloons-and-ufos/

Flowing data (dataviz)

For The New York Times, Eleanor Lutz illustrated things in the sky, because…Tags: balloon, Eleanor Lutz, illustration, New York Times, UFO


30 / 129

30: A Comprehensive Guide to Using useLayoutEffect() Hook in React

https://articles.animesharma3.com/a-comprehensive-guide-to-using-uselayouteffect-hook-in-react

Hashnode - javascript (Javascript)

Welcome back to my React Hooks series, where I explore the powerful features of this popular JavaScript library. In my previous article, I covered the useEffect hook and showed you how to use it for side effects and state management. In this article,...


31: Cyanotype to represent grief

https://flowingdata.com/2023/02/17/cyanotype-to-represent-grief/

Flowing data (dataviz)

Marking the third anniversary of the first Covid deaths in the United States,…Tags: coronavirus, Reuters


32: Chart: Automakers' Adoption of Fuel-Saving Technologies

https://www.visualcapitalist.com/chart-automakers-adoption-of-fuel-saving-technologies/

Visual Capitalist (dataviz)

See how 14 major automakers have adopted various fuel-saving technologies in this infographic based on EPA data. The post Chart: Automakers' Adoption of Fuel-Saving Technologies appeared first on Visual Capitalist.


33: Bing AI chat needs to stop sourcing the Bing search results

https://searchengineland.com/bing-ai-chat-needs-to-stop-sourcing-the-bing-search-results-393295

Search engine land (Référencement)

Search engines should not show search results as answers The post Bing AI chat needs to stop sourcing the Bing search results appeared first on Search Engine Land.


34: Intern writes Python Script using ChatGPT

https://parinpersonal.hashnode.dev/intern-writes-python-script-using-chatgpt

Hashnode - python (python)

I am an Intern Fresh out of College. The team I work at is bringing internationalization to source code. They need to sift through every bit of English strings within code which can be converted into a placeholder. There are tens of thousands of Engl...


35: Python Script using ChatGPT - Learning

https://parinpersonal.hashnode.dev/python-script-using-chatgpt-learning

Hashnode - python (python)

I am an Intern Fresh out of College. The team I work at is bringing internationalization to source code. They need to sift through every bit of English strings within code which can be converted into a placeholder. There are tens of thousands of Engl...


36: Malmené par la baisse des ventes de PC, le bénéfice de Lenovo plonge, les licenciements guettent

https://www.usine-digitale.fr/article/malmene-par-la-baisse-des-ventes-de-pc-le-benefice-de-lenovo-plonge-les-licenciements-guettent.N2102521

L'usine-digitale (Informatique)

Lenovo, le numéro un mondial du PC, est durement touché par la crise du marché. Son chiffre d'affaires a reculé de 24% sur un an, et son résultat net de 32%.


37: Explainer: What to Know About the Ohio Train Derailment

https://www.visualcapitalist.com/explainer-what-to-know-about-the-ohio-train-derailment/

Visual Capitalist (dataviz)

A train transporting a number of potentially dangerous chemicals derailed near the Ohio'Pennsylvania border. This infographic explains what happened The post Explainer: What to Know About the Ohio Train Derailment appeared first on Visual Capitalist.


38: How to write a communication plan (with template and examples)

https://blog.logrocket.com/product-management/communication-plan-examples-template/

Log Rocket blog (Web 2)

A communication plan describes what information must be communicated as well as to whom, by whom, when, where, and via what medium. The post How to write a communication plan (with template and examples) appeared first on LogRocket Blog.


39: Build an internal error notification system in Go and Svelte

https://blog.logrocket.com/build-internal-error-notification-system-go-svelte/

Log Rocket blog (Web 2)

Use the Notify Go library to build an internal error notification system that sends notifications to Slack, email, etc., and logs errors. The post Build an internal error notification system in Go and Svelte appeared first on LogRocket Blog.


40 / 129

40: Fly through Jupyter with keyboard shortcuts '

https://www.dataschool.io/jupyter-notebook-keyboard-shortcuts/

Data school (dataviz)

Learn the 25 most useful keyboard shortcuts for Jupyter Notebook or Lab (including hidden gems ') so that you can speed up your workflow!


41: Constructors and Decorators in Python

https://swapnoneel.hashnode.dev/constructors-and-decorators-in-python

Hashnode - python (python)

Introduction Python is a versatile programming language that provides a wide range of features and tools to developers for building robust and efficient software applications. Among the most important aspects of Python are constructors and decorators...


42: Django Secrets - keeping secrets safe with python-decouple

https://codlog.hashnode.dev/django-secrets-keeping-secrets-safe-with-python-decouple

Hashnode - python (python)

Database passwords, API keys and a host of other parameters are needed for a Django app to function properly. Some of these parameters are crucial and are best kept as secrets in safe and private environments. A good number of libraries have been pro...


43: Basic Steps To Learn Web Development For Beginners

https://coderscode.hashnode.dev/basic-steps-to-learn-web-development-for-beginners

Hashnode - javascript (Javascript)

Learning web development can be a rewarding and challenging experience for beginners. Here are some basic steps to help you get started: Learn HTML: HTML is the foundation of all web development. It is used to create the structure of web pages. You ...


44: datefinder: Automatically Find Dates and Time in a Python String

https://mathdatasimplified.com/2023/02/17/datefinder-automatically-find-dates-and-time-in-a-python-string-3/

Math Data Simplified (data)

If you want to automatically find date and time with different formats in a Python string, try datefinder. Link to datefinder. My previous tips on working with datetime in Python. The post datefinder: Automatically Find Dates and Time in a Python String appeared first on Data Science Simplified.


45: Variables and Data Types in JavaScript

https://promisedash.hashnode.dev/variables-and-data-types-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a high-level, interpreted programming language that is widely used for creating dynamic and interactive web pages. Variables and Data Types are the fundamental topics that every beginner should understand in order to start coding with J...


46: JetBrains lance le programme d'accès anticipé (EAP) à DataGrip 2023.1, la première mise à jour majeure de l'année de son EDI pour les développeurs SQL

https://jetbrains.developpez.com/actu/341681/JetBrains-lance-le-programme-d-acces-anticipe-EAP-a-DataGrip-2023-1-la-premiere-mise-a-jour-majeure-de-l-annee-de-son-EDI-pour-les-developpeurs-SQL/

sgbd (developpez.com) (Informatique / base de données)

JetBrains lance le programme d'accès anticipé (EAP) à DataGrip 2023.1 La première mise à jour majeure de l'année de son EDI pour les développeurs SQLC'est au début du mois de décembre dernier que JetBrains a publié DataGrip 2022.3. Cette version de l'EDI destiné aux administrateurs de bases de données et développeurs SQL est venue avec de nombreuses améliorations. Parmi celles-ci, o [...]


47: Comment un opéra à grande échelle a été créé grâce à la réalité virtuelle

https://www.realite-virtuelle.com/opera-grande-echelle-grace-realite-virtuelle/

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

Un nouvel opéra a été construit à partir de zéro en recourant notamment à la […] Cet article Comment un opéra à grande échelle a été créé grâce à la réalité virtuelle a été publié sur Réalité-Virtuelle.com.


48: Nullish Coalescing Operator

https://shuklathecoder.hashnode.dev/nullish-coalescing-operator

Hashnode - javascript (Javascript)

So, Here we will discuss the Nullish Coalescing operator. First of all, learn its spelling and pronunciation which is very tough for me also''''''. So, let's discuss, It's an operator used for getting the value out of null and undefined. In genera...


49: Unlocking the Power of Design to Help Users Make Smart Decisions

https://www.webdesignerdepot.com/2023/02/unlocking-the-power-of-design-to-help-users-make-smart-decisions/

Webdesigner depot (Design)

Users are faced with decision-making on websites every day. The decision-making process can be far more complex than it appears, and poor decision-making can lead to user dissatisfaction, decreased sales, and damage to brand value. For this reason, it's imperative that designers focus on decision-making throughout the entire UX workflow. UX, from a decision-making perspective, […] The post U [...]


50 / 129

50: Ils font la CyberSécurité | Jeffrey Bencteux (ALT F8)

https://www.lebigdata.fr/ils-font-la-cybersecurite-jeffrey-bencteux-altf8

Le Big Data (dataviz)

Dans le cadre de notre dossier 'Ils font la cybersécurité', Jeffrey Bencteux (Dirigeant et consultant en sécurité des systèmes d’information … Cet article Ils font la CyberSécurité | Jeffrey Bencteux (ALT F8) a été publié sur LeBigData.fr.


51: Tesla va mettre à jour 362 758 véhicules suite aux inquiétudes sur son système Full Self Driving

https://www.usine-digitale.fr/article/tesla-va-mettre-a-jour-362-758-vehicules-suite-aux-inquietudes-sur-son-systeme-full-self-driving.N2102481

L'usine-digitale (Informatique)

Tesla se voit contraint par la NHTSA à la mise à jour de 362 758 véhicules équipés de sa technologie Full Self Driving. Les failles du système d'aide à la conduite mettraient en danger la sécurité des passagers et autres usagers de la route.


52: The big concern for publishers is when AI becomes the journalist

https://searchengineland.com/the-big-concern-for-publishers-is-when-ai-becomes-the-journalist-393280

Search engine land (Référencement)

Content creators may need to entertain and maybe Google should add a new E to E-E-A-T. The post The big concern for publishers is when AI becomes the journalist appeared first on Search Engine Land.


53: Exploring Data with Python: An Introduction to Data Science

https://mutuma.hashnode.dev/exploring-data-with-python-an-introduction-to-data-science

Hashnode - python (python)

Python has emerged as one of the most popular programming languages for data science, thanks to its simplicity, versatility, and powerful libraries. Python has grown to be used in various scenarios and is very central to anyone seeking a career in da...


54: [LeetCode] 129. Sum Root to Leaf Numbers

https://blog.weilincheng.com/leetcode-129-sum-root-to-leaf-numbers

Hashnode - python (python)

https://leetcode.com/problems/sum-root-to-leaf-numbers/ Time and space complexity O(n) time | O(n) space ' where n is the number of nodes of the binary tree Submission Detail Runtime: 32 ms, faster than 72.26% of Python3 online submissions for Sum ...


55: Reactivity with the Vue 3 Composition API: ref() and reactive()

https://blog.logrocket.com/reactivity-vue-3-composition-api-ref-reactive/

Log Rocket blog (Web 2)

Reactivity allows us to write cleaner code, preventing us from having to manually update the UI in response to data changes. The post Reactivity with the Vue 3 Composition API: ref() and reactive() appeared first on LogRocket Blog.


56: The 4 Ds of time management: How to be more productive

https://blog.logrocket.com/product-management/4-ds-time-management-how-to-be-productive/

Log Rocket blog (Web 2)

The 4 Ds of time management can help you be more productive as a product manager and instill important principles of task prioritization in your team. The post The 4 Ds of time management: How to be more productive appeared first on LogRocket Blog.


57: How the YouTube algorithm works: What marketers need to know

https://searchengineland.com/how-youtube-algorithm-works-393204

Search engine land (Référencement)

This guide will help you get the most out of YouTube, understand the platform's algorithm and gain visibility for your best videos. The post How the YouTube algorithm works: What marketers need to know appeared first on Search Engine Land.


58: Tackling the Pain of Gradle Build Errors: A Mobile App Developer's Tale

https://jitesh117.hashnode.dev/tackling-the-pain-of-gradle-build-errors-a-mobile-app-developers-tale

Hashnode - Flutter (Flutter)

Introduction In August of 2022, I started my journey with Flutter, a mobile app development framework created by Google. I was initially drawn to it because of its developer-friendly nature and ease of use. The resources available on YouTube made lea...


59: Thistle Technologies veut démocratiser la sécurité pour les objets connectés

https://www.usine-digitale.fr/article/thistle-technologies-veut-democratiser-la-securite-pour-les-objets-connectes.N2102401

L'usine-digitale (Informatique)

La start-up Thistle Technologies lance une plateforme de sécurité dédiée aux objets connectés. Elle s'assure notamment qu'ils puissent recevoir des mises à jour automatique, qu'ils soient basés sur Linux ou Windows. Le but est de fournir des garanties de sécurité même aux objets les plus basiques, car ces derniers sont très vulnérables aux cyberattaques.


60 / 129

60: Beginner's Guide to Variables, Data Types, and Operators in JavaScript

https://wpgroom.hashnode.dev/beginners-guide-to-variables-data-types-and-operators-in-javascript

Hashnode - javascript (Javascript)

If you're new to JavaScript, you might be wondering what variables, data types, and operators are, and how they work in this programming language. In this article, we'll cover the basics of these concepts, and provide you with some examples that will...


61: L'application sportive la plus avancée au monde arrive bientôt sur le PSVR 2

https://www.realite-virtuelle.com/rezzil-player-arrive-bientot-psvr-2/

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

Rezzil Player, la célèbre application d'entrainement sportif en réalité virtuelle débarquera bientôt sur le casque […] Cet article L'application sportive la plus avancée au monde arrive bientôt sur le PSVR 2 a été publié sur Réalité-Virtuelle.com.


62: Microsoft ChatGPT Bing enfin disponible : guide complet du web browser dopé à l'IA

https://www.lebigdata.fr/microsoft-bing-chatgpt-guide-complet

Le Big Data (dataviz)

Microsoft a ajouté l’IA ChatGPT à son moteur de recherche Bing et à son navigateur Edge. À travers ce guide … Cet article Microsoft ChatGPT Bing enfin disponible : guide complet du web browser dopé à l’IA a été publié sur LeBigData.fr.


63: JavaScript Object and It's Method

https://sushilbhandary.hashnode.dev/javascript-object-and-its-method

Hashnode - javascript (Javascript)

A key type of data structure in JavaScript is the object. Data may be stored and arranged using objects as key-value pairs. In this post, we'll look at some of the most popular object methods in JavaScript as well as objects. Making Things Curly brac...


64: JavaScript Array and It's Methods

https://sushilbhandary.hashnode.dev/javascript-array-and-its-methods

Hashnode - javascript (Javascript)

Arrays in JavaScript are robust and adaptable data structures that let you store and work with sets of values. The fundamentals of JavaScript arrays and some of their most practical functions will be covered in this tutorial. Setting Up Arrays The []...


65: Add analytics to NextJS with Plausible.io

https://stoev.hashnode.dev/add-analytics-to-nextjs-with-plausibleio

Hashnode - javascript (Javascript)

What is Plausible ' Plausible market itself as lightweight and open source web analytics. The authors can say it best 'We are dedicated to making web analytics more privacy-friendly. Our mission is to reduce corporate surveillance by providing an alt...


66: Prompt : définition et signification

https://www.lebigdata.fr/prompt-definition

Le Big Data (dataviz)

La définition du mot « prompt » dans le domaine de l’IA est souvent mal comprise, même parmi les professionnels du secteur. … Cet article Prompt : définition et signification a été publié sur LeBigData.fr.


67: What is short-form content' Your guide to when and how to use it

https://searchengineland.com/short-form-content-393191

Search engine land (Référencement)

Learn why, when and how to use short-form content in your brand's marketing strategy, plus what to focus on when creating it. The post What is short-form content' Your guide to when and how to use it appeared first on Search Engine Land.


68: Explaining HTTP as you were of age 5.

https://shekharthakur01.hashnode.dev/explaining-http-as-you-were-of-age-5

Hashnode - javascript (Javascript)

Hello there! Today, I'm going to explain HTTP to you as if you were a 5-year-old. HTTP is the thing that makes the Internet work. Think of it like a magic carrier pigeon that can carry letters from one place to another. Instead of carrying letters, H...


69: Building Reusable CRUD APIs with TypeORM and NestJS

https://gaiyaobed.hashnode.dev/building-reusable-crud-apis-with-typeorm-and-nestjs

Hashnode - javascript (Javascript)

If you're building a Node.js application with NestJS and TypeORM, you'll likely need to create CRUD (Create, Read, Update, Delete) APIs for multiple entities. However, creating these APIs from scratch for each entity can be time-consuming and lead to...


70 / 129

70: 5 Reasons for Data Visualization in Decision-Making

https://www.noupe.com/business-online/data-visualization-in-decision-making.html

Noupe (conception)

Data visualization is a popular tool that helps companies make proper judgments. According to Bain & Company, firms with advanced analytics skills make prompt decisions five times more than their market peers. Visual data allows you to organize information. So it’s easy to understand and allows for better planning in the future. However, data visualization... The post 5 Reaso [...]


71: Collective 752

https://tympanus.net/codrops/collective/collective-752/

Codrops (Internet / Design)

The Gooey Effects With Shader * CSS Nesting * Clack * Improved font fallbacks


72: A Step-By-Step Guide To Building Accessible Carousels

https://smashingmagazine.com/2023/02/guide-building-accessible-carousels/

Smashing magazine (CSS / Web 2)

Most carousels come along with usability and accessibility issues. To avoid these issues, this article addresses step-by-step design considerations as well as semantic requirements for carousels to be accessible. It is intended to create an in-depth understanding of the implementation and its impact on users.


73: Top 10 JavaScript Frameworks!

https://coding.dev/top-10-javascript-frameworks

Hashnode - javascript (Javascript)

JavaScript is a multi-paradigm language that supports event-driven, functional, object-oriented, and prototype-based programming styles. JavaScript was initially used only for the client-side but, in more recent times, it has also been used as a serv...


74: Unagi lève 4,7 millions d'euros pour son jeu de "fantasy football" concurrent de Sorare

https://www.usine-digitale.fr/article/unagi-leve-4-7-millions-d-euros-pour-son-jeu-de-fantasy-football-concurrent-de-sorare.N2102336

L'usine-digitale (Informatique)

La start-up fondée par deux anciens d'Ubisoft entend rendre accessible au plus grand nombre les jeux de "fantasy sport" fonctionnant avec des NFT. Son jeu de football Ultimate Champions va bientôt se décliner dans une version basketball.


75: World of Warcraft: skinning leveling guide for the Dragonflight add-on

https://www.bestfreewebresources.com/world-of-warcraft-skinning-leveling-guide-for-the-dragonflight-add-on

Best Free Web Resources (Veille)

In the Dragon Isles, players can skin dead animals to get various materials that leatherworkers use to make tools and other objects. Additionally, after you become an expert skinner, you will discover how to create lures like the Temporal Dragonhead Lure and the Titan Energy Lure. To get acquainted with this profession in Dragonflight you […] The post World of Warcraft: skinning leveling gui [...]


76: What are errors in JavaScript'

https://jayrajputcode.hashnode.dev/what-are-errors-in-javascript

Hashnode - javascript (Javascript)

errors are encountered by programmers every day when writing. They are a crucial part of developers' life. Therefore understanding what is an error and what different types of error mean is very handy knowledge. What is an error' Errors in Javascript...


77: Hoisting in JavaScript

https://blog-debasish.hashnode.dev/hoisting

Hashnode - javascript (Javascript)

This is a process where the JavaScript interpreter appears to move the declarations to the top of the scope before execution. Now, what does this mean exactly' let's see with an example: //let's decalre a function first function hello (){ cons...


78: Top 10 Tips for Building Beautiful UIs in Flutter

https://jaycodes1.hashnode.dev/top-10-tips-for-building-beautiful-uis-in-flutter

Hashnode - Flutter (Flutter)

Introduction Who does not love an eye-catching, immersive app' I'm guessing everyone does, and Flutter is a popular framework for building cross-platform mobile applications with beautiful and responsive user interfaces (UIs), which is so cool. As a ...


79: Instagram lance les canaux comme sur Telegram : ce qu'il faut savoir

https://www.blogdumoderateur.com/instagram-lance-canaux-comme-telegram/

Blog du Moderateur ()

Cette nouvelle option pourrait représenter une belle opportunité pour les créateurs de contenu présents sur Instagram.


80 / 129

80: La patronne de YouTube, Susan Wojcicki, tire sa révérence après 25 ans chez Google

https://www.usine-digitale.fr/article/la-patronne-de-youtube-susan-wojcicki-tire-sa-reverence-apres-25-ans-chez-google.N2102266

L'usine-digitale (Informatique)

Susan Wojcicki, à la tête de YouTube depuis neuf ans et au sein de Google depuis 25 ans, a annoncé hier qu'elle quittait son poste. L'une des rares femmes à diriger un géant américain de la Tech laisse sa place à Neal Mohan, chef de produit de la plateforme vidéo depuis 2015. Elle conserve un rôle consultatif pour Google et Alphabet.


81: iPhone : découvrez les nouveaux emojis disponibles avec iOS 16.4

https://www.blogdumoderateur.com/iphone-nouveaux-emojis-ios-16-4/

Blog du Moderateur ()

Découvrez la liste des nouveaux emojis sur votre iPhone avec la mise à jour iOS 16.4.


82: .toLocaleString() is too slow. Here's how to improve it.

https://nedwize.hashnode.dev/tolocalestring-is-too-slow-heres-how-to-improve-it

Hashnode - javascript (Javascript)

Is your cloud server instance running on the UTC timezone and do all users, and stakeholders belong to a different timezone' Or maybe you frequently bulk convert dates into a different timezone just for fun' I landed on a similar problem at work whil...


83: Indiana Jones 5 : comment Harrison Ford a rajeuni grâce à l'IA'

https://www.lebigdata.fr/harrison-ford-rajeuni-ia

Le Big Data (dataviz)

Harrison Ford est de retour en jeunesse dans la peau d’Indiana Jones pour un cinquième volet de la célèbre saga. … Cet article Indiana Jones 5 : comment Harrison Ford a rajeuni grâce à l’IA' a été publié sur LeBigData.fr.


84: Les cinq points clés de la cyberguerre russe en Ukraine

https://www.usine-digitale.fr/article/les-cinq-points-cles-de-la-cyberguerre-russe-en-ukraine.N2102156

L'usine-digitale (Informatique)

Un large emploi d'armes numériques, qui évoluent au fil du temps, une défense qui a tenu le choc, grâce notamment aux acteurs privés, et des hacktivistes remontés à bloc un peu brouillon: bilan en cinq points de la cyberguerre qui fait rage en Ukraine depuis un an.


85: Common Errors in JavaScript

https://abhisheky495.hashnode.dev/common-errors-in-javascript

Hashnode - javascript (Javascript)

Syntax Error A Syntax error is caused due to incorrect usage or a typo in your code.Some examples include - Missing or invalid opening/closing Brackets [...], Parentheses (...) or Curly braces {...} function printNum(num) { console.log(num); M...


86: Placer la donnée au c'ur des enjeux des entreprises : la démarche de SWATICS

https://www.blogdumoderateur.com/placer-donnee-coeur-enjeux-entreprises-demarche-swatics/

Blog du Moderateur ()

Hubert Stefani et Arthur Delpech de Frayssinet, CTO et COO de SWATICS, nous présentent leur approche orientée data pour aider les entreprises à rester en conformité avec la règlementation européenne.


87: Implementing Push Notifications in React Native: Best Practices and Tips

https://umarsabiu.hashnode.dev/implementing-push-notifications-in-react-native-best-practices-and-tips

Hashnode - javascript (Javascript)

Push notifications are a powerful tool for keeping users engaged with your React Native app. By sending timely and relevant notifications, you can keep your users up-to-date with new content and features, leading to increased retention and user satis...


88: Building an Application That Interacts with the Google Maps API

https://five.hashnode.dev/building-an-application-that-interacts-with-the-google-maps-api

Hashnode - javascript (Javascript)

Welcome to Five Labs, a step-by-step guide to building applications using Five. This lab guides you through creating a custom online database application that interacts with the Google Maps API. You will develop your application locally using Five's ...


89: 7 Best Practices for Keeping a React Project Clean and Efficient

https://theankurtyagi.hashnode.dev/7-best-practices-for-keeping-a-react-project-clean-and-efficient

Hashnode - javascript (Javascript)

As a React developer, you know that the key to creating a successful project is keeping your code organised and easy to understand. In this guide, I'll share my top tips and tricks for organising your React code intuitively and efficiently. I've got ...


90 / 129

90: React Router

https://pcodesdev.hashnode.dev/react-router

Hashnode - javascript (Javascript)

React Router is a popular library for routing in React applications. It allows developers to define and manage different routes and paths within a React application, and provides tools to navigate between these routes. This makes it easier to create ...


91: forEach method Explained

https://devlawrence.hashnode.dev/foreach-method-explained

Hashnode - javascript (Javascript)

Hey guys, today's article will be a quick one and it's about one of the most common array methods which is the forEach method. let's dive right into it ' What is forEach method' The forEach() method executes a provided function once for each array e...


92: Google Privacy Sandbox veut réconcilier pub et vie privée : tout savoir

https://www.lebigdata.fr/google-privacy-sandbox

Le Big Data (dataviz)

Google met en place sa solution Privacy Sandbox pour permettre aux annonceurs de cibler les utilisateurs de manière pertinente. Cette … Cet article Google Privacy Sandbox veut réconcilier pub et vie privée : tout savoir a été publié sur LeBigData.fr.


93: Publishing npm packages to multiple registries with Github actions

https://zsevic.hashnode.dev/publishing-npm-packages-to-multiple-registries-with-github-actions

Hashnode - javascript (Javascript)

This blog post covers what you need to know in order to automate publishing an npm package to Npm and Github package registries. It can also be helpful if you want to publish a package only into one of the mentioned registries. GitHub actions Github ...


94: Comment avoir un accès prioritaire à Bing avec ChatGPT

https://www.blogdumoderateur.com/acces-prioritaire-bing-chatgpt/

Blog du Moderateur ()

Comment accéder plus vite au nouveau Bing ' Où en est Microsoft dans le déploiement ' Quelles sont les alternatives ' On répond à toutes ces questions.


95: Best Practices of Continuous Deployment (CD)

https://sumanprasad.hashnode.dev/best-practices-of-continuous-deployment-cd

Hashnode - python (python)

' Introduction: Continuous Deployment is a critical component of DevOps, which enables organizations to deliver software changes to production quickly, efficiently, and with higher quality. Here are some best practices for implementing Continuous De...


96: Looping through Code in JavaScript

https://ansariyasirarfat.hashnode.dev/looping-through-code-in-javascript

Hashnode - javascript (Javascript)

Loops are an essential part of programming and allow us to repeat certain actions until a certain condition is met. In this article, we will delve into the world of loops in JavaScript and the different types of loops available in the language. To ge...


97: Be Better At Debugging By Understanding Your Errors In Javascript

https://pranavpatani.hashnode.dev/be-better-at-debugging-by-understanding-your-errors-in-javascript

Hashnode - javascript (Javascript)

While writing code, we encounter errors a lot of times. Generally, our first approach to resolving that error or bug is to copy-paste the entire error and search for it on google. https://media.giphy.com/media/vnkYQLFjCX0Gmjp6wV/giphy.gif That does...


98: How Odoo Helps Small and Medium Businesses to Achieve their Goals

https://www.noupe.com/business-online/how-odoo-helps-small-and-medium-businesses-to-achieve-their-goals.html

Noupe (conception)

Businesses are expanding quickly to create new technology today. Small and medium-sized companies frequently use ERP solutions to grow and keep up with digital revolutions. ERP is a tool that any company may utilize to support all business communications, productivity, on-demand product marketing, real-time data access, and the consolidation of data from several sources into... The pos [...]


99: How to Create Custom Service Systemd on Linux

https://ramalabs.my.id/how-to-create-custom-service-systemd-on-linux

Hashnode - python (python)

As developers, we often want to create a service system that can run on background and then launch a service every system startup. These services can be anything, maybe you have python scripts, bash scripts, or node js scripts, or maybe like this exa...


100 / 129

100: Boost Your Data Analysis Productivity with These Time-Saving Pandas One-Liners

https://jollyengineer.hashnode.dev/boost-your-data-analysis-productivity-with-these-time-saving-pandas-one-liners

Hashnode - python (python)

Data analysis can often be a cumbersome task when performed using Excel due to its limitations in reading a large number of rows. Therefore, it is essential to become proficient in certain Python libraries and syntax to make the process of data analy...


101: Nullish Coalescing Operator [''] '

https://santosmmu.hashnode.dev/nullish-coalescing-operator

Hashnode - javascript (Javascript)

Before discussion about the Nullish coalescing operator in JavaScript, let me tell you the journey How I came up with an idea to explore about this topic. By the word nullish itself made me ignore this concept in doubt whether to spent time on learni...


102: Optimizing the Performance of a React JS App

https://blog.shravaniroy.com/optimizing-the-performance-of-a-react-js-app

Hashnode - javascript (Javascript)

React is a developer-friendly and lightweight JavaScript library for building user interfaces. However, as your app grows in complexity, it's important to ensure that it runs efficiently and provides a smooth user experience. In this post, we'll expl...


103: Day 9 of 100DaysOfCode

https://pradeepkurapati.hashnode.dev/day-9-of-100daysofcode

Hashnode - python (python)

Day 9 of my 100 Days of Code challenge was all about scope and game development. I spent the day building two different games - a guessing game and a higher-lower game. First up was the guessing game, which was a lot of fun to build. Using the random...


104: This day in search marketing history: February 17

https://searchengineland.com/search-marketing-history-february-17-393176

Search engine land (Référencement)

Microsoft introduces the Bing Network, plus: Standard Shopping campaigns, Google Panda eats Demand Media, Google Social Search and more. The post This day in search marketing history: February 17 appeared first on Search Engine Land.


105: Brigad, Kanopée, Deeplink Medical' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/brigad-kanopee-deeplink-medical-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2102076

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé plus de 82 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCAP PARTNER pour L'Usine Digitale.


106: Data types

https://paarthmane.hashnode.dev/data-types

Hashnode - javascript (Javascript)

Data can be in any form like a number, text (string), symbol, boolean value (true and false) and a lot of other formats, but in javascript, they are categorised into 7 different primitive data types and one non-primitive data type. Primitive data typ...


107: CSS Positioning Property: All you need to know!

https://prabhat1001.hashnode.dev/css-positioning-property-all-you-need-to-know

Hashnode - javascript (Javascript)

' I'd like to take you back in time I was the guy who used to enjoy using CSS to make websites look nice until the day I accidentally step on the position property of CSS. Back in the day, When I first started using CSS, I used to really dislike the ...


108: Building a Web App on AWS with EC2

https://blog.mivancic.com/building-a-web-app-on-aws-with-ec2

Hashnode - python (python)

When it comes to learning new skills, sometimes increasing your knowledge and remaining self-motivated remains the easy part. Becoming aware of what you don't know, understanding the framework under which these new skills can be applied in an enterpr...


109: The Innovation and Customization of Shipping Containers for Various Uses

https://www.bestfreewebresources.com/the-innovation-and-customization-of-shipping-containers-for-various-uses

Best Free Web Resources (Veille)

It used to be that you only saw shipping containers if you happened to gaze out at the ocean and see the tankers carrying them across the water or if you happened to be near a harbor. Now you can find them in various locations and they are being used for far more than just […] The post The Innovation and Customization of Shipping Containers for Various Uses appeared first on Free Web Resourc [...]


110 / 129

110: The Role of MRI Technology in Visualizing Thigh Anatomy

https://www.bestfreewebresources.com/the-role-of-mri-technology-in-visualizing-thigh-anatomy

Best Free Web Resources (Veille)

You might wonder why it would be important to have a detailed visualization of thigh anatomy. There are several reasons. The main one being that a lot of competitive sports injuries could involve the thigh area. Think of soccer players, for example. The way they kick and twist their bodies at all angles makes them […] The post The Role of MRI Technology in Visualizing Thigh Anatomy appeared [...]


111: The Cost-Effectiveness of Meraki Systems Manager for Businesses of Different Sizes  

https://www.bestfreewebresources.com/the-cost-effectiveness-of-meraki-systems-manager-for-businesses-of-different-sizes

Best Free Web Resources (Veille)

The Meraki Systems Manager is among the most empowering innovations for businesses today and can help a business of any size. Its genius brings cost-savings to the tables of every board room or small business owner's shop office. This Cisco-based system is a cloud invention, where any organization can put all of their devices onto […] The post The Cost-Effectiveness of Meraki Systems Manager [...]


112: The Sneaky Side of const in JavaScript: Redefining vs Redeclaring

https://gautam-balamurali.hashnode.dev/the-sneaky-side-of-const-in-javascript-redefining-vs-redeclaring

Hashnode - javascript (Javascript)

In JavaScript, we have three ways to declare variables: var, let, and const. While var and let are relatively straightforward, const has some nuances that can catch developers off guard. Specifically, there is a difference between redeclaring a const...


113: Understanding the meaning of a hold on an inmate and its implications  

https://www.bestfreewebresources.com/understanding-the-meaning-of-a-hold-on-an-inmate-and-its-implications

Best Free Web Resources (Veille)

The term hold on an inmate means that an inmate has been held for a specific reason by a specific jurisdiction, with the implication being that there is a wait time involved. Still, many will still ask what does a hold on an inmate mean. That is because the term 'hold,' while still a legal […] The post Understanding the meaning of a hold on an inmate and its implications   appeared first o [...]


114: The Challenges of Keeping Up With Changing SEO Algorithms

https://www.bestfreewebresources.com/the-challenges-of-keeping-up-with-changing-seo-algorithms

Best Free Web Resources (Veille)

There may be times where it feels like trying to harness SEO algorithms is about as easy as grabbing ahold of a pig that has been slathered in oil. It seems like you’ve gotten a grasp of what works … and then Google or the social media app changes the rules of the algorithm and […] The post The Challenges of Keeping Up With Changing SEO Algorithms appeared first on Free Web Resou [...]


115: Javascript

https://niksknowledgecode.hashnode.dev/javascript

Hashnode - javascript (Javascript)

what is Javascript' Javascript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. JavaScript is the Programming Language for the Web. JavaScript can ...


116: Demystifying State Management in React

https://rahulrk.hashnode.dev/demystifying-state-management-in-react

Hashnode - javascript (Javascript)

A crucial component of creating dynamic and interactive user interfaces is React state management. The internal data that is utilized to render and update the user interface is referred to as "state" in React. For React apps to be scalable and mainta...


117: 10 Reasons Why Next.js is the Superior Choice over create-react-app for Your Next Project

https://blog.sarveshpatil.com/10-reasons-why-nextjs-is-the-superior-choice-over-create-react-app-for-your-next-project

Hashnode - javascript (Javascript)

Introduction Are you a front-end developer looking for the best framework for your next project' If you're considering React, you might be wondering whether to use create-react-app or Next.js. While create-react-app is a popular option, Next.js has s...


118: Serverless functions in Next.js

https://openreplay.hashnode.dev/serverless-functions-in-nextjs

Hashnode - javascript (Javascript)

by Ikeh Akinyemi In this tutorial, Next.js developers will learn another feature of Next.js ' serverless functions. Throughout the article, we'll discuss Next.js page routes and dynamic routes and later build on the knowledge to learn about Next.js S...


119: How to Protect Your WooCommerce Store from Fraud

https://www.wpexplorer.com/protect-woocommerce-store-fraud/

WP Explorer (wordpress)

A few weeks ago, WPTavern highlighted the recent spike in payment fraud via Stripe on WooCommerce websites. While this issue itself is not new, this post was triggered by a discussion on the Advanced WordPress Facebook Group, by several developers who noticed that their clients' websites were affected by similar incidents. And they are not […] The post How to Protect Your WooCommerce Store f [...]


120 / 129

120: Building a Responsive Sign Up Form

https://openreplay.hashnode.dev/building-a-responsive-sign-up-form

Hashnode - javascript (Javascript)

by Aleru Divine One way to build a simple yet responsive UI component is by combining HTML, CSS, and JavaScript. HTML is used to structure the form's contents, such as labels, buttons, and input fields. CSS is used for the basic styling of the form, ...


121: Phone-based Authentication in Flutter with Firebase

https://openreplay.hashnode.dev/phone-based-authentication-in-flutter-with-firebase

Hashnode - Flutter (Flutter)

Phone verification or authentication is used to confirm whether a given phone number is valid. It is used in many industries and mobile applications to confirm a client's identity (for instance, when performing a two-step verification). It involves s...


122: Est-il possible de contrôler ou d'inverser le processus biologique du vieillissement '

https://www.rtflash.fr/est-il-possible-controler-ou-d-inverser-processus-biologique-vieillissement/article

Tregouet.org ()

Entre 1900 et 2020, l'espérance de vie moyenne à la naissance dans le monde a plus que doublé, pour atteindre 73 ans. Mais ce gain sans précédent dans l'histoire de l'humanité a eu un prix : l'augmentation considérable des maladies chroniques et dégénératives associées au vieillissement, comme les cancers, les maladies cardiovasculaires, le diabète, Alzheimer, ou encore l'arthrite. [...]


123: JavaScript sans build systems'

https://javascriptweekly.com/issues/626

javascriptweekly (Javascript)

#'626 ' February 17, 2023 Read on the Web JavaScript Weekly Writing JavaScript Without a Build System ' Using a variety of build tools for things like bundling and transpiling is reasonably standard in modern JavaScript development, but what if you want to keep things simple' For simple things, it's not necessary, says Julia. This led to a lot of discussion on Hacker News. [...]


124: How to Build Offline Web Applications

https://blog.learnhub.africa/how-to-build-offline-web-applications

Hashnode - javascript (Javascript)

With the increasing prevalence of mobile devices and unreliable network connections, it's more important than ever to ensure that web applications can function even when a user is offline. Additionally, users expect web applications to be reliable an...


125: Maximizing Your Productivity as a Vue.js Developer: Essential Visual Studio Code Extensions

https://radiantcodes.hashnode.dev/maximizing-your-productivity-as-a-vuejs-developer-essential-visual-studio-code-extensions

Hashnode - javascript (Javascript)

Using extensions in Visual Studio Code is extremely beneficial for developers. Irrespective of the editor that's been used. VS Code has almost become the default editor for programmers simply because it is lightweight and it is fully functional. As a...


126: JavaScript String methods and properties

https://tenzinwoz.hashnode.dev/javascript-string-methods-and-properties

Hashnode - javascript (Javascript)

CharAt() The charAt() method returns the character at the specified index in a string. const string = "Hello" console.log(string.chartAt(2) //Output: l concat() The concat() method combines two or more strings in a single string const string1 = "Hel...




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