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

« Mars 2024 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Jeudi 28 Mars 2024 (131)

1: Changes made to FB Login SDK

https://developers.facebook.com/blog/post/2024/03/28/changes-made-to-fb-login-sdk/

Facebook dev. (PHP)

Today, we have made changes to our Facebook Login SDK for iOS. These changes are part of the larger changes we are making to Facebook SDK for iOS and will affect all iOS developers who utilize Facebook Login SDK for iOS


2: Lessons from open-source: You cannot use these reserved port numbers to start your Next.js development server

https://ramunarasinga.hashnode.dev/lessons-from-open-source-you-cannot-use-these-reserved-port-numbers-to-start-your-nextjs-development-server

Hashnode - javascript (Javascript)

This lesson is picked from Next.js source code. In this article, you will learn the reserved port numbers that cannot be used to start your Next.js development server. next dev You use next dev to start your next.js development server. In order to sp...


3: French people are losing confidence in the Paris Olympics

https://blog.datawrapper.de/public-confidence-paris-olympics/

Data Wrapper ()

Hi, it’s Jack! I’m a developer on Datawrapper’s app team. Today we’re starting the Olympics...


4: How to prevent undefined issue when attaching event on DOM elements created by slick slider using Intersection or mutation observer in NextJs

https://thewheelofcoder.hashnode.dev/how-to-prevent-undefined-issue-when-attaching-event-on-dom-elements-created-by-slick-slider-using-intersection-or-mutation-observer-in-nextjs

Hashnode - javascript (Javascript)

Create a next app npx create-next-app slick-slider-demo Following is the folder structure for your refernce Now install react slick slider npm i react-slick --save //for css npm install slick-carousel --save Now package.json is as follows { "nam...


5: Reinforcement Learning: PPO vs. DQN , Who is a Better Mario Player

https://liorshilon.hashnode.dev/reinforcement-learning-ppo-vs-dqn-who-is-a-better-mario-player

Hashnode - python (python)

Introduction In this project we will dive into the realm of reinforcement learning, we will use two reinforcement learning algorithms, PPO and DQN , for creating AI models capable of playing Mario. We will train each model 2,000,000 timesteps and wil...


6: Google did not drop Web Stories from image results

https://searchengineland.com/google-did-not-drop-web-stories-from-image-results-438865

Search engine land (Référencement)

Google issued a correction plus explained Search Console had a reporting bug with Web Stories in Image Search.


7: Federated Modules with Vite and vite-plugin-federation

https://blog.aaroneisenberg.me/federated-modules-with-vite-and-vite-plugin-federation

Hashnode - vuejs (Javascript)

Introduction I work on an application at work that has an interesting (and maybe overcomplicated) setup. It's a "web portal" deal which handles authentication of users and gives permissions to a set of "modules". The web portal and each of these modu...


8: What kind of jobs do new coding bootcamp grads get'

https://rithmschool.hashnode.dev/what-kind-of-jobs-do-new-coding-bootcamp-grads-get

Hashnode - javascript (Javascript)

Coding bootcamps have become increasingly popular as a way for people to gain the skills they need to launch new careers in tech. But what kind of jobs can coding bootcamp graduates expect to land once they complete the program' In this post we'll di...


9: Google still has not announced a launch date for SGE

https://searchengineland.com/google-still-has-not-announced-a-launch-date-for-sge-438862

Search engine land (Référencement)

It can go live at Google I/O in May but likely not on queries with ads.


10 / 131

10: Interview: Post-bootcamp success story

https://rithmschool.hashnode.dev/interview-post-bootcamp-success-story

Hashnode - javascript (Javascript)

Sophie: Tell us about your background and why you decided to attend Rithm. After finishing college at the University of Wisconsin I ended up working as a Product Manager here in Madison for two and a half years. I liked the whole 'tech' environment, ...


11: 5 Resources to Boost Your Problem-Solving Skills

https://rithmschool.hashnode.dev/5-resources-to-boost-your-problem-solving-skills

Hashnode - javascript (Javascript)

Problem-solving is the arguably the most important skill for beginners to learn, but it's not something that they will often be exposed to during the self-learning stage. While free resources like The Odin Project or Free Code Camp are a great way to...


12: Vers un vaccin contre l'hépatite C

https://www.rtflash.fr/vers-vaccin-contre-l-hepatite-c-1/article

Tregouet.org ()

70 millions de personnes sont porteuses du virus de l'hépatite C à travers le monde, dont les trois quarts développent des infections chroniques qui peuvent durer des années et provoquer une insuffisance hépatique, une cirrhose ou encore un cancer du foie. Un quart des patients, en revanche, parvient à éliminer le virus spontanément, sans aucun traitement. En examinant les anticorps de l'u [...]


13: Pinterest shares algorithm insights as it shifts focus to non-engagement signals

https://searchengineland.com/pinterest-shares-algorithm-insights-as-it-shifts-focus-to-non-engagement-signals-438857

Search engine land (Référencement)

The platform warns that relying too heavily on engagement signals to rank content can result in a poor user experience.


14: ' Visualization Tools and Learning Resources, March 2024 Roundup

https://flowingdata.com/2024/03/28/process-282-roundup/

Flowing data (dataviz)

I collect visualization tools and learning resources and then round them up at the end of each month. Here's the good stuff for March.Tags: roundup


15: Mastering LeetCode: The Ultimate Guide to Solving "Contains Duplicate"

https://blog.seancoughlin.me/mastering-leetcode-the-ultimate-guide-to-solving-contains-duplicate

Hashnode - python (python)

In the world of software engineering interviews, familiarity with coding challenges is a key to success. Among these challenges, LeetCode stands out as a prime resource for honing your problem-solving skills. Today, I'm thrilled to guide you through ...


16: Le Cloud Gaming Xbox enfin compatible souris / clavier : comment configurer '

https://www.lebigdata.fr/cloud-gaming-xbox-compatible-souris-clavier

Le Big Data (dataviz)

Microsoft permet désormais aux amateurs de Xbox de jouer avec un clavier et une souris via son service de cloud … Cet article Le Cloud Gaming Xbox enfin compatible souris / clavier : comment configurer ' a été publié sur LEBIGDATA.FR.


17: Tailwind Staff Software Engineer

https://stackabuse.com/tailwind-staff-software-engineer/

