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

« Aout 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Mercredi 16 Aout 2023 (122)

1: Flutter 3.13

https://collicle.hashnode.dev/flutter-313

Hashnode - Flutter (Flutter)

Hey Devs, it is that time again, There is a new version of Flutter and you are probably one of those wondering what new cool features have been added to the framework, I am here to give you the gist of what this new version is about. FRAMEWORK UPDATE...


2: A portable data stack with Dagster, Docker, DuckDB, dbt and Superset

https://datawise.dev/a-portable-data-stack-with-dagster-docker-duckdb-dbt-and-superset

Hashnode - python (python)

I've previously mentioned how pet projects are good for exploring new technologies. It's not every day that you can work on a greenfield project with just the stack you want. So while ago I decided to spin off a previous proof of concept I've had (po...


3: Regarder du VR porn sur une PS5 : comment faire '

https://www.realite-virtuelle.com/vr-porn-sur-ps5/

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

La réalité virtuelle a évolué, offrant des expériences immersives variées, notamment dans le domaine de […] Cet article Regarder du VR porn sur une PS5 : comment faire ' a été publié sur REALITE-VIRTUELLE.COM.


4: Apple Reverses Decision to Move iPhone End Call Button

https://www.webdesignerdepot.com/2023/08/apple-reverses-decision-to-move-iphone-end-call-button/

Webdesigner depot (Design)

Apple's iOS 17 preview launched last week. The update offers many new features, but users couldn't get over Apple's decision to move the call button. Now, they've reversed it. Rejoice!


5: Unlocking the Power of Parallelism: Demystifying Multithreading in Modern Software Development

https://bezaleelnwabia.hashnode.dev/unlocking-the-power-of-parallelism-demystifying-multithreading-in-modern-software-development

Hashnode - javascript (Javascript)

1. PREREQUISITES Before delving into the comprehensive article on multithreading in modern software development, it's essential to have a solid foundation in certain programming concepts and languages, particularly Python and JavaScript. Familiarity ...


6: WhatsApp Will Soon Allow You to Send HD Images

https://www.webdesignerdepot.com/2023/08/whatsapp-will-soon-allow-you-to-send-hd-images/

Webdesigner depot (Design)

The update is set to roll out to the public sometime over the next few weeks.


7: Mozilla Is Bringing Desktop Extensions to the Android Version of Firefox

https://www.webpronews.com/mozilla-is-bringing-desktop-extensions-to-the-android-version-of-firefox/

WebProNews SEO (Développement)

WebProNews Mozilla Is Bringing Desktop Extensions to the Android Version of Firefox Mozilla's Firefox is about to become the most full-featured browser available on Android with full support for the extensions that are available on the desktop. Mozilla Is Bringing Desktop Extensions to the Android Version of Firefox Staff


8: Charted: The Rise and Fall of WeWork

https://www.visualcapitalist.com/rise-and-fall-of-wework/

Visual Capitalist (dataviz)

At the height of its success, WeWork was valued at $47 billion. Four years later, WeWork is worth a fraction of the total. What happened' The post Charted: The Rise and Fall of WeWork appeared first on Visual Capitalist.


9: Python Data Types and Data Structures for DevOps

https://nagesh-upalanchi.hashnode.dev/python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...


10 / 122

10: The Issue of Using Index as Keys in React: Pitfalls and Best Practices

https://codersk36.hashnode.dev/the-issue-of-using-index-as-keys-in-react-pitfalls-and-best-practices

Hashnode - javascript (Javascript)

Understanding the Significance of Keys in React At the heart of React's performance optimization lies the concept of keys. These special attributes act as identifiers, helping React track changes, additions, and removals within a list of components. ...


11: Currying in JavaScript

https://rajanlagah.hashnode.dev/currying-in-javascript

Hashnode - javascript (Javascript)

Function currying is a way to use the same arguments in the sequence of functions. in other words, you will pass an argument to a function and it will return another function which you can call and pass a different argument. function multipleCircleAr...


12: International Journal of Oncology: Mobile Phones Cause Brain Tumors

https://www.webpronews.com/international-journal-of-oncology-mobile-phones-cause-brain-tumors/

WebProNews SEO (Développement)

WebProNews International Journal of Oncology: Mobile Phones Cause Brain Tumors The International Journal of Oncology has released a report on cell phone risks, concluding that mobile devices cause cancer and brain tumors. International Journal of Oncology: Mobile Phones Cause Brain Tumors Matt Milano


13: Diving into Dart Extensions: From Basics to Advanced Techniques

https://kishansindhi.hashnode.dev/diving-into-dart-extensions-from-basics-to-advanced-techniques

Hashnode - Flutter (Flutter)

Introduction: Understanding Extension Methods in Dart Extension methods in Dart offer a powerful mechanism for adding new functionality to existing classes, even ones that you don't have control over, without the need to modify their source code. Th...


14: Getting Started with Node.js

https://architsehgal.dev/getting-started-with-nodejs

Hashnode - javascript (Javascript)

Introduction: Node.js has revolutionized the way developers build web applications by enabling server-side scripting using JavaScript. In this guide, we'll walk you through the process of installing Node.js and creating your very first server, openin...


15: Hierarchical Clustering: Revealing Data's Inner Architecture Through Nested Patterns

https://coderofph.hashnode.dev/hierarchical-clustering-revealing-datas-inner-architecture-through-nested-patterns

Hashnode - python (python)

Introduction to Hierarchical Clustering Hierarchical clustering is an unsupervised learning technique that arranges data points into a tree-like structure of clusters. Unlike K-Means clustering, which assigns data points to a fixed number of clusters...


16: What is DOM in JavaScript'

https://vinoo.hashnode.dev/what-is-dom-in-javascript

Hashnode - javascript (Javascript)

