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

« Février 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Jeudi 2 Février 2023 (150)

1: Comment l'IA peut être utilisée pour la propagande et la désinformation '

https://www.lebigdata.fr/ia-propagande-desinformation

Le Big Data (dataviz)

Dans la mesure où l'IA peut créer absolument tout (si ce n'est plus) ce que le cerveau d'un être intelligent … Cet article Comment l’IA peut être utilisée pour la propagande et la désinformation ' a été publié sur LeBigData.fr.


2: Make the switch to GA4, or Google will do it for you

https://searchengineland.com/make-the-switch-to-ga4-or-google-will-do-it-for-you-392612

Search engine land (Référencement)

Starting next month, advertisers should begin creating new Google Analytics 4 properties, or they'll be automatically configured. The post Make the switch to GA4, or Google will do it for you appeared first on Search Engine Land.


3: Code debugging for beginners

https://bugdodger.hashnode.dev/code-debugging-for-beginners

Hashnode - javascript (Javascript)

What is debugging If you're a software developer, you've probably experienced situations where your code didn't work as you expected it to, your next step was probably to go through your code looking for the error(s) or to ask someone to help you loo...


4: Full Stack Development With Nuxt 3 and Nitro ' Vue Amsterdam Conference 2022 ' Ninth Talk

https://mohsenv.hashnode.dev/full-stack-development-with-nuxt-3-and-nitro-vue-amsterdam-conference-2022-ninth-talk

Hashnode - vuejs (Javascript)

Pooya Parsa - Head of Framework at Nuxt.js Welcome! It's been a while since my last article, but I'm excited to return with the ninth part of my series on the Vuejs Amsterdam conference 2022. In this part, we will delve into the exciting world of ful...


5: React.js Routing - The What, Why and How

https://jcintrondev.hashnode.dev/reactjs-routing-the-what-why-and-how

Hashnode - javascript (Javascript)

My goal for this article is to give an extremely straightforward explanation of routing in React and how we can accomplish it. Part 1 - What is React routing and what do we use it for' React routing refers to the functionality provided by the React R...


6: Exploring the Power of Directive in Vuejs

https://radiantcodes.hashnode.dev/exploring-the-power-of-directive-in-vuejs

Hashnode - javascript (Javascript)

Directives are special attributes in Vue.js that allow you to bind reactive data to a DOM element and apply dynamic behavior to it. They allow you to bind a piece of data to a specific element in the DOM and then modify its behavior based on the valu...


7: Google Is Raising Its Bug Bounty Payouts

https://www.webpronews.com/google-is-raising-its-bug-bounty-payouts/

WebProNews SEO (Développement)

WebProNews Google Is Raising Its Bug Bounty Payouts Google is raising its bug bounty program for fuzz testing, with the maximum payout now $30,000. Google Is Raising Its Bug Bounty Payouts Staff


8: Data storage in the browser

https://oluwatrillions.hashnode.dev/data-storage-in-the-browser

Hashnode - javascript (Javascript)

Web Storage API is a very important part of programming that allows us to save and access data on and from our browsers. These sets of data that are being stored are our browser history, login credentials (this can be risky) and other important strin...


9: Mapped: GDP Growth Forecasts by Country, in 2023

https://www.visualcapitalist.com/mapped-gdp-growth-forecasts-by-country-in-2023/

Visual Capitalist (dataviz)

The global economy faces an uncertain future in 2023. This year, GDP growth is projected to be 2.9%'down from 3.2% in 2022. The post Mapped: GDP Growth Forecasts by Country, in 2023 appeared first on Visual Capitalist.


10 / 150

10: Meta blames weak advertising demand, rivals for Q4 2022 revenue decline

https://searchengineland.com/meta-blames-weak-advertising-demand-rivals-for-q4-2022-revenue-decline-392607

Search engine land (Référencement)

Rivals such as TikTok and continuing effects from App Tracking Transparency attributed to last quarter's decline. The post Meta blames weak advertising demand, rivals for Q4 2022 revenue decline appeared first on Search Engine Land.


11: Starting a Career in Web Design

https://www.awwwards.com/starting-a-career-in-web-design.html

awwwards (Internet)

When did you realize you wanted to be a designer' What was your first real gig' How did you find your unique workflow'Every single artist has a unique...


12: Introduction to Computation Models and Optimization Problems

https://aayushsinha.hashnode.dev/introduction-to-computation-models-and-optimization-problems

Hashnode - python (python)

The main topic of the course is Computation Models. How do we use computation to understand the world in which we live So What is Computation Models' Computation Models - Experimental devices that help us to understand something that has happened or ...


13: Array Methods you should know before learning React Js'

https://prabeshbista.hashnode.dev/array-methods-you-should-know-before-learning-react-js

Hashnode - javascript (Javascript)

Arrays in JavaScript are data structures that hold a collection of values, which can be of any data type. JavaScript provides several built-in methods that allow developers to perform common operations on arrays, such as adding, removing, and manipul...


14: Local Storage

https://moreshwar.hashnode.dev/local-storage

Hashnode - javascript (Javascript)

Introduction to Local Storage LocalStorage is used to store the data in the browser for a particular domain. Basically i.e local storage is a web storage object which is not sent to the server with each request. Whereas the cookie is been set to the ...


15: Comparing Numbers in Bash

https://stackabuse.com/comparing-numbers-in-bash/

Stack Abuse (Javascript)

Introduction Comparing numbers is a fundamental operation in many programming/scripting languages, including Bash. It allows for making decisions based on numerical values and is essential for writing scripts that can process data and perform tasks based on conditions. In Bash, comparing numbers is done using comparison operators, such as


16: Send This To Your Crush!

https://arpitbabbar.hashnode.dev/send-this-to-your-crush

Hashnode - javascript (Javascript)

Introduction Hey guys! Learning is best when we learn something in a fun way. So, in this article, you'll be learning about the basic concept of DOM and DOM Manipulation using javascript. I've created a basic application using HTML, CSS and JS which ...


17: Twitter Is Killing Its Free API, Will Charge Devs February 9

https://www.webpronews.com/twitter-is-killing-its-free-api-will-charge-devs-february-9/

WebProNews SEO (Développement)

WebProNews Twitter Is Killing Its Free API, Will Charge Devs February 9 Twitter's controversial decisions under owner Elon Musk just keep on coming, with the platform killing off its free developer API. Twitter Is Killing Its Free API, Will Charge Devs February 9 Matt Milano


18: ' Eggtastic Graph

https://flowingdata.com/2023/02/02/process-224-eggtastic/

Flowing data (dataviz)

It is okay to fill the void with something fun.Tags: audience, egg, purpose


19: An introduction to JavaScript and its uses on the web

https://codecaliper.me/an-introduction-to-javascript-and-its-uses-on-the-web

Hashnode - javascript (Javascript)

JavaScript is a programming language that is widely used on the web to create interactive and dynamic websites. It is a versatile and powerful language that can be used to create a wide range of applications, from simple forms and animations to compl...


20 / 150

20: How to Lose $13 of Users' Funds (As a Blockchain Developer)

https://mateush.hashnode.dev/how-to-lose-13-of-users-funds-as-a-blockchain-developer

