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

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


Jeudi 23 Novembre 2023 (127)

1: Writing on Conditional, Loops and Functions.

https://techieman.hashnode.dev/writing-on-conditional-loops-and-functions

Hashnode - javascript (Javascript)

Conditionals Conditional statements allow me to execute codes based on the conditions given. These conditions are boolean expressions, that is they return either true or false. E.g. There are several types of conditional statements in Javascript, bu...


2: What is XML'

https://devnetjourney.com/what-is-xml

Hashnode - python (python)

Introduction XML, or Extensible Markup Language, is a pivotal component in the world of NetDevOps, serving as a cornerstone for data representation and communication. In this post, we'll explore what XML is, its significance in NetDevOps, and its rol...


3: What is Closure in JavaScript'

https://futurative.com//what-is-closure-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, a closure is a combination of a function and the lexical environment within which that function was declared. It allows a function to retain access to variables and parameters of its outer (enclosing) function, even after the outer fun...


4: What is Closure in JavaScript'

https://futurative.com/what-is-closure-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, a closure is a combination of a function and the lexical environment within which that function was declared. It allows a function to retain access to variables and parameters of its outer (enclosing) function, even after the outer fun...


5: L'IA va prendre votre travail : le revenu universel est-il notre seul futur''

https://www.lebigdata.fr/solution-revenu-universel

Le Big Data (dataviz)

L'intelligence artificielle évolue à une vitesse fulgurante. Elle est capable d'accomplir des tâches complexes avec une aisance exceptionnelle. Toutefois, cette … Cet article L'IA va prendre votre travail : le revenu universel est-il notre seul futur'' a été publié sur LEBIGDATA.FR.


6: Métavers : les créateurs d'EverQuest et de Call of Duty dévoile le jeu Avalon

https://www.lebigdata.fr/avalon-metavers

Le Big Data (dataviz)

Avalon. Ce nouveau titre va révolutionner le monde du jeu vidéo. En effet, les développeurs ont voulu repousser les limites … Cet article Métavers : les créateurs d'EverQuest et de Call of Duty dévoile le jeu Avalon a été publié sur LEBIGDATA.FR.


7: Your Guide to the Best Free WordPress Hosting from Hostinger

https://www.smashingapps.com/best-free-wordpress-hosting/

Smashing apps (Design / Internet)

So, you’ve got this incredible idea bubbling up and you’re ready to bring it to […]


8: An Introduction To Full Stack Composability

https://smashingmagazine.com/2023/11/introduction-full-stack-composability/

Smashing magazine (CSS / Web 2)

A well-designed composable system should not only consider the technical aspects but also take into account the nature of the content it handles. To help us with that, we can use a Headless Content Management system such as Storyblok.


9: Learn React Basics: Components and Props

https://blog.seancoughlin.me/learn-react-basics-components-and-props

Hashnode - javascript (Javascript)

React, a popular JavaScript library for building user interfaces is known for its component-based architecture. This architecture not only makes React powerful but also easy to learn, especially when you start with the basics of React Components and ...


10 / 127

10: Unveiling the Power of Django: A Comprehensive Introduction to Development with Python

https://chiragbiradar.hashnode.dev/unveiling-the-power-of-django-a-comprehensive-introduction-to-development-with-python

Hashnode - python (python)

Introduction In the realm of web development, Django stands tall as a robust Python framework, streamlining the process of crafting dynamic websites. Renowned for its ability to handle intricate tasks, Django empowers developers to focus on the core ...


11: Day 3

https://lucieyarish.hashnode.dev/day-3

Hashnode - javascript (Javascript)

Main Topics of the Day The lessons I went through today were all focused on handling form submissions in the World's Most Annoying Cookie Consent project. Besides that, I also added messages and an animated SVG file that are shown to users after they...


12: JavaScript: A Perspective on Basic Concepts

https://plausible.hashnode.dev/javascript-a-perspective-on-basic-concepts

Hashnode - javascript (Javascript)

Introduction: JavaScript stands as the backbone of dynamic web development, providing a versatile set of tools for crafting responsive applications. In this exploration, we'll delve into crucial concepts that underpin modern JavaScript programming, o...


13: Mapping second first languages

https://blog.datawrapper.de/mapping-second-first-languages/

Data Wrapper ()

Hello and Bonjour! I'm Jack, a developer on the app team at Datawrapper. Today we're...


14: Getting Started with Scikit-learn for Machine Learning Algorithms

https://zaycodes.com//getting-started-with-scikit-learn-for-machine-learning-algorithms

Hashnode - python (python)

Scikit-learn is a machine learning library available as open source, Scikit-learn facilitates both supervised and unsupervised learning. In addition, it offers numerous tools for data preprocessing, model evaluation, model selection, and model fittin...


15: Best way to learn web development

https://codewithshahan.com/best-way-to-learn-web-development

Hashnode - javascript (Javascript)

Once upon a time, in a small town, there lived a young boy named Alex. He loved using the internet and exploring all the amazing websites it had to offer. One day, while playing his favorite online game, he had a brilliant idea - he wanted to learn h...


16: Responsive Number Counting Animation With JavaScript Project With Source Code

https://codingcss.hashnode.dev/responsive-number-counting-animation-with-javascript-project-with-source-code

Hashnode - javascript (Javascript)

Hello and Welcome to today's tutorial. In today's tutorial, we will learn how to create a responsive count up animation. To create this project, we need HTML, CSS and JavaScript. The count up animation consists of four boxes that contain numbers that...


17: Mastering JavaScript Debugging: A Beginner's Guide to Chrome DevTools

https://blog.bharatsaraswat.com/mastering-javascript-debugging-a-beginners-guide-to-chrome-devtools

Hashnode - javascript (Javascript)

Introduction JavaScript is a powerful and versatile programming language that plays a crucial role in modern web development. As developers, we often find ourselves grappling with bugs and issues in our code. Fortunately, Chrome DevTools provides a r...


18: Day 21 - Function Arguments and Statements

https://codingsplash.com/day-21-function-arguments-and-statements

Hashnode - python (python)

There are four types of arguments that we can provide in a function: Default Arguments Keyword Arguments Variable length Arguments Required Arguments 1. Default arguments: We can provide a default value while creating a function. This way the f...


19: Understanding Props in React: Beginner's guide

https://gloe008.hashnode.dev/understanding-props-in-react-beginners-guide

Hashnode - javascript (Javascript)

