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

« Avril 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


Mardi 18 Avril 2023 (159)

1: Creating a True/False Toggle in React with useState Hook for Beginners

https://michaeljudelarocca.hashnode.dev/creating-a-truefalse-toggle-in-react-with-usestate-hook-for-beginners

Hashnode - javascript (Javascript)

In this article, we learn how to create a true/false toggle using the React useState hook, and then we create a component that addresses the age-old controversy of whether Han Solo shot first or not! Introduction In this article, you'll learn how ...


2: Building ML-powered cross-platform apps with Flutter and Google's ML Kit!

https://rijuth.hashnode.dev/building-ml-powered-cross-platform-apps-with-flutter-and-googles-ml-kit

Hashnode - Flutter (Flutter)

Introduction Hey guys, it's been a while! I've been looking into building some ML-powered cross-platform applications using Flutter. There are tons of tutorials online using TensorFlow Lite (using the tflite package). That's all great, except for the...


3: Issue 573 (April 18, 2023)

https://pycoders.com/issues/573

pycoders (python)

#573 ' APRIL 18, 2023 View in Browser » “Self-Healing” Programs That Fix Themselves Thanks to AI Wolverine is a Python tool that responds to script crashes by using ChatGPT to look for solutions. This brief article describes the process and links to a video demo. With the corresponding Slashdot Discussion. BENJ EDWARDS Pandas 2.0 vs Pandas 1: Performance Comparison Pandas 2.0 [...]


4: Day 14 Task : Python Data Types and Data Structures for DevOps

https://vrushabhmahadik.hashnode.dev/day-14-task-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are classe...


5: Using NGINX to serve React Application (Static vs Reverse Proxy)

https://mdfaisal.hashnode.dev/using-nginx-to-serve-react-application-static-vs-reverse-proxy

Hashnode - javascript (Javascript)

So you have built an awesome React application. How can you show it to people' A good thing about React is it generates static assets. So you can serve it just like any other static website. Today we will see how to serve our react app using Nginx in...


6: DAY 3 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-3-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to find the largest element in an array : a=[56,78,34,90,23,56,34] a.sort() print("The largest element is",a[-1]) Output: The maximum element is 90 The given code sorts the list a in ascending order and then prints the larges...


7: Day 13 Task: Basics of Python

https://vrushabhmahadik.hashnode.dev/day-13-task-basics-of-python

Hashnode - python (python)

1-What is Python' Python is Open source, general purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum Python consists of vast libraries and various frameworks like Django, Tensorflow, Flask, Pandas, Keras ...


8: Python Casting

https://blog.satyamaaditya.com/python-casting

Hashnode - python (python)

Python casting refers to the process of converting a variable from one data type to another. In Python, there are several built-in functions that allow you to perform casting operations. Understanding how to cast variables is an essential part of wri...


9: JavaScript Interview Question: Currying

https://atomicjuggernaut.hashnode.dev/javascript-interview-question-currying

Hashnode - javascript (Javascript)

Introduction Have you ever come across a scenario where you passed multiple arguments to a function, but one argument at a time' Currying is a technique that allows you to do exactly that. It's a unique way to call inner functions where you can pass ...


10 / 159

10: Introduction To Javascript

https://aniket1026.hashnode.dev/introduction-to-javascript

Hashnode - javascript (Javascript)

In this blog, I will try to give you a general view of javascript which will help you understand javascript better. In this blog, we will see What is javascript' Why do we even use JavaScript' why do people find it difficult to understand javascri...


11: Feedback Form With Anvil

https://pinkdatahub.hashnode.dev/feedback-form-with-anvil

Hashnode - python (python)

Hello, we are going to build a simple feedback form with Anvil link to the tutorial for a step-by-step guide. Chapter 1:Build your user interface login to Anvil and click 'Blank App'. Choose the Material Design theme. Name the app. Click on the nam...


12: Instagram permet d'ajouter jusqu'à 5 liens dans sa bio : comment ça marche

https://www.blogdumoderateur.com/instagram-ajouter-5-liens-dans-bio/

Blog du Moderateur ()

Instagram déploie une des fonctionnalités les plus demandées par les utilisateurs : l'affichage de plusieurs liens dans la bio de son profil.


13: Day 14 of 90DaysOfDevops || Python Data Types and Data Structures for DevOps

https://hrmndevops.hashnode.dev/day-14-of-90daysofdevops-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

What is meant by data types' In computer language, a data type is a classification of data that determines the operations that can be performed on it and the way it is stored in memory. Data types specify the type of data that a variable can hold, an...


14: Creating responsive mobile layouts with Pure.css

https://blog.logrocket.com/creating-responsive-mobile-layouts-with-pure-css/

Log Rocket blog (Web 2)

In this article, we will learn how to build a responsive mobile layout with Pure.css and learn about the benefits of using Pure.css. The post Creating responsive mobile layouts with Pure.css appeared first on LogRocket Blog.


15: Creating responsive mobile layouts with Pure.css

http://blog.logrocket.com/creating-responsive-mobile-layouts-with-pure-css/

Log Rocket blog (Web 2)

In this article, we will learn how to build a responsive mobile layout with Pure.css and learn about the benefits of using Pure.css. The post Creating responsive mobile layouts with Pure.css appeared first on LogRocket Blog.


16: 8 ways to maximize brand awareness through paid and organic search by Digital Marketing Depot

https://searchengineland.com/maximize-brand-awareness-through-paid-and-organic-search-395747

Search engine land (Référencement)

Ranking highly on Google is the best way to build brand awareness, increase revenue, and provide genuine value to your customers. The post 8 ways to maximize brand awareness through paid and organic search appeared first on Search Engine Land.


17: Patrones Avanzados en React

https://alonsarias.hashnode.dev/patrones-avanzados-en-react

Hashnode - javascript (Javascript)

Los patrones de diseño son soluciones reutilizables para problemas comunes a los que nos enfrentamos los desarrolladores cuando creamos aplicaciones. Compound Components Compound components es un patrón que permite a un componente padre controlar el ...


18: Global Carbon Markets: Highlights from the Latest Report

https://www.visualcapitalist.com/sp/global-carbon-markets-highlights-from-the-latest-report/

Visual Capitalist (dataviz)

We highlight key findings from the Hinrich Foundation's latest report on carbon markets, produced in partnership with Visual Capitalist. The post Global Carbon Markets: Highlights from the Latest Report appeared first on Visual Capitalist.


19: Null and Undefined in JavaScript

https://irajesh.hashnode.dev/null-and-undefined-in-javascript

Hashnode - javascript (Javascript)

null means that value has assigned but it's value is emty or unknown and undefined means that value not assigned but we are calling them


20 / 159

21: 11 Revenue-Boosting Benefits of White Label Website Builders

https://tympanus.net/codrops/2023/04/18/white-label-website-builder/

Codrops (Design / Internet)

Wondering if your agency should use a website builder with or without white labeling' This post will explore 11 reasons why you should be using a white label website builder from now on.


22: Enfabrica s'engage dans l'informatique désagrégée avec son switch CXL 2.0

https://www.lemondeinformatique.fr/actualites/lire-enfabrica-s-engage-dans-l-informatique-desagregee-avec-son-switch-cxl-20-90187.html

Le monde informatique (Internet / Informatique)

Sortie du mode furtif il y a peu, la start-up californienne Enfabrica a dévoilé une plateforme baptisée Accelerated Compute Fabric (...)


23: React - Introduction and FAQs

https://harshilsuthar.hashnode.dev/react-introduction-and-faqs

Hashnode - javascript (Javascript)

