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

« Mars 2024 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Mercredi 20 Mars 2024 (298)

1: How to use asyncio in Python

https://blog.pynerds.com/how-to-use-asyncio-in-python

Hashnode - python (python)

Original Article asyncio is a module that provides tools for implementing asynchronous programming. It was introduced in Python 3.3 and has since become a popular choice for creating and managing asynchronous tasks. The module is available in the s...


2: Python functools module

https://blog.pynerds.com/python-functools-module

Hashnode - python (python)

Original Article The functools module in the standard library provides functions and classes for manipulating functions. The primary tool defined in the module is the partial class, which as we will see in a while, allows the partial application of ...


3: Lessons from open-source: Algorithm behind `'next buuild' does not exist. Did you mean 'next build''`

https://ramunarasinga.hashnode.dev/lessons-from-open-source-algorithm-behind-next-buuild-does-not-exist-did-you-mean-next-build

Hashnode - javascript (Javascript)

This lesson is picked from Next.js source code. In this article, you will learn how Next.js detects typo in your CLI commands such as build | dev | info | lint | start | telemetry. Detect-typo Ever wondered what is the logic behind detecing a typo in...


4: Route-Based Code Splitting | React.JS

https://blogs.utkarshrajput.com/route-based-code-splitting-reactjs

Hashnode - javascript (Javascript)

Prologue Earlier when we achieved our Super Saiyan power of Memory Management (quick promotion xD), we instantly became much more powerful than ever. This helped us a lot on our quest for World Domination using JavaScript. However, we quickly realise...


5: How to build a basic API using FastAPI'

https://kevincoder.co.za/how-to-build-a-basic-api-using-fastapi

Hashnode - python (python)

Back in the day, if you needed to build a website or API in Python, the choices would be Flask or Django. Both are excellent options no doubt, however in recent times for APIs and machine learning backends, FastAPI seems to be the most popular choice...


6: Transformation numérique : tout reste à faire

https://fredcavazza.net/2024/03/20/transformation-numerique-tout-reste-a-faire/

Cavazza, Fred (Web 2 / Internet)

Suite aux annonces récentes, la capitalisation boursière de NVIDIA atteint des records (2,2 billiards de $). Ceci illustre parfaitement l’obsession du marché pour l’IA générative, censée être le remède miracle à tous les problèmes des entreprises. Pourtant, nous sommes tous plus ou moins conscients que cette frénésie n’est que la conséquence de l’avènement de [...]


7: After Completing 30Days of 100DaysOfCode: Key Learnings Revealed

https://pavansblog.hashnode.dev/after-completing-30days-of-100daysofcode-key-learnings-revealed

Hashnode - javascript (Javascript)

Intro Before we deep dive into what i learn let's just talk about What is #100DaysOfCode ' If you really into tech and did not know about #100DaysOfCode then it's kind of funny but it's OK ' Basically #100DaysOfCode is a journey of challenging your...


8: Day 74 - Connecting EC2 with Grafana

https://davender.hashnode.dev/day-74-connecting-ec2-with-grafana

Hashnode - python (python)

Welcome back, fellow tech explorers! Yesterday, we embarked on our Grafana journey by setting up this powerful monitoring tool on our local machines. Today, we're taking our skills to the next level by connecting both a Linux and a Windows EC2 instan...


9: RebrAIn lève 3,7 millions d'euros pour son logiciel simplifiant le travail des neurochirurgiens

https://www.usine-digitale.fr/article/rebrain-leve-3-7-millions-d-euros-pour-son-logiciel-simplifiant-le-travail-des-neurochirurgiens.N2210144

L'usine-digitale (Informatique)

La start-up bordelaise RebrAIn développe un logiciel SaaS permettant aux neurochirurgiens de mieux cibler les zones du cerveau lors d'opérations de stimulation cérébrale profonde grâce à un algorithme d'identification de points. Elle lève des fonds pour accélérer son développement commercial, conquérir le marché américain et continuer d'investir dans la R&D.


10 / 298

10: Django models

https://poojadanu.hashnode.dev/django-models

Hashnode - python (python)

A Django model is a core component that Django employs to generate database tables, their fields, and diverse constraints. Put simply, Django Models serve as the SQL Database utilized within Django applications.Django models represent database tables...


11: Google Marketing Live 2024 registration opens

https://searchengineland.com/google-marketing-live-2024-registration-opens-438580

Search engine land (Référencement)

Google's premier event for PPC marketers is scheduled for May 21, featuring keynote discussions focused on driving business growth.


12: Understanding Controlled and Uncontrolled Components in React

https://madhusaini.netlify.app//understanding-controlled-and-uncontrolled-components-in-react

Hashnode - javascript (Javascript)

When building web applications with React, you'll often come across the terms "controlled" and "uncontrolled" components. These terms refer to how React manages form elements like input, textarea, and select. Understanding the difference between cont...


13: A coups de milliards de dollars, l'Arabie Saoudite veut se faire une place sur le marché de l'IA

https://www.usine-digitale.fr/article/a-coups-de-millions-de-dollars-l-arabie-saoudite-veut-se-faire-une-place-sur-le-marche-de-l-ia.N2210142

L'usine-digitale (Informatique)

Quand il s'agit d'intelligence artificielle, les millions jaillissent des poches des investisseurs comme le pétrole du sol. L'Arabie Saoudite envisage ainsi de créer un fonds doté de pas moins de 40 milliards de dollars pour investir massivement dans cette technologie. Des partenariats avec les grandes entreprises du secteur sont aussi à l'ordre du jour.


14: Ces 63 sites de téléchargement vont être bloqués par les opérateurs, n'y allez pas !

https://www.lebigdata.fr/ces-63-sites-de-telechargement-vont-etre-bloques-par-les-operateurs-ny-allez-pas

Le Big Data (dataviz)

Tribunal judiciaire : la France se rue vers une ère nouvelle de protection des droits d’auteur. La récente décision de justice … Cet article Ces 63 sites de téléchargement vont être bloqués par les opérateurs, n’y allez pas ! a été publié sur LEBIGDATA.FR.


15: Drag and Drop feature in React

https://blog.coluzziandrea.com/react-drag-n-drop

Hashnode - javascript (Javascript)

