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

« Juin 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Lundi 5 Juin 2023 (129)

1: Un outil de transfert de fichiers vole vos données !

https://www.lebigdata.fr/outil-transfert-fichiers

Le Big Data (dataviz)

Des chercheurs ont récemment découvert une faille dans un outil de transfert de fichiers populaire. Des hackers exploitent activement cette … Cet article Un outil de transfert de fichiers vole vos données ! a été publié sur LEBIGDATA.FR.


2: Apple Opts for AR over VR at WWDC

https://www.webdesignerdepot.com/2023/06/apple-opts-for-ar-over-vr-at-wwdc/

Webdesigner depot (Design)

An Apple VR headset has been one of the most widely-rumored devices of the last few years, and it was finally settled as Apple unveiled its AR headset at WWDC today.


3: PACKAGEJS: Building a To-do app API - reactjs starter kit

https://richgodsblog.hashnode.dev/packagejs-building-a-to-do-app-api-reactjs-starter-kit

Hashnode - javascript (Javascript)

Introduction Hello there! It's great to hear from you again. I'm glad you found my previous blog on setting up PackageJS on Windows helpful. In my latest endeavor, I've built a to-do app and styled it using TailwindCSS. However, I realized that the Y...


4: Getting Started with Python: Installation and Introduction to Data Types

https://devopsculture.hashnode.dev/getting-started-with-python-installation-and-introduction-to-data-types

Hashnode - python (python)

Introduction: Python is a versatile and powerful programming language that is widely used in various domains, including web development, data analysis, machine learning, and automation. In this blog post, we will walk you through the process of insta...


5: dbt + Mage: Interactively Build and Orchestrate Data Models

https://mathdatasimplified.com/2023/06/05/dbt-mage-interactively-build-and-orchestrate-data-models/

Math Data Simplified (data)

Incorporating Mage with dbt brings a wide range of benefits that enhance the capabilities of dbt. These benefits include iterative data model development, support for multiple programming languages, visual output visualization, improved data extraction and loading capabilities, and automated scheduling for data pipelines. This article will show you how to use Mage and dbt to iteratively construct [...]


6: Scrape Google Search Results With Python(2023)

https://serpscraper.hashnode.dev/scrape-google-search-results-with-python2023

Hashnode - python (python)

The Python programming language was developed in 1991 by Guido van Rossum with its main emphasis on code readability and clear and concise syntax. This tutorial will teach us to scrape Google Search Results using Python. Python has gained vast popula...


7: Twitter's U.S. ad revenue drops 59%

https://searchengineland.com/twitters-u-s-ad-revenue-drops-59-427883

Search engine land (Référencement)

Major advertisers have abandoned or reduced their spending on the platform. Can new Twitter CEO Linda Yaccarino turn things around' The post Twitter's U.S. ad revenue drops 59% appeared first on Search Engine Land.


8: Unveiling the Connection: NFTs, Smart Contracts, and Web3

https://it-louange.me/unveiling-the-connection-nfts-smart-contracts-and-web3

Hashnode - javascript (Javascript)

Exploring the Synergy of Digital Assets, Decentralized Contracts, and the Future of the Internet Introduction: In this blog post, we will explore the intriguing relationship between Non-Fungible Tokens (NFTs), smart contracts, and Web3. We'll delve i...


9: Netflix tops list of YouTube's top 10 most popular video ads

https://searchengineland.com/youtube-ads-leaderboard-0622-0523-427874

Search engine land (Référencement)

The most popular video ads earned more than 214 million video views on YouTube ' with four notable trends for advertisers. The post Netflix tops list of YouTube’s top 10 most popular video ads appeared first on Search Engine Land.


10 / 129

10: Microsoft Kills Cortana for Windows in Favor of Windows Copilot

https://www.webpronews.com/microsoft-kills-cortana-for-windows-in-favor-of-windows-copilot/

WebProNews SEO (Développement)

WebProNews Microsoft Kills Cortana for Windows in Favor of Windows Copilot Cortana's days as the AI assistant for Windows are over as the company pivots to its Bing-powered Windows Copilot. Microsoft Kills Cortana for Windows in Favor of Windows Copilot Staff


11: Check If It Is a Straight Line

https://leeting-lcs.hashnode.dev/check-if-it-is-a-straight-line

Hashnode - python (python)

Problem Statement:- You are given an array coordinates, coordinates[i] = [x, y], where [x, y] represents the coordinate of a point. Check if these points make a straight line in the XY plane. Link: https://leetcode.com/problems/check-if-it-is-a-strai...


12: GSoC Week 1 Experience: Migrating EHR to Laravel - User Module & Roles Module

https://blogbook.tech/gsoc-week-1-experience-migrating-ehr-to-laravel-user-module-roles-module

Hashnode - javascript (Javascript)

Introduction: Hello everyone, The coding period for Google Summer of Code (GSoC) officially commenced on May 29th, and I am thrilled to share my progress during the first week of my project, Migrating EHR to Laravel - User Module & Roles Module under...


13: 5 Ways To Write A Function in Javascript

https://prakhar09.hashnode.dev/5-ways-to-write-a-function-in-javascript

Hashnode - javascript (Javascript)

Welcome To The New Blog Post Folks! In This Blog, We Will Be Witnessing Various Ways In Which You Can Write A Function in The Most Popular Language that is none other than Javascript. Read This Blog Post TO Get Deep Insights Of One Of The Most Popula...


14: How to Deploy a FullStack NodeJs and Express App on Vercel

https://vinyldavylblog.com/how-to-deploy-a-fullstack-nodejs-and-express-app-on-vercel

Hashnode - javascript (Javascript)

Hello there, Welcome back to my page. Whether you're a returning visitor or visiting for the first time, Voila! I'm more than thrilled to have you here. Recently, I completed a full-stack project named "Talku-Talku". Although after sharing it with my...


15: 07_JavaScript: short-circuit evaluation

https://danakim.hashnode.dev/07javascript-short-circuit-evaluation

Hashnode - javascript (Javascript)

true && true // true true && false // false true || false // true false || true // true Ex01. Sample Code const dog = { name: 'siru'; }; function getName(animal) { return animal.name; } const name = getName(dog); // There is a parameter co...


16: State Management in React.Js Using Redux

https://utinfrancis.hashnode.dev/state-management-in-reactjs-using-redux