React is a JavaScript library written by Facebook engineers that helps build single-page applications. But what exactly is a single-page application' In the past, when we clicked on a button or link, the whole page would load, which took a long time ...


24: Ford Remains Committed to Apple CarPlay As Rivals Shun It

https://www.webpronews.com/ford-committed-to-carplay/

WebProNews SEO (Développement)

WebProNews Ford Remains Committed to Apple CarPlay As Rivals Shun It Ford has reportedly reaffirmed its commitment to Apple's CarPlay despite some of its rivals shunning the platform in favor of their own efforts. Ford Remains Committed to Apple CarPlay As Rivals Shun It Staff


25: Higher-Order Functions in MERN Stack Development

https://geekink.hashnode.dev/higher-order-functions-in-mern-stack-development

Hashnode - javascript (Javascript)

Higher-order functions are a powerful tool for building flexible and reusable code in MERN stack development. In this article, we'll explore what higher-order functions are, how they work, and how you can use them to streamline your development proce...


26: Instagram now allows up to 5 'links in bio'

https://searchengineland.com/instagram-now-allows-up-to-5-links-in-bio-395742

Search engine land (Référencement)

To use the feature, tap 'Edit profile,' then 'Links,' then 'Add eternal link.' You can then drag and drop the links in the order you want them to appear. The post Instagram now allows up to 5 “links in bio” appeared first on Search Engine Land.


27: Data Vis Dispatch, April 18

https://blog.datawrapper.de/data-vis-dispatch-april-18-2023/

Data Wrapper ()

The best of last week's big and small data visualizations


28: Ditch Moment.js: Embrace Modern JavaScript Date Handling

https://dilum.hashnode.dev/ditch-momentjs-embrace-modern-javascript-date-handling

Hashnode - javascript (Javascript)

There was a time when Moment.js was the go-to library for JavaScript date handling. It was considered a game-changer, and many developers couldn't imagine working with dates without it. Moment.js helped with date formatting, parsing, and manipulation...


29: Le CEO de Google sous le choc : cette IA s'améliore toute seule

https://www.lebigdata.fr/ceo-google-choc-ia-ameliore-seule

Le Big Data (dataviz)

Lors d'une interview à la télévision américaine, le CEO de Google a révélé qu'une intelligence artificielle avait appris une langue … Cet article Le CEO de Google sous le choc : cette IA s’améliore toute seule a été publié sur LEBIGDATA.FR.


30 / 159

31: Product charter: What's included and how to create one (with examples)

https://blog.logrocket.com/product-management/product-charter-what-to-include-how-to-create/

Log Rocket blog (Web 2)

Having a permanent, single source of information about the product that details the why, what, and how is a powerful resource for product teams and stakeholders alike. The post Product charter: What's included and how to create one (with examples) appeared first on LogRocket Blog.


32: Product charter: What's included and how to create one (with examples)

http://blog.logrocket.com/product-management/product-charter-what-to-include-how-to-create/

Log Rocket blog (Web 2)

Having a permanent, single source of information about the product that details the why, what, and how is a powerful resource for product teams and stakeholders alike. The post Product charter: What's included and how to create one (with examples) appeared first on LogRocket Blog.


33: A designer's guide to developer handoffs with Figma

https://blog.logrocket.com/ux-design/designers-guide-developer-handoffs-figma/

Log Rocket blog (Web 2)

Explore how Figma can help bridge the gap between designers and developers, creating a more efficient handoff for both sides of the equation. The post A designer's guide to developer handoffs with Figma appeared first on LogRocket Blog.


34: A designer's guide to developer handoffs with Figma

http://blog.logrocket.com/ux-design/designers-guide-developer-handoffs-figma/

Log Rocket blog (Web 2)

Explore how Figma can help bridge the gap between designers and developers, creating a more efficient handoff for both sides of the equation. The post A designer's guide to developer handoffs with Figma appeared first on LogRocket Blog.


35: Building a production ready LLM application with BerriAI, PropelAuth, and Next.js

https://propelauth.hashnode.dev/building-a-production-ready-llm-application-with-berriai-propelauth-and-nextjs

Hashnode - javascript (Javascript)

Berri.ai is a powerful product that allows you to easily add AI to your applications. You can, for example, create a chatbot that can answer questions about blog posts that you write just by passing in the contents of the blog post. In this post, we'...


36: Eramet utilise un drone et de l'IA pour cartographier l'environnement de son exploitation minière au Sénégal

https://www.usine-digitale.fr/article/capgemini-aide-le-groupe-minier-eramet-a-rehabiliter-l-environnement-apres-l-exploitation-de-sa-mine-au-senegal.N2122226

L'usine-digitale (Informatique)

Le groupe français Eramet utilise des drones et des technologies d'IA fournies par Capgemini pour cartographier la végétation initialement présente sur la zone minière qu'elle exploite au Sénégal. Cela devrait lui permettre de réhabiliter plus facilement l'environnement qu'elle devra restituer intact au gouvernement local à la fin de son contrat d'exploitation.


37: La nouvelle version SkySQL de MariaDB permet d'adapter les ressources en fonction de la demande avec la possibilité de les réduire, et de lancer des analyses sans serveur

http://sgbd.developpez.com/actu/343651/La-nouvelle-version-SkySQL-de-MariaDB-permet-d-adapter-les-ressources-en-fonction-de-la-demande-avec-la-possibilite-de-les-reduire-et-de-lancer-des-analyses-sans-serveur/

sgbd (developpez.com) (Informatique / base de données)

La nouvelle version SkySQL de MariaDB permet d'adapter les ressources en fonction de la demande avec la possibilité de les réduire et de lancer des analyses sans serveur en ne payant que la ressource utiliséeMariaDB annonce la disponibilité immédiate d'une nouvelle version de MariaDB SkySQL, un service de base de données dans le Cloud de deuxième génération. SkySQL fournit des bases de do [...]


38: Pendant ce temps, en Russie : les fuites de données multipliées par 42

https://www.lebigdata.fr/fuite-donnees-russie

Le Big Data (dataviz)

En 2022, les fuites de données ont littéralement explosé en Russie, le nombre d'incidents étant multiplié par 42 d'une année … Cet article Pendant ce temps, en Russie : les fuites de données multipliées par 42 a été publié sur LEBIGDATA.FR.


39: 9 more states join federal antitrust lawsuit against Google

https://searchengineland.com/9-more-states-join-federal-antitrust-lawsuit-against-google-395740

Search engine land (Référencement)

The Biden administration has sought to toughen antitrust enforcement. Alongside the Google lawsuit, it is also challenging multiple proposed mergers. The post 9 more states join federal antitrust lawsuit against Google appeared first on Search Engine Land.


40 / 159

40: Quadream, le Pegasus bis déjà débranché

https://www.lemondeinformatique.fr/actualites/lire-quadream-le-pegasus-bis-deja-debranche-90183.html

Le monde informatique (Internet / Informatique)

Le couperet tombe sur Quadream. Après les révélations de Microsoft et de Citizen Lab sur les liens de cette société (...)


41: La réglementation européenne sur la sécurité de l'IoT inquiète la communauté open source

https://www.usine-digitale.fr/article/la-reglementation-europeenne-sur-la-securite-de-l-iot-inquiete-la-communaute-open-source.N2122171

L'usine-digitale (Informatique)

Présenté l'an passé, le Cyber Resilence Act européen prévoit une série d'obligations pour les objets connectées. Les éditeurs de logiciels libres redoutent un 'effet dissuasif' sur le secteur.


42: Google's interest-based ad experiments show ad spend, click-through rates down slightly

https://searchengineland.com/googles-interest-based-ad-experiments-show-ad-spend-click-through-rates-down-slightly-395734