Drag and Drop feature in React How to Implement Drag n' Drop feature without using any library. Introduction In this blog post, I will show you how to implement a simple Drag and Drop feature in a React application without using any library. Why Dr...


16: Day 34: Python and Redis combination

https://himanshuchauhan.hashnode.dev/day-34-python-and-redis-combination

Hashnode - python (python)

In this blog post, we will explore the synergies between Python and Redis, a combination that leverages Python's robustness in application development with Redis's efficiency in data storage and caching. By combining Python and Redis, developers can ...


17: Ce robot humanoïde va fabriquer des Mercedes : Voici Apollo

https://www.lebigdata.fr/apollo-mercedes

Le Big Data (dataviz)

Bientôt, il n'y aura qu'Apollo pour assembler des Mercedes. Le constructeur automobile déploie le robot humanoïde dans ses usines d'assemblage. … Cet article Ce robot humanoïde va fabriquer des Mercedes : Voici Apollo a été publié sur LEBIGDATA.FR.


18: Day-11 - Gradient Color Flipper With JS

https://antomervin.hashnode.dev/day-11-gradient-color-flipper-with-js

Hashnode - javascript (Javascript)

In today's web development landscape, dynamic and engaging user interfaces are crucial for capturing and retaining audience attention. One effective way to enhance the visual appeal of a webpage is by incorporating gradient color flipping functionali...


19: FastAPI Background Tasks: Python Asynchronous Programming

https://denislearns.tech/fastapi-background-tasks

Hashnode - python (python)

Introduction Quickly about what is FastAPI: FastAPI is a modern web framework for building APIs with Python that is designed to be fast, easy to use, and highly scalable. It uses Python's async/await syntax for efficient, non-blocking I/O and provide...


20 / 298

21: GhostRace : la vulnérabilité qui touche (presque) tous les CPU, vérifiez votre PC !

https://www.lebigdata.fr/ghostrace-la-vulnerabilite-qui-touche-presque-tous-les-cpu-verifiez-votre-pc

Le Big Data (dataviz)

Une faille de sécurité a été découverte chez une grande partie des CPU : il s'agit de GhostRace. La sécurité informatique … Cet article GhostRace : la vulnérabilité qui touche (presque) tous les CPU, vérifiez votre PC ! a été publié sur LEBIGDATA.FR.


22: Centres de données Google : la croissance numérique au prix de notre environnement '

https://www.lebigdata.fr/centres-de-donnees-google-la-croissance-numerique-au-prix-de-notre-environnement

Le Big Data (dataviz)

Les avancées technologiques sont souvent perçues comme une force motrice du progrès. Pourtant, leur développement n'est pas sans conséquence sur … Cet article Centres de données Google : la croissance numérique au prix de notre environnement ' a été publié sur LEBIGDATA.FR.


23: JavaScript Interview Questions and Coding Problems

https://harshaldongaredoc.com/javascript-interview-questions-and-coding-problems

Hashnode - javascript (Javascript)

' Write a JavaScript function to check whether given an input is an array or not. There are two ways : 1) Array.isArray() function checkArray(input){ return Array.isArray(input); } console.log(1); // false console.log([]); // true ...


24: Liverpool et Google ont créé une IA capable de conseiller les entraîneurs sur les tactiques de football

https://www.usine-digitale.fr/article/liverpool-et-google-ont-cree-une-ia-capable-de-conseiller-les-entraineurs-sur-les-tactiques-de-football.N2210137

L'usine-digitale (Informatique)

Qui a dit que football et intelligence artificielle ne faisaient pas bon ménage ' Dans le cadre de son partenariat avec le Liverpool FC, la filiale IA de Google a mis ses chercheurs au défi de développer un système d'IA complet capable de conseiller les entraîneurs sur les corners. Résultat : le système d'IA est préféré 90% du temps par rapport aux configurations tactiques proposées pa [...]


25: Currying in JavaScript Explained

https://princemikel.hashnode.dev/currying-in-javascript-explained

Hashnode - javascript (Javascript)

Currying is a powerful and elegant technique in JavaScript that allows you to transform a function with multiple arguments into a sequence of functions, each taking a single argument. It's a concept borrowed from functional programming that can make ...


26: How to draw HISHIKA

https://feeds.feedblitz.com/~/874041158/0/tanglepatterns~How-to-draw-HISHIKA.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Minako Wada's Zentangle® pattern: Hishika. 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: Transformez n'importe quelle surface en source d'électricité ! La folle invention du MIT

https://www.lebigdata.fr/surface-source-electricite-mit

Le Big Data (dataviz)

Le MIT réalise un bond en avant dans la production d'énergie solaire. Les avancées dans le domaine de l'énergie solaire … Cet article Transformez n'importe quelle surface en source d'électricité ! La folle invention du MIT a été publié sur LEBIGDATA.FR.


28: Diagrammes d'architecture as-code avec C4Model : comment ça marche '

https://blog.octo.com/diagrammes-d'architecture-as-code-avec-c4model--comment-ca-marche

Octo (Internet)

Ces dernières années, une nouvelle approche de documentation de l'architecture à émergé : le diagrams-as-code, avec le C4Model en figure de proue. Mais plusieurs outils et notations existent pour and quot;faire and quot; du C4Model ! Cet article propose d'illustrer le fonctionnement de C4Model avec différents outils pour vous aider à faire un choix.


29: Diagrammes d'architecture as-code avec C4Model : comment ça marche '

https://blog.octo.com/

Octo (Internet)

Ces dernières années, une nouvelle approche de documentation de l'architecture à émergé : le diagrams-as-code, avec le C4Model en figure de proue. Mais plusieurs outils et notations existent pour and quot;faire and quot; du C4Model ! Cet article propose d'illustrer le fonctionnement de C4Model avec différents outils pour vous aider à faire un choix.


30 / 298

30: Plus de fonctions GitHub Copilot dans la dernière preview de Visual Studio

https://www.lemondeinformatique.fr/actualites/lire-plus-de-fonctions-github-copilot-dans-la-derniere-preview-de-visual-studio-93293.html

Le monde informatique (Informatique / Internet)

Le second aperçu de Visual Studio 2022 17.10 livré par Microsoft est capable de générer des descriptions de demandes d'extraction (...)


31: Kubecon 2024 : La CNCF voit Kubernetes en standard pour l'IA