Hashnode - javascript (Javascript)

When writing this article, I am building a replicate of the Socket Plugin alongside my mentor and a few friends. You can check out My React Plugin Journey, a series I dedicated to writing on the build journey. As a part of our activities during the p...


17: Python Identifiers

https://aksh2002.hashnode.dev/python-identifiers

Hashnode - python (python)

What are the Identifiers' In Python, an identifier is a name used to identify variables, functions, classes, modules, or other objects. It can be composed of letters (both uppercase and lowercase), digits, and underscores. However, there are certain ...


19: Basic of Python

https://aksh2002.hashnode.dev/basic-of-python

Hashnode - python (python)

History of Python. Python is a high-level programming language that was created by Guido van Rossum and first released in 1991. Its development began in the late 1980s when Guido van Rossum, a Dutch programmer, sought to create a language that would ...


20 / 129

20: Ranked: America's Largest Semiconductor Companies

https://www.visualcapitalist.com/ranked-americas-largest-semiconductor-companies/

Visual Capitalist (dataviz)

This graphic visualizes the market capitalizations of America's 15 largest semiconductor companies. The post Ranked: America's Largest Semiconductor Companies appeared first on Visual Capitalist.


21: How to Check if a String is Empty or None in Python

https://stackabuse.com/how-to-check-if-a-string-is-empty-or-none-in-python/

Stack Abuse (Javascript)

Introduction In Python, it's often important to check whether a string is empty or None before performing operations on it. This can prevent unexpected errors and make your code more robust. But what is the most efficient and Pythonic way to do this' And what potential pitfalls should you watch


22: integrate your latest tweet and embed

https://helpichirag.hashnode.dev/integrate-your-latest-tweet-and-embed

Hashnode - Flutter (Flutter)

To integrate your latest tweet and embed it in your Flutter app, you can make use of the Twitter API and the WebView widget in Flutter. Here's a step- Set up a Twitter Developer Account and Create an App To access the Twitter API, you'll need to crea...


23: Indentation

https://blog.unwiredlearning.com/indentation

Hashnode - python (python)

Indentation refers to the spaces at the beginning of a code line. In other programming languages, the indentation in code is for readability only, the indentation in Python is very important. Python uses indentation to indicate a block of code. age =...


24: Why choose the "MERN" stack for web development'

https://samitprsl.hashnode.dev/why-choose-the-mern-stack-for-web-development

Hashnode - javascript (Javascript)

Most of us know what is web development, the difference and similarities between one and the other tech stacks, the famous words like "frontend", "backend", "database" etc, and how to learn it following a certain roadmap. But have you wondered why it...


25: Ubitransport se rebaptise Matawan pour s'imposer à l'international

https://www.usine-digitale.fr/article/ubitransport-se-rebaptise-matawan-pour-s-imposer-a-l-international.N2139732

L'usine-digitale (Informatique)

Après dix ans d'existence, Ubitransport, spécialiste français des solutions numériques de gestion des transports publics, change de nom pour devenir Matawan. Il veut s'attaquer au marché international, avec en priorité l'Europe du sud.


26: Map of donut federations

https://flowingdata.com/2023/06/05/map-of-donut-federations/

Flowing data (dataviz)

In a fun one by Alyssa Fowers, for The Washington Post’s Department of…Tags: donut, Washington Post


27: How to draw PDA

https://feeds.feedblitz.com/~/744373367/0/tanglepatterns~How-to-draw-PDA.html

TanglePatterns (Zentangle)

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


28: Must Use Python Libraries

https://bigsmoke.hashnode.dev/must-use-python-libraries

Hashnode - python (python)

Tkinter Tkinter is a Python module that provides a simple and effective way to create graphical user interfaces (GUIs). It offers a wide range of GUI components and tools for building desktop applications, making it a popular choice for Python devel...


29: Le magnésium serait bénéfique pour notre cerveau

https://www.rtflash.fr/magnesium-serait-benefique-pour-notre-cerveau/article

Tregouet.org ()

Une étude australienne a montré qu'une alimentation riche en magnésium est associée à un moindre rétrécissement cérébral lié à l'âge. Si le magnésium est reconnu pour ses vertus sur notre bien-être mental, ce sel minéral essentiel serait également bénéfique pour notre organe cérébral. En effet, selon les conclusions de chercheurs du Neuroimaging and Brain Lab de l'Australian Na [...]


30 / 129

30: Quelle alimentation préconiser pour augmenter l'espérance de vie post-cancer du sein '

https://www.rtflash.fr/quelle-alimentation-preconiser-pour-augmenter-l-esperance-vie-post-cancer-sein/article

Tregouet.org ()

Une étude française a évalué l'impact de trois régimes alimentaires (limitant la résistance à l'insuline, l'inflammation et les 'strogènes) sur le pronostic post-cancer du sein. Les résultats montrent que les femmes qui adhéraient davantage à une alimentation limitant le risque d'insulino-résistance et plutôt anti-inflammatoire avant le diagnostic de cancer du sein ont une meilleure s [...]


31: Coup double contre la maladie d'Alzheimer

https://www.rtflash.fr/coup-double-contre-maladie-d-alzheimer/article

Tregouet.org ()

Deux avancées thérapeutiques importantes ont été annoncées à quelques jours d'intervalle contre la maladie d'Alzheimer, qui reste à ce jour incurable et que l'on peut, au mieux, ralentir avec les traitements actuels. La première a été réalisée par des scientifiques de l'University College de Londres espérant qu'un nouveau médicament à l'étude pourrait freiner une protéine liée au [...]


32: Surveiller la qualité de l'eau grâce à un système multicapteurs innovant

https://www.rtflash.fr/surveiller-qualite-l-eau-grace-systeme-multicapteurs-innovant/article

Tregouet.org ()

Un vaste projet de recherche européen a débuté afin de développer un système intégrant une série de capteurs de nouvelle génération pour analyser la qualité de l'eau in situ. Grâce à la présence de trois capteurs optiques et un capteur électrochimique, il permettra de surveiller avec précision une large gamme de paramètres. [...]


33: 3.14 - Adam Argyle Presents CSS Features for 2023 and beyond!

