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

« Janvier 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Mercredi 25 Janvier 2023 (154)

1: My first post using Github as source

https://sum42069.hashnode.dev/post-from-github-as-source

Hashnode - python (python)

Obsidian settings new link format - relative link to file use wikilinks - OFF default location for new attachments - in subfolder under current folder -subfolder name -images auto update internal links plugins code block enhancer markdown formatting...


2: Sécuriser la diffusion d'une vidéo en ligne - Les méthodes & stratégies en 2023

https://blog.ostraca.fr/securiser-la-diffusion-dune-video-en-ligne-les-methodes-and-strategies-en-2023/

Humancoders ()

Si vous publiez une vidéo sur internet, c'est que vous êtes animé par la volonté de la diffuser' Commentaires L'article Sécuriser la diffusion d'une vidéo en ligne - Les méthodes & stratégies en 2023 a été posté dans la catégorie Sécurité de Human Coders News


3: Webinar: 5 CX trends that will shape 2023 by Cynthia Ramsaran

https://searchengineland.com/webinar-cx-trends-that-will-shape-2023-392203

Search engine land (Référencement)

Learn the difference between what customers say 'to' you and 'about' you - and why it's important. The post Webinar: 5 CX trends that will shape 2023 appeared first on Search Engine Land.


4: Learning JavaScript must know Features

https://devbruce.hashnode.dev/learning-javascript-must-know-features

Hashnode - javascript (Javascript)

Today I am Learning MORE Must Know Javascript Features taught by WebDevSimplified. 1. Block statements You can declare const and let variables in curly brackets exclusively, Useful in Switch statements, declaring and wrapping in block statements/scop...


5: Deep overview to Open Source

https://webthree.hashnode.dev/deep-overview-to-open-source

Hashnode - python (python)

The open-source movement has its roots in the early days of software development. The term "open source" was first coined in the late 1990s, but the concept of sharing and collaborating on software dates back much further. One of the earliest example...


6: Les 28 et 29 janvier 2023, comptez les oiseaux des jardins !

http://amisdekervoyal.viabloga.com/news/les-28-et-29-janvier-2023-comptez-les-oiseaux-des-jardins-2

Amis de Kervoyal (Divers...)