Hashnode - python (python)

The gov says we are not in recession, but at the same time, we hear about skyrocketing inflation, interest rate increases, and layoffs in almost every sector of the economy. Despite crypto and TradFi being impacted the most severely, many companies a...


21: Xbox Game Pass : le guide complet du service Cloud Gaming de Microsoft

https://www.lebigdata.fr/xbox-game-pass-guide-complet

Le Big Data (dataviz)

Xbox Game Pass est un service par abonnement proposé par Microsoft, permettant d’accéder à un catalogue de jeux constamment mis … Cet article Xbox Game Pass : le guide complet du service Cloud Gaming de Microsoft a été publié sur LeBigData.fr.


22: How To Use Templates in Go

https://www.digitalocean.com/community/tutorials/how-to-use-templates-in-go

Digital Ocean Tutorials (Internet)

Introduction Do you need to present some data in well-formatted output, textual reports, or HTML pages' You can do that with Go templates. Any Go program can use the text/template or html/template package'both included in the Go standard library'to present data neatly. Both packages allow you to write textual templates and pass data into them to render a document formatted to your liking. Within t [...]


23: Stop Double Rendering in React with UseEffect - Proven Fixes!

https://opeyimikaaremu.io/stop-double-rendering-in-react-with-useeffect-proven-fixes

Hashnode - javascript (Javascript)

React is a JavaScript library that makes it easier for developers to build fast, reliable websites with reusable parts that are easy to maintain with future changes. React.StrictMode was added to the latest React version, React 18.0., to test compone...


24: Integrating augmented and virtual reality into a Node.js app

https://blog.logrocket.com/integrating-augmented-virtual-reality-node-js-app/

Log Rocket blog (Web 2)

Enhance the virtual elements of your Node.js app using the A-Frame and AR.js libraries. The post Integrating augmented and virtual reality into a Node.js app appeared first on LogRocket Blog.


25: Introducing Facebook Graph API v16.0 and Marketing API v16.0

https://developers.facebook.com/blog/post/2023/02/02/introducing-facebook-graph-and-marketing-api-v16/

Facebook dev. (PHP)

Today, we are releasing Facebook Graph API v16.0 and Marketing API v16.0. As part of this release, we are highlighting changes below that we believe are relevant to parts of our developer community.


26: Django ORM's Hidden Magic: Advanced Uses and Techniques, Part-2

https://blog.azanulhaque.tech/django-orms-hidden-magic-advanced-uses-and-techniques-part-2

Hashnode - python (python)

Welcome back for the 2nd part, check out the first one too, as we'll be using the same models we defined there. If you're familiar with Question and Choice models in Django's official documentation that'll work too.Let's continue Relationships Relati...


27: Introducing Rubberduck 1.0: AI Chat in Visual Studio Code

https://rubberduckai.hashnode.dev/introducing-rubberduck-10-ai-chat-in-visual-studio-code

Hashnode - javascript (Javascript)

Rubberduck adds a chat interface to Visual Studio Code. You can edit code, get explanations, generate tests, and diagnose errors. Rubberduck lets you use your own OpenAI API key and call the OpenAI API directly, so your code is only seen by you and O...


28: React - Event Handling (doc)

https://jvspwt.my.id/react-event-handling-doc

Hashnode - javascript (Javascript)

Pemberian nama event, React selalu menggunakan camelCase. Penulisan onclick menjadi onClick: On Increase Props Drilling Event Handler Data atau state sebaiknya berada di parent component dan hanya boleh diub...


29: "Configuring Python: An Easy Guide to Setting Up Python on Your PC"

https://rolex.hashnode.dev/configuring-python-an-easy-guide-to-setting-up-python-on-your-pc

Hashnode - python (python)

What is python' Python is a high-level, interpreted programming language. It is an open-source language, which means that its source code is freely available and can be modified by anyone. Python is known for its clear, concise and readable syntax, ...


30 / 150

30: How To Install and Use CFEngine Community Edition on Ubuntu 20.04

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-cfengine-community-edition-on-ubuntu-20-04

Digital Ocean Tutorials (Internet)

The author selected the Open Internet/Free Speech Fund to receive a donation as part of the Write for DOnations program. Introduction CFEngine is a scalable configuration management tool for your IT infrastructure. CFEngine allows you to use the same tool and policy language to manage everything in your infrastructure: Linux, Mac, Windows, BSD, Solaris, IBM AIX, HP-UX, and others. You install an a [...]


31: MDX integration strategies for Next.js

https://blog.logrocket.com/mdx-integration-strategies-next-js/

Log Rocket blog (Web 2)

This article will explore three unique strategies for easily integrating MDX into your Next.js applications. The post MDX integration strategies for Next.js appeared first on LogRocket Blog.


32: Nouvel épisode dans le décollage poussif de Prime Air

https://www.usine-digitale.fr/article/nouvel-episode-dans-le-decollage-poussif-de-prime-air.N2096931

L'usine-digitale (Informatique)

Prime Air n'a réalisé que dix livraisons par drone depuis le lancement, fin décembre, de ses projets pilote en Californie et au Texas. Les règles de la Federal Aviation Administration y seraient pour beaucoup.


33: For the poor, retirement is short(er)

https://blog.datawrapper.de/retirement-life-expectancy-france/

Data Wrapper (dataviz)

Hi there, it's Rose! I write for Datawrapper's blog. Today I'm rebuilding a chart about...


34: Asynchronous Operations (Coroutine) in Python

https://devendraadhikari.com.np/asynchronous-operations-coroutine-in-python

Hashnode - python (python)

Asynchronous operations are operations that run independently of the main program flow and don't block the execution of the program. In other words, asynchronous operations allow the program to continue executing other tasks while it waits for the op...


35: Software Engineer, JD

https://katrinatuckerjd.hashnode.dev/software-engineer-jd

Hashnode - javascript (Javascript)

Recently, I was in an interview with a medical tech company hiring a software engineer. We began with the normal questions, 'Tell me about yourself', 'What type of projects are you working on now'', 'What languages do you use'' All things I have prep...


36: Google's search quality raters protest for higher pay

https://searchengineland.com/googles-search-quality-raters-protest-for-higher-pay-392597

Search engine land (Référencement)

Google's search quality raters ' the people who help evaluate Google's search results ' want a raise. The post Google’s search quality raters protest for higher pay appeared first on Search Engine Land.


37: Publicité digitale en France : chiffres clés et perspectives pour 2023

https://www.blogdumoderateur.com/publicite-digitale-france-chiffres-perspectives-2023/

Blog du Moderateur ()

Découvrez comment évolue le marché de la publicité digitale en France : chiffre d'affaires, croissance des leviers et perspectives pour 2023.


38: Western Digital proche d'une fusion avec le japonais Kioxia '

https://www.usine-digitale.fr/article/western-digital-proche-d-une-fusion-avec-le-japonais-kioxia.N2096901

L'usine-digitale (Informatique)

L'américain Western Digital, numéro un mondial des équipements de stockage de données, a sécurisé un financement de 900 millions de dollars qui doit lui permettre de mettre en oeuvre les conclusions de sa revue stratégique.