Stack Abuse (Javascript)

Hi Team! This post is my application for the open Staff Software Engineer position. A Bit About Me I'm a software engineer from Omaha, NE (USA) with BS degrees in Electrical Engineering and Computer Engineering from University of Nebraska and an MS in Computer Engineering from Carnegie Mellon. For the


18: Mastering LeetCode's "Maximum Depth of Binary Tree": A Comprehensive Guide

https://blog.seancoughlin.me/mastering-leetcodes-maximum-depth-of-binary-tree-a-comprehensive-guide

Hashnode - javascript (Javascript)

Welcome to this installment of our software engineering interview tutorial series. Today, we're diving into a common yet intriguing problem often encountered on platforms like LeetCode: calculating the maximum depth of a binary tree (LeetCode 104. Ma...


19: Day 42: Accessing graph database with Python

https://himanshuchauhan.hashnode.dev/day-42-accessing-graph-database-with-python

Hashnode - python (python)

In today's forty-second installment of our Python learning series, we delve into the fascinating realm of graph databases, focusing particularly on Neo4j. Graph databases like Neo4j offer powerful tools for managing and analyzing complex relationship...


20 / 131

20: Mastering LeetCode's 'Middle of the Linked List': A Comprehensive Guide for Software Engineers

https://blog.seancoughlin.me/mastering-leetcodes-middle-of-the-linked-list-a-comprehensive-guide-for-software-engineers

Hashnode - javascript (Javascript)

Introduction to the Problem In software engineering interviews, demonstrating proficiency in data structures is pivotal. Today, I'll unpack a common problem that often perplexes many: finding the middle node of a singly linked list, as featured on Le...


21: Agence IA à Paris : ce qu'il faut retenir

https://www.lebigdata.fr/agence-ia-a-paris-ce-quil-faut-retenir

Le Big Data (dataviz)

La capitale française regorge actuellement d'entreprises de toutes tailles et de tous secteurs. Un nombre croissant d'agences spécialisées dans l'intelligence … Cet article Agence IA à Paris : ce qu'il faut retenir a été publié sur LEBIGDATA.FR.


23: Desserts de rêve réinventés : Cette imprimante 3D va bouleverser vos papilles

https://www.lebigdata.fr/desserts-de-reve-reinventes-cette-imprimante-3d-va-bouleverser-vos-papilles

Le Big Data (dataviz)

Marine Coré-Baillais a créé « La Pâtisserie Numérique », une entreprise pionnière dans l’impression 3D alimentaire, avec une machine unique au monde … Cet article Desserts de rêve réinventés : Cette imprimante 3D va bouleverser vos papilles a été publié sur LEBIGDATA.FR.


24: Cracking the Code: Mastering Binary Summation on LeetCode

https://blog.seancoughlin.me/cracking-the-code-mastering-binary-summation-on-leetcode

Hashnode - javascript (Javascript)

In the realm of software engineering interviews, the mastery of algorithmic challenges forms the bedrock of a successful candidate's arsenal. Among these challenges, the task of summing binary strings stands out for its blend of simplicity and the fo...


25: '' Folder Structures in React Projects

https://syedmaazsaeed.hashnode.dev/folder-structures-in-react-projects

Hashnode - javascript (Javascript)

#react#webdev#javascript#typescript Organizing files and directories within a React project is crucial for maintainability, scalability, and ease of navigation. This article explores the general architecture and folder structures across different sca...


26: Google testing new tools for a more personalized shopping experience

https://searchengineland.com/google-new-tools-personalized-shopping-experience-438839

Search engine land (Référencement)

Google is experimenting with new product discovery elements, including generative AI for product search and virtual try-on technology.


27: Preligens rend les armes et lance un appel d'offres pour sa reprise

https://www.usine-digitale.fr/article/preligens-rend-les-armes-et-lance-un-appel-d-offres-pour-sa-reprise.N2210600

L'usine-digitale (Informatique)

La start-up lancée en 2016 n'aura finalement pas réussi à percer dans le secteur de la défense, certes porteur, mais très contraignant. Elle espère des remises d'offres mi-avril. Thales et Safran pourraient d'ailleurs se porter volontaires pour la reprise.


28: Object destructuring in TypeScript

https://wisdomgeek.hashnode.dev/object-destructuring-in-typescript

Hashnode - javascript (Javascript)

Object destructuring is a powerful ES 6 feature that can help developers write cleaner code. It allows us to extract properties from a JavaScript object into variables. If you are unfamiliar with it, read our post about object destructuring to know m...


29: La Cnil planche sur l'authentification multifacteur

https://www.lemondeinformatique.fr/actualites/lire-la-cnil-planche-sur-l-authentification-multifacteur-93374.html

Le monde informatique (Informatique / Internet)

Présent sur la Forum InCyber à Lille, la Cnil en a profité pour lancé une consultation sur un sujet tendance : le MFA. (...)


30 / 131

30: Cette femme ultra réaliste créée par IA choque internet, sauf que'

https://www.lebigdata.fr/femme-ia-deepfake

Le Big Data (dataviz)

Une vidéo DeepFake créée par l'IA a été partagée des millions de fois en quelques jours sur les réseaux, époustouflante … Cet article Cette femme ultra réaliste créée par IA choque internet, sauf que' a été publié sur LEBIGDATA.FR.


31: Quantum passe ses appliances ActiveScale Z200 au full flash

https://www.lemondeinformatique.fr/actualites/lire-quantum-passe-ses-appliances-activescale-z200-au-full-flash-93373.html

Le monde informatique (Informatique / Internet)

Depuis le rachat de l'activité ActiveScale à Western Digital en février 2020, Quantum à régulièrement mise (...)


32: Puppet publie un rapport sur les avantages de l'ingénierie de plateforme

https://www.lemondeinformatique.fr/actualites/lire-puppet-publie-un-rapport-sur-les-avantages-de-l-ingenierie-de-plateforme-93375.html

Le monde informatique (Informatique / Internet)

Parmi les principaux avantages de l'ingénierie de plateforme, le rapport de Puppet by Perforce publié le 19 mars et intitulé « 2024 (...)


33: Leader Spotlight: Bettering learning velocity, with Jonas O. Klink

https://blog.logrocket.com/product-management/leader-spotlight-jonas-o-klink/

