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

« Octobre 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


Lundi 16 Octobre 2023 (122)

1: Let's Go

https://icaroleon.hashnode.dev/lets-go

Hashnode - javascript (Javascript)

Tecnologias Empregadas Ruby on Rails Javascript HTML/CSS Bootstrap PostgreSQL Git Diversas APIs Principais Desafios Idealização integral do projeto Integração de diversas APIs Manejo do tempo Descrição Utilizando o framework Ruby on Rai...


2: Build a HTML5 game like Space is Key using Phaser, tweens and Arcade physics ' pixel perfect collisions and text messages

https://www.emanueleferonato.com/2023/10/16/build-a-html5-game-like-space-is-key-using-phaser-tweens-and-arcade-physics-pixel-perfect-collisions-and-text-messages/

Emanuele Feronato (Javascript / .GAME)

In this step of "Space is Key" HTML5 prototype I added pixel perfect collision and the capability of adding texts as players progress through the level. Powered by Phaser and arcade physics, written in TypeScript. Source code available for free.


3: == or === What's the difference'

https://jassahib.hashnode.dev/equality-or-strict-equality-operator-whats-the-difference

Hashnode - javascript (Javascript)

If you're new to Javascript, you will find code where === is used while in other languages only == is there and you might be curious why is that, let's learn about the differences and their usages in this article. If you've got a basic understanding ...


4: Supercharge Your Node.js Express App with gRPC

https://arnab2001.hashnode.dev/supercharge-your-nodejs-express-app-with-grpc

Hashnode - javascript (Javascript)

Introduction Node.js and Express have become go-to choices for building web applications and RESTful APIs. However, sometimes you need a more efficient and powerful communication protocol, especially when dealing with microservices, real-time applica...


5: Apple May Launch New iPads or Pencil Tomorrow

https://www.webpronews.com/apple-may-launch-new-ipads-or-pencil-tomorrow/

WebProNews SEO (Développement)

WebProNews Apple May Launch New iPads or Pencil Tomorrow Rumors are circulating that Apple may be on the verge of announcing new iPads or a new Pencil as early as tomorrow. Apple May Launch New iPads or Pencil Tomorrow Matt Milano


6: Les ondes WiFi et 5G sont-elles vraiment inoffensives pour votre santé''

https://www.lebigdata.fr/ondes-wifi-et-5g-sante

Le Big Data (dataviz)

Les utilisateurs sont désormais sceptiques face aux innovations technologiques. Après l'étude sur l'iPhone 12, les ondes WiFi et 5G représentent-elles … Cet article Les ondes WiFi et 5G sont-elles vraiment inoffensives pour votre santé'' a été publié sur LEBIGDATA.FR.


7: Python Functions for Beginners

https://theofficialeze.hashnode.dev/python-functions-for-beginners

Hashnode - python (python)

Python functions are reusable blocks of code that can be called from anywhere in your program. They are a powerful tool for organizing and simplifying your code. Defining a Function To define a function in Python, you use the def keyword. The def key...


8: Ce label va enfin permettre d'identifier les images créées par l'IA

https://www.lebigdata.fr/label-identifier-images-ia

Le Big Data (dataviz)

Lancé le 10 octobre dernier, le label CR (content credentials) sera une véritable innovation pour les auteurs. Effectivement, ce marquage … Cet article Ce label va enfin permettre d'identifier les images créées par l'IA a été publié sur LEBIGDATA.FR.


9: Twitch déploie les Stories sur son application mobile

https://www.blogdumoderateur.com/twitch-deploie-stories-application-mobile/

Blog du Moderateur ()

Twitch offre aux streameurs une nouvelle fonctionnalité leur permettant de mettre en valeur leur contenu et d'engager leur communauté.


10 / 122

10: Lecture10 Lists and Sets in Python for Beginners

https://hamzarehmansheikh4.hashnode.dev/lecture10-lists-and-sets-in-python-for-beginners

Hashnode - python (python)

Lists and sets are two popular data structures in Python that allow you to store and manipulate collections of items. In this beginner-friendly guide, we'll explore lists and sets, including how to create and manipulate them, and when to use each of ...


