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

« Mai 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 18 Mai 2023 (96)

1: State Management in React Explained

https://techtruth.dev/state-management-in-react-explained

Hashnode - javascript (Javascript)

React, the popular JavaScript library for building user interfaces, has gained significant traction in the development community. With its component-based architecture and virtual DOM rendering, React offers a robust and efficient way to create dynam...


2: How to Change Connection Timeout in MySQL

https://stackabuse.com/how-to-change-connection-timeout-in-mysql/

Stack Abuse (Javascript)

Introduction When working with MySQL, one important aspect to consider is the management of connection timeouts. A connection timeout is the duration a client waits for a response from the server before the connection is considered unsuccessful. In some situations, the default connection timeout settings may not be optimal, which


3: Bun Bundler: A Fast, Native Bundler for JavaScript

https://blog.halelabs.com/bun-bundler-a-fast-native-bundler-for-javascript

Hashnode - javascript (Javascript)

The Bun toolkit has recently introduced a new addition to its suite of tools - the Bun Bundler. Currently in beta, the Bun Bundler is a fast, native bundler that can be used via the bun build CLI command or the new Bun.build() JavaScript API. What is...


4: A Fireside Chat with ChatGPT on the Future of Static Code Analysis

https://axelbob.hashnode.dev/a-fireside-chat-with-chatgpt-on-the-future-of-static-code-analysis

Hashnode - python (python)

In this blog post, I have a conversation with ChatGPT about AI's capability to improve static code analysis. I have not altered any of ChatGPT's responses. Follow along to explore how AI has the potential to impact static code analysis! Me: How do yo...


5: Interview and its type:

https://shivam009.hashnode.dev/interview-and-its-type

Hashnode - javascript (Javascript)

An interview is a conversation between two or more individuals, where one person (the interviewer) asks questions and another person (the interviewee) provides answers. It is a structured method of gathering information, insights, or opinions from so...


6: Devblog 10: A shift of Focus

https://fluttergamedev.com/devblog-10-a-shift-of-focus

Hashnode - Flutter (Flutter)

It's been a while since I create a new article for this devblog. In the last devlog article that I posted at the end of March, I talked about the focus of the project. This new focus was an improvement, but it still wasn't enough. I was still not get...


7: New Google AI tools will let advertisers generate media assets

https://searchengineland.com/google-generative-ai-advertising-assets-youtube-creators-427095

Search engine land (Référencement)

YouTube creators may also get multiple AI-generated suggestions on what topics they could create videos about. The post New Google AI tools will let advertisers generate media assets appeared first on Search Engine Land.


8: Input and Output in Python

https://paoloking.hashnode.dev/input-and-output-in-python

Hashnode - python (python)

In Python, to interact with the user input and output, we can use two functions: the input() function and the print() function. Functions are a way to group code and statements so that they can be reused and easily called from other parts of your pro...


9: U.S. paid search spend forecast to hit $110 billion in 2023

https://searchengineland.com/us-paid-search-spend-forecast-2023-427066

Search engine land (Référencement)

Within search, retail media networks (RMNs) are a rising star ' it is projected to be near $30 billion in spending this year. The post U.S. paid search spend forecast to hit $110 billion in 2023 appeared first on Search Engine Land.


10 / 96

10: Hello World

https://bradpreston.hashnode.dev/hello-world

Hashnode - javascript (Javascript)

I'm not entirely sure how to start blogging, but I'm going to give it my best try. My name is Brad Preston. I'm a software developer with a background in Golang and Javascript/Typescript. I'm currently studying Docker and Kubernetes, so I'll likely b...


11: ' Chart Practice: Switching the Datasets

https://flowingdata.com/2023/05/18/process-239-switch-data/

Flowing data (dataviz)

Same data brings out the same visual forms. So switch up the data that you look at.Tags: practice


12: Good Enough Text Search

https://goddard.hashnode.dev/good-enough-text-search

Hashnode - python (python)

With the release on Tuesday (May 16, 2023) of version 23.1 of CockroachDB, we all get an unanticipated treat: PostgreSQL-compatible full-text indexing and search! As usual, the CockroachDB docs do a fine job of describing this; they are here: https:/...


13: How I built my first NPM package.

https://adedoyin.hashnode.dev/how-i-built-my-first-npm-package

Hashnode - javascript (Javascript)

How I built Methane-Cli Recently I've been learning Angular and one thing I love about Angular is its CLI tool which helps improve and speed up development. Coming from a React background, there isn't any kind of CLI tool built-in with React that can...