39: React - State Component (doc)

https://jvspwt.my.id/react-state-component-doc

Hashnode - javascript (Javascript)

Di dalam React component, kita bisa menyimpan data yang bila berubah bisa memicu perubahan tampilan UI. Syaratnya, data tersebut perlu disimpan dalam state. Meskipun state dan props dapat menyimpan data, tetapi keduanya hal yang berbeda. Data di dala...


40 / 150

40: How To Implement Component Testing for React Applications Using Playwright

https://www.digitalocean.com/community/tutorials/how-to-implement-component-testing-for-react-applications-using-playwright

Digital Ocean Tutorials (Internet)

The author selected Open Sourcing Mental Illness to receive a donation as part of the Write for DOnations program. Introduction Testing is crucial for ensuring a software product works as expected. Traditionally, QA teams often manually execute a lot of end-to-end tests for web applications. However, QA teams spend a considerable amount of effort preparing testing data, implementing the tests, an [...]


41: Make a mini Todolist with Django

https://sense.hashnode.dev/make-a-mini-todolist-with-django

Hashnode - python (python)

Introduction to Django and its components Django is an open-source, high-level Python web framework designed for the rapid development of applications that require a secure, scalable, and maintainable architecture. It follows the model-view-template ...


42: Mission vs. vision statements: Key differences and importance

https://blog.logrocket.com/product-management/mission-vs-vision-statements-key-differences-and-importance/

Log Rocket blog (Web 2)

The vision statement drives the end goal of the product, aligning stakeholders and roadmaps. The mission statement drives the 'how' of the product. The post Mission vs. vision statements: Key differences and importance appeared first on LogRocket Blog.


43: How to design nondestructive cancel buttons

https://blog.logrocket.com/ux-design/how-to-design-nondestructive-cancel-buttons/

Log Rocket blog (Web 2)

What can we do as UX designers to ensure users have an easy time canceling, deleting, clearing, returning to a previous state, etc.' The post How to design nondestructive cancel buttons appeared first on LogRocket Blog.


44: Free Web Based IDEs - CodePen Main Features and Usability

https://monacodelisa.com/free-web-based-ides-codepen

Hashnode - javascript (Javascript)

In this video, I am testing and showcasing the various features that Codepen has to offer, including its availability as a free option, its autocomplete and Emmet capabilities, and its real-time visual output capabilities. I examine its file structur...


45: Remove last character from javascript string

https://pbphpsolutions.hashnode.dev/remove-last-character-from-javascript-string

Hashnode - javascript (Javascript)

There are two methods given below by which you can remove last character from javascript string. slice():- This method is used to cut a part of the string and return that part as a new string. This method takes two parameters as the start position an...


46: How To Use Styled-Components In React

https://willochs316.hashnode.dev/how-to-use-styled-components-in-react

Hashnode - javascript (Javascript)

Introduction Styled Components is a library for building HTML components with CSS classes, designed for use with React. It provides dynamic styling options and automatically updates styles for ease of use. The library allows for writing React compone...


47: Microsoft revises multi-channel advertising approach and discontinues bid modifiers for audience ads

https://searchengineland.com/microsoft-revises-multi-channel-advertising-approach-and-discontinues-bid-modifiers-for-audience-ads-392594

Search engine land (Référencement)

Together, Microsoft says their Search and Audience networks can reach over a billion people. The post Microsoft revises multi-channel advertising approach and discontinues bid modifiers for audience ads appeared first on Search Engine Land.


48: React - Class Component (doc)

https://jvspwt.my.id/react-class-component-doc

Hashnode - javascript (Javascript)