11: What does "literal" mean'' string literal' object literal' literal syntax'''

https://justmyahia.hashnode.dev/what-does-literal-mean-string-literal-object-literal-literal-syntax

Hashnode - javascript (Javascript)

Me too have wondered what is the meaning of literal that is shoved between text while the text itself makes sense. String literal they say, and I am wondering why not just say "string". Literal syntax of declaring objects !! Okay, Okay, enough talk, ...


12: The Road Thus Far

https://motlakz.hashnode.dev/the-road-thus-far

Hashnode - javascript (Javascript)

After learning that my work contract was over, I struggled to establish a productive routine. However, I decided to make the most of my free time and improve my web development skills by completing coding challenges found on various websites. I worke...


13: Lecture9 Understanding Loops in Python

https://hamzarehmansheikh4.hashnode.dev/lecture9-understanding-loops-in-python

Hashnode - python (python)

Loops are a powerful programming concept in Python that allows you to repeat a set of instructions multiple times. They help automate tasks, process large amounts of data, and make your code more efficient. In this beginner-friendly guide, we will ex...


14: Python Data Types For Beginners

https://theofficialeze.hashnode.dev/python-data-types-for-beginners

Hashnode - python (python)

Python data types are the categories of data stored in Python variables. There are six basic data types in Python: Numbers: Numbers can be integers, floating-point numbers, or complex numbers. Strings: Strings are sequences of characters. Booleans...


15: 42% of Mac Users Are Using AI Apps

https://www.webpronews.com/42-of-mac-users-are-using-ai-apps/

WebProNews SEO (Développement)

WebProNews 42% of Mac Users Are Using AI Apps A new report is shedding light on the state of artificial intelligence apps on the Mac, finding 42% of Mac users are already using them. 42% of Mac Users Are Using AI Apps Staff


16: Lecture8 Error Handling with Try-Except

https://hamzarehmansheikh4.hashnode.dev/lecture8-error-handling-with-try-except

Hashnode - python (python)

Error handling with try and except is a crucial aspect of Python programming that allows you to handle exceptions and prevent your program from crashing when it encounters unexpected errors. It's a way to gracefully manage and recover from exceptiona...


17: 30 Days of JAVASCRIPT 14/30

https://asifcodes.hashnode.dev/30-days-of-javascript-1430

Hashnode - javascript (Javascript)

Error Handling in JS Error handling is an essential part of programming, and JavaScript provides several ways to handle errors. In this blog post, we will discuss how to handle errors in JavaScript using try/catch statements and custom error classes....


18: Unlocking React's Potential: 10 Advanced Patterns You Should Master

https://kbolinger.hashnode.dev/unlocking-reacts-potential-10-advanced-patterns-you-should-master

Hashnode - javascript (Javascript)

React is a powerhouse in the world of front-end development, but to truly harness its potential, developers must delve deep into its advanced patterns. These patterns not only streamline your code but also make it more scalable and efficient. Here's ...


19: Stack Overflow Is Laying Off 28% of Its Staff

https://www.webpronews.com/stack-overflow-is-laying-off-28-of-its-staff/

WebProNews SEO (Développement)

WebProNews Stack Overflow Is Laying Off 28% of Its Staff Stack Overflow is the latest company to lay off staff, with CEO Prashanth Chandrasekar announcing the company is letting 28% go. Stack Overflow Is Laying Off 28% of Its Staff Staff


20 / 122

20: Styling React Components

https://balamurugan16.hashnode.dev/styling-react-components

Hashnode - javascript (Javascript)

Personally, for me, I don't like to style. I mean, I don't hate CSS and styling but I hate when I give styling a try and It looks bad. Anyway, I don't have to emphasize the importance of styling, If your users need to stay in your app, then the app ...


22: Webcast : Comment les acteurs BtoB prolongent la durée de vie des produits

https://www.lemondeinformatique.fr/actualites/lire-webcast-comment-les-acteurs-btob-prolongent-la-duree-de-vie-des-produits-91868.html

Le monde informatique (Informatique / Internet)

La seconde main, et plus globalement la prolongation de la durée de vie des équipements, gagne ses lettres de noblesse sur les marchés (...)


23: Webcast : Comment les fournisseurs IT prolongent la durée de vie des produits

https://www.lemondeinformatique.fr/actualites/lire-webcast-comment-les-fournisseurs-it-prolongent-la-duree-de-vie-des-produits-91868.html

Le monde informatique (Informatique / Internet)

La seconde main, et plus globalement la prolongation de la durée de vie des équipements, gagne ses lettres de noblesse sur les marchés (...)


24: Introduction to Asynchronous Programming in JavaScript with Promises and Async/Await

https://yashksaini.hashnode.dev/introduction-to-asynchronous-programming

Hashnode - javascript (Javascript)

Asynchronous programming in JavaScript is essential for handling operations that might take some time to complete, such as fetching data from a server or reading a file. It ensures that your application remains responsive and efficient by allowing ot...


25: FastStream: Python's framework for Efficient Message Queue Handling

https://airt.hashnode.dev/faststream-pythons-framework-for-efficient-message-queue-handling

Hashnode - python (python)

Ever felt lost in the complexity of microservices and message queues like Kafka and RabbitMQ' FastStream is here to simplify it all. That's precisely why we created FastStream. Initially, it was our solution to the challenges we faced with messaging ...


26: How to draw AEROARK

https://feeds.feedblitz.com/~/800467907/0/tanglepatterns~How-to-draw-AEROARK.html

TanglePatterns (Zentangle)

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


27: Les voyageurs pris au piège des aires d'accueil

https://visionscarto.net/le-voyage-de-soren

Visions Carto (dataviz)

Soren est un commerçant ambulant de la communauté des « gens du voyage » originaire de Bretagne. Il vend des objets sur les marchés. La majeure partie de l'année, il se déplace entre la Bretagne, la Mayenne et la Sarthe, et deux fois par an il rend visite à sa belle-famille dans la région lyonnaise, puis se rend pour l'été dans le sud-est de la France où les marchés se « remplisse [...]


28: Transferring Figma files to After Effects

https://blog.logrocket.com/ux-design/transferring-figma-files-after-effects/

Log Rocket blog (Web 2)

When discussing UI and animation, we often turn to Figma and After Effects. But how can these two tools work together' The post Transferring Figma files to After Effects appeared first on LogRocket Blog.


29: Adobe va diffuser sa première publicité télévisée au sujet de son IA générative Firefly

https://www.usine-digitale.fr/article/adobe-va-diffuser-sa-premiere-publicite-televisee-concue-grace-a-son-ia-generative-firefly.N2183363

L'usine-digitale (Informatique)

Dans sa toute dernière publicité conçue pour la télévision, Adobe met en scène une petite fille et sa mère qui utilisent son outil d'intelligence artificielle générative Firefly via Photoshop. Cette première incursion au sujet de cette technologie prometteuse sur la télévision par câble illustre l'appétit de l'éditeur de logiciels.


30 / 122

30: Tesla Releases API Documentation for Third-Party Apps

https://www.webpronews.com/tesla-releases-api-documentation-for-third-party-apps/

WebProNews SEO (Développement)

WebProNews Tesla Releases API Documentation for Third-Party Apps Tesla may finally be taking steps toward embracing third-party apps, releasing documentation for its API. Tesla Releases API Documentation for Third-Party Apps Staff


31: A Deep Dive into Retryable Jobs with BullMQ

https://anzal.hashnode.dev/a-deep-dive-into-retryable-jobs-with-bullmq

Hashnode - javascript (Javascript)

Messaging queues are a fundamental part of modern software architecture. They enable the decoupling of services, improving scalability, and resilience. In this blog, we'll explore messaging queues, why they are essential, and provide a simple TypeScr...


32: Cette astuce simple permet de capter le WiFi dans toute la maison

https://www.lebigdata.fr/astuce-simple-capter-le-wifi

Le Big Data (dataviz)

Vous connaissez cette déception, n’est-ce pas ' Celle d’un WiFi capricieux au moment le moins opportun. Mais grâce à une … Cet article Cette astuce simple permet de capter le WiFi dans toute la maison a été publié sur LEBIGDATA.FR.


33: Microsoft et OpenAI veulent des IA nucléaires : qu'est-ce qui peut mal tourner '

https://www.lebigdata.fr/microsoft-openai-ia-nucleaires

Le Big Data (dataviz)

Les géants de l'intelligence artificielle veulent alimenter leurs IA comme ChatGPT à l'aide d'énergie nucléaire, afin de réduire leur impact … Cet article Microsoft et OpenAI veulent des IA nucléaires : qu’est-ce qui peut mal tourner ' a été publié sur LEBIGDATA.FR.


34: Apple Plans to Update Boxed Phones

https://www.webpronews.com/apple-plans-to-update-boxed-phones/

WebProNews SEO (Développement)

WebProNews Apple Plans to Update Boxed Phones Apple is planning to update boxed iPhones in a move that will make it a bit easier for users to get up and running. Apple Plans to Update Boxed Phones Staff


35: Gold Price Predictions with Machine Learning

https://vtalatam5.hashnode.dev/gold-price-predictions-with-machine-learning

Hashnode - python (python)

This report outlines the development and evaluation of a predictive model for gold prices (GLD) using a Random Forest Regressor. Accuracy = 0.9897338861925125 Accuracy and Performance The Random Forest Regressor model demonstrates strong performance,...


36: Dossier : Repenser la gestion des infrastructures

https://www.lemondeinformatique.fr/actualites/lire-dossier-repenser-la-gestion-des-infrastructures-91861.html

Le monde informatique (Informatique / Internet)

Sommaire 1 - Une évolution permanente du SI pour maximiser son efficacité Comme nous l'avait récemment mentionné, pour (...)


37: Commencer à fumer avant 20 ans augmente l'addiction au tabac

https://www.rtflash.fr/commencer-fumer-avant-20-ans-augmente-l-addiction-tabac/article

Tregouet.org ()

Selon une nouvelle étude présentée au dernier congrès européen de cardiologie, les fumeurs qui ont commencé avant 20 ans étaient plus dépendants et avaient plus de mal à arrêter par la suite. Pour parvenir à cette conclusion, les scientifiques ont étudié les données de 1.382 fumeurs âgés en moyenne de 58 ans, dont 30 % de femmes, qui avaient consulté dans une clinique de sevrage a [...]


38: Des switchs à très faible latence chez Arista Networks

https://www.lemondeinformatique.fr/actualites/lire-des-switchs-a-tres-faible-latence-chez-arista-networks-91860.html

Le monde informatique (Informatique / Internet)

Les commutateurs de la série 7130 25G Ethernet apportent des améliorations significatives en termes de puissance et de fonctionnalités (...)


39: France 2030 : 21 milliards d'euros déjà engagés en deux ans

https://www.lemondeinformatique.fr/actualites/lire-france-2030-21-milliards-d-euros-deja-engages-en-deux-ans-91856.html

Le monde informatique (Informatique / Internet)

Le plan France 2030 vient de souffler ses deux bougies. Le 12 octobre 2021, Emmanuel Macron annonçait en effet depuis l'Elysée un plan (...)


40 / 122

40: L'échographie focalisée permettrait de réguler de manière ciblée les activités cérébrales

https://www.rtflash.fr/l-echographie-focalisee-permettrait-reguler-maniere-ciblee-activites-cerebrales/article

Tregouet.org ()

L'échographie focalisée, déjà testée en particulier dans le traitement des tremblements dans la maladie de Parkinson, peut réellement modifier les fonctions cérébrales. C'est la démonstration de cette équipe de l'Université de Plymouth qui publie sa preuve de concept dans la revue Nature Communications : la stimulation transcrânienne par ultrasons pourrait être utilisée de manière c [...]


41: Understanding escalation of commitment in product decisions

https://blog.logrocket.com/product-management/escalation-of-commitment/

Log Rocket blog (Web 2)

Escalation of commitment is a pattern of continuing to commit to the same strategy despite seeing evidence that the strategy isn't working. The post Understanding escalation of commitment in product decisions appeared first on LogRocket Blog.


42: Un nouveau médicament réduit considérablement le taux de « Mauvais cholestérol »

https://www.rtflash.fr/nouveau-medicament-reduit-considerablement-taux-mauvais-cholesterol/article

Tregouet.org ()

Un médicament administré par voie orale contenant la substance active "muvalapline" pourrait réduire considérablement le taux de "mauvais cholestérol" et ainsi réduire le risque de maladies cardiovasculaires, indiquent les résultats d'un essai clinique australien de phase 1 présentés au congrès de la Société européenne de Cardiologie à Amsterdam. [...]


43: Une nouvelle signature optique dans les billes magnétiques pour détecter rapidement les contaminants lors des tests de diagnostic

https://www.rtflash.fr/nouvelle-signature-optique-dans-billes-magnetiques-pour-detecter-rapidement-contaminants-lors-tests-diagnostic/article

Tregouet.org ()

L'obtention des résultats d'un test sanguin peut prendre d'un jour à une semaine, selon le ciblage du test. Il en va de même pour les tests de pollution de l'eau et de contamination alimentaire. Et dans la plupart des cas, le temps d'attente est dû à des étapes fastidieuses de traitement et d'analyse des échantillons. en lire plus


44: Biohacking : votre corps peut-il être piraté par les cybercriminels '

https://www.lebigdata.fr/biohacking-cybersecurite

Le Big Data (dataviz)

Le biohacking s'impose de plus en plus dans notre quotidien. Au fur et à mesure que la technologie se développe, … Cet article Biohacking : votre corps peut-il être piraté par les cybercriminels ' a été publié sur LEBIGDATA.FR.


45: La SEC enquête sur Progress Software et le piratage de MoveIT

https://www.lemondeinformatique.fr/actualites/lire-la-sec-enquete-sur-progress-software-et-le-piratage-de-moveit-91853.html

Le monde informatique (Informatique / Internet)

Progress Software pourrait faire l'objet de litiges à la suite de la découverte d'un jour zéro explosif dans le service de transfert (...)


46: Mercury: Build Web Apps in Jupyter Notebook

https://mathdatasimplified.com/2023/10/16/mercury-build-web-apps-in-jupyter-notebook/

Math Data Simplified (data)

If you want to build a web app seamlessly within your Jupyter Notebook, use Mercury. The post Mercury: Build Web Apps in Jupyter Notebook appeared first on Data Science Simplified.


47: La version moins chère et moins performante du Vision Pro d'Apple coûtera entre 1500 et 2500 dollars

https://www.usine-digitale.fr/article/la-version-moins-chere-et-moins-performante-du-vision-pro-d-apple-sera-vendue-entre-1500-et-2500-dollars.N2183353

L'usine-digitale (Informatique)

Conscient que le prix de vente de son casque de réalité mixte Vision Pro n'allait pas séduire beaucoup d'acheteurs, Apple a l'intention d'en proposition une version moins performante mais plus accessible. D'après le journaliste de Bloomberg Mark Gurman, les discussions en interne font état d'une fourchette toujours élevée, entre 1 500 et 2 500 dollars.


48: Porté par ses nouveaux smartphones, Huawei repasse devant Apple en Chine

https://www.usine-digitale.fr/article/porte-par-ses-nouveaux-smartphones-huawei-repasse-devant-apple-en-chine.N2183313

L'usine-digitale (Informatique)

Grâce à ses nouveaux smartphones 5G, le groupe de Shenzhen retrouve la première place du marché chinois. Il anticipe une forte augmentation de ses ventes en 2024, au détriment d'Apple.


49: YouTube Spotlight Moments lets brands align ads with cultural moments

https://searchengineland.com/youtube-spotlight-moments-new-433299

Search engine land (Référencement)

The AI-powered campaign type lets brands serve ads alongside 'the most relevant and engaging' video content on YouTube. The post YouTube Spotlight Moments lets brands align ads with cultural moments appeared first on Search Engine Land.


50 / 122

50: Comment mettre son application Symfony-UX/Turbo sur Android '

https://developpeur-freelance.io/symfony-turbo-android/

Humancoders ()

Avec un peu de travail et de code natif il est possible de mettre son application Symfony-UX/Turbo sur Android (et le Google Play Store) Commentaires L'article Comment mettre son application Symfony-UX/Turbo sur Android ' a été posté dans la catégorie Développement de Human Coders News


51: On en sait plus sur la vidéosurveillance algorithmique prévue pour les JO 2024

https://www.usine-digitale.fr/article/on-en-sait-plus-sur-la-videosurveillance-algorithmique-prevue-pour-les-jo-2024.N2183258

L'usine-digitale (Informatique)

Dans le cadre de l'expérimentation du traitement algorithmique des images de la vidéosurveillance durant les JO 2024, un comité va être mis en place pour recenser les avantages et les difficultés de ce test. Il sera composé de deux collèges : un collège de personnalités et un collège de services utilisateurs.


52: L'école 3IL Ingénieurs ouvre un bachelor cybersécurité à Limoges

https://www.lemondeinformatique.fr/actualites/lire-l-ecole-3il-ingenieurs-ouvre-un-bachelor-cybersecurite-a-limoges-91858.html

Le monde informatique (Informatique / Internet)

Dans le secteur de la cybersécurité, les entreprises qui recrutent exigent très souvent à minima des profils de niveau bac (...)


53: What is ORM' Let's understand ...

https://riteshkokam.hashnode.dev/what-is-orm-lets-understand

Hashnode - javascript (Javascript)

Introduction to ORM Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with their database like they would with SQL. In other words, it enables developers to work with persistent data without having to write...


54: Google adds new vehicle listings structured data

https://searchengineland.com/google-adds-new-vehicle-listings-structured-data-433292

Search engine land (Référencement)

With this new structured data, Gogole launched a new rich results report and testing tool support for the markup. The post Google adds new vehicle listings structured data appeared first on Search Engine Land.


55: Ces lunettes font fuir les moustiques, et c'est une invention française !

https://www.lebigdata.fr/lunettes-moustiques-invention-francaise

Le Big Data (dataviz)

La France regorge d’inventeurs doués et de créations surprenantes. La dernière en date ' Des lunettes, simples en apparence, mais … Cet article Ces lunettes font fuir les moustiques, et c’est une invention française ! a été publié sur LEBIGDATA.FR.


56: Python Online Compiler for Mobile App Development with Kivy and Flutter

https://techdevs.hashnode.dev/python-online-compiler-for-mobile-app-development-with-kivy-and-flutter

Hashnode - python (python)

Introduction to Python Online Compilers We explore Python Online Compiler for Mobile App Development with Kivy and Flutter in this article, Developers are continually seeking efficient tools to streamline their workflows, and Python has gained signif...


57: The matrix organizational structure: Pros, cons, and insights

https://blog.logrocket.com/product-management/matrix-organizational-structure/

Log Rocket blog (Web 2)

A matrix organizational structure is when employees are organized into both functional groups and product groups. The post The matrix organizational structure: Pros, cons, and insights appeared first on LogRocket Blog.


58: Best HTML to PDF libraries for Node.js

https://blog.logrocket.com/best-html-pdf-libraries-node-js/

Log Rocket blog (Web 2)

We investigate and compare three popular HTML to PDF libraries for Node.js applications: Puppeteer, jsPDF, and PDFKit. The post Best HTML to PDF libraries for Node.js appeared first on LogRocket Blog.


59: Gatsby Headaches: Working With Media (Part 2)

https://smashingmagazine.com/2023/10/gatsby-headaches-working-media-part2/

Smashing magazine (Web 2 / CSS)

In the final part of this two-part series on solving headaches when working with media files in Gatsby projects, Juan Rodriguez demonstrates strategies and techniques for handling various types of documents, including Markdown files, PDFs, and 3D models.


60 / 122

60: How to fix unassigned traffic in GA4

https://searchengineland.com/fix-unassigned-traffic-ga4-433239

Search engine land (Référencement)

Learn how to classify, track, and manage your web traffic effectively, ensuring your campaign traffic are never in the "Unassigned" category. The post How to fix unassigned traffic in GA4 appeared first on Search Engine Land.


61: Amazon élargit son programme de lutte contre la contrefaçon

https://www.usine-digitale.fr/editorial/amazon-elargit-son-programme-de-lutte-contre-la-contrefacon.N2183143

L'usine-digitale (Informatique)

Amazon Transparency, le programme de lutte contre la contrefaçon du géant américain, bénéfice désormais d'une interopérabilité avec les systèmes de sérialisation internes des marques. L'apposition d'un code unique sur chaque unité de produit permet de vérifier l'authenticité des produits à tout moment de la chaîne d'approvisionnement. Cette nouvelle fonctionnalité est disponible de [...]


62: Vue vs. React vs. Angular - A Comparison

https://bindu.hashnode.dev/vue-vs-react-vs-angular-a-comparison

Hashnode - vuejs (Javascript)

Vue, React, and Angular are popular JavaScript frameworks for web application building. Here's a brief comparison of their key features: Ease of Learning and Use: Vue: Known for its simplicity and gentle learning curve, making it great for beginner...


63: MariaDB se débarrasse de ses produits et de son personnel dans le cadre d'une restructuration, et obtient un prêt de 26,5 millions de dollars pour amortir le déclin de l'entreprise

http://sgbd.developpez.com/actu/349591/MariaDB-se-debarrasse-de-ses-produits-et-de-son-personnel-dans-le-cadre-d-une-restructuration-et-obtient-un-pret-de-26-5-millions-de-dollars-pour-amortir-le-declin-de-l-entreprise/

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

MariaDB se débarrasse de ses produits et de son personnel dans le cadre d'une restructuration, et obtient un prêt de 26,5 millions de dollars pour amortir le déclin de l'entrepriseMariaDB, la société de bases de données née de l'open source MySQL, a annoncé qu'elle abandonnait ses produits stratégiques, SkySQL et Xpand, ainsi que 28 % de ses effectifs. La société a également obtenu u [...]


64: L'Europe renonce à taxer les géants du Web pour financer les réseaux télécoms

https://www.usine-digitale.fr/article/l-europe-renonce-taxer-les-geants-du-web-pour-financer-les-reseaux-telecoms.N2183168

L'usine-digitale (Informatique)

Plusieurs pays européens s'opposaient à un projet de "contribution juste" proposé par la Commission. Un projet qui n'était soutenu que par les grands opérateurs télécoms.


65: En plein conflit israélo-palestinien, l'UE engage un bras de fer sur le DSA avec les grandes plateformes sociales

https://www.usine-digitale.fr/article/deux-mois-apres-l-entree-en-vigueur-du-dsa-l-ue-engage-un-bras-de-fer-avec-les-grandes-plateformes-sociales-en-lien-avec-le-conflit-israelo-palestinien.N2183268

L'usine-digitale (Informatique)

Suite aux attaques terroristes du 7 octobre perpétrées par le Hamas sur Israël et à la riposte de l'Etat hébreu, l'UE tente de rappeler aux grandes plateformes en ligne qu'elles doivent appliquer un nouveau règlement européen, le Digital Services Act (DSA). La semaine passée, Mark Zuckerberg, Elon Musk et Sundar Pichai ont ainsi reçu des avertissements et ont dû répondre de leurs politi [...]


66: 1,8 secondes pour votre suite de tests unitaire

https://blog.testdouble.com/posts/2023-10-03-introducing-the-tldr-ruby-test-framework/

Humancoders ()

Un nouveau framework de test Ruby avec un concept super original : les tests sont exécutés pendant 1,8 secondes et pas plus ! La CI exécute la suite complète, le but est de lancer uniquement les tests récents en local, mais le plus souvent possible. Commentaires L'article 1,8 secondes pour votre suite de tests unitaire a été posté dans la catégorie Ruby de Human Coders News


67: Le guide complet de foreach en PHP

https://tainix.fr/article-technique/foreach-php-as-guide

Humancoders ()

Maitrise foreach en PHP avec notre guide complet. Exemples basiques et (très) avancés. Commentaires L'article Le guide complet de foreach en PHP a été posté dans la catégorie PHP de Human Coders News


68: Python Online Compiler for Web Development with Django and Flask

https://techdevs.hashnode.dev/python-online-compiler-for-web-development-with-django-and-flask

Hashnode - python (python)

We explore Python Online Compiler for Web Development with Django and Flask in this article, focusing on how they are relevant to Django and Flask web development. Developing websites with Python is one of the most popular web development languages i...


69: 15 Best New Fonts, October 2023

https://www.webdesignerdepot.com/best-fonts-october-2023/

Webdesigner depot (Design)

We're entering the final quarter of 2023, and even in the pre-holiday lull, there are still plenty of fonts to get excited about. In this month's edition of our roundup of the best new fonts for designers, there are lots of revivals, some excellent options for logo designers, and some creative twists on letterforms. Enjoy!


70 / 122

70: My JavaScript journey

https://0xwind.hashnode.dev/my-javascript-journey

Hashnode - javascript (Javascript)

Introduction Javascript is an important part of web development that is the backbone of all interactive and dynamic features we engage with every day on the internet. Introduction to JavaScript One of the key aspects of my technical writing journey i...


71: Does Google's helpful content update penalize AI content'

https://searchengineland.com/does-google-helpful-content-update-penalize-ai-content-433221

Search engine land (Référencement)

Create high-quality AI content that meets Google's guidelines. Learn how to balance automation with a human touch for SEO success. The post Does Google’s helpful content update penalize AI content' appeared first on Search Engine Land.


72: SteamVR : Autour de cette plateforme de réalité virtuelle

https://www.realite-virtuelle.com/steamvr-plateforme-realite-virtuelle/

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

SteamVR, créé par Valve Corporation, est un ensemble d’outils pour la réalité virtuelle (VR). Grâce […] Cet article SteamVR : Autour de cette plateforme de réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


73: Le métier de l'AI product manager

https://www.lebigdata.fr/ai-product-manager-metier

Le Big Data (dataviz)

Avec un salaire annuel au-delà de 100 000 euros par an, le métier d'IA product manager a tout pour séduire … Cet article Le métier de l'AI product manager a été publié sur LEBIGDATA.FR.


74: Creating API Routes in Next.js | (Part 2)

https://sauravblog.hashnode.dev/creating-api-routes-in-nextjs-part-2

Hashnode - javascript (Javascript)

In this Short Blog, we will understand How to create API routes in the NextJS app router with file-based Routing Introduction to API Routes An API acts as a bridge between the front end and back end of a software application. It works like this: the ...


75: Python Online Compiler for Machine Learning with Scikit-Learn and TensorFlow

https://techdevs.hashnode.dev/python-online-compiler-for-machine-learning-with-scikit-learn-and-tensorflow

Hashnode - python (python)

We will look into Python Online Compiler for Machine Learning with Scikit-Learn and TensorFlow. The demand for efficient coding and seamless machine learning models continues to grow, Python Online Compilers become increasingly vital. Introduction to...


76: Why Django is a Great Tool for Building Websites

https://onecode.hashnode.dev/why-django-is-a-great-tool-for-building-websites

Hashnode - python (python)

Introduction Django is one of the most popular tools for building websites. It makes it easier and faster to build great websites. In this article, I will explain why Django is so useful. 1. Well Designed Django is designed to avoid repeating code. ...


77: Top link-building insights heading into 2024 by Internet Marketing Ninjas

https://searchengineland.com/top-link-building-insights-heading-into-2024-433132

Search engine land (Référencement)

Optimize your link-earning strategy for better rankings in the new year. The post Top link-building insights heading into 2024 appeared first on Search Engine Land.


78: Vision Pro abordable : Des fonctionnalités prisées mises de côté !

https://www.realite-virtuelle.com/vision-pro-abordable-fonctionnalites-supprimees/

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

La prochaine itération à tarif réduit du casque de réalité mixte Apple Vision Pro serait […] Cet article Vision Pro abordable : Des fonctionnalités prisées mises de côté ! a été publié sur REALITE-VIRTUELLE.COM.


79: Google rassure les clients de son IA générative en indemnisant les ayants droit

https://www.lemondeinformatique.fr/actualites/lire-google-rassure-les-clients-de-son-ia-generative-en-indemnisant-les-ayants-droit-91857.html

Le monde informatique (Informatique / Internet)

Google a annoncé récemment qu'il protégerait ses clients exploitant ses outils d'IA générative contre toute réclamation (...)


80 / 122

80: Le protocole d'authentification NTLM bientôt délaissé dans Windows 11

https://www.lemondeinformatique.fr/actualites/lire-le-protocole-d-authentification-ntlm-bientot-delaisse-dans-windows-11-91855.html

Le monde informatique (Informatique / Internet)

Après VBScript, Microsoft s'apprête à tourner la page d'une autre technologie, le protocole d'authentification NLTM (...)


81: My first experience with open-source

https://onecode.hashnode.dev/my-first-experience-with-open-source

Hashnode - javascript (Javascript)

My First Steps in Contributing to Open Source As a fan of technology, I often use open-source software in my everyday life. From web browsers to programming, open-source projects power much of the digital world. While I've benefited from these tools,...


82: Python Online Compiler for Data Science with Pandas and NumPy

https://techdevs.hashnode.dev/python-online-compiler-for-data-science-with-pandas-and-numpy

Hashnode - python (python)

We explore Python Online Compiler for Data Science with Pandas and NumPy in this article, focusing on how they work with Python libraries'Pandas and NumPy'to optimize their efficiency. It is impossible to overstate Python's importance as a programmin...


83: Introduction to Date object: A beginner's guide to date formatting using JavaScript.

https://dprincecoder.hashnode.dev/introduction-to-date-object-a-beginners-guide-to-date-formatting-using-javascript

Hashnode - javascript (Javascript)

Introduction Picture a world today without date and time, that will be an absolute doom. Then imagine internet applications without any form of date and time, well you get the thing. In today's era of web development, dealing with dates and time is a...


84: Day 14 : Python Data Types & Data Structures

https://devab.hashnode.dev/day-14-python-data-types-data-structures

Hashnode - python (python)

Python, a popular programming language, equips developers with an array of data types and data structures to manage and organize information effectively. In this blog, we'll delve into the essentials of Python data types and structures, breaking them...


85: Search Engine Land Awards 2023: Complete finalists list

https://searchengineland.com/search-engine-land-awards-2023-finalists-433255

Search engine land (Référencement)

We're excited to announce the nominations for this year's Search Engine Land Awards. Winners will be announced Oct. 23. The post Search Engine Land Awards 2023: Complete finalists list appeared first on Search Engine Land.


86: Peu de projets open source sont activement maintenus selon Sonatype 

https://www.lemondeinformatique.fr/actualites/lire-peu-de-projets-open-source-sont-activement-maintenus-selon-sonatype%A0-91854.html

Le monde informatique (Informatique / Internet)

Une étude récente portant sur près de 1,2 million de projets de logiciels open source, principalement répartis dans quatre (...)


87: Google Core Update Août 2023 : les gagnants et les perdants

https://www.abondance.com/20231016-233939-google-core-update-aout-2023-gagnants-perdants.html

Abondance (Référencement)

Sistrix a publié sa traditionnelle liste des sites ayant le plus gagné et perdu en visibilité suite à la Core Update d'août 2023 ! L'EEAT a visiblement été le point de bascule entre ces 2 catégories. Les résultats de la Core Update d'août 2023 Lancée le 22 août, la Core Update d'août 2023 s'est achevée […] L'article "Google Core Update Août 2023 : les gagnants et les perdants" [...]


88: A Beginner's Guide to DOM Manipulation

https://muhammedshameel.hashnode.dev/a-beginners-guide-to-dom-manipulation

Hashnode - javascript (Javascript)

Are you interested in making your website more dynamic and interactive' DOM manipulation is a powerful tool that allows you to do just that. In this blog, we'll take a beginner-friendly journey into the world of DOM manipulation, breaking down the co...


89: Node.js Cluster Module Demystified: Scaling Made Easy

https://nodebytes.hashnode.dev/nodejs-cluster-module-demystified-scaling-made-easy

Hashnode - javascript (Javascript)

Running a production-ready backend application requires consistent availability. While running a single Node.js server can be enough for applications with low traffic, medium- to high-demand services will require scaling. To address this need, Node.j...


90 / 122

90: En pleine polémique sur le projet de scission, le président d'Atos démissionne

https://www.usine-digitale.fr/article/en-pleine-polemique-sur-le-projet-de-scission-le-president-d-atos-demissionne.N2183138

L'usine-digitale (Informatique)

Bertrand Meunier quitte son poste alors que des actionnaires s'opposent à la vente des activités historiques du groupe informatique français au milliardaire Daniel Kretinsky.


91: Simplifying concurrency w/ Kotlin Coroutines : A utility function

https://rommansabbir.com/with-coroutine-ext

Hashnode - Kotlin (Mobiles)

Concurrent programming, which involves running multiple tasks simultaneously, can be challenging. However, Kotlin, a popular programming language, provides powerful support for simplifying asynchronous operations. In this article, we'll introduce you...


92: Un nouveau financement pour Fast Travel Games

https://www.realite-virtuelle.com/nouveau-financement-fast-travel-games/

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

Le bien connu studio VR Fast Travel Games empoche 3,7 millions d'euros lors d’un nouveau […] Cet article Un nouveau financement pour Fast Travel Games a été publié sur REALITE-VIRTUELLE.COM.


93: Python(Part - 2):Unlocking the Power of Python Variables

https://pritamguha.hashnode.dev/unlocking-the-power-of-python-variables

Hashnode - python (python)

Introduction : A variable is a type of container that stores values. You don't need to declare variables before using them or before declaring their type. Without assigning any values, the variable is completely useless. When we assign any value to a...


94: Python Libraries You Can't Ignore for Data Science

https://h2kinfosys.hashnode.dev/python-libraries-you-cant-ignore-for-data-science

Hashnode - python (python)

Recently, Python is the most widely used programming language. Developers are still in awe of its extraordinary powers to handle data science difficulties. Python's potential is already regularly utilized by many data scientists. Python has several p...


95: L'Université du Sud-Nevada déploie un avatar motorisé par l'IA

https://www.lemondeinformatique.fr/actualites/lire-l-universite-du-sud-nevada-deploie-un-avatar-motorise-par-l-ia-91847.html

Le monde informatique (Informatique / Internet)

En octobre 2022, Mugunth Vaithylingam, directeur informatique de l'Université du Sud-Nevada, s'est retrouvé assis à côté (...)


96: Comment Transdev embarque les métiers dans son data driven

https://www.lemondeinformatique.fr/actualites/lire-comment-transdev-embarque-les-metiers-dans-son-data-driven-91849.html

Le monde informatique (Informatique / Internet)

Organiser la donnée dans un groupe de plus de 100 000 personnes, fonctionnant largement dans la cadre de contrats de délégation de (...)


97: Les PDG des grandes entreprises avides d'IA générative

https://www.lemondeinformatique.fr/actualites/lire-les-pdg-des-grandes-entreprises-avides-d-ia-generative-91850.html

Le monde informatique (Informatique / Internet)

Malgré des conditions économiques incertaines, l'investissement dans l'IA générative est une priorité pour les dirigeants (...)


98: Google Discover arrive sur Desktop !

https://www.abondance.com/20231016-233899-google-discover-arrive-sur-desktop.html

Abondance (Référencement)

Google teste l'intégration du flux Discover directement sur sa page d'accueil desktop, sous la traditionnelle barre de recherche. Un test en cours en Inde qui pourrait bientôt être déployé dans d'autres pays. Ce qu'il faut retenir : Google teste le flux Discover sur desktop Depuis plus de 20 ans, la page d'accueil desktop de Google […] L'article "Google Discover arrive sur Desktop !" a [...]


99: Bertrand Meunier quitte la présidence d'Atos

https://www.lemondeinformatique.fr/actualites/lire-bertrand-meunier-quitte-la-presidence-d-atos-91852.html

Le monde informatique (Informatique / Internet)

La pression était trop forte pour Bertrand Meunier, confronté à une fronde des petits actionnaires, mais aussi à une méfiance (...)


100 / 122

100: Pourquoi les passkeys vont remplacer vos mots de passe sur Google

https://www.blogdumoderateur.com/pourquoi-passkeys-remplacer-mots-passe-google/

Blog du Moderateur ()

Les clés d'accès vont-elles supplanter les mots de passe ' Google s'oriente vers cette possibilité en faisant des passkeys son système d'identification par défaut.


101: TikTok lance les sous-titres par défaut : ce qui change pour vos vidéos

https://www.blogdumoderateur.com/tiktok-lance-sous-titres-par-defaut/

Blog du Moderateur ()

Les sous-titres automatiques viendront remplacer l'outil actuellement proposé aux créateurs.


102: TF 19 | Weekly Frontend digest

https://techfoutraque.hashnode.dev/tf-19-weekly-frontend-digest

Hashnode - javascript (Javascript)

' Don't hesitate to subscribe to our newsletter so you don't miss a thing!We are also on ' Twitter/X and ' BlueSky, come and say Hello! 'We share content throughout the week in advance. ' Article of the week : UX Vocabulary Inflation by Jakob ...


103: Realistic rendering of Canada's wildfires

https://flowingdata.com/2023/10/16/realistic-rendering-of-canadas-wildfires/

Flowing data (dataviz)

Peter Atwood used NASA data to depict the wildfires in Canada this year.…Tags: Canada, Peter Atwood, wildfire


104: SNCF Connect & Tech lance un nouveau dispositif de communication pour soutenir ses objectifs de recrutement

https://www.blogdumoderateur.com/sncf-connect-tech-lance-nouveau-dispositif-communication-soutenir-objectifs-recrutement/

Blog du Moderateur ()

À travers ce dispositif, l'entreprise met en avant ses atouts en tant qu'employeur pour attirer les talents et soutenir ses objectifs ambitieux : 300 recrutements en 2023, même tendance pour 2024.


105: Class Component vs Functional component in React

https://saurabhr.hashnode.dev/class-component-vs-functional-component-in-react

Hashnode - javascript (Javascript)

So In this blog, we are going to understand the major difference between class components and functional component So when React was introduced to the web dev world, traditional class components were used for creating components. here we have to wri...


106: LinkedIn : comment voir les publicités diffusées par ses concurrents

https://www.blogdumoderateur.com/linkedin-comment-voir-publicites-diffusees-concurrents/

Blog du Moderateur ()

Sur LinkedIn, il est désormais possible de visualiser les publicités diffusées par d'autres annonceurs.


107: How can Employee Attendance Tracking Improve Workflow Efficiency

https://www.noupe.com/business-online/how-can-employee-attendance-tracking-improve-workflow-efficiency.html

Noupe (conception)

The methodology or strategy utilized by associations to screen representative participation, consistency, and nonappearance is called participation following. Also, it monitors the representatives’ working and movement hours. Organizations use various apparatuses, programs, and applications to keep definite and exact records of their staff. While customary approaches to recording participati [...]


108: From a Tweet to $3,000: How I Turned a Twitter Follower into a Web Development Client

https://amrtawfik.hashnode.dev/from-a-tweet-to-3000-how-i-turned-a-twitter-follower-into-a-web-development-client

Hashnode - javascript (Javascript)

For me, Twitter turned out to be a goldmine, not just for networking but also for client acquisition. Here's the story of how I landed my first web development client on Twitter. How It All Began My journey to securing my first client began quite org...


109: Building a CRUD Application with FastAPI, MySQL, and MySQL Workbench '

https://dhyanshah22.com/building-a-crud-application-with-fastapi-mysql-and-mysql-workbench

Hashnode - python (python)

Introduction In the world of web development, the choice of tools can significantly impact your productivity and the quality of your applications. FastAPI and MySQL are two such tools that have gained recognition for their exceptional capabilities. F...


110 / 122

110: Dart Null Safety: Enhancing Code Quality and Reliability

https://harshvardhan082.hashnode.dev/dart-null-safety-enhancing-code-quality-and-reliability

Hashnode - Flutter (Flutter)

Null safety is a crucial feature in modern programming languages, as it helps developers write more reliable and robust code. In the context of Dart-Flutter, null safety is a game-changer that simplifies the process of developing mobile applications ...


111: JavaScript Variable Declarations: var vs let vs const.

https://kmdshojib.hashnode.dev/javascript-variable-declarations-var-vs-let-vs-const

Hashnode - javascript (Javascript)

Hello everyone, today we are going to discuss JavaScript Variable Declarations and the difference between them. There are three ways to declare variables in JavaScript var let and const . So, What's the difference between and why do we even bother' V...


112: Soudswitch pour passer d'un périphérique audio à un autre sous Windows

https://macternelle.fr/2023/10/16/soudswitch-pour-passer-dun-peripherique-audio-a-un-autre-sous-windows/

Macternelle (Formation / enfant)

SoundSwitch est un programme pour Windows, offrant la possibilité de passer rapidement d’un périphérique audio à un autre à l’aide de raccourcis clavier. Il simplifie la gestion des périphériques audio en éliminant la nécessité de naviguer dans les paramètres du système. Après avoir configuré SoundSwitch, vous pouvez utiliser des combinaisons de touches pour basculer entr [...]


113: "Les choix de mix énergétique pourraient modifier la carte européenne des data centers", Marc Garner, Schneider Electric

https://www.usine-digitale.fr/article/les-choix-de-mix-energetique-pourraient-modifier-la-carte-europeenne-des-data-centers-marc-garner-schneider-electric.N2183073

L'usine-digitale (Informatique)

Schneider Electric s'est imposé comme un partenaire technique dans la construction de data centers moins énergivores. Marc Garner, vice-président exécutif de la division Secure Power, détaille comment le groupe travaille avec ses clients et les défis à relever pour pérenniser leurs performances dans un contexte d'explosion des besoins de données.


114: Retrospective: Teaching Intro to Python Programming

https://samueladebayo.com/retrospective-teaching-intro-to-python-programming

Hashnode - python (python)

Hello, everyone! I had the privilege of teaching a programming class "Python Programming" course at Belfast Metropolitan College during Autumn 2022 and Winter of 2023. As we move into Autumn, I've decided to share the lecture slides and occasionally ...


115: What Does a Happily Ever After Look Like'

https://pudding.cool/2023/10/romance-covers

pudding.cool (data)

We looked at over 1,400 romance covers to measure raunchiness, art style, and diversity.


116: My Python Journey: From Novice to Enthusiast

https://jainilblog.dev/my-python-journey-from-novice-to-enthusiast

Hashnode - python (python)

Introduction Welcome to my Python journey, a tale of exploration, challenges, and triumphs in the world of programming. As a newcomer to the realm of coding, I embarked on this adventure with Python as my guide. This blog is a chronicle of the milest...


117: Using getters and setters

https://alpinejs.in/using-getters-and-setters

Hashnode - javascript (Javascript)

This is going to be a 3 part series on using getters and setters in AlpineJS. I knew about set and get in JavaScript which are commonly known as setters and getters but I had never used them in a real case scenario until now. I agree, I am pretty lat...


118: Day 8: Learned Typography By Building a Nutrition Label

https://duke09.hashnode.dev/day-8-learned-typography-by-building-a-nutrition-label

Hashnode - javascript (Javascript)

Hello Guys, Still on the journey of becoming a web developer in 100 days, by using the popular Twitter #100daysofcodechallenge to hone my skills. The basic of HTML and CSS is still making more sense every day, Today I was able to build a Nutrition La...


119: Lenovo Prepares to Sell Computers Running Android

https://www.webpronews.com/lenovo-prepares-to-sell-computers-running-android/

WebProNews SEO (Développement)

WebProNews Lenovo Prepares to Sell Computers Running Android Lenovo has announced plans to sell computers running a version of Android, a move that could pose a significant challenge to Windows. Lenovo Prepares to Sell Computers Running Android Matt Milano


120 / 122

120: Weekend Reading ' One minor bug

https://labnotes.org/weekend-reading-7/

Lab notes (Développement)

This week we have some more comics, talk about software development bugs, pretend to be Columbo, obsess over creativity, find Star Trek on a map of the universe, and yes, I just had a cup of coffee '




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