https://www.lemondeinformatique.fr/actualites/lire-kubecon-2024-la-cncf-voit-kubernetes-en-standard-pour-l-ia-93292.html

Le monde informatique (Informatique / Internet)

Toute la communauté cloud native s'est donnée rendez-vous à Porte de Versailles à Paris pour la tenue de la Kubecon. (...)


32: HTC VIVE lance des rabais de printemps sur les casques VR

https://www.realite-virtuelle.com/promotions-printemps-htc-vive-casques-vr-mr/

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

HTC VIVE lance des offres spéciales printanières sur les casques VIVE XR Elite et VIVE […] Cet article HTC VIVE lance des rabais de printemps sur les casques VR a été publié sur REALITE-VIRTUELLE.COM.


33: Reimagining Gantt charts for UX project management

https://blog.logrocket.com/ux-design/reimagining-gantt-charts-ux-project-management/

Log Rocket blog (Web 2)

Gantt charts, if applied correctly, can be a strategic asset for keeping your head above the waves of complexities in UX projects. The post Reimagining Gantt charts for UX project management appeared first on LogRocket Blog.


34: Quick Reference to Setup Universal Render Pipeline for Unity Projects

https://bkjam.hashnode.dev/quick-reference-to-setup-universal-render-pipeline-for-unity-projects

Hashnode - Unity (unity)

This article is originally posted on Medium. Check it out if you are a member! Link to article. Universal Render Pipeline (URP) is something that I would need to set up whenever I want to use shader graphs in my Unity projects. However, more often s...


35: Disney announces Google partnership as it expands ad platform

https://searchengineland.com/disney-google-trade-desk-drax-438562

Search engine land (Référencement)

Marketers using Google's Display & Video 360 and The Trade Desk can now access ad inventory on Hulu and Disney Plus through DRAX.


36: Les avancées technologiques majeures dans la mise à jour de ServiceNow

https://www.lebigdata.fr/mise-a-jour-washington-servicenow-ia

Le Big Data (dataviz)

ServiceNow, leader en workflows digitaux, élargit son horizon en IA générative avec la version Washington. Cette mise à jour amène … Cet article Les avancées technologiques majeures dans la mise à jour de ServiceNow a été publié sur LEBIGDATA.FR.


37: Valérie Bourbon (DSI du groupe Bel) : « Je préfère me faire l'avocate de la diversité des métiers IT »

https://www.lemondeinformatique.fr/actualites/lire-valerie-bourbon-dsi-du-groupe-bel--je-prefere-me-faire-l-avocate-de-la-diversite-des-metiers-it-93274.html

Le monde informatique (Informatique / Internet)

DSI du groupe Bel depuis septembre 2023, Valérie Bourbon a déjà une longue carrière dans ce type de poste chez Ubisoft, (...)


38: Les nouvelles offres d'IA générative lancées par Orange Business

https://www.lebigdata.fr/offres-ia-generative-orange-business

Le Big Data (dataviz)

Orange Business lance des offres révolutionnaires d'IA générative en France, ces solutions transforment le paysage de l'intelligence artificielle. Avec un … Cet article Les nouvelles offres d’IA générative lancées par Orange Business a été publié sur LEBIGDATA.FR.


39: Leader Spotlight: Creating a loyalty machine, with Rachna Sethi

https://blog.logrocket.com/product-management/leader-spotlight-rachna-sethi/

Log Rocket blog (Web 2)

Rachna Sethi, VP of Product at Ford Credit, talks about her team's focus and effort to constantly improve the vehicle-buying process. The post Leader Spotlight: Creating a loyalty machine, with Rachna Sethi appeared first on LogRocket Blog.


40 / 298

40: Adding WhatsApp Flows to Your Chatbot Experience

https://developers.facebook.com/blog/post/2024/03/20/adding-whatsapp-flows-to-your-chatbot-experience/

Facebook dev. (PHP)

More businesses than ever currently use chatbots via WhatsApp to engage with customers, discern their needs, and gather essential data. However, this process of collecting and organizing data can pose challenges in terms of efficiency. Enter WhatsApp Flows.


41: NordVPN en promotion jusqu'à 69 % de réduction avec 3 mois offerts !

https://www.realite-virtuelle.com/soldes-de-printemps-nordvpn/

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

Le printemps est synonyme de renouveau. Alors, quoi de mieux que de rafraîchir votre expérience […] Cet article NordVPN en promotion jusqu’à 69 % de réduction avec 3 mois offerts ! a été publié sur REALITE-VIRTUELLE.COM.


42: Êtes-vous vraiment sur Google ' Attention à ce faux site qui installe un malware !

https://www.lebigdata.fr/google-faux-site-installe-un-malware

Le Big Data (dataviz)

Lorsque vous tapez l'adresse de Google dans votre navigateur, êtes-vous certain d'arriver sur le site authentique ' Cette question peut … Cet article Êtes-vous vraiment sur Google ' Attention à ce faux site qui installe un malware ! a été publié sur LEBIGDATA.FR.


43: Économisez jusqu'à 69 % avec les soldes de printemps NordVPN !

https://www.lebigdata.fr/soldes-de-printemps-nordvpn

Le Big Data (dataviz)

NordVPN, élu Produit de l'année 2024, vous propose une offre immanquable. Du 21 mars au 12 juin, profitez des soldes … Cet article Économisez jusqu’à 69 % avec les soldes de printemps NordVPN ! a été publié sur LEBIGDATA.FR.


44: Cyberattaque à France Travail : trois personnes mises en examen et incarcérées

https://www.usine-digitale.fr/article/cyberattaque-a-france-travail-trois-personnes-mises-en-examen-et-incarcerees.N2210134

L'usine-digitale (Informatique)

Il y a une semaine, France Travail (ex-Pôle Emploi) annonçait avoir été victime d'une cyberattaque, ayant entraîné l'exfiltration potentielle des données personnelles de 43 millions de personnes. Trois suspects viennent d'être mis en examen et placés en détention provisoire.


45: L'impact de l'IA générative en affaires, un changement pour le cloud d'entreprise

https://www.lebigdata.fr/sap-nvidia-ia-generative-transformation-entreprise

Le Big Data (dataviz)