Pour compter les oiseaux dans son jardin, c'est très facile. Protocole et consigne: Choisissez un lieu d'observation (un jardin, un parc, balcon, etc. ) et une journée : le samedi 28 ou dimanche 29 janvier. Observez pendant 1 heure tous les oiseaux que vous verrez dans ce même lieu, identifiez-les et notez vos observations sur notre plaquette (elle vous aidera aussi à identifier les oi [...]


7: Prepare for Less Political Ads in Your Gmail Inbox

https://www.webpronews.com/prepare-for-less-political-ads-in-your-gmail-inbox/

WebProNews SEO (Développement)

WebProNews Prepare for Less Political Ads in Your Gmail Inbox Google is ending a controversial pilot program and will stop exempting political ads from automatic spam filters, a move that will delight and anger. Prepare for Less Political Ads in Your Gmail Inbox Matt Milano


8: 3.2 - How to create a Conference with Clark Sell

https://hashnode.codingcat.dev/podcast-3-2-How-to-create-a-Conference-with-Clark-Sell

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/3-2-How-to-create-a-Conference-with-Clark-Sell https://youtu.be/c4bxDsdyq2Q https://open.spotify.com/episode/2dnU1F0l7vP6zq4ghsBUC0'si=9_Ed6Ac-TyyeC-_K4Ra3AQ&utm_source=copy-link


9: Uploading Files to AWS S3 using Nodejs

https://sumanmanna.hashnode.dev/uploading-files-to-aws-s3-using-nodejs

Hashnode - javascript (Javascript)

To install the dependencies for the AWS SDK for Node.js, you can use the npm package manager by running the following command in your terminal: npm install aws-sdk This will install the AWS SDK for Node.js and its dependencies in your project's node...


10 / 154

10: Javascript Guide: Advanced JS

https://zordcoder.live/javascript-guide-advanced-js

Hashnode - javascript (Javascript)

' If you are new to JavaScript, I recommend starting with my blog on the "basics of JavaScript" before diving into this one on advanced topics. Welcome ' to my new blog on Advanced JavaScript! In this blog, we will dive deep into the language's in...


11: Hackers Stole LastPass Encryption Key

https://www.webpronews.com/hackers-stole-lastpass-encryption-key/

WebProNews SEO (Développement)

WebProNews Hackers Stole LastPass Encryption Key The news from LastPass keeps getting worse, with parent company GoTo admitting an encryption key was stolen in its latest breach. Hackers Stole LastPass Encryption Key Matt Milano


12: The Rest parameter and the Spread operator made simple. Part 2

https://pseremba.hashnode.dev/the-rest-parameter-and-the-spread-operator-made-simple-part-2

Hashnode - javascript (Javascript)

In part 1, we covered a lot about the rest parameter. We learned the rest parameter is denoted by three dots ... followed by the name of the array to pack the incoming arguments. We discovered that the rest parameter gathers all the incoming argument...


13: Javascript Get Last Element of Array

https://pbphpsolutions.hashnode.dev/javascript-get-last-element-of-array

Hashnode - javascript (Javascript)

In this tutorial, I will explain javascript get last element of array. Before getting started, you must know what is an array and the length property of the array. Also read, Generate Javascript Random Number between 1 and 10 What is an array:- As...


14: How to debug TypeScript in Chrome

https://blog.logrocket.com/how-to-debug-typescript-chrome/

Log Rocket blog (Web 2)

Learn how to debut apps written in TypeScript (both frontend and backend, as well as using Node.js and Deno) using Chrome DevTools. The post How to debug TypeScript in Chrome appeared first on LogRocket Blog.


15: Python OOPs Concepts with simple examples

https://vasanth011.hashnode.dev/python-oops-concepts-with-simple-examples

Hashnode - python (python)

Object Oriented Programming (OOP) Object-Oriented Programming (OOP) is a programming paradigm that uses objects and their interactions to design applications and computer programs. Python, like many other programming languages, supports OOP and provi...


16: Hello World via Node.js

https://rajender.hashnode.dev/hello-world-via-nodejs

Hashnode - javascript (Javascript)

So let's first learn what is node js and what is it doing along with javascript. What is Node.js' When learning javascript we usually write code inside the console provided by the browser or create an HTML page then attach that script.js file to html...


17: Sets in Python

https://swapnoneel.hashnode.dev/sets-in-python

Hashnode - python (python)

Introduction Sets are unordered collection of data items. They store multiple items in a single variable. Set items are separated by commas and enclosed within curly brackets {}. Sets are unchangeable, meaning you cannot change items of the set once ...


18: Using the react-query library

https://kamran.hashnode.dev/using-the-react-query-library

Hashnode - javascript (Javascript)

Here is an example of using the react-query library to handle API calls in a React application: Install the react-query library: npm install react-query Wrap your application with the QueryClient provider: import { QueryClient, QueryClientProvider }...


19: How To Install Rust on Ubuntu 20.04

https://www.digitalocean.com/community/tutorials/install-rust-on-ubuntu-linux

Digital Ocean Tutorials (Internet)

Introduction The Rust programming language, also known as rust-lang, is a powerful general-purpose programming language. Rust is syntactically similar to C++ and is used for a wide range of software development projects, including browser components, game engines, and operating systems. In this tutorial, you'll install the latest version of Rust on Ubuntu 20.04, and then create, compile, and run a [...]


20 / 154

20: Telex : Zoom dévoile son chatbot, Shutterstock s'allie à OpenAI, L'UE va enquêter sur Microsoft Teams

https://www.lemondeinformatique.fr/actualites/lire-telex-zoom-devoile-son-chatbot-shutterstock-s-allie-a-openai-l-ue-va-enqueter-sur-microsoft-teams-89338.html

Le monde informatique (Informatique / Internet)

-Zoom dévoile son chatbot. Baptisé Virtual Agent, le spécialiste de la visioconférence met à disposition des entreprises (...)


21: Design Patterns

https://darshanbennur.hashnode.dev/design-patterns

Hashnode - Kotlin (Mobiles)

Imagine you are enjoying your summer vacation, and you went into the kitchen to make a glass of "Lemonade". While preparing your drink you mistakenly added an extra quantity of lemon than required. Now you try many things to make the drink taste like...


22: What is NaN in JavaScript'

https://100xdeveloper.hashnode.dev/what-is-nan-in-javascript

Hashnode - javascript (Javascript)

This article is a part of the ReturnTrue series. Here we solve ReturnTrue puzzles and try to explain how we find solutions and why exactly they work. The goal is not to show the answers but to dive deep into the elaborate internals of JavaScript and ...


23: 5 Deep JavaScript Concepts Every Developer Must Know

https://sense.hashnode.dev/5-deep-javascript-concepts-every-developer-must-know

Hashnode - javascript (Javascript)

JavaScript Fundamentals JavaScript (JS) is a programming language that is used to create interactive web pages and applications. It is a lightweight, interpreted, object-oriented language with first-class functions and is most commonly used as part o...


24: Cyberattaques contre les hôpitaux : "la question n'est pas de savoir si cela va arriver, mais quand"

https://www.usine-digitale.fr/article/cyberattaques-contre-les-hopitaux-la-question-n-est-pas-de-savoir-si-cela-va-arriver-mais-quand.N2092896

L'usine-digitale (Informatique)

Une conférence du Forum international sur la cybersécurité, qui s'est tenue le 24 janvier, a souligné le manque de préparation de certains hôpitaux au risque cyber, et le changement de culture nécessaire. Bien que des moyens aient été débloqués, les établissements de santé restent peu attractifs pour les ingénieurs en informatique.


25: How to draw MONDS

https://feeds.feedblitz.com/~/725480813/0/tanglepatterns~How-to-draw-MONDS.html

TanglePatterns (Zentangle)

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


26: How usability testing can inform UX teams

https://blog.logrocket.com/ux-design/how-usability-testing-can-inform-ux-teams/

Log Rocket blog (Web 2)

Testing a product's usability is a way to evaluate how simple it is to use, and that feedback can be invaluable for UX teams. The post How usability testing can inform UX teams appeared first on LogRocket Blog.


27: Azure, Teams, Outlook' pourquoi le cloud Microsoft est tombé en panne dans le monde entier '

https://www.lebigdata.fr/panne-microsoft-cloud

Le Big Data (dataviz)

Microsoft 365, Teams, Azure, Outlook… tous les services cloud de Microsoft ont été frappés par une panne mondiale. Découvrez la … Cet article Azure, Teams, Outlook… pourquoi le cloud Microsoft est tombé en panne dans le monde entier ' a été publié sur LeBigData.fr.


28: ' Simplifying Serverless Development: A Comparison of Step Functions, Chalice and Python Async Methods

https://blog.nextwebb.tech/simplifying-serverless-development-a-comparison-of-step-functions-chalice-and-python-async-methods

Hashnode - python (python)

Comparing Serverless Development with Step Functions, Chalice, and Python Async Methods Introduction When it comes to building serverless applications, several options are available for coordinating and executing tasks. AWS Step Functions and the Cha...


29: 7 JavaScript Concepts That Every Web Developer Should Know

https://chuneshwar.hashnode.dev/7-javascript-concepts-that-every-web-developer-should-know

Hashnode - javascript (Javascript)

JavaScript is a programming language that is primarily used to create interactive front-end web applications. It is a client-side scripting language, which means that it is executed by the user's web browser rather than the server. JavaScript can be ...


30 / 154

30: Day 5-In Web Development

https://kuldeepsaksena.hashnode.dev/day-5-in-web-development

Hashnode - javascript (Javascript)

About the Html My Profile Good morning everyone and how about you' today I learn media elements, forms in HTML.In media elements, I learn about and tags. Video : The element specifies a standard way to embed a video in a web p...


31: Python Basics For Beginners

https://devbite.hashnode.dev/python-basics-for-beginners

Hashnode - python (python)

Welcome to python basic !, In this blog, we are learning the basics of python programming by creating your first program using it. It is one of the easiest programming languages to learn. Installation On many machines like Linux, windows Python comes...


32: Microsoft en panne de croissance au 2e trimestre 2023

https://www.lemondeinformatique.fr/actualites/lire-microsoft-en-panne-de-croissance-au-2e-trimestre-2023-89332.html

Le monde informatique (Informatique / Internet)

Microsoft a enregistré un chiffre d'affaires total de 52,7 Md$, en hausse de 2 % d'une année sur l'autre, pour le compte du deuxième (...)


33: ServiceNow intègre Snyk pour déceler les failles du code open source

https://www.lemondeinformatique.fr/actualites/lire-servicenow-integre-snyk-pour-deceler-les-failles-du-code-open-source-89331.html

Le monde informatique (Informatique / Internet)

Les failles dans les projets open source peuvent menacer la sécurité des applications. Aussi il existe des outils comme Snyk Open Source, (...)


34: Oreo a trouvé une nouvelle façon d'atteindre les jeunes clients !

https://www.realite-virtuelle.com/oreo-trouve-nouvelle-facon-atteindre-les-jeunes-clients/

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

La marque bien connue présente un nouveau cookie en édition limitée, nommé « le plus OREO […] Cet article Oreo a trouvé une nouvelle façon d'atteindre les jeunes clients ! a été publié sur Réalité-Virtuelle.com.


35: Animating CSS Grid (How To + Examples)

https://css-tricks.com/animating-css-grid-how-to-examples/

css-tricks (CSS)

I'm pleased to shine a light on the fact that the CSS grid-template-rows and grid-template-columns properties are now animatable in all major web browsers! Well, CSS Grid has technically supported animations for a long time, as it's baked right … Animating CSS Grid (How To + Examples) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter [...]


36: Les licenciements chez Google, un coup fatal pour l'OS Fuchsia '

https://www.lemondeinformatique.fr/actualites/lire-les-licenciements-chez-google-un-coup-fatal-pour-l-os-fuchsia-89327.html

Le monde informatique (Informatique / Internet)

Que veut faire exactement Google avec Fuchsia ' La réponse n'est pas plus claire aujourd'hui qu'il y a sept ans, lorsque la nouvelle est tombée (...)


37: Le marché des smartphones déprime, Apple passe en tête du peloton

https://www.usine-digitale.fr/article/le-marche-des-smartphones-deprime-apple-passe-en-tete-du-peloton.N2092811

L'usine-digitale (Informatique)

Les livraisons de smartphones ont reculé de 11% en 2022 selon Canalys, avec une baisse encore plus rude au dernier trimestre. Dans ce marasme, un constructeur s'en sort mieux que les autres en gagnant des parts de marché : Apple.


38: Introduction to Static Sites

https://devblog.dev/introduction-to-static-sites

Hashnode - javascript (Javascript)

Introduction to Static Sites A static website is a website that is more like a document than a computer system. Unlike a traditional website, such as one built with WordPress, a static website doesn't rely on a web server to dynamically create the fi...


39: Understanding Docker container monitoring

https://blog.logrocket.com/understanding-docker-container-monitoring/

Log Rocket blog (Web 2)

Learn the importance of Docker container monitoring and using tools like the docker stats command, Prometheus, and cAdvisor. The post Understanding Docker container monitoring appeared first on LogRocket Blog.


40 / 154

40: What is release management' 3-step process for agile teams

https://blog.logrocket.com/product-management/what-is-release-management-3-step-process-agile-teams/

Log Rocket blog (Web 2)

Despite calling ourselves scrum teams, we often aren't equipped to learn fast enough. Here are three steps to improve your release management process and set your next deployment up for success. The post What is release management' 3-step process for agile teams appeared first on LogRocket Blog.


41: Microsoft Services Recovering From An Hours-Long Outage

https://www.webpronews.com/microsoft-services-recovering-from-an-hours-long-outage/

WebProNews SEO (Développement)

WebProNews Microsoft Services Recovering From An Hours-Long Outage Microsoft services appear to be working after an hours-long outage that impacted Microsoft 365, Outlook, and Teams. Microsoft Services Recovering From An Hours-Long Outage Staff


42: Half-Life 2 : Episode One sera bientôt disponible en VR

https://www.realite-virtuelle.com/half-life-2-episode-one-bientot-en-vr/

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

Le jeu de tir à la première personne Half-Life 2 : Episode One débarquera bientôt […] Cet article Half-Life 2 : Episode One sera bientôt disponible en VR a été publié sur Réalité-Virtuelle.com.


43: Difference Between == and === in JavaScript

https://codewithmanas.hashnode.dev/double-equal-and-triple-equal-javascript

Hashnode - javascript (Javascript)

Overview In JavaScript, == and === are comparison operators that are used to compare the values of variables. The difference between the two is that the == operator performs type coercion, which means it does the type conversion of the operands befor...


44: Dans l'engrenage du chantage au ransomware, Riot Games ne cède rien

https://www.lemondeinformatique.fr/actualites/lire-dans-l-engrenage-du-chantage-au-ransomware-riot-games-ne-cede-rien-89329.html

Le monde informatique (Informatique / Internet)

Bien qu'il semble courant d'entendre parler de pirates informatiques attaquant des institutions financières et d'autres lieux détenant d'énormes (...)


45: Une intervention réseau a perturbé Teams, Outlook et Microsoft 365

https://www.lemondeinformatique.fr/actualites/lire-une-intervention-reseau-a-perturbe-teams-outlook-et-microsoft-365-89330.html

Le monde informatique (Informatique / Internet)

Quelques heures après avoir publié ses résultats financiers, Microsoft a provoqué une panne sur plusieurs de ses produits phares. (...)


46: Frameworks: Choosing between React, Angular and Vue.

https://oluwatrillions.hashnode.dev/frameworks-choosing-between-react-angular-and-vue

Hashnode - javascript (Javascript)

Frameworks have helped make JavaScript load time faster. Using pure JavaScript for large projects that update from time to time is suicidal, and hence the need for frameworks. What are JavaScript frameworks' These are collections of JavaScript code l...


47: Hosting a Nodejs server on AWS EC2

https://blog.koechcollins.com/hosting-a-nodejs-server-on-aws-ec2

Hashnode - javascript (Javascript)

Hosting a Node.js server on AWS EC2 with Nginx can be a great way to scale and manage your application. In this blog post, we will walk through the steps of setting up an EC2 instance, installing Node.js and Nginx, and configuring the server to handl...


48: In-game ads: why brands should be excited

https://searchengineland.com/in-game-ads-why-brands-should-be-excited-392152

Search engine land (Référencement)

Advertisers can tap into a vast audience by utilizing video game advertising, which offers a significant opportunity to reach millions. The post In-game ads: why brands should be excited appeared first on Search Engine Land.


49: Un nouveau rapport nous révèle de précieux détails sur le prochain casque de réalité mixte d'Apple

https://www.realite-virtuelle.com/un-nouveau-rapport-nous-revele-de-precieux-details-sur-le-prochain-casque-de-realite-mixte-dapple/

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

Nous avons les derniers détails sur le prochain casque de réalité mixte d'Apple. Selon le […] Cet article Un nouveau rapport nous révèle de précieux détails sur le prochain casque de réalité mixte d’Apple a été publié sur Réalité-Virtuelle.com.


50 / 154

50: Docstrings in python

https://swapnoneel.hashnode.dev/docstrings-in-python

Hashnode - python (python)

Introduction Python docstrings are the string literals that appear right after the definition of a function, method, class, or module. Example def square(n): '''Takes in a number n, returns the square of n''' print(n**2) square(5) Here, '''T...


51: Neural Networking using Python

https://praveenks7.hashnode.dev/neural-networking-using-python

Hashnode - python (python)

A neural network is a method in artificial intelligence that teaches computers to process data in a way that is inspired by the human brain. It is a type of machine learning process, called deep learning, that uses interconnected nodes or neurons in ...


52: This Week In React 132: Astro, Remix, Server Components, useGlobalState, Next.js, Redwood, Expo Router, Expo Image...

https://daily.sebastienlorber.com/this-week-in-react-132-astro-remix-server-components-useglobalstate-nextjs-redwood-expo-router-expo-image-cldbrlnqs000b09jt0egsgseb

Hashnode - javascript (Javascript)

Hi everyone! This week we have some nice releases with Astro 2.0 and Remix 1.11. Also some interesting content around Server Components. React-Native is not left out with Expo Router in release candidate, Expo Image in beta, and a new solution to cre...


53: ICON x Khaby Lame - an interactive editorial

https://www.awwwards.com/icon-x-khaby-lame-an-interactive-editorial.html

awwwards (Internet)

'Hiiii, we are doing an interview with TikTok star Khaby Lame and we would love an interactive format to accompany our print.' ' Sara Krüger from...


54: The Top Tools Every Data Scientist Needs in their Toolkit

https://sejjari.iblogger.org/the-top-tools-every-data-scientist-needs-in-their-toolkit

Hashnode - python (python)

Data science is a rapidly growing field, and with it comes a plethora of tools and technologies that can help make the job of a data scientist easier and more efficient. From data visualization to machine learning, the right tools can make all the di...


55: 10 Cool React Animation Library.

https://saidmounaim.hashnode.dev/10-cool-react-animation-library

Hashnode - javascript (Javascript)

Here are 10 animation libraries for React that you can use to create animations in your React projects. Framer Motion (https://www.framer.com/motion/) - A React animation toolkit that makes simple animations using two APIs: Framer and Motion. Remot...


56: Announcing Medusa's New Order Editing Feature

https://medusajs.hashnode.dev/announcing-medusas-new-order-editing-feature

Hashnode - javascript (Javascript)

For a full video demo, check this article on our main blog. Medusa is happy to announce Order Editing and Payment Collections as the latest additions to the Order API, strengthening one of the most critical parts of any commerce application. This is ...


57: Object Destructuring.

https://techbyjeevika.io/object-destructuring

Hashnode - javascript (Javascript)

Object destructuring is an approach to access an object's properties. We use object destructuring because it dries our code by removing duplication.const band={ bandName:"Led", famousSong:"stairway to heaven", year:1996, anotherFamou...


58: Visualizing the New Era of Gold Mining

https://www.visualcapitalist.com/sp/visualizing-the-new-era-of-gold-mining/

Visual Capitalist (dataviz)

The post Visualizing the New Era of Gold Mining appeared first on Visual Capitalist.


59: How to understand and identify distinctive competencies

https://blog.logrocket.com/product-management/how-to-understand-and-identify-distinctive-competencies/

Log Rocket blog (Web 2)

Strategy is all about competing differently, and a distinctive competency is how we compete differently from our competitors. The post How to understand and identify distinctive competencies appeared first on LogRocket Blog.


60 / 154

60: Create a to-do list app with Phoenix, React, and TypeScript

https://blog.logrocket.com/to-do-list-phoenix-react-typescript/

Log Rocket blog (Web 2)

Create a simple to-do list application by combining the power of a Phoenix API with the flexibility of a React application. The post Create a to-do list app with Phoenix, React, and TypeScript appeared first on LogRocket Blog.


61: Resolve to get SEO done in 2023 ' Here's how

https://searchengineland.com/resolve-to-get-seo-done-in-2023-heres-how-392043

Search engine land (Référencement)

This year, overcome common obstacles to search success and get SEO done right with these five resolutions. The post Resolve to get SEO done in 2023 ' Here's how appeared first on Search Engine Land.


62: How to structure your React app

https://devoreur2code.hashnode.dev/how-to-structure-your-react-app

Hashnode - javascript (Javascript)

React is an excellent library for building user interfaces. But, it's not a framework, which comes with a great default when it comes to organizing and structuring the project. Being too free and unguided can quickly make your project unmanageable. W...


63: Le régulateur des télécoms répond aux récriminations d'Orange

https://www.usine-digitale.fr/article/le-regulateur-des-telecoms-repond-aux-recriminations-d-orange.N2092771

L'usine-digitale (Informatique)

La présidente de l'Arcep, Laure de la Raudière, était entendue ce matin par la Commission des affaires économiques du Sénat, devant laquelle elle s'est montrée ferme vis-à-vis des critiques émises par Orange, qui a ouvert un contentieux devant le Conseil d'Etat concernant les tarifs du dégroupage du réseau cuivre et une mise en demeure relative à ses déploiements sur le réseau FTTH.


64: An Introduction to Functions in JavaScript

https://diki.hashnode.dev/an-introduction-to-functions-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, a function is a block of code that can be reused throughout a program. Functions are defined using the function keyword, followed by a name, a set of parameters, and a block of code (the function body). Once a function is defined, it c...


65: How to deploy your Django application to Railway with a custom Domain

https://meekkaran.com/how-to-deploy-your-django-application-to-railway-with-a-custom-domain

Hashnode - python (python)

By the time you are reading this, I believe you already have a website running on a development environment, Whether it's a Django application or react application running on your localhost. Before you can host a website externally you're first going...


66: Operator Precedence in JavaScript

https://dhawalpandya01.hashnode.dev/operator-precedence-in-javascript

Hashnode - javascript (Javascript)

Scared of assignments' Assignments of your variables' Learning about OPs will set you free of fears. So let's get right into it. "Operator Precedence" in JavaScript determines the order in which operations are performed in an expression. It is like t...


67: Les Journées femmes ingénieures reviennent à la Cité des sciences

https://www.lemondeinformatique.fr/actualites/lire-les-journees-femmes-ingenieures-reviennent-a-la-cite-des-sciences-89328.html

Le monde informatique (Informatique / Internet)

En France, les actions se multiplient pour promouvoir l'accès du public féminin aux métiers de l'ingénierie et ainsi (...)


68: JavaScript Array part 01

https://ashugautam.hashnode.dev/javascript-array-part-01

Hashnode - javascript (Javascript)

In this Lecture, we going to study the JavaScript Array we going to cover the following topics in this lecture: - what is array push pop shift unshift slice splice concertation fill include index of isArray join lastIndexOf map revers...


69: IA Explicable : Quand l'IA facilite la prise de décision

https://www.lebigdata.fr/ia-explicable-xai

Le Big Data (dataviz)

L'IA Explicable permet de comprendre les rouages du fonctionnement de l'intelligence artificielle et son utilité dans divers secteurs. Elle permet … Cet article IA Explicable : Quand l'IA facilite la prise de décision a été publié sur LeBigData.fr.


70 / 154

70: Apple Business Connect: Your guide to getting started

https://searchengineland.com/apple-business-connect-starter-guide-392128

Search engine land (Référencement)

With Business Connect, you can now customize the way your business information appears across Apple apps. Learn how to get started. The post Apple Business Connect: Your guide to getting started appeared first on Search Engine Land.


71: Mise à niveau gratuite PSVR 2 : top des jeux qui en bénéficient

https://www.realite-virtuelle.com/top-jeux-mise-a-niveau-gratuite-psvr-2/

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

Quels sont les jeux qui bénéficient d’une mise à niveau gratuite PSVR 2 ' Dans […] Cet article Mise à niveau gratuite PSVR 2 : top des jeux qui en bénéficient a été publié sur Réalité-Virtuelle.com.


72: Le gouvernement américain poursuit Google pour abus de position dominante sur la publicité en ligne

https://www.usine-digitale.fr/editorial/le-gouvernement-americain-poursuit-google-pour-abus-de-position-dominante-sur-la-publicite-en-ligne.N2092726

L'usine-digitale (Informatique)

Le ministère reproche à Google "des pratiques d'exclusion, anticoncurrentielles et illégales" sur le marché de la publicité en ligne. Si Google se défend en rappelant que sa part de marché dans les dépenses publicitaires numériques a baissé sous la pression de ses concurrents, le ministère s'intéresse plus particulièrement à ses outils de vente et d'achat de publicités, auxquels sit [...]


73: Acheter des vidéos Porn VR: comment s'y prendre''

https://www.realite-virtuelle.com/acheter-porn-vr/

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

Si vous êtes débutants, vous vous demandez sûrement comment acheter des vidéos Porn VR en […] Cet article Acheter des vidéos Porn VR: comment s'y prendre'' a été publié sur Réalité-Virtuelle.com.


74: Data Structure Classifications

https://araoye-dev.hashnode.dev/data-structure-classifications

Hashnode - javascript (Javascript)

Hello everyone, my name is Araoye Abraham and I am a CS graduate and full-stack developer based in Ibadan, Nigeria. I have always been fascinated by technology and I am excited to use this platform to share my experiences and connect with other tech ...


75: Building an Embeddable Widget With HTML, CSS, and Javascript

https://impact.hashnode.dev/building-an-embeddable-widget-with-html-css-and-javascript

Hashnode - javascript (Javascript)

The use cases for widgets have risen over the past ten years within the web ecosystem as their importance has grown in different sectors ranging from e-commerce to fintech to health websites. Widgets have made it easy and seamless for users to perfo...


76: League of Legends : les hackers prennent le code source en otage

https://www.lebigdata.fr/league-of-legends-code-source-vol

Le Big Data (dataviz)

Le code source de League of Legends et Team Fight Tactics a été volé par des hackers grâce à l’ingénierie … Cet article League of Legends : les hackers prennent le code source en otage a été publié sur LeBigData.fr.


77: L'entreprise de conduite autonome Waymo touchée par les licenciements d'Alphabet

https://www.usine-digitale.fr/article/l-entreprise-de-conduite-autonome-waymo-touchee-par-les-licenciements-d-alphabet.N2092706

L'usine-digitale (Informatique)

Une partie des 12 000 licenciements d'Alphabet annoncés la semaine dernière concernerait Waymo, sa filiale consacrée à la conduite autonome. Une décision stratégique, pas forcément liée au contexte actuel, qui reflète peut-être des doutes plus profonds sur l'avenir commercial de cette technologie.


78: Introduction to Web Development.

https://theharshitbansal.hashnode.dev/introduction-to-web-development

Hashnode - javascript (Javascript)

INTRODUCTION So now we are starting a series of Introduction to Web Development. Here we will talk about Web Development from scratch to advanced and also will make some amazing projects in upcoming blogs. Before diving into deep let's first understa...


79: Product Reviews And Ratings UX: A Designer's Guide

https://smashingmagazine.com/2023/01/product-reviews-ratings-ux/

Smashing magazine (Web 2 / CSS)

How do we design effective reviews and ratings' With a distribution chart, decimal scores, tags, recommendation score and unedited product photos.


80 / 154

80: How to download data in multiple file formats (CSV, XLS, TXT) with Django REST Framework

https://moreabouttech.com/how-to-download-data-in-multiple-file-formats-csv-xls-txt-with-django-rest-framework

Hashnode - python (python)

A lot of the time, our typical server response is in the form of JSON or XML. This serves our use cases a good number of times, however, there are times when the need to provide data in form of a file arises. In this article, we will be exploring how...


81: Javascript Guide: Advanced JS

https://anujnegi.hashnode.dev/javascript-guide-advanced-js

Hashnode - javascript (Javascript)

' If you are new to JavaScript, I recommend starting with my blog on the "basics of JavaScript" before diving into this one on advanced topics. Welcome ' to my new blog on Advanced JavaScript! In this blog, we will dive deep into the language's in...


82: Exploring the role of Data Visualization in Data Analysis

https://known4tech.hashnode.dev/exploring-the-role-of-data-visualization-in-data-analysis

Hashnode - python (python)

Data visualization is an important tool for data analysis. It allows us to take large amounts of data and turn it into something that is easy to understand and interpret. This is important for people who work with data, as it helps them to identify p...


83: Learning JavaScript must know Features Day 100

https://dheerajy1.hashnode.dev/learning-javascript-must-know-features-day-100

Hashnode - javascript (Javascript)

Today #Day100 of #100DaysOfCode, I am Learning 5 MORE Must Know JavaScript Features taught by WebDevSimplified. 1. Block statements You can declare const and let variables in curly brackets exclusively, Useful in Switch statements, declaring and wrap...


84: Microsoft Edge May Soon Have a 'Split Screen' Feature

https://www.webpronews.com/microsoft-edge-may-soon-have-a-split-screen-feature/

WebProNews SEO (Développement)

WebProNews Microsoft Edge May Soon Have a ‘Split Screen’ Feature Microsoft Edge may be adding a major new feature, giving users the ability to display two different websites in a single screen. Microsoft Edge May Soon Have a ‘Split Screen’ Feature Matt Milano


85: 5+ Free Vuetify Templates for your Web App 2022

https://vuejs-templates.hashnode.dev/5-free-vuetify-templates-for-your-web-app-2022

Hashnode - vuejs (Javascript)

Thinking of creating your next web app which provides the best user experience' If yes, then Vuetify must be your go-to framework. It is one of the most popular and widely used frameworks right now compared to its competitors in the market. The reaso...


86: 10+ Free & Premium VueJs Templates of 2022

https://vuejs-templates.hashnode.dev/10-free-premium-vuejs-templates-of-2022

Hashnode - vuejs (Javascript)

There are lots of other frameworks in the market and around the world that people often prefer. But VueJs framework is different and a rising star in 2022. It also offers promising VueJs Templates for commercial projects. And one more thing to notice...


87: Mastering JavaScript: 30 Hands-on Projects for Beginners (Project Series 4/30)

https://georgeudonte.hashnode.dev/mastering-javascript-30-hands-on-projects-for-beginners-project-series-430

Hashnode - javascript (Javascript)

Introduction Welcome to Article No.4 in the project series "Mastering JavaScript: 30 Hands-on Projects." In the third article, we built a Simple Reviews Slider that allowed a user to navigate through different reviews and see the details of each revi...


88: How to Create a new project in Angular 15 | Create Angular 15 First application

https://srinathsree.com/how-to-create-a-new-project-in-angular-15-create-angular-15-first-application

Hashnode - javascript (Javascript)

We know angular 15 is released in November 2022, so we will see how to create a new Angular 15 project. See the Angular15 new features, Blog Link If you have already worked with angular previously we know, angular CLI helps us to build an angular app...


89: Implementing Cache in Nodejs Using Redis

https://codedaddy.hashnode.dev/implementing-cache-in-nodejs-using-redis

Hashnode - javascript (Javascript)

Introduction Caching is a technique used to speed up the performance of an application by storing frequently accessed data in a temporary location for quick retrieval. To understand more about what caching is all about, you can check out my article o...


90 / 154

90: Le secteur français des cryptos va devoir se soumettre à une réglementation durcie

https://www.usine-digitale.fr/article/le-secteur-francais-des-cryptos-va-devoir-se-soumettre-a-une-reglementation-durcie.N2092696

L'usine-digitale (Informatique)

Dans le sillage du scandale FTX, les parlementaires français cherchent à anticiper les nouvelles règles européennes encadrant le secteur des crypto-actifs. Le secteur a cependant échappé à un amendement avançant drastiquement le calendrier, dans le cadre du projet de loi "DADUE". On s'avance vers un durcissement a minima des règles existantes pour renforcer la confiance des clients.


91: Implementing the WebSocket protocol from scratch using Node.js

https://blog.erickwendel.com.br/implementing-the-websocket-protocol-from-scratch-using-nodejs

Hashnode - javascript (Javascript)

Hello, my friend. If you don't know me, my name is Erick Wendel, a passionate software developer and Node.js core developer who's making very specific questions on the internet and not finding answers. That's the reason behind my recent videos on my ...


92: Communications unifiées : Atos va vendre son activité Unify à Mitel

https://www.lemondeinformatique.fr/actualites/lire-communications-unifiees-atos-va-vendre-son-activite-unify-a-mitel-89326.html

Le monde informatique (Informatique / Internet)

La machine est lancée pour Atos : elle vient d'annoncer la vente de son activité Unify au canadien Mitel. « Ceci constitue (...)


93: Sparrow, la réponse de Google à ChatGPT

https://www.blogdumoderateur.com/sparrow-reponse-google-chatgpt/

Blog du Moderateur ()

Le chatbot conçu par DeepMind, la filiale d'Alphabet spécialisée dans l'intelligence artificielle, pourrait constituer l'une des réponses de Google à ChatGPT.


94: Demystifying Diffing Algorithms

https://dhawalpandya01.hashnode.dev/demystifying-diffing-algorithms

Hashnode - javascript (Javascript)

Diffing algorithms are used to compare two sets of data and determine the differences between them. This is commonly used in version control systems, such as Git, to identify the changes made to a file or set of files between different versions. It c...


95: Nodejs Event-Driven architecture

https://saifuddin199.hashnode.dev/nodejs-event-driven-architecture

Hashnode - javascript (Javascript)

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. One of the key features of Node.js is its event-driven architecture, which allows it to handle multiple requests efficiently and concurrently. In Node.js, an event loop runs in a...


96: Avec la certification ROC, le CH d'Avignon généralise le tiers payant

https://www.lemondeinformatique.fr/actualites/lire-avec-la-certification-roc-le-ch-d-avignon-generalise-le-tiers-payant-89314.html

Le monde informatique (Informatique / Internet)

Le Centre Hospitalier (CH) d'Avignon compte 970 lits, gère une unité de soins pénitentiaires intégrant près de 700 détenus (...)


97: CloudFabrix vient associer observabilité et AIOps

https://www.lemondeinformatique.fr/actualites/lire-cloudfabrix-vient-associer-observabilite-et-aiops-89322.html

Le monde informatique (Informatique / Internet)

Installée à Pleasanton, en Californie, l'équipe à l'origine de CloudFabrix a comme particularité d'avoir (...)


98: JavaScript Object and it's method

https://zuberustad.hashnode.dev/javascript-object-and-its-method

Hashnode - javascript (Javascript)

What is Object in JavaScript' In JavaScript, objects are king. If you understand objects, you understand JavaScript. In JavaScript, almost "everything" is an object. Booleans can be objects (if defined with the new keyword) Numbers can be objects...


99: Crafting a Dice Roller with Three.js and Cannon-es

https://tympanus.net/codrops/2023/01/25/crafting-a-dice-roller-with-three-js-and-cannon-es/

Codrops (Design / Internet)

This tutorial will guide you through the process of creating a 3D dice roller using Three.js and Cannon-es.


100 / 154

100: Day 19 - List Methods

https://viveky.hashnode.dev/day-19-list-methods

Hashnode - python (python)

list.sort() This method sorts the list in ascending order. The original list is updated Example 1: colors = ["voilet", "indigo", "blue", "green"] colors.sort() print(colors) num = [4,2,5,3,6,1,2,1,2,8,9,7] num.sort() print(num) Output: ['blue', 'gr...


101: Les Etats-Unis lancent une procédure antitrust contre Google

https://www.lemondeinformatique.fr/actualites/lire-les-etats-unis-lancent-une-procedure-antitrust-contre-google-89323.html

Le monde informatique (Informatique / Internet)

Le département de la justice des Etats-Unis (DOJ) et huit États, dont la Californie, ont intenté mardi une action en justice contre (...)


102: Cinematic visualization

https://flowingdata.com/2023/01/25/cinematic-visualization/

Flowing data (dataviz)

Using the third dimension in visualization can be tricky because of rendering, perception,…Tags: 3-d, cinematic, narrative, research


103: Comment apprendre une nouvelle langue à l'aide d'un VPN !

https://www.lebigdata.fr/vpn-nouvelle-langue

Le Big Data (dataviz)

Que ce soit pour apprendre l'espagnol, le français, l'allemand ou une autre langue, un VPN peut vous aider à apprendre … Cet article Comment apprendre une nouvelle langue à l’aide d’un VPN ! a été publié sur LeBigData.fr.


104: Flutter Testing 101: How to Unit Test your Functions

https://syntax007.hashnode.dev/flutter-testing-101-how-to-unit-test-your-functions

Hashnode - Flutter (Flutter)

This article is going to be a series. In each article of the series, I will overview a test category writing about Testing in general, Unit Testing your functions, Unit Testing your service classes for Login & Sign-up, Widget testing and also Integra...


105: Learn Object Oriented Concepts for Android Development in Kotlin

https://mansivaghela.hashnode.dev/learn-object-oriented-concepts-for-android-development-in-kotlin

Hashnode - Kotlin (Mobiles)

This article mainly focuses on how OOP theory can be applied on Android using Google's latest language, Kotlin! The 4 main concepts in OOP are Inheritance, Abstraction, Polymorphism and Encapsulation, The most fundamental reasoning behind using OOP c...


106: Instagram permet d'ajouter un avatar à sa photo de profil : comment ça marche

https://www.blogdumoderateur.com/instagram-ajouter-avatar-photo-profil/

Blog du Moderateur ()

Instagram propose une nouvelle fonction nommée "photo de profil dynamique", qui permet d'intégrer un avatar à votre compte.


107: 5 formations pour maîtriser les logiciels de la suite Adobe

https://www.blogdumoderateur.com/selection-formation-suite-adobe-136/

Blog du Moderateur ()

Notre sélection de formations est dédiée à ceux qui souhaitent maîtriser Photoshop, Illustrator et InDesign.


108: All you need to know to start working with react

https://abhinandanmishra1.hashnode.dev/all-you-need-to-know-to-start-working-with-react

Hashnode - javascript (Javascript)

Requirements: Beginner with basic knowledge of HTML, CSS, js and using terminal. Node.js should be installed in your system - Install A code editor for writing codes. ( I prefer VScode) Create a react app: Create a folder - start-react Go to f...


110 / 154

110: Creating Dynamic PDF Downloads in React: A Step-by-Step Guide Using useState, useRef, and jsPDF library

https://kodervine.hashnode.dev/creating-dynamic-pdf-downloads-in-react-a-step-by-step-guide-using-usestate-useref-and-jspdf-library

Hashnode - javascript (Javascript)

Introduction In this article, we will explore how to use the jsPDF library to add a download feature to a React project. Specifically, we will show you how to download sections of a page dynamically from an array of elements. I will guide you through...


111: Comment ChatGPT a réussi un examen d'école de commerce '

https://www.lebigdata.fr/chatgpt-reussi-examen-commerce

Le Big Data (dataviz)

Un professeur a soumis à ChatGPT des questions similaires à celles posées aux étudiants lors de leurs examen final. L'IA … Cet article Comment ChatGPT a réussi un examen d'école de commerce ' a été publié sur LeBigData.fr.


112: useEffect Simplified

https://blogs.ansubkhan.com/useeffect-simplified

Hashnode - javascript (Javascript)

Summary: let you perform side effects in the functional components. it is a close replacement for componentDidMount, componentDidUpdate & componentWillUnmount from classes. Syntax: useEffect(() => { },[]) Basic Example of useEffect: Here we ...


113: Unabiz et Sogedo veulent déployer leurs compteurs d'eau connectés à grande échelle en France

https://www.usine-digitale.fr/article/unabiz-et-sogedo-veulent-deployer-leurs-compteurs-d-eau-connectes-a-grande-echelle-en-france.N2092576

L'usine-digitale (Informatique)

UnaBiz et Sogedo annoncent la poursuite de leur partenariat sur dix ans et espèrent ainsi déployer massivement leurs compteurs d'eau connectés en France.


114: Reasons why we prefer '.ipynb' instead of '.py' while learning data analysis:

https://sarvesh42.hashnode.dev/reasons-why-we-prefer-ipynb-instead-of-py-while-learning-data-analysis

Hashnode - python (python)

if you run a python code: import tensorflow as tf print(tf.__version__) hello = tf.constant("Hello") print(hello) in .py file,The output will be like this: "2023-01-25 13:15:51.190586: I tensorflow/core/platform/cpu_feature_guard.cc:193] This Tenso...


115: String formatting in python

https://swapnoneel.hashnode.dev/string-formatting-in-python

Hashnode - python (python)

String formatting can be done in python using the format method. txt = "For only {price:.2f} dollars!" print(txt.format(price = 49)) f-strings in python It is a new string formatting mechanism introduced by the PEP 498. It is also known as Literal S...


116: Services de fichiers cloud : la guerre est ouverte ! Tout savoir

https://www.lebigdata.fr/services-fichiers-cloud-guerre

Le Big Data (dataviz)

La guerre des services de fichiers cloud est en pleine effervescence. Les plus grands acteurs du marché sont aux prises … Cet article Services de fichiers cloud : la guerre est ouverte ! Tout savoir a été publié sur LeBigData.fr.


117: Start to Scale accélère des start-ups de l'écosystème IT lyonnais

https://www.lemondeinformatique.fr/actualites/lire-start-to-scale-accelere-des-start-ups-de-l-ecosysteme-it-lyonnais-89309.html

Le monde informatique (Informatique / Internet)

L'accélérateur de start-ups de La Caisse d'Epargne Rhône Alpes Hub612 lance une offre destinée aux start-ups IT qui souhaitent (...)


118: Croissance assurée pour le marché de la cybersécurité en 2023

https://www.lemondeinformatique.fr/actualites/lire-croissance-assuree-pour-le-marche-de-la-cybersecurite-en-2023-89316.html

Le monde informatique (Informatique / Internet)

Récemment abaissée à seulement 1,7 % pour 2023, la prévision de croissance de l'économie mondiale amène nombre (...)


119: Excelia s'appuie sur la blockchain pour certifier les attestations de diplômes

https://www.lemondeinformatique.fr/actualites/lire-excelia-s-appuie-sur-la-blockchain-pour-certifier-les-attestations-de-diplomes-89313.html

Le monde informatique (Informatique / Internet)

Le groupe Excelia réunit cinq écoles (management, tourisme, digital, classes préparatoires et formation professionnelle) et accueille (...)


120 / 154

120: Nvidia cible les attaques d'initiés avec la simulation numérique

https://www.lemondeinformatique.fr/actualites/lire-nvidia-cible-les-attaques-d-inities-avec-la-simulation-numerique-89312.html

Le monde informatique (Informatique / Internet)

Le californien Nvidia a annoncé hier que sa dernière offre de sécurité était désormais accessible dans un environnement (...)


121: Les grands perdants en visibilité SEO pour 2022 [étude]

https://www.abondance.com/20230125-51163-les-grands-perdants-en-visibilite-seo-pour-2022-etude.html

Abondance (Référencement)

Sistrix vient de publier la seconde partie de son Indexwatch 2022, avec cette fois-ci le classement des sites web qui ont le plus perdu en visibilité sur les 12 mois de l'année passée. Les causes sont nombreuses, comme les refontes mal maitrisées ou les stratégies SEO hasardeuses... La semaine dernière, nous parlions du classement IndexWatch […] L'article "Les grands perdants en visibi [...]


122: Google va licencier 12 000 employés

https://www.abondance.com/20230125-51159-google-va-licencier-12-000-employes.html

Abondance (Référencement)

Sale temps pour 12 000 googlers qui vont devenir des « xooglers » (anciens employés de Google) dans quelques jours. En effet, à l'instar d'Amazon, Microsoft, Twitter ou Meta, Google a décidé de licencier de nombreuses personnes dans le monde entier... Des milliers de googlers à travers le monde ont récemment reçu un mail peu avenant de […] L'article "Google va licencier 12 [...]


123: Integration Testing with Jest

https://scanairobi.hashnode.dev/integration-testing-with-jest

Hashnode - javascript (Javascript)

Introduction Application testing is important because it ensures that the code is working as it should and that any changes made to the code do not break existing functionality. Writing tests allows developers to quickly and easily identify and fix b...


124: Difference between == and === in Kotlin

https://amitshekhar.hashnode.dev/difference-between-and-in-kotlin

Hashnode - Kotlin (Mobiles)

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer...


125: JavaScript

https://docs.google.com/document/d/11GbmoVhBO_678sOcrg-vtMsA-oYdTfOcTtvU0Lp0nnc/edit?usp=sharing/javascript

Hashnode - python (python)

JavaScript is a programming language that is widely used to add interactive and dynamic elements to websites. It is a client-side language, which means that it runs on the user's browser rather than on a server. This makes it a popular choice for web...


126: Do you skip semicolons in your Javascript code'

https://blogs.utkarshrajput.com/do-you-skip-semicolons-in-your-javascript-code

Hashnode - javascript (Javascript)

Some history A few years back, the Javascript ecosystem got rid of the semicolons to be inserted at the end of every statement. However, this created a rift in the community as a few people embraced it whereas some were against it. To be honest, the ...


127: How to use Riverpod 2.0 + Generator in your Flutter project

https://carltonaikins.me/how-to-use-riverpod-2-generator-in-your-flutter-project

Hashnode - Flutter (Flutter)

Riverpod is the new standard for state management and reactive data caching in Flutter. The second version, Riverpod 2.0, has been out for a while yet it's fairly hard to understand its concepts and the new ways of managing data in your app. What we ...


128: Dynamic Importing Component Templates with Vue.js

https://pratik227.hashnode.dev/dynamic-importing-component-templates-with-vuejs

Hashnode - vuejs (Javascript)

One of the really cool features of Vue js is to dynamically load components. Let's look at some of the examples of components. Components are basically reusable code that can be used across multiple pages. If you try to add the same code for multiple...


129: Le toulousain Ubigreen s'adosse au groupe Planon pour accélérer à l'international

https://www.usine-digitale.fr/article/le-toulousain-ubigreen-s-adosse-au-groupe-planon-pour-accelerer-a-l-international.N2092551

L'usine-digitale (Informatique)

Experte en solutions d'optimisation de la performance des bâtiments et de l'occupation d'espaces de travail, la société toulousaine Ubigreen vient d'annoncer l'entrée à son capital du groupe néerlandais Planon. Un nouveau tremplin pour l'international.


130 / 154

130: Inside Node.Js I/O

https://codegrower.hashnode.dev/inside-nodejs-io

Hashnode - javascript (Javascript)

Node.Js introduces itself as a asynchronous event driven JavaScript runtime. To achieve this asynchronous nature , node uses a open source library called libuv. libuv even though built for Node , it is not exclusive to Node.js. There are plenty of ot...


131: Browser tab is active or inactive using javascript

https://site02.in/browser-tab-is-active-or-inactive-using-javascript

Hashnode - javascript (Javascript)

Objective - To check whether the current browser tab is active or inactive using javascript Using Page Visibility API: This will work only when user switched to another tab/window document.hidden: When the page is focused, it returns false and when t...


132: Animated Chart: Remittance Flows and GDP Impact By Country

https://www.visualcapitalist.com/cp/remittance-flows-gdp-impact-by-country/

Visual Capitalist (dataviz)

Which countries rely on remittance flows the most' This animation shows the amount of remittance income that countries received in 2022. The post Animated Chart: Remittance Flows and GDP Impact By Country appeared first on Visual Capitalist.


133: This day in search marketing history: January 25

https://searchengineland.com/search-marketing-history-january-25-392154

Search engine land (Référencement)

Google defuses miserable failure, plus: Topics API replaces FloC, value-based bidding, average search ranking position and more. The post This day in search marketing history: January 25 appeared first on Search Engine Land.


134: "Mastering Functions in JavaScript: Organizing and Optimizing Your Code"

https://iamnazeef.hashnode.dev/mastering-functions-in-javascript-organizing-and-optimizing-your-code

Hashnode - javascript (Javascript)

JavaScript is a powerful programming language that is widely used in web development. One of the most important concepts in JavaScript is the idea of a function. In this blog post, we will take a closer look at functions in JavaScript and how they ca...


135: Exploring React Hooks: useEffect, useRef, Portals and Controlled/Uncontrolled Components

https://kadamshubham.hashnode.dev/exploring-react-hooks-useeffect-useref-portals-and-controlleduncontrolled-components

Hashnode - javascript (Javascript)

React Hooks were introduced in React 16.8, and they have changed the way we write and think about React components. Hooks provide a way to handle state, side-effects and other features in functional components, making it easier and more consistent to...


136: 3.1.0 is the first minor release after Nuxt 3.0 is out

https://amicoder.hashnode.dev/310-is-the-first-minor-release-after-nuxt-30-is-out

Hashnode - javascript (Javascript)

Hi Vue developers! this is the very first release after Nuxt becomes stable. The latest release of Nuxt, version 3.1.0, brings a host of new features and improvements to the framework. This release includes bug fixes and enhancements and new experime...


137: Lexical Analysis and Implementing a Lexer in JavaScript

https://chu.hashnode.dev/lexical-analysis-and-implementing-a-lexer-in-javascript

Hashnode - javascript (Javascript)

Lexical analysis, also known as lexing or tokenization, is the process of breaking up a sequence of characters into a sequence of tokens. Tokens are the basic building blocks of a programming language, and they represent keywords, operators, and othe...


138: Some basics of using Vuex with Nuxt JS - with Example

https://aslamdoctor.hashnode.dev/some-basics-of-using-vuex-with-nuxt-js-with-example

Hashnode - javascript (Javascript)

We all know that Vuex is a very powerful state management system when used with VueJS. And when you are using it with NuxtJS, it's even more fun to use. But sometimes it is a little confusing. Mainly in the initial stage of setting up the Store. What...


139: 5 great reasons to use an expert SEO agency to see your business expand

https://www.bestfreewebresources.com/5-great-reasons-to-use-an-expert-seo-agency-to-see-your-business-expand

Best Free Web Resources (Veille)

As someone who is the owner of a relatively small soccer academy, you take pride in shaping the way youngsters learn about the game under the tutelage of you and your coaches. However, you are concerned about dwindling attendance figures. It has come to your notice that a new establishment not too far away is […] The post 5 great reasons to use an expert SEO agency to see your business expan [...]


140 / 154

140: Understanding Async and Await in JavaScript

https://fullstackfuel.hashnode.dev/understanding-async-and-await-in-javascript

Hashnode - javascript (Javascript)

How does Async await work' Async-await in DB operations with code Async-await in Files operations with code Error Handling with code Async Await JavaScript is a single-threaded programming language, which means that it can only process one task ...


141: JavaScript's Array Handling'''

https://binodroxx.hashnode.dev/javascripts-array-handling

Hashnode - javascript (Javascript)

Arrays are a fundamental data structure in JavaScript that can store multiple values in a single variable. They were introduced in ECMAScript 1 and have since become a popular tool for developers. One of the key benefits of arrays is their ability to...


142: JavaScript Control Flow''

https://binodroxx.hashnode.dev/javascript-control-flow

Hashnode - javascript (Javascript)

JavaScript is a powerful programming language that allows developers to create complex and dynamic web applications. Two important concepts in JavaScript are conditional statements and loops. In this article, we will discuss these concepts in detail ...


143: JavaScript's String Handling'''

https://binodroxx.hashnode.dev/javascripts-string-handling

Hashnode - javascript (Javascript)

Strings are an essential data type in JavaScript, and the language provides many built-in functions for working with strings. In this article, we will explore some of the most commonly used string functions in JavaScript. Functions of Strings 1. leng...


144: JavaScript Functions''''

https://binodroxx.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

Functions are a fundamental building block in JavaScript and are used to perform a specific task or set of tasks. In this article, we will take a look at what functions are, how to create them, and how to use them in your code. First, let's define wh...


145: Charted: The World's Working Poor, by Country (1991-2021)

https://www.visualcapitalist.com/cp/where-are-the-working-poor-living/

Visual Capitalist (dataviz)

This graphic shows the regional breakdown of the world's working poor, and how this demographic has changed since 1995. The post Charted: The World's Working Poor, by Country (1991-2021) appeared first on Visual Capitalist.


146: Deno: A New Era of JavaScript Server-Side Development

https://anonymousaak.hashnode.dev/deno-a-new-era-of-javascript-server-side-development

Hashnode - javascript (Javascript)

JavaScript has come a long way since its early days as a scripting language for browsers. Today, JavaScript is used not only on the front end but also on the back end, thanks to the rise of Node.js. But while Node.js has been a game-changer in the wo...


147: Created a visually stunning front-end experience with basic technologies.

https://jeremy0x.hashnode.dev/created-a-visually-stunning-front-end-experience-with-basic-technologies

Hashnode - javascript (Javascript)

Introduction: This is my first post on hashnode, I'm excited to be part of this community and share my experience as a front-end developer. As a front-end developer, I find excitement in crafting visually captivating websites using minimal tools such...


148: ' How to Animate Packed Circles in R

https://flowingdata.com/2023/01/24/how-to-animate-packed-circles-in-r/

Flowing data (dataviz)

Pack circles, figure out the transitions between time segments, and then generate frames to string together.Tags: animation, R


149: How to create a Client-side -based Contact Form With Emailjs service

https://hassyblog.hashnode.dev/how-to-create-a-client-side-based-contact-form-with-emailjs-service

Hashnode - javascript (Javascript)

'Table Of Content Introduction Getting started Prerequisite Installations Contact form Signing up with emailjs Connecting templates to Contact Form Introduction. Hello ' TechStars ! In today's article, we will learn how to send emails thro...


150 / 154

150: Why doesn't JSON support comments' (note)

https://www.stefanjudis.com/notes/why-doesnt-json-support-comments/

Stefan Judis (Développement)

Did you ever curse the JSON data format for not allowing comments and wondered what the heck' Yeah, same here. Surprisingly, JSON, in its initial spec, did allow comments, but comment support was removed for three reasons: People put parsing instructions into comments breaking portability across platforms and languages. Comments introduced complexity that might not be needed for a data format. Th [...]




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