Log Rocket blog (Web 2)

Jonas talks about his team's initiatives to 'better the learning velocity' ' taking an initial idea through hypothesis-driven development to build customer-centric, scalable solutions. The post Leader Spotlight: Bettering learning velocity, with Jonas O. Klink appeared first on LogRocket Blog.


34: What is npm'

https://devcraftsmen.hashnode.dev/what-is-npm

Hashnode - javascript (Javascript)

Understanding NPM What is NPM' NPM, short for Node Package Manager, is a powerful tool and package manager for JavaScript, primarily used for managing dependencies in Node.js projects. It allows developers to easily install, publish, and manage third...


35: L'agence IA générative, votre partenaire pour intégrer ce monde créatif sans limite

https://www.lebigdata.fr/agence-ia-generative-tout-savoir

Le Big Data (dataviz)

Dans notre ère numérique en constante évolution, les entreprises cherchent sans cesse à innover pour se démarquer et assurer leur … Cet article L’agence IA générative, votre partenaire pour intégrer ce monde créatif sans limite a été publié sur LEBIGDATA.FR.


36: Creating design specs for smoother developer handoff

https://blog.logrocket.com/ux-design/creating-design-specs-developer-handoff/

Log Rocket blog (Web 2)

Designers and developers sometimes have hiccups during a project. These guidelines can help avoid roadblocks and improve communication. The post Creating design specs for smoother developer handoff appeared first on LogRocket Blog.


37: Amazon débloque l'investissement supplémentaire de 2,75 milliards de dollars pour Anthropic

https://www.usine-digitale.fr/article/amazon-debloque-l-investissement-supplementaire-de-2-75-milliards-de-dollars-pour-anthropic.N2210592

L'usine-digitale (Informatique)

4 milliards de dollars. C'est l'investissement total d'Amazon dans la start-up d'IA Anthropic. Celle-ci bénéficie des services cloud du géant, un avantage considérable au vu des charges de travail critiques que cela implique. En retour, la start-up met ses derniers modèles d'IA générative, Claude 3, à disposition des utilisateurs du service Amazon Bedrock.


38: Chute des investissements européens en cybersécurité en 2023

https://www.lemondeinformatique.fr/actualites/lire-chute-des-investissements-europeens-en-cybersecurite-en-2023-93371.html

Le monde informatique (Informatique / Internet)

La contraction de l'économie en 2023 n'a pas été propice aux grandes levées de fonds dans le domaine de la (...)


39: YouTube announces enhanced audience retention analytics tools

https://searchengineland.com/youtube-audience-retention-analytics-438837

Search engine land (Référencement)

The platform is also turning the For You section into a customizable shelf In another effort to boost engagement.


40 / 131

40: Avec 17 483 notifications, la Cnil fait le bilan de 5 ans de violations de données

https://www.usine-digitale.fr/article/avec-17-483-notifications-la-cnil-fait-le-bilan-de-5-ans-de-violations-de-donnees.N2210578

L'usine-digitale (Informatique)

Depuis cinq ans, la Commission nationale de l'informatique et des libertés a reçu 17 483 notifications pour des violations de données personnelles, avec un pic en 2021 avec 5037 notifications. Elle constate une augmentation de ce nombre tout en précisant qu'il est difficile de faire la part entre la meilleure prise en compte du RGPD par les acteurs et une éventuelle amplification des menaces [...]


41: Leader Spotlight: Energizing your leadership style, with Navya Rehani Gupta

https://blog.logrocket.com/product-management/leader-spotlight-navya-rehani-gupta/

Log Rocket blog (Web 2)

Navya Rehani Gupta talks about her three main pointers for mastering the art of zooming in and zooming out. The post Leader Spotlight: Energizing your leadership style, with Navya Rehani Gupta appeared first on LogRocket Blog.


42: Puce Neuralink : Le 1er patient joue à Mario Kart et Civilization par télépathie

https://www.lebigdata.fr/neuralink-jeux-video

Le Big Data (dataviz)

Après les échecs, Noland est passé à la vitesse supérieure. Le premier patient humain de Neuralink a pu jouer à … Cet article Puce Neuralink : Le 1er patient joue à Mario Kart et Civilization par télépathie a été publié sur LEBIGDATA.FR.


43: We write Javascript all day long but PHP wins on backend

https://evotik.hashnode.dev/we-write-javascript-all-day-long-but-php-wins-on-backend

Hashnode - javascript (Javascript)

Hello, fellow web enthusiasts! Today, we @ evotik dive into a hot topic that gets lots of folks talking: the big battle between JavaScript and PHP for the throne of backend development. We all know JavaScript is a superstar for making websites look c...


44: La Fédération française de football touchée par une cyberattaque, les données des licenciés dérobées

https://www.usine-digitale.fr/article/la-federation-francaise-de-football-touchee-par-une-cyberattaque-les-donnees-des-licencies-derobees.N2210587

L'usine-digitale (Informatique)

La plus grande fédération sportive de France a été victime d'une cyberattaque la semaine dernière, entraînant le vol de données personnelles de ses licenciés. L'ampleur de l'attaque n'est pas encore connue, mais 1,5 million de personnes sont potentiellement concernées.


45: Dice Roller coding with Python using Streamlit and Tkinter

https://slyautomation.hashnode.dev/dice-roller-coding-with-python-using-streamlit-and-tkinter

Hashnode - python (python)

Embark on an exhilarating coding journey as we explore the intricacies of Python programming through the creation of an engaging dice roller application. This tutorial offers a comprehensive walkthrough, catering to both seasoned developers and eager...


46: L'équipementier automobile français Valeo intègre les solutions IA de Google Cloud

https://www.usine-digitale.fr/article/l-equipementier-automobile-francais-valeo-integre-les-solutions-ia-de-google-cloud.N2210528

L'usine-digitale (Informatique)

Les deux entreprises se connaissent bien depuis plusieurs années. Le renforcement de ce partenariat doit permettre à Valeo de développer des cas d'usage concrets autour de l'IA générative et des solutions de Google Cloud.


47: Vous utilisez Waze ' Faites très attention à cette arnaque au faux dépanneur

https://www.lebigdata.fr/waze-attention-arnaque-faux-depanneur

Le Big Data (dataviz)

