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

« Février 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Jeudi 9 Février 2023 (117)

1: How to test the Error cause with Jest and TypeScript

https://blog.itsjavi.com/how-to-test-the-error-cause-with-jest-and-typescript

Hashnode - javascript (Javascript)

When developing applications, it's essential to handle errors effectively, and throwing errors is a common way to signal that something has gone wrong. However, defining multiple error classes for each error scenario can quickly become overwhelming a...


2: Linking a website with an external API

https://maryannruguru.hashnode.dev/linking-a-website-with-an-external-api

Hashnode - javascript (Javascript)

Introduction This was my phase 1 project at Flatiron school whereby I built a single-page application using Html and CSS for the front end and JavaScript that communicated with a public API which i chose. The learning goals of this project were: Des...


3: God is real and I connected with him on LinkedIn

https://joelaul.hashnode.dev/god-is-real-and-i-connected-with-him-on-linkedin

Hashnode - javascript (Javascript)

Some of us go for the four-year computer science degree at Big State University, pre-gaming for exclusive job fairs with adderall. Some of us like to eat paint and binge watch Top 10 Things You Need To Learn As A Minimalist Soydev videos all day unti...


4: How to Normalize Data Using scikit-learn in Python

https://www.digitalocean.com/community/tutorials/normalize-data-in-python

Digital Ocean Tutorials (Internet)

Introduction In this article, you'll try out some different ways to normalize data in Python using scikit-learn, also known as sklearn. When you normalize data, you change the scale of the data. Data is commonly rescaled to fall between 0 and 1, because machine learning algorithms tend to perform better, or converge faster, when the different features are on a smaller scale. Before training machin [...]


5: Microsoft: Bing saw the largest relevancy jump in search in two decades

https://searchengineland.com/microsoft-bing-saw-the-largest-relevancy-jump-in-search-in-two-decades-392969

Search engine land (Référencement)

January 18, 2023 there was a large Bing search ranking algorithm update - one that Microsoft's Yusuf Mehdi now confirmed. The post Microsoft: Bing saw the largest relevancy jump in search in two decades appeared first on Search Engine Land.


6: JS Interview Series - 3

https://chety.hashnode.dev/js-interview-series-3

Hashnode - javascript (Javascript)

I recently participated in a JS interview and was asked a couple of questions. I think it is good to share here for both myself and anyone who is lucky enough to see this blog :smile: Of course, I was not able to answer all of them correctly but at l...


7: JavaScript: The Beginner's Challenges

https://baraq.hashnode.dev/javascript-the-beginners-challenges

Hashnode - javascript (Javascript)

JavaScript is a high-level, interpreted programming language that is widely used for front-end development. It allows developers to add functionality and dynamic behavior to web pages, making them more user-friendly and responsive. JavaScript can run...


8: Unlocking the Power of JavaScript: A Comprehensive Guide to the World's Most Popular Programming Language

https://vaibhavtiwari.dev/unlocking-the-power-of-javascript-a-comprehensive-guide-to-the-worlds-most-popular-programming-language

Hashnode - javascript (Javascript)

Introduction: JavaScript has been the backbone of the web for over two decades now. It's a versatile, dynamic, and high-level programming language that powers everything from simple websites to complex web applications. Today, JavaScript is the most ...


9: ' ' Lesson2 Kotlin DataTypes concept

https://droid-lover.hashnode.dev/lesson2-kotlin-datatypes-concept

Hashnode - Kotlin (Mobiles)

#NativeMobileBits #EveningCodingPaper ' In #Kotlin, everything is an object. ' i.e. numbers, characters and booleans everything can be represented as primitive values at runtime. different data types in Kotlin: - Integer. (val x = 10)- Long...


10 / 117

10: ' ' Lesson 1 Kotlin variables concept programming for beginners

https://droid-lover.hashnode.dev/lesson-1-kotlin-variables-concept-programming-for-beginners

Hashnode - Kotlin (Mobiles)

' In #Kotlin, a #Variable is a location where we can store some data which is called as identifier. In Kotlin there are two ways to declare a variable:- ' either we can use "Val" or "Var" ' "Val" keyword is used to declare read-only variable....


11: Healthcare, Selling Lemons, and the Price of Developer Experience

https://css-tricks.com/healthcare-selling-lemons-and-the-price-of-developer-experience/

css-tricks (CSS)

Every now and then, a one blog post is published and it spurs a reaction or response in others that are, in turn, published as blogs posts, and a theme starts to emerge. That’s what happened this past week and … Healthcare, Selling Lemons, and the Price of Developer Experience originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


12: Ok let's Trie T9 in Python

https://blagovdaryu.hashnode.dev/ok-lets-trie-t9-in-python

Hashnode - python (python)

Today we are going to implement a Trie optimized for T9 predictive text in Python. Let's get right into it. The repository with the result can be found here. What is T9' Well, well, well, tell me who knows what is T9' You can always look into Wikiped...


13: ' Preserving Visualization Work that Will Probably Break or Disappear

https://flowingdata.com/2023/02/09/process-225-preserve/

Flowing data (dataviz)

Not everything has to be permanent, but it would be nice if the best visualization projects were still available many years from now.Tags: archive, history


14: Creating your first moving GameObject

https://bfranse.com/creating-your-first-moving-gameobject

Hashnode - Unity (unity)

In the previous articles I have shown you how I created the idea for my game and set up all the necessary tools to get started. In part 3 of the series I used the MoSCoW method to prioritise certain features of the idea, and as a result of that, I wa...


15: Arithmetic operators in Javascript

https://devhez.hashnode.dev/arithmetic-operators-in-javascript

Hashnode - javascript (Javascript)

With mathematics, you can perform arithmetic operations annotated as + for addition, - for subtraction, / for division, and X for multiplication. In programming languages such as javascript, you can perform similar arithmetic operations just like mat...