Search engine land (Référencement)

In the first quarter of 2023, a study assessed the performance of interest-based audiences using a mix of privacy-preserving signals. The post Google’s interest-based ad experiments show ad spend, click-through rates down slightly appeared first on Search Engine Land.


43: Accessing List Values Within The Dictionary In Python

https://geekpython.in/access-list-values-within-the-dictionary

Hashnode - python (python)

The dictionary is a data structure in Python that belongs to the mapping category. When data is enclosed by curly({ }) braces, we can say it is a dictionary. A dictionary has a key that holds a value, also known as a key-value pair. Using the diction...


44: Add stepper components to your React app

https://blog.logrocket.com/add-stepper-components-react-app/

Log Rocket blog (Web 2)

Help organize your user experiences in your React apps with stepper components, many of which are customizable. The post Add stepper components to your React app appeared first on LogRocket Blog.


45: Add stepper components to your React app

http://blog.logrocket.com/add-stepper-components-react-app/

Log Rocket blog (Web 2)

Help organize your user experiences in your React apps with stepper components, many of which are customizable. The post Add stepper components to your React app appeared first on LogRocket Blog.


46: The Ultimate Guide to Searching Algorithms

https://codologies.hashnode.dev/the-ultimate-guide-to-searching-algorithms

Hashnode - python (python)

Applications Searching algorithms have a wide range of applications in various day-to-day tasks. Here are some examples: Finding a contact in your phonebook: When you search for a contact in your phonebook, you are essentially using a search algorit...


47: SEO vs. PPC: Differences, pros, cons & an integrated approach

https://searchengineland.com/seo-vs-ppc-pros-cons-integrated-approach-274643

Search engine land (Référencement)

Not sure whether your business would benefit more from PPC or SEO' Here's how they fit within your larger marketing plan. The post SEO vs. PPC: Differences, pros, cons & an integrated approach appeared first on Search Engine Land.


48: Comment accéder au cloud'' Guide complet

https://www.lebigdata.fr/comment-acceder-au-cloud-guide-complet

Le Big Data (dataviz)

Accéder au cloud n'a jamais été si facile'! Le guide complet pour sécuriser et sauvegarder vos données d'où que vous … Cet article Comment accéder au cloud'' Guide complet a été publié sur LEBIGDATA.FR.


49: Day 50 - read(), readline() and other methods

https://codewithjain.hashnode.dev/day-50-read-readline-and-other-methods

Hashnode - python (python)

Introduction Welcome to my 50th blog post on the Python journey. On day 50, I learned about reading and writing in the Python file. In this blog, I will discuss the readline() and writelines() functions in Python. Now Let's dive into more details and...


50 / 159

50: Google implements a new GA4 fractional, cross-channel web conversions feature

https://searchengineland.com/google-implements-a-new-ga4-fractional-cross-channel-web-conversions-feature-395730

Search engine land (Référencement)

The new tracking enhancement could lead to more precise measurements and improved optimization. The post Google implements a new GA4 fractional, cross-channel web conversions feature appeared first on Search Engine Land.


51: Say Goodbye to Data Type Conversion in pandas 2.0

https://mathdatasimplified.com/2023/04/18/say-goodbye-to-data-type-conversion-in-pandas-2-0/

Math Data Simplified (data)

Previously in pandas, if a Series had missing values, its data type would be converted to float, resulting in a potential loss of precision for the original data. With the integration of Apache Arrow in pandas 2.0, this issue is solved. My previous tips on pandas dtypes. The post Say Goodbye to Data Type Conversion in pandas 2.0 appeared first on Data Science Simplified.


52: Le numérique n'est plus ce qu'il était

https://blog.octo.com/le-numerique-nest-plus-ce-quil-etait/

Octo (Internet)

Cet article est basé sur l'atelier du même nom partagé à La Duck Conf 2023. Son pitch : Les limites planétaires nous imposeront, de gré ou de force, à renoncer à certains produits, fonctionnalités, usages du numérique. Venez explorer une façon de s’y mettre au plus tôt ! Dans le même temps, le numérique a […] L'article Le numérique n'est plus ce qu'il était est apparu e [...]


53: Kubernetes quick tutorial

https://blog.francescociulla.com/kubernetes-quick-tutorial

Hashnode - javascript (Javascript)

' Introduction Let's make the simplest but understandable Kubernetes example ever. Video version: We will create our first example with Kubernetes starting from scratch, using: JavaScript Node.js Docker Docker Compose Kubernetes ' Requirem...


54: How to Add Report Designer to a JavaScript Application

https://www.boldreports.com/blog/5-reasons-to-choose-bold-reports-report-viewer-for-ssrs-reports-in-your-web-applications/how-to-add-report-designer-to-a-javascript-application

Hashnode - javascript (Javascript)

With our Bold Reports embedded platform, you can easily embed reporting components in your project to create, bind data to, view, and export pixel-perfect, paginated reports. In this article, we'll walk you through the integration of our JavaScript R...


55: Une belle annonce sur le casque VR hybride de Pimax

https://www.realite-virtuelle.com/belle-annonce-casque-vr-pimax-portal/

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

Pimax, le spécialiste des technologies VR, annonce que Portal, son casque VR hybride est presque […] Cet article Une belle annonce sur le casque VR hybride de Pimax a été publié sur REALITE-VIRTUELLE.COM.


56: Intro to Python

https://pavankumar07.hashnode.dev/intro-to-python

Hashnode - python (python)

Hello Readers, Here we are Day 13 of #90daysofdevops ' Topics for #day13 What is Python' Why Python is a popular choice' What is Python for DevOps' and Its Importance How to install Python' Tasks of Day13 What is Python' Python is a high-le...


57: Satisfaction client : l'Arcep distribue les bons et les mauvais points

https://www.lemondeinformatique.fr/actualites/lire-satisfaction-client-l-arcep-distribue-les-bons-et-les-mauvais-points-90179.html

Le monde informatique (Internet / Informatique)

L'Arcep a publié les résultats de son dernier baromètre de la satisfaction clients des opérateurs télécom (...)


58: Unleash the Sharing Power of the Web Share API - No Superpowers Required! '

https://saipranay47.hashnode.dev/unleash-the-sharing-power-of-the-web-share-api-no-superpowers-required

Hashnode - javascript (Javascript)

Hey there, web dev enthusiasts! Are you ready to make sharing on the web as smooth as butter' Then grab your cape and hop on board, because today, we're diving into the magical realm of the JavaScript Web Share API! This modern marvel empowers your w...


59: Understanding the different types of survey questions

https://blog.logrocket.com/product-management/understanding-the-different-types-of-survey-questions/

Log Rocket blog (Web 2)

Survey templates aren't bad, they're just unlikely to give you all the insights you'll need right out of the box. Creating your own survey will help you uncover what you need to know. The post Understanding the different types of survey questions appeared first on LogRocket Blog.


60 / 159

60: Understanding the different types of survey questions

http://blog.logrocket.com/product-management/understanding-the-different-types-of-survey-questions/

Log Rocket blog (Web 2)

Survey templates aren't bad, they're just unlikely to give you all the insights you'll need right out of the box. Creating your own survey will help you uncover what you need to know. The post Understanding the different types of survey questions appeared first on LogRocket Blog.


61: Understanding and handling Rust mutex poisoning

https://blog.logrocket.com/understanding-handling-rust-mutex-poisoning/

Log Rocket blog (Web 2)

Use mutexes in your Rust app when accessing shared resources, and handle mutex poisoning to ensure that your code is resilient and reliable. The post Understanding and handling Rust mutex poisoning appeared first on LogRocket Blog.