Waze simplifie la navigation pour beaucoup, mais attire aussi des arnaqueurs. Malgré son objectif d’aider, il faut rester vigilant face … Cet article Vous utilisez Waze ' Faites très attention à cette arnaque au faux dépanneur a été publié sur LEBIGDATA.FR.


48: QuantStats: Simplify Stock Performance Analysis in Python

https://mathdatasimplified.com/quantstats-simplify-stock-performance-analysis-in-python/

Math Data Simplified (data)

To visualize and analyze the performance of specific stocks using just a few lines of Python, try QuantStats. Link to QuantStats. Favorite …


49: Balancing long term investments vs. quick wins

https://blog.logrocket.com/product-management/long-term-short-term-investments/

Log Rocket blog (Web 2)

As a product manager, making decisions on what to develop next is the most difficult and important part of your role. The post Balancing long term investments vs. quick wins appeared first on LogRocket Blog.


50 / 131

50: Les failles zero day explosent en 2023

https://www.lemondeinformatique.fr/actualites/lire-les-failles-zero-day-explosent-en-2023-93364.html

Le monde informatique (Informatique / Internet)

Elles ont envahi depuis plusieurs années les Patch Tuesday de Microsoft ou les concours de recherche de faille. Les vulnérabilités (...)


51: Async/Await in TypeScript: A step by step guide

https://metered.hashnode.dev/asyncawait-in-typescript-a-step-by-step-guide

Hashnode - javascript (Javascript)

This article was originally written on the Metered Blog: Async/Await in TypeScript: A step by step guide Async/Await is built on top promises, these offer a more readable and concise way for working with asynchronous operations Promises represents ...


52: Web View Flutter

https://parthshethflutterblog.blogspot.com//web-view-flutter

Hashnode - Flutter (Flutter)

Exploring WebView in Flutter: Enhancing Mobile Apps with Web Content Introduction:In today's digital age, integrating web content seamlessly into mobile applications has become increasingly important for providing rich and dynamic user experiences....


53: Adobe Firefly GenStudio : le « game changer » de l'IA générative en entreprise '

https://www.lebigdata.fr/adobe-firefly-genstudio-structure-reference

Le Big Data (dataviz)

Adobe dévoile de nouvelles fonctionnalités qui vont rendre son IA générative Firefly beaucoup plus utile en entreprise, en permettant de … Cet article Adobe Firefly GenStudio : le « game changer » de l’IA générative en entreprise ' a été publié sur LEBIGDATA.FR.


54: iPhone 15 Pro passe au niveau supérieur avec Spatialify !

https://www.realite-virtuelle.com/iphone-15-pro-spatialify/

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

Désormais, avec l'application Spatialify pour iPhone 15 Pro, vous pouvez enregistrer des vidéos spatiales en […] Cet article iPhone 15 Pro passe au niveau supérieur avec Spatialify ! a été publié sur REALITE-VIRTUELLE.COM.


55: Avec le Crédit Agricole, Polytechnique lance une chaire IA de confiance

https://www.lemondeinformatique.fr/actualites/lire-avec-le-credit-agricole-polytechnique-lance-une-chaire-ia-de-confiance-93365.html

Le monde informatique (Informatique / Internet)

L'usage massif des IA soulève des enjeux de taille liés aux droits et libertés, à la sécurité, à (...)


56: Microsoft dévoile un Copilot pour Azure SQL Database

https://www.lemondeinformatique.fr/actualites/lire-microsoft-devoile-un-copilot-pour-azure-sql-database-93367.html

Le monde informatique (Informatique / Internet)

Annoncé le 21 mars par Microsoft, la preview privée de Copilot in Azure SQL Database améliore la productivité dans le portail (...)


57: ElevenLabs donne de la voix à Rabbit et à son boîtier R1

https://www.usine-digitale.fr/article/elevenlabs-donne-de-la-voix-a-rabbit-et-a-son-boitier-r1.N2210544

L'usine-digitale (Informatique)

Rabbit multiplie les partenariats avec des start-up d'IA pour rendre son boîtier R1 incontournable. Après avoir intégré le service de recherche de Perplexity AI, c'est au tour d'ElevenLabs d'ajouter sa technologie de synthèse vocale.


58: PII Masking With Python Using Machine Learning Model

https://hirushafernando.hashnode.dev/pii-masking-with-python-using-machine-learning-model

Hashnode - python (python)

PII (Personally Identifiable Information) masking is a technique used to hide sensitive data from the public. We can employ a machine learning model for this purpose. Once, in my project, I had to send a text to an LLM (Language Model) and retrieve t...


59: Moon of the Dead, une aventure horrifique en réalité virtuelle

https://www.realite-virtuelle.com/moon-of-the-dead-une-aventure-horrifique-en-realite-virtuelle/

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

EVA inaugure une ère nouvelle de la peur avec « Moon of the Dead », un voyage […] Cet article Moon of the Dead, une aventure horrifique en réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


60 / 131

60: Nx adoption guide: Overview, examples, and alternatives

https://blog.logrocket.com/nx-adoption-guide/

Log Rocket blog (Web 2)

Let's explore Nx features, use cases, alternatives, and more to help you assess whether it's the right tool for your needs. The post Nx adoption guide: Overview, examples, and alternatives appeared first on LogRocket Blog.


61: Search Ads 360: 3 best practices for advanced PPC marketers

https://searchengineland.com/search-ads-360-best-practices-438818

Search engine land (Référencement)

Unlock SA360's powerful data integrations, advanced bid strategies and automated template management for complex search campaigns.


62: Agence IA, un véritable pionnier de l'innovation technologique

https://www.lebigdata.fr/agence-ia-decryptage-de-ce-domaine-en-milieu-professionnel

Le Big Data (dataviz)

Au cours de la dernière décennie, les avancées fulgurantes dans le domaine de l'intelligence artificielle (IA) ont ouvert la voie … Cet article Agence IA, un véritable pionnier de l’innovation technologique a été publié sur LEBIGDATA.FR.


63: Oracle APEX: Calendar Options You Might Not Know About

https://petarsimic.hashnode.dev/oracle-apex-calendar-options-you-might-not-know-about

Hashnode - javascript (Javascript)