14: 7 Advantages of TypeScript over JavaScript

https://kcihemelandu.hashnode.dev/7-advantages-of-typescript-over-javascript

Hashnode - javascript (Javascript)

TypeScript is a superset of JavaScript that offers optional static typing, classes, and interfaces. It was created by Microsoft and has gained popularity in recent years, especially in the frontend development community. While some developers still p...


15: The 2018 Central Park Squirrel Census

https://blog.datawrapper.de/central-park-squirrel-map/

Data Wrapper ()

Hey, it's Rose! I write for Datawrapper's blog, and today I'm reporting on some of...


16: Google Chrome will soon add 6 relevance and measurement APIs

https://searchengineland.com/google-chrome-privacy-sandbox-relevance-measurement-apis-426996

Search engine land (Référencement)

These enhancements are designed to offer a more realistic preview of the digital landscape without the presence of third-party cookies. The post Google Chrome will soon add 6 relevance and measurement APIs appeared first on Search Engine Land.


17: Minimum Number of Vertices to Reach All Nodes

https://leeting-lcs.hashnode.dev/minimum-number-of-vertices-to-reach-all-nodes

Hashnode - python (python)

Problem Statement:- Given a directed acyclic graph, with n vertices numbered from 0 to n-1, and an array edges where edges[i] = [fromi, toi] represents a directed edge from node fromi to node toi. Find the ...


18: Industrie 4.0 : PTC présente une solution de scan 3D en 60 secondes pour les interventions d'urgence

https://www.usine-digitale.fr/article/industrie-4-0-ptc-presente-une-solution-de-scan-3d-en-60-secondes-pour-les-interventions-d-urgence.N2133656

L'usine-digitale (Informatique)

En milieu industriel, en cas de panne, chaque seconde compte. Pour accélérer au maximum les temps d'intervention en environnement complexe ou contraint, PTC a mis au point une technologie de numérisation 3D express afin d'aider un ingénieur travaillant à distance à appréhender au plus vite une situation pour mieux guider le technicien sur place.


19: Improving CLI Usability in Airflow

https://rohan-anand.com/improving-cli-usability-in-airflow

Hashnode - python (python)

Introduction: In the world of open source, I recently had an exciting opportunity to contribute to the Airflow project, an essential tool for orchestrating and scheduling data workflows. During my contribution, I encountered an issue related to the -...


20 / 96

20: Visualized: The Decline of Affordable Housing in the U.S.

https://www.visualcapitalist.com/sp/the-decline-of-affordable-housing-in-the-us/

Visual Capitalist (dataviz)

As U.S. house prices keep climbing, hitting 5.61 times the median annual income, affordable housing is getting harder and harder to find. The post Visualized: The Decline of Affordable Housing in the U.S. appeared first on Visual Capitalist.


21: The ABCs of Time Complexities: Understanding Big O Notation | Techletter 24

https://prajwalhaniya.hashnode.dev/the-abcs-of-time-complexities-understanding-big-o-notation-techletter-24

Hashnode - javascript (Javascript)

Techletter #24 | May 18, 2023 Big O is the metric that we use to describe the efficiency of algorithms. Big O determines the upper bound of the time. ' (Big Omega) describes the lower bound. ' (Big theta) means both O and '. ' Gives a tight bound on ...


22: Use p5.js as a background for your React Apps

https://bloggaurav.hashnode.dev/use-p5js-as-a-background-for-your-react-apps

Hashnode - javascript (Javascript)

What is p5.js' If you are new to p5.js, let me take you on a walk, p5.js is a JavaScript library that is designed for creating interactive graphics and animations in web browsers. It is open-source and free to use. It is based on the processing prog...


23: What is a slug and how to create one'

https://h.dhairyashah.dev/what-is-a-slug-and-how-to-create-one

Hashnode - javascript (Javascript)

A slug is a piece of text that is attached to the end of a URL (after the backslash "/") that is unique and locates the specific page of a website. The use of a slug can provide dual benefits for a website. Firstly, it can improve the website's SEO p...


24: Google Analytics 4 audience builder gets a refresh

https://searchengineland.com/google-analytics-4-audience-builder-refresh-426878

Search engine land (Référencement)

GA4 has added new dimensions and metrics, more robust manipulation of event value and event count, and matching between dates. The post Google Analytics 4 audience builder gets a refresh appeared first on Search Engine Land.


25: How to read a CSV file in Python using Pandas'