https://hashnode.codingcat.dev/podcast-Adam-Argyle-Presents-CSS-Features-for-2023-and-beyond!

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/Adam-Argyle-Presents-CSS-Features-for-2023-and-beyond! https://youtu.be/RxVJ2Oj1IWk https://open.spotify.com/episode/2bhJfSymEtb9KHpSVVPOVf'si=ZgZ0lkNFQzKr8RMMBE8q_w


34: Première greffe d'un c'ur battant issu d'un donneur décédé

https://www.rtflash.fr/premiere-greffe-d-coeur-battant-issu-d-donneur-decede/article

Tregouet.org ()

Les chirurgiens de Stanford Medicine aux États-Unis sont parvenus à transplanter un c'ur alors qu'il battait encore, en utilisant un organe prélevé sur un donneur en état de mort cardiaque. Initiée par le professeur de médecine Joseph Woo, titulaire de la chaire de chirurgie cardiothoracique, et son équipe, la technique a depuis été utilisée cinq fois chez des patients adultes et pédia [...]


35: L'activité physique modérée est bonne pour la cognition

https://www.rtflash.fr/l-activite-physique-moderee-est-bonne-pour-cognition/article

Tregouet.org ()

Les effets bénéfiques de l'activité physique modérée sur la cognition sont supérieurs à ceux de l'activité physique intense, ont constaté des chercheurs de l'Université d'Ottawa. Cette étude serait aussi la première à montrer par l'approche génétique les effets de l'activité physique sur la santé cognitive. Le professeur Matthieu P. Boisgontier et ses collègues ont mesuré que le [...]


36: Unleashing the Potential of Linux for Python Development: A Comprehensive Guide

https://bigsmoke.hashnode.dev/unleashing-the-potential-of-linux-for-python-development-a-comprehensive-guide

Hashnode - python (python)

Introduction: Linux, with its robustness, flexibility, and open-source nature, has emerged as a favored platform for Python development. From beginners to seasoned programmers, leveraging Linux for Python coding brings forth a powerful combination. I...


37: What is CSS Box Model' (With Examples)

https://yuvrajshrirame.hashnode.dev/what-is-css-box-model-with-examples

Hashnode - javascript (Javascript)

The CSS box model is a fundamental concept that defines how elements are rendered and displayed on a web page. It consists of four layers: content, padding, border, and margin. Understanding the box model is crucial for controlling the layout and spa...


38: Conducting a focus group for UX research

http://blog.logrocket.com/ux-design/conducting-focus-group-ux-research/

Log Rocket blog (Web 2)

Conducting UX focus groups can provide numerous benefits, including identifying usability issues and gaining insights into user behavior. The post Conducting a focus group for UX research appeared first on LogRocket Blog.


39: Recursion in Python

https://smavisswag.hashnode.dev/recursion-in-python

Hashnode - python (python)

What is Recursion' It's a type of program where you get a subroutine to call itself. Recursion Helps to Solve problems more humanly, some mathematical problems can be better solved using recursion. A Small Example: def reverse(value): if value


40 / 129

40: Top 6 Python Libraries for Visualization: Which One to Use'

https://mathdatasimplified.com/2023/06/05/top-6-python-libraries-for-visualization-which-one-to-use/

Math Data Simplified (data)

If you're new to Python visualization, the vast number of libraries and examples available might seem overwhelming. This article will show the pros and cons of each library. By the end, you will gain a better understanding of their distinct features, making it easier for you to select the optimal library. The post Top 6 Python Libraries for Visualization: Which One to Use' appeared first on Data S [...]


41: CSS Grid Property

https://bashcode.dev/css-grid-property

Hashnode - javascript (Javascript)

Grid Container A grid container becomes when we set the display property to grid. Gap This property is used to set gaps between rows and columns. grid-template This property is used for setting grid-template-rows, and grid-template-columns. grid...


42: La pénurie de Raspberry Pi touche à sa fin

https://www.lemondeinformatique.fr/actualites/lire-la-penurie-de-raspberry-pi-touche-a-sa-fin-90618.html

Le monde informatique (Informatique / Internet)

La tension sur l'approvisionnement des Raspberry Pi voit le bout du tunnel. Les carte-mères au tarif abordable et très prisées des (...)


43: La méga-usine STM et GlobalFoundries à Crolles se précise

https://www.lemondeinformatique.fr/actualites/lire-la-mega-usine-stm-et-globalfoundries-a-crolles-se-precise-90619.html

Le monde informatique (Informatique / Internet)

Une étape a été franchie pour la fabrication de semi-conducteurs en France et en particulier à Crolles. En effet, le ministre (...)


44: La méga-usine STMicro et GlobalFoundries à Crolles se précise

https://www.lemondeinformatique.fr/actualites/lire-la-mega-usine-stmicro-et-globalfoundries-a-crolles-se-precise-90619.html

Le monde informatique (Informatique / Internet)

Une étape a été franchie pour la fabrication de semi-conducteurs en France et en particulier à Crolles. En effet, le ministre (...)


45: An Introduction to WebAssembly: Exploring a Promising Web Technology

https://ajayravi.hashnode.dev/an-introduction-to-webassembly-exploring-a-promising-web-technology

Hashnode - javascript (Javascript)

Introduction As a tech enthusiast, I recently came across a fascinating technology called WebAssembly (Wasm) that has been generating buzz in the web development community. Intrigued by its potential, I embarked on a journey to learn more about WebAs...


46: Understanding the Different Uses of the Asterisk(*) in Python

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

Hashnode - python (python)

You must have seen the asterisk or star symbol inside the parameterized function or used it to perform mathematical or other high-level operations. We'll look at the different ways the asterisk(*) is used in Python in this article. Asterisks(*) are u...


47: EIC Scale Up 100 : l'initiative européenne aux 100 champions en deep tech

https://www.lemondeinformatique.fr/actualites/lire-eic-scale-up-100-l-initiative-europeenne-aux-100-champions-en-deep-tech-90616.html

Le monde informatique (Informatique / Internet)

L'Union européenne n'a de cesse de vouloir soutenir les entreprises européennes dans leur développement afin que celles-ci (...)


48: What is Artificial Intelligence and Why Should You Care'

https://www.sumitbhadola.com/what-is-artificial-intelligence-and-why-should-you-care

Hashnode - javascript (Javascript)

Artificial intelligence (AI) is a term that refers to the ability of machines to perform tasks that normally require human intelligence, such as understanding language, recognizing images, making decisions, and learning from experience. AI is not a s...