Recently, I've been checking out the FullCalendar documentation and found some interesting options that might be useful. Whether you're new to FullCalendar or already familiar, these tips might make your experience even better. FullCalendar Oracle AP...


64: Patch 3.1.1495959 de Asgard's Wrath 2 : Voici les nouveautés !

https://www.realite-virtuelle.com/mise-a-jour-33-1-1495959-asgard-s-wrath-2/

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

Le patch 3.1.1495959 de Asgard's Wrath 2 et là. Et il apporte de nombreuses améliorations. […] Cet article Patch 3.1.1495959 de Asgard’s Wrath 2 : Voici les nouveautés ! a été publié sur REALITE-VIRTUELLE.COM.


65: FastAPI Role Based Access Control With JWT

https://hirushafernando.hashnode.dev/fastapi-role-based-access-control-with-jwt

Hashnode - python (python)

FastAPI is a modern, high-performance, web framework used to build APIs with Python 3.8+. It is one of the fastest Python frameworks available. In every framework, authentication and authorization are important sections of an API. In this article let...


66: A guide to agile metrics

https://blog.logrocket.com/product-management/agile-metrics/

Log Rocket blog (Web 2)

Agile metrics are quantifiable figures used by PMs and stakeholders to define, track, and assess product performance. The post A guide to agile metrics appeared first on LogRocket Blog.


67: L'histoire derrière la création de notre équipe d'automatisation

https://medium.com/wttj-tech/the-story-behind-the-creation-of-our-dedicated-automation-team-de94e342607a

Humancoders ()

Vous découvrirez comment une petite équipe d'ingénieurs en automatisation a aidé trois de nos équipes internes à éviter de devoir passer des dizaines d'heures sur des tâches laborieuses chaque mois, grâce à près de 150 automatisations. Commentaires L'article L'histoire derrière la création de notre équipe d'automatisation a été posté dans la catégorie Bonnes pratiques de [...]


68: Python for Machine Learning

https://aljebraschool.hashnode.dev/python-for-machine-learning

Hashnode - python (python)

Introduction Python's significance in the realm of machine learning stems from its straightforwardness, adaptability, and rich library support. As we venture into Python programming for machine learning, it's crucial to grasp the fundamental princip...


69: How to Publish My Library in Private NPM with Verdaccio

https://www.danywalls.com/how-to-publish-my-library-in-private-npm-with-verdaccio

Hashnode - javascript (Javascript)

When working with libraries, we aim to share our code with teammates, not just keep it on our own computers. The easiest way to share and test our code is by using npm pack to create a zip version. Another option is to publish our package is with azu...


70 / 131

70: 8 steps to maximize success during global site migrations

https://searchengineland.com/global-site-migrations-maximize-success-438814

Search engine land (Référencement)

Ensure SEO is deeply integrated from the start, high-value URLs are preserved and monitoring occurs across all language/market sites.


71: Refonte de notre navigation en adoptant une approche centrée sur l'utilisateur

https://medium.com/wttj-tech/redesigning-navigation-with-a-user-centric-approach-e2e9a4c728ae

Humancoders ()

Dans cet article, nous détaillerons chaque étape de conception de ce nouveau composant de menu de navigation, en décrivant la validation de chaque phase avec les utilisateurs, et nous partagerons nos principales conclusions sur toute l'expérience. Commentaires L'article Refonte de notre navigation en adoptant une approche centrée sur l'utilisateur a été posté dans la catégorie Web De [...]


72: A Detailed Guide to the Top Backend JavaScript Frameworks for Developers

https://ateamsoftsolutions06.hashnode.dev/a-detailed-guide-to-the-top-backend-javascript-frameworks-for-developers

Hashnode - javascript (Javascript)

JavaScript has come a long way from being a language primarily used for front-end development to becoming a powerful tool for building robust and scalable backend applications. With the advent of Node.js, developers can now use JavaScript for both cl...


73: Flutter if & else: 3 ways of implementation

https://parthshethflutterdeveloper.hashnode.dev/flutter-if-else-3-ways-of-implementation

Hashnode - Flutter (Flutter)

if and else statements allow developers to execute different blocks of code based on specific conditions. This can help to create more dynamic and responsive user interfaces by allowing the app to respond differently to different inputs or user inter...


74: Flutter if & else: 3 ways of implementation

https://parthshethflutterblog.blogspot.com//flutter-if-else-3-ways-of-implementation

Hashnode - Flutter (Flutter)

if and else statements allow developers to execute different blocks of code based on specific conditions. This can help to create more dynamic and responsive user interfaces by allowing the app to respond differently to different inputs or user inter...


75: Building Real-time Applications with Node.js and WebSockets

https://christini.hashnode.dev/building-real-time-applications-with-nodejs-and-websockets

Hashnode - javascript (Javascript)

Introduction Real-time applications are software programs that process information and deliver results with minimal delay, typically in milliseconds or seconds. This immediacy allows for continuous updates and a highly responsive user experience, mak...


76: Nouveau sur Google Maps : des fonctionnalités inédites pour améliorer vos voyages !

https://www.abondance.com/20240328-453524-nouveau-google-maps.html

Abondance (Référencement)

Google Maps dévoile une série de mises à jour pour l'été 2024, dans le but de transformer l'expérience de voyage des utilisateurs avec des listes personnalisées, des itinéraires intelligents et des traductions instantanées.  Ce qu'il faut retenir :  Une nouvelle façon de découvrir des lieux Google Maps rend la découverte de nouveaux lieux plus intuitive […] L'article "Nouveau s [...]


77: Week 0 Functions

https://natsuki.hashnode.dev/week-0-functions

Hashnode - python (python)

https://cs50.harvard.edu/python/2022/weeks/0/#week-0-functions code hello.py print("hello, world") hello.py python hello.py Command-line Interface Functions, Arguments, Side Effects functions print() is a function arguments inside of () a ar...


78: 8 millions d'emplois menacés par l'IA : Le UK court à sa perte' Et la France '

https://www.lebigdata.fr/securite-emploi-royaume-uni

Le Big Data (dataviz)

Ce sera une hécatombe pour la sécurité de l'emploi au Royaume-Uni, alerte ce think tank ! L'intelligence artificielle menace jusqu'à … Cet article 8 millions d'emplois menacés par l'IA : Le UK court à sa perte… Et la France ' a été publié sur LEBIGDATA.FR.