Dans une avancée technologique majeure, SAP et NVIDIA annoncent un partenariat innovant. Ils veulent accélérer l'intégration de l'IA générative dans … Cet article L’impact de l’IA générative en affaires, un changement pour le cloud d’entreprise a été publié sur LEBIGDATA.FR.


46: From Text to Graphs: Enhancing Understanding with InstaGraph

https://mathdatasimplified.com/from-text-to-graphs-enhancing-understanding-with-instagraph/

Math Data Simplified (data)

Knowledge graphs visually represent the relationships between entities, allowing users to understand complex connections more easily. To effortlessly convert text or URLs into insightful knowledge graphs, use InstaGraph. Link to Instagraph. Favorite …


47: Les développeurs XR profitent désormais de 90% des revenus

https://www.realite-virtuelle.com/les-developpeurs-xr-profitent-desormais-de-90-des-revenus/

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

VIVEPORT de HTC VIVE bouleverse le marché XR en augmentant la part des revenus pour […] Cet article Les développeurs XR profitent désormais de 90% des revenus a été publié sur REALITE-VIRTUELLE.COM.


48: What's New in 2024 Volume 1: Flutter

https://syncfusion-blogs.hashnode.dev/whats-new-in-2024-volume-1-flutter-1

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


49: What's New in 2024 Volume 1: Flutter

https://syncfusion.com/blogs//whats-new-in-2024-volume-1-flutter-1-1

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


50 / 298

50: What's New in 2024 Volume 1: Flutter

https://syncfusion-blogs.hashnode.dev/whats-new-in-2024-volume-1-flutter-1-1-1

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


51: What's New in 2024 Volume 1: Flutter

https://syncfusion-blogs.hashnode.dev/whats-new-in-2024-volume-1-flutter-1-1

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


52: What's New in 2024 Volume 1: Flutter

https://syncfusion.com/blogs//whats-new-in-2024-volume-1-flutter

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


53: What's New in 2024 Volume 1: Flutter

https://syncfusion.com/blogs//whats-new-in-2024-volume-1-flutter-1

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


54: What's New in 2024 Volume 1: Flutter

https://syncfusion-blogs.hashnode.dev/whats-new-in-2024-volume-1-flutter

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


55: What's New in 2024 Volume 1: Flutter

https://syncfusion-blogs.hashnode.dev/whats-new-in-2024-volume-1-flutter-1-1-1-1

Hashnode - Flutter (Flutter)

TLDR: Explore the new features added to Syncfusion's Flutter widgets and the vivid Material 3 theme support in the 2024 Volume 1 release. Welcome to a whirlwind of excitement! Brace yourself as the [Syncfusion Flutter](https://www.syncfusion.com/flut...


56: Mean-Variance-Standard Deviation Calculator: freeCodeCamp

https://bidhan-bajracharya.hashnode.dev/mean-variance-standard-deviation-calculator-freecodecamp

Hashnode - python (python)

Description This is a simple project assigned by freeCodeCamp as a part of their certification course. The in-depth requirement of the project can be found on their website, but the general idea of it is to be able to calculate and output mean, vari...


57: Innovez et partagez avec cette plateforme avant-gardiste d'hologrammes 3D

https://www.realite-virtuelle.com/hololive-cloud-innovation-imverse/

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

IMVERSE, innovateur dans le domaine de la technologie immersive, a annoncé à Barcelone le lancement […] Cet article Innovez et partagez avec cette plateforme avant-gardiste d’hologrammes 3D a été publié sur REALITE-VIRTUELLE.COM.


58: Il passe 48 h avec Cognition Devin et n'en revient pas : 7 capacités choc

https://www.lebigdata.fr/devin-7-capacites-choc

Le Big Data (dataviz)

Après avoir passé 48 heures à visionner toutes les démos de l'IA Cognition Devin, cet expert en est convaincu : … Cet article Il passe 48 h avec Cognition Devin et n'en revient pas : 7 capacités choc a été publié sur LEBIGDATA.FR.


59: Capturing composable to a bitmap without losing a state

https://blog.shreyaspatil.dev/capturing-composable-to-a-bitmap-without-losing-a-state

Hashnode - Kotlin (Mobiles)

Hey Composers '', I'm the maintainer of a library - Capturable, that helps you to convert composable content into a Bitmap image easily. In the very first release of it, as there was no dedicated API from compose, I used to wrap composable content ...


60 / 298

60: Droits voisins : l'Autorité de la concurrence inflige une amende de 250 millions d'euros à Google

https://www.usine-digitale.fr/article/droits-voisins-l-autorite-de-la-concurrence-inflige-une-amende-de-250-millions-d-euros-a-google.N2210126

L'usine-digitale (Informatique)

L'autorité administrative française a estimé que le géant du web n'avait pas respecté 'certains de ses engagements' sur la rémunération des éditeurs de presse, pour les contenus apparaissant sur son moteur de recherche. En outre, Google n'a pas averti les éditeurs qu'il utilisait les contenus de presse pour entraîner son robot conversationnel Bard.


61: Voici la nouvelle vitrine de réalité mixte pour les développeurs d'Unreal Engine!

https://www.realite-virtuelle.com/meta-phanto-pour-unreal-solution-realite-mixte/

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

Meta introduit Phanto pour Unreal, une nouvelle solution de réalité mixte pour les créateurs qui […] Cet article Voici la nouvelle vitrine de réalité mixte pour les développeurs d’Unreal Engine! a été publié sur REALITE-VIRTUELLE.COM.


62: Creating modern Landing page with Particles and React

https://hashnode.bojanjagetic.com/creating-modern-landing-page-with-particles-and-react

Hashnode - javascript (Javascript)

Introduction In this tutorial, we'll explore how to create a modern landing page using React and a particle effect background. We'll use the react-tsparticles library to add a dynamic and interactive particle effect to our landing page background. ...


63: Intégrez des documents et des dossiers dans votre site WordPress en toute simplicité, grâce au connecteur ONLYOFFICE DocSpace

https://onlyoffice.developpez.com/actu/355418/Integrez-des-documents-et-des-dossiers-dans-votre-site-WordPress-en-toute-simplicite-grace-au-connecteur-ONLYOFFICE-DocSpace/

php (developpez.com) (PHP / Informatique)