Component yang dibuat menggunakan fungsi disebut dengan functional component, sedangkan component yang dibuat dengan class disebut dengan class component. import React from 'react'; class AppComponent extends React.Component { render() { const...


49: Netflix précise les nouvelles règles de partage de compte : tout savoir

https://www.lebigdata.fr/netflix-regles-partage-compte

Le Big Data (dataviz)

Netflix vient de préciser les nouvelles règles sur le partage de compte. Un nouveau système va permettre d’associer les appareils … Cet article Netflix précise les nouvelles règles de partage de compte : tout savoir a été publié sur LeBigData.fr.


50 / 150

50: Podcasts For UX Designers

https://smashingmagazine.com/2023/02/podcasts-ux-designers/

Smashing magazine (Web 2 / CSS)

Podcasts are a fantastic opportunity to get up close with the people who know their craft. In this post, we compiled podcasts that are bound to provide valuable insights into UX and new perspectives on the field. Perfect for a short coffee break or a long commute.


51: Le chiffre d'affaires de Meta a baissé de 1% en 2022, une première depuis son entrée en bourse

https://www.usine-digitale.fr/article/le-chiffre-d-affaires-de-meta-a-baisse-de-1-en-2022-une-premiere-depuis-son-entree-en-bourse.N2096781

L'usine-digitale (Informatique)

Meta termine l'année 2022 sur une note d'espoir, avec un nombre d'utilisateurs en croissance, même si ses résultats financiers témoignent de difficultés qui perdurent. Pour la première fois depuis 2012, son chiffre d'affaires a reculé d'une année sur l'autre et son bénéfice a plongé de 41%. Mark Zuckerberg compte sur des changements organisationnels pour rebondir et rassurer les investi [...]


52: Implement Single Sign On in Medusa

https://carpad88.hashnode.dev/implement-single-sign-on-in-medusa

Hashnode - javascript (Javascript)

Introduction Medusa is an open source headless commerce that offers out-of-the-box functionalities needed to build an ecommerce platform. An important feature Medusa provides is its flexibility in adapting functionalities according to your needs. Med...


53: How to Integrate ChatGPT to WhatsApp

https://scofield.hashnode.dev/how-to-integrate-chatgpt-to-whatsapp

Hashnode - javascript (Javascript)

Integrating ChatGPT to WhatsApp is a fancy way to get responses on the go without having to log into ChatGPT website. This tutorial will integrate ChatGpt to WhatsApp using ChatGPT API and the Cognigy platform. To get started with this tutorial, we m...


54: Meta fait de nouvelles révélations sur le Quest 3

https://www.realite-virtuelle.com/meta-fait-de-nouvelles-revelations-sur-le-quest-3/

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

Lors d'un appel aux résultats, le PDG de Meta, Mark Zuckerberg a déclaré aux investisseurs […] Cet article Meta fait de nouvelles révélations sur le Quest 3 a été publié sur Réalité-Virtuelle.com.


55: Understanding Prototype and Prototype Chaining in JavaScript

https://saloni1.hashnode.dev/understanding-prototype-and-prototype-chaining-in-javascript

Hashnode - javascript (Javascript)

Let's understand Prototype by taking a goal to achieve in mind. Suppose you want to build something like React, ViewerJS, String Library, or a classic Array Library or you want to do some DOM Manipulation. I'm talking about big steps here, like build...


56: Outreachy: Week nine

https://activuscode.hashnode.dev/outreachy-week-nine

Hashnode - python (python)

Last week, I shared with you the task I worked on as regards the user guide documentation project of Wagtail CMS. By the end of the week, I had conducted two user research interviews with the help of my mentor, Thibaud. It has been nine weeks since I...


57: Funding the League of Nations: a map of the contributions of member states

https://www.martingrandjean.ch/funding-league-of-nations/

Martin Grandjean (dataviz) (dataviz)

The League of Nations marks a turning point in the history of international relations in that it is the first model of a "world parliament". But who paid for it' The member states contributed according to their economic capacity and their political will. The map below shows the total contributions by states, based on the final report of the Board of Liquidation of the League of Nations in 1947, as [...]


58: Pinning Rust async data types for memory safety

https://blog.logrocket.com/pinning-rust-async-data-types-memory-safety/

Log Rocket blog (Web 2)

We investigate different methods for implementing pinning with async data in Rust and look at how to safely access pinned data. The post Pinning Rust async data types for memory safety appeared first on LogRocket Blog.


59: Understanding process mapping and how it works

https://blog.logrocket.com/product-management/understanding-process-mapping-and-how-it-works/

Log Rocket blog (Web 2)

For PMs, the main benefits lie in the process, no pun intended, of creating the visual map and the direct understanding that comes with it. The post Understanding process mapping and how it works appeared first on LogRocket Blog.


60 / 150

60: Why SEO should be a product

https://searchengineland.com/why-seo-should-be-a-product-392498

Search engine land (Référencement)

Treating search engine optimization as a product means dedicating ample resources to growing organic traffic and revenue. Learn more here. The post Why SEO should be a product appeared first on Search Engine Land.


61: KPR by Resn wins SOTM December

https://www.awwwards.com/kpr-by-resn-wins-sotm.html

awwwards (Internet)

Congrats to Resn for winning Site of the Month December 2022 for KPR, take a deep dive in to the making of this immersive world here, thanks if you voted...


62: Day3 - Pandas(Series)

https://akashpugal.dev/day3-pandasseries

Hashnode - python (python)

Welcome back, guys. This is the Day 3 of the "MY 7Day journey to Data Science" blog series.In this blog, you are going to learn about a datatype in Pandas library called "Series". So first thing, what is Pandas' Pandas is a python library that is mos...


63: Le ciblage publicitaire n'apporte aucun "avantage significatif", décrit un rapport destiné à l'UE

https://www.usine-digitale.fr/article/le-ciblage-publicitaire-n-apporte-aucun-avantage-significatif-decrit-un-rapport-destine-a-l-ue.N2096761

L'usine-digitale (Informatique)

L'agence spécialisée dans le traitement des données AWO liste dans un rapport dédié à la Commission européenne les errances du traçage en ligne, dommageable "pour la sécurité, la démocratie et l'environnement". Les auteurs appellent l'UE à renforcer encore les droits des internautes face aux entreprises technologiques.


64: Text magnifier

https://melvinsalas.dev/text-magnifier

Hashnode - Flutter (Flutter)

In Flutter 3.7 all text fields have the text magnifier option enabled by default, achieving a greater similarity with native applications ' But that's not all: it also allows you to overwrite the functionality and create customised magnifiers, wit...


65: Jusqu'à 25% de réduction sur la Surface Pro 7 Plus & Go 2

https://www.tablette-tactile.net/promotion/baisse-de-prix-pour-la-surface-pro-3-161173/

Tablette-tactile.net (Mobiles / Tablettes)

Découvrez vite les promotions appliquées par Microsoft sur la gamme Surface et plus généralement sur son Store.


66: Best Practices for Utility-First CSS

https://machy8.hashnode.dev/best-practices-for-utility-first-css

Hashnode - javascript (Javascript)

Utility-First CSS is a modern and flexible approach to styling website. However, it temps developers to "step on the gas", turn on the heavy metal and write literally everything into class attributes in completely random order. This ends up with a cl...


67: How much will backlinks matter in 2023'

https://searchengineland.com/how-much-will-backlinks-matter-392493

Search engine land (Référencement)

While backlinks' importance to Google has waned over the years, earning natural links through high-quality content still helps with SEO. The post How much will backlinks matter in 2023' appeared first on Search Engine Land.


68: 50 JavaScript Interview Questions

https://jaxongir-rahimov.hashnode.dev/50-javascript-interview-questions

Hashnode - javascript (Javascript)

How good are you at JavaScript' Are you a rockstar JavaScript developer or a newbie' Let's go through these 50 JavaScript Interview Questions and test your knowledge. There's an answer for every question, but I encourage you guys to give it your best...


69: OpenAI lance ChatGPT Plus : prix, avantages, tutoriel' tout savoir

https://www.lebigdata.fr/chatgpt-plus-tout-savoir

Le Big Data (dataviz)

ChatGPT Plus est un abonnement payant au chatbot IA d’OpenAI. Découvrez tout ce que vous devez savoir sur cette nouvelle … Cet article OpenAI lance ChatGPT Plus : prix, avantages, tutoriel… tout savoir a été publié sur LeBigData.fr.


70 / 150

70: Data Analytics: Unlocking the Power of Data

https://emmadata.hashnode.dev/data-analytics-unlocking-the-power-of-data

Hashnode - python (python)

Data analytics is the process of examining, cleaning, transforming, and modeling data with the goal of discovering useful information, informing conclusions, and supporting decision-making. With the increasing amount of data being generated every day...


71: Making a simple live stream with javascript

https://blog.tiagorangel.com/making-a-simple-live-stream-with-javascript

Hashnode - javascript (Javascript)

Hey there! If you're looking to add a live stream feature to your website, Javascript can be a great tool to achieve this. In this post, I'll share some code examples to help you get started. To create a live stream, you'll need to use the Media Reco...


72: Object-Oriented Programming In JavaScript - 2

https://codechitra.hashnode.dev/object-oriented-programming-in-javascript-2

Hashnode - javascript (Javascript)

ES6 Classes Classes in JavaScript do not work as it works in languages like C++ and Java. Classes in JavaScript also implement prototypal inheritance as we did with the constructor function. It is just a "Syntactic Sugar" which makes more sense to pr...


73: Microsoft déploie Teams Premium intègrant ChatGPT

https://www.lemondeinformatique.fr/actualites/lire-microsoft-deploie-teams-premium-integrant-chatgpt-89416.html

Le monde informatique (Informatique / Internet)

Attendue après l'événement Ignite d'octobre 2022, la version Premium de la suite d'outils de communication et de collaboration (...)


74: Privilèges OAuth abusés via le statut d'éditeur vérifié de Microsoft

https://www.lemondeinformatique.fr/actualites/lire-privileges-oauth-abuses-via-le-statut-d-editeur-verifie-de-microsoft-89406.html

Le monde informatique (Informatique / Internet)

Des chercheurs de la société de cybersécurité Proofpoint affirment avoir découvert des applications OAuth tierces malveillantes (...)


75: ChatGPT : OpenAI lance un outil pour détecter l'IA, comment l'utiliser '

https://www.lebigdata.fr/chatgpt-openai-detecter-ia

Le Big Data (dataviz)

Avec la popularité de ChatGPT, il est devenu de plus en plus difficile de distinguer le contenu généré par l’homme … Cet article ChatGPT : OpenAI lance un outil pour détecter l’IA, comment l’utiliser ' a été publié sur LeBigData.fr.


76: How to Prepare your Emails for the Competitive Market 

https://www.noupe.com/business-online/how-to-prepare-your-emails-for-the-competitive-market.html

Noupe (conception)

No matter how far we travel in time, emails are likely to be around. They have undergone a tremendous metamorphosis in the past years. What started merely as a channel for internal communication has evolved into one of the most powerful marketing channels that bring in the maximum ROI.  As the digital marketplace is getting... The post How to Prepare your Emails for the Competitive Ma [...]


77: React - Component Properties (doc)

https://jvspwt.my.id/react-component-properties-doc

Hashnode - javascript (Javascript)

React component hanya dapat menerima satu parameter objek yang biasa kita sebut dengan properties (props). Props dapat mengirimkan data ketika digunakan. Hampir seluruh tipe data di JavaScript dapat dikirimkan melalui props. Props membuat component s...


78: SystemX lance un programme R&D dédié aux jumeaux numériques industriels

https://www.lemondeinformatique.fr/actualites/lire-systemx-lance-un-programme-retd-dedie-aux-jumeaux-numeriques-industriels-89418.html

Le monde informatique (Informatique / Internet)

L'institut de recherche technologique (IRT) SystemX initie un programme de R&D multi-filières autour des jumeaux numériques industriels. (...)


79: Wavestone : chiffre d'affaires en hausse de 14 % au 3e trimestre 2022

https://www.lemondeinformatique.fr/actualites/lire-wavestone-chiffre-d-affaires-en-hausse-de-14-au-3e-trimestre-2022-89413.html

Le monde informatique (Informatique / Internet)

Wavestone affiche pour le compte de son troisième trimestre 2022-2023 une croissance qui s'est largement nourrie de sa stratégie d'acquisition. (...)


80 / 150

80: Kotlin Variables

https://mansivaghela.hashnode.dev/kotlin-variables

Hashnode - Kotlin (Mobiles)

A variable refers to a memory location that stores some data.You can declare variables in Kotlin using the val and var keywords. val:A variable declared with the val keyword is read-only (immutable). It cannot be reassigned after it is initialized. v...


81: Kotlin Variables

https://blog.mansi.dev/kotlin-variables

Hashnode - Kotlin (Mobiles)

A variable refers to a memory location that stores some data.You can declare variables in Kotlin using the val and var keywords. val:A variable declared with the val keyword is read-only (immutable). It cannot be reassigned after it is initialized. v...


82: Comparison Kotlin to Java Programming Language

https://mansivaghela.hashnode.dev/comparison-kotlin-to-java-programming-language

Hashnode - Kotlin (Mobiles)

Kotlin fixes some of the Java issues. Null references are controlled by the type system. No raw types Arrays in Kotlin are invariant Kotlin has proper function types, as opposed to Java's SAM-conversions Use-site variance without wildcards Kotl...


83: L'emailing en 2023 : meilleurs jours d'envoi, performances par secteur, formats à privilégier'

https://www.blogdumoderateur.com/etude-emailing-2023-meilleurs-jours-envoi/

Blog du Moderateur ()

Découvrez les derniers chiffres sur l'emailing : meilleurs jours pour envoyer une campagne, secteurs les plus performants, scénarios les plus rentables...


84: Intro NodeJs

https://dineshmaan.com/intro-nodejs

Hashnode - javascript (Javascript)

What is Node Js' How can you execute a JavaScript file outside the browser' Node js is a runtime built on top of Chrome's V8. It allows you to develop apps in JavaScript outside of the browser. It's single-threaded non blocking and asynchronous. Thi...


85: Understanding the Spread Operator(...) in JavaScript

https://damue.hashnode.dev/understanding-the-spread-operator-in-javascript

Hashnode - javascript (Javascript)

In today's episode of talking about awesome JavaScript features, we are going to turn our attention to the Spread operator(...) or Spread syntax. At the end of this article, you'll find a curated list of the links to other articles I have written in ...


86: Expérience client : 5 tendances pour générer de la croissance en 2023

https://www.blogdumoderateur.com/tendances-experience-client-2023/

Blog du Moderateur ()

Tour d'horizon des grandes tendances de l'expérience client et de l'expérience utilisateur avec AB Tasty.


87: How to embed a google maps feature in a Vue 3 app

https://samsonroyal.hashnode.dev/how-to-embed-a-google-maps-feature-in-a-vue-3-app

Hashnode - vuejs (Javascript)

Introduction With the upgrade from Vue 2 to Vue 3 if you want to build an app in Vue.js and be able to embed the google maps feature into your app; this is a tutorial you would want to follow. Setup your dev environment and tools Step1: Create a fold...


88: History of JavaScript

https://dracarys.hashnode.dev/history-of-javascript

Hashnode - javascript (Javascript)

JavaScript: A Brief History JavaScript, one of the most widely used programming languages today, has a rich history that spans over three decades. It was created in 1995 by Brendan Eich while working at Netscape Communications Corporation. The langua...


89: React.js: A High-Performance JavaScript Library for Building User Interfaces

https://veweb.hashnode.dev/reactjs-a-high-performance-javascript-library-for-building-user-interfaces

Hashnode - javascript (Javascript)

React.js is a popular open-source JavaScript library that is widely used for building user interfaces (UI). It was developed by Facebook and released in 2013, and since then it has gained a significant following among developers around the world. Rea...


90 / 150

90: L'abonnement de ChatGPT fixé à 20$ par mois

https://www.lemondeinformatique.fr/actualites/lire-l-abonnement-de-chatgpt-fixe-a-20%24-par-mois-89417.html

Le monde informatique (Informatique / Internet)

Le générateur de contenus par IA ChatGPT d'OpenAI est tellement efficace qu'il est extrêmement sollicité, au point de (...)


91: L'abonnement ChatGPT fixé à 20$ par mois

https://www.lemondeinformatique.fr/actualites/lire-l-abonnement-chatgpt-fixe-a-20%24-par-mois-89417.html

Le monde informatique (Informatique / Internet)

Le générateur de contenus par IA ChatGPT d'OpenAI est tellement efficace qu'il est extrêmement sollicité, au point de (...)


92: Validating phone numbers using Google's libphonenumber library

https://olubunmialegbeleye.hashnode.dev/validating-phone-numbers-using-googles-libphonenumber-library

Hashnode - Kotlin (Mobiles)

What is libphonenumber' Libphonenumber is Google's library for parsing, formatting, and validating international phone numbers in Java, C++, and JavaScript. That sounds interesting. So, I can use this library to validate the phone numbers of any coun...


93: Intel coupe dans les salaires des employés et dirigeants

https://www.lemondeinformatique.fr/actualites/lire-intel-coupe-dans-les-salaires-des-employes-et-dirigeants-89415.html

Le monde informatique (Informatique / Internet)

Après avoir affiché une baisse à deux chiffres de son chiffre d'affaires pour son quatrième trimestre 2022, Intel cherche (...)


94: OpenAI lance une version payante pour ChatGPT : ce qu'il faut savoir

https://www.blogdumoderateur.com/openai-lance-version-payante-chatgpt/

Blog du Moderateur ()

OpenAI lance ChatGPT Plus, son premier plan payant. Quels avantages par rapport à la version gratuite ' On fait le point !


95: 5 formations pour maîtriser Word

https://www.blogdumoderateur.com/selection-formation-word-137/

Blog du Moderateur ()

Tout savoir sur le logiciel phare de traitement de texte de la suite Office.


96: Sankey diagrams to show change in opinion

https://flowingdata.com/2023/02/02/sankey-diagrams-to-show-change-in-opinion/

Flowing data (dataviz)

For Bloomberg, Joe Mayes, Andre Tartar, and Demetrios Pogkas show shifts in public…Tags: Bloomberg, public opinion, UK


97: 6 Practical Consequences of Set Theory in Python

https://algoryst.hashnode.dev/6-practical-consequences-of-set-theory-in-python

Hashnode - python (python)

Python has had sets for a while, but they aren't used as much as lists. Nevertheless, they can be very beneficial in certain cases. What Are Sets' A set is a collection of unique objects. A basic use case is removing duplication. test_set = ['spam', ...


98: 6 Practical Consequences of Set Theory in Python

https://algorystcorner.com/6-practical-consequences-of-set-theory-in-python

Hashnode - python (python)

Python has had sets for a while, but they aren't used as much as lists. Nevertheless, they can be very beneficial in certain cases. What Are Sets' A set is a collection of unique objects. A basic use case is removing duplication. test_set = ['spam', ...


99: La French Tech labellise son nouveau réseau pour 2023-2025 et redéfinit ses priorités

https://www.usine-digitale.fr/article/la-french-tech-labellise-son-nouveau-reseau-pour-2023-2025-et-redefinit-ses-priorites.N2095931

L'usine-digitale (Informatique)

Les noms des trois nouvelles "capitales" et des onze nouvelles "communautés" labellisées French Tech ont été dévoilés le 2 février 2023. Pour cette nouvelle édition, le gouvernement entend fédérer le réseau autour de quatre priorités : le soutien aux scale-up, l'inclusion, la transition écologique et surtout, la souveraineté technologique.


100 / 150

100: How To Host A WordPress Site On Amazon Lightsail

https://smashingmagazine.com/2023/02/host-wordpress-site-amazon-lightsail/

Smashing magazine (Web 2 / CSS)

Lightsail provides all the power we need to host our websites, as we are used to from AWS, but making it way easier than ever before. In this article, Leonardo Losoviz explores how to launch a WordPress site in Lightsail in a quick and easy way.


101: Modern Operators in JavaScript

https://tanishka.hashnode.dev/modern-operators-in-javascript

Hashnode - javascript (Javascript)

Now that we've covered the basics of JavaScript, Let's take a closer look at modern JavaScript and its built-in data structures. Destructuring Destructuring is a basic ES6 feature that allows us to unpack the values of an array or an object into sepa...


102: How to remove silence at the beginning and the end of Mp3 file(s) using python

https://hazemyacop.hashnode.dev/how-to-remove-silence-at-the-beginning-and-the-end-of-mp3-files-using-python

Hashnode - python (python)

Introduction : In this tutorial, we are going to make a full desktop application (.exe file) that removes the silence from the beginning and the end of Mp3 file(s). Before we start coding, we need 2 libraries to run the program, so please go ahead an...


103: How to remove silence at the beginning and the end of an audio file using python

https://hazemyacop.hashnode.dev/how-to-remove-silence-at-the-beginning-and-the-end-of-an-audio-file-using-python

Hashnode - python (python)

Introduction : In this tutorial, we are going to make a function that removes the silence from the beginning and the end of Mp3 file(s). Before we start coding, we need the "pydub" library to run the program, so please go ahead and run the following ...


104: Les DSI toujours optimistes sur leurs budgets IT malgré la crise

https://www.lemondeinformatique.fr/actualites/lire-les-dsi-toujours-optimistes-sur-leurs-budgets-it-malgre-la-crise-89411.html

Le monde informatique (Informatique / Internet)

Plus de trois quarts des DSI pensent que l'évolution de l'économie a accru leur visibilité au sein de leur organisation. C'est l'un (...)


105: Guide : comment bien choisir et lancer sa Customer Data Platform

https://www.blogdumoderateur.com/guide-bien-choisir-lancer-customer-data-platform/

Blog du Moderateur ()

Dans son ebook, Salesforce, le spécialiste du CRM, vous livre ses conseils pour utiliser une Customer Data Platform dans votre entreprise.


106: Avec Amossys, Almond dope son expertise cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-avec-amossys-almond-dope-son-expertise-cybersecurite-89412.html

Le monde informatique (Informatique / Internet)

Almond entame 2023 sur une poussée de croissance et une dynamique d'enrichissement important de ses compétences. Le 1er février, (...)


107: Sébastien Mazin-Pompidou nommé CRO d'Ippon Technologies

https://www.lemondeinformatique.fr/actualites/lire-sebastien-mazin-pompidou-nomme-cro-d-ippon-technologies-89414.html

Le monde informatique (Informatique / Internet)

Le haut de l'organigramme d'Ippon Technologies continue de s'étoffer. Après avoir promu Raphaël Despinasse au poste de directeur (...)


108: Le routage BGP à l'origine des pannes de Teams, Outlook et Sharepoint

https://www.lemondeinformatique.fr/actualites/lire-le-routage-bgp-a-l-origine-des-pannes-de-teams-outlook-et-sharepoint-89405.html

Le monde informatique (Informatique / Internet)

Selon une analyse de l'incident effectuée par ThousandEyes, les pannes ayant provoqué une large indisponibilité d'Azure et de (...)


109: LMI Tendance : la rédaction décrypte ChatGPT en 4 vidéos

https://www.lemondeinformatique.fr/actualites/lire-lmi-tendance%A0-la-redaction-decrypte-chatgpt-en-4-videos-89324.html

Le monde informatique (Informatique / Internet)

ChatGPT est sans nul doute la star de ce début 2023. L'agent conversationnel, générateur de contenu par l'IA, tranformer... (...)


110 / 150

110: reactjs(useCallback Hook)

https://shivrajdeopa.hashnode.dev/reactjsusecallback-hook

Hashnode - javascript (Javascript)

useCallback(fn, dependencies) parameters: Pass a function and the list of dependencies. Returns: It returns a memoized/cached copy of function passed to it, and only changes if one of the dependencies changes. Call useCallback hook at the top level o...


111: Refs in Vue.js: Understanding and Using the Power of References in Your Components

https://hellojiad.hashnode.dev/refs-in-vuejs-understanding-and-using-the-power-of-references-in-your-components

Hashnode - vuejs (Javascript)

Vue.js is a popular JavaScript framework for building user interfaces. One of its many powerful features is the ability to reference elements in the DOM and access their properties. This is made possible through the use of refs. I am currently using ...


112: La marketplace ReparCar réunit les données d'une centaine de casses pour trouver la bonne pièce auto

https://www.usine-digitale.fr/article/la-marketplace-reparcar-reunit-les-donnees-d-une-centaine-de-casses-pour-trouver-la-bonne-piece-auto.N2095901

L'usine-digitale (Informatique)

Marketplace spécialisée dans la vente des pièces automobiles d'occasion, ReparCar intègre un nouvel algorithme à sa plateforme : Le Perfect Match. L'intelligence artificielle met en correspondance les pièces des casses de voitures et les catalogues des constructeurs afin d'aider les utilisateurs à retrouver facilement la pièce adéquate.


113: Avoiding Memory Leaks in Javascript

https://higgy.hashnode.dev/avoiding-memory-leaks-in-javascript

Hashnode - javascript (Javascript)

- Introduction ' Memory leaks are like slow-growing monsters that creep up on you when you least expect them. They quietly occupy memory, slowly sucking the life out of your program until it can no longer function. At first, you might not even notic...


114: Currying

https://divijsehgal.hashnode.dev/currying

Hashnode - javascript (Javascript)

Currying is a technique in functional programming where a function is transformed into a sequence of functions, each taking a single argument. In JavaScript, currying is achieved by transforming a function that takes multiple arguments into a chain o...


115: Building Portfolio Website Using HTML CSS & JavaScript Day108

https://dheerajy1.hashnode.dev/building-portfolio-website-using-html-css-javascript-day108

Hashnode - javascript (Javascript)

Today #Day108 of #365DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Contact me define a section with class and ID, define h2 tag and span tag, Co...


116: Beginner's guide to data-attributes in CSS

https://arindamchowdhury.hashnode.dev/beginners-guide-to-data-attributes-in-css

Hashnode - javascript (Javascript)

What are data-attributes' They are custom HTML attributes, that you can use on any HTML element. You just need to prefix those custom attributes with data-. It's recommended not to make your attributes, i.e., creating attributes that are not prefixed...


117: Unity Interface

https://sunithamantri.hashnode.dev/unity-interface

Hashnode - Unity (unity)

To start with Unity game development, you will need to first download and install the Unity engine on your computer. Once you have successfully installed Unity, you will be presented with the default Unity interface. Now we're going to become familia...


118: Le nantais Orthopus lève 2 millions d'euros pour démocratiser les assistants robotiques pour la mobilité des bras

https://www.usine-digitale.fr/article/le-nantais-orthopus-leve-2-millions-d-euros-pour-democratiser-les-assistants-robotiques-pour-la-mobilite-des-bras.N2095896

L'usine-digitale (Informatique)

La start-up nantaise vient de réaliser une levée de fonds de 2 millions d'euros afin d'accélérer la commercialisation de son premier dispositif Orthopus Supporter.


119: Configuring worker plugins in Vite 2.8

https://danielonugha0.dev/configuring-worker-plugins-in-vite-28

Hashnode - javascript (Javascript)

Assuming you have made use of the framework vitefor frontend works, you should have already gotten used to the service workers, both the installation and registering it. Vite plugins extend their well-designed interface with a few Vite-specific optio...


120 / 150

120: Suspense and Lazy in React

https://dhawalpandya01.hashnode.dev/suspense-and-lazy-in-react

Hashnode - javascript (Javascript)

Jest aside, and Jest as a testing mechanism aside as well, React.lazy and Suspense are two features in React that allow you to load components lazily, i.e. only when they are needed, instead of loading all components up front. This can improve the in...


121: Vers un vaccin contre les infections urinaires

https://www.rtflash.fr/vers-vaccin-contre-infections-urinaires-1/article

Tregouet.org ()

Des chercheurs américains de l'Université Duke en Caroline du Nord ont mis au point un vaccin contre les infections urinaires qui s'avère efficace sur la souris. La plupart des infections urinaires sont dues à des souches pathogènes de la bactérie commune Escherichia coli présente dans le côlon et la matière fécale. en l [...]


122: L'hypertension artérielle pourrait favoriser certains troubles psychiatriques

https://www.rtflash.fr/l-hypertension-arterielle-pourrait-favoriser-certains-troubles-psychiatriques/article

Tregouet.org ()

Une étude chinoise de l'Université de Shanghai a montré que l'hypertension artérielle pourrait impacter la personnalité d'une personne, en particulier en accentuant la névrose. Cet état peut se caractériser par des manifestations psychologiques et physiques irrépressibles telles que des phobies, des compulsions, des crises émotionnelles ou encore des angoisses.  [...]


123: The Big Predictions for SEO in 2023

https://www.noupe.com/business-online/the-big-predictions-for-seo.html

Noupe (conception)

SEO is an industry that is changing extremely quickly. In some respects, these changes are lightning-fast, causing a whole bunch of headaches for SEOs like myself. Other elements of SEO seem to remain as pertinent as ever. And SEO is only becoming more popular. Today we're going high level, and we're going to ask ourselves:... The post The Big Predictions for SEO in 2023 appeared first [...]


124: Samsung annonce un nouveau projet XR en partenariat avec Qualcomm et Google

https://www.usine-digitale.fr/article/samsung-annonce-un-nouveau-projet-xr-en-partenariat-avec-qualcomm-et-google.N2095871

L'usine-digitale (Informatique)

Samsung prépare son grand retour ' et peut-être sa première entrée en bonne et due forme ' sur le marché de la réalité virtuelle et augmentée. Le constructeur coréen a annoncé l'arrivée prochaine d'une "expérience XR" next gen conçue en partenariat avec Qualcomm et Google.


125: 5 Ways to Take Your Podcast From Pricey to Profitable

https://www.noupe.com/business-online/ways-to-take-your-podcast-from-pricey-to-profitable.html

Noupe (conception)

Podcasting is a lot of work. It doesn't matter if you produce a show consisting of a single individual reading from a script or a round table discussion with half a dozen guests.  Brainstorming topics, conducting research, writing scripts, practicing, recording, editing, publishing, and promoting all take time. And that doesn't even take into account... The post 5 Ways to Take You [...]


126: « Pathfinder », le robot qui explore les canalisations pour combattre l'eau potable perdue

https://www.rtflash.fr/pathfinder-robot-qui-explore-canalisations-pour-combattre-l-eau-potable-perdue/article

Tregouet.org ()

C'est un robot breveté qui répond au nom de "Clean Water Pathfinder", capable d'aller détecter en totale autonomie les fuites au sein d'une canalisation d'eau potable. Après plusieurs missions souterraines dans le réseau du canal de Provence, pour en peaufiner le prototype, il a porté haut les couleurs d'Acwa Robotics au CES Las Vegas 2023. [...]


127: Logging in Python: A Beginner's Guide

https://moreabouttech.com/logging-in-python-a-beginners-guide

Hashnode - python (python)

Logging is an important aspect of any application. It is the process of providing information about the happenings in your application. If done well, It can be useful for helping a developer pinpoint reasons for app crashes, errors, possible bugs, an...


128: Produire de l'hydrogène avec l'air ambiant

https://www.rtflash.fr/produire-l-hydrogene-avec-l-air-ambiant/article

Tregouet.org ()

Des chimistes de l'EPFL (Ecole Polytechnique Fédérale de Lausanne) ont inventé une feuille artificielle solaire, basée sur une nouvelle électrode transparente et poreuse. Elle peut récolter l'eau atmosphérique et la convertir en hydrogène. Cette technologie semi-conductrice est simple à fabriquer et à mettre en oeuvre à grande échelle. [...]


129: Full Stack web development (Series) Free ( Hand Written Notes)

https://kayasthsaxenaji4534.hashnode.dev/full-stack-web-development-series-free-hand-written-notes

Hashnode - javascript (Javascript)

What is an IP address 'IP address stands for internet protocol address. Every PC/Local machine & having an IP address and that IP address is provided by the Internet Service Providers (ISP's). .' These are some sets of rules which govern in the flow ...


130 / 150

130: Building a Pagination Component with ReactJS

https://cleveroscar.hashnode.dev/building-a-pagination-component-with-reactjs

Hashnode - javascript (Javascript)

Introduction In this guide, we will learn how to create a Pagination component to display data at a certain amount on each page. By the end of this guide, we will have a complete working pagination component. We will focus more on the Pagination com...


131: React Performance Optimization '' [Part 2]

https://sharmadeepak.hashnode.dev/react-performance-optimization-part-2

Hashnode - javascript (Javascript)

Understanding the Virtual DOM in React In the first part of our React Performance Optimization blog, we introduced the importance of performance optimization in React and the key metrics for measuring performance. In this chapter, we will dive deeper...


132: This day in search marketing history: February 2

https://searchengineland.com/search-marketing-history-february-2-392580

Search engine land (Référencement)

Google's revamped Partners program, plus: Bing again denies copying Google results, YouTube using Amazon's algorithm and more. The post This day in search marketing history: February 2 appeared first on Search Engine Land.


133: Top 5 Essential Features of Spring Boot for Java Development in 2023

https://winsay.hashnode.dev/top-5-essential-features-of-spring-boot-for-java-development-in-2023

Hashnode - javascript (Javascript)

Spring boot is highly popular and widespread, a java-based framework for developing applications. By adopting a positive outlook on the Spring platform, Spring Boot enables you to create Java apps faster without having to write a lot of boilerplate c...


134: Building a Dynamic Weather Application using the JavaScript DOM

https://hojaleaks.com/building-a-dynamic-weather-application-using-the-javascript-dom

Hashnode - javascript (Javascript)

Introduction The Document Object Model (DOM) is a programming interface for HTML and XML documents. It allows developers to manipulate HTML and XML documents as objects and make dynamic updates to the content, structure, and style of a website. In th...


135: Flutter and blockchain: How To build decentralized Apps With Flutter

https://yatendrakumar.hashnode.dev/flutter-and-blockchain-how-to-build-decentralized-apps-with-flutter

Hashnode - Flutter (Flutter)

Flutter, the popular open-source mobile app development framework, is widely used by developers to create high-quality, cross-platform applications for iOS and Android. With its fast, modern and flexible architecture, Flutter has become an attractive...


136: Set up a CI pipeline in your Flutter apps with GitHub Actions

https://hasnainm.hashnode.dev/set-up-a-ci-pipeline-in-your-flutter-apps-with-github-actions

Hashnode - Flutter (Flutter)

Introduction Hey everyone I am Hasnain Makada, Currently building out OSWH where every beginner can find various resources related to their specific field and they can also start their open-source journey by solving issues and providing relevant cont...


137: Day 26 - Set Methods

https://viveky.hashnode.dev/day-26-set-methods

Hashnode - python (python)

Joining Sets Sets in python more or less work in the same way as sets in mathematics. We can perform operations like union and intersection on the sets just like in mathematics. I. union() and update(): The union() and update() methods prints all ite...


138: Devlope websites with React on Android with Termux

https://ranjeet0102.hashnode.dev/devlope-websites-with-react-on-android-with-termux

Hashnode - javascript (Javascript)

React is a open-source javascript library used for building websites. Termux provide command terminal on Android which is actually Linux base.Follow the following steps for building website on Android device. 1. Install the Termux application from pl...


139: Must have websites for every Frontend Web developer..

https://abhi18cs.hashnode.dev/must-have-websites-for-every-frontend-web-developer

Hashnode - javascript (Javascript)

Here are some of the gems of websites for every Frontend Developer Should Know MDN Web Docs - comprehensive resource for web development technologies and standards. Stack Overflow - a platform for asking and answering coding questions. CSS-Tricks ...


140 / 150

140: Node.js - RESTful API

https://dev.sathsara/nodejs-restful-api

Hashnode - javascript (Javascript)

1. Introduction What is the REST API ' A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE data types, which refers ...


141: Machine Learning with Python: A Beginner's Guide

https://bytesandbooze.com/machine-learning-with-python-a-beginners-guide

Hashnode - python (python)

Machine learning is becoming increasingly popular and is revolutionizing the way we acquire insights from data and make decisions on that basis. It involves developing algorithms that can automatically learn from data, identify patterns, and make pre...


142: Running JavaScript Promises in Parallel

https://openreplay.hashnode.dev/running-javascript-promises-in-parallel

Hashnode - javascript (Javascript)

Promises is one of those topics that could be difficult to wrap your head around when getting started with JavaScript. However, once you grasp the concept, the next step to mastering promises is learning how to run them in parallel. The idea of runni...


143: Imports and Exports in JavaScript

https://dhawalpandya01.hashnode.dev/imports-and-exports-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, import and export statements are used for modularizing the code. They allow you to split your code into separate files, each of which can contain its own functions, objects, and variables. By doing this, you can keep your code organize...


144: How To Install Apache Kafka on Ubuntu 20.04

https://www.digitalocean.com/community/tutorials/how-to-install-apache-kafka-on-ubuntu-20-04

Digital Ocean Tutorials (Internet)

The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data. A Kafka cluster is highly scalable and fault-tolerant. It also has a much higher throughput compared to other message brokers like ActiveMQ and RabbitMQ. Though it is [...]


145: State Management in React: An Introduction to Context API.

https://emmanueloloke.hashnode.dev/state-management-in-react-an-introduction-to-context-api

Hashnode - javascript (Javascript)

Introduction. Managing states is one of the fundamental aspect of any web application. In React, there are different types of states we developers have to keep in mind and manage when building which includes; Local State, Global State, Server State, ...


146: How to create a custom clipboard hook

https://adeyemi.hashnode.dev/how-to-create-a-custom-clipboard-hook

Hashnode - javascript (Javascript)

In this article, I will be sharing how to create a custom hook to copy text to your clipboard. Recently I was working on a task that involves interacting with browser native navigator APIs, so I checked out MDN docs and decided to write a custom hook...


147: Örnek Proje: The Flutter News Toolkit

https://levent-kantaroglu.hashnode.dev/ornek-proje-the-flutter-news-toolkit

Hashnode - Flutter (Flutter)

Geçti'imiz hafta Flutter taraf'ndan Kenya'n'n ba'kenti Nairobi'de kapsaml' bir Flutter etkinli'i gerçekle'tirildi. Anl'k olarak YouTube üzerinden de yay'nlanan ve Flutter Forward olarak isimlendirilen bu etkinlik ile Flutter'a dair büyük küçük bir ço...




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