62: Understanding and handling Rust mutex poisoning

http://blog.logrocket.com/understanding-handling-rust-mutex-poisoning/

Log Rocket blog (Web 2)

Use mutexes in your Rust app when accessing shared resources, and handle mutex poisoning to ensure that your code is resilient and reliable. The post Understanding and handling Rust mutex poisoning appeared first on LogRocket Blog.


63: Use this Looker Studio template to track SEO performance

https://searchengineland.com/looker-studio-template-track-seo-performance-395692

Search engine land (Référencement)

Get actionable performance data on your organic search campaigns when you set up this Looker Studio dashboard. The post Use this Looker Studio template to track SEO performance appeared first on Search Engine Land.


64: Windows 11 Comes to the HoloLens 2

https://www.webpronews.com/windows-11-hololens-2/

WebProNews SEO (Développement)

WebProNews Windows 11 Comes to the HoloLens 2 Microsoft's HoloLens 2 is receiving a major upgrade, with Windows 11 coming to the headset by the end of June. Windows 11 Comes to the HoloLens 2 Matt Milano


65: How to Develop a Winning B2B Brand Strategy In Simple Steps

https://www.noupe.com/business-online/how-to-develop-a-winning-b2b-brand-strategy-in-simple-steps.html

Noupe (conception)

If you own a B2B business and are working under the impression that brand identity is essential only for B2C companies, you are in for a surprise. With more saturation in the digital marketplace, 77% of B2B leaders believe that branding is vital for their company’s growth. To break through the noise, you must develop... The post How to Develop a Winning B2B Brand Strategy In Simp [...]


66: Javascript Generator

https://shreya-trivedi.hashnode.dev/javascript-generator

Hashnode - javascript (Javascript)

Introduction Imagine you're trying to write a program that needs to process a large amount of data. You could do this using a regular function, but what if you only need to process part of the data at a time' Using a regular function would require yo...


67: Les autorités américaines poursuivent la plateforme d'échange de cryptomonnaies Bittrex

https://www.usine-digitale.fr/article/les-autorites-americaines-poursuivent-la-plateforme-d-echange-de-cryptomonnaies-bittrex.N2122006

L'usine-digitale (Informatique)

Depuis la chute retentissante de FTX, le gendarme boursier américain est passé à la vitesse supérieure, multipliant les poursuites judiciaires.


68: Mastering Data Structures and Algorithms: The key to efficient programming

https://codologies.hashnode.dev/mastering-data-structures-and-algorithms-the-key-to-efficient-programming

Hashnode - python (python)

Overview Data structures and algorithms are the building blocks of programming. They are the foundation upon which all software is built, and a thorough understanding of these concepts is crucial for writing efficient programs. Whether you are a begi...


69: Valve pourrait-il venir concurrencer Sony avec un nouveau casque VR '

https://www.realite-virtuelle.com/valve-concurrencer-sony-nouveau-casque-vr/

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

Apparemment, Valve serait en train de développer un nouveau casque de réalité virtuelle. Cela a […] Cet article Valve pourrait-il venir concurrencer Sony avec un nouveau casque VR ' a été publié sur REALITE-VIRTUELLE.COM.


70 / 159

70: Collecting data for Model building

https://rhythmblogs.hashnode.dev/collecting-data-for-model-building

Hashnode - python (python)

In the previous blog, we understood the Machine learning development cycle . There we saw data collection as the first process in the lifecycle. In this blog, we will explore the importance of data collection, the types of data needed for ML model bu...


71: Google adds new return policy structured data support for merchant listing

https://searchengineland.com/google-adds-new-return-policy-structured-data-support-for-merchant-listing-395727

Search engine land (Référencement)

These changes come with the new shipping and return information in the Google search results. The post Google adds new return policy structured data support for merchant listing appeared first on Search Engine Land.


72: How to set up an offline conversion import from Salesforce into Google Ads

https://searchengineland.com/offline-conversion-import-salesforce-google-ads-395716

Search engine land (Référencement)

A step-by-step guide for importing conversions from Salesforce into Google Ads to help you analyze lead quality from paid search campaigns. The post How to set up an offline conversion import from Salesforce into Google Ads appeared first on Search Engine Land.


73: JavaScript Promise chaining

https://arturcarvalho.hashnode.dev/javascript-promise-chaining

Hashnode - javascript (Javascript)

Imagine you want to: Request a user from a server (and wait for the user information). Get the user's friends from the server (and wait for the information). Show the user name and the user friends' names at the same time. This is how you do it ...


74: "Ratatouille" : le discret projet d'Amazon pour augmenter sa cote de popularité en France

https://www.usine-digitale.fr/article/ratatouille-le-discret-projet-d-amazon-pour-augmenter-sa-cote-de-popularite-en-france.N2122091

L'usine-digitale (Informatique)

Frustrées par un relatif désamour des Français, les équipes marketing d'Amazon auraient lancé il y a trois ans un plan marketing pour tenter d'améliorer l'image du groupe dans l'Hexagone. L'opération séduction, jusqu'ici restée secrète, a été dévoilée aux médias par une source interne.


75: Profile Switching Comes to Outlook for Mac

https://www.webpronews.com/profile-switching-comes-to-outlook-for-mac/

WebProNews SEO (Développement)

WebProNews Profile Switching Comes to Outlook for Mac Microsoft has rolled out an update to Outlook for Mac, bringing profile switching to the email and PIM application. Profile Switching Comes to Outlook for Mac Matt Milano


76: Introducing Boost

https://krud.dev/introducing-boost

Hashnode - Kotlin (Mobiles)

What is Boost Boost is a modern tool for managing and monitoring actuator-enabled microservices that aims to make the process more user-friendly and straightforward. One of our main goals with Boost was to create a tool that just works out of the box...


77: Var vs Let vs Const: Which JavaScript Variable Declaration Should You Use'

https://sarthk.hashnode.dev/var-vs-let-vs-const-which-javascript-variable-declaration-should-you-use

Hashnode - javascript (Javascript)

When it comes to declaring variables in JavaScript, there are three keywords you can use: var, let, and const. While they may seem interchangeable at first, each one has its own unique characteristics that can impact how your code behaves. As a JavaS...


78: 3 reasons why you need to embrace journey-centricity by Treasure Data

https://searchengineland.com/reasons-why-you-need-to-embrace-journey-centricity-395556

Search engine land (Référencement)

Transform customer journeys for better CX and results. The post 3 reasons why you need to embrace journey-centricity appeared first on Search Engine Land.


79: How Business Tech Can Help Build an Effective Localized Marketing Campaign

https://www.noupe.com/business-online/how-business-tech-can-help-build-an-effective-localized-marketing-campaign.html

Noupe (conception)

No matter what industry you operate in, you're likely to face significant competition. While competition can be healthy, it can also be a hurdle to getting customers to engage with your unique and positive attributes. A healthy solution, therefore, is creating an effective marketing campaign to help you stand against the competition and stay successful. ... The post How Business T [...]


80 / 159

80: Context, Scope, & Variables and the JavaScript Engine

https://sushrutkm.hashnode.dev/context-scope-variables-and-the-javascript-engine

Hashnode - javascript (Javascript)

JavaScript is one of the most loved and most hated programming languages of the world. Yet, the most versatile and important too! JavaScript is ever-changing and there are thousands of concepts to study and understand. However, there are a few which ...


81: KotlinConf '23 Recap

https://jorgecastro.hashnode.dev/kotlinconf-23-recap

Hashnode - Kotlin (Mobiles)