Before we dive into the details, let's clarify that this article assumes you have basic knowledge in JavaScript and understand what React is. What Are Props' In React, components are the building blocks of any React application. Think of components a...


20 / 127

20: javascript.info Notes - Numbers

https://fiftybugsofgrey.hashnode.dev/javascriptinfo-notes-numbers

Hashnode - javascript (Javascript)

Quick notes about numbers in Javascript. It is expected that you have already understood how it works and just want to revise the important points. let billion_1 = 1000000000; let billion_2 = 1_000_000_000; let billion_3 = 1e9; //all above are same ...


21: 7 Road-maps for Programmers

https://codewithshahan.com/7-road-maps-for-programmers

Hashnode - javascript (Javascript)

Learning to code may sound complex, but it might be the perfect adventure for you! But where do you begin' Don't worry; it's not as complicated as it sounds. Whether you dream of building websites, mobile apps, games, or even diving into machine lear...


22: Javascript Hoisting

https://codernex.hashnode.dev/javascript-hoisting

Hashnode - javascript (Javascript)

What is hoisting in JavaScript' Javascript Hoisting is javascript's default variable which moves all the declarations at the top of the script. Like, A variable can be used before it has been declared. Example: /** * For hoisting the variable x is n...


23: ChatGPT, un grave danger pour la science ' Les chercheurs haussent le ton

https://www.lebigdata.fr/chatgpt-grave-danger-science

Le Big Data (dataviz)

Trois chercheurs de l'Oxford Internet Institute alertent sur un risque potentiel : ChatGPT pourrait être un grave danger pour la … Cet article ChatGPT, un grave danger pour la science ' Les chercheurs haussent le ton a été publié sur LEBIGDATA.FR.


24: Le Développement d'API avec Flask : Un Guide Complet

https://openiotfly.hashnode.dev/le-developpement-dapi-avec-flask-un-guide-complet

Hashnode - python (python)

Introduction: Le développement d'API (Interface de Programmation d'Applications) est devenu une composante essentielle de la construction d'applications modernes. Flask, un Framework web léger en Python, offre une approche élégante et simple pour cré...


25: Pricing Experiments: How to Find the Right Model for Your B2B SaaS

https://www.noupe.com/business-online/b2b-saas-pricing.html

Noupe (conception)

In the competitive world of B2B SaaS, pricing is one of the factors that determines success. Growth in the industry means that customers now have more options than before and can take their time to pick a product that gives them value for their money.  It's no longer enough to have a great product, you... The post Pricing Experiments: How to Find the Right Model for Your B2B SaaS [...]


26: Telex : Cyberattaque contre New Relic, Proton Drive arrive sur Mac, Google Meet détecte les mains levées

https://www.lemondeinformatique.fr/actualites/lire-telex-cyberattaque-contre-new-relic-proton-drive-arrive-sur-mac-google-meet-detecte-les-mains-levees-92229.html

Le monde informatique (Informatique / Internet)

- Cyberattaque contre New Relic. A peine tombé dans l'escarcelle des fonds Francisco Partners et TPG pour 6,5 Md$, le spécialiste (...)


27: WhatsApp : comment masquer votre adresse IP pour cacher où vous êtes '

https://www.lebigdata.fr/whatsapp-masquer-adresse-ip-2

Le Big Data (dataviz)

WhatsApp a toujours donné la priorité à la confidentialité et continue sur cette lancée avec l'introduction d'une nouvelle fonctionnalité de … Cet article WhatsApp : comment masquer votre adresse IP pour cacher où vous êtes ' a été publié sur LEBIGDATA.FR.


28: Exploring the World of Car Rental Management: Building a Python Application - Part 16

https://bryanjames.hashnode.dev/exploring-the-world-of-car-rental-management-building-a-python-application-part-16

Hashnode - python (python)

Article 16: Dynamic Pricing Welcome back to our journey of building a comprehensive car rental management system using Python. In Part 16, we'll dive into an essential aspect of any rental service'pricing strategies. Specifically, we'll explore the i...


29: Malgré un T3 2023 exceptionnel, Nvidia inquiet à cause de son activité en Chine

https://www.lemondeinformatique.fr/actualites/lire-malgre-un-t3-2023-exceptionnel-nvidia-inquiet-a-cause-de-son-activite-en-chine-92228.html

Le monde informatique (Informatique / Internet)

En début de semaine, pour le troisième trimestre de son exercice 2023, Nvidia a annoncé un chiffre d'affaires record de 18,12 Md$, (...)


30 / 127

30: vue3 '''''''' new URL('./img.png', import.meta.url).href ''' require

https://sunpochin.hashnode.dev/vue3-new-urlimgpng-importmetaurlhref-require

Hashnode - vuejs (Javascript)

https://cn.vitejs.dev/guide/assets#new-url-url-import-meta-url https://blog.51cto.com/u_15105778/6989918'' require ' webpack ''''''''''' vue3 ''' vite '''''''''' vite ''''''''''''https://vitejs.dev/guide/assets#new-url-url-import-meta-url '''''''''...


31: Lancement de la première plateforme nationale de données de santé pour la médecine générale

https://www.usine-digitale.fr/article/lancement-de-la-premiere-plateforme-nationale-de-donnees-de-sante-pour-la-medecine-generale.N2198003

L'usine-digitale (Informatique)

Le Collège National des Généralistes Enseignants (CNGE), le Health Data Hub, le Département d'Informatique et d'Information Médicales (D2IM) du CHU de Rouen, l'université Côte d'Azur, l'université de Rouen Normandie ainsi que l'entreprise Loamics lancent un entrepôt de données de santé spécialisé dans la médecine de ville. Cette base prévoit de collecter plus de 5 millions de donné [...]


32: How to create a Vue.JS 3 front end for chatGPT'

https://vueframework.hashnode.dev/how-to-create-a-vuejs-3-front-end-for-chatgpt

Hashnode - vuejs (Javascript)

Vue.JS is a relevant framework for providing a front-end to the OpenAI API: chatGPT. It is a quite simple way to provide your visitor quick access to the most trendy API. Here is the fastest way to create a Vue.js project using the ChatGPT API, you c...


33: Marketing d'influence : des créateurs de plus en plus responsables '

https://www.blogdumoderateur.com/marketing-influence-createurs-plus-responsables/

Blog du Moderateur ()

L'influence commerciale est aujourd'hui clairement réglementée et les créateurs sont de plus en plus sensibilisés !


34: Tips for Crafting a Website Privacy Policy

https://www.noupe.com/business-online/tips-for-crafting-a-website-privacy-policy.html

Noupe (conception)

Businesses have privacy policies because of how they handle digital information. It lets people know how businesses manage that kind of information. A privacy policy, then, is a statement that explains how a website gathers, uses, and handles personal data. A privacy policy can be presented in almost any way, as long as it is... The post Tips for Crafting a Website Privacy Policy appea [...]


35: Des auteurs poursuivent OpenAI et Microsoft pour violation du droit d'auteur

https://www.lemondeinformatique.fr/actualites/lire-des-auteurs-poursuivent-openai-et-microsoft-pour-violation-du-droit-d-auteur-92227.html

Le monde informatique (Informatique / Internet)

Un groupe d'auteurs a déposé un recours collectif contre OpenAI et Microsoft pour avoir prétendument enfreint leurs droits d'auteur (...)


36: Les sols: Un trésor sous nos pieds quant à la biodiversité

http://amisdekervoyal.viabloga.com/news/les-sols-un-tresor-sous-nos-pieds-quant-a-la-biodiversite

Amis de Kervoyal (Divers...)

Normal021falsefalsefalseMicrosoftInternetExplorer4/* Style Definitions */table.MsoNormalTable{mso-style-name:"Tableau Normal";mso-tstyle-rowband-size:0;mso-tstyle-colband-size:0;mso-style-noshow:yes;mso-style-parent:"";mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-para-margin:0cm;mso-para-margin-bottom:.0001pt;mso-pagination:widow-orphan;font-size:10.0pt;font-family:"Times New Roman";mso-ansi-language:# [...]


37: Un botnet dérivé de Mirai attaque les routeurs et les enregistreurs vidéo IP

https://www.lemondeinformatique.fr/actualites/lire-un-botnet-derive-de-mirai-attaque-les-routeurs-et-les-enregistreurs-video-ip-92221.html

Le monde informatique (Informatique / Internet)

Après avoir empoisonné la vie des entreprises et donné du fil à retordre aux enquêteurs et aux chercheurs en sécurité (...)


38: Comment utiliser Google Bard au Canada ' 

https://www.lebigdata.fr/comment-utiliser-google-bard-au-canada

Le Big Data (dataviz)

La plateforme Google Bard, alimentée par l’IA, offre une expérience interactive unique, permettant aux utilisateurs d’interagir avec un chatbot avancé. … Cet article Comment utiliser Google Bard au Canada '  a été publié sur LEBIGDATA.FR.


39: Indy lève 40 millions d'euros pour sa plateforme de gestion dédiée aux indépendants

https://www.usine-digitale.fr/article/indy-leve-40-millions-d-euros-pour-sa-plateforme-de-gestion-dediee-aux-independants.N2198073

L'usine-digitale (Informatique)

La start-up française Indy lève 40 millions d'euros pour son logiciel de gestion dédiée aux travailleurs indépendants. Elle compte doubler ses effectifs et étendre les fonctionnalités de sa plateforme pour atteindre 1 million de clients d'ici fin 2027.


40 / 127

40: Ouverture des candidatures des concours d'innovation pour les deeptech

https://www.lemondeinformatique.fr/actualites/lire-ouverture-des-candidatures-des-concours-d-innovation-pour-les-deeptech-92220.html

Le monde informatique (Informatique / Internet)

Le gouvernement annonce l'ouverture des candidatures de ses concours d'innovation i-PhD, i-Lab financés par France 2030 et opéré (...)


41: Embracing the Challenge: My Journey Building a Weather App Portfolio Project

https://blog.delifted.tech/embracing-the-challenge-my-journey-building-a-weather-app-portfolio-project

Hashnode - javascript (Javascript)

http://www.delifted.techMY WEB-APP PORTFOLIO PROJECT As I embarked on my journey to create a weather app portfolio project, I anticipated an exhilarating experience fused with challenges and accomplishments. Little did I know, the path ahead would b...


42: Cisco voit ses résultats plombés par des difficultés de déploiement

https://www.lemondeinformatique.fr/actualites/lire-cisco-voit-ses-resultats-plombes-par-des-difficultes-de-deploiement-92225.html

Le monde informatique (Informatique / Internet)

Alors que les problèmes de chaîne d'approvisionnement qui ont affecté la plupart des fournisseurs de solutions réseaux ces deux (...)


43: An overview of firmographic data

https://blog.logrocket.com/product-management/firmographic-data-definition/

Log Rocket blog (Web 2)

Firmographic data refers to traits about a company that can be used to segment it into different categories. The post An overview of firmographic data appeared first on LogRocket Blog.


44: Ansible Galaxy: Navigating the Cosmos of Community Roles ''

https://blog.prasadsuman.me/ansible-galaxy-navigating-the-cosmos-of-community-roles

Hashnode - python (python)

Introduction to Ansible Galaxy In the vast universe of automation, collaboration is key. Ansible Galaxy is your intergalactic hub for discovering, sharing, and collaborating on Ansible roles. In this blog post, we'll embark on a journey through Ansib...


45: Async and Await And Promises In JavaScript

https://pratikhghadge.hashnode.dev/async-and-await-and-promises-in-javascript

Hashnode - javascript (Javascript)

Let's understand what are asynchronous operations before exploring Async, Await keywords and Promises. In Programming, asynchronous operations are tasks that can be executed independently of the main program flow. They don't block the execution of ot...


46: Store Sensitive Information Securely in Python with .env Files

https://mathdatasimplified.com/2023/11/23/store-sensitive-information-securely-in-python-with-env-files/

Math Data Simplified (data)

It's a good practice to store sensitive information in a .env file and load it into your Python script using python-dotenv. This helps protect the information from being exposed in your codebase or version control systems. The post Store Sensitive Information Securely in Python with .env Files appeared first on Data Science Simplified.


47: Store Sensitive Information Securely in Python with .env Files

https://mathdatasimplified.com/store-sensitive-information-securely-in-python-with-env-files/

Math Data Simplified (data)

It's a good practice to store sensitive information in a .env file and load it into your Python script using python-dotenv. This helps protect the information from being exposed in your codebase or version control systems. The post Store Sensitive Information Securely in Python with .env Files appeared first on Data Science Simplified.


48: Comment l'IA générative peut transformer la relation client

https://www.blogdumoderateur.com/comment-ia-generative-peut-transformer-relation-client/

Blog du Moderateur ()

La relation client est un élément clé du marketing, notamment dans la vente digitale. Et l'IA peut jouer un rôle important pour en améliorer la qualité et la pertinence.


49: PhpStorm prend maintenant en charge PHP 8.3 : un aperçu de cette prise en charge et des avantages qu'elle apporte

https://jetbrains.developpez.com/actu/351098/PhpStorm-prend-maintenant-en-charge-PHP-8-3-un-apercu-de-cette-prise-en-charge-et-des-avantages-qu-elle-apporte/

php (developpez.com) (Informatique / PHP)

PhpStorm prend maintenant en charge PHP 8.3 Un aperçu de cette prise en charge et des avantages qu'elle apportePhpStorm, l'EDI de JetBrains pour le développement Web en PHP, fournit maintenant une prise en charge complète de toutes les améliorations apportées par PHP 8.3. C'est donc le moment idéal pour mettre à jour votre EDI afin de profiter de cette nouvelle prise en charge. Mais déjà [...]


50 / 127

50: Sculpture au laser : ces chercheurs ont créé une technique révolutionnaire

https://www.lebigdata.fr/sculpture-laser-technique-revolutionnaire

Le Big Data (dataviz)

Récemment, une équipe de chercheurs de l’Université de Cambridge a mis au point une méthode novatrice utilisant des lasers à … Cet article Sculpture au laser : ces chercheurs ont créé une technique révolutionnaire a été publié sur LEBIGDATA.FR.


51: Detect Idle User With JavaScript Project With Source Code

https://codingcss.hashnode.dev/detect-idle-user-with-javascript-project-with-source-code

Hashnode - javascript (Javascript)

Hi everyone. Welcome to today's tutorial. In today's tutorial, we will learn how to detect if the user is idle or inactive. For this, we use the idle timer. We detect this using HTML CSS and JavaScript. This is a beginner-friendly JavaScript project ...


52: OpenAI : une nouvelle IA qui menace l'humanité ' La vraie raison du renvoi du CEO

https://www.lebigdata.fr/openai-nouvelle-ia-menace-humanite

Le Big Data (dataviz)

La vraie raison pour laquelle le CEO d'OpenAI, Sam Altman, a été viré par le conseil d'administration vient enfin d'être … Cet article OpenAI : une nouvelle IA qui menace l'humanité ' La vraie raison du renvoi du CEO a été publié sur LEBIGDATA.FR.


53: Cruise prévoit de reprendre graduellement les essais de ses voitures autonomes

https://www.usine-digitale.fr/article/cruise-prevoit-de-reprendre-graduellement-les-essais-de-ses-voitures-autonomes.N2197973

L'usine-digitale (Informatique)

La filiale de General Motors prévoit de relancer les tests dans une seule ville. Et elle renonce à court terme à faire circuler son van autonome maison, baptisé Origin, dont la production a été suspendue.


54: EDF fait appel à la réalité virtuelle pour former à la prévention des incendies

https://www.lemondeinformatique.fr/actualites/lire-edf-fait-appel-a-la-realite-virtuelle-pour-former-a-la-prevention-des-incendies-92217.html

Le monde informatique (Informatique / Internet)

Ancré depuis plusieurs années dans l'optimisation des processus industriels à l'aide de la réalité virtuelle, (...)


55: 10 ans après son lancement, pourquoi la French Tech n'a pas encore de géant '

https://www.usine-digitale.fr/article/10-ans-apres-son-lancement-pourquoi-la-french-tech-n-a-pas-encore-de-geant.N2196233

L'usine-digitale (Informatique)

Alors que la French Tech célèbre ses 10 ans, l'heure est au bilan. L'écosystème a bien évolué, transformant l'image de la France à l'étranger, et des licornes ont émergé. Mais des défis persistent, notamment en matière de financement pour que les start-up passent véritablement à l'échelle. Le mot d'ordre est désormais la recherche de rentabilité et de consolidation à l'échelle e [...]


56: Report du jeu VR Stranger Things: Quand sortira t-il '

https://www.realite-virtuelle.com/report-jeu-vr-stranger-things-quand-sortira/

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

La société Tender Claws, responsable du développement du jeu VR Stranger Things, a déclaré que […] Cet article Report du jeu VR Stranger Things: Quand sortira t-il ' a été publié sur REALITE-VIRTUELLE.COM.


57: Comment Slack traite 33 000 jobs / seconde

https://blog.quastor.org/p/slack-processes-33000-jobs-per-second

Humancoders ()

Slack traite 33 000 jobs / seconde, cet article décrit l'architecture de leur job queue : Les limites de leur architecture initiale avec Redis, et comment ils ont géré la migration de Redis vers Kafka. Commentaires L'article Comment Slack traite 33 000 jobs / seconde a été posté dans la catégorie Développement de Human Coders News


58: Diving into Flutter: My Journey so far as a Beginner Developer

https://maheshbora.hashnode.dev/diving-into-flutter-my-journey-so-far-as-a-beginner-developer

Hashnode - Flutter (Flutter)

Hi guys, Hope you are doing Great! Embarking on a journey into the realm of mobile app development, felt like stepping into a busy and always-changing world. As the seasons changed, so did my skills, and challenges in the vast landscape of developmen...


59: '''' Day8' 100DaysOfCode in Python

https://francescadata.hashnode.dev/day8-100daysofcode-in-python

Hashnode - python (python)

Today's Goals: Learn enough to build a a Caesar Cipher To build it, I had to tackle some skills, like working with Functions with inputs, For and While loop and much more! '''' What I've seen: ' Functions with Inputs What I Learned Today: Functio...


60 / 127

60: Delete S3 Bucket Using Python and CLI

https://binaryguy.tech/delete-s3-bucket-using-python-and-cli

Hashnode - python (python)

In this tutorial series, we are learning how to manage S3 buckets and files in those buckets using Python. In this tutorial, we will learn how to delete S3 buckets using Python. Setting up permissions for S3 For this tutorial to work, we will need an...


61: « Party up » de Pokémon Go:  calendrier, avantages, raids, etc

https://www.realite-virtuelle.com/party-up-pokemon-go-tout-savoir/

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

Au grand bonheur de sa base de joueurs répartis dans le monde, Pokémon Go lance […] Cet article « Party up » de Pokémon Go:  calendrier, avantages, raids, etc a été publié sur REALITE-VIRTUELLE.COM.


62: Best Practices For High-Performing Python Web Apps

https://www.noupe.com/development/best-practices-for-high-performing-python-web-apps.html

Noupe (conception)

There are lots of things you can do to catalyze the performance and ensure the usability of your Python-based web app. If your current configuration isn't performing as expected, stick to the following best practices to see significant improvements. Why Monitoring Your Web Apps is Crucial for Peak Performance One major component of executing high-performing... The post Best Practices F [...]


63: L'Anssi ouvre une antenne régionale à Rennes

https://www.lemondeinformatique.fr/actualites/lire-l-anssi-ouvre-une-antenne-regionale-a-rennes-92219.html

Le monde informatique (Informatique / Internet)

L'Anssi a pris ses quartiers à Rennes. Inaugurée ce 22 novembre, l'antenne régionale de l'agence nationale de la sécurité (...)


64: 5 reasons why you should invest in UXaaS to boost your business 

https://www.noupe.com/business-online/5-reasons-why-you-should-invest-in-uxaas-to-boost-your-business.html

Noupe (conception)

User experience, once a differentiator, is now an imperative. The rise of UX as a service ( UXaaS) reflects the industry-wide acceptance that superior user experience is no longer a choice but a requisite for successful products. Businesses have come to realize that the effectiveness of their digital products hinges on their ability to provide... The post 5 reasons why you should inves [...]


65: Après la démission forcée de son patron, Binance accuse plus d'un milliard de dollars de retraits

https://www.usine-digitale.fr/article/apres-la-demission-forcee-de-son-patron-binance-accuse-plus-d-un-milliard-de-dollars-de-retraits.N2197893

L'usine-digitale (Informatique)

Poursuivi par la justice américaine, Changpeng Zhao a plaidé coupable, acceptant de quitter la direction de la plateforme d'échange de cryptoactifs. Des retraits importants de la part de ses utilisateurs s'en sont suivis.


66: Python trick - How to make lists not share the same memory location

https://bulog.tech/python-trick-how-to-make-lists-not-share-the-same-memory-location

Hashnode - python (python)

You need to copy the original L2 list as L1 list and save it. But, you don't want the L1 list to change when the L2 list changes. Doing this as follows will change the members in both lists, because lists L1 and L2 share the same memory location: L2 ...


67: Exploitée par LockBit 3.0, la faille Citrix Bleed fait un malheur

https://www.lemondeinformatique.fr/actualites/lire-exploitee-par-lockbit-30-la-faille-citrix-bleed-fait-un-malheur-92215.html

Le monde informatique (Informatique / Internet)

Les entreprises n'ayant pas appliqué les correctifs de Citrix pour leurs systèmes NetScaler ADC et Gateway corrigeant en particulier (...)


68: Cybersécurité : entretien avec Arnaud Coustillière, directeur du Pôle d'Excellence Cyber

https://www.blogdumoderateur.com/cybersecurite-arnaud-coustilliere-directeur-pole-excellence-cyber/

Blog du Moderateur ()

L'European Cyber Week tenait sa 8e édition cette semaine à Rennes. L'occasion d'échanger avec le vice-amiral d'escadre (2S) Coustillière, président du Pôle d'Excellence Cyber, qui produit et coordonne, avec ses membres, l'événement.


69: Black Friday : origine, controverses, alternatives, tout savoir

https://www.blogdumoderateur.com/black-friday-origine-date-alternatives-tout-savoir/

Blog du Moderateur ()

Le Black Friday aura lieu le vendredi 24 novembre 2023. D'où vient cet événement commercial et comment s'est-il imposé '


70 / 127

70: Instagram : comment télécharger des Reels issus d'autres comptes

https://www.blogdumoderateur.com/instagram-comment-telecharger-reels-autres-comptes/

Blog du Moderateur ()

Le téléchargement des Reels sur Instagram était jusqu'ici disponible aux États-Unis. Il est déployé mondialement dès aujourd'hui.


71: VisualShaderNodeParticleSphereEmitter in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticlesphereemitter-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this exciting tutorial where we delve into the vibrant world of particle effects in Godot 4! Specifically, we’re going to explore the VisualShaderNodeParticleSphereEmitter class and its practical uses ... Read more


72: VisualShaderNodeParticleRandomness in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticlerandomness-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to a journey through the intriguing world of particle randomness in Godot 4. Today, we’re going to explore the capabilities of the VisualShaderNodeParticleRandomness class'a powerful tool in your game ... Read more


73: VisualShaderNodeParticleOutput in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticleoutput-in-godot-complete-guide/

Game dev academy (Jeux)

If you’ve been exploring the wide world of game development, you likely understand the magic of visual effects. Particles, for instance, create mesmerizing visuals that can take a simple game ... Read more


74: VisualShaderNodeParticleMultiplyByAxisAngle in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticlemultiplybyaxisangle-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to the world of game development with Godot 4, a powerhouse for indie developers and hobbyists alike. Today, we are diving into the VisualShaderNodeParticleMultiplyByAxisAngle class, an indispensable tool for ... Read more


75: VisualShaderNodeParticleMeshEmitter in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticlemeshemitter-in-godot-complete-guide/

Game dev academy (Jeux)

When it comes to crafting eye-catching and dynamic games, the visual details can make a world of difference. For game developers working with Godot 4, the VisualShaderNodeParticleMeshEmitter class offers a ... Read more


76: Maladie de Raynaud : découverte de deux gènes impliqués dans cette pathologie douloureuse

https://www.rtflash.fr/maladie-raynaud-decouverte-deux-genes-impliques-dans-cette-pathologie-douloureuse/article

Tregouet.org ()

Des scientifiques ont identifié les deux premiers gènes impliqués dans le phénomène de Raynaud, cette maladie héréditaire affectant la circulation sanguine et responsable par exemple d'une coloration blanche des doigts quand la température s'abaisse. Une avancée qui pourrait à terme ouvrir des perspectives thérapeutiques vraiment spécifiques de la pathologie. Cette affection hérédita [...]


77: VisualShaderNodeParticleEmitter in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticleemitter-in-godot-complete-guide/

Game dev academy (Jeux)

Engaging with the power of visual effects is a thrilling part of game development, creating immersive experiences that captivate players. In Godot 4, an incredibly versatile game engine, the VisualShaderNodeParticleEmitter ... Read more


78: Les effets néfastes de « mémoires biologiques » inversés sur deux générations

https://www.rtflash.fr/effets-nefastes-memoires-biologiques-inverses-sur-deux-generations/article

Tregouet.org ()

Des souris séparées de leur mère à la naissance transmettent la mémoire biologique de l'événement anxiogène aux deux générations suivantes, mais un simple médicament fait disparaître les symptômes associés à cette adversité, montrent les travaux de neuroscientifiques montréalais publiés. en lire plus


79: VisualShaderNodeParticleEmit in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticleemit-in-godot-complete-guide/

Game dev academy (Jeux)

Creating vibrant, interactive experiences in video games often relies on complex systems that simulate real-world behaviors. One of these systems is particle effects, which can improve a game’s aesthetics and ... Read more


80 / 127

80: Des cellules solaires en pérovskite bien plus efficaces et stables

https://www.rtflash.fr/cellules-solaires-en-perovskite-bien-plus-efficaces-et-stables/article

Tregouet.org ()

Les cellules photovoltaïques à pérovskite (PSC) sont à la pointe de l'innovation dans le secteur de l'énergie solaire. Elles suscitent un grand intérêt en raison de leur rendement de conversion de puissance et de leur fabrication rentable. Mais avant de pouvoir commercialiser les PSC, il faudrait parvenir à la fois à un rendement élevé et à une stabilité à long terme, notamment dans [...]


81: VisualShaderNodeParticleConeVelocity in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticleconevelocity-in-godot-complete-guide/

Game dev academy (Jeux)

Creating dynamic and visually impressive particle effects is a crucial aspect of modern game development, offering a path to bring games to life with realistic explosions, weather phenomena, or magical ... Read more


82: ''' 13 : Python Made Simple: From Installation to Data Types

https://liaqatali.hashnode.dev/13-python-made-simple-from-installation-to-data-types

Hashnode - python (python)

What is Python' In simple language, Python is a computer language that people use to talk to computers. It was created by Guido van Rossum. It's like giving instructions to a robot, but in a way that's easy for humans to understand and write. Python ...


83: VisualShaderNodeParticleBoxEmitter in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeparticleboxemitter-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to the exciting world of Godot 4’s visual shaders! In this tutorial, we’ll explore the depths of Godot’s VisualShaderNodeParticleBoxEmitter, unlocking the potential to create visually stunning particle systems with ... Read more


84: Le régime méditerranéen et l'exercice physique brûlent les graisses et renforcent les muscles

https://www.rtflash.fr/regime-mediterraneen-et-l-exercice-physique-brulent-graisses-et-renforcent-muscles/article

Tregouet.org ()

Le fait de suivre un régime méditerranéen, faire régulièrement du sport et réduire les calories, a entraîné une diminution de la graisse abdominale chez les adultes en surpoids, atteints d'obésité et du syndrome métabolique. « Une intervention de perte de poids sur le mode de vie affecte-t-elle les changements de composition corporelle ' » C'est la question que se sont réce [...]


85: Ils ont généré plus de 100 000 Passes Sanitaires : la folle histoire de 2 hackers français

https://www.lebigdata.fr/passes-sanitaires-2-hackers-francais

Le Big Data (dataviz)

L’affaire des faux passes sanitaires générés par deux jeunes hackers français est actuellement jugée à Paris. Cela marque l’un des … Cet article Ils ont généré plus de 100 000 Passes Sanitaires : la folle histoire de 2 hackers français a été publié sur LEBIGDATA.FR.


86: Running : pourquoi les coureurs gobent cette pilule électronique '

https://www.lebigdata.fr/coureurs-pilule-electronique

Le Big Data (dataviz)

La pilule électronique mesure la température interne des coureurs, une merveille technologique pour le sport et la santé. Elle offre … Cet article Running : pourquoi les coureurs gobent cette pilule électronique ' a été publié sur LEBIGDATA.FR.


87: Broadcom réorganise VMware

https://www.lemondeinformatique.fr/actualites/lire-broadcom-reorganise-vmware-92216.html

Le monde informatique (Informatique / Internet)

Le moment était attendu depuis longtemps, l'acquisition de VMware par Broadcom pour 61 Md$ est finalisée. Les autorités chinoises (...)


88: Broadcom réorganise VMware en 4 divisions

https://www.lemondeinformatique.fr/actualites/lire-broadcom-reorganise-vmware-en-4-divisions-92216.html

Le monde informatique (Informatique / Internet)

Le moment était attendu depuis longtemps, l'acquisition de VMware par Broadcom pour 61 Md$ est finalisée. Les autorités chinoises (...)


89: Anthropic dévoile Claude 2.1, son LLM toujours plus performant

https://www.lemondeinformatique.fr/actualites/lire-anthropic-devoile-claude-21-son-llm-toujours-plus-performant-92214.html

Le monde informatique (Informatique / Internet)

Cette semaine, Anthropic a annoncé que son modèle Claude 2.1, tout juste publié, disposait d'une fenêtre contextuelle de 200 (...)


90 / 127

90: Plus de performances pour le LLM Claude 2.1 d'Anthropic

https://www.lemondeinformatique.fr/actualites/lire-plus-de-performances-pour-le-llm-claude-21-d-anthropic-92214.html

Le monde informatique (Informatique / Internet)

Cette semaine, Anthropic a annoncé que son modèle Claude 2.1, tout juste publié, disposait d'une fenêtre contextuelle de 200 (...)


91: Google Bard décrypte les vidéos YouTube !

https://www.abondance.com/20231123-291200-google-bard-decrypte-videos-youtube.html

Abondance (Référencement)

Google Bard, le chatbot de Google, reçoit une mise à jour majeure : il est désormais capable d'analyser et de comprendre le contenu des vidéos YouTube. Cette avancée promet de transformer l'interaction des utilisateurs avec les vidéos, avec des réponses précises et un gain de temps considérable. Ce qu'il faut retenir : Analyse et compréhension […] L'article "Google Bard décrypte l [...]


92: JavaScript Hoisting Explained With Examples

https://asad2002web.hashnode.dev/javascript-hoisting-explained-with-examples

Hashnode - javascript (Javascript)

''''''''''''''' ''''' '''''''''''' '''''' ''''' '''''''' (Hoisting ) ''''''' '''' '''''''' '''''' '''''''' (Hoisting ) '''''''' ''''''''' '''' '''''' ''' ''' ''''' '''''''' '''''''' ''''''' '''' '''''' ''''' '' '''''''' '' ''''''' '''''' '' '''''' ''...


93: Improve App Downloads By Integrating AppsFlyer In Your Flutter App

https://promise.hashnode.dev/improve-app-downloads-by-integrating-appsflyer-in-your-flutter-app-clpay388i000z09jo9ubr8aar

Hashnode - Flutter (Flutter)

In today's competitive mobile app landscape, app store downloads and user engagement are the cornerstones of mobile app success. Integrating AppsFlyer into your Flutter app empowers you with a comprehensive toolkit to boost your app's visibility and ...


94: Le secteur IT résilient face à la baisse des fusions-acquisitions

https://www.lemondeinformatique.fr/actualites/lire-le-secteur-it-resilient-face-a-la-baisse-des-fusions-acquisitions-92209.html

Le monde informatique (Informatique / Internet)

Confronté à un recul en volume de 40 % au cours des neuf premiers mois de l'année 2023, le marché français des fusions-acquisitions (...)


95: Le groupe hôtelier IHG s'embarque dans le multicloud

https://www.lemondeinformatique.fr/actualites/lire-le-groupe-hotelier-ihg-s-embarque-dans-le-multicloud-92207.html

Le monde informatique (Informatique / Internet)

Pour IHG Hotels and Resorts (Intercontinental, Kimpton Hotels, Holiday Inn), le cloud est l'outil idéal. « Notre passage dans le cloud est (...)


96: La SNCF aiguille les données clients et d'exploitation sur la même voie

https://www.lemondeinformatique.fr/actualites/lire-la-sncf-aiguille-les-donnees-clients-et-d-exploitation-sur-la-meme-voie-92208.html

Le monde informatique (Informatique / Internet)

Hybrider la data pour enrichir la connaissance client. Et réunir le bon casting. Ce sont les deux recettes de Thomas Barroca, le directeur data (...)


97: Phishing : comment le machine learning aide à contrer les sites malveillants

https://www.blogdumoderateur.com/phishing-machine-learning-contrer-sites-malveillants/

Blog du Moderateur ()

Comment identifier sans délai un site frauduleux ' Florent Vuillemin, développeur d'outils de cyberdéfense chez Orange, a présenté ses solutions à l'European Cyber Week.


98: [OFFRE BLACK FRIDAY] ' La VTech My First KidiWatch Rose à 20% de remise

https://www.realite-virtuelle.com/vtech-kidiwatch-rose-promo-educative-ludique-enfant/

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

Cet article [OFFRE BLACK FRIDAY] – La VTech My First KidiWatch Rose à 20% de remise a été publié sur REALITE-VIRTUELLE.COM.


99: Black Friday : le mythe de la promotion exceptionnelle '

https://www.blogdumoderateur.com/black-friday-le-mythe-de-la-promotion-exceptionnelle/

Blog du Moderateur ()

Nous avons interrogé Romain Gavache, Country Manager France chez leDénicheur, pour obtenir un éclairage sur la pertinence des réductions proposées lors de ce "vendredi noir".


100 / 127

100: The Best JavaScript Projects for Beginners: Top 5 Picks

https://fanny.hashnode.dev/the-best-javascript-projects-for-beginners-top-5-picks

Hashnode - javascript (Javascript)

Are you new to JavaScript and looking for some hands-on projects to improve your skills' In this article, we'll explore the top 5 JavaScript projects for beginners that will help you learn and practice the fundamentals of this popular programming lan...


101: 17 plugins WordPress made in France incontournables

https://wpmarmite.com/plugins-wordpress-made-in-france/

WP Marmite (wordpress)

Alors comme ça, y'a que les Américains ou les Britanniques qui font des plugins de qualité ' Eh bien non, cher ami.  Au pays de la baguette, du vin et de la marinière, on est aussi capables de produire d'excellentes... 17 plugins WordPress made in France incontournables est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


102: [OFFRE BLACK FRIDAY] ' 40% de réduction sur le jeu VR « The Walking Dead Onslaught »

https://www.realite-virtuelle.com/the-walking-dead-onslaught-vr-promo-action-zombie/

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

Cet article [OFFRE BLACK FRIDAY] ' 40% de réduction sur le jeu VR « The Walking Dead Onslaught » a été publié sur REALITE-VIRTUELLE.COM.


103: Clojure for Node Developers: File System

https://blog.tvaisanen.com/clojure-for-node-developers-file-system

Hashnode - javascript (Javascript)

This will be a straightforward post with Javascript to Clojure examples of filesystem operations: listing, reading, writing, renaming, and deleting files. So, let's get to it. In Javascript, we'd import the fs-module. const fs = require('node:fs/prom...


104: [OFFRE BLACK FRIDAY] ' 16% de remise sur le HTC VIVE Tracker 3.0

https://www.realite-virtuelle.com/htc-vive-tracker-3-promo-accessoire-vr/

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

Cet article [OFFRE BLACK FRIDAY] ' 16% de remise sur le HTC VIVE Tracker 3.0 a été publié sur REALITE-VIRTUELLE.COM.


105: Nouvelle plainte d'auteurs contre OpenAI et Microsoft pour violation de la propriété intellectuelle

https://www.usine-digitale.fr/article/nouvelle-plainte-d-auteurs-contre-openai-et-microsoft-pour-violation-de-la-propriete-intellectuelle.N2197838

L'usine-digitale (Informatique)

OpenAI se trouve de nouveau attaqué en justice pour avoir utilisé des ouvrages littéraire afin d'entraîner ses modèles d'IA sans le consentement de leurs auteurs. Pour la première, Microsoft est également nommé dans la plainte.


106: Day 10: Mastering Lists in Python for DevOps (Part 2)

https://chandreshpatle.com/day-10-mastering-lists-in-python-for-devops-part-2

Hashnode - python (python)

Welcome back to our Python for DevOps series! In today's edition, we'll continue our exploration of lists, delving into more advanced concepts such as list comprehensions, and nested lists, and performing sophisticated operations on lists to enhance ...


107: [OFFRE BLACK FRIDAY] ' 14% de remise sur l'HP Sprocket Studio Plus

https://www.realite-virtuelle.com/hp-sprocket-studio-plus-promo-impression-photo/

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

Cet article [OFFRE BLACK FRIDAY] – 14% de remise sur l’HP Sprocket Studio Plus a été publié sur REALITE-VIRTUELLE.COM.


108: Python Data Structure

https://vtaikar.hashnode.dev/python-data-structure

Hashnode - python (python)

'What is Data Structure' Data Structures are a way of organizing data so that it can be accessed more efficiently depending on the situation. Data Structures are fundamentals of any programming language around which a program is built. Python helps ...


109: What Is an Algorithm in Programming

https://gamedevacademy.org/what-is-an-algorithm-in-programming/

Game dev academy (Jeux)

Algorithms are the backbone of programming, acting as step-by-step instructions that dictate how a computer should solve a problem or execute a task. Whether you’re a beginner taking your first ... Read more


110 / 127

110: What Is a Compiler vs. an Interpreter

https://gamedevacademy.org/what-is-a-compiler-vs-an-interpreter/

Game dev academy (Jeux)

Delving into the world of programming, understanding the mechanisms that turn your code into action is crucial. Among these mechanisms, the concepts of compilers and interpreters stand as pillars of ... Read more


111: What Is End-User Documentation in Software Development

https://gamedevacademy.org/what-is-end-user-documentation-in-software-development/

Game dev academy (Jeux)

Documentation is an often undervalued aspect of software development, yet it’s one of the most crucial components for ensuring that applications are accessible and maintainable. Whether it's presenting information to ... Read more


112: What is DOM'

https://abhrajitgupta.hashnode.dev/what-is-dom

Hashnode - javascript (Javascript)

DOM stands for Document Object Model. Suppose, you have a HTML document in which you want to create, change or remove any element. So, DOM helps you to do the same thing in your document. It's used for HTML (Hyper Text Markup Language) and XML (Exten...


113: What Is Software Maintenance

https://gamedevacademy.org/what-is-software-maintenance/

Game dev academy (Jeux)

Understanding software maintenance is crucial for any developer, beginner or seasoned. In today’s dynamic world, where technology advances at lightning speed, the ability to maintain and improve existing code is ... Read more


114: What Is a Software Patch

https://gamedevacademy.org/what-is-a-software-patch/

Game dev academy (Jeux)

Software patches are a fundamental piece of the development puzzle, akin to regularly updating the rules of a game to ensure it stays fresh and bug-free. Every developer, whether they're ... Read more


115: What Is a Software Bug

https://gamedevacademy.org/what-is-a-software-bug/

Game dev academy (Jeux)

Welcome to a journey through the intricate world of software development, where we’ll demystify one of the most common and critical aspects – the “Software Bug”. As creators and learners, ... Read more


116: What Is Debugging in Programming

https://gamedevacademy.org/what-is-debugging-in-programming/

Game dev academy (Jeux)

Welcome to the world of debugging, an essential yet sometimes elusive skill set that is crucial for programmers of all levels. Whether you’re just starting out or you’ve coded a ... Read more


117: What Is a Variable Declaration vs. Initialization

https://gamedevacademy.org/what-is-a-variable-declaration-vs-initialization/

Game dev academy (Jeux)

Welcome to this tutorial, where we’re going to dive into a fundamental concept that forms the backbone of almost every programming task: variable declaration and initialization. Understanding these concepts is ... Read more


118: What Is a Programming Constant

https://gamedevacademy.org/what-is-a-programming-constant/

Game dev academy (Jeux)

Welcome to the fascinating world of programming constants! As you embark on this coding adventure, you’ll uncover the secrets that help transform scattered code into structured and robust programs. Constant ... Read more


119: What Is a Parameter vs. an Argument in Programming

https://gamedevacademy.org/what-is-a-parameter-vs-an-argument-in-programming/

Game dev academy (Jeux)

Welcome to an exploration into the cornerstones of programming: parameters and arguments. This tutorial will delve into these concepts that are fundamental to any programming language, including Python. Understanding the ... Read more


120 / 127

120: Navigating Front-End Build Tools: A Comprehensive Guide for Developers

https://blog.seancoughlin.me/front-end-build-tools

Hashnode - javascript (Javascript)

In the realm of front-end development, the choice of build tools can significantly impact the efficiency and effectiveness of your workflow. As a developer, it's essential to understand the nuances of these tools to make informed decisions. This blog...


121: How to Find a Cheap Car Shipping Company That's Right or You

https://www.bestfreewebresources.com/how-to-find-a-cheap-car-shipping-company-thats-right-or-you

Best Free Web Resources (Veille)

Car shipping can add up quickly – whether for interstate moves, cross-country vacations or sending it off to a snowbird friend – but with some proactive strategies in place you may be able to reduce costs by keeping dates flexible and booking early. Open Transport If you’re on a tight budget, try being flexible when […] The post How to Find a Cheap Car Shipping Company That [...]


122: The Cloud Resume Challenge - Building my resume on Azure!

https://ochuwilliams.hashnode.dev/the-cloud-resume-challenge-building-my-resume-on-azure

Hashnode - python (python)

Hello, meet Ochu Williams, a young tech inclined individual who is keenly interested on birthing a career in cloud computing. After hours, days, weeks and months of studying cloud related materials, I decided to get hands on in the cloud and begin to...


123: Supervised VS Unsupervised Learning | Episode 4

https://neuralrealm.hashnode.dev/understanding-unsupervised-learning-supervised-vs-unsupervised-learning

Hashnode - python (python)

The computer scientist Yann LeCun famously said that 'if intelligence was a cake, unsupervised learning would be the cake, supervised learning would be the icing on the cake, and reinforcement learning would be the cherry on the cake.' In other words...


124: The unbearable weight of massive JavaScript

https://javascriptweekly.com/issues/664

javascriptweekly (Javascript)

#'664 ' November 23, 2023 Read on the Web JavaScript Weekly Time to Take the State of JavaScript 2023 ' The long standing State of JavaScript survey is back for another run at figuring out what the community is up to and what tools we're using. The results are always illuminating and we'll share the tastiest parts once available. Devographics '  The Unbearable W [...]


125: Vitest vs. Jest: The New JavaScript Testing Framework

https://blog.seancoughlin.me/vitest-vs-jest-the-new-javascript-testing-framework

Hashnode - javascript (Javascript)

In the ever-evolving world of JavaScript development, choosing the right testing framework is crucial. Two notable contenders in this arena are Vitest and Jest. While Jest has been a long-standing favorite among developers, Vitest emerges as a compel...




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