49: Streamline email creation with React Email

http://blog.logrocket.com/streamline-email-creation-react-email/

Log Rocket blog (Web 2)

We explore React Email's features and styling options and demonstrate how to integrate with Nodemailer to send emails directly from a Next.js app. The post Streamline email creation with React Email appeared first on LogRocket Blog.


50 / 129

50: How to set and accomplish long-term goals (with example)

http://blog.logrocket.com/product-management/long-term-goals-with-example/

Log Rocket blog (Web 2)

Long-term goals are a set of outcomes that you hope to deliver over an extended period of time. These are major accomplishments for your team. The post How to set and accomplish long-term goals (with example) appeared first on LogRocket Blog.


51: La fonderie de STMicroelectronics et GlobalFoundries débute sa production et reçoit 2,9 milliards d'euros d'aides

https://www.usine-digitale.fr/article/la-fonderie-de-stmicroelectronics-et-globalfoundries-debute-sa-production-et-recoit-2-9-milliards-d-euros-d-aides.N2139687

L'usine-digitale (Informatique)

Le projet d'extension de l'usine de STMiroelectronics à Crolles, en Isère, nécessitant un investissement total de 7,5 milliards d'euros, entre dans sa phase de production.


52: Day 13 of 100daysofjs

https://arpanmukherjee.hashnode.dev/day-13-of-100daysofjs

Hashnode - javascript (Javascript)

Strings are used to store and manipulate text. Strings can be created using the following syntax. Let name = "Arpan" - Creates a string name length - This property print length of the string Strings can also be created using single quotes Let name =...


53: 21 new awesome features which are going to make the web even easier.

https://gauravv.hashnode.dev/21-new-awesome-features-which-are-going-to-make-the-web-even-easier

Hashnode - javascript (Javascript)

While we've all been distracted by the terrifyingly overhyped rise of artificial intelligence, the web platform has landed some game-changing new features that you probably haven't heard of yet. And they will change the way we build websites forever....


54: La police et l'armée suisses victimes collatérales d'une cyberattaque

https://www.usine-digitale.fr/article/la-police-et-l-armee-suisses-victimes-collaterales-d-une-cyberattaque.N2139647

L'usine-digitale (Informatique)

Une attaque visant un prestataire informatique a permis à des hackers de dérober des documents de la police fédérale et de l'armée suisse. Des milliers de fichiers confidentiels ont déjà été publiés sur Internet.


55: Vibromasseur anal : guide d'utilisation complet

https://www.realite-virtuelle.com/vibromasseur-anal-guide-utilisation-complet/

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

Pour tirer le meilleur parti d'un vibromasseur anal, il est essentiel de choisir préalablement un […] Cet article Vibromasseur anal : guide d'utilisation complet a été publié sur REALITE-VIRTUELLE.COM.


56: Le plus petit casque VR au monde fait des progrès significatifs

https://www.realite-virtuelle.com/bigscreen-beyond-fait-des-progres-significatifs/

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

Le Bigscreen Beyond, le plus petit casque de réalité virtuelle (VR) au monde, a obtenu […] Cet article Le plus petit casque VR au monde fait des progrès significatifs a été publié sur REALITE-VIRTUELLE.COM.


57: Bruxelles veut lutter contre les "fakes" en ligne

https://www.usine-digitale.fr/article/bruxelles-veut-lutter-contre-les-fakes-en-ligne.N2139657

L'usine-digitale (Informatique)

La Commission européenne réclame qu'en ligne, les contenus émanant d'une intelligence artificielle générative soient estampillés comme tels. Mais pour Twitter, pas question de faire des efforts pour intensifier la lutte contre la désinformation.


58: Can We Close the $11 Trillion Climate Investment Gap'

https://www.visualcapitalist.com/sp/closing-eleven-trillion-climate-gap/

Visual Capitalist (dataviz)

$11 trillion needs to be invested in nature-based solutions between 2022 and 2050 to combat climate change. The post Can We Close the $11 Trillion Climate Investment Gap' appeared first on Visual Capitalist.


59: Ils font du SEO | Olivia PIGHETTI (Content Strategist, Eskimoz)

https://www.lebigdata.fr/ils-font-du-seo-olivia-pighetti-eskimoz

Le Big Data (dataviz)

Dans le cadre de notre dossier «'Ils font du SEO'», Olivia PIGHETTI (Content Strategist chez Eskimoz) a accepté de faire … Cet article Ils font du SEO | Olivia PIGHETTI (Content Strategist, Eskimoz) a été publié sur LEBIGDATA.FR.


60 / 129

60: 'ES6 tutorial: const in javascript

https://rafikadir.hashnode.dev/es6-tutorial-const-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the const keyword is used to declare a constant, which is a variable that cannot be re-assigned after it is initialized. Constants are block-scoped, meaning they are only accessible within the block where they are defined. Declaration...


61: Basic Of The Html:

https://saik.hashnode.dev/basic-of-the-html

Hashnode - javascript (Javascript)

HTML is the standard markup language for Web pages. With HTML you can create your own Website. HTML is easy to learn - You will enjoy it! HTML stands for Hyper Text Markup Language HTML describes the structure of a Web page HTML consists of a se...


62: Html

https://dedeepya.com/html

Hashnode - javascript (Javascript)

HTML stands for Hypertext Markup Language. It is the standard markup language used for creating web pages and web applications. HTML describes the structure of a Web page. It consists of HTML elements and tags. Basic structure of HTML document:...


63: Faute de lois, l'UE et les US planchent sur un code de bonne conduite pour l'IA

https://www.lemondeinformatique.fr/actualites/lire-faute-de-lois-l-ue-et-les-us-planchent-sur-un-code-de-bonne-conduite-pour-l-ia-90615.html

Le monde informatique (Informatique / Internet)

Difficile de légiférer sur l'IA et pourtant plusieurs pays ou régions du monde. Et pourtant les dirigeants veulent envoyer un (...)


64: How to build accessible components for Vue

http://blog.logrocket.com/building-accessible-components-vue/

Log Rocket blog (Web 2)

Web accessibility is the practice of utilizing tools and technologies that make navigating, interacting with, and understanding a website easier for visitors who may have disabilities, impairments, or limitations. The post How to build accessible components for Vue appeared first on LogRocket Blog.


65: Product lifecycle management: An overview