Intégrez des documents et des dossiers dans votre site WordPress en toute simplicité grâce au connecteur ONLYOFFICE DocSpaceONLYOFFICE lance la nouvelle application d'intégration ONLYOFFICE DocSpace à votre plateforme WordPress, ce qui rend possible l'intégration de documents et de salles entières dans votre site web, permettant à vos visiteurs de voir des fichiers bureautiques sans avoir [...]


64: Les Rencontres du numérique de l'Ouest s'installent en avril à Angers

https://www.lemondeinformatique.fr/actualites/lire-les-rencontres-du-numerique-de-l-ouest-s-installent-en-avril-a-angers-93287.html

Le monde informatique (Informatique / Internet)

Pilotées par le club  informatique ADN Ouest, les Rencontres du numérique de l'Ouest, anciennement baptisées « ProSolutions (...)


65: The fabulous Cartier Journey '- 'Case Study

https://www.awwwards.com/the-fabulous-cartier-journey-case-study.html

awwwards (Internet)

When Cartier, a historic Parisian brand founded in 1847, contacted us to collaborate on a web experience project, it didn't take long for us to see the...


66: Google March 2024 spam update done rolling out

https://searchengineland.com/google-march-2024-spam-update-done-rolling-out-438505

Search engine land (Référencement)

The spam update took nearly 15 days to complete. Google's core update is still rolling out, so we're not done yet. Remain seated and buckled.


67: Using react-to-print to generate a printable document

https://blog.logrocket.com/using-react-to-print-generate-printable-document/

Log Rocket blog (Web 2)

ReactToPrint is a great tool for easily adding a print feature to your React app while preserving your document's neat, consistent look. The post Using react-to-print to generate a printable document appeared first on LogRocket Blog.


68: Un-silo your PPC campaigns: 4 tactics for more cohesive marketing

https://searchengineland.com/un-silo-ppc-campaigns-tactics-438526

Search engine land (Référencement)

Align your PPC initiatives with broader marketing strategies with these four tactics for harmonizing campaigns across channels.


69: Découvrez les casques VR les plus attendus en 2024 !

https://www.realite-virtuelle.com/les-casques-vr-les-plus-attendus-2024/

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

Quels seront les nouveaux must-have dans le domaine des casques de réalité virtuelle (VR), de […] Cet article Découvrez les casques VR les plus attendus en 2024 ! a été publié sur REALITE-VIRTUELLE.COM.


70 / 298

70: 4 roadmap templates for product managers

https://blog.logrocket.com/product-management/roadmap-templates/

Log Rocket blog (Web 2)

A product roadmap is a visual version of your long-term product strategy. It shows the mission and vision of your product in summary. The post 4 roadmap templates for product managers appeared first on LogRocket Blog.


71: How to Plan Your First Successful Website

https://www.webdesignerdepot.com/plan-your-first-successful-website/

Webdesigner depot (Design)

Planning a new website can be exciting and ' if you're anything like me ' a little daunting. Whether you're an experienced freelancer, a team of hardened developers, or a small business owner, a well-structured plan is critical for success.


73: 2027 verra la sortie de ces bijoux technologiques tant attendus d'Apple !

https://www.realite-virtuelle.com/appple-2027-lunettes-ar-ipad-pliable/

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

Selon une feuille de route qui a fuité récemment, la marque à la pomme pourrait […] Cet article 2027 verra la sortie de ces bijoux technologiques tant attendus d’Apple ! a été publié sur REALITE-VIRTUELLE.COM.


74: Cette startup crée un robot' avec un corps humain ! Découvrez Clone Robotics

https://www.lebigdata.fr/clone-robotics

Le Big Data (dataviz)

La startup Clone Robotics veut créer un robot humanoïde directement inspiré par le corps humain. Elle a déjà créé la … Cet article Cette startup crée un robot' avec un corps humain ! Découvrez Clone Robotics a été publié sur LEBIGDATA.FR.


75: Hazards of backend async-ronization in Python

https://tltales.com/hazards-of-backend-async-ronization-in-python

Hashnode - python (python)

Asynchronous code is great if you want to get the most out of your backend system that also sends requests to external systems or does other I/O operations. Refactoring synchronous backend code to get those benefits is not that great, or at least not...


76: Teaching writers when and how to use generative AI to create helpful content

https://searchengineland.com/when-how-generative-ai-create-helpful-content-438532

Search engine land (Référencement)

Dive into a framework for teaching writers to use AI tools effectively while preserving expertise, factual accuracy and audience needs.


77: Mustafa Suleyman, cofondateur de DeepMind et d'Inflection AI, rejoint Microsoft pour diriger Copilot

https://www.usine-digitale.fr/article/mustafa-suleyman-cofondateur-de-deepmind-et-d-inflection-rejoint-microsoft-pour-diriger-copilot.N2210118

L'usine-digitale (Informatique)

Il a cofondé DeepMind, puis Inflection AI qu'il dirigeait jusqu'à présent. Réputé dans le secteur de l'intelligence artificielle, le chercheur britannique Mustafa Suleyman vient d'annoncer son départ de la start-up pour prendre les rênes d'une nouvelle division "Consumer AI" au sein de Microsoft. Il emporte avec lui Karen Simonyan, chief scientist et cofondatrice d'Inflection AI, ainsi que [...]


78: Now Shipping: Success At Scale, A New Smashing Book by Addy Osmani

https://smashingmagazine.com/2024/03/success-at-scale-book-release/

Smashing magazine (CSS / Web 2)

It's here, and it's shipping! Meet our newest Smashing book, 'Success at Scale'. It's filled with practical insights and real-world case studies of how big changes can be made on projects of any size. Addy Osmani has curated finest examples, case studies and interviews to help you get successful at scale. Jump to the details and get the book right away.


79: The rise of the position-less marketer by Optimove

https://searchengineland.com/the-rise-of-the-position-less-marketer-438404

Search engine land (Référencement)

The position-less marketer is superpowered to drive their companies to outpace competition, engage audiences more effectively and improve business outcomes.


80 / 298

80: Create your own React Elements in Vanilla JS

https://kanchan7c.hashnode.dev/create-your-own-react-elements-in-vanilla-js

Hashnode - javascript (Javascript)