https://h.dhairyashah.dev/how-to-read-a-csv-file-in-python-using-pandas

Hashnode - python (python)

To read a CSV file in Python using pandas, we need to use read_csv the method in Pandas. Step 1: Import pandas to the file import pandas as pd Step 2: Use read_csv method to read a CSV file df = pd.read_csv('file_name.csv') Tada! You have s...


26: Adding zoom, pan, and pinch to your React web apps

http://blog.logrocket.com/adding-zoom-pan-pinch-react-web-apps/

Log Rocket blog (Web 2)

We explore three popular open source packages for implementing zoom, pan, and pinch functionalities in React applications. The post Adding zoom, pan, and pinch to your React web apps appeared first on LogRocket Blog.


27: Quel est le salaire d'un UX designer''

https://www.usabilis.com/salaire-ux-designer/

Usabilis (ux)

L'UX design vous passionne et vous pensez entamer une formation. Vous vous posez donc la question bien légitime : 'Combien vais-je gagner avec ce nouveau job''' Nous vous donnons les tendances salariales pour vous permettre de faire vos choix. Cet article Quel est le salaire d'un UX designer'' est apparu en premier sur USABILIS.


28: Customer analytics: Using data to improve the customer experience

http://blog.logrocket.com/product-management/customer-data-analytics-improve-experience/

Log Rocket blog (Web 2)

Customer analytics refers to the process of collecting data from various customer sources and analyzing it to understand customers' behaviors, buying habits, and lifestyle preferences throughout the customer journey. The post Customer analytics: Using data to improve the customer experience appeared first on LogRocket Blog.


29: Coding Interview with chatGPT and BARD

https://fareedatcp.hashnode.dev/coding-interview-with-chatgpt-and-bard

Hashnode - python (python)

I was solving a problem on Leetcode, and eventually, I got TLE but thought to ask Gbard and ChatGPT about the same problem here are my experiences. First of all, here is the problem Leetcode Problem link: https://leetcode.com/problems/sum-of-distance...


30 / 96

30: Series 2: Control Structures and Functions in JavaScript

https://envitab.hashnode.dev/series-2-control-structures-and-functions-in-javascript

Hashnode - javascript (Javascript)

Welcome to Series 2 of JavaScript May (!Hem)! In this exciting chapter, we'll explore the power of control structures and functions in JavaScript. Brace yourself for a journey that will empower you to take control of your code and create amazing thin...


31: 10 Lessons That Helped Me Grow As A Developer

https://mdfaisal.hashnode.dev/10-lessons-that-helped-me-grow-as-a-developer

Hashnode - javascript (Javascript)

To read more articles like this, visit my blog Sometimes we come across a great book that completely changes some of our core beliefs and helps us grow. It revolutionizes the way of thinking about ourselves and we become grateful to the authors. The ...


32: 217. Contains Duplicate

https://franknate.hashnode.dev/217-contains-duplicate

Hashnode - python (python)

Problem Link to the LeetCode problem: https://leetcode.com/problems/contains-duplicate/. Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Example 1: Input: nums ...


33: LeetCode 217 - Contains Duplicate

https://franknate.hashnode.dev/leetcode-217-contains-duplicate

Hashnode - python (python)

Problem Link to the LeetCode problem: https://leetcode.com/problems/contains-duplicate/. Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Example 1: Input: nums ...


34: How To Apply The Singleton Pattern Inside Of Your Dart/Flutter applications

https://gwhyyy.com/how-to-apply-the-singleton-pattern-inside-of-your-dartflutter-applications

Hashnode - Flutter (Flutter)

What is Dart' Dart is a modern, object-oriented programming language primarily used for building cross-platform mobile, web, and desktop applications. It was developed by Google and provides a strong type system, which helps catch errors at compile t...


35: Day 3 - Modules and pip in Python!

https://bikramchatterjee.hashnode.dev/day-3-modules-and-pip-in-python

Hashnode - python (python)

The module is like a code library that can be used to borrow code written by somebody else in our Python program. There are two types of modules in Python: Built-in Modules - These modules are ready to import and use and ship with the Python interpr...


36: Ranked: The Cities with the Most Skyscrapers in 2023

https://www.visualcapitalist.com/cities-with-the-most-skyscrapers-2023/

Visual Capitalist (dataviz)

We rank the world's leading cities with the most skyscrapers, highlighting China's remarkable dominance in building vertically. The post Ranked: The Cities with the Most Skyscrapers in 2023 appeared first on Visual Capitalist.


37: Introduction to React JS: A Beginner's Guide

https://blog.arjunsingh.tech/introduction-to-react-js-a-beginners-guide

Hashnode - javascript (Javascript)

Introduction Welcome to the first part of our four-part series on React.js! In this series, we will dive deep into the world of React.js and explore its features, benefits, and how to leverage its power to build dynamic web applications. Whether you'...


38: Using server functions with Qwik and Qwik City

http://blog.logrocket.com/using-server-functions-qwik-and-qwik-city/

Log Rocket blog (Web 2)

We use the Qwik framework and Qwik City's server functions to improve app performance by loading data without relying on JavaScript. The post Using server functions with Qwik and Qwik City appeared first on LogRocket Blog.


39: Ubuntu LOVES Flutter devs

https://plotsklapps.hashnode.dev/ubuntu-loves-flutter-devs

Hashnode - Flutter (Flutter)

My ThinkPad X240 (2013) is old and laggy, but I love it. Ubuntu gave it a second life and apparently, Ubuntu LOVES Flutter because the installing part is sooo much easier than on Windows or Mac. This is an article for people that want to get started ...


40 / 96

40: Write Clean Python Code Using Pipes

https://mathdatasimplified.com/2023/05/18/write-clean-python-code-using-pipes-3/

Math Data Simplified (data)

Map and filter are two efficient methods in Python for working with iterables. However, if you use both map and filter simultaneously, the code can become messy. With the Pipe library, you can use pipes to apply multiple methods on an iterable in a cleaner manner. The post Write Clean Python Code Using Pipes appeared first on Data Science Simplified.


41: Comment Amazon va livrer encore plus vite grâce à l'IA

https://www.lebigdata.fr/amazon-livrer-plus-vite-ia

Le Big Data (dataviz)

L'intelligence artificielle est largement utilisée dans le secteur du transport, mais aussi de la logistique. Amazon veut exploiter la puissance … Cet article Comment Amazon va livrer encore plus vite grâce à l’IA a été publié sur LEBIGDATA.FR.


42: Unsupervised Machine Learning Series: association rule learning(7th algorithm)

https://rhythmblogs.hashnode.dev/unsupervised-machine-learning-series-association-rule-learning7th-algorithm

Hashnode - python (python)

In the previous article, we understood the 5th Unsupervised ml algo: Anomaly Detection. In this blog, we will cover our 6th unsupervised algorithm, association rule learning What is association rule learning' Association rule learning is a rule-based...


43: What is conversion rate optimization (CRO)'

http://blog.logrocket.com/product-management/what-is-conversion-rate-optimization-cro/

Log Rocket blog (Web 2)

Conversion rate optimization is the process of improving the performance of a website, landing page, or app by increasing visitor action. The post What is conversion rate optimization (CRO)' appeared first on LogRocket Blog.


44: Exploring Go mocking methods and the GoMock framework

http://blog.logrocket.com/exploring-go-mocking-methods-gomock-framework/

Log Rocket blog (Web 2)

Testing and mocking are essential practices in software development that help ensure code reliability, stability, and correctness. The Go programming language has built-in support for testing, making it easier for developers to write unit tests for their code. However, testing can be challenging when dealing with external dependencies such as databases, APIs, and other services. […] The post [...]


45: The future of SEO and why it's not dying

https://searchengineland.com/future-of-seo-why-its-not-dying-425615

Search engine land (Référencement)

Here's what's in store for SEOs as the industry heads into a new era and why we must not get too fixated on AI or search engines. The post The future of SEO and why it’s not dying appeared first on Search Engine Land.


46: Cookies tiers : Privacy Sandbox pourra être testé sur 1% des utilisateurs de Chrome début 2024

https://www.usine-digitale.fr/article/cookies-tiers-privacy-sandbox-pourra-etre-teste-sur-1-des-utilisateurs-de-chrome-debut-2024.N2133511

L'usine-digitale (Informatique)

Privacy Sandbox, le programme de Google qui consiste à développer une suite d'interfaces de programmation permettant de remplacer les cookies tiers, va passer de nouvelles étapes. Les API de pertinence et de mesures seront officiellement disponibles sur Chrome en juillet 2023 et les développeurs pourront les tester en conditions réelles à partir du premier trimestre 2024 grâce à la suppres [...]


47: What Is Kotlin and Why Use It For App Development' - 2023 Guide

https://mukeshram.hashnode.dev/what-is-kotlin-and-why-use-it-for-app-development-2023-guide

Hashnode - Kotlin (Mobiles)

Introduction Developing apps is growing rapidly due to an increase in smartphones. According to research conducted recently, the business of mobile apps is expected to explode by more than 900 billion by 2023. Research like this shows the significanc...


48: Vie privée : votre ADN est partout, et les scientifiques s'inquiètent

https://www.lebigdata.fr/adn-partout-scientifiques-inquietent

Le Big Data (dataviz)

Plongez dans l’univers de la vie privée où l’ADN omniprésent soulève des préoccupations scientifiques. Un avenir incertain émerge alors que … Cet article Vie privée : votre ADN est partout, et les scientifiques s’inquiètent a été publié sur LEBIGDATA.FR.


49: A Cool Javascript Project to work on for Beginners

https://rickd.hashnode.dev/a-cool-javascript-project-to-work-on-for-beginners

Hashnode - javascript (Javascript)

Are u looking for a Javascript project' Why not consider creating dashboards for Data Analytics. Sales and Marketing departments worldwide use bar charts all the time. This one is created using Plain Javascript with no chart libraries. It presents so...


50 / 96

50: How to use Zustand

https://refine.hashnode.dev/how-to-use-zustand

Hashnode - javascript (Javascript)

Author: Chidume Nnamdi Introduction Redux changed the game in the global management system. It was so successful that it was widely adopted and used as the ideal state management system in any framework. Not only in the framework but its principle st...


51: How to scale the use of large language models in marketing

https://searchengineland.com/scale-use-large-language-models-marketing-415621

Search engine land (Référencement)

Learn ways to scale the use of large language models, the value of prompt engineering and how marketers can prepare for what's ahead. The post How to scale the use of large language models in marketing appeared first on Search Engine Land.


52: Introduction to Python if Statements

https://programmingwithpygod.hashnode.dev/introduction-to-python-if-statements

Hashnode - python (python)

In Python, the if statement is used to make decisions based on certain conditions. It allows the program to execute different blocks of code based on whether a condition is true or false. if statements are fundamental to control flow and enable the p...


53: Microsoft Bing Chat is rolling out access to Bing Chat to more users

https://searchengineland.com/microsoft-bing-chat-is-rolling-out-access-to-bing-chat-to-more-users-426629

Search engine land (Référencement)

Unauthenticated users, users not signed into Bing, may start to be able to use Bing Chat soon. The post Microsoft Bing Chat is rolling out access to Bing Chat to more users appeared first on Search Engine Land.


54: Understanding Closures in JavaScript

https://code-craft.hashnode.dev/understanding-closures-in-javascript

Hashnode - javascript (Javascript)

Closures are one of the most important Javascript concepts which makes the language more powerful. Closures allow functions to retain access to variables from their parent scope, even after the parent function has finished executing. They provide a p...


55: How to build a personal brand and showcase your skills as a self-taught web developer

https://dylanbritz.dev/how-to-build-a-personal-brand-and-showcase-your-skills-as-a-self-taught-web-developer

Hashnode - javascript (Javascript)

As a self-taught web developer, it's essential to not only acquire technical skills but also to build a personal brand that showcases your expertise and sets you apart from the competition. Today, we will explore effective strategies to establish you...


56: Google defines which languages translated search results will show up in Google Search

https://searchengineland.com/google-defines-which-languages-translated-search-results-will-show-up-in-google-search-426594

Search engine land (Référencement)

The languages include Bengali, English, French, German, Marathi, Portuguese, Spanish, Tamil, and Telugu. The post Google defines which languages translated search results will show up in Google Search appeared first on Search Engine Land.


57: Your comprehensive guide to Performance Max campaigns by Adthena

https://searchengineland.com/your-comprehensive-guide-to-performance-max-campaigns-417277

Search engine land (Référencement)

How to maximize your advertising across Google's networks. The post Your comprehensive guide to Performance Max campaigns appeared first on Search Engine Land.


58: Use Pure Functions to understand Functional Programming

https://functional-fieldnotes.hashnode.dev/use-pure-functions-to-understand-functional-programming

Hashnode - javascript (Javascript)

About this SeriesAfter reading this article, you will understand what functional programming is about. However, there are different ways of looking at it. Each article in this series will explain it differently and will use a different programming la...


59: Don't leave the future of your data in vendors' hands by Cynthia Ramsaran

https://searchengineland.com/dont-leave-the-future-of-your-data-in-vendors-hands-426552

Search engine land (Référencement)

Learn how to first identify your problem and then let the solution provider prove their value. The post Don’t leave the future of your data in vendors’ hands appeared first on Search Engine Land.


60 / 96

60: Basic code for learning Java Script

https://megpamungkas.hashnode.dev/basic-code-for-learning-java-script

Hashnode - javascript (Javascript)

These are just the notes for simple learning about code for Java Script. Checking on the console for String, Number Boolean, null, undefined // String, Number, Boolean, null, undefined const name = 'John' const age = 30; const rating = 4.5; const is...


61: Understanding Doubly Linked Lists

https://harshamangena.hashnode.dev/understanding-doubly-linked-lists

Hashnode - python (python)

Introduction A doubly linked list is a type of data structure in which each node contains a reference to both the previous and the next node in the sequence. This makes it easy to traverse the list in both forward and backward directions. Doubly link...


62: An In-depth Overview of Android's Recycler View - with Example

https://janetmutua.dev/an-in-depth-overview-of-androids-recycler-view-with-example

Hashnode - Kotlin (Mobiles)

Almost every app showcases a list of items that are scrollable. From applications like Twitter, which lets users scroll their feeds, to music players like Spotify, and image-based apps like Instagram. To render such a large amount of data in the form...


63: Deep Dive Into the Zen of Python

https://imsadra.me/deep-dive-into-the-zen-of-python

Hashnode - python (python)

Python's Zen is where most of the Software Design and Development terms are explained pretty simply in. It's created by Tim Peters and all it takes to print out the full list of Zen is to run the following command in your terminal. $ python -c 'impor...


64: A Comprehensive Guide: Converting Numbers to Words

https://codeverge.hashnode.dev/comprehensive-guide-converting-numbers-to-words

Hashnode - javascript (Javascript)

As a web developer, you may come across situations where you need to convert numbers into their word representations. Whether you're building a financial application, generating invoices, or simply enhancing user experience, the ability to convert nu...


65: Thinking Deep: Data Structures and Algorithms

https://chiefomar.hashnode.dev/thinking-deep-data-structures-and-algorithms

Hashnode - python (python)

Bismillah, Asalaam Aleykum brothers and sisters welcome back to the blog. As a developer, one thing that has kicked me out of all interviews has been the coding challenges, so to change this, I decided to do some intentional studies and practice in d...


66: The Importance of Using try-catch in JavaScript for Graceful Error Handling

https://itsjustchioma.com/the-importance-of-using-try-catch-in-javascript-for-graceful-error-handling

Hashnode - javascript (Javascript)

One thing in life is sure: Everything may only sometimes go according to plan. Before riding, every biker wears a helmet. It is imperative, not mandatory, that they wear helmets for their heads' safety. The same is true for Javascript. There is no wa...


67: [JavaScript] Deep Dive into Temporal Dead Zone (TDZ)

https://jaylog.hashnode.dev/javascript-deep-dive-into-temporal-dead-zone-tdz

Hashnode - javascript (Javascript)

Introduction Can you predict the output of these snippets of JavaScript code' Would the error occur' const hyundai = new Car(); class Car { constructor(color) { this.color = color; } } // Error or not' myFunc(); function myFunc() { conso...


68: DarkBERT : une IA générative pour le Dark Web

https://www.lemondeinformatique.fr/actualites/lire-darkbert-une-ia-generative-pour-le-dark-web-90468.html

Le monde informatique (Informatique / Internet)

Si la course aux LLM est lancée entre les start-ups comme OpenAI et les grands groupes IT tels que Google (avec PaLM2) ou Meta (LLaMA), d'autres (...)


69: Un test sanguin qui détecte la plupart des cancers bien avant les premiers signes cliniques'

https://www.rtflash.fr/test-sanguin-qui-detecte-plupart-cancers-bien-avant-premiers-signes-cliniques/article

Tregouet.org ()

Ahish Tripathi, fondateur et PDG de Tzar Labs et président d'Epigeneres Biotech, une société indienne de biotech, a présenté les résultats positifs d'un nouveau test sanguin HrC, capable de détecter la tumeur avant qu'elle se forme. L'essai a regroupé 1 000 participants dont la moitié était atteinte d'un cancer. Le test a été évalué sur vingt-cinq cancers dont les cancers du sein, du [...]


70 / 96

70: How On-Campus Housing Security Is Transforming Thanks to Technology

https://www.noupe.com/technology/how-on-campus-housing-security-is-transforming-thanks-to-technology.html

Noupe (conception)

For many, living on campus during college is an integral part of the university experience. Social engagement and academic sharing by living on campus enable students to enrich this period of higher education. Thanks to on-campus residence, students can access multiple educational extras including seminars, conferences and lectures, libraries, sporting activities, and university clubs. Communal [...]


71: How much AI will affect your job

https://flowingdata.com/2023/05/18/how-much-ai-will-affect-your-job/

Flowing data (dataviz)

Research by Edward W. Felten, Manav Raj, and Robert Seamans provides estimates for…Tags: AI, Washington Post, work


72: python ''

https://jackieguo.com/python

Hashnode - python (python)

''''''''''''''''''''''''''API'''''''''''''''''''' '''''''''''''''''''''''''''chatgpt'''''''''''''''''''''''''''''''''''''''''


73: Load a Federated Module with an Angular Directive

https://klajdi.hashnode.dev/load-a-federated-module-with-an-angular-directive

Hashnode - javascript (Javascript)

We have tried lazy loading modules and components in Angular. But what about loading a federated module instead' In this article, we're going to create a directive which can fetch and render a remote module exposed from a different application into t...


74: Linear Search

https://blogs.sahilchopra.tech/series-algorithms

Hashnode - python (python)

What is Linear Search' Linear Search is a simple and basic algorithm used to find the element or occurrence of the element in the list or array. It starts from the 0th index and goes till the length of array -1 or we can also say until the whole arra...


75: My JavaScript Journey so far!

https://rishabhsinghcodes.hashnode.dev/my-javascript-journey-so-far

Hashnode - javascript (Javascript)

Prologue Hello World! ' I am Rishabh Singh, Full Stack Developer '''', but before this, I was a Mechanical Engineer '' working at a leading Aircraft manufacturing company ''. After the outburst of the pandemic, the aircraft industry was one of th...