http://blog.logrocket.com/product-management/product-lifecycle-management-an-overview/

Log Rocket blog (Web 2)

Product lifecycle management is essential for companies that are looking to stay competitive in today's rapidly changing business environment. The post Product lifecycle management: An overview appeared first on LogRocket Blog.


66: This Google Ads script uses GPT to summarize account performance

https://searchengineland.com/google-ads-script-gpt-summarize-account-performance-427822

Search engine land (Référencement)

Use this script to provide GPT with facts about your account and get a performance summary that can be shared with clients and stakeholders. The post This Google Ads script uses GPT to summarize account performance appeared first on Search Engine Land.


67: Visionner le discours d'ouverture de la WWDC d'Apple en direct sur notre site à 19h

https://www.realite-virtuelle.com/discours-en-direct-ouverture-wwdc-sur-notre-site/

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

Cette année, le discours d’ouverture de la conférence annuelle WWDC (Worldwide Developers Conference) d’Apple a […] Cet article Visionner le discours d’ouverture de la WWDC d’Apple en direct sur notre site à 19h a été publié sur REALITE-VIRTUELLE.COM.


68: Taking User Input in Python

https://bikramchatterjee.hashnode.dev/taking-user-input-in-python

Hashnode - python (python)

In Python, we can take user input directly by using the input() function. This input function gives a return value as a string/character hence we have to pass that into a variable. Syntax: variable=input() But the input function returns the value as ...


69: Struktur Program Python

https://andhikapratamap.hashnode.dev/struktur-program-python

Hashnode - python (python)

' Struktur Program Python ' Hari ini kita akan membahas beberapa konsep dasar dalam pemrograman Python. Yuk, simak topik-topik menarik di bawah ini: ' Komentar Komentar: Komentar adalah teks yang tidak dieksekusi oleh program tetapi memberikan pe...


70 / 129

70: Exciting New Tools for Designers, June 2023

https://www.webdesignerdepot.com/2023/06/exciting-new-tools-for-designers-june-2023/

Webdesigner depot (Design)

We're halfway through 2023 already, and the number of incredible apps, tools, and resources for designers is mounting.


71: Build a Calculator using HTML and JavaScript: A Hands-On Guide

https://abelroy.hashnode.dev/project-calculator

Hashnode - javascript (Javascript)

Welcome to this hands-on guide to creating a calculator from scratch using HTML and JavaScript only. The only pre-requisite you need is a computer and an internet connection, but I doubt that would be a problem, otherwise, how are you reading this' '...


72: Pengenalan Python

https://andhikapratamap.hashnode.dev/pengenalan-python

Hashnode - python (python)