React is a popular JavaScript library used to create Single Page Applications(SPA). While react does many things under the hood to a SPA, you can also make a react functionality yourself in plain JavaScript. React injects all the html code into a sin...


81: Droits voisins : Google prend une amende 250 M'

https://www.lemondeinformatique.fr/actualites/lire-droits-voisins-google-prend-une-amende-250-meteuro-93284.html

Le monde informatique (Informatique / Internet)

L'affaire des droits voisins à l'encontre de Google rebondit. Pour rappel ce cadre législatif redéfinit un partage de valeur plus (...)


82: We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it

https://easepan.hashnode.dev/we-released-a-new-powerful-efficiency-tool-called-runflow-which-is-similar-to-powertoys-and-alfred-welcome-to-try-it

Hashnode - Kotlin (Mobiles)

Hi guys, we released a new powerful efficiency tool called RunFlow, please feel free to try it. RunFlow is a cross-platform productivity tool which can launch apps and search files and more, that similar to Wox and PowerToys on Windows, and also simi...


83: Cyrus Shepard dévoile les secrets des Quality Raters de Google

https://www.abondance.com/20240320-443707-cyrus-shepard-secrets-quality-raters.html

Abondance (Référencement)

Comment travaillent les Quality Raters de Google ' Durant plusieurs mois, Cyrus Shepard est passé en coulisses, ayant réussi à être recruté par Appen. Malheureusement, du fait de la rupture du contrat entre Google et Appen, son travail s'est arrêté hier. Il a donc décidé de répondre à toutes les questions des internautes sur les […] L'article "Cyrus Shepard dévoile les secrets de [...]


84: Pourquoi Google écope d'une nouvelle amende de 250 millions d'euros

https://www.blogdumoderateur.com/pourquoi-google-ecope-amende-250-millions-euros/

Blog du Moderateur ()

Cette décision marque une nouvelle étape dans le conflit opposant Google aux éditeurs de presse français, au sujet de la rémunération associée aux droits voisins.


85: Instagram et Facebook : Meta prévoit de baisser le prix de l'abonnement sans publicité

https://www.blogdumoderateur.com/instagram-facebook-meta-baisser-prix-abonnement-sans-publicite/

Blog du Moderateur ()

Face aux pressions des associations et élus, Meta propose de baisser le prix de son abonnement. Une démarche jugée insuffisante par les défenseurs des données personnelles.


86: Simple JavaScript Signal Concept

https://nhannguyen.hashnode.dev/simple-javascript-signal-concept

Hashnode - javascript (Javascript)

' What Are Signals' Signals are basic units of data that can automatically alert functions or computations when the data they hold changes. This alerting capability allows parts of a system to automatically and immediately update when the data chang...


87: État des lieux du marketing B2B en France en 2024

https://www.blogdumoderateur.com/etat-des-lieux-marketing-b2b-france-2024/

Blog du Moderateur ()

Dans son dernier baromètre, Plezi présente les chiffres clés du marketing en France et des conseils à destination des équipes marketing B2B.


88: Writing Shell Scripts with Kotlin

https://jsonobject.hashnode.dev/writing-shell-scripts-with-kotlin

Hashnode - Kotlin (Mobiles)

Overview Bash is the most widely used and familiar script interpreter for system engineers and developers in the operating environment, but it also offers the most uncomfortable scripting language. Over the years, the development community has seen ...


89: Covariant RFM-1 : un OpenAI Sora pour apprendre le monde aux robots

https://www.lebigdata.fr/ia-covariant-rfm-1

Le Big Data (dataviz)

Un modèle LLM pour améliorer les performances des robots. C'est la fameuse technologie RFM-1, une innovation de la start-up Covariant. … Cet article Covariant RFM-1 : un OpenAI Sora pour apprendre le monde aux robots a été publié sur LEBIGDATA.FR.


90 / 298

90: Material UI Best Practices: Dos and Donts

https://hiteshchauhan.hashnode.dev/material-ui-best-practices-dos-and-donts

Hashnode - javascript (Javascript)

Material UI is a popular React UI framework that implements Google's Material Design principles. When using Material UI in your projects, it's important to follow best practices to ensure consistency, maintainability, and usability for a better User ...


91: Midjourney peut mémoriser et reproduire des personnages : comment ça fonctionne

https://www.blogdumoderateur.com/midjourney-memoriser-reproduire-personnages/

Blog du Moderateur ()

Midjourney a dévoilé l'option "Personnage récurrent", qui permet de demander à l'IA de conserver les caractéristiques physiques d'un personnage, d'une génération d'image à l'autre.


92: SafeSearch dans la Search Console : un meilleur contrôle du contenu explicite !

https://www.abondance.com/20240320-443648-safesearch-search-console.html

Abondance (Référencement)

Google annonce l'intégration de SafeSearch à Search Console, pour une gestion plus précise du contenu explicite. Si vous voyez toujours ce type de contenu malgré l'activation du filtre SafeSearch, l'outil vous permettra de signaler cette page. Ce qu'il faut retenir :  L'intégration de SafeSearch à la Search Console L'outil SafeSearch de Google a migré vers […] L'article "SafeSearch d [...]


93: Sur Facebook, les spammeurs ont la belle vie grâce à l'IA générative

https://www.usine-digitale.fr/article/sur-facebook-les-spammeurs-ont-la-belle-vie-grace-a-l-ia-generative.N2210091

L'usine-digitale (Informatique)

Si les bons cotés de l'intelligence artificielle sont souvent évoqués, les mauvais doivent tout autant être mis en avant. Dans un article de synthèse paru sur le site de l'Université de Stanford, deux chercheurs examinent la manière dont certains spammeurs sur Facebook utilisent des modèles d'IA générative pour créer des images surréalistes qui passent outre les algorithmes de modérat [...]


94: Les entreprises françaises prennent le low-code à bras le corps

https://www.lemondeinformatique.fr/actualites/lire-les-entreprises-francaises-prennent-le-low-code-a-bras-le-corps-93276.html

Le monde informatique (Informatique / Internet)

Moins médiatisé que l'IA, le no-code, qui permet à des utilisateurs métiers de concevoir des applications sans écrire (...)


95: Les services IT plus forts que l'e-commerce pour Bechtle en 2024

https://www.lemondeinformatique.fr/actualites/lire-les-services-it-plus-forts-que-l-e-commerce-pour-bechtle-en-2024-93277.html