79: How to set up AWS Verified Access with Okta

https://cicube.hashnode.dev/how-to-set-up-aws-verified-access-with-okta

Hashnode - javascript (Javascript)

Introduction In today's online world, keeping your information safe is really important. There are a lot of online threats out there, so it's vital to protect your data and systems. AWS Verified Access is a tool that helps with this. It gives you a s...


80 / 131

80: Amazon finalise son investissement dans Anthropic avec 2,75 Md$

https://www.lemondeinformatique.fr/actualites/lire-amazon-finalise-son-investissement-dans-anthropic-avec-2-75-md%24-93363.html

Le monde informatique (Informatique / Internet)

Et de 4 pour Anthropic. Amazon a finalisé son investissement global de 4 Md$ dans la start-up spécialisée dans l'IA avec une (...)


81: LMI Mag 21 : L'IA à tous les étages

https://www.lemondeinformatique.fr/actualites/lire-lmi-mag-21-l-ia-a-tous-les-etages-93362.html

Le monde informatique (Informatique / Internet)

Avec l'arrivée du printemps, nous vous invitons à découvrir le numéro 21 du magazine du Monde Informatique. Au (...)


82: Hive lève 12 M' pour muscler ses services cloud distribués

https://www.lemondeinformatique.fr/actualites/lire-hive-leve-12-meteuro-pour-muscler-ses-services-cloud-distribues-93351.html

Le monde informatique (Informatique / Internet)

Fondée en 2022, Hive vient de réaliser une seconde levée de fonds pour asseoir son développement commercial. (...)


83: LinkedIn : bientôt un nouveau flux vidéo comme sur TikTok '

https://www.blogdumoderateur.com/linkedin-nouveau-flux-video-tiktok/

Blog du Moderateur ()

L'intégration de ce flux, dont on ignore tout du fonctionnement à ce stade, correspondrait au désir des utilisateurs d'accéder à davantage de contenus vidéos sur la plateforme, selon LinkedIn.


84: Understanding the inner workings of JavaScript : From call stack to event loop

https://muralisingh.hashnode.dev/understanding-the-inner-workings-of-javascript-from-call-stack-to-event-loop

Hashnode - javascript (Javascript)

When a JavaScript file is executed, the code is parsed line by line. Whenever a function call is encountered, an execution context is created, and the function call is pushed onto the call stack. This includes both built-in functions like console.log...


85: Les 120 startups à impact les plus prometteuses en 2024

https://www.blogdumoderateur.com/120-startups-impact-prometteuses-2024/

Blog du Moderateur ()

Le Mouvement Impact France a lancé un nouvel indice visant à valoriser les startups françaises à impact. On fait le point !


86: Open night: Talks, Tech Trends and AI.

https://blog.pythonghana.org/open-night-talks-tech-trends-and-ai

Hashnode - python (python)

We were in much anticipation for when our community events and meetups will kick off for the year 2024. Finally a first of few planned meetups was held on Saturday 23rd March, 2024 at Node Eight, Ho. 14 members in attendance - 11 in person, 3 via Mee...


87: Architecture of my collaborative brainstorming app

https://tigerabrodi.blog/architecture-of-my-collaborative-brainstorming-app

Hashnode - javascript (Javascript)

Remix Remix is a web framework built on top of the Web Fetch API, allowing for deployment on multiple platforms. It acts as a centralized bridge between the server and client, simplifying data fetching and UI rendering. If Remix was e.g. built on top...


88: Comment le créateur de contenu Theyo a réinventé son processus créatif avec Dropbox Replay

https://www.blogdumoderateur.com/dropbox-replay-theyo-video/

Blog du Moderateur ()

Theyo, créateur de contenu sur la productivité, le no-code et l'IA nous dévoile ses processus de création vidéo, et comment Dropbox Replay lui permet de collaborer plus efficacement et de gagner du temps.


89: [FIC 2024] Coupe du monde de rugby, ArteFact... L'Anssi présente son bilan pour l'année écoulée

https://www.usine-digitale.fr/article/fic-2024-coupe-du-monde-de-rugby-artefact-l-anssi-presente-son-bilan-pour-l-annee-ecoulee.N2210560

L'usine-digitale (Informatique)

A l'occasion du Forum InCyber dédié à la cybersécurité, qui se tient actuellement à Lille jusqu'au 28 mars, l'Agence nationale de la sécurité des systèmes d'information a présenté le bilan de ses activités, partenariats et projets durant l'année 2023. Cette dernière a été particulièrement marquée par la Coupe du monde de rugby, un bel entraînement avant les Jeux Olympiques de Pa [...]


90 / 131

90: Ngành H''ng D'n Viên Du L'ch H'c Tr''ng Nào' Danh Sách Top 7 Tr''ng T't Nh't

https://graphicalerts.com/huong-dan-vien-du-lich-hoc-truong-nao/

Graphic Alerts (Internet)