''' Selamat datang di Microblog Python! ' ' Topik pertama kita adalah "Apa itu bahasa Python'" ' Python adalah bahasa pemrograman tingkat tinggi yang populer. Dikembangkan oleh Guido van Rossum pada tahun 1991, Python menawarkan sintaksis yang b...


73: Rachat d'Activision : Microsoft fourbit ses armes avant le verdict début août

https://www.usine-digitale.fr/article/rachat-d-activision-microsoft-fourbit-ses-armes-avant-le-verdict-debut-aout.N2139602

L'usine-digitale (Informatique)

L'issue de la procédure d'appel engagée par Microsoft contre la décision de l'autorité de concurrence britannique, la CMA, de bloquer l'acquisition d'Activision-Blizzard-King, sera connue fin juillet-début août.


74: Parce que nos plateformes le valent bien !

https://blog.octo.com/parce-que-nos-plateformes-le-valent-bien/

Octo (Internet)

Lors de la Duck Conf 2023, Hana Amiri (IT Architect – OCTO Technology)  & Aliou Konteye (Head of Factory – l'Oréal), nous ont partagé leur expérience sur l’utilisation des plateformes en tant que accélérateur de business à travers le cas d'usages de la plateforme l'Oréal. L’Oréal est une entreprise de renommée mondiale qui a été […] L'article Parce que [...]


75: Python for Beginners: Part 6.5 - Exploring Modules

https://matthewhard.com/python-for-beginners-part-65-exploring-modules

Hashnode - python (python)

Welcome back, young coders! In our coding journey, we often encounter tasks that require additional functionality beyond what Python provides by default. This is where modules come to the rescue! In this bonus post, we'll dive into the world of modul...


76: Confidential Computing : protégez vos données sensibles avec cette technologie révolutionnaire

https://www.lebigdata.fr/confidential-computing

Le Big Data (dataviz)

Protégez vos données sensibles grâce à la technologie révolutionnaire du Confidential Computing. Garantissant une confidentialité sans précédent, cette innovation révolutionne … Cet article Confidential Computing : protégez vos données sensibles avec cette technologie révolutionnaire a été publié sur LEBIGDATA.FR.


77: How to create an SEO Chrome extension using ChatGPT

https://searchengineland.com/chatgpt-seo-chrome-extension-427841

Search engine land (Référencement)

Learn how to use ChatGPT to build your own customized SEO extensions, upload them on Google and use them on a daily basis for free. The post How to create an SEO Chrome extension using ChatGPT appeared first on Search Engine Land.


78: Null,empty and blank .

https://mariagoretti.hashnode.dev/nullempty-and-blank

Hashnode - javascript (Javascript)

Null indicates there is no value at all within a database field for a given record. It does not mean or represent zero, because zero is a value. Null is simply the word used to show the absence of any data in that field. The code String nullString = ...


79: Clap de fin pour Cortana après la présentation de Microsoft Copilot

https://www.usine-digitale.fr/article/clap-de-fin-pour-cortana-microsoft-mise-tout-sur-copilot.N2139582

L'usine-digitale (Informatique)

La récente introduction de Windows Copilot, le nouvel assistant d'intelligence artificielle de Microsoft commandé en langage naturel, a signé la fin de Cortana, qui n'a jamais trouvé son public.


80 / 129

80: Spellbinding Wedding Decor Ideas: Create the Ultimate Romantic Atmosphere

https://www.bestfreewebresources.com/spellbinding-wedding-decor-ideas-create-the-ultimate-romantic-atmosphere

Best Free Web Resources (Veille)

Introduction to spellbinding wedding decor Weddings are magical events that celebrate the love between two people, and the decor plays a significant role in setting the tone for this special day. Spellbinding wedding decor not only creates a romantic atmosphere, but it also adds a touch of enchantment to the celebration. With careful planning and […] The post Spellbinding Wedding Decor Ideas [...]


81: Creating Social Media Marketing Content to Connect With Consumers

https://www.noupe.com/business-online/creating-social-media-marketing-content-to-connect-with-consumers.html

Noupe (conception)

Social media marketing has changed the way that businesses connect with consumers. Businesses that use social sites like Instagram, TikTok, and Facebook can post trending, engaging content that piques the interest of potential customers and builds a buzz around their brand.  However, creating content that connects with your audience can be difficult. Consumer trends change... The [...]


82: WWDC 2023 : Un point sur les annonces attendues

https://www.lemondeinformatique.fr/actualites/lire-wwdc-2023-un-point-sur-les-annonces-attendues-90614.html

Le monde informatique (Informatique / Internet)

Parmi les grands événements Apple de l'année, la WWDC est de loin la plus importante pour la firme. Cette grande messe annuelle rassemble (...)


83: How to use Loops, Array.from, Map, Filter, and Reduce in JavaScript '

https://codexam.hashnode.dev/how-to-use-loops-arrayfrom-map-filter-and-reduce-in-javascript

Hashnode - javascript (Javascript)

' In this article, I will show you how to use some of the most useful and powerful features of JavaScript: loops, Array.from, map, filter, and reduce. These features can help you manipulate data, create new arrays, and perform calculations with ease...


84: Mastering the delicate balancing act of marketing by Emarsys

https://searchengineland.com/mastering-the-delicate-balancing-act-of-marketing-427809

Search engine land (Référencement)

The best modern marketing creates connections and builds customer loyalty by balancing the art and science of marketing. The post Mastering the delicate balancing act of marketing appeared first on Search Engine Land.


85: Reddit Is Reportedly Retaliating Against Planned Protesters

https://www.webpronews.com/reddit-is-reportedly-retaliating-against-planned-protesters/

WebProNews SEO (Développement)

WebProNews Reddit Is Reportedly Retaliating Against Planned Protesters Reddit is reportedly retaliating against those planning a protest against the company's recent policy change, blocking their accounts. Reddit Is Reportedly Retaliating Against Planned Protesters Staff


86: Utiliser une règle ESLint custom avec fix pour réduire la taille du bundle de votre application

https://medium.com/inato/using-a-custom-fixable-eslint-rule-to-reduce-your-applications-bundle-size-610a2d9b706c

Humancoders ()

Commentaires L'article Utiliser une règle ESLint custom avec fix pour réduire la taille du bundle de votre application a été posté dans la catégorie JavaScript de Human Coders News


87: Rate Limiting

https://blog.bytebytego.com/p/rate-limiting-fundamentals

Humancoders ()

Un bon article sur le sujet du Rate Limiting : les différentes stratégies pour limiter le nombre de requêtes autorisées à une ressource (API par exemple) : bloquer les requêtes, ralentir les accès, etc. Commentaires L'article Rate Limiting a été posté dans la catégorie API de Human Coders News


88: Primitive Objects In JavaScript: When To Use Them (Part 2)

https://smashingmagazine.com/2023/06/primitive-objects-javascript-part-2/

Smashing magazine (Web 2 / CSS)

In the second part of the series, Kirill looks at the usefulness of primitive objects, exploring how reducing capabilities could be a benefit for your project.


89: Du code Python compilé utilisé pour du piratage

https://www.lemondeinformatique.fr/actualites/lire-du-code-python-compile-utilise-pour-du-piratage-90612.html

Le monde informatique (Informatique / Internet)

Les attaquants qui ciblent les dépôts de paquets open source tels que PyPI (Python Package Index) ont mis au point une technique pour dissimuler (...)


90 / 129

90: Week 1 -: GSOC'23 with LibreHealth

https://mehulkumar.hashnode.dev/week-1-gsoc23-with-librehealth

Hashnode - Flutter (Flutter)

In this blog series, I will be sharing my experiences, challenges, and achievements as I embark on this GSOC adventure. Join me as I dive into Week 1, where I kickstart my work and make significant strides toward my project goals. How the week start...


91: Les salaires tech et marketing en France en 2023 : comparez votre rémunération

https://www.blogdumoderateur.com/salaires-tech-marketing-france-2023-comparez-remuneration/

Blog du Moderateur ()

Retrouvez la grille de salaire des différents secteurs de l'informatique en 2023, proposée par le cabinet Externatic.


92: Webinar : tout savoir sur les stratégies de marketing d'influence en 2023

https://www.blogdumoderateur.com/webinar-marketing-influence-en-2023/

Blog du Moderateur ()

Nous organisons un webinar en partenariat avec l'agence TERRITORY Influence pour tout savoir sur le marketing d'influence, et les stratégies à mettre en place.


93: Stéphane Rousseau nommé DSI groupe d'Ingenico

https://www.lemondeinformatique.fr/actualites/lire-stephane-rousseau-nomme-dsi-groupe-d-ingenico-90607.html

Le monde informatique (Informatique / Internet)

Après plus de huit ans au sein de groupe Eiffage, Stéphane Rousseau a rejoint Ingenico en mai 2023, en tant que DSI du groupe spécialisé (...)


94: Object detection with MediaPipe in React

https://sachira.hashnode.dev/object-detection-with-mediapipe-in-react

Hashnode - javascript (Javascript)

Introduction MediaPipe (https://developers.google.com/mediapipe) is a powerful framework that allows developers to easily apply machine learning solutions to their apps. One of the solutions offered by MediaPipe is object detection, which can be used...


95: Websockets in Django (without Channels)

https://code.ajithkumarpm.me/websockets-in-django-without-channels

Hashnode - python (python)

What are websockets' WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. Introduction of Asynchronous Programming in python. Unlike Javascript asynchronous execution wasn't supp...


96: iOS 17 : quand sera disponible la mise à jour majeure de l'iPhone '

https://www.blogdumoderateur.com/ios-17-quand-disponible-iphone/

Blog du Moderateur ()

Si Apple s'en tient à son calendrier habituel, iOS 17 devrait être disponible au début de l'automne, après être passé par plusieurs phases de bêta au cours de l'été.


97: Une majorité se dégage en Europe contre la taxe sur les Big Tech pour financer les télécoms

https://www.usine-digitale.fr/article/une-majorite-se-degage-en-europe-contre-la-taxe-sur-les-big-tech-pour-financer-les-telecoms.N2138802

L'usine-digitale (Informatique)

Le projet de "fair share", une proposition visant à faire contribuer les grandes plateformes mondiales de contenu aux coûts des infrastructures télécoms, ne recueillerait pas une majorité de voix favorables parmi les ministres des télécoms européens.


98: ChatGPT et vie privée : que fait Open AI de vos données '

https://www.lebigdata.fr/chatgptvie-privee

Le Big Data (dataviz)

ChatGPT a battu tous les records en devenant l’application grand public à la croissance la plus rapide de l’histoire. Cependant, … Cet article ChatGPT et vie privée : que fait Open AI de vos données ' a été publié sur LEBIGDATA.FR.


99: Les 20 langages informatiques les plus populaires en juin 2023

https://www.blogdumoderateur.com/classement-langages-informatiques-tiobe-juin-2023/

Blog du Moderateur ()

Après plusieurs mois stables, C++ prend la 3e place sur le podium des langages les plus populaires. Java est relégué à la 4e position.


100 / 129

100: On a testé la Search Generative Experience ! Comparaison avec les SERP actuelles

https://www.abondance.com/20230605-53609-test-search-generative-experience-comparaison.html

Abondance (Référencement)

Ça y est, Abondance a obtenu son accès à la SGE ce matin. Version US évidemment, puisque la nouvelle interface n'est pas encore disponible en France. Mais cela nous a déjà permis de réaliser quelques tests et surtout, de comparer les différences avec le moteur de recherche actuel. C'est parti ! Requête informationnelle : que […] L'article "On a testé la Search Generative Experience [...]


101: Changes to Blackjack payouts so that gamblers lose more to casinos

https://flowingdata.com/2023/06/05/changes-to-blackjack-payouts-so-that-gamblers-lose-more-to-casinos/

Flowing data (dataviz)

Katherine Sayre, for The Wall Street Journal, on Las Vegas casinos squeezing out…Tags: gambling, Las Vegas, probability


102: Tech foutraque 2

https://techfoutraque.hashnode.dev/tech-foutraque-2

Hashnode - javascript (Javascript)

' Frontend New to the web platform in May Using linear() for better animation Semantics and the popover attribute: what to use when' RedwoodJS' Next Epoch: All In on React Server Components Isomorphic Development Angular Developer Survey 2022 ...


103: Look Ma - I invented PHP!

https://codesmash.dev/look-ma-i-invented-php

Hashnode - javascript (Javascript)

In the ever-evolving world of web development, trends come and go like fashion fads. One such trend that has caught the attention of developers is React server components. While touted as an innovative approach, it's hard to ignore the striking simil...


104: How to set up and deploy a Django application on a Linux server

https://code.ajithkumarpm.me/set-up-and-deploy-a-django-application-on-a-linux-server

Hashnode - python (python)

29th July 2021 Step 1. Server configuration. Install any linux based distribution(Ubuntu, manjaro ...etc). Update and upgrade your software repositories. // on any debian based distribution sudo apt update && sudo apt upgrade server hostname can...


105: Sodexo BRS recentre son service client sur un socle commun

https://www.lemondeinformatique.fr/actualites/lire-sodexo-brs-recentre-son-service-client-sur-un-socle-commun-90608.html

Le monde informatique (Informatique / Internet)

Présente dans 31 pays, Sodexo BRS (Benefits & Rewards Services) regroupe les activités de services d'avantages aux employés du (...)


106: Amexio croque Acolad Digital

https://www.lemondeinformatique.fr/actualites/lire-amexio-croque-acolad-digital-90610.html

Le monde informatique (Informatique / Internet)

L'intégrateur français Amexio continue son développement en rachetant son homologue Acolad Digital, spécialisé dans (...)


107: Systèmes d'impression : le marché mondial grimpe au 1er trimestre 2023

https://www.lemondeinformatique.fr/actualites/lire-systemes-d-impression-le-marche-mondial-grimpe-au-1er-trimestre-2023-90609.html

Le monde informatique (Informatique / Internet)

Bonne nouvelle sur le front du marché de l'impression. Au premier trimestre 2023, le secteur est reparti à la hausse par rapport à (...)


108: Asana avance prudemment sur l'intégration de l'IA générative

https://www.lemondeinformatique.fr/actualites/lire-asana-avance-prudemment-sur-l-integration-de-l-ia-generative-90606.html

Le monde informatique (Informatique / Internet)

La plateforme de gestion du travail Asana a annoncé un ensemble de fonctionnalités de produits basées sur l'IA, conçues pour (...)


109: Improve Readability with Numeric Separators in JavaScript

https://blog.1links.app/improve-readability-with-numeric-separators-in-javascript

Hashnode - javascript (Javascript)

JavaScript's Numeric Separators provide an enhanced way to improve the readability of large numeric literals by allowing developers to use underscores as visual separators. This feature makes it easier to understand and maintain code that involves la...


110 / 129

110: Principal Designer chez Behance et Adobe : un métier qui allie créativité et technique

https://www.blogdumoderateur.com/principal-designer-behance-adobe-metier-creativite-technique/

Blog du Moderateur ()

Les métiers du design vous intéressent ' Découvrez le parcours inspirant de Clément Faydi, passionné par la création, la technologie et le numérique depuis son plus jeune âge.


111: [Improving Javascript package] Rewriting Prisma ORM - part 2

https://emmanuel-n.hashnode.dev/improving-javascript-package-rewriting-prisma-orm-part-2

Hashnode - javascript (Javascript)

As we've seen in the previous article, there's a small inconvenient with Prisma ORM that we'll solve by rewriting it entirely (cause who doesn't want another npm package) We'll go step by step, explaining how things work thus this series of post migh...


112: Create A Hello World! Application Using Django Framework

https://devsumitg.hashnode.dev/create-a-hello-world-application-using-django-framework

Hashnode - python (python)

Check out my previous blog about the Introduction to Django Framework. Django is a high-level web framework that is designed to make it easy to build web applications quickly and efficiently. It provides many useful features out of the box, such as a...


113: Influence responsable : la liste des créateurs certifiés par l'ARPP

https://www.blogdumoderateur.com/influence-responsable-liste-createurs-certifies-arpp/

Blog du Moderateur ()

Pour un marketing d'influence "éthique et responsable", l'autorité de régulation professionnelle de la publicité propose aux influenceurs d'obtenir une certification.


114: [Improving Javascript package] Rewriting Prisma ORM - part 1

https://emmanuel-n.hashnode.dev/improving-javascript-package-rewriting-prisma-orm-part-1

Hashnode - javascript (Javascript)

Prisma is loved by many javascript developers thanks to its great developer experience. It provides an abstract and intuitive syntax to query your data from your backend and works out of the box with many SQL and No-SQL databases. It also generates a...


115: Complete OS Notes for interview preparation '

https://itsamanyadav.dev/complete-os-notes-for-interview-preparation

Hashnode - javascript (Javascript)

1. What is an Operating System & Types of OS An operating system (OS) is software that acts as an interface between computer hardware and user applications. It manages the resources and provides services for the efficient and secure execution of pro...


116: GUI Assistant Using ChatGPT and Python '

https://proxlight.hashnode.dev/gui-assistant-using-chatgpt-and-python

Hashnode - python (python)

Hi everyone', In this article we will be creating a GUI ChatGPT application using Python, you can use the tkinter library for the graphical interface and the OpenAI API to interact with the ChatGPT model. Here's an example of how you can build a sim...


117: auto-dark-theme: Let's build a CLI tool for convenience

https://surya-dev-journey.hashnode.dev/auto-dark-theme-lets-build-a-cli-tool-for-convenience

Hashnode - python (python)

Hello, In my previous posts here and here, I talked about creating a Python app that switches my KDE Plasma's theme to light or dark according to the system time. This app uses a config file that lives in $HOME/.config/auto-dark-theme as per XDG user...


118: Tips for Effective Error Handling in Dart

https://developnsolve.com/tips-for-effective-error-handling-in-dart

Hashnode - Flutter (Flutter)

Introduction As a developer, encountering errors is an unavoidable part of the coding journey. However, how you handle those errors can significantly impact the stability and reliability of your Dart applications. In this article, we will explore val...


119: Interactive: Comparing Military Spend Around the World

https://www.visualcapitalist.com/cp/military-spend-around-the-world/

Visual Capitalist (dataviz)

Which countries have the highest military spend relative to their economy' This visual breaks down the amount spent in each country by GDP. The post Interactive: Comparing Military Spend Around the World appeared first on Visual Capitalist.


120 / 129

120: Exploring Different Types of Loops in JavaScript

https://krikrishna.hashnode.dev/exploring-different-types-of-loops-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a versatile programming language that allows developers to create dynamic and interactive web applications. One of the fundamental features of JavaScript is its ability to perform repetitive tasks efficiently through the use of loops. I...


121: Explore JavaScript Arrays

https://dhanushks.hashnode.dev/explore-javascript-arrays

Hashnode - javascript (Javascript)

JavaScript arrays are powerful data structures that allow developers to store and manipulate collections of elements. In this blog post, we will explore different methods of creating JavaScript arrays and demonstrate how to manipulate them effectivel...


122: How to Sort Arrays in JavaScript

https://techylawyer.hashnode.dev/how-to-sort-arrays-in-javascript

Hashnode - javascript (Javascript)

Introduction JavaScript is the language of the web and is employed in over 90% of websites, along with HTML (Hyper Text Markup Language) and CSS (Cascading Style Sheets). Arrays in JavaScript are used for storing multiple values under one variable na...


123: Top 40 Terraform Interview Questions and Answers for 2023

https://mrdevops.hashnode.dev/top-40-terraform-interview-questions-and-answers-for-2023

Hashnode - javascript (Javascript)

1. What do you understand by Terraform in AWS' Terraform is a part of the AWS DevOps Competency and also an AWS Partner Network (APN) advanced technology partner. It is similar to AWS Cloud Formation in the sense that it is also an 'infrastructure as...


124: Using PrivateGPT to Train Your Own LLM

https://ridha-xyn.hashnode.dev/using-privategpt-to-train-your-own-llm

Hashnode - python (python)

Introduction Language models have transformed the field of artificial intelligence, enabling computers to generate human-like text with remarkable accuracy. However, concerns regarding privacy and data control have emerged when relying on public AI s...


125: [Great Learning] Selenium with Python

https://thali.hashnode.dev/great-learning-selenium-with-python

Hashnode - python (python)

Setelah mengenal Selenium testing pada pembelajaran Selenium Basics, pembahasan yang lebih dalam terkait Selenium dibahas pada pembelajaran kali ini. Tentang Pembelajaran Selenium with Python Secara umum, materi pada pembelajaran Selenium with Python...


126: Using the Engineering Method to Teach Important Thinking and Problem-Solving Skills to Vibrant Minds

https://catswhocode.com/using-the-engineering-method-to-teach-important-thinking-and-problem-solving-skills-to-vibrant-minds/

Cats who code (Javascript / PHP / wordpress)

The technological innovation process is acknowledged as a sequence of procedures that engineers follow to find the best solution to a problem. That allows designers to use math concepts, applied research and technological innovation sciences to obtain a high level of optimization that meets the requirements of an goal. The steps incorporate defining the situation, … Using the Engineering Me [...]


127: Hud App Evaluation 2023 Is It A Waste Of Time'

https://catswhocode.com/hud-app-evaluation-2023-is-it-a-waste-of-time/

Cats who code (Javascript / PHP / wordpress)

Read our full review of eharmony or our comparability of eharmony vs. EliteSingles. Online courting is type of the most effective factor that is ever occurred to introverts. Simply join, add your time and place of origin to generate your chart, and state the type of relationship you're looking for. If you're in search of […]


128: Tackling Common React Interview Questions

https://relatablecode.hashnode.dev/tackling-common-react-interview-questions

Hashnode - javascript (Javascript)

React has been a part of the front-end developer ecosystem for over ten years now! That's a long time. As a result, it is quite common to see React listed as a requirement for jobs. Let's take a look at some common React Interview Questions What are ...


129: Full-stack Blockchain with Andrew

https://daslaw.hashnode.dev/full-stack-blockchain-with-andrew

Hashnode - javascript (Javascript)

Whenever I am asked to think about my mentoring experiences, it is an automatic habit to think of times I have been mentored. But the truth is, I have mentored as well. My Mentor Recently, I met a great mentor named Andrew James Okpainmo, who is a bl...




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