Le monde informatique (Informatique / Internet)

Bechtle a clôturé l'année 2023 sur un volume d'affaires annuel en hausse de 7 % à 7,8 Md', dans un environnement économique (...)


96: L'IA va créer 500 millions d'emplois d'ici 2033

https://www.lemondeinformatique.fr/actualites/lire-l-ia-va-creer-500-millions-d-emplois-d-ici-2033-93270.html

Le monde informatique (Informatique / Internet)

Alors que certains voient en l'IA une menace pour de nombreux emplois actuels, la plupart des acteurs du secteur informatique la considèrent (...)


97: Avec Limewire, Arcitecta transfert les données plus rapidement

https://www.lemondeinformatique.fr/actualites/lire-avec-limewire-arcitecta-transfert-les-donnees-plus-rapidement-93282.html

Le monde informatique (Informatique / Internet)

Fondé en 1998 dans la région de Melbourne, en Australie, Arcitecta est depuis l'origine spécialisé dans la gestion des (...)


98: La croissance du marché des PC taillés pour l'IA prête à exploser en 2025

https://www.lemondeinformatique.fr/actualites/lire-la-croissance-du-marche-des-pc-tailles-pour-l-ia-prete-a-exploser-en-2025-93278.html

Le monde informatique (Informatique / Internet)

Selon Canalys, 48 millions de PC IA seront commercialisés dans le monde en 2024, soit 18 % des livraisons totales de PC anticipées pour cette (...)


99: Nvidia dévoile Blackwell : la puce IA surpuissante qui va tout changer

https://www.lebigdata.fr/nvidia-b200-blackwell

Le Big Data (dataviz)

Même si Nvidia figure déjà parmi la référence, elle tente toujours d'innover dans sa catégorie. La preuve, le géant américain … Cet article Nvidia dévoile Blackwell : la puce IA surpuissante qui va tout changer a été publié sur LEBIGDATA.FR.


100 / 298

100: National identity stereotypes through generative AI

https://flowingdata.com/2024/03/20/national-identity-stereotypes-through-generative-ai/

Flowing data (dataviz)

For Rest of World, Victoria Turk breaks down bias in generative AI in…Tags: AI, bias, midjourney, Rest of World


101: Stable Video 3D : Cette IA transforme les images en vidéos 3D, c'est fou !

https://www.lebigdata.fr/stable-video-3d

Le Big Data (dataviz)

C'est un nouveau palier de franchi avec Stable Video 3D en matière de création de vidéo par intelligence artificielle. Ce … Cet article Stable Video 3D : Cette IA transforme les images en vidéos 3D, c’est fou ! a été publié sur LEBIGDATA.FR.


102: D'immenses fermes solaires dans le désert pourraient contribuer à faire tomber la pluie

https://www.rtflash.fr/d-immenses-fermes-solaires-dans-desert-pourraient-contribuer-faire-tomber-pluie/article

Tregouet.org ()

Une étude montre que la chaleur dégagée par des grandes surfaces de panneaux solaires sombres crée des mouvements de convection qui, lorsque les conditions sont réunies, alimentent des nuages et entraînent un surplus de précipitations. Si les parcs solaires sont suffisamment grands, avec des panneaux photovoltaïques suffisamment sombres et que les conditions sont réunies, c'est bien ce qu [...]


103: Cancer : l'épigénétique pourrait déterminer les risques de dissémination

https://www.rtflash.fr/cancer-l-epigenetique-pourrait-determiner-risques-dissemination/article

Tregouet.org ()

Des chercheurs allemands du German Cancer Research Center (Deutsches Krebsforschungszentrum, DKFZ) ont identifié certains modèles de méthylation comme biomarqueurs de la charge de cellules cancéreuses dormantes et donc du risque de développement ou de récidive d'une tumeur. Des conclusions, présentées dans la revue Nature Cancer, qui pourraient donc révolutionner la gestion des cancers. [...]


104: Alerte Canva : Polices de caractères, faille béante pour cyberpisteurs

https://www.lebigdata.fr/alerte-canva-polices-de-caracteres-faille-beante-pour-cyberpisteurs

Le Big Data (dataviz)

Les experts en sécurité informatique de l'entreprise australienne Canva, pionnière dans le domaine de la conception graphique en ligne, ont … Cet article Alerte Canva : Polices de caractères, faille béante pour cyberpisteurs a été publié sur LEBIGDATA.FR.


105: L'exercice physique augmente la taille du cerveau

https://www.rtflash.fr/l-exercice-physique-augmente-taille-cerveau/article

Tregouet.org ()

Une étude américaine a montré qu'une activité physique même modérée est associée à une augmentation des volumes cérébraux, ce qui indique de potentiels effets neuroprotecteurs. Les régions du cerveau concernées ' la matière grise, la matière blanche, l'hippocampe, et les lobe frontal, pariétal et occipital ' sont responsables de la mémoire, de l'apprentissage ou encore des capacit [...]


106: Une avancée majeure contre le lupus...

https://www.rtflash.fr/avancee-majeure-contre-lupus/article

Tregouet.org ()

Des chercheurs australiens de l'Université Monash ont annoncé une avancée décisive contre le lupus érythémateux, une maladie auto-immune chronique et invalidante qui touche 5 millions de personnes dans le monde et 20 000 en France. Ces scientifiques sont parvenus à identifier puis à reprogrammer les cellules T-regs inefficaces des patients atteints de lupus, ce qui a permis de restaur [...]


107: Maladie de Charcot : un nouveau traitement prometteur dévoilé aux États-Unis

https://www.rtflash.fr/maladie-charcot-nouveau-traitement-prometteur-devoile-etats-unis/article

Tregouet.org ()

Des chercheurs américains ont annoncé un nouveau traitement plein de promesses contre la maladie de Charcot, mortelle et pour l'instant sans cure efficace connue. Celle qui est aussi appelée sclérose latérale amyotrophique (SLA) touche environ 30 000 personnes aux États-Unis, et entre 5 000 et 7 000 personnes en France. Elle provoque une paralysie progressive des muscles, créant un état d' [...]


108: L'aviation de luxe avec un configurateur RV pour une personnalisation inédite