16: React JS is Dead ''' What to Expect from React.js in the Future'

https://rafikadir.hashnode.dev/react-js-is-dead-what-to-expect-from-reactjs-in-the-future

Hashnode - javascript (Javascript)

React.js has come a long way since its launch in 2013. Today, it is one of the most popular JavaScript libraries, used by developers all over the world to build user interfaces for web and mobile applications. But what does the future hold for React....


17: Identifiers, Variable and Modifier in JAVA '

https://ajay45.web.app/identifiers-variable-and-modifier-in-java

Hashnode - javascript (Javascript)

Java Identifiers ' Java Identifiers are names given to variables, classes, methods, and other entities in a Java program. They are used to identify and refer to these entities in the program. Here are the rules and guidelines for defining Java Identi...


18: Using Air with Go to implement live reload

https://blog.logrocket.com/using-air-go-implement-live-reload/

Log Rocket blog (Web 2)

Air is a live reloading tool for Go that allows developers to automatically recompile and run their code every time they make changes. The post Using Air with Go to implement live reload appeared first on LogRocket Blog.


19: Decoding Google's AI Ambitions (and Anxiety)

https://www.visualcapitalist.com/google-ai-ambitions/

Visual Capitalist (dataviz)

In a recent letter, Sundar Pichai reveals more than meets the eye. Here we read between the lines to provide more context into Google's position on AI The post Decoding Google’s AI Ambitions (and Anxiety) appeared first on Visual Capitalist.


20 / 117

20: A Journey into the World of JavaScript

https://ansariyasirarfat.hashnode.dev/a-journey-into-the-world-of-javascript

Hashnode - javascript (Javascript)

In this article, we are going to explore the basics of JavaScript, one of the most popular programming languages used for web development. If you are looking to create dynamic and interactive web pages, a concrete understanding of JavaScript is impor...


21: Inheritance In Python - Single, Multiple, Multi-level Inheritance And More

https://geekpython.in/class-inheritance-in-python

Hashnode - python (python)

We all have ever encountered the term OOPs (Object-Oriented Programming) in programming. OOP is an integral part of any programming language that helps carry out complex concepts. It provides a way to structure and organize the code in such a manner ...


22: TikTok enhances organic content reach with improved 'Promote' features

https://searchengineland.com/tiktok-enhances-organic-content-reach-with-improved-promote-features-392960

Search engine land (Référencement)

Promote campaigns were originally launched in 2021 and optimized for video views, site visits, and follows. The post TikTok enhances organic content reach with improved ‘Promote’ features appeared first on Search Engine Land.


23: "Building the future with frameworks, that's what the MNCs do!

https://thestarsahil.hashnode.dev/building-the-future-with-frameworks-thats-what-the-mncs-do

Hashnode - python (python)

Artificial Intelligence and Machine Learning are rapidly transforming the way that multinational corporations (MNCs) operate, and a wide range of AI frameworks are being used to help these organizations leverage these technologies to improve their pr...


24: Les réseaux sociaux les plus utilisés en France : le classement 2023

https://www.blogdumoderateur.com/classement-reseaux-sociaux-france-2023/

Blog du Moderateur ()

Comment évoluent les usages des plateformes sociales en France ' On fait le point sur le classement et les chiffres clés !


25: JavaScript Array Methods

https://blog.gyen.dev/javascript-array-methods

Hashnode - javascript (Javascript)

JavaScript provides a ton of different methods that make it easy to work with arrays. In this article, we will cover most of the methods that allow us to manipulate arrays including transforming, searching, and iterating over them. Since we'll be wor...


26: Le CHU de La Réunion victime d'une cyberattaque détectée "précocement"

https://www.usine-digitale.fr/article/le-chu-de-la-reunion-victime-d-une-cyberattaque-detectee-precocement.N2099851

L'usine-digitale (Informatique)

L'hôpital de La Réunion est victime d'une cyberattaque contre ses infrastructures, mais sa détection précoce lui a permis d'assurer la continuité des soins. Le CERT-Santé et le ministère de la Santé sont prévenus.


27: JavaScript Tips: Web share Api

https://blog.ahmadullah.in/javascript-tips-web-share-api

Hashnode - javascript (Javascript)

const shareData = { title: "au.mirza", url: "https://www.instagram.com/au.mirza" }; const btn = document.getElementById("share"); btn.addEventListener("click", shareHandler); function shareHandler() { if (navigator.share && navigator.canShare...


28: Build powerful React forms with Informed

https://blog.logrocket.com/build-powerful-react-forms-with-informed/

Log Rocket blog (Web 2)

Learn how to build forms that are resilient and customizable with Informed, a new competitor to Formik for React form building. The post Build powerful React forms with Informed appeared first on LogRocket Blog.


29: Telex : Vidéosurveillance dans les Ehpad, Salesforce s'apprête à lancer EinsteinGPT, StepZen passe sous la coupe d'IBM

https://www.lemondeinformatique.fr/actualites/lire-telex-videosurveillance-dans-les-ehpad-salesforce-s-apprete-a-lancer-einsteingpt-stepzen-passe-sous-la-coupe-d-ibm-89491.html

Le monde informatique (Internet / Informatique)

- Vidéosurveillance en Ehpad. La Cnil se penche sur la question de la vidéosurveillance dans les chambres d'Ehpad et lance une consultation (...)


30 / 117

30: Selon Backblaze, les défaillances des disques durs sont liées à l'âge

https://www.lemondeinformatique.fr/actualites/lire-selon-backblaze-les-defaillances-des-disques-durs-sont-liees-a-l-age-89497.html

Le monde informatique (Internet / Informatique)

Dans le dernier rapport annuel sur les taux de défaillance des disques durs publié par le fournisseur de stockage et de sauvegarde dans le (...)


31: Le gouvernement va réguler son recours aux cabinets de conseil en numérique

https://www.usine-digitale.fr/article/le-gouvernement-va-reguler-son-recours-aux-cabinets-de-conseil-en-numerique.N2099841

L'usine-digitale (Informatique)

Le recours de l'État à des prestations de conseil externes est très (trop) systématique dans le domaine de l'informatique. Dans une circulaire publiée mercredi 8 février, le gouvernement a annoncé des mesures permettant de le limiter pour stopper l'influence grandissante des cabinets privés et réduire les coûts astronomiques alloués à des projets qui s'avèrent parfois inefficaces.


32: 2 free tools for tracking your Google reviews

https://searchengineland.com/free-tools-tracking-google-reviews-392897

Search engine land (Référencement)

Monitoring reviews is a must for businesses with an online presence. Here are some tools to include in your local SEO toolkit. The post 2 free tools for tracking your Google reviews appeared first on Search Engine Land.


33: Les DPO plus que jamais embarqués dans la cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-les-dpo-plus-que-jamais-embarques-dans-la-cybersecurite-89489.html

Le monde informatique (Internet / Informatique)

« 2022 a été une bonne année pour l'AFCDP », nous a expliqué Paul-Olivier Gibert, président de l'AFCDP  à (...)


34: Cybersécurité de la 5G : les entreprises doivent passer à la pratique

https://www.usine-digitale.fr/article/cybersecurite-de-la-5g-les-entreprises-doivent-passer-a-la-pratique.N2099826

L'usine-digitale (Informatique)

Alors que les autorités françaises lancent en ce début 2023 des appels à projets pour développer la 5G industrielle et les réseaux 5G, il s'agirait pour les entreprises d'intégrer désormais sans délai de manière opérationnelle les principes de cybersécurité dans la conception et le pilotage de leurs innovations.


35: Cancel Duplicate Fetch Requests in JavaScript Enhanced Forms

https://austingil.hashnode.dev/cancel-duplicate-fetch-requests-in-javascript-enhanced-forms

Hashnode - javascript (Javascript)

If you've ever use JavaScript fetch API to enhance a form submission, there's a good chance you've accidentally introduced a duplicate-request/race-condition bug. Today, I'll walk you through the issue and my recommendations to avoid it. (Video at th...


36: Python Design Patterns for better Development(Decorator Pattern : 1)

https://avizyt.hashnode.dev/python-design-patterns-for-better-developmentdecorator-pattern-1

Hashnode - python (python)

Introduction: Design patterns are reusable solutions to common software design problems. They provide a blueprint for solving problems that have been encountered in the past, and they can be adapted and applied to new situations. In the context of Py...


37: Better Performance Testing Through the Power of Defaults

https://blog.webpagetest.org/posts/better-performance-testing-through-the-power-of-defaults/

Web page test (webperf)

We recently wrote about the guiding principles that we've been using to help us make decisions about what improvements we want to make to WebPageTest. One example of a feature that was driven by these principles are the Simple Test Configurations that we rolled out last January. I wanted to walk through that change, why we made it, and what the results are because it's a good example of how those [...]


38: The JavaScript Intersection Observer

https://pieces.hashnode.dev/the-javascript-intersection-observer

Hashnode - javascript (Javascript)

Introduction In this tutorial, we'll discuss the JavaScript Intersection Observer and understand how to use it for noting and creating changes in JavaScript applications. We'll also explore its concepts, and try out a demo to accelerate the learning ...


39: Case Study: Repeat by Studio Freight

https://www.awwwards.com/case-study-repeat-by-studio-freight.html

awwwards (Internet)

CPG brands all over the internet use Repeat to turn one-time buyers into repeat customers. The Repeat team knows CPG inside and out and has built a reputation...


40 / 117

40: Flutter GetX - Fetching Data From OpenSea API

https://pieces.hashnode.dev/flutter-getx-fetching-data-from-opensea-api

Hashnode - Flutter (Flutter)

This is a step-by-step tutorial that will walk you through the process of retrieving data from an OpenSea API using Flutter and GetX. What is Flutter GetX' Flutter has numerous state management components, including Provider, GetX, Bloc, Riverpod, Mo...


41: Primary vs. secondary navigation: Does your site need secondary'

https://blog.logrocket.com/ux-design/primary-vs-secondary-navigation/

Log Rocket blog (Web 2)

Primary and secondary navigation interfaces are key elements of site navigation, providing visitors with links to content they're looking for. The post Primary vs. secondary navigation: Does your site need secondary' appeared first on LogRocket Blog.


42: What are project milestones and how do they evolve'

https://blog.logrocket.com/product-management/what-are-project-milestones-how-do-they-evolve/

Log Rocket blog (Web 2)

As a business grows, project milestones evolve. Larger companies are typically more ambitious, which impacts how milestones are defined and what significant progress is. The post What are project milestones and how do they evolve' appeared first on LogRocket Blog.


43: Disney supprime 7000 postes pour rentabiliser ses activités de streaming

https://www.usine-digitale.fr/article/disney-supprime-7000-postes-pour-rentabiliser-ses-activites-de-streaming.N2099821

L'usine-digitale (Informatique)

Alors que Disney+ perd des abonnés pour la première fois depuis sa création, le groupe va se restructurer dans l'optique d'économiser plus de 5 milliards de dollars. Il vise la rentabilité pour le streaming en 2024.


44: Google se ridiculise à Paris et perd 100 milliards $ : l'IA Bard surcôtée '

https://www.lebigdata.fr/google-paris-bard-surcote

Le Big Data (dataviz)

Le chatbot IA Google Bard a commis une erreur factuelle… dans la démo officielle censée vanter ses mérites. Suite à … Cet article Google se ridiculise à Paris et perd 100 milliards $ : l’IA Bard surcôtée ' a été publié sur LeBigData.fr.


45: Sysdig apporte sécurité et résilience aux microservices

https://www.lemondeinformatique.fr/actualites/lire-sysdig-apporte-securite-et-resilience-aux-microservices-89492.html

Le monde informatique (Internet / Informatique)

Quand les entreprises ont commencé à construire des applications comme des microservices, les conteneurs sont devenus la base sous-jacente (...)


46: 6 new Microsoft Ads updates, including data exclusions and in-market audience segments

https://searchengineland.com/6-new-microsoft-ads-updates-including-data-exclusions-and-in-market-audience-segments-392928

Search engine land (Référencement)

Market expansion and automated bidding make their debut. The post 6 new Microsoft Ads updates, including data exclusions and in-market audience segments appeared first on Search Engine Land.


47: Moving Backgrounds

https://css-tricks.com/moving-backgrounds/

css-tricks (CSS)

We often think of background images as texture or something that provides contrast for legible content ' in other words, not really content. If it was content, you'd probably reach for an <img> anyway, accessibility and whatnot. But there are … Moving Backgrounds originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


48: How to implement lazy loading in your website

https://blog.tiagorangel.com/how-to-implement-lazy-loading-in-your-website

Hashnode - javascript (Javascript)

As web applications grow larger and more complex, it's important to consider how to optimize the user experience for slow internet connections or underpowered devices. One way to achieve this is by implementing lazy loading, which is a technique that...


49: L'émission Netflix la plus regardée de tous les temps arrive en VR !

https://www.realite-virtuelle.com/squid-game-arrive-en-vr-sandbox-vr/

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

Vous vous souvenez de Squid Game ' Eh bien, cette émission à succès sud-coréenne arrive en […] Cet article L'émission Netflix la plus regardée de tous les temps arrive en VR ! a été publié sur Réalité-Virtuelle.com.


50 / 117

50: Divide a Large pandas DataFrame into Chunks

https://mathdatasimplified.com/2023/02/09/divide-a-large-pandas-dataframe-into-chunks-2/

Math Data Simplified (data)

When dealing with large datasets that don't fit in the memory, you can divide the data into smaller portions with the pandas's chunksize parameter. In the code above, using no chunksize takes 2.33s to run. Using chunksize=100000 takes 424 µs to run, which is 563k times faster. My previous tips on pandas. The post Divide a Large pandas DataFrame into Chunks appeared first on Data Science Simplifie [...]


51: Au jeu de rôle du Comcyber à Nancy, les étudiants s'entraînent à la cyberguerre

https://www.usine-digitale.fr/article/au-jeu-de-role-du-comcyber-a-nancy-les-etudiants-s-entrainent-a-la-cyberguerre.N2099781

L'usine-digitale (Informatique)

Pendant trois jours, une centaine d'étudiants nancéiens en informatique et veille stratégique ont participé à un vaste jeu de rôle sur le thème de la cyberdéfense, sous la direction de leurs enseignants et de l'armée. L'Usine Digitale a rencontré les participants, épuisés mais exaltés par un exercice qu'ils préparent depuis le début de l'année universitaire.


52: A tale of love, woe, and data vis

https://blog.datawrapper.de/love-woe-data-vis/

Data Wrapper (dataviz)

Hey everyone, this is Elliot, a data vis developer at Datawrapper. With it being Valentine's...


53: AI's Impact on the Web Is Growing

https://www.webdesignerdepot.com/2023/02/ais-impact-on-the-web-is-growing/

Webdesigner depot (Design)

Despite the massive strides tech has taken in the last few years, we rarely see a week as tumultuous as this. When your grandkids ask you where you were when AI took over, you'll be reminiscing about February 2023. ChatGPT Goes 'Pro' First, we felt a great disturbance in AI, as if millions of chatbots […] The post AI's Impact on the Web Is Growing first appeared on Webdesigner Depot.


54: Flirter en VR pour éviter de tromper son partenaire ' Des chercheurs nous l'expliquent.

https://www.realite-virtuelle.com/realite-virtuelle-maintenir-relation-monogame/

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

Nous vivons dans une société complexe où il est extrêmement difficile pour certaines personnes de […] Cet article Flirter en VR pour éviter de tromper son partenaire ' Des chercheurs nous l'expliquent. a été publié sur Réalité-Virtuelle.com.


55: String Interpolation Concept In JavaScript

https://ankurtripathi.hashnode.dev/string-interpolation-concept-in-javascript

Hashnode - javascript (Javascript)

interpolation meaning - The addition of Something in the middle of a text. interpolation meaning in javaScript - In JavaScript, interpolation is the process of inserting strings or values into an existing string for various purposes. In JavaScript, t...


56: Charted: Rising Mass Shootings in America

https://www.visualcapitalist.com/cp/charted-rising-mass-shootings-in-america/

Visual Capitalist (dataviz)

This graphic tracks the number of mass shootings in the U.S. over the past eight years and highlights the states that have witnessed the worst of it. The post Charted: Rising Mass Shootings in America appeared first on Visual Capitalist.


57: Why you shouldn't use 'var' anymore!

https://akashrj.hashnode.dev/why-you-shouldnt-use-var-anymore

Hashnode - javascript (Javascript)

I've been using JavaScript ES6 syntax for a while now and One of the first and easiest changes I adapted to was using let/const instead of var. However, I took for granted the benefit let provides over var; it isn't just a flashy new syntax for var, ...


58: How to create a skewed highlight with CSS

https://blog.logrocket.com/create-skewed-highlight-css/

Log Rocket blog (Web 2)

Highlights draw attention to important information and add color to your websites. Read on to learn how to create a skewed highlight with CSS. The post How to create a skewed highlight with CSS appeared first on LogRocket Blog.


59: The good, bad, and ugly of product management

https://blog.logrocket.com/product-management/product-management-career-good-bad-ugly/

Log Rocket blog (Web 2)

Product management looks appealing from the outside, but it's not all roses. Discover the rewards you stand to reap as you progress in your career ' as well as the challenges associated with the PM role. The post The good, bad, and ugly of product management appeared first on LogRocket Blog.


60 / 117

60: 7 emerging skills every SEO must master in 2023

https://searchengineland.com/7-emerging-skills-every-seo-must-master-in-2023-392745

Search engine land (Référencement)

In a world where skills are taught for free on YouTube, we must up our game to ensure that SEO gains a bigger piece of the marketing budget. The post 7 emerging skills every SEO must master in 2023 appeared first on Search Engine Land.


61: Ces NFT ne sont pas de l'art, tranche le jury dans l'affaire opposant Hermès au créateur des MetaBirkin

https://www.usine-digitale.fr/article/ces-nft-ne-sont-pas-de-l-art-tranche-le-jury-dans-l-affaire-opposant-hermes-au-createur-des-metabirkin.N2099716

L'usine-digitale (Informatique)

Contrefaçon ou liberté d'expression artistique ' Dans l'affaire qui opposait la marque de luxe Hermès à Mason Rothschild, qui s'était inspiré des sacs Birkin pour créer une série de NFT écoulée à prix d'or, le jury a estimé que le créateur de NFT ne pouvait se prévaloir du régime tolérant l'utilisation des marques protégées dans les 'uvres d'art. Explications et décryptage des e [...]


62: LeetCode - Excel Sheet Column Title

https://alkesh26.hashnode.dev/leetcode-excel-sheet-column-title

Hashnode - javascript (Javascript)

Problem statement Given an integer columnNumber, return its corresponding column title as it appears in an Excel sheet. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 AB -> 28 ... Problem statement taken from: https://leetcode.com/problems/e...


63: Outreachy: Week ten

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

Hashnode - python (python)

I have three weeks left to complete my Outreachy internship with Wagtail. In my last article, I discussed how I got started learning the technologies behind Wagtail CMS. In this week's article, I share an overview of the user guide documentation proj...


64: Javascript Objects-01

https://ashugautam.hashnode.dev/javascript-objects-01

Hashnode - javascript (Javascript)

In this topic, we are going to study Objects in depth Object stores the value in key and its value format. Syntax: - const obj={ name:'rahul', roll_no:298220, college:'abc college' } Here obj is object_name you can change it as you want name:'rahul...


65: Walmart's retail media network: What advertisers need to know

https://searchengineland.com/walmart-retail-media-network-advertisers-392702

Search engine land (Référencement)

As Walmart's dominant physical footprint runs toward digital, it's crucial to pay attention to the opportunities available to advertisers. The post Walmart’s retail media network: What advertisers need to know appeared first on Search Engine Land.


66: What is React'

https://blog.kennisjpeg.co/what-is-react

Hashnode - javascript (Javascript)

React: A Comprehensive Guide to One of the Most Popular JavaScript Libraries React is a highly popular JavaScript library that was developed and maintained by Facebook. It is designed to help developers build user interfaces and manage the state of t...


67: PostgreSQL vs SQLite3

https://sahiljaggarwal.hashnode.dev/postgresql-vs-sqlite3-1

Hashnode - python (python)

Both PostgreSQL and SQLite3 can be used with Django, and the choice between the two depends on the requirements of your project. SQLite is a good choice if your project is small and simple, and doesn't require a lot of concurrent access. SQLite is ea...


68: Postgresql vs SQLite3

https://sahiljaggarwal.hashnode.dev/postgresql-vs-sqlite3

Hashnode - python (python)

Both PostgreSQL and SQLite3 can be used with Django, and the choice between the two depends on the requirements of your project. SQLite is a good choice if your project is small and simple, and doesn't require a lot of concurrent access. SQLite is ea...


69: Call(), Bind() and Apply() in JavaScript

https://manoharchimata.hashnode.dev/call-bind-and-apply-in-javascript

Hashnode - javascript (Javascript)

In this article, I am going to explain why we need call apply and bind how to use call, apply, and bind in JavaScript with simple examples. Before you are going to read this article you should have a basic understanding of how to use this keyword in ...


70 / 117

70: Demystifying Big O Notations (2/2)

https://dhawalpandya01.hashnode.dev/demystifying-big-o-notations-22

Hashnode - javascript (Javascript)

I'd like to give some concrete examples of how to use and apply all the mumbo jumbo I said in the last post, so here we go. The most common big O notations used are: O(1) - Constant Time: This notation represents an algorithm that takes a constant a...


71: Sqlite3 or PostgreSQL which database is good for django '

https://devopswarriors.hashnode.dev/sqlite3-or-postgresql-which-database-is-good-for-django

Hashnode - python (python)

Both PostgreSQL and SQLite3 can be used with Django, and the choice between the two depends on the requirements of your project. SQLite is a good choice if your project is small and simple, and doesn't require a lot of concurrent access. SQLite is ea...


72: Au tour d'Alibaba d'annoncer l'intégration prochaine d'un équivalent de ChatGPT

https://www.usine-digitale.fr/article/au-tour-d-alibaba-d-annoncer-l-integration-prochaine-d-un-chatbot-futur-rival-de-chatgpt.N2099626

L'usine-digitale (Informatique)

Après Microsoft, Google et Baidu, Alibaba, le géant chinois de l'e-commerce, a lui aussi annoncé la disponibilité prochaine d'un chatbot intégré à ses services. Tous essaient de profiter de l'engouement suscité par ChatGPT.


73: Demystifying Big O Notations (1/2)

https://dhawalpandya01.hashnode.dev/demystifying-big-o-notations-12

Hashnode - javascript (Javascript)

You like coding right' You like maths too, right' right' So allow me to combine both to explain what the famous/infamous Big O notation is. It is like a forecast of your code, the time complexity and space complexity estimation of it. And exactly lik...


74: How to build a user signup and login system using django-allauth and a custom user model. We will log in with Email instead of a username

https://emmakodes.hashnode.dev/how-to-build-a-user-signup-and-login-system-using-django-allauth-and-a-custom-user-model-we-will-log-in-with-email-instead-of-a-username

Hashnode - python (python)

Create a new Django Project and app Create a new directory anywhere. You can do it on your desktop and then open the folder on your favorite code editor Open the terminal and create a virtual environment python -m venv .myvenv Activate virtual envir...


75: Custom event listeners and subscribers in Javascript.

https://iamsourabhh.hashnode.dev/custom-event-listeners-and-subscribers-in-javascript-cldx08zhm00000ald1u5hgepm

Hashnode - javascript (Javascript)

I have been working on Javascript for quite some time and have extensively used Events. But never knew how it works internally until very recently. What are Events' So basically, when something happens in your app like a user gets logged in, you fir...


76: Getting your hands on Javascript Object-Oriented Programming (1)

https://kiisi.hashnode.dev/getting-your-hands-on-javascript-object-oriented-programming-1

Hashnode - javascript (Javascript)

Before diving deep into javascript OOP, what is OOP', OOP is all about modeling a system as a collection of objects. Javascript is not a class-based object-oriented language, it is a prototype-based language. The features of OOP can be found in my Li...


77: Date and Time Methods

https://oluwatrillions.hashnode.dev/date-and-time-methods

Hashnode - javascript (Javascript)

The Date method is a very wide topic in JavaScript, and its use case can not be downplayed. In almost every JavaScript-related project you create, there is almost more than one reason to use date objects. When you create a timer on your website, or w...


78: Gemba VR : le metaverse d'entreprise est à portée de main

https://www.realite-virtuelle.com/gemba-vr/

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

La startup derrière la plateforme de formation VR d'entreprise Gemba vient de lever un fonds […] Cet article Gemba VR : le metaverse d'entreprise est à portée de main a été publié sur Réalité-Virtuelle.com.


79: Votre smartphone Android chinois est truffé de spywares, selon cette étude choc

https://www.lebigdata.fr/smartphone-android-chinois-spywares

Le Big Data (dataviz)

Les smartphones Android de marques chinoises comme OnePlus, Xiaomi et Oppo sont infestés de spywares dès la sortie de l’usine. … Cet article Votre smartphone Android chinois est truffé de spywares, selon cette étude choc a été publié sur LeBigData.fr.


80 / 117

80: How to loop thorough object keys and values in JavaScript.

https://web3boy.hashnode.dev/how-to-loop-thorough-object-keys-and-values-in-javascript

Hashnode - javascript (Javascript)

Example: const userProfile = { id: 1, name: Deepak Agashe, age: 20, title: 'Frontend Web Developer', }; Object.keys method object.keys(userProfile).forEach((key) => { console.log(`${key}: ${userProfile[key]}`); }); Object.keys ...


81: La carte des réseaux sociaux les plus populaires en 2023

https://www.blogdumoderateur.com/carte-reseaux-sociaux-2023/

Blog du Moderateur ()

Découvrez les réseaux sociaux et les messageries instantanées les plus populaires à travers ces deux cartes du monde.


82: How to Get Back Deleted Code in VS Code

https://procodrr.com/how-to-get-back-deleted-code-in-vs-code

Hashnode - javascript (Javascript)

If your code is deleted and you have closed the VS Code, you can't use CTRL + Z to get back that deleted code. Worried, right' Not anymore! In this article, we'll learn how can we get back our deleted code in the VS Code. Alternatively, you can watch...


83: React + Tailwind CSS

https://blogs.rohankulkarni.co/react-tailwindcss

Hashnode - javascript (Javascript)

Introduction Let's have a quick introduction about React and Tailwind and also discuss why to use tailwind css. What is React' React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. Meta and ...


84: Writing, packaging, and deploying AWS Lambda function written in Python

https://mayank091193.hashnode.dev/writing-packaging-and-deploying-aws-lambda-function-written-in-python

Hashnode - python (python)

What is AWS Lambda' AWS Lambda is a serverless computing service provided by AWS. It is a service that runs your code in response to an event and automatically manages the resources required for running your code. You don't need to worry about any un...


85: Inferring the scale of China's Covid spike through obituaries

https://flowingdata.com/2023/02/09/inferring-the-scale-of-chinas-covid-spike-through-obituaries/

Flowing data (dataviz)

China reported 80,000 Covid deaths since lifting restrictions in early December 2022. But…Tags: China, coronavirus, deaths, illustration, New York Times


86: Cahier de tendances du digital : téléchargez notre guide 2023

https://www.blogdumoderateur.com/cahier-tendances-digital-telechargez-guide-2023/

Blog du Moderateur ()

Comme chaque année, nous faisons un point sur les grandes tendances du digital qui animeront les mois à venir.


87: Picture Perfect: Meet Pixo, A Photo Editor For Your End Users

https://smashingmagazine.com/2023/02/pixo-photo-editor/

Smashing magazine (CSS / Web 2)

With so many image editing services available nowadays, it's good to have one good solution that is applicable for all websites and web apps that need to provide image editing as a feature. Hristo Chakarov explains how Pixo Editor's easy integration (just a few JavaScript lines) and rich API can save your time and improve your end users' workflow.


88: Combien coûte vraiment un Data Center pour votre entreprise ' 5 facteurs à prendre en compte

https://www.lebigdata.fr/combien-coute-data-center

Le Big Data (dataviz)

Avec la demande croissante en Data Center, il est important de comprendre le coût réel de leur fonctionnement. En effet, … Cet article Combien coûte vraiment un Data Center pour votre entreprise ' 5 facteurs à prendre en compte a été publié sur LeBigData.fr.


89: 5 conseils pour réussir son événement en ligne

https://www.blogdumoderateur.com/conseils-reussir-evenement-en-ligne/

Blog du Moderateur ()

Découvrez plusieurs bonnes pratiques pour organiser un événement en ligne de qualité !


90 / 117

90: My first post using Github as source (after fix)

https://1999-personal.hashnode.dev/articlee-3333

Hashnode - python (python)

With single slash (after update) The input is a collection of (N) numbers and iteration k. At each iteration, we need pick the largest number (x), put (sqrt{x}) back to the collection, and take away (x-sqrt{x}) . The output is sum of remaining numb...


91: Top 10 Most Littered Plastic Items in the U.S.

https://www.visualcapitalist.com/sp/top-10-plastic-litter/

Visual Capitalist (dataviz)

Plastic waste can now be found everywhere on Earth, from the highest peaks to the deepest seas, but what is the most littered item in the U.S' The post Top 10 Most Littered Plastic Items in the U.S. appeared first on Visual Capitalist.


92: Intelligence artificielle : la position délicate de Google en 5 points clés

https://www.blogdumoderateur.com/intelligence-artificielle-position-delicate-google/

Blog du Moderateur ()

Face aux technologies comme ChatGPT, Google se retrouve dans une position inédite : le moteur de recherche est contraint d'évoluer, malgré les risques.


93: Checkmate Your Code: Lessons from the Chessboard

https://iamnomadev.hashnode.dev/checkmate-your-code-lessons-from-the-chessboard

Hashnode - python (python)

Chess has been around for centuries and is known as one of the most strategic games in the world. It requires careful planning, forward-thinking, patience, and the ability to adapt to changing circumstances. So Hey :wave: fellow devs Nomadev is back ...


94: Comment gérer les utilisateurs et les rôles dans WordPress

https://wpmarmite.com/gestion-utilisateurs-wordpress/

WP Marmite (wordpress)

C'est une banale opération qui peut se transformer en cauchemar. Au départ, vous voulez simplement faciliter la vie d'un nouveau collaborateur amené à rédiger et à éditer des articles sur votre site. Vous lui transmettez vos identifiants d'administrateur pour aller... Comment gérer les utilisateurs et les rôles dans WordPress est un article de WPMarmite, le blog qui vous aide à tirer le [...]


95: Meta finalise le rachat de Within, développeur de l'application de fitness Supernatural

https://www.usine-digitale.fr/article/meta-finalise-le-rachat-de-within-developpeur-de-l-application-de-fitness-supernatural.N2099506

L'usine-digitale (Informatique)

Meta a été autorisé à faire l'acquisition de la start-up Within par un juge californien. La FTC, qui avait tenté de faire bloquer le deal, n'a pas su convaincre. Une défaite peu surprenante pour l'autorité.


96: YouTube Marketing: How to Use the Community Tab to Build Engagement

https://www.noupe.com/business-online/youtube-marketing.html

Noupe (conception)

It’s time to leverage the community tab for better promotion and engagement to game up your YouTube marketing strategy in 2023. It has many post options that allow you to build stronger relationships with audiences. YouTube’s community tab lets you create interactive posts, including polls and Q&A. You can also get many insights and ideas... The post YouTube Marketing: [...]


97: Unlocking the Power of Asynchronous JavaScript: A Comprehensive Guide

https://radiantcodes.hashnode.dev/unlocking-the-power-of-asynchronous-javascript-a-comprehensive-guide

Hashnode - javascript (Javascript)

A way of performing non-blocking operations in JavaScript, which means that the code does not stop executing while it waits for a long-running task (such as a network request) to complete can be refers to as Asynchronous JacaScript. In contrast, sync...


98: How to Enable Cross-Origin Resource Sharing (CORS) in Django for Safe HTTP Requests

https://junedang.com//how-to-enable-cross-origin-resource-sharing-cors-in-django-for-safe-http-requests

Hashnode - python (python)

Situation Imagine you are learning web development with Python and just started a Django project for your web project. Everything looks clean and perfect, you have the database running, the models are designed and REST APIs are ready to be requested....


99: Google publie des recommandations officielles concernant le contenu généré par IA

https://www.abondance.com/20230209-51524-google-publie-des-recommandations-officielles-concernant-le-contenu-genere-par-ia.html

Abondance (Référencement)

Google a mis en ligne un document résumant sa vision et ses recommandations en termes de contenu généré de façon automatique par intelligence artificielle (IA). En clair, peu importe la façon dont le contenu est généré s'il est de bonne qualité et qu'il n'a pas pour objectif de manipuler ses algorithmes... On le sait, le […] L'article "Google publie des recommandations officielles [...]


100 / 117

100: Programming Languages for Web Development: A Beginner's Guide

https://justcodeit93.hashnode.dev/programming-languages-for-web-development-a-beginners-guide

Hashnode - javascript (Javascript)

Introduction Web development is the creation of dynamic, interactive websites using programming languages, tools, and frameworks. It can be overwhelming to figure out where to begin if you're starting in this field. But don't worry, I've got you cove...


101: Bridging the Gap between JavaScript and Machine Learning

https://casualcodes.hashnode.dev/bridging-the-gap-between-javascript-and-machine-learning

Hashnode - javascript (Javascript)

JavaScript and Machine Learning: Exploring the Possibilities Machine learning has become a hot topic in the tech industry, and it's not surprising why. With the ability to analyze large amounts of data and make predictions, machine learning has the p...


102: Microsoft lance Bing avec ChatGPT :  » la plus grande révolution depuis le cloud « 

https://www.lebigdata.fr/microsoft-bing-chatgpt-2

Le Big Data (dataviz)

Microsoft a récemment lancé une nouvelle version de son moteur de recherche Bing, alimentée par l’intelligence artificielle de ChatGPT. Le … Cet article Microsoft lance Bing avec ChatGPT :  » la plus grande révolution depuis le cloud «  a été publié sur LeBigData.fr.


103: JS Polyfills - Part 5 Promises (resolve, reject, all, race, then, catch, allSettled, any)

https://sriya.hashnode.dev/javascript-polyfills-1

Hashnode - javascript (Javascript)

Github Code: JS Polyfills What are Promises' Promise is an object that represents the eventual completion or failure of an asynchronous operation. Why do we use them' To avoid callback hell Where can we use them' We can use promises in different asyn...


104: 50 Frontend Interview Questions

https://shreyvijayvargiya.hashnode.dev/50-frontend-interview-questions

Hashnode - javascript (Javascript)

Save the blog for the future and CRACK any interview in the WORLD. Under the Hood I've given more than 100 interviews in my 4 years of industry experience. I am a self-taught developer and frontend is something I love and can do forever. But when I i...


105: Find the Greatest of the Two Numbers in Javascript

https://gauravpatil.hashnode.dev/find-the-greatest-of-the-two-numbers-in-javascript

Hashnode - javascript (Javascript)

Introduction Hi everyone today we find the Greatest of the Two Numbers in Javascript. let's discuss how to solve this problem statement. if you want to check out yesterday's problem click here. The goal is to create a Java program that compares the t...


106: Building a Chat Application: Step-by-Step Guide 'Bootstrapping an Application' Part2

https://jazimabbas.hashnode.dev/building-a-chat-application-step-by-step-guide-bootstrapping-an-application

Hashnode - javascript (Javascript)

This is a Part 2 of my Building a Chat Application Series. I've added tags in my GitHub Repository in case you want to follow along with this article or any upcoming articles of this Series. For this article, you can check all the source code in my G...


107: This day in search marketing history: February 9

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

Search engine land (Référencement)

Google Buzz launches, plus: Bing Ads outage, Google search time capsule, Adwords yellow ads return, Yahoo rejecting Microsoft and more The post This day in search marketing history: February 9 appeared first on Search Engine Land.


108: This day in search marketing history: February 9

https://searchengineland.com/search-marketing-history-february-9-392916

Search engine land (Référencement)

Google Buzz launches, plus: Bing Ads outage, Google search time capsule, Adwords yellow ads return, Yahoo rejecting Microsoft and more The post This day in search marketing history: February 9 appeared first on Search Engine Land.


109: SEO : Google précise ses règles sur le contenu généré par de l'intelligence artificielle

https://www.blogdumoderateur.com/seo-google-regles-intelligence-artificielle/

Blog du Moderateur ()

Est-ce autorisé ou interdit ' Google répond aux questions des SEO sur le référencement des textes générés par des outils comme ChatGPT.


110 / 117

110: How to Add Quick Chat in Flutter

https://blog.tech.samarpandasgupta.in/flutter-quick-chat

Hashnode - Flutter (Flutter)

' In today's digital age, real-time communication is crucial for businesses and app developers alike. Whether it's for customer support, team collaboration, or just casual conversations, in-app messaging is a must-have feature. That's where ZEGOCLOUD...


111: Convert a flutter web app to a docker container

https://hasnainm.hashnode.dev/flutter-web-app-to-a-docker-container

Hashnode - Flutter (Flutter)

Introduction Hey everyone I am hasnain makada, currently building out "Open source with Hasnain", where every beginner can get their journey started by contributing to open source and they can find tons of resources related to their specific tech sta...


112: How to scrape Amazon with Scrapy

https://ginjarcodes.hashnode.dev/how-to-scrape-amazon-with-scrapy

Hashnode - python (python)

In this tutorial, we'll learn how to scrape Amazon using Python for the following information, title, summary, runtime, release year, rating, and buy price in a movie category. We'll be using Scrapy, an open-source Python framework for web crawling. ...


113: Building a Simple Voting Application with Redis using Python

https://stephenxxvii.hashnode.dev/building-a-simple-voting-application-with-redis-using-python

Hashnode - python (python)

What is Redis' Redis (Remote Dictionary Server) is an open-source, in-memory key-value data store that can be used as a database, cache, and message broker. Redis is often referred to as a NoSQL database because it does not use the traditional SQL re...


114: Working with Jenkins API Using Python

https://stephenxxvii.hashnode.dev/working-with-jenkins-api-using-python

Hashnode - python (python)

In this post, we will access Jenkins rest API using python-Jenkins, a third-party API package. The Jenkins REST API can be accessed using the python-jenkins library, which provides a Python wrapper for the Jenkins REST API. This library makes it easi...


115: How to Create an WooCommerce POD Store

https://www.wpexplorer.com/online-pod-store-wordpress/

WP Explorer (wordpress)

Interested in starting a business and considering using the internet to conduct your transactions' Do you long for the day when you can sit back and watch as your online store generates passive income without any effort on your part' It’s natural to wonder how to sell online without keeping your own inventory or how […] The post How to Create an WooCommerce POD Store appeared first on [...]


116: Starting a Laravel & Vue.js project using Inertia.js

https://abdallahbari.hashnode.dev/starting-a-laravel-vuejs-project-using-inertiajs

Hashnode - vuejs (Javascript)

Starting a Laravel project can seem daunting, especially if you're new to the framework. However, with the introduction of Laravel Breeze, a simple scaffolding tool, it's now easier than ever to get started. In this article, we'll be walking through ...




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