Xã h'i ngày càng phát tri'n, Du l'ch 'ang tr' thành m't ngành ngh' có ti'm n'ng nh't nhì hi'n nay. Chính vì v'y mà r't nhi'u b'n tr' 'ã l'a ch'n theo h'c ngành ngh' này '' mong mu'n có '''c công vi'c 'n ''nh trong t''ng lai. Tuy nhiên, các b'n tr' v'n […] The post Ngành H''ng D'n Viên Du L'ch H'c Tr''ng Nào' Danh Sách Top 7 Tr''ng T't Nh't appeared first on Graphicalert [...]


91: Metal : Hellsinger, l'annonce qui électrise la communauté VR en 2024

https://www.realite-virtuelle.com/metal-hellsinger-vr-revolution-2024/

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

En 2024, le monde de la réalité virtuelle s'apprête à accueillir une nouvelle pépite : […] Cet article Metal : Hellsinger, l’annonce qui électrise la communauté VR en 2024 a été publié sur REALITE-VIRTUELLE.COM.


92: Comment avoir une adresse IP américaine ' Guide complet

https://www.lebigdata.fr/adresse-ip-americaine

Le Big Data (dataviz)

Vous souhaitez accéder à du contenu géo-restreint aux États-Unis'' Un VPN reste la meilleure option. En effet, ce service vous … Cet article Comment avoir une adresse IP américaine ' Guide complet a été publié sur LEBIGDATA.FR.


93: Using satellite imagery to tell stories

https://flowingdata.com/2024/03/28/using-satellite-imagery-to-tell-stories/

Flowing data (dataviz)

Satellite imagery on its own can be limited in what it can say…Tags: Nightingale, Robert Simmon, satellite imagery, storytelling


94: Full-Stack Projects

https://mohitxoxo.hashnode.dev/full-stack-projects

Hashnode - javascript (Javascript)

Hello everyone, I'm excited to share my journey of building MERN projects that can be completed within a week. Leveraging TypeScript with the MERN stack, I focus on projects like Issue Tracker, Task Manager, and Chat App. Explore more at https://gith...


95: Grâce à cette IA, les scientifiques vont rendre votre bière encore meilleure

https://www.lebigdata.fr/ia-scientifiques-biere-meilleure

Le Big Data (dataviz)

En Belgique, des scientifiques ont employé des algorithmes pour anticiper le goût des consommateurs pour certaines bières. Grâce à cette … Cet article Grâce à cette IA, les scientifiques vont rendre votre bière encore meilleure a été publié sur LEBIGDATA.FR.


96: Comment le Grand Lyon désengorge son service support

https://www.lemondeinformatique.fr/actualites/lire-comment-le-grand-lyon-desengorge-son-service-support-93359.html

Le monde informatique (Informatique / Internet)

La métropole de Lyon unifie ses outils de gestion des services IT (ITSM), et opte pour la solution de l'éditeur nantais Isilog. Le contrat (...)


97: Cora France mise sur un datalake pour mieux piloter ses ventes

https://www.lemondeinformatique.fr/actualites/lire-cora-france-mise-sur-un-datalake-pour-mieux-piloter-ses-ventes-93358.html

Le monde informatique (Informatique / Internet)

Le distributeur alimentaire Cora, détenu par le groupe belge Delhaize et à la tête de 60 hypermarchés, a entamé depuis (...)


99: L'expérience de jeu vidéo avec le Big Data : au-delà du virtuel, vers une personnalisation inédite

https://www.lebigdata.fr/lexperience-de-jeu-video-avec-le-big-data-au-dela-du-virtuel-vers-une-personnalisation-inedite

Le Big Data (dataviz)

Dans cet article, nous examinerons comment l'analyse des données massives révolutionne la façon dont les entreprises comprennent leur public, anticipent … Cet article L’expérience de jeu vidéo avec le Big Data : au-delà du virtuel, vers une personnalisation inédite a été publié sur LEBIGDATA.FR.


100 / 131

100: Lunettes connectées et application fitness, une expérience d'entraînement connectée

https://www.realite-virtuelle.com/activelook-cadence-revolution-fitness/

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

La compatibilité entre l'application Cadence et ActiveLook de MICROOLED ouvre de nouvelles perspectives pour les […] Cet article Lunettes connectées et application fitness, une expérience d’entraînement connectée a été publié sur REALITE-VIRTUELLE.COM.


101: 8 événements web à ne pas manquer en avril 2024

https://www.blogdumoderateur.com/evenements-digital-avril-2024/

Blog du Moderateur ()

Retrouvez dans cette sélection : Carrefour de l'IA pour tous, une matinée Meta sur la publicité, Brandwatch Spotlight, un webinar pour se former au webmarketing, AI Day, BIG SEO, Paris Blockchain Week et Laval Virtual.


102: Ces VPN transforment votre smartphone en arme pour hackers : bannissez-les vite

https://www.lebigdata.fr/cyberattaques-vpn-gratuits

Le Big Data (dataviz)

Certes les VPN gratuits sont des solutions pour certains utilisateurs. Toutefois, certaines applications sont de véritables passerelles pour les cyberattaques. … Cet article Ces VPN transforment votre smartphone en arme pour hackers : bannissez-les vite a été publié sur LEBIGDATA.FR.


103: L'IA générative, un phénomène à apprivoiser pour les entreprises françaises

https://www.lebigdata.fr/lia-generative-un-phenomene-a-apprivoiser-pour-les-entreprises-francaises

Le Big Data (dataviz)

Une étude d'Andreessen Horowitz révèle la domination actuelle de ChatGPT sur le marché des outils d'IA générative, tout en soulignant … Cet article L’IA générative, un phénomène à apprivoiser pour les entreprises françaises a été publié sur LEBIGDATA.FR.


104: Le volume du cerveau humain continue d'augmenter...

https://www.rtflash.fr/volume-cerveau-humain-continue-d-augmenter/article

Tregouet.org ()

Une récente étude de l'Université California Davis de Sacramento montre une croissance notable du volume cérébral chez les individus nés après les années 1930. Les données recueillies suggèrent une augmentation de 6,6 % du volume et de près de 15 % de la surface corticale chez les personnes nées dans les années 1970 par rapport à celles nées dans les années 1930. Le professeur Char [...]


105: Cancer colorectal : une molécule contre la dépendance à la cocaïne se montre efficace...

https://www.rtflash.fr/cancer-colorectal-molecule-contre-dependance-cocaine-se-montre-efficace/article

Tregouet.org ()

La vanoxérine semble ainsi en mesure de bloquer la croissance des cellules souches du cancer en modifiant les principaux réseaux de régulation génique, selon les travaux du professeur Yannick Benoit et de son équipe. en lire plus


106: Le mécanisme fondamental de la ferroptose mieux compris

https://www.rtflash.fr/mecanisme-fondamental-ferroptose-mieux-compris/article

Tregouet.org ()

Des chercheurs de Columbia ont découvert qu'un type rare de lipide est un facteur clé de la ferroptose, une forme de mort cellulaire découverte par le professeur Brent Stockwell de Columbia. en lire plus


107: Redis isn't open-source anymore

https://blogs.utkarshrajput.com/redis-isnt-open-source-anymore

Hashnode - javascript (Javascript)

Prologue We need to talk and it isn't you. It's Redis. Our beloved in-memory DB & caching best friend is leaving us. It's time to buckle up because Redis is about to shake things up in the IT community. Introduction Redis (or REmote DIctionary Server...


108: Deploying Python Applications: Strategies for Success

https://lyzer.hashnode.dev/deploying-python-applications-strategies-for-success

Hashnode - javascript (Javascript)

Introduction: Python has become one of the most popular programming languages, renowned for its simplicity, versatility, and robustness. With a plethora of libraries and frameworks available, Python is the go-to choice for building a wide range of ap...


109: « Mode at Paris 2024 », quand l'industrie de la mode rencontre la réalité virtuelle

https://www.realite-virtuelle.com/zepeto-kocca-mode-at-paris-2024/

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

Paris a été le théâtre d'une première mondiale le 22 mars dernier : un défilé […] Cet article « Mode at Paris 2024 », quand l’industrie de la mode rencontre la réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


110 / 131

110: Unleash the Power of Programming Projects: An Innovative Guide to Making Your Mark

https://colddsam.com/unleash-the-power-of-programming-projects-an-innovative-guide-to-making-your-mark

Hashnode - python (python)

Unleash the Power of Programming Projects: An Innovative Guide to Making Your Mark Introduction: Stepping into the Realm of Code Crafting Programming projects serve as the cornerstone of a developer's journey. They offer a practical playground to hon...


111: Dart Control FLow Operators

https://jeetbhalu.hashnode.dev/dart-control-flow-operators

Hashnode - Flutter (Flutter)

Control flow operator Dart offers collection if and collection for for use in list, map, and set literals. You can use these operators to build collections using conditionals (if) and repetition (for). Example var nav = ['Home', 'Furniture', 'Pla...


112: Understanding Data Types and Data Structures in Python

https://aryancodes.hashnode.dev/understanding-data-types-and-data-structures-in-python

Hashnode - python (python)

In the realm of Python programming, understanding data types and data structures is essential for building robust and efficient programs. Let's delve into these concepts and explore how they form the building blocks of Python development. Data Types ...


113: Exploring Three.js for 3D Web Development

https://10xdev.codeparrot.ai/exploring-three-js

Hashnode - javascript (Javascript)

Resources: https://github.com/harshalranjhani/threejs-resources What is Three.js' Three.js is a popular JavaScript library that simplifies the process of creating 3D graphics on the web. It provides a wide range of features and tools that make it ea...


114: Faut-il avoir peur des capacités de l'IA ' Les Français inquiets

https://www.lebigdata.fr/faut-il-avoir-peur-des-capacites-de-lia-les-francais-inquiets

Le Big Data (dataviz)

Selon le Baromètre 2024 de l'esprit critique d'OpinionWay pour Universcience, une majorité de Français considère les applications d'intelligence artificielle (IA) … Cet article Faut-il avoir peur des capacités de l’IA ' Les Français inquiets a été publié sur LEBIGDATA.FR.


115: Cette IA générative de Midjourney crée des mondes en 3D !

https://www.realite-virtuelle.com/midjourney-ia-generative-mondes-3d/

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

Une fois de plus, MidJourney surprend avec un projet ambitieux : une IA générative capable de […] Cet article Cette IA générative de Midjourney crée des mondes en 3D ! a été publié sur REALITE-VIRTUELLE.COM.


116: Signaling in WebRTC

https://blog.denilgabani.com/signaling-in-webrtc

Hashnode - javascript (Javascript)

What is Signaling in WebRTC'' Signaling is the first step in WebRTC in which peers exchange necessary information to establish peer-to-peer connections. Why is Signaling required' As two strangers, let's say a gentleman and a lady don't know each ot...


117: Five Iterations in Algorand Python

https://alexandercodes.hashnode.dev/five-iterations-in-algorand-python

Hashnode - python (python)

Algorand Python v1 was released today! ' There are quite a few changes and improvements from the developer preview, so things might look a little different to my previous posts. If you are new to Python on Algorand, I would recommend watching Alessa...


118: How to improve your semantic search with hypothetical document embeddings

https://mikeyoung44.hashnode.dev/how-to-improve-your-semantic-search-with-hypothetical-document-embeddings

Hashnode - javascript (Javascript)

Finding the right AI model to build a workflow around is hard. With so many models available across different platforms, it's impossible to know where to start or how to find the one that best fits your specific needs. That's the problem I set out to...


119: Trying Biome as the next code linter and formatter

https://blog.up2dul.com/trying-biome-as-the-next-code-linter-and-formatter

Hashnode - javascript (Javascript)

Intro As a software developer, our primary task is to write code, and it is not just about writing it so that the program runs well. We also need to ensure that the code we write is clean, which means we must pay attention to things such as giving va...


120 / 131

120: Mastering LeetCode: Crafting the Longest Palindrome from Mixed Letters

https://blog.seancoughlin.me/mastering-leetcode-crafting-the-longest-palindrome-from-mixed-letters

Hashnode - javascript (Javascript)

Introduction Imagine receiving a jumbled collection of letters, both uppercase and lowercase, with the challenge to arrange these into the longest possible palindrome. This problem isn't just a brain teaser; it's a common question in software enginee...


121: Cloud Resume Challenge (Azure) [Part 2 of 3]

https://blog.seanyoung.me/cloud-resume-challenge-azure-part-2-of-3

Hashnode - javascript (Javascript)

Introduction In my previous post, I walked through the first six steps of the Azure Cloud Resume Challenge. I won't bother explaining it here but if you don't know what I'm talking about, go check out part 1 first! In this post, we'll go through step...


122: *args and **kwargs in Python

https://blog.pynerds.com/args-and-kwargs-in-python

Hashnode - python (python)

In this article you will learn how to use the single and double asterisk operators, to define functions that can take an arbitrary number of arguments. But before we dive on that, we first need to understand how arguments works in Python. There are ...


123: Understand List comprehension in Python

https://blog.pynerds.com/understand-list-comprehension-in-python

Hashnode - python (python)

list comprehension in Python-original article List comprehension is a type of syntax for quickly and conveniently creating lists and other sequences from a collection of elements. The syntax combines the features of loops, conditional execution and s...


124: Promises visualized

https://javascriptweekly.com/issues/681

javascriptweekly (Javascript)

#'681 ' March 28, 2024 Read on the Web JavaScript Weekly JavaScript Visualized: Promise Execution ' A helpful diagrammed and animated article, coupled with an (optional) 8-minute video, that goes into how promises work and are scheduled behind the scenes. It's useful to have a good mental model of these mechanics, given promises form the basis of asynchronous functions in  [...]




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