https://www.realite-virtuelle.com/acj-ls-group-airbus-collaboration-luxe-vr/

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

Airbus Corporate Jets (ACJ) a toujours été à l'avant-garde de l'innovation dans l'aviation d'affaires. En […] Cet article L’aviation de luxe avec un configurateur RV pour une personnalisation inédite a été publié sur REALITE-VIRTUELLE.COM.


109: How Type Aliases work in TypeScript ' Explained with Code Examples

https://kabeerhadi.hashnode.dev/how-type-aliases-work-in-typescript-explained-with-code-examples

Hashnode - javascript (Javascript)

TypeScript is a statically typed superset of JavaScript that adds optional static typing to the language. It enables developers to write safer and more maintainable code by catching errors during development rather than at runtime. What are Type Alia...


110 / 298

110: Excel in Java: A Comprehensive Online Learning Journey

https://purvaedu.hashnode.dev/excel-in-java-a-comprehensive-online-learning-journey

Hashnode - javascript (Javascript)

In today's digital era, grasping Java programming has never been easier or more crucial. With its robust capabilities and widespread application in software development, mastering Java opens doors to myriad opportunities across various industries. Wh...


111: Best way to Handle Environment Variables

https://blog.jobins.jp/best-way-to-handle-environment-variables

Hashnode - javascript (Javascript)

In the past, I would add sensitive information directly to the code, which was easy but not recommended. As the application and team expanded, it became necessary to manage environment variables. However, it became challenging to handle application c...


112: JavaScript vs TypeScript

https://liki.blog.com/javascript-vs-typescript

Hashnode - javascript (Javascript)

Are you new to the world of web development and wondering which programming language to learn' Look no further! In this article, we will explore the key differences between JavaScript and Typescript, two popular languages used in web development. Key...


113: Exploring NestJS Architecture: Understanding Modules, Controllers, and Providers

https://blog.nirdeshpokhrel.com.np/exploring-nestjs-architecture-understanding-modules-controllers-and-providers-by-nirdesh-pokharel

Hashnode - javascript (Javascript)

Introduction NestJS, a framework built on top of Node.js, offers a robust and structured architecture for building scalable and maintainable applications. At its core are three fundamental concepts: Modules, Controllers, and Providers. In this compre...


114: Becoming an Expert in Flutter with Clean Architecture: A Comprehensive Guide

https://dhruvnakum.xyz/becoming-an-expert-in-flutter-with-clean-architecture-a-comprehensive-guide

Hashnode - Flutter (Flutter)

Introduction Hey there! ' Thank you so much for stopping by and taking the time to read this blog ' Okay so, picture this: You're about to go on an exciting adventure '' ' not across towering mountains or through jungles, but across the vast and ...


115: A Comprehensive Guide to Decorators in Python

https://teamgeek.geekpython.in/guide-to-decorators-in-python

Hashnode - python (python)

You might have encountered functions or classes decorated with functions prefixed with "@", for example, @random. These are known as decorators as they are placed above your class or function. In this tutorial, you will learn about: Decorators in Py...


116: Votre diplôme n'a plus de valeur ' Devenez prompt engineer, ça paie 300 000' !

https://www.lebigdata.fr/votre-diplome-na-plus-de-valeur-devenez-prompt-engineer

Le Big Data (dataviz)

Nos sociétés évoluent à un rythme effréné, portées par les progrès technologiques incessants. L'un des domaines les plus prometteurs et … Cet article Votre diplôme n’a plus de valeur ' Devenez prompt engineer, ça paie 300 000' ! a été publié sur LEBIGDATA.FR.


117: Mastering Dictionaries: A Comprehensive Guide

https://vatsal-jain.hashnode.dev/mastering-dictionaries-a-comprehensive-guide

Hashnode - python (python)

Introduction to Dictionaries In the realm of programming, dictionaries are versatile data structures that allow us to store and retrieve data in key-value pairs. Unlike lists or arrays, which are indexed by a range of numbers, dictionaries use keys t...


118: Quand le sport rencontre l'esport en réalité virtuelle

https://www.realite-virtuelle.com/fusion-esport-sport-traditionnel-eva/

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

Depuis 2018, EVA redéfinit les frontières entre esport et sport traditionnel. Leur formule unique associe […] Cet article Quand le sport rencontre l’esport en réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


119: Exploring Sets: A Comprehensive Guide with Real-Time Examples

https://vatsal-jain.hashnode.dev/exploring-sets-a-comprehensive-guide-with-real-time-examples

Hashnode - python (python)

Introduction to Sets In the realm of mathematics and computer science, sets play a fundamental role in organizing and manipulating collections of objects. A set is a collection of distinct elements, where the order of elements doesn't matter. This ma...


120 / 298

120: Understanding the Power of Lists: Real-world Examples and Applications

https://vatsal-jain.hashnode.dev/understanding-the-power-of-lists-real-world-examples-and-applications

Hashnode - python (python)

In the realm of computer science and programming, lists are fundamental data structures that hold a collection of elements. They are versatile, efficient, and play a crucial role in various algorithms and applications. From simple to complex scenario...


121: How to execute python module'

https://blogs.hyperoot.dev/how-to-execute-python-module

Hashnode - python (python)

Execute python script in terminal A basic python looks something like the following. # file: sample.py print("Hello World!!!") pythonsample.py is a command that tells the Python interpreter to execute a Python script named sample.py. Here's what eac...


122: Mastering State Management in React

https://blog.atomxel.com/mastering-state-management-in-react

Hashnode - javascript (Javascript)

In this blog, we'll explore various state management strategies, covering prop drilling, the useContext hook, useReducer, and popular state management libraries. Prop Drilling Prop drilling refers to the process of passing down props through multiple...


123: PWA - Progressive Web Apps '' ''' React or Next js ' '''''' '''' '''

https://mushfiq.hashnode.dev/pwa-progressive-web-apps-react-or-next-js

Hashnode - python (python)

'''' '''''''' '''' YouTube, Facebook '''''' '''' ''' '''' '' '''' url '' ''' ''''' ''''''' '''' '''' '''' '''' '''''' ''''' ''''' '''' ''''' ''''''''' '''' '''''' '''' ' '''' '''''' '''' '' '''''' '' '''' ''' ''''''''' '' '', '''' ''''' '''' '''''' '...




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