DOM - stands for Document Object Model. Think of it as a tree that with multiple branches that fan out to indicate and serve different elements on the web page. Now, each branch can be referred to by its own "name". How do we give the name' This is d...


17: Tweetdeck is no longer free

https://searchengineland.com/tweetdeck-is-no-longer-free-430811

Search engine land (Référencement)

The move is expected to negatively impact the discoverability of brands on X (Twitter). The post Tweetdeck is no longer free appeared first on Search Engine Land.


18: Python Libraries for DevOps - ' Reading JSON and YAML '

https://nirmalpycloudops.hashnode.dev/python-libraries-for-devops-reading-json-and-yaml

Hashnode - python (python)

Hello, DevOps champs! Ready for another thrilling day of enhancing your DevOps arsenal' Today, we're diving into the fascinating world of file parsing, focusing on the vibrant realms of JSON and YAML. Inspired by the wisdom of the incredible Shubham ...


19: Building a Startup Idea Generator API with Python, Flask and Cohere's "command-nightly" Model : Leveraging The Power of LLMs

https://glorykolade.hashnode.dev/building-a-startup-idea-generator-api-with-python-flask-and-coheres-command-nightly-model-leveraging-the-power-of-llms

Hashnode - python (python)

Introduction In today's rapidly evolving entrepreneurial landscape, startups are the driving force behind innovation and progress. Generating creative and groundbreaking startup ideas is a crucial step towards building successful ventures. However, c...


20 / 122

20: Leveraging The Power of LLMs : Building a Startup Idea Generator API with Python, Flask and Cohere's "command-nightly" Model

https://glorykolade.hashnode.dev/leveraging-the-power-of-llms-building-a-startup-idea-generator-api-with-python-flask-and-coheres-command-nightly-model

Hashnode - python (python)

Introduction In today's rapidly evolving entrepreneurial landscape, startups are the driving force behind innovation and progress. Generating creative and groundbreaking startup ideas is a crucial step towards building successful ventures. However, c...


21: Changing the Default Port (4200) in Angular

https://stackabuse.com/changing-the-default-port-4200-in-angular/

Stack Abuse (Javascript)

Introduction Angular, a popular platform for building web applications, by default runs its local development server on port 4200. However, there may be instances where you need to modify this default port. This could be due to conflicts with other processes, company policies, or simply personal preference. This tutorial will


22: Today Code challenge

https://techpencraft.hashnode.dev/today-code-challenge

Hashnode - javascript (Javascript)