76: how to convert docx to txt file in pthon

https://computercodingclass.hashnode.dev/how-to-convert-docx-to-txt-file-in-pthon

Hashnode - python (python)

https://youtu.be/Mi3j54ZMxOc #python #msword #doc #docx #text #txt #file #microsoftword #tutorials #tutorial #india #online #computercodingclass #coding #programming #learning #teaching


77: A Step-by-Step Guide to Setting Up Environment Variables in Netlify

https://codewithmercy.hashnode.dev/a-step-by-step-guide-to-setting-up-environment-variables-in-netlify

Hashnode - javascript (Javascript)

In my journey of developing a Next.js project using the Unsplash API to recreate the official Unsplash website with all its functionality based on what's available to use from their API and deploying it to Netlify, I encountered an interesting issue ...


78: Les meilleures pratiques SEO pour les sites d'actualités selon Google

https://www.abondance.com/20230518-53314-meilleures-pratiques-seo-sites-actualites.html

Abondance (Référencement)

Daniel Waisberg et Cherry Prommawin, deux membres de l'équipe Search Advocate de Google, partagent de précieuses informations pour accroître la visibilité et le trafic des sites d'actualité.  Ce qu'il faut retenir :  Où apparaissent les actualités dans la recherche Google ' Les Top stories (A la Une en français) et l'onglet Actualités sont les 2 […] L'article "Les meilleur [...]