KotlinConf is JetBrains' main event for developers interested in the Kotlin programming language and related technologies. It includes talks, workshops, and networking opportunities. For '23, the event was held in Amsterdam. KotlinConf lets us see on...


82: Ces Data Centers du futur vont propulser le métavers : tout savoir

https://www.lebigdata.fr/data-centers-metavers

Le Big Data (dataviz)

Les Data Centers à venir révolutionnent le monde numérique en offrant une infrastructure cruciale pour le métavers en pleine croissance. … Cet article Ces Data Centers du futur vont propulser le métavers : tout savoir a été publié sur LEBIGDATA.FR.


83: iOS 17, une version orientée stabilité et performances

https://www.lemondeinformatique.fr/actualites/lire-ios-17-une-version-orientee-stabilite-et-performances-90166.html

Le monde informatique (Internet / Informatique)

Anonymous-A.S, un utilisateur du forum MacRumors qui a récemment publié un certain nombre de fuites intrigantes sur les prochains produits (...)


84: New' Start Here...

https://albexl.hashnode.dev/new-start-here

Hashnode - python (python)

Hello, and welcome to Algorithmically Speaking! Here's an introduction to the blog, so you know what to expect. First, a little about myself. I'm a Computer Scientist who graduated from the University of Havana, working as a consultant software devel...


85: Atos, les incertitudes planent autour de la scission

https://www.lemondeinformatique.fr/actualites/lire-atos-les-incertitudes-planent-autour-de-la-scission-90181.html

Le monde informatique (Internet / Informatique)

Le feuilleton Atos continue après plusieurs articles concernant les doutes sur la scission du groupe attendue en juillet prochain. Pour mémoire, (...)


86: Atos, les incertitudes planent autour de la scission (MAJ)

https://www.lemondeinformatique.fr/actualites/lire-atos-les-incertitudes-planent-autour-de-la-scission-maj-90181.html

Le monde informatique (Internet / Informatique)

Le feuilleton Atos continue après plusieurs articles concernant les doutes sur la scission du groupe attendue en juillet prochain. Pour mémoire, (...)


87: 'Diferencias entre var, let y const

https://devlucas.hashnode.dev/diferencias-entre-var-let-y-const

Hashnode - javascript (Javascript)

Introducción En JavaScript, una de las características que lo hace único es su flexibilidad para definir variables, que son una parte fundamental en la programación. Es importante que sepamos distinguir las diferencias entre estos tipos de variables ...


88: Day 19 of Flutter - Authentication Service

https://tsmakaay.hashnode.dev/day-19-of-flutter-authentication-service

Hashnode - Flutter (Flutter)

In this phase, I worked on creating an auth service for my Firebase authentication since I was previously handling that in the UI source code of my app. So I'll discuss why we use the auth service and explain how it was done as much as I can. Why Aut...


89: Mastering MVVM Architecture in Flutter: Best Practices and Implementation Strategies

https://anuj0612.hashnode.dev/mastering-mvvm-architecture-in-flutter-best-practices-and-implementation-strategies

Hashnode - Flutter (Flutter)

Flutter is a popular mobile app development framework that enables developers to create high-quality, cross-platform apps for iOS and Android platforms. One of the key factors that contribute to the success of any Flutter app is its architecture. In ...


90 / 159

90: React Projects

https://mahi312.hashnode.dev/react-projects

Hashnode - javascript (Javascript)

React is an exclusive library for the development of highly dynamic User interfaces. React projects contain the entire program of the app you are building on react. In a react project, you can find the proper documentation of the interface. Also, the...


91: MQTT Client: The Lightweight Messaging Protocol for IoT and Beyond

https://anuj0612.hashnode.dev/mqtt-client-the-lightweight-messaging-protocol-for-iot-and-beyond

Hashnode - Flutter (Flutter)

MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol designed for efficient communication between devices in IoT (Internet of Things) applications. An MQTT client is a device or software application that uses the MQTT protoc...


92: Flutter Flexible Widgets: Comprehensive Guide to Using Flexible & Expanded Effectively

https://nkshah2.hashnode.dev/flutter-flexible-widgets-comprehensive-guide-to-using-flexible-expanded-effectively

Hashnode - Flutter (Flutter)

Responsiveness is very important when building mobile apps, your UI needs to be able to adapt to different screen sizes without elements looking stretched or out of place. Flutter provides several useful widgets to tackle this issue, in this article,...


93: Le podcast en France : découvrez la cartographie 2023 des principaux acteurs

https://www.blogdumoderateur.com/podcast-france-decouvrez-cartographie-2023-principaux-acteurs/

Blog du Moderateur ()

CosaVostra propose une cartographie interactive pour comprendre l'écosystème du podcast en France.


94: 5 formations pour maîtriser les réseaux informatiques

https://www.blogdumoderateur.com/selection-formation-reseaux-informatiques-148/

Blog du Moderateur ()

Découvrez notre sélection de formations pour tout connaître des services et réseaux informatiques, de leur installation à leur maintenance.


95: QuaDream, l'éditeur du logiciel espion Reign va cesser ses activités

https://www.usine-digitale.fr/article/quadream-l-editeur-du-logiciel-espion-reign-va-cesser-ses-activites.N2121991

L'usine-digitale (Informatique)

La société israélienne QuaDream avait développé un spyware qui a servi à infiltrer les smartphones d'opposants politiques, de journalistes et d'activistes dans une dizaine de pays.


96: Intel et Qorvo produisent des puces multidie pour l'armée américaine

https://www.lemondeinformatique.fr/actualites/lire-intel-et-qorvo-produisent-des-puces-multidie-pour-l-armee-americaine-90180.html

Le monde informatique (Internet / Informatique)

En partenariat avec BAE Systems Inc, Intel a commencé à livrer des prototypes de puces multidie au ministère américain de la (...)


97: Best Practices for Deploying Next.js Applications to Production

https://harbiola.hashnode.dev/best-practices-for-deploying-nextjs-applications-to-production

Hashnode - javascript (Javascript)

Deploying a Next.js application to production can be a complex process that requires careful planning and attention to detail. In this article, we'll explore some of the best practices for deploying Next.js applications to production environments, in...


98: Un matériau à base de dérivés de bois garderait les habitations au froid

https://www.rtflash.fr/materiau-base-derives-bois-garderait-habitations-froid/article

Tregouet.org ()

Une équipe internationale de chimistes et d'ingénieurs a mis au point un nouveau matériau, à base de cellulose, un composant du bois, qui permet de réduire la température à l'intérieur des habitations. La plupart des matériaux se réchauffent lorsqu'ils sont exposés à la lumière directe du soleil du fait de l'absorption de la lumière ultraviolette, infrarouge et visible. L'idée de re [...]


99: Le MIT parvient à créer un jumeau fonctionnel du c'ur d'un patient

https://www.rtflash.fr/mit-parvient-creer-jumeau-fonctionnel-coeur-d-patient/article

Tregouet.org ()

Des chercheurs du MIT a trouvé un moyen d'imprimer en 3D des c'urs fonctionnels. Il ne s'agit pas de les transplanter pour s'en servir de c'urs artificiels, mais plutôt de produire un jumeau imprimé en 3D doté des mêmes caractéristiques que le c'ur du patient. Le c'ur peut ainsi être configuré pour reprendre les défauts de celui du malade. Avec ce procédé, les chercheurs imaginent que l [...]


100 / 159

100: Medusa for Developers: A breakdown

https://nobleokechi.hashnode.dev/medusa-for-developers-a-breakdown

Hashnode - javascript (Javascript)

Introduction Medusa is a collection of commerce tools and modules for developers, which are basically used for building unique e-commerce platforms. It is an open-source commerce engine for digital commerce building blocks. Medusa's building blocks e...