Create a function that takes a number as its only argument and returns true if it's less than or equal to zero, otherwise return false. lessThanOrEqualToZero(5) ' false Solution function lessThanOrEqualToZero(num) { return num


23: Mastering JSON in Flutter: A Comprehensive Guide '

https://yatendrakumar.hashnode.dev/mastering-json-in-flutter-a-comprehensive-guide

Hashnode - Flutter (Flutter)

Whether you're just starting your Flutter journey or looking to sharpen your existing skills, understanding how to work with JSON is crucial. Let's dive into this complete guide to get you up and running! '''''' Understanding JSON: The Basics '...


24: Null and Undefined in JavaScript.

https://islot.hashnode.dev/null-and-undefined-in-javascript

Hashnode - javascript (Javascript)

Introduction JavaScript has emerged as one of the leading programming languages, particularly in the realm of software engineering and web development. Despite its straightforward syntax and simplicity, beginners often encounter challenges when grasp...


25: The Roller Coaster of Emotional Investing and Its Impact on Portfolios

https://www.visualcapitalist.com/sp/roller-coaster-of-emotional-investing/

Visual Capitalist (dataviz)

90% of investing is driven by emotions. But controlling impulses in turbulent markets is key to protecting your portfolio in the long run. The post The Roller Coaster of Emotional Investing and Its Impact on Portfolios appeared first on Visual Capitalist.


27: 7 plateformes low/no-code qui embrassent l'IA

https://www.lemondeinformatique.fr/actualites/lire-7-plateformes-low-no-code-qui-embrassent-l-ia-91290.html

Le monde informatique (Internet / Informatique)

Sans compter Microsoft avec AI Builder, qui apporte des capacités d'intelligence artificielle et d'apprentissage automatique ciblées et génératives (...)


28: First Day of studying Machine Learning!!

https://techieash.hashnode.dev/first-day-of-studying-machine-learning

Hashnode - python (python)

I am Anshul Sharma currently pursuing a BE Degree, I am a coding enthusiast having skill sets in Python, c++ and a bit of web development. I am very much interested in Machine Learning and Artificial Intelligence as I am amazed by this technology so ...


29: TypeScript: Remove a Property from an Object

https://stackabuse.com/typescript-remove-a-property-from-an-object/

Stack Abuse (Javascript)

Introduction Just like in any language that has them, objects are an important part of JS/TS, allowing us to store collections of values with different types. While working with objects, we often need to change their properties - in this case, removing them. This Byte will show you the


30 / 122

30: Understanding Leetcode Problem: 2Sum

https://monishobaid.hashnode.dev/understanding-leetcode-problem-2sum

Hashnode - python (python)

When it comes to tackling any problem, the brute force approach is like taking the direct path. It might not be the most efficient, but it certainly gets the job done. Let's delve into how this approach works and how to approach it step by step. Iter...


31: How to draw RAMBLES

https://feeds.feedblitz.com/~/780547814/0/tanglepatterns~How-to-draw-RAMBLES.html

TanglePatterns (Zentangle)

Video and links to online instructions for drawing the Zentangle®-original tangle: Rambles. Video features another fanciful imaginary botanical specimen. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


32: Understanding synergy: The power of combined efforts

http://blog.logrocket.com/product-management/what-is-synergy-definition-overview/

Log Rocket blog (Web 2)

Synergy occurs when you work as a group to deliver more value than you would've through individual efforts. The post Understanding synergy: The power of combined efforts appeared first on LogRocket Blog.


33: Comment des milliers de hackers ont attaqué ChatGPT pendant la DefCon

https://www.lebigdata.fr/hackers-defcon-chatgpt

Le Big Data (dataviz)

Comme à leurs habitudes, des milliers de hackers se sont retrouvés au DefCon à Las Vegas pour pirater différents systèmes … Cet article Comment des milliers de hackers ont attaqué ChatGPT pendant la DefCon a été publié sur LEBIGDATA.FR.


34: Instagram, TikTok, or Facebook: Choosing the Right Platform for your Digital Marketing goals

https://www.noupe.com/business-online/instagram-tiktok-or-facebook-for-your-digital-marketing-goals.html

Noupe (conception)

Picking the right social media platform for your business can be a bit tricky. With all the cool new stuff you can do on social media, it’s important to know what you want from your digital marketing. This way, you won’t get overwhelmed by too many choices. But this sounds easier to say than done.... The post Instagram, TikTok, or Facebook: Choosing the Right Platform for y [...]


35: Dashboard UI: Tutorial, best practices, examples

http://blog.logrocket.com/ux-design/making-dashboard-ui/

Log Rocket blog (Web 2)

When done correctly, an effective dashboard UI minimizes user confusion. Here's how designers can create UI that doesn't scare users. The post Dashboard UI: Tutorial, best practices, examples appeared first on LogRocket Blog.


36: La start-up Caden lève 15 millions de dollars pour offrir une alternative aux cookies tiers

https://www.usine-digitale.fr/article/experte-de-la-monetisation-des-donnees-personnelles-la-start-up-caden-leve-15-millions-de-dollars.N2161192

L'usine-digitale (Informatique)

Stimulée par l'actualité sur les cookies et les restrictions en matière de publicité ciblée, la start-up new-yorkaise Caden vient de lever 15 millions de dollars. Elle mise sur une rémunération des utilisateurs enclins à céder leurs données personnelles.


37: Fixing the "useRef Object is possibly null" Error in React

https://stackabuse.com/fixing-the-useref-object-is-possibly-null-error-in-react/

Stack Abuse (Javascript)

Introduction React, coupled with TypeScript, is a powerful combination for building robust web applications. However, sometimes we encounter TypeScript errors that can be confusing, like the "useRef Object is possibly null" error. In this Byte, we will explain this error and show a few solutions to handle it in your


38: Reusable SQL Code With dbt Macros

https://mathdatasimplified.com/2023/08/16/reusable-sql-code-with-dbt-macros/

Math Data Simplified (data)

If you want to reuse a piece of SQL code fragments multiple times, use macros. Macros in dbt are like functions in Python. The post Reusable SQL Code With dbt Macros appeared first on Data Science Simplified.


39: As a streamer, why should I care about Druid'

https://awhitter.hashnode.dev/as-a-streamer-why-should-i-care-about-druid

Hashnode - python (python)

I'm a sucker for technology. Love learning new things and following the trends. I started my working life with Oracle doing OLTP and data warehousing databases, moved to Hortonworks (now Cloudera) to do great things with Big Data, and then on to Con...


40 / 122

40: Various Doms In Html

https://diwakar7.hashnode.dev/various-doms-in-html

Hashnode - javascript (Javascript)

DOM: A document object model (DOM) is a interface for html document and it represents the tree of objects inside the html document. -- DOM can be accessed by the "JAVASCRIPT" to manupulate elements in html -- Browser creates the initial DOM tree SHAD...


41: Day 14 - Python Data Types and Data Structures for DevOps

https://pavanpawar2811.hashnode.dev/day-14-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

' Python Data Types: - Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data t...


42: Snapchat : le chatbot MyIA perd les pédales, les memes les plus drôles

https://www.lebigdata.fr/snapchat-myia-story

Le Big Data (dataviz)

Les utilisateurs de Snapchat ont été perturbés par l'étrange comportement du chatbot MyIA de la plateforme. Ce dernier a soudainement … Cet article Snapchat : le chatbot MyIA perd les pédales, les memes les plus drôles a été publié sur LEBIGDATA.FR.


43: US : L'emploi IT fait de la résistance malgré les licenciements

https://www.lemondeinformatique.fr/actualites/lire-us-l-emploi-it-fait-de-la-resistance-malgre-les-licenciements-91289.html

Le monde informatique (Internet / Informatique)

Confrontées à une économie mondiale incertaine, à l'inflation, aux problèmes persistants de la chaîne d'approvisionnement (...)


44: Productionalization of Machine Learning Models

https://codewithjosh.hashnode.dev/productionalization-of-machine-learning-models

Hashnode - python (python)

Introduction Deploying machine learning models is essential for making them useful to the public or expected users. In this article, we will explore the best ways to deploy your models for production scenarios. There are two common architectural appr...


45: Adding a Property at the Start of a JavaScript Object

https://stackabuse.com/adding-a-property-at-the-start-of-a-javascript-object/

Stack Abuse (Javascript)

Introduction JavaScript objects are a fundamental building block of modern development. They provide a way to structure data in a flexible and intuitive format. One task that you may face as a developer is the need to add properties to an existing object. Although JavaScript provides straightforward methods to add


46: 7 pitfalls of user data research

http://blog.logrocket.com/product-management/7-pitfalls-of-user-data-research/

Log Rocket blog (Web 2)

User research is a critical part of any PM's job. This article goes through a story of how user research impacted LogRocket's Issues team. The post 7 pitfalls of user data research appeared first on LogRocket Blog.


47: Building Next.js apps with Materio

http://blog.logrocket.com/building-next-js-apps-materio/

Log Rocket blog (Web 2)

Materio, a Next.js and React admin template, allows you to successfully customize your Next.js app with customizable, developer-friendly features. The post Building Next.js apps with Materio appeared first on LogRocket Blog.


48: Google Ads trials enhanced customer service for small businesses

https://searchengineland.com/google-ads-enhanced-customer-service-small-business-430773

Search engine land (Référencement)

This level of one-on-one support has historically only been offered to Google Ads' biggest clients. The post Google Ads trials enhanced customer service for small businesses appeared first on Search Engine Land.


49: Starting React' Learn These Crucial JavaScript Concepts

https://kohinoor.hashnode.dev/starting-react-learn-these-crucial-javascript-concepts

Hashnode - javascript (Javascript)

Introduction JavaScript is the foundation of modern web development, and mastering its core concepts is crucial before developing into more specialized libraries, like React, React a popular JavaScript library for building user interfaces, empowers d...


50 / 122

50: Unreal Engine sous Macos & Linux : Le guide du développeur

https://www.demonixis.net/unreal-engine-sous-macos-linux-le-guide-du-developpeur/

Demonixis (Jeux)

Unreal Engine sous Linux et MacOS ' Le guide du développeur pour utiliser Unreal sur autre chose que Windows. L'article Unreal Engine sous Macos & Linux : Le guide du développeur est apparu en premier sur Demonixis Games.


51: Le constructeur BYD n'utilisera pas la technologie autonome de Baidu pour ses véhicules électriques

https://www.usine-digitale.fr/article/le-constructeur-chinois-byd-n-utilisera-pas-la-technologie-autonome-de-baidu-pour-ses-vehicules-electriques.N2161127

L'usine-digitale (Informatique)

Les mastodontes chinois Baidu et BYD viennent de rompre un partenariat stratégique en matière de véhicules électriques autonomes.


52: Google: Don't worry about SEO tool scores

https://searchengineland.com/google-search-seo-tools-scores-430771

Search engine land (Référencement)

Website authority scores, spam scores ' Google doesn't use any of those in ranking. It's just an SEO myth that won't die. The post Google: Don’t worry about SEO tool scores appeared first on Search Engine Land.


53: Can you use both Python and Node.js together on the same website'

https://bindu.hashnode.dev/can-you-use-both-python-and-nodejs-together-on-the-same-website

Hashnode - python (python)

Yes, you can use both Python and Node.js together on the same website, although it might require some careful planning and architecture considerations. Here are a few scenarios where you might combine these technologies: Microservices Architecture: ...


54: Check if a String Contains Numbers in JavaScript

https://stackabuse.com/check-if-a-string-contains-numbers-in-javascript/

Stack Abuse (Javascript)

Introduction When working with JavaScript, it's not uncommon to need to determine if a string contains numbers, especially when you're taking input from a user or trying to parse text from another source, like a document. In this Byte, we'll explore several ways to identify if a string contains numbers,


55: Pico 4: Voici la dernière mise à jour Pico OS 5.7

https://www.realite-virtuelle.com/pico-4-derniere-mise-a-jour-pico-os-5-7/

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

Pico 4, le casque VR de ByteDance, reçoit la nouvelle mise à jour majeure Pico […] Cet article Pico 4: Voici la dernière mise à jour Pico OS 5.7 a été publié sur REALITE-VIRTUELLE.COM.


56: Préparez-vous : L'accessoire de station de charge officiel débarque dans le Quest 3 !

https://www.realite-virtuelle.com/station-charge-officiel-quest-3/

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

Le Quest 3 prévoirait l’ajout éventuel d’une station de charge facultative pour le casque et […] Cet article Préparez-vous : L’accessoire de station de charge officiel débarque dans le Quest 3 ! a été publié sur REALITE-VIRTUELLE.COM.


57: Google resserre les liens entre la navigation web et l'IA générative

https://www.lemondeinformatique.fr/actualites/lire-google-resserre-les-liens-entre-la-navigation-web-et-l-ia-generative-91287.html

Le monde informatique (Internet / Informatique)

Pour Google, son expérience de recherche alimentée par l'IA générative (SGE) lancée il y a moins de trois mois est un (...)


58: Netflix se lance dans le streaming de jeux vidéo sur PC et téléviseur

https://www.usine-digitale.fr/article/netflix-se-lance-dans-le-streaming-de-jeux-video.N2161122

L'usine-digitale (Informatique)

La plateforme américaine mène une phase de tests permettant à ses clients de jouer directement sur leur télévision, en utilisant un smartphone comme manette, ou leur ordinateur.


59: Google Business Profiles to let you manage your social links

https://searchengineland.com/google-business-profiles-to-let-you-manage-your-social-links-430766

Search engine land (Référencement)

While Google showed social media profile links for local listings for a long time, Google Business Profiles may soon let you manage those links. The post Google Business Profiles to let you manage your social links appeared first on Search Engine Land.


60 / 122

60: Get Your Fundamentals Right: JavaScript Edition

https://shivkaraman.hashnode.dev/get-your-fundamentals-right-javascript-edition

Hashnode - javascript (Javascript)

Introduction JavaScript, often labeled as the world's most hated programming language, but you know what' It is also the most loved programming language in the world! In this blog, we're on a mission to make you fall in love with JavaScript. Get read...


61: Navigating conflicting methodologies in product management

http://blog.logrocket.com/product-management/navigating-conflicting-methodologies-product-management/

Log Rocket blog (Web 2)

Product teams should not follow a methodological framework without modification. Yet, this is what many consistently choose to do. The post Navigating conflicting methodologies in product management appeared first on LogRocket Blog.


62: How to implement a vector database for AI

http://blog.logrocket.com/implement-vector-database-ai/

Log Rocket blog (Web 2)

Vector databases are powerful tools for storing and manipulating large datasets for applications like AI. Learn how to implement one here! The post How to implement a vector database for AI appeared first on LogRocket Blog.


63: XML sitemaps and SEO: What you need to know

https://searchengineland.com/xml-sitemaps-and-seo-what-you-need-to-know-430735

Search engine land (Référencement)

You can't trust search engine bots to find all your URLs. Give them a guide with your XML sitemap. Learn the SEO benefits here. The post XML sitemaps and SEO: What you need to know appeared first on Search Engine Land.


64: 11 Ways to Build a Website for Free

https://www.webdesignerdepot.com/11-ways-to-build-a-website-for-free/

Webdesigner depot (Design)

So, you need to build a website, and your budget is all but non-existent. Fear not; it is possible to get online for nothing using a site builder. Sure, you're not going to win any awards, and forget about scalability. But if you need to get a website online fast, site builders are a no-brainer.


65: Jeu vidéo : services et biens virtuels bousculent le modèle des consoles

https://www.usine-digitale.fr/article/jeu-video-services-et-biens-virtuels-bousculent-le-modele-des-consoles.N2161102

L'usine-digitale (Informatique)

Les revenus des biens virtuels et des abonnements atteindront 21 milliards de dollars cette année selon une étude d'Ampere Alanysis.


66: How to use PPC to act on (or respond to) unplanned publicity

https://searchengineland.com/ppc-unplanned-publicity-430712

Search engine land (Référencement)

A well-placed PPC ad gives you the opportunity to respond directly to good and bad publicity. Here's what you need to know. The post How to use PPC to act on (or respond to) unplanned publicity appeared first on Search Engine Land.


67: Vision Pro vs Valve Index : Lequel vous convient '

https://www.realite-virtuelle.com/vision-pro-vs-valve-index-lequel-choisir/

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

Le lancement de l’Apple Vision Pro a suscité l’intérêt de nombreux observateurs. Cela les a […] Cet article Vision Pro vs Valve Index : Lequel vous convient ' a été publié sur REALITE-VIRTUELLE.COM.


68: Borderlands 4 : le jeu et sa date de sortie dévoilés par un leak

https://www.lebigdata.fr/borderlands-4-date-de-sortie-devoiles-par-un-leak

Le Big Data (dataviz)

Tôt cette semaine, un leak a dévoilé que Borderlands 4 va sortir dans les jours à venir. La date de … Cet article Borderlands 4 : le jeu et sa date de sortie dévoilés par un leak a été publié sur LEBIGDATA.FR.


69: Building a RESTful API with Node.js

https://lasabi-olalekan.hashnode.dev/building-a-restful-api-with-nodejs

Hashnode - javascript (Javascript)

Prerequisites Basic Understanding of JavaScript Programming Language Node.js installed on the system An IDE like VSCode installed on the system What is a RESTful API' There is a lingering question as to what is an API' An API is an acronym for A...


70 / 122

70: MariaDB - Administration et optimisation, un livre de Stéphane Combaudon, critiqué par Fabien Celaia

https://mysql.developpez.com/livres/index/?page=Livres-en-francais#L2409008550

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

MariaDB Administration et optimisation Ce livre sur MariaDB (en version 10.1 au moment de l'écriture) s'adresse aux développeurs et administrateurs MySQL ou MariaDB désireux de consolider leurs connaissances sur la principale variante de MySQL.Le livre débute par une présentation des bases qui vous seront nécessaires pour exploiter au mieux toutes les capacités de Mar [...]


71: Let data be the biggest driver behind your advertising strategy by Cynthia Ramsaran

https://searchengineland.com/let-data-be-the-biggest-driver-behind-your-advertising-strategy-430614

Search engine land (Référencement)

Dun & Bradstreet's SVP of digital audiences discusses why B2B and B2C buying behaviors have changed and why accurate data is the key to staying ahead. The post Let data be the biggest driver behind your advertising strategy appeared first on Search Engine Land.


72: Google Maps : évitez les radars grâce à cette astuce cachée

https://www.lebigdata.fr/google-maps-radars

Le Big Data (dataviz)

Il existe une méthode simple et méconnue pour éviter de se faire flasher par les radars avec Google Maps. Découvrez … Cet article Google Maps : évitez les radars grâce à cette astuce cachée a été publié sur LEBIGDATA.FR.


73: Worldcoin à Paris : "Mon objectif, c'est de faire comprendre que ce n'est pas le diable"

https://www.usine-digitale.fr/article/worldcoin-a-paris-mon-objectif-c-est-de-faire-comprendre-que-ce-n-est-pas-le-diable.N2161087

L'usine-digitale (Informatique)

Née du cerveau du fondateur d'OpenAI Sam Altman, la cryptomonnaie Worldcoin est officiellement lancée depuis le 24 juillet. À Paris, des prestataires embauchés en ligne naviguent laborieusement de café en espace de coworking pour scanner les iris de curieux, peu nombreux à la mi-août.


74: How to Use the Call, Apply, and Bind Functions in JavaScript ' with Code Examples

https://yahyo.hashnode.dev/how-to-use-the-call-apply-and-bind-functions-in-javascript-with-code-examples

Hashnode - javascript (Javascript)

In this article, I am going to explain how to use call, apply, and bind in JavaScript with simple examples. We will also implement an example that showcases how you can create your own map function with the apply function. Without further ado, let's ...


75: Grande-Bretagne : des données personnelles de victimes fuitent de systèmes de Police

https://www.lemondeinformatique.fr/actualites/lire-grande-bretagne-des-donnees-personnelles-de-victimes-fuitent-de-systemes-de-police-91286.html

Le monde informatique (Internet / Informatique)

Les polices britanniques de Norfolk et de Suffolk ont révélé l'exposition accidentelle de données personnelles appartenant (...)


76: Des backdoors dans plus de 1 800 installations Citrix Netscaler

https://www.lemondeinformatique.fr/actualites/lire-des-backdoors-dans-plus-de-1-800-installations-citrix-netscaler-91284.html

Le monde informatique (Internet / Informatique)

L'une des clés en cybersécurité est d'appliquer dès que possible les correctifs disponibles. Le cas échéant, (...)


77: Cet outil d'Apple pour détecter les malwares est la risée des hackers

https://www.lebigdata.fr/apple-malwares

Le Big Data (dataviz)

Le gestionnaire de tâches en arrière-plan d’Apple pour macOS a pour but d’identifier les malwares potentiellement nuisibles présents sur votre … Cet article Cet outil d'Apple pour détecter les malwares est la risée des hackers a été publié sur LEBIGDATA.FR.


78: Intel abandonne son projet de rachat de Tower Semiconductor

https://www.usine-digitale.fr/article/intel-abandonne-son-projet-de-rachat-de-tower-semiconductor.N2161072

L'usine-digitale (Informatique)

Cette opération d'un montant de 5,4 milliards de dollars n'a pas été approuvée par les autorités chinoises de la concurrence. Elle est victime de la guerre commerciale entre Pékin et Washington.


79: pCloud promo rentrée 2023 : 85% de remise, un seul paiement avec le forfait Family Lifetime

https://www.realite-virtuelle.com/pcloud-promo-rentree-2023/

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

Contrairement à d’autres, pCloud propose des forfaits à vie. Envisagez l’avenir, pensez économies. Avec « pCloud […] Cet article pCloud promo rentrée 2023 : 85% de remise, un seul paiement avec le forfait Family Lifetime a été publié sur REALITE-VIRTUELLE.COM.


80 / 122

80: pCloud promo rentrée 2023 : profitez d'une réduction de 85% sur le plan Lifetime !

https://www.lebigdata.fr/pcloud-promo-rentree-2023

Le Big Data (dataviz)

Cette année, pCloud propose une promo spéciale pour la rentrée 2023 où vous bénéficierez jusqu’à 85 % de réduction sur … Cet article pCloud promo rentrée 2023 : profitez d’une réduction de 85% sur le plan Lifetime ! a été publié sur LEBIGDATA.FR.


81: Unlocking the Power of Python

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

Hashnode - python (python)

Developed by Guido van Rossum in 1991, Python has evolved into an extremely versatile and powerful programming language that is well-known to both beginners and seasoned developers alike. Its clean and elegant syntax makes coding a breeze, allowing u...


82: Des solutions pour une meilleure relation client

https://www.lebigdata.fr/des-solutions-pour-une-meilleure-relation-client

Le Big Data (dataviz)

Cultiver une relation client réussie nécessite une communication efficace, de l’écoute active, de la confiance mutuelle, du respect et de … Cet article Des solutions pour une meilleure relation client a été publié sur LEBIGDATA.FR.


83: GraphQL VS REST : résumé de milliers de conversations

https://konfigthis.com/blog/graphql-vs-rest

Humancoders ()

GraphQL VS REST : un article original qui liste les principales discussions sur HackerNews / Reddit / Twitter, etc, et analyse les arguments pour ou contre chaque approche Commentaires L'article GraphQL VS REST : résumé de milliers de conversations a été posté dans la catégorie API de Human Coders News


84: Understanding Data Visualization: Tips and Tricks | Kartheek Mahankali

https://mskartheek.hashnode.dev/understanding-data-visualization-tips-and-tricks-kartheek-mahankali

Hashnode - python (python)

Introduction Have you ever looked at a bunch of numbers and felt overwhelmed' Well, data visualization is like turning those numbers into pictures that tell a clear and interesting story. Imagine if your favorite book had pictures that helped you und...


85: Shifting towards more hot days, fewer cold days

https://flowingdata.com/2023/08/16/shifting-towards-more-hot-days-fewer-cold-days/

Flowing data (dataviz)

It keeps getting hotter around the world. Not every single day. But over…Tags: Bloomberg, global warming


86: La sophistication du phishing rend l'authentification impuissante

https://www.lemondeinformatique.fr/actualites/lire-la-sophistication-du-phishing-rend-l-authentification-impuissante-91285.html

Le monde informatique (Internet / Informatique)

L'e-mail reste l'application professionnelle la plus utilisée... Et aussi la cible n°1 des pirates, d'autant que c'est un applicatif très (...)


87: How I Made a Math Mensuration API Using Node.js + Express '

https://shivankjshacker.hashnode.dev/how-i-made-a-math-mensuration-api-using-nodejs-express

Hashnode - javascript (Javascript)

Mensuration is the calculation of lengths, areas and volumes of 2D and 3D shapes. I decided to build an API using Node.js and Express to simplify these calculations, improve my backend skills and hopefully enhance other developers' workflow. Here's t...


88: TweetDeck n'est plus gratuit : X Pro nécessite un abonnement payant

https://www.blogdumoderateur.com/tweetdeck-plus-gratuit-xpro-abonnement-payant/

Blog du Moderateur ()

L'outil de gestion de feeds apprécié des utilisateurs est désormais réservé aux abonnés Premium de X.


89: Demystifying React Context: A Comprehensive Guide

https://abdulshaik.hashnode.dev/demystifying-react-context-a-comprehensive-guide

Hashnode - javascript (Javascript)

React Context is a powerful tool that addresses the challenges of prop drilling and state sharing in complex React component hierarchies. This concise yet detailed guide will take you through the ins and outs of React Context, why you need it, its pr...


90 / 122

90: Apache mod_rewrite and a VueJS PWA

https://technodoggo.hashnode.dev/apache-modrewrite-and-a-vuejs-pwa

Hashnode - vuejs (Javascript)

Recently we came into a weird issue: random blank screens appeared to the users of our PWA. It happened after a webapp update. We started to investigate with the developer tools. It showed an issue during the startup: some successful HTTP calls (HTTP...


91: React useState() made easy for beginners

https://fullstackstage.com/react-usestate-made-easy-for-beginners

Hashnode - javascript (Javascript)

The React way of dynamically updating a website's content is different from Vanilla JavaScript. In JavaScript, we do it by directly manipulating DOM whereas, in React, we have a feature called useState. It is one of the built-in hooks in React. It he...


92: Moovit : ce bug laisse les hackers voyager gratuitement, voici comment

https://www.lebigdata.fr/moovit-bug-application

Le Big Data (dataviz)

D’après un expert en sécurité, des pirates auraient eu la possibilité d'exploiter les comptes d’utilisateurs de Moovit. L'accès aux comptes … Cet article Moovit : ce bug laisse les hackers voyager gratuitement, voici comment a été publié sur LEBIGDATA.FR.


93: How to create an immersive web experience with AR and 3D

https://www.awwwards.com/how-to-create-an-immersive-web-experience-with-ar-and-3d.html

awwwards (Internet)

Join us as we take you behind the scenes of our journey to design a website for a children's book.We will share with you how we've created a highly...


94: Les données de santé de quatre millions d'américians volées après la cyberattaque contre MOVEit

https://www.usine-digitale.fr/article/les-donnees-de-sante-de-quatre-millions-d-americians-volees-apres-la-cyberattaque-contre-moveit.N2161032

L'usine-digitale (Informatique)

Le système de santé du Colorado a reconnu être une victime collatérale de l'attaque contre le logiciel de transfert de données MOVEit, touché par l'intermédiaire d'IBM, qui gère une partie de son infrastructure informatique.


95: Threads : après un lancement réussi, où en est l'application de Meta '

https://www.blogdumoderateur.com/threads-lancement-perspectives-application-meta/

Blog du Moderateur ()

Malgré un succès fulgurant durant ses premiers jours d'existence, Threads semble marquer le pas. Comment expliquer cette baisse d'intérêt '


96: Kotlin Code Smell 29 - Taming the RegEx Beast for Cleaner Code

https://yonatankarp.com/kotlin-code-smell-29-taming-the-regex-beast-for-cleaner-code

Hashnode - Kotlin (Mobiles)

RegEx is a wonderful tool, we should use them carefully and not look smart. Problem Readability Maintainability Testability Intention Revealing Solution Use regular expressions just for string validation. If you need to manipulate objects, do...


97: Top des meilleurs VPN pour débloquer Netflix

https://www.lebigdata.fr/vpn-pour-netflix

Le Big Data (dataviz)

Netflix propose une bibliothèque de contenu totalement différente selon les pays, en raison des restrictions mondiales liées aux droits d’auteur … Cet article Top des meilleurs VPN pour débloquer Netflix a été publié sur LEBIGDATA.FR.


98: How to use Tailwind CSS and SQLAlchemy in your FastAPI app

https://ezzeddin.hashnode.dev/fastapi-tailwind-sqlalchemy

Hashnode - python (python)

FastAPI has been adapted for building modern Python applications. Today, you're going to pair this lightweight performant framework with the Jinja2 template engine and a modern CSS framework, Tailwind CSS. You will then use SQLAlchemy ORM for the dat...


99: The Creative Revolution: Elevating UI Design with AI-Generated Artistry

https://www.noupe.com/design/the-creative-revolution.html

Noupe (conception)

In an age where artificial intelligence (AI) is booming and dominating virtually every sector, it’s no surprise that its innovative prowess has extended its reach to the design world. From healthcare to finance, transportation to entertainment, AI has carved its mark, revolutionizing industries at an unprecedented pace. Among the many realms it’s reshaping, one stands... Th [...]


100 / 122

100: Code42 ajoute la mesure de risques d'intrusion à Incyder

https://www.lemondeinformatique.fr/actualites/lire-code42-ajoute-la-mesure-de-risques-d-intrusion-a-incyder-91201.html

Le monde informatique (Internet / Informatique)

Le fournisseur de solutions de récupération de données et de cybersécurité Code42 a ajouté des indicateurs de (...)


101: Lush s'appuie sur Zendesk pour refondre son expérience client

https://www.lemondeinformatique.fr/actualites/lire-lush-s-appuie-sur-zendesk-pour-refondre-son-experience-client-91272.html

Le monde informatique (Internet / Informatique)

Spécialiste de la cosmétique avec plus de 900 boutiques dans le monde, Lush refond son expérience client, en unifiant la gestion des (...)


102: Comment les LLM rendent les red et blue team plus efficaces

https://www.lemondeinformatique.fr/actualites/lire-comment-les-llm-rendent-les-red-et-blue-team-plus-efficaces-91226.html

Le monde informatique (Internet / Informatique)

Evan Pena, directeur général des services professionnels chez Google Cloud et directeur de la red team de Mandiant depuis plus de cinq ans, (...)


103: 5 formations pour apprendre à maîtriser Photoshop

https://www.blogdumoderateur.com/selection-formation-photoshop-165/

Blog du Moderateur ()

Cette sélection de formations s'adresse à celles et ceux qui souhaitent devenir incollables sur le logiciel Photoshop. 


104: IBM mise sur l'IA et le cloud hybride avec sa prochaine mise à jour z/OS 3.1

https://www.lemondeinformatique.fr/actualites/lire-ibm-mise-sur-l-ia-et-le-cloud-hybride-avec-sa-prochaine-mise-a-jour-z-os-31-91283.html

Le monde informatique (Internet / Informatique)

Annoncée en mars, la version du système d'exploitation z/OS pour mainframe que s'apprête à livrer IBM sera infusée (...)


105: Apple Mail : comment annuler l'envoi d'un email

https://www.blogdumoderateur.com/apple-mail-comment-annuler-envoi-email/

Blog du Moderateur ()

Sur l'application Mail d'Apple, il est possible d'annuler ou retarder l'envoi d'un email afin d'en modifier son contenu.


106: 10 Essential NumPy Functions for Data Science

https://briankoome.hashnode.dev/10-essential-numpy-functions-for-data-science

Hashnode - python (python)

Data science is a rapidly growing field that uses statistical and computational methods to extract insights from data. One of the most powerful tools for data science in Python is the NumPy library, which provides a wide range of functions for workin...


107: Day 14: 90DaysOfChallenge

https://shilpi-ekta.hashnode.dev/day-14-90daysofchallenge

Hashnode - python (python)

Data Structure in Python Data structures are a way of organizing and storing data so that they can be accessed and worked with efficiently. There are two types of Data Structures in Python - Primitive Data Structures and Non-primitive Data Structures...


108: ChatGPT va-t-il créer le chaos à la rentrée ' Parents, soyez prêts !

https://www.lebigdata.fr/chatgpt-chaos-rentree

Le Big Data (dataviz)

Les craintes que ChatGPT ne sème le chaos à la rentrée sont justifiées. La question de l'intelligence artificielle concerne autant … Cet article ChatGPT va-t-il créer le chaos à la rentrée ' Parents, soyez prêts ! a été publié sur LEBIGDATA.FR.


109: An Easy Guide to Managing Database Migrations with NestJS and PostgreSQL

https://jc-coder.hashnode.dev/an-easy-guide-to-managing-database-migrations-with-nestjs-and-postgresql

Hashnode - javascript (Javascript)

Ever felt overwhelmed by the thought of database changes as your app evolves' Fear not! Migrations are here to rescue you from the complexity, turning daunting into the doable. Think of them as your app's organizational magic ' like tidying up your a...


110 / 122

111: Analogically Explained: Responsive Web Design with JavaScript

https://wingstech.hashnode.dev/responsive-web-design-with-javascript

Hashnode - javascript (Javascript)

Introduction to Responsive Web Design Responsive web design is an approach that aims to craft websites to provide an optimal viewing experience across a wide range of devices, from smartphones and tablets to desktop monitors. Unlike older times, whe...


112: Transitioning from JavaScript to TypeScript: A Guide for JavaScript Developers

https://nikk.hashnode.dev/transitioning-from-javascript-to-typescript-a-guide-for-javascript-developers

Hashnode - javascript (Javascript)

Introduction If you're a JavaScript developer looking to level up your coding game, transitioning to TypeScript might be just the right move. TypeScript offers a bunch of benefits that can enhance your development experience, improve code quality, an...


113: Flutter day35

https://shreshtxa.hashnode.dev/flutter-day35-1

Hashnode - Flutter (Flutter)

I started working with my rasa API, basically used the pip install rasa command to install it, and then used rasa interactive to build and train the bot. I realized that I need to work hard to hardcode this bot, but yk what hard work sounds fun xd.


114: Guide to Building Your First Android Calculator App with Jetpack Compose and Kotlin: A Beginner's Android Development Tutorial

https://shivanshsingh.hashnode.dev/guide-to-building-your-first-android-calculator-app-with-jetpack-compose-and-kotlin-a-beginners-android-development-tutorial

Hashnode - Kotlin (Mobiles)

This blog is tailored for beginners, detailing my personal coding journey. It covers the fundamental prerequisites for embarking on your app development adventure using Jetpack Compose and Kotlin. Prerequisite Kotlin Basics Basics of Android Studio...


115: How to Download Facebook Profile Picture using Python

https://computercodingclass.hashnode.dev/how-to-download-facebook-profile-picture-using-python

Hashnode - python (python)

#python #facebook #api #automation #coding #programming In this program, we will create a facebook bot using facebook graph api access token with python that will download facebook profile picture of a user. User must be owner of that facebook accoun...


116: Mom, Why has Elon Musk Changed the 'X' Logo Again'

https://www.webdesignerdepot.com/2023/08/mom-why-has-elon-musk-changed-the-x-logo-again/

Webdesigner depot (Design)

Elon Musk just added grungy white stains to the X logo. How long will this one last before it heads to the chopping block'


117: Estructuras de control en JavaScript

https://blog.devandmus.com/estructuras-de-control-en-javascript

Hashnode - javascript (Javascript)

Las estructuras de control en JavaScript nos permiten tomar decisiones en función de ciertas condiciones y controlar el flujo de ejecución de un programa. En este artículo, exploraremos estas estructuras y cómo utilizarlas para escribir código más li...


118: Making use of Vue Use State Effect - a fast alternative to Vuex and Pinia.

https://murphydhee.hashnode.dev/making-use-of-vue-use-state-effect-a-fast-alternative-to-vuex-and-pinia

Hashnode - vuejs (Javascript)

In the dynamic world of Vue.js, state management has been a pivotal challenge. Vuex, the stalwart solution, has served us well with its versatility and extensive capabilities. However, as applications grew, the need for a more lightweight and less co...


119: List Comprehensions in Python

https://karun.hashnode.dev/list-comprehensions-in-python

Hashnode - python (python)

List comprehensions provide a concise and readable way to create lists in Python. They allow you to generate a new list by applying an expression to each item in an existing iterable (like a list, tuple, or range), with optional conditions to filter ...


120 / 122

120: List Comprehensions in Python

https://karun.com/list-comprehensions-in-python

Hashnode - python (python)

List comprehensions provide a concise and readable way to create lists in Python. They allow you to generate a new list by applying an expression to each item in an existing iterable (like a list, tuple, or range), with optional conditions to filter ...


121: Functional Programming

https://wipdev.hashnode.dev/functional-programming

Hashnode - javascript (Javascript)

After I discussed the uniqueness of Clojure being a Lisp, this article will go into the other obvious difference between Clojure and JavaScript, which is that Clojure is a more functional language than JS. I am saying "more functional" because I don'...




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