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


Mercredi 22 Février 2023 (127)

1: How to Conditionally Apply CSS Classes to a React Component

https://ronjf.hashnode.dev/how-to-conditionally-apply-css-classes-to-a-react-component

Hashnode - javascript (Javascript)

Consider we had to display information on some tickets in a ticket or issue tracker. The ticket structure might look something like this: const tickets = [ { id: 1, subject: "windows not working", description: "I closed the window, but ...


2: Nullish coalescing ('') and Optional chaining ('.)

https://prachiblogs.hashnode.dev/nullish-coalescing-and-optional-chaining

Hashnode - javascript (Javascript)

We all are familiar with the logical OR (||) operator. It returns the right-hand side operator when the left-hand side operator is a falsy value. console.log(10 > 20 || 20); //20 But what if you want to use falsy values like 0 , '' , false, and NaN ...


3: Flutter and react-native

https://melvinsalas.dev/flutter-and-react-native

Hashnode - Flutter (Flutter)

Flutter is a framework for mobile application development using the Dart programming language. It offers high performance and a wide range of customisable widgets, allowing developers to create attractive and high-quality user interfaces. It supports...


4: Use ChatGPT as your free programming teacher

https://edumats.dev/use-chatgpt-as-your-free-programming-teacher

Hashnode - javascript (Javascript)

Programming is complex and hard. Feeling overwhelmed by a bug is something that newbies and experienced programmers can relate to. If only you could ask someone more experienced... Stack Overflow is a great resource, but it requires to search through...


5: Temporal Dead Zone and Hoisting in Javascript - A Quick Guide with example

https://vishugosain.hashnode.dev/temporal-dead-zone-and-hoisting-in-javascript-a-quick-guide-with-example

Hashnode - javascript (Javascript)

Hello there! If you're currently learning JavaScript or working as a web developer, chances are you've encountered the concepts of Temporal Dead Zone (TDZ) and Hoisting. These topics are fundamental to understanding how JavaScript variables are decla...


6: Top Trends for Entry-Level Software Developers

https://migz.hashnode.dev/top-trends-for-entry-level-software-developers

Hashnode - javascript (Javascript)

As a new software developer, it can be challenging to keep up with the latest trends and determine which skills to prioritize. In this post, we'll explore some of the top trends for entry-level software developers and offer tips to help you stay ahea...


7: Python Basics

https://msaevan.com/python-basics

Hashnode - python (python)

Are you a beginner looking to learn programming' Are you confused about where to start' Worry no more because Python is here to your rescue. Python is a high-level, interpreted, and general-purpose programming language that is easy to learn and use. ...


8: Nullish Coalescing ('') and Optional Chaining ('.)

https://nav-0.hashnode.dev/nullish-coalescing-and-optional-chaining

Hashnode - javascript (Javascript)

The competence and efficiency of any programming language in the industry are more or less marked by the ability of the language to reduce complications to essentials and do fast operations. The aforementioned operators in JavaScript are intended for...


9: The Best Way to Become a Pro React Developer

https://onlinearfan.hashnode.dev/the-best-way-to-become-a-pro-react-developer

Hashnode - javascript (Javascript)

Are you looking to become a professional React developer' React is a popular JavaScript library used for building user interfaces. It's used by many top tech companies and is in high demand among developers. Becoming a pro React developer requires a ...


10 / 127

10: MortalKombat : ce nouveau ransomware se propage aux Etats-Unis, quels dangers en France '

https://www.lebigdata.fr/ransomware-mortalkombat

Le Big Data (dataviz)

Les chercheurs de Cisco Talos ont identifié une nouvelle menace, un ransomware baptisé MortalKombat, déployé dans une campagne à motivation … Cet article MortalKombat : ce nouveau ransomware se propage aux Etats-Unis, quels dangers en France ' a été publié sur LeBigData.fr.


11: Consumer Price Inflation, by Type of Good or Service (2000-2022)

https://www.visualcapitalist.com/inflation-chart-tracks-price-changes-us-goods-services/

Visual Capitalist (dataviz)

This century has seen divergent price movement. Many consumer goods are cheaper, while critical categories like health and education have skyrocketed. The post Consumer Price Inflation, by Type of Good or Service (2000-2022) appeared first on Visual Capitalist.


12: Hoisting in JavaScript

https://dailylearn.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

Hoisting is a phenomenon in JavaScript that allows you to access variables and functions before they're even initialized. In other words, you can use a variable or a function before you declare it, and your program won't throw any errors. To understa...


13: 3.6 - Effective Testing using Cypress.io

https://hashnode.codingcat.dev/podcast-3-6-Effective-Testing-using-Cypress.io

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/3-6-Effective-Testing-using-Cypress.io https://youtu.be/02xJskNqhow https://open.spotify.com/episode/1i4smLpDSTwwzEqyohsJNM'si=Ai0qZ4fdTpmmbzFTasdHqw


14: Top 10 Ways to Earn Money through Web Development Skills

https://onlinearfan.hashnode.dev/top-10-ways-to-earn-money-through-web-development-skills

Hashnode - javascript (Javascript)

Web development is one of the most lucrative fields in the technology industry today. With millions of websites and web applications being created and used worldwide, web developers are in high demand. They are responsible for designing, building, an...


15: list of all the properties of a string object in JavaScript

https://riasat.hashnode.dev/list-of-all-the-properties-of-a-string-object-in-javascript

Hashnode - javascript (Javascript)

Here is a list of all the properties of a string object in JavaScript: constructor: Returns the function that created the string object's prototype. length: Returns the number of characters in the string. prototype: Allows the addition of properti...


16: Conquer the Enemies of JavaScript: Understanding "Type Error" and "Reference Error"

https://saurabhrawat.hashnode.dev/conquer-the-enemies-of-javascript-understanding-type-error-and-reference-error

Hashnode - javascript (Javascript)

Introduction: As programmers, we are like soldiers on a mission to create functional and efficient Code. And just like soldiers, we encounter enemies along the way that threaten the success of our mission. Two common enemies in the world of JavaScrip...


17: Tips and Tricks for Debugging in JavaScript

https://ghoulkingr.hashnode.dev/tips-and-tricks-for-debugging-in-javascript

Hashnode - javascript (Javascript)

Running into errors in a project is very common. Dealing with them can get challenging. As a JavaScript developer, I've compiled some tips and tricks that can help with tackling errors, which I'll show in this article. To name all the tips and tricks...


18: Designing accordion menus for complex content

https://blog.logrocket.com/ux-design/designing-accordion-menus-complex-content/

Log Rocket blog (Web 2)

Let's take a look at what accordion menus are, why they can be a problem for UX designers, and best practices for using them. The post Designing accordion menus for complex content appeared first on LogRocket Blog.


19: Ubuntu Flavors Drop OOTB Flatpak Support

https://www.webpronews.com/ubuntu-and-ubuntu-flavors-drop-ootb-flatpak-support/

WebProNews SEO (Développement)

WebProNews Ubuntu Flavors Drop OOTB Flatpak Support Ubuntu has made yet another controversial decision, dropping out-of-the-box (OOTB) support for Flatpak apps. Ubuntu Flavors Drop OOTB Flatpak Support Matt Milano


20 / 127

20: Errors in JavaScript, dedicated to ReferrenceError and Syntax Error.

https://santosmmu.hashnode.dev/errors-in-javascript

Hashnode - javascript (Javascript)

Overview As a programmer, I personally love JavaScript programming language to an extent, as it usage has a wide impact in the globe. Before, I started learning to write code, I did not like much and I explored other programming languages like C, C++...


21: Organising Your Codebase with Git Submodules

https://daemon.hashnode.dev/organising-your-codebase-with-git-submodules

Hashnode - javascript (Javascript)

A submodule in Git is a repository that is included as a part of another repository. This allows you to keep a Git repository as a subdirectory of another Git repository. Submodules are often used to manage and organise large codebases, or to include...


22: Navigation Drawer in Jetpack Compose: A Complete Guide

https://sagar0-0.hashnode.dev/navigation-drawer-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

We are going to use the Jetpack Navigation component for Compose and create a Drawer with multiple destinations. I will be directly creating the composables and explaining all the important things line by line in the comments. Output: Design Depend...


23: Difference between Null ,Undefined and Not defined in JavaScript.

https://akashwrites.com/difference-between-null-undefined-and-not-defined-in-javascript

Hashnode - javascript (Javascript)

This is a very commonly asked question for any beginner developer during an interview. At some point in our JavaScript journey, we all get some unexpected results and these three terms are sometimes very confusing. By the end of this blog, I will try...


24: JS: Why So Serious'

https://anitakahenya.me/js-why-so-serious

Hashnode - javascript (Javascript)

It's all fun and games until you meet Javascript. This is the monster that is usually created in the minds of every newbie in tech. Everyone gets so scared so quickly and sees Javascript as an impossible language to learn. But this does not have to b...


25: Learn the Basics of RegEx in JavaScript

https://thedevdrawer.hashnode.dev/learn-the-basics-of-regex-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, regular expressions (RegEx) can be used to match strings or parts of strings. To create a regular expression, you can use the RegEx constructor or the literal notation (/pattern/flags). View This On YouTube https://youtu.be/5vmhTcJ3KGI...


26: Building Future-Proof High-Performance Websites With Astro Islands And Headless CMS

https://smashingmagazine.com/2023/02/building-future-proof-high-performance-websites-astro-islands-headless-cms-storyblok/

Smashing magazine (Web 2 / CSS)

Let's see how to achieve phenomenal web performance and great developer experience with Astro and a headless CMS, resulting in the best possible experience for users, developers and content creators alike.


27: Introduction to testing in Python

https://kabakiantony.hashnode.dev/introduction-to-testing-in-python

Hashnode - python (python)

Introduction Testing is an essential part of software development, and it involves verifying that a piece of software meets its requirements and functions as expected. In other words, it is the act of checking whether a software product does what it ...


28: How to draw INDI

https://feeds.feedblitz.com/~/728266238/0/tanglepatterns~How-to-draw-INDI.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Carmen Muñiz Real's Zentangle® pattern: Indi. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


29: Type checking with TypeRunner

https://blog.logrocket.com/type-checking-typerunner/

Log Rocket blog (Web 2)

We explore the concepts, features, and limitations of TypeRunner, use it to type check a simple project, and compare it to Deno and tsc. The post Type checking with TypeRunner appeared first on LogRocket Blog.


30 / 127

30: What is JavaScript'

https://codevillagers.hashnode.dev/what-is-javascript

Hashnode - javascript (Javascript)

JavaScript is a programming language that was created to add interactivity and dynamic features to web pages. It is a high-level language that is interpreted by web browsers, which means that it doesn't need to be compiled before it is run. JavaScrip...


31: Widget Tree in Flutter

https://jitesh117.hashnode.dev/widget-tree-in-flutter

Hashnode - Flutter (Flutter)

Have you ever wondered what goes on behind the scenes of your Flutter app' It's fascinating how all those widgets come together, like a puzzle, to create the app's look and feel. It's kind of like the web browser's DOM, which arranges HTML elements i...


32: Authentication with Supabase

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

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=LjRZUz_aUVc&ab_channel=CodewithGuillaume Authenticating users is an important part of building web applications. Supabase offers a range of authentication options to help developers build secure applications quickly ...


33: Ecommerce with Stripe: A How to guide

https://justinakingsley.hashnode.dev/ecommerce-with-stripe-a-how-to-guide

Hashnode - javascript (Javascript)

In today's digital age, it's crucial for businesses to have a seamless and secure payment system in place. Using an ecommerce platform that enables the integration of third-party payment providers like Stripe will simplify the payment process for cus...


34: Au moins 200 livres créés avec ChatGPT ont été publiés sur la boutique Kindle d'Amazon

https://www.usine-digitale.fr/article/au-moins-200-livres-crees-avec-chatgpt-ont-ete-publies-sur-la-boutique-kindle-d-amazon.N2103516

L'usine-digitale (Informatique)

La boutique Kindle d'Amazon contient au moins 200 livres produits en utilisant ChatGPT. Un problème pour les vrais auteurs car leurs 'uvres se retrouvent noyées dans une masse de publications de faible qualité. Si ce mouvement, movité par l'appât du gain, ne doit pas faire craindre un bouleversement de l'industrie du livre, il appelle néanmoins à de nouvelles régulations en matière de dro [...]


35: Make a Script to run a Timer in Python

https://andrewdass.hashnode.dev/make-a-script-to-run-a-timer-in-python

Hashnode - python (python)

This article explains how to make a timer countdown by using the Python programming language. Timers are useful to keep track of how much time elapsed during an assessment, follow food recipe instructions, plan events ahead of time and so forth. It i...


36: Features of Python | Compiler vs Interpreter

https://karthickmv.hashnode.dev/features-of-python-compiler-vs-interpreter

Hashnode - python (python)

Python is a popular high-level, interpreted programming language that is used for a wide range of applications. Some of the key features of Python include: Simple and easy to learn: Python has a simple and straightforward syntax that is easy to lear...


37: Pour quelles raisons adopter le cloud computing '

https://www.lebigdata.fr/pourquoi-adopter-cloud-computing

Le Big Data (dataviz)

Les avantages de l'utilisation du cloud computing sont significatifs, raison pour laquelle beaucoup d'entreprises prévoient de migrer leurs applications vers … Cet article Pour quelles raisons adopter le cloud computing ' a été publié sur LeBigData.fr.


38: Jump into Coursera Meta Frontend developemnt Certificate course

https://raspberryman.hashnode.dev/jump-into-coursera-meta-frontend-developemnt-certificate-course

Hashnode - javascript (Javascript)

A month ago, I was struggling to find out what is the best affordable option for me to study frontend development. The reason that I searched for that is I was a bachelor's student majoring in Computer Science who just follow up the courses like a zo...


39: JavaScript: The One-Stop Solution for Web Development

https://muhammadharis.hashnode.dev/javascript-the-one-stop-solution-for-web-development

Hashnode - javascript (Javascript)

When it comes to web development, JavaScript is one of the most powerful and versatile programming languages out there. From building dynamic user interfaces to creating complex web applications, JavaScript has become the go-to tool for developers ar...


40 / 127

40: JavaScript

https://muhammadharis.hashnode.dev/javascript

Hashnode - javascript (Javascript)

When it comes to web development, JavaScript is one of the most powerful and versatile programming languages out there. From building dynamic user interfaces to creating complex web applications, JavaScript has become the go-to tool for developers ar...


41: Day 2 - Python Power & Examples

https://codewithjain.hashnode.dev/day-2-python-power-examples

Hashnode - python (python)

Introduction In this blog, I will talk about the power of Python programming language, its uses and real-world examples of where python is being used. So let's get started... POWER of Python It is a Dynamically typed language, General purpose progr...


42: Social media engagement hits a new low, except for TikTok

https://searchengineland.com/social-media-engagement-hits-a-new-low-except-for-tiktok-393395

Search engine land (Référencement)

Organic engagement and traffic from social networks has been shrinking every year. The post Social media engagement hits a new low, except for TikTok appeared first on Search Engine Land.


43: EDA 101: Explore, Discover, Analyze (Part-1)

https://lokeshwarlakhi.hashnode.dev/eda-101-explore-discover-analyze-part-1

Hashnode - python (python)

This blog is the first of a five-part series that aims to introduce you to the basics of EDA.Things we are going to look into in this series:I. Introduction to Exploratory Data Analysis (EDA)II. Methods of Exploratory Data AnalysisIII. Understanding ...


44: Timeline View of the Execution of Your Python Functions

https://mathdatasimplified.com/2023/02/22/timeline-view-of-the-execution-of-your-python-functions/

Math Data Simplified (data)

Have you ever wanted to see a timeline graph showing how the execution of your functions takes place in time' Prefect now allows you to do exactly that. To use Prefect, simply add @task and @flow to your Python functions. Getting started tutorials for Prefect. The post Timeline View of the Execution of Your Python Functions appeared first on Data Science Simplified.


45: Arrow functions =>

https://purvacodes.hashnode.dev/arrow-functions

Hashnode - javascript (Javascript)

What is the arrow function' Arrow functions are one of the top 10 features of ES6. Arrow functions are anonymous functions. An arrow function expression is an alternative to traditional functions, with some semantic differences and deliberate limitat...


46: Musk gave engineers one week to make Twitter's ad targeting work like Google

https://searchengineland.com/musk-gave-engineers-one-week-to-make-twitters-ad-targeting-work-like-google-393457

Search engine land (Référencement)

The chaos continues at Twitter with more layoffs, ridiculous deadlines, and uncertainty about the platform's future. The post Musk gave engineers one week to make Twitter’s ad targeting work like Google appeared first on Search Engine Land.


47: Using Jotai with Next.js to share state across your app

https://blog.logrocket.com/using-jotai-next-js-share-state-across-app/

Log Rocket blog (Web 2)

You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach. The post Using Jotai with Next.js to share state across your app appeared first on LogRocket Blog.


48: Using Jotai with Next.js to share state across your app

https://blog.logrocket.com/using-jotai-next-js/

Log Rocket blog (Web 2)

You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach. The post Using Jotai with Next.js to share state across your app appeared first on LogRocket Blog.


49: What is first mover advantage ' and is it really an advantage'

https://blog.logrocket.com/product-management/first-mover-advantage-pros-cons/

Log Rocket blog (Web 2)

While being a first mover can bring you a tremendous competitive advantage, it also comes at a cost. In this guide, we'll weigh the pros and cons of being first. The post What is first mover advantage ' and is it really an advantage' appeared first on LogRocket Blog.


50 / 127

50: Top des dangers rencontrés sur les sites porno

https://www.lebigdata.fr/top-dangers-sites-porno

Le Big Data (dataviz)

La pornographie peut être satisfaisante à court terme, mais sur le long terme, il y a toujours un danger de … Cet article Top des dangers rencontrés sur les sites porno a été publié sur LeBigData.fr.


51: Google Search Console users and permissions management updated

https://searchengineland.com/google-search-console-users-and-permissions-management-updated-393460

Search engine land (Référencement)

Make sure to review user permissions and levels of access with this update. The post Google Search Console users and permissions management updated appeared first on Search Engine Land.


52: 6 Tips for Ensuring Your Website Meets SEO Standards

https://www.bestfreewebresources.com/6-tips-for-ensuring-your-website-meets-seo-standards

Best Free Web Resources (Veille)

SEO is a concept that has been around since 1997. However, it is in the past few years that it has picked up attention. In the world of fast digitalization, meeting SEO standards has become a priority for businesses. Doing this helps improve the search engine rankings of your website, hence improving its visibility, leading […] The post 6 Tips for Ensuring Your Website Meets SEO Standards ap [...]


53: Test Samsung Galaxy S23 Ultra : le champion des smartphones Android

https://www.tablette-tactile.net/phablette/test-smartphone/test-samsung-galaxy-s23-ultra-1113320/

Tablette-tactile.net (Mobiles / Tablettes)

Découvrez sans tarder notre avis sur le Samsung Galaxy S23 Ultra !


54: Step-by-Step Guide: Connecting MongoDB Online to your MERN Application

https://ojasaklecha.xyz/step-by-step-guide-connecting-mongodb-online-to-your-mern-application

Hashnode - javascript (Javascript)

If you're building a MERN (MongoDB, Express, React, Node.js) stack application, you'll need a database to store and retrieve your data. MongoDB is a popular choice for database management in MERN applications due to its flexibility and scalability. I...


55: Superpower Your Classes Using Super() In Python

https://geekpython.in/super-in-python

Hashnode - python (python)

You may have heard the term inheritance in object-oriented programming, and if you haven't, don't worry because we've got your back. Inheritance is one of the four pillars of object-oriented programming, and it can be defined as a mechanism that allo...


56: Le suivi manuel des casques Meta Quest VR s'améliore de plus en plus

https://www.realite-virtuelle.com/mise-a-jour-v50-quest-direct-touch/

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

Avec la nouvelle mise à jour v50, il sera possible de « toucher » les boutons de […] Cet article Le suivi manuel des casques Meta Quest VR s'améliore de plus en plus a été publié sur Réalité-Virtuelle.com.


57: Equality operators in JavaScript

https://bijaylaxmi-behera.hashnode.dev/equality-operators-in-javascript

Hashnode - javascript (Javascript)

Equality operators : There are two operators in javascript for determining the equality of two operands. This is essentially used to compare two operands and return a boolean value. The operators are known as loose equality (==) or double equals (==)...


58: 3.5 - Breaking down Qwik with Shai Reznik

https://hashnode.codingcat.dev/podcast-3-5-breaking-down-qwik-with-shai-reznik

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/3-5-Breaking-down-Qwik-with-Shai-Reznik https://youtu.be/HE9V3G8rTOs https://open.spotify.com/episode/3RumBmQEQsV7JcgBb0wnbx'si=mlro3SyxQq6hEBX-YJxuwA In recent years, JavaScript frameworks have become a popula...


59: Magic Methods in Python

https://swapnoneel.hashnode.dev/magic-methods-in-python

Hashnode - python (python)

Introduction Magic Methods are special methods that you can define in your classes, and when invoked, they give you a powerful way to manipulate objects and their behavior. Magic methods, also known as 'dunders' from the double underscores surroundin...


60 / 127

60: Ils font la CyberSécurité | Bancal Damien (ZATAZ.COM)

https://www.lebigdata.fr/ils-font-la-cybersecurite-bancal-damien

Le Big Data (dataviz)

Dans le cadre de notre dossier 'Ils font la cybersécurité', Damien Bancal (Fondateur de ZATAZ.COM & VeilleZATAZ.COM)  a accepté de … Cet article Ils font la CyberSécurité | Bancal Damien (ZATAZ.COM) a été publié sur LeBigData.fr.


61: « Otonohm » : une batterie universelle et plus durable

https://www.rtflash.fr/otonohm-batterie-universelle-et-plus-durable/article

Tregouet.org ()

Les technologies des batteries constituent un des piliers de la transition énergétique. Les batteries permettent d'électrifier le secteur des transports et d'intégrer les énergies renouvelables au mix énergétique. Mais elles ne vont pas sans poser des problèmes environnementaux concernant l'approvisionnement en matériaux stratégiques comme le nickel, le cobalt, le lithium ou encore le cu [...]


62: How to write a product status report (with template and examples)

https://blog.logrocket.com/product-management/product-status-report-template-examples/

Log Rocket blog (Web 2)

Distributing product status reports helps you keep team members and stakeholders informed about the product's progress and enables senior stakeholders to make data-driven decisions. The post How to write a product status report (with template and examples) appeared first on LogRocket Blog.


63: IconButton in Flutter

https://johngastone.hashnode.dev/iconbutton-in-flutter

Hashnode - Flutter (Flutter)

/What actually is IconButton' An icon button is a picture printed on a widget that reacts to touches by filling it with color (ink). It is an icon that has been curated to perform numerous functionalities as a normal button. The button is mostly used...


64: Build a video upload and compression app with Multer and React Native

https://blog.logrocket.com/build-video-upload-compression-app-multer-react-native/

Log Rocket blog (Web 2)

Use Multer, a Node.js middleware, to build a full-stack Android and iOS app for uploading videos in React Native. The post Build a video upload and compression app with Multer and React Native appeared first on LogRocket Blog.


65: 3 ways to stay on top of PPC performance

https://searchengineland.com/3-ways-to-stay-on-top-of-ppc-performance-393386

Search engine land (Référencement)

A holistic monitoring plan is key to paid search success. Stay ahead with automated reports, custom dashboards and performance alerts. The post 3 ways to stay on top of PPC performance appeared first on Search Engine Land.


66: Un médicament contre l'hypertension pourrait être réutilisé pour retarder le vieillissement

https://www.rtflash.fr/medicament-contre-l-hypertension-pourrait-etre-reutilise-pour-retarder-vieillissement/article

Tregouet.org ()

Des chercheurs de l'Université de Liverpool ont découvert que les animaux traités à la rilménidine, actuellement utilisée pour traiter l'hypertension, à des âges jeunes et plus âgés, augmentent leur durée de vie et améliorent leurs marqueurs de santé, imitant les effets de la restriction calorique. Ces recherches ont également montré que les avantages pour la santé et la durée de [...]


67: L'émission State of Play dévoilera cinq nouveaux jeux PSVR 2 cette semaine

https://www.realite-virtuelle.com/state-of-play-cinq-jeux-psvr-2/

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

L'émission State of Play de Sony Interactive revient ce jeudi. L'événement verra la révélation de […] Cet article L'émission State of Play dévoilera cinq nouveaux jeux PSVR 2 cette semaine a été publié sur Réalité-Virtuelle.com.


68: Tips and Tricks for Flutter Development

https://raman04.hashnode.dev/tips-and-tricks-for-flutter-development

Hashnode - Flutter (Flutter)

Flutter is a powerful and versatile framework for building cross-platform mobile applications. It offers a wide range of tools and features to help developers create beautiful and functional apps quickly and efficiently. However, there are always tip...


69: HubSpot CMS : le guide de la création et de la gestion de votre site web en ligne

https://www.lebigdata.fr/hubspot-cms-guide

Le Big Data (dataviz)

HubSpot CMS est un système informatique qui permet aux entreprises de créer, de gérer et d'héberger leurs contenus web. Ses … Cet article HubSpot CMS : le guide de la création et de la gestion de votre site web en ligne a été publié sur LeBigData.fr.


70 / 127

70: L'US Navy mise sur les lasers pour sauver ses navires des missiles hypersoniques chinois

https://www.rtflash.fr/l-us-navy-mise-sur-lasers-pour-sauver-ses-navires-missiles-hypersoniques-chinois/article

Tregouet.org ()

Porte-avions le plus lourd (97.000 tonnes) et le plus coûteux (13,2 milliards de dollars, soit un peu plus de 12,1 milliards d'euros) de l'histoire des États-Unis, l'USS Gerald R. Ford risque aussi (et malheureusement) de décrocher à l'avenir le titre de cible la plus chère au monde. Les missiles antinavires hypersoniques développés par Pékin, dont certains dépassent Mach 5 (cinq fois la [...]


71: New Microsoft Bing Chat rolling out to mobile devices with voice search

https://searchengineland.com/new-microsoft-bing-chat-rolling-out-to-mobile-devices-with-voice-search-393441

Search engine land (Référencement)

This begins to roll out to some users on Bing and Edge mobile apps on iOS and Android. The post New Microsoft Bing Chat rolling out to mobile devices with voice search appeared first on Search Engine Land.


72: CO2 : l'hydrogène pourrait-il sauver le diesel '

https://www.rtflash.fr/co2-l-hydrogene-pourrait-il-sauver-diesel/article

Tregouet.org ()

En Europe, officiellement à l'horizon 2035, plus une seule motorisation thermique ne sera vendue neuve. Seuls les véhicules 100 % électriques auront droit de cité. Pourtant, des millions de voitures thermiques resteront en circulation, avec de fortes restrictions de déplacement. Pour sauver ce qui peut l'être et permettre aux véhicules thermiques de continuer à circuler, Porsche vient [...]


73: Streamline Your Testing Process: A Step-by-Step Guide to Unit Testing and Snapshot Testing For React Native App with Jest

https://ayobamiseun.hashnode.dev/streamline-your-testing-process-a-step-by-step-guide-to-unit-testing-and-snapshot-testing-for-react-native-app-with-jest-adegoke-ayobami-2023

Hashnode - javascript (Javascript)

React Native provides developers with a flexible platform for building mobile apps that can run on both iOS and Android. When it comes to testing these apps, Jest has become a go-to choice for many developers. Jest is a testing system that is pre-ins...


74: Execution context in JavaScript

https://mayurlalwani.hashnode.dev/execution-context-in-javascript-clefoqj49000m09ml8crkhbny

Hashnode - javascript (Javascript)

In JavaScript, the execution context is the environment in which code is executed. Everything in JavaScript happens inside this execution context. Every time a function is executed, a new execution context is created. The execution context consists o...


75: Nullish coalescing and optional chaining in JavaScript

https://jayrajputcode.hashnode.dev/nullish-coalescing-and-optional-chaining-in-javascript

Hashnode - javascript (Javascript)

Nullish Coalescing operator '' nullish coalescing operator is represented by '' This operator checks if the left operand is null or undefined and return the first value on the right if the left operand is one of these value why do we need this operat...


76: HCM : comprendre la gestion du capital humain

https://www.lebigdata.fr/hcm-gestion-capital-humai

Le Big Data (dataviz)

Pour booster leurs performances, les entreprises sont aujourd'hui amenées à solliciter le HCM ou la gestion du capital humain. Le … Cet article HCM : comprendre la gestion du capital humain a été publié sur LeBigData.fr.


77: ChatGPT and SEO content: Where do we go from here'

https://searchengineland.com/chatgpt-seo-content-where-do-we-go-from-here-393374

Search engine land (Référencement)

ChatGPT is a tool, not a one-size-fits-all solution. Learn its benefits and drawbacks from an SEO content perspective. The post ChatGPT and SEO content: Where do we go from here' appeared first on Search Engine Land.


78: How to Write React Hooks More Effectively

https://fullstackfuel.hashnode.dev/how-to-write-react-hooks-more-effectively

Hashnode - javascript (Javascript)

Only call hooks at the top level: Hooks should only be called at the top level of your component or custom hook. Do not call hooks inside loops, conditions, or nested functions. function MyComponent() { const [state, setState] = useState(0); fun...


79: La Corée du Sud annonce la 6G pour 2028 : quelles différences avec la 5G '

https://www.lebigdata.fr/6g-vs-5g-tout-savoir

Le Big Data (dataviz)

La Corée du Sud annonce le lancement de son réseau 6G en 2028. Pendant ce temps, la France a décidé … Cet article La Corée du Sud annonce la 6G pour 2028 : quelles différences avec la 5G ' a été publié sur LeBigData.fr.


80 / 127

80: Python projects that may help you to get hired.

https://variable.hashnode.dev/python-projects-that-may-help-you-to-get-hired

Hashnode - python (python)

I think these will help you stand out from others To get hired as a Python developer, it's important to demonstrate your skills and show potential employers that you can apply your knowledge to build functional and useful projects. Here are a few pro...


81: Microsoft Bing explains how Bing AI Chat leverages ChatGPT and Bing Search with Prometheus

https://searchengineland.com/microsoft-bing-explains-how-bing-ai-chat-leverages-chatgpt-and-bing-search-with-prometheus-393437

Search engine land (Référencement)

Jordi Ribas explained in a more technical blog post, how Microsoft was able to make Bing Chat so fast, so current and so impressive. The post Microsoft Bing explains how Bing AI Chat leverages ChatGPT and Bing Search with Prometheus appeared first on Search Engine Land.


82: A In Depth Information Of JavaScript Array & Its Methods

https://avicreation.hashnode.dev/a-in-depth-information-of-javascript-array-its-methods

Hashnode - javascript (Javascript)

In javascript array is a built-in global miscellaneous object, which represents a collection of objects (like string, number, boolean or object etc.). const languages = ["c", "c++", "javascript", "java", "python"] Declaration You can create an array...


83: ReactJs application using ChatGpt Api

https://anassnebdaoui.hashnode.dev/reactjs-application-using-chatgpt-api

Hashnode - javascript (Javascript)

ChatGPT is a cutting-edge natural language processing technology developed by OpenAI that allows developers to build intelligent chatbots and conversational agents capable of understanding and generating human-like text. With the rise of messaging ap...


84: Find Prime Factors of a number in javascript'

https://gauravpatil.hashnode.dev/find-prime-factors-of-a-number-in-javascript

Hashnode - javascript (Javascript)

Hi everyone today we Find Prime Factors of a number in javascript. let's discuss how to solve this problem statement. if you want to check out yesterday's problem click here. Prime factorization is a way of expressing a number as a product of its pri...


85: Wealthy Percentiles Rising

https://flowingdata.com/2023/02/22/wealthy-percentiles-rising/

Flowing data (dataviz)

The rich continue to get richer, and everyone else either only kind of earns more or stays where they're at.Tags: income, wealth, work


86: Best Practices and Essentials for TypeScript Mastery

https://yaroprof.hashnode.dev/best-practices-and-essentials-for-typescript-mastery

Hashnode - javascript (Javascript)

TypeScript has become an essential tool for front-end developers who want to write scalable, maintainable code that is less prone to errors. While TypeScript can be challenging to master, following some best practices and essentials can help you impr...


87: Understanding var, let and const in Javascript; Declaration of Variables in Javascript.

https://maobi.hashnode.dev/understanding-var-let-and-const-in-javascript-declaration-of-variables-in-javascript

Hashnode - javascript (Javascript)

Why variables' If you're new to JavaScript, having a good understanding of variables and how to use them, is very essential because over the course of your journey as a developer, you will get to use it a lot. Generally, while writing programs, we of...


88: JO 2024 : cette IA de surveillance vous reconnaîtra dans la foule

https://www.lebigdata.fr/jo-2024-reconnaissance-faciale-ia

Le Big Data (dataviz)

La technologie de reconnaissance faciale développée par le gouvernement pour les JO 2024 peut identifier n’importe quel individu en un … Cet article JO 2024 : cette IA de surveillance vous reconnaîtra dans la foule a été publié sur LeBigData.fr.


89: Seules 7,9 millions de personnes ont activé leur compte Mon espace santé, d'après l'ANS

https://www.usine-digitale.fr/article/seules-7-9-millions-de-personnes-ont-active-leur-compte-mon-espace-sante-d-apres-l-ans.N2103346

L'usine-digitale (Informatique)

Seuls 7,9 millions des 65,7 millions détenteurs d'un compte Mon espace santé ont activé leur carnet de santé numérique, rapporte l'Agence du numérique en santé pour le premier anniversaire du dispositif. Les pouvoirs publics comptent intensifier leurs efforts ces prochains mois pour faire connaître aux patients cet outil déjà très utilisé par les médecins.


90 / 127

90: Chocolate, Waffles And Fries: Meet SmashingConf Antwerp 2023 ''

https://smashingmagazine.com/2023/02/meet-smashingconf-antwerp/

Smashing magazine (Web 2 / CSS)

Brand new conference on design & UX, for designers and UI engineers who love the web. On design systems, usability, product design and complex UIs. That's SmashingConf Antwerp, taking place in magical Bourla on October 9'11, 2023.


91: La start-up marseillaise Ottho lève 1,2 millions d'euros pour son école "no code"

https://www.usine-digitale.fr/article/la-start-up-marseillaise-ottho-leve-1-2-millions-d-euros-pour-son-ecole-no-code.N2103341

L'usine-digitale (Informatique)

La start-up française Ottho, qui propose une plateforme de formation à la programmation no code, annonce un premier tour de table en pré-seed de 1,2 millions. Elle compte doubler ses effectifs (passant de 16 à 32 collaborateurs) et ouvrir une école de no code en France avant la fin de l'année.


92: Bing ChatGPT : après les dérives, Microsoft impose de nouvelles limites

https://www.blogdumoderateur.com/bing-chatgpt-microsoft-impose-nouvelles-limites/

Blog du Moderateur ()

Après les nombreuses dérives, on fait le point sur le nouveau Bing qui intègre ChatGPT : premier bilan, limites imposées, nouveautés à venir'


93: Everything about Reference Error using "let" keyword.

https://kesharvani.hashnode.dev/everything-about-reference-error-using-let-keyword

Hashnode - javascript (Javascript)

I have already written the blog using the var keyword. I will use the same content which is common and will try to explain with a fresh perspective so there is no dependency on that blog. I will add the link to that blog at the end of this blog. As a...


94: Everything about Reference Error using "let" and "const" keyword.

https://kesharvani.hashnode.dev/everything-about-reference-error-using-let-and-const-keyword

Hashnode - javascript (Javascript)

I have already written the blog using the var keyword. I will use the same content which is common and will try to explain with a fresh perspective so there is no dependency on that blog. I will add the link to that blog at the end of this blog. As a...


95: Creating a stylized grass shader using Unity Shader Graph. (Part-1)

https://blog.arvindg.com/creating-a-stylized-grass-shade-part-1

Hashnode - Unity (unity)

Introduction Hello everyone, This is a breakdown of the stylized grass shader I made for our game Trials For Paradise. When we started developing the game we wanted it to have a stylized art style, So I started looking around the web for inspiration....


96: 5 formations pour créer un site web avec WordPress

https://www.blogdumoderateur.com/selection-formation-wordpress-140/

Blog du Moderateur ()

Notre sélection de formations est dédiée à celles et ceux qui souhaitent apprendre à créer un site avec le CMS WordPress.


97: Product Reviews Update : Google annonce une mise à jour majeure pour les pages françaises

https://www.blogdumoderateur.com/product-reviews-update-fevrier-2023/

Blog du Moderateur ()

Cette mise à jour sur les avis produits inclut désormais de nouvelles langues, dont le français.


98: JAVASCRIPT-Optional Chaining ('.)

https://yoursweetnightmare.hashnode.dev/javascript-optional-chaining

Hashnode - javascript (Javascript)

Overview Optional chaining is a simple and short expression that we can use to access chained properties when there is a possibility that the reference might be missing. When execute, It takes the reference to its left and checks if it is nullish (un...


99: Some More On-Scroll Typography Animations

https://tympanus.net/codrops/2023/02/22/some-more-on-scroll-typography-animations/

Codrops (Internet / Design)

A second set of ideas for on-scroll typography animations.


100 / 127

100: iPhone et MacBook : comment récupérer les données grâce aux rayons X '

https://www.lebigdata.fr/iphone-recuperer-donnees-rayons-x

Le Big Data (dataviz)

Grâce à l’utilisation de la technologie des rayons X, il est désormais possible de récupérer des données considérées comme perdues … Cet article iPhone et MacBook : comment récupérer les données grâce aux rayons X ' a été publié sur LeBigData.fr.


101: McDo déploie l'IA sur ses bornes Drive et se ridiculise sur TikTok

https://www.lebigdata.fr/mcdo-deploie-ia

Le Big Data (dataviz)

L'utilisation de l'IA atteint les restaurants, et cette fois, c’est McDo qui en fait les frais. En effet, des vidéos … Cet article McDo déploie l’IA sur ses bornes Drive et se ridiculise sur TikTok a été publié sur LeBigData.fr.


102: Unikbase lève 2 millions d'euros pour son "jumeau numérique" d'objets de valeur sur la blockchain

https://www.usine-digitale.fr/article/unikbase-leve-2-millions-d-euros-pour-son-jumeau-numerique-d-objets-de-valeur-sur-la-blockchain.N2103261

L'usine-digitale (Informatique)

Créer un double numérique d'un bien d'une certaine valeur, tel est l'objectif d'Unikbase dont le lancement a lieu ce 22 février. Pour initier la commercialisation de sa solution, la start-up réalise une levée de fonds d'amorçage de 2 millions d'euros.


103: Comment l'intelligence artificielle pourrait améliorer l'expérience client de votre e-commerce '

https://www.lebigdata.fr/lintelligence-artificielle-ameliorer-experience-client-e-commerce

Le Big Data (dataviz)

L'intelligence artificielle est une branche de la science informatique qui gagne de plus en plus de place dans de nombreux … Cet article Comment l’intelligence artificielle pourrait améliorer l’expérience client de votre e-commerce ' a été publié sur LeBigData.fr.


104: Terraform & it's file structures - Infrastructure as Code (IaC)

https://sumanprasad.hashnode.dev/terraform-its-file-structures-infrastructure-as-code-iac

Hashnode - python (python)

' Introduction: Infrastructure as code (IAC) is the practice of managing and provisioning IT infrastructure through machine-readable configuration files instead of manually configuring individual components. Terraform is a popular open-source tool t...


105: Étude : présence et stratégie social media des collectivités publiques

https://www.blogdumoderateur.com/etude-swello-social-media-collectivites-publiques/

Blog du Moderateur ()

Swello et l'Observatoire socialmedia des territoires viennent de publier une étude complète qui analyse en détail les présences des collectivités sur les réseaux sociaux.


106: Comment IBM construit un superordinateur IA à bas coût sur son Cloud

https://www.lebigdata.fr/ibm-superordinateur-bas-cout

Le Big Data (dataviz)

IBM révolutionne l’industrie de l’IA avec un superordinateur puissant et abordable sur son cloud. Grâce à cette technologie innovante, les … Cet article Comment IBM construit un superordinateur IA à bas coût sur son Cloud a été publié sur LeBigData.fr.


107: Élection du Conseil d'Administration et du Bureau 2023

https://wpfr.net/election-du-conseil-dadministration-et-du-bureau-2023/

Wordpress-fr (wordpress)

Comme lors de la précédente AG, nous publions un compte rendu unique pour l’élection du nouveau Conseil d’Administration (CA) qui a eu lieu le 3 novembre 2021 et l’élection du nouveau Bureau qui a eu lieu le 16 février 2023. 1. Assemblée Générale Ordinaire – 03/02/2023 L’AGO a eu lieu sur Zoom à partir deLire la suite


108: A Comprehensive Guide to Using useMemo() Hook in React

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

Hashnode - javascript (Javascript)

In this next article of our React Hooks series, we will be discussing the useMemo hook. As we continue exploring React Hooks, useMemo provides us with a powerful tool to optimize the performance of our React applications. By memoizing the results of ...


109: How to Effortlessly Migrate from Styled Components CSS-in-JS to Stylify Utility-First CSS for Better React Development.

https://machy8.hashnode.dev/how-to-effortlessly-migrate-from-styled-components-css-in-js-to-stylify-utility-first-css-for-better-react-development

Hashnode - javascript (Javascript)

Say goodbye to CSS-in-JS and Runtime scripts for injecting and compiling CSS and hello to lightning-fast coding with Stylify Utility-First CSS. As a React frontend engineer, you know the importance of efficient, streamlined solutions that don't sacri...


110 / 127

110: How to become a better Android developer'

https://kerollosragaie.hashnode.dev/how-to-become-a-better-android-developer

Hashnode - Kotlin (Mobiles)

In this blog post, I want to share my experience on how to become a better Android developer. An Android developer is also a software developer. So in order to be a better Android developer, you need to be a better software developer. In the first pa...


111: A Comprehensive Guide to JavaScript: From Beginner to Advanced

https://blog.techscribe.today/a-comprehensive-guide-to-javascript-from-beginner-to-advanced

Hashnode - javascript (Javascript)

JavaScript is a popular programming language used to create interactive and dynamic web pages. It is a high-level, interpreted language that can be used to create complex web applications, interactive user interfaces, and dynamic visual effects. In t...


112: « Tu es sûr que tu veux me tester ' » ChatGPT menace d'exposer les données d'un internaute sur le web

https://www.lebigdata.fr/chatgpt-menace-dexposer-donnees

Le Big Data (dataviz)

Une menace sinistre de ChatGPT : pensez-y à deux fois avant de mettre à l’épreuve sa capacité à garder vos … Cet article « Tu es sûr que tu veux me tester ' » ChatGPT menace d'exposer les données d'un internaute sur le web a été publié sur LeBigData.fr.


113: Is VueJS Easy to Learn' A Beginner Guide

https://tiennguyen.hashnode.dev/is-vuejs-easy-to-learn

Hashnode - vuejs (Javascript)

VueJS is a popular open-source JavaScript framework used for building user interfaces and single-page applications. Developed by Evan You, VueJS has quickly gained popularity in the web development community due to its simple syntax and ease of use. ...


114: Building a System for User Registration and Login using Python (Part 1 )

https://gauravjoshi.hashnode.dev/building-a-system-for-user-registration-and-login-using-python-part-1

Hashnode - python (python)

Application Demonstration Navigate to https://verifyme-ts.netlify.app Note: If you are not logged in, accessing protected routes will result in being redirected to the login page Go to Sign Up to create a new user account Enter the required sig...


115: En Suisse, la start-up Clearspace se prépare à nettoyer l'espace

https://www.usine-digitale.fr/article/en-suisse-clearspace-se-prepare-a-nettoyer-l-espace.N2103241

L'usine-digitale (Informatique)

Située près de Lausanne, la jeune entreprise, qui a levé 26 millions d'euros en janvier, développe un robot nettoyeur d'orbite révolutionnaire. L'Agence spatiale européenne vient de valider la première phase de son programme qui vise à éliminer un débris spatial en 2026. Reportage.


116: Autoincrement ID Support in SQLAlchemy

https://blog.soumendrak.com/autoincrement-id-support-in-sqlalchemy

Hashnode - python (python)

Introduction When working with a database, it is often necessary to create tables with unique identifiers for each row. One way to do this is by using autoincrement IDs. SQLAlchemy, a popular Python SQL toolkit, provides built-in support for autoincr...


117: Day 12 of 100DaysOfCode

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

Hashnode - python (python)

Today was an exciting day of coding, as I further solidified my understanding of object-oriented programming (OOP) by building three games using Python. First, I built an Etch-a-Sketch game that allows the user to draw and erase pictures using the ar...


118: Nullish coalescing operator

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

Hashnode - javascript (Javascript)

Introduction Nullish coalescing operator ('') was introduced in the ECMAScript 2020 specification, which can be used to replace the logical OR operator for setting the default values. Syntax: left Operand '' right Operand The left operand is first ch...


119: This day in search marketing history: February 22

https://searchengineland.com/search-marketing-history-february-22-393373

Search engine land (Référencement)

Google page experience update for desktop rolls out, plus: Google's Pirate Update impact, Google Shopping experience scorecard and more. The post This day in search marketing history: February 22 appeared first on Search Engine Land.


120 / 127

120: Strings

https://paarthmane.hashnode.dev/strings

Hashnode - javascript (Javascript)

Strings are collections of characters. they are created to store and manipulate text. strings are stored inside of quotes. you can also store symbols and numbers inside strings. a string is a data type. Example: let jessePinkman= "yeah bitch!!" //dou...


121: The Difference Between Types (Type Aliases) And Interfaces in TypeScript

https://blog.savetchuk.com/the-difference-between-types-type-aliases-and-interfaces-in-typescript

Hashnode - javascript (Javascript)

Today, more and more people and companies are using TypeScript. It is among the top 10 programming languages in the PYPL index. And this is not surprising, since TypeScript allows you to catch many errors at compile time, not at runtime, that is befo...


122: 3.3 - Tea CLI tea.xyz

https://hashnode.codingcat.dev/podcast-3-3-Tea-CLI

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/3-3-Tea-CLI https://youtu.be/i-j3sf5uYf0 https://open.spotify.com/episode/58lsWx4oAwvV0cWRgzPDjH'si=psBsPDSyToyqQLSmhx6fZg


123: Debouncing in JavaScript

https://aaaaayushh.hashnode.dev/debouncing-in-javascript

Hashnode - javascript (Javascript)

Hello and welcome to my blog! Today, we'll be learning about debouncing in JavaScript. This is a widely used concept in a lot of applications and I hope you learn why and how to implement this in JavaScript. Deboucing Let's start with a formal defini...


124: A brief experiment in detecting ambient light

https://twiddlingbits.net/detecting-ambient-light

Hashnode - python (python)

Inspired by my previous project, lighten, I experimented with automatically updating a laptop screen's brightness using a webcam rather than a dedicated sensor. This required determining the ambient light level via a captured webcam image--with all t...


125: Creative Coding: The New Era

https://gorillasun.de/blog/Creative-Coding-The-New-Era

Gorilla Sun (Creative Coding)

Art and technology have a rich and intertwined history, constantly redefining each other, acting upon each other as catalysts to bring forth new forms of expression. Today, we find ourselves at a crossroads, where the gap between artists and scientists is rapidly closing, giving rise to a new species of interdisciplinaries that express themselves artistically through new technologies, and simulta [...]


126: From Ghost to 11ty

https://bitsofco.de/from-ghost-to-11ty/

Bits of Code ()

Over 5 years ago, I migrated this blog From Jekyll to Ghost. Back then, my reasons for moving to Ghost where because - I wanted a CMS Managing all the posts' raw markdown files in one folder was getting clunky The Jekyll build process was starting to significantly lag I no longer wanted to have to manually upload new posts via FTP I wanted to be able to schedule posts (although Ghost doesn't sup [...]


127: Why do we get undefined in the browser console'

https://prachiblogs.hashnode.dev/why-do-we-get-undefined-in-the-browser-console

Hashnode - javascript (Javascript)

As developers, we all are familiar with browser console. It's a Command Line Interface (CLI) built into the web browser. It helps in debugging our code without any hassle. Usually, the browser console returns the same results as in other environment ...




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