101: Floa en route vers la maturité data

https://www.lemondeinformatique.fr/actualites/lire-floa-en-route-vers-la-maturite-data-90175.html

Le monde informatique (Internet / Informatique)

Basée à Bordeaux, Floa est à la fois une banque en ligne et une fintech, qui propose des services de facilité de paiement (paiement (...)


102: Le MacBook Air 15 pouces attendu très prochainement

https://www.lemondeinformatique.fr/actualites/lire-le-macbook-air-15-pouces-attendu-tres-prochainement-90178.html

Le monde informatique (Internet / Informatique)

En début d'année, la rumeur de la préparation d'un MacBook Air 15 pouces d'Apple avait fait couler beaucoup d'encre, avant de se calmer (...)


103: Les troubles du rythme cardiaque mieux compris

https://www.rtflash.fr/troubles-rythme-cardiaque-mieux-compris/article

Tregouet.org ()

Il y a différents facteurs de risque aux arythmies cardiaques : l'âge (la prévalence augmente en vieillissant), les séquelles d'un infarctus du myocarde, certaines maladies comme le cholestérol affectant les artères coronaires qui apportent l'oxygène aux muscles du c'ur, le stress, un mauvais fonctionnement des valves du c'ur, la consommation excessive de substances excitantes, certaines ma [...]


104: from collections import ...

https://hellosambhavi.com/from-collections-import

Hashnode - python (python)

collections module is one of the favorite and most used packages in python, what do you think' I use a couple of them a lot, and the rest whenever I see an opportunity. There are a lot of good resources on collections if you search on the internet, b...


105: What is JavaScript(JS)'

https://devbytes.hashnode.dev/what-is-javascriptjs

Hashnode - javascript (Javascript)

Javascript is the most popular and essential language for Web development. Not only for Web development but also for app development. Hence Frontend in Web development is incomplete without JS. HTML and CSS both are just a language, not programming l...


106: JavaScript ''''''

https://emmaswy.hashnode.dev/javascript-1

Hashnode - javascript (Javascript)

' '''''' '''''''''JS ''''''''''''' ES6 '''''' Class '''' Overview '' ''''''''''''''' class ''''' ''' ''''''' class '''' instanceOf '' '''''' class class ''''''''''''' constructor ''''''''''' class '''' new '' constructor '' '' // ' // ...


107: Santé Académie mobilise 12 millions d'euros pour accélérer le déploiement de son offre de formation

https://www.usine-digitale.fr/article/sante-academie-mobilise-12-millions-d-euros-pour-accelerer-le-deploiement-de-son-offre-de-formation.N2121976

L'usine-digitale (Informatique)

La start-up lyonnaise Santé Académie lève 12 millions d'euros pour former plus de soignants. Son modèle souple plait aux professionnels libéraux. Santé Académie veut le diffuser auprès des Ehpad, cliniques et hôpitaux.


108: Comment utiliser CapCut : 15 astuces pour réussir vos montages vidéo

https://www.blogdumoderateur.com/capcut-astuces/

Blog du Moderateur ()

Découvrez tout ce qu'il faut savoir pour bien utiliser CapCut, l'application officielle de montage vidéo de TikTok.


109: Le marché des stations de travail n'échappe pas à la décroissance en 2023

https://www.lemondeinformatique.fr/actualites/lire-le-marche-des-stations-de-travail-n-echappe-pas-a-la-decroissance-en-2023-90177.html

Le monde informatique (Internet / Informatique)

Très proches cousins, les marché des PC et des stations de travail connaissent néanmoins des évolutions différentes. (...)


110 / 159

110: Camping Ty Breiz à Kervoyal-Damgan SUITE

http://amisdekervoyal.viabloga.com/news/camping-ty-breiz-a-kervoyal-damgan-suite

Amis de Kervoyal (Divers...)

Rappel:Projet de transformation du caping Ty Breiz en un parc résidentiel de loisirs (PRL) à cession d'emplacements.Permis d'aménager déposé pour instruction à Vannes Aglomération, le 16 décembre 2022 (PA 056 052 22 Y0004).Précédent article publié ici sur le sujet:amisdekervoyal.viabloga.com/news/camping-ty-breiz-a-kervoyal-damganArticle de Ouest France (12/04/2023)Vannes Agglomération [...]


111: "Can You Learn Java for Free with H2K Infosys'"

https://onlinetrainingcourse.hashnode.dev/can-you-learn-java-for-free-with-h2k-infosys

Hashnode - javascript (Javascript)

Are you interested in learning Java but concerned about the cost' Look no further than H2K Infosys! With H2K Infosys, you can learn Java free and take your first steps towards becoming a skilled programmer. H2K Infosys offers a variety of resources f...


112: La métropole européenne de Lille combine services IT et métiers dans un portail unique

https://www.lemondeinformatique.fr/actualites/lire-la-metropole-europeenne-de-lille-combine-services-it-et-metiers-dans-un-portail-unique-90174.html

Le monde informatique (Internet / Informatique)

D'un outil initialement tourné vers la gestion des demandes et tickets IT, la MEL (Métropole européenne de Lille) est progressivement (...)


113: Le taux d'abandon de l'onboarding des clients toujours élevé

https://www.lemondeinformatique.fr/actualites/lire-le-taux-d-abandon-de-l-onboarding-des-clients-toujours-eleve-90176.html

Le monde informatique (Internet / Informatique)

Pour toute entreprise ou organisation, l'onboarding des nouveaux clients représente une étape stratégique. Ainsi, 54% des 1600 répondants (...)


114: La Cisa met à jour son modèle de maturité zero trust

https://www.lemondeinformatique.fr/actualites/lire-la-cisa-met-a-jour-son-modele-de-maturite-zero-trust-90167.html

Le monde informatique (Internet / Informatique)

L'agence américaine de cybersécurité et de sécurité des infrastructures (Cisa) a publié la version 2 de son modèle (...)


115: Create Dynamic URLs with URL Constructor in JavaScript

https://blog.blessingolaleye.xyz/create-dynamic-urls-with-url-constructor-in-javascript

Hashnode - javascript (Javascript)

In web development, one of the essential components of building a frontend web application is constructing URLs dynamically. Creating clean and consistent URLs is crucial for both search engine optimization and user experience. JavaScript provides th...


116: Les nouveaux projets Google : nouveau moteur de recherche, Magi, GIFI, Searchalong'

https://www.abondance.com/20230418-52834-les-nouveaux-projets-google-nouveau-moteur-de-recherche-magi-gifi-searchalong.html

Abondance (Référencement)

Google a compris que Bing était un concurrent à prendre au sérieux. Le géant lance actuellement un grand nombre de projets, dont un nouveau moteur de recherche sous IA, de nouvelles fonctionnalités, un chatbot Chrome ou encore GIFI, un générateur d'images IA. Des idées de génie ' On dirait bien' Un nouveau moteur de recherche […] L'article "Les nouveaux projets Google : nouveau mote [...]


117: Tests MLPerf 3.0 pour le GPU Hopper 100 de Nvidia

https://www.lemondeinformatique.fr/actualites/lire-tests-mlperf-30-pour-le-gpu-hopper-100-de-nvidia-90173.html

Le monde informatique (Internet / Informatique)

Alors que les systèmes d'IA et d'apprentissage machine travaillent avec des ensembles de données de plusieurs milliards d'entrées, (...)


118: Explorable explanation for signal detection theory

https://flowingdata.com/2023/04/18/explorable-explanation-for-signal-detection-theory/

Flowing data (dataviz)

When you have a lot of noisy data, it can be helpful to…Tags: Adam Krawitz, signal detection


119: Web3 : définition, évolution, usages, tout savoir en 2023

https://www.blogdumoderateur.com/web3-definition-evolution-usages-2023/

Blog du Moderateur ()

NFT, metaverse... fin de la hype mais début d'une nouvelle ère ' On fait le point avec Stéphane Truphème, co-auteur du livre "La Vague Web3".


120 / 159

120: Ok Google : comment bien utiliser l'assistant vocal

https://www.blogdumoderateur.com/ok-google-comment-utiliser-assistant-vocal/

Blog du Moderateur ()

Découvrez comment utiliser l'Assistant Google sur différents supports.


121: Police de New-York : des chiens robots en patrouille dans la ville

https://www.lebigdata.fr/chiens-robots-police-new-york

Le Big Data (dataviz)

En geek assumé, le maire de Big Apple s’est toujours rangé du côté de la technologie. Il est fermement convaincu … Cet article Police de New-York : des chiens robots en patrouille dans la ville a été publié sur LEBIGDATA.FR.


122: Python Tutorial: Basic Syntax - How To Work With Python

https://techwithdavid.hashnode.dev/basic-syntax-how-to-work-with-python

Hashnode - python (python)

In my previous article, I wrote extensively on an Introduction to Python programming. The article covered a lot on what you need to know to get started with Python. In today's article, you will learn how codes are formatted in Python. This article wi...


123: Un médicament révolutionnaire agit contre tous les principaux types de cancer primitif des os

https://www.rtflash.fr/medicament-revolutionnaire-agit-contre-tous-principaux-types-cancer-primitif-os/article

Tregouet.org ()

Des chercheurs de l'Université d'East Anglia ont mis au point un nouveau médicament qui agit contre tous les principaux types de cancer primitif des os. Le cancer qui prend naissance dans les os, plutôt que le cancer qui s'est propagé aux os, touche principalement les enfants. Le traitement actuel est exténuant, avec des cocktails de chimiothérapie obsolètes et l'amputation d'un membre. Mal [...]


124: La découverte du rôle des lymphocytes T dans la maladie d'Alzheimer suggère une nouvelle stratégie de traitement

https://www.rtflash.fr/decouverte-role-lymphocytes-t-dans-maladie-d-alzheimer-suggere-nouvelle-strategie-traitement/article

Tregouet.org ()

Une nouvelle étude menée par des chercheurs de la faculté de médecine de l'Université de Washington à Saint-Louis indique que la microglie s'associe à un autre type de cellule immunitaire ' les cellules T ' pour provoquer une neurodégénérescence. en lire plus


125: Comment tester la lisibilité d'une composition graphique avec un modèle d'IA '

https://neocarto.hypotheses.org/18330

Neo Carto (dataviz)

L’analyse d’image par réseaux de neurones Avec les systèmes d’Intelligence Artificielle (‘IA’) du type “réseaux de neurones“, il est aujourd’hui possible de simuler l’importance visuelle des éléments d’une image, c’est-à-dire l’ordre et la durée avec laquelle les différentes parties  de l’image vont être perçu [...]


126: Goossips SEO : nom de marque, publication massive, liens de sites d'actus, perte de position, qualité d'un site

https://www.abondance.com/20230418-52831-goossips-seo-nom-de-marque-publication-massive-liens-de-sites-dactus-perte-de-position-qualite-dun-site.html

Abondance (Référencement)

Quelques infos sur Google (et Bing parfois) et son moteur de recherche, glanées ici et là de façon officieuse ces derniers jours. Au programme, cette semaine : requêtes incluant un nom de marque, impact de la mise en ligne de plusieurs milliers de pages, poids des liens issus de sites d'actualités, disparition sur des mots […] L'article "Goossips SEO : nom de marque, publication massive [...]


127: Une intelligence artificielle à faible consommation d'énergie

https://www.rtflash.fr/intelligence-artificielle-faible-consommation-d-energie/article

Tregouet.org ()

L'intelligence artificielle progresse à grands pas, notamment grâce aux techniques d'apprentissage automatique (deep learning). Mais le principal inconvénient de ces systèmes est leur forte consommation d'énergie, rédhibitoire pour des applications ''embarquées'', que ce soit dans le domaine médical (suivi de patient), ou dans la surveillance de bâtiments et d'installations industrielles [...]


128: Henri Trip lance un logiciel permettant aux sites culturels de créer leur application de visite

https://www.usine-digitale.fr/article/henri-trip-lance-un-logiciel-permettant-aux-sites-culturels-de-creer-leur-application-de-visite.N2121876

L'usine-digitale (Informatique)

La start-up française Henri Trip, qui propose depuis 2020 une plateforme qui répertorie 100 000 sites culturels français, se lance dans le BtoB avec la commercialisation, début mai 2023, d'un logiciel permettant aux prestataires du tourisme de se créer une application mobile pour enrichir leurs visites (audio guide, photos, quizz).


129: Web Scraper | Download Instagram Images using Tag(s)

https://kartikmehta.hashnode.dev/web-scraper

Hashnode - python (python)

Introduction Web scraping has become an important part of data collection and analysis in today's data-driven world. Instagram is one of the most popular social media platforms, and there are many use cases where one may need to scrape Instagram data...


130 / 159

130: Introduction to JavaScript:

https://obianiai.hashnode.dev/introduction-to-javascript

Hashnode - javascript (Javascript)

JavaScript is a high-level programming language that is widely used in web development to create dynamic and interactive web pages. It is an object-oriented language that is often used in conjunction with HTML and CSS to create the user interface of ...


131: La fintech Mooncard lève 37 millions d'euros et s'approche de la rentabilité

https://www.usine-digitale.fr/article/la-fintech-mooncard-leve-37-millions-d-euros-et-s-approche-de-la-rentabilite.N2121236

L'usine-digitale (Informatique)

Mooncard, spécialiste des cartes de paiement pour les dépenses professionnelles, réalise un nouveau tour de table en série C qui doit lui permettre de jeter les bases de sa future croissance.


132: Merge Strings Alternately

https://leeting-lcs.hashnode.dev/merge-strings-alternately

Hashnode - python (python)

Problem Statement:- You are given two strings word1 and word2. Merge the strings by adding letters in alternating order, starting with word1. If a string is longer than the other, append the additional letters onto the end of the merged string. Retur...


133: Breaking the Rules with useImperativeHandle Hook in React

https://waqasblogs.hashnode.dev/breaking-the-rules-with-useimperativehandle-hook-in-react

Hashnode - javascript (Javascript)

Intro: In React, a parent component passes props down to a child component, and if the parent component needs to call a function defined in the child component, it typically must be defined in the parent component and then passed down. However, there...


134: Bitstack lève 2 millions d'euros pour démocratiser l'épargne en bitcoin

https://www.usine-digitale.fr/article/bitstack-leve-2-millions-d-euros-pour-democratiser-l-epargne-en-bitcoin.N2121411

L'usine-digitale (Informatique)

L'application mobile Bitstack réalise une nouvelle levée de fonds de deux millions d'euros pour développer sa solution visant à démocratiser l'épargne et l'utilisation de bitcoins. Elle prévoit de renforcer son équipe et de diversifier son offre.


135: Use Cases, Best Practices and Limitation of useState Hook in React.

https://waqasblogs.hashnode.dev/use-cases-best-practices-and-limitation-of-usestate-hook-in-react

Hashnode - javascript (Javascript)

Intro React is a popular JavaScript library for building user interfaces. One of the key features of React is the ability to manage state using hooks. The useState hook is one of the most commonly used hooks in React. In this blog, we will explore ho...


136: What are the types of primitive data types in JavaScript.'

https://obianiai.hashnode.dev/what-are-the-types-of-primitive-data-types-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, there are six primitive data types: Undefined: represents a variable that has not been assigned a value, or a function that does not return a value. let x; // x is undefined because it has not been assigned a value Null: represents ...


137: Interactive Shell Using Docker Compose

https://mrdevops.hashnode.dev/interactive-shell-using-docker-compose

Hashnode - python (python)

1. Overview In this tutorial, we'll learn how to run multiple Docker containers with an interactive shell. First, we'll run a Docker container using the simple docker run command. Later, we'll run the same Docker container with the docker-compose com...


138: Adding a list of my Hashnode posts to my personal website.

https://blog.marcusj.tech/adding-a-list-of-my-hashnode-posts-to-my-personal-website

Hashnode - python (python)

About meHey reader! My name is Marcus Weinberger, and I'm just getting started with Hashnode. While I'm mainly a Python developer, I work with HTML and such for my frontends. Click here to see more about me! So, my personal website is a bit lame. Ac...


139: Flutter architecture patterns

https://atuoha.hashnode.dev/flutter-architecture-patterns

Hashnode - Flutter (Flutter)

Flutter architecture patterns refer to the different ways in which you can organize the code and data flow in a Flutter app. These patterns help you create maintainable and scalable apps by separating the concerns of the app into distinct layers. Her...


140 / 159

140: Let, Const and Var Variables in Javascript.

https://aryanvishwakarma.hashnode.dev/let-const-and-var-variables-in-javascript

Hashnode - javascript (Javascript)

Well, there are three different ways to declare variables in javascript. Those are namely let , const and var declarations. Let us understand the difference between the three of them and use them in our code! Let Keyword Let keyword is also known as...


141: 11 - JavaScript - Conditional Statements

https://manaskrishnajaiswaltechblogs.hashnode.dev/11-javascript-conditional-statements

Hashnode - javascript (Javascript)

JavaScript conditional statements allow you to execute different code blocks based on whether a particular condition is true or false. This is a fundamental concept in programming as it enables you to create dynamic programs that can adapt to differe...


142: Building a Better Platform: Contractr Progress Report

https://arashjangali.com/building-a-better-platform-contractr-progress-report

Hashnode - javascript (Javascript)

Hello everyone, It's time for another update on my progress with the Contractr project! For those who are new to the project, Contractr is a web application that connects freelancers with potential clients. My goal with this project is to build a pla...


143: iOS 17 Will Finally Support Sideloading Apps

https://www.webpronews.com/ios-17-will-finally-support-sideloading-apps/

WebProNews SEO (Développement)

WebProNews iOS 17 Will Finally Support Sideloading Apps Apple's walled garden is finally opening, with iOS 17 slated to support sideloading apps in compliance with EU regulations. iOS 17 Will Finally Support Sideloading Apps Matt Milano


144: Fast-Forwarding Decision Making

https://theengineeringmanager.substack.com/p/fast-forwarding-decision-making

pointer.io (Développement)

'I'll pitch the takeaway up front, and it's this: hold yourself accountable for making decisions and progressing discussions as quickly as possible, by whatever means necessary. Be restless while a decision hasn't been made. Dead time is your enemy. Be creative about ways of shaving minutes, hours and days from a decision point.' James gives several examples of how to approach this.


145: Web LLM

https://github.com/mlc-ai/web-llm

pointer.io (Développement)

Everything runs inside the browser with no server support.


146: Slack

https://martinfowler.com/bliki/Slack.html

pointer.io (Développement)

'A common approach with timeboxed iterations is to allocate as many user stories as possible to each iteration in order to maximize the utilization of the staff involved. Slack is the policy of deliberately leaving time that isn't allocated for stories, using that time for unplanned work. Although this seems inefficient, it usually yields a significant improvement for the productivity of a team.'


147: Load Balancing

https://samwho.dev/load-balancing/

pointer.io (Développement)

'In this post we're going to focus on the ways that a single load balancer might distribute HTTP requests to a set of servers. We'll start from the bottom and work our way up to modern load balancing algorithms.'


148: Why Engineering Teams Struggle To Scale Their Test Coverage

https://www.qawolf.com/blog/why-engineering-teams-struggle-to-scale-their-test-coverage?utm_campaign=IsFeatureDevelopment04182023&utm_source=pointer&utm_medium=newsletter

pointer.io (Développement)

We talk to a lot of engineering leaders about QA and end-to-end testing. Something we hear all the time is how difficult it's been to scale their automated test coverage beyond a few key workflows. Here are the three obstacles that are faced by companies of all sizes.


149: Time Is Emphasis: Planning Your Calendar As A Leader

https://mollyg.substack.com/p/time-is-emphasis-planning-your-calendar

pointer.io (Développement)

'The study analyzed the calendars of 27 CEOs, coding 60,000 hours. The study found that having explicit priorities and structure for your calendar and evaluating how you spend your time are some of the most important things you can do to end up spending the majority of your time on your strategic priorities.' Molly gives templates and examples.


150 / 159

150: Semantic Search In iMessage, iMessage Wrapped, And AI Conversations

https://blog.jonlu.ca/posts/mimessage

pointer.io (Développement)

'I realized that iMessage just stores its database locally as a sqlite file, so I went about building an alternate UI for searching, and adding in a few features that I thought would be interesting. These include: (1) Semantic Search (2) Wrapped: stats about my life on iMessage (2) AI conversations with friends. And more.


152: A List Of Programming Playgrounds

https://jvns.ca/blog/2023/04/17/a-list-of-programming-playgrounds/

pointer.io (Développement)

'I really like using programming playgrounds, and I got thinking the other day about how I didn't have a great list of playgrounds to refer to.' Julia provides us with a laundry list of playgrounds across multiple categories.


153: Taxonomy

https://github.com/shadcn/taxonomy

pointer.io (Développement)

App using everything new in Next.js 13.


154: Real-time Messaging

https://slack.engineering/real-time-messaging/

pointer.io (Développement)

From the engineering team at Slack, 'we'll describe the architecture that we use to send real-time messages at scale. We'll take a closer look at the services that send the chat messages and various events to these online users in real time.'


155: Protéger son application avec le composant Rate Limiter de Symfony

https://www.mon-code.net/article/172/proteger-son-application-avec-le-composant-rate-limiter-de-symfony

Mon Code (Informatique)

Les attaques sur le web sont légions, mais certaines comme les brutes force ou les énumérations peuvent être facilement bloquées. Il y a plusieurs solutions pour ça, dans cet article je vais vous montrer comment le faire avec l'utilisation du composant Rate Limiter du framework Symfony.


156: Container Query Units and Fluid Typography

https://moderncss.dev/container-query-units-and-fluid-typography/

Modern CSS (CSS)

Fluid typography is the term for designing font-size rules that responsively adapt the size based on the amount of available inline space. Before the availability of container query units, techniques usually relied on the viewport width - vw - unit. The viewport method is excellent for main page type, such as article headlines. However, viewport-based fluid typography doesn't quite work for narrow [...]


157: Create a Static QR Code Generator using Vanilla JavaScript, HTML, and Tailwind CSS

https://blog.patrickskinner.tech/create-a-static-qr-code-generator-using-vanilla-javascript-html-and-tailwind-css

Hashnode - javascript (Javascript)

Github Repo: https://github.com/PSkinnerTech/qrcode-vanilla/Demo: https://qrcode-vanilla.netlify.app/ In this tutorial, we will create a static QR Code Generator application using vanilla JavaScript, HTML, and Tailwind CSS. The application will allow...




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