79: ' How to Make Unit-Based, Variable Width Bar Charts

https://flowingdata.com/2023/05/17/how-to-make-unit-based-variable-width-bar-charts/

Flowing data (dataviz)

In a cross between unit charts and variable width bar charts, we can show total counts and relative proportions at the same time.Tags: R


80 / 96

80: What is CodePipeline

https://mrdevops.hashnode.dev/what-is-codepipeline

Hashnode - javascript (Javascript)

AWS CodePipeline is a continuous delivery service you can use to model, visualize, and automate the steps required to release your software. You can quickly model and configure the different stages of a software release process. CodePipeline automate...


81: Optional Chaining in JavaScript('.)

https://stevepurpose.hashnode.dev/optional-chaining-in-javascript

Hashnode - javascript (Javascript)

The optional chaining operator denoted with a question mark and a dot ('.) is a feature introduced in JavaScript ES2020. Decided to write about this operator because for a very long time I used to be very confused when I was going through code and sa...


82: Join the Appwrite Hackathon on Hashnode!

https://www.sumitbhadola.com/join-the-appwrite-hackathon-on-hashnode

Hashnode - javascript (Javascript)

Come and participate in the Appwrite Hackathon on Hashnode! If you're keen on creating incredible apps using Appwrite, the open-source backend-as-a-service platform, then you should check out this event. You'll have the chance to display your skills,...


83: Day 107 of 365daysofcode: Streamlining User Authentication with Google OAuth and Pop-up Windows

https://arashjangali.com/day-107-of-365daysofcode-streamlining-user-authentication-with-google-oauth-and-pop-up-windows

Hashnode - javascript (Javascript)

Today's focus in my coding journey was to enhance the user experience by refining the Google OAuth authentication flow for both user types in my application. I aimed to create a seamless authentication process that provides users with a quick and sec...


84: Error Exception Handling in Django/Python

https://blaismart.hashnode.dev/error-exception-handling-in-djangopython

Hashnode - python (python)

Write Get unlimited access to all of Medium for less than $1/week. Become a member Ejikeme Blaise Just now Hi Python/Django Developers, which two most popular exceptions.py do you use in your code' Me: ObjectDoesNotExist and IntegrityError! The for...


85: The Hunt of Monte Python - A Movie Script

https://8bytes8.hashnode.dev/the-hunt-of-monte-python-a-movie-script

Hashnode - python (python)

INT. OFFICE - DAY A cluttered desk with multiple computer monitors. Linus, a programmer, sits frustrated in front of her computer. She types furiously, trying to fix her Python installation issues. Linus (sighs) I can't believe I'm stuck in this Pyth...


86: Avast Vs Webroot ' Which can be Better'

https://catswhocode.com/avast-vs-webroot-which-can-be-better/

Cats who code (wordpress / PHP / Javascript)

Avast has a wide selection of additional features to protect your house network and business by malware. The user-friendly software makes it easy to work and offers a brief signup process. The software is also affordable for many people and includes a solid status in the cybersecurity industry. The sole issue keeping it from being … Avast Vs Webroot – Which can be Better' Read More »


87: Your own personal Matchmaking Provider in Bogota Colombia MCW

https://catswhocode.com/your-own-personal-matchmaking-provider-in-bogota-colombia-mcw/

Cats who code (wordpress / PHP / Javascript)

Articles Eritrean Ladies ' Tips for meeting women from Eritrea Why carry out Columbia -mail order brides make most suitable wives' Mucutuy, who have arrived at the hospital at start with other family, said the youngsters had been provided mental overall health services. 'I thank the president to get his help and the Local people […]


88: A Label For anyone: The Many Types Of Women In Japan

https://catswhocode.com/a-label-for-anyone-the-many-types-of-women-in-japan/

Cats who code (wordpress / PHP / Javascript)

Content material Malta Encourages Non-EU Business people to Start Up in Malta International group are the place for all foreign people in Tokyo who want to meet new people and make fresh friends and perhaps find a companion. These gatherings are prepared in Tokyo, Kyoto, http://www.japanese-women.net/chinese-women-vs-japanese-women/ Osaka, and Kobe. You will find ladies’ time, international [...]


89: jQuery lives on; major changes teased

https://javascriptweekly.com/issues/639

javascriptweekly (Javascript)

#'639 ' May 18, 2023 Read on the Web JavaScript Weekly Bun's New Bundler: 220x Faster than webpack' ' Bun is one of the newest JavaScript runtimes (built atop the JavaScriptCore engine) and focuses on speed while aiming to be a drop-in replacement for Node.js. This week's v0.6.0 release is the 'biggest release yet' with standalone executable generation and more, but its new J [...]


90 / 96

90: Escape Sequence in Javascript

https://gogoiakash.hashnode.dev/escape-sequence-in-javascript

Hashnode - javascript (Javascript)

Escape sequences are used in JavaScript to represent characters that cannot be represented directly in a string. Usually, an escape sequence contains a backslash (/), followed by one or more characters representing a special character. Here are some ...


91: My experience at TIIDELab pre_fellowship program.

https://sulaimankawthar.hashnode.dev/my-experience-at-tiidelab-prefellowship-program

Hashnode - javascript (Javascript)

My name is kawthar Sulaiman. A student of tiidelab and my experience at tiidelab so far have been amazing.Over six weeks, I participated in the TIIDE Lab Pre-Fellowship Program, embarking on an exciting journey in the tech space. From the moment we w...


92: Beginner's Guide to Building a React Component Library

https://blog.mukulchugh.com/beginners-guide-to-building-a-react-component-library

Hashnode - javascript (Javascript)

In today's rapidly evolving digital landscape, creating reusable components is crucial for web development projects. React, a widely used JavaScript library, empowers developers to build interactive and efficient user interfaces. To enhance productiv...




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