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

« Juillet 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 27 Juillet 2023 (141)

1: How To Create Reusable HTML Components Using Only JavaScript

https://saje.hashnode.dev/create-reusable-html-components-with-javascript

Hashnode - javascript (Javascript)

With the advent of a plethora of frontend frameworks and libraries, many developers are gradually losing touch with a lot of the amazing features that are baked into JavaScript. While these frameworks and libraries simplify a lot of the development p...


2: WormGPT: A Tool for Security Researchers and Cybercriminals

https://dilemma.hashnode.dev/wormgpt-a-tool-for-security-researchers

Hashnode - javascript (Javascript)

PS:Security Researchers Introduction Generative AI is a rapidly evolving field with the potential to revolutionize many industries. However, this technology also has the potential to be used for malicious purposes. One such example is WormGPT, a tool...


3: Difference Between Module, Script, Package, Library, and Framework

https://datasandbox.hashnode.dev/difference-between-module-script-package-library-and-framework

Hashnode - javascript (Javascript)

There's a lot of terminology out there when it comes to pieces of code. Modules, scripts, packages, libraries, and frameworks are some commonly encountered terms that can be confusing to keep straight. A big reason for all this is the modular program...


4: Top 5 Programming Languages to Learn in 2023

https://cobbcoding.hashnode.dev/top-5-programming-languages-to-learn-in-2023

Hashnode - javascript (Javascript)

There are a plethora of programming languages to choose from, so I picked my top 5 to learn as of 2023. If you're new to programming, don't worry too much about which language you pick to learn first, as it doesn't matter as much as it may seem. And,...


5: Flutter day20

https://shreshtxa.hashnode.dev/flutter-day20

Hashnode - Flutter (Flutter)

Starting a new project( Clima weather app) based on networking, location, and asynchronous dart programming.


6: L'IA réinvente Harry Potter comme Manga : quel perso préférez-vous '

https://www.lebigdata.fr/lia-reinvente-harry-potter-comme-manga

Le Big Data (dataviz)

Voici à quoi ressembleraient les personnages d'Harry Potter si on demandait à l'IA de les imaginer comme des héroïnes de … Cet article L’IA réinvente Harry Potter comme Manga : quel perso préférez-vous ' a été publié sur LEBIGDATA.FR.


7: GA4 audiences can now be used with third-party segments in Ad Manager

https://searchengineland.com/ga4-audiences-third-party-segments-ad-manager-429954

Search engine land (Référencement)

Marketers now have greater insights into their customer base and campaign engagement performance than ever before. The post GA4 audiences can now be used with third-party segments in Ad Manager appeared first on Search Engine Land.


8: Building Beautiful UIs with Flutter: Tips for designing attractive and responsive user interfaces

https://gloryolaifa.hashnode.dev/building-beautiful-uis-with-flutter

Hashnode - Flutter (Flutter)

Flutter is a framework developed by Google that allows developers to make stunning user interfaces (UIs). Flutter's unique approach allows seamless design and functionality integration, making it a top choice for building beautiful UIs across various...


9: How to Build a Simple Weather App Using Vanilla JavaScript

https://evadon.hashnode.dev/how-to-build-a-simple-weather-app-using-vanilla-javascript

Hashnode - javascript (Javascript)

Introduction Knowing the weather in advance can help you plan your trip better and make the most out of your visit. But have you ever imagined being able to check the weather for a city you plan to travel to using a weather app you created yourself' ...


10 / 141

10: ChatGPT joue aux échecs et se met soudain à tricher et insulter l'adversaire

https://www.lebigdata.fr/chatgpt-joue-aux-echecs-et-se-met-a-tricher

Le Big Data (dataviz)

Qu’est-ce qui passerait si ChatGPT joue aux échecs ' Lors de l’événement Open Sauce à San Francisco la semaine dernière, … Cet article ChatGPT joue aux échecs et se met soudain à tricher et insulter l'adversaire a été publié sur LEBIGDATA.FR.


11: The Start of the Path

https://glasshouse23.dev/the-start-of-the-path

Hashnode - javascript (Javascript)

My journey started in January of 2022 when I decided that I wanted to take my interest more seriously and put them into action. I soon enrolled in a local university for a web developers course starting with Python. At first, I was like this is great...


12: Exploring ES6: Modern Javascript Features

https://vidhustyles.dev/exploring-es6-modern-javascript-features

Hashnode - javascript (Javascript)

I am so excited to share with u what I learned in ES6 What is ES6 and why is used in Javascript : ES6 stands for ECMAScript and is the sixth edition of the ECMAScript standard, It introduces new features and significant enhancements to javascript, an...


14: Python Programs For Interview

https://imkanchan.hashnode.dev/python-programs-for-interview

Hashnode - python (python)

Check Armstrong number in Python. my_num = int(input("Enter a number: ")) power_of_my_num = len(str(my_num)) total = 0 i = my_num while i > 0: remainder = i % 10 total += remainder ** power_of_my_num i = i // 10 if total == my_nu...


15: OpenAI renonce à permettre de détecter ChatGPT : c'est juste impossible

https://www.lebigdata.fr/openai-detecteur-chatgpt

Le Big Data (dataviz)

OpenAI vient de retirer son outil permettant de détecter les textes écrits par ChatGPT, faute d'efficacité. Cet aveu d'échec démontre … Cet article OpenAI renonce à permettre de détecter ChatGPT : c'est juste impossible a été publié sur LEBIGDATA.FR.


16: ' Introductory Python Guide for DevOps Engineers.

https://yashraj-jaiswal.hashnode.dev/introductory-python-guide-for-devops-engineers

Hashnode - python (python)

' Introduction: Hey there, readers! After covering various concepts that lay a solid foundation for a DevOps engineer, we will now delve into Python. This programming language is incredibly useful for DevOps engineers, as they often need to write sc...


17: var vs let in Javascript

https://mycodingjourneyy.hashnode.dev/var-vs-let-in-javascript

Hashnode - javascript (Javascript)

Whatis var and let' Both are keywords used for declaring variables. In earlier versions of Javascript, "var" keyword is mostly not used after the introduction of "let" keyword. Function scope and Block scope: Variable declared with "var" keywords are...


18: Demystifying Machine Learning: A Beginner's Guide

https://bhavyakaushik.hashnode.dev/demystifying-machine-learning-a-beginners-guide

Hashnode - python (python)

Welcome to the world of Machine Learning, a revolutionary field of artificial intelligence that has transformed the way computers learn and make decisions. If you've ever wondered how Netflix suggests your next binge-worthy show, how self-driving car...


19: Data Types in Python

https://nikhilbhende.hashnode.dev/data-types-in-python

Hashnode - python (python)

In Python, data types define the kind of information that can be stored and manipulated by a variable. They determine the nature of the data and how it should be treated in a program. Here are some commonly used data types in Python: Numeric Types: ...


20 / 141

20: day13-Python installtion and datatypes

https://gopalgtm.devtool.site/day13-python-installtion-and-datatypes

Hashnode - python (python)

'What is Python' Python is a high-level, interpreted, and general-purpose programming language that was first released in 1991 by Guido van Rossum. It is known for its simplicity, readability, and ease of use, making it an ideal choice for beginners...


21: Variable naming tips to avoid semantic satiation

https://hirokato.hashnode.dev/variable-naming-tips-to-avoid-semantic-satiation

Hashnode - javascript (Javascript)

In Act II, Scene II of Shakespeare's Romeo & Juliet, the star-crossed lovers challenge the crux of the Montague and Capulet feud by asking, 'What is in a name'' I mean, after all, that which we call a rose, by any other name would smell just as sweet...


22: JavaScript Notes

https://piyushb9.hashnode.dev/javascript-notes-1-1-1-1

Hashnode - javascript (Javascript)

Understanding JavaScript Functions Introduction Functions are a fundamental aspect of JavaScript programming, playing a crucial role in promoting modularity, reusability, and maintainability. In this blog post, we will explore different ways of defin...


23: Animated Chart: G7 vs. BRICS by GDP (PPP)

https://www.visualcapitalist.com/cp/animated-chart-g7-vs-brics-by-gdp-ppp/

Visual Capitalist (dataviz)

How fast have the economies of BRICS countries grown' This video highlights the rapid rise of BRICS compared to the G7. The post Animated Chart: G7 vs. BRICS by GDP (PPP) appeared first on Visual Capitalist.


24: Array Operations in JavaScript

https://yashksaini.hashnode.dev/array-operations-in-javascript

Hashnode - javascript (Javascript)

Introduction Arrays are fundamental data structures in JavaScript that allow us to store multiple values in a single variable. JavaScript provides a wide range of array manipulation methods that make working with arrays efficient and convenient. In t...


26: Innovation in Virology: Vaccines and Antivirals

https://www.visualcapitalist.com/sp/innovation-in-virology-vaccines-and-antivirals/

Visual Capitalist (dataviz)

Vaccine development has grown six-fold since 1995. Learn how virology, the study of viruses, is driving innovation in the healthcare industry. The post Innovation in Virology: Vaccines and Antivirals appeared first on Visual Capitalist.


27: WhatsApp Introduces Quick Video Messages

https://www.webpronews.com/whatsapp-introduces-quick-video-messages/

WebProNews SEO (Développement)

WebProNews WhatsApp Introduces Quick Video Messages WhatsApp is making it easier to quickly send a video message, much like users can send a quick voice message. WhatsApp Introduces Quick Video Messages Staff


28: Visualizing my musical journey

https://blog.datawrapper.de/musical-genre-timeline/

Data Wrapper ()

'' Hello, I'm Antonio, a software developer here at Datawrapper. For my first Weekly Chart I...


29: Is product-market fit a myth'

http://blog.logrocket.com/product-management/is-product-market-fit-a-myth/

Log Rocket blog (Web 2)

Product-market fit allows you to provide immediate value to users who are seeking a solution for a problem that they're experiencing. The post Is product-market fit a myth' appeared first on LogRocket Blog.


30 / 141

30: Your Go-to Guide to Master Python Part-2: Advanced Concepts and Object-Oriented Programming

https://sanjay1080.hashnode.dev/your-go-to-guide-to-master-python-part-2-advanced-concepts-and-object-oriented-programming

Hashnode - python (python)

In the previous part of our comprehensive Python guide, we covered the fundamentals of Python, including variables, data types, operators, control flow statements, looping statements, and data structures. If you haven't checked out the previous part,...


31: X (Twitter) slashes video ad prices to lure back advertisers

https://searchengineland.com/x-twitter-videoad-ad-prices-slashed-429929

Search engine land (Référencement)

X also warned advertisers they risk losing their verified status if they fail to hit minimum spending thresholds. The post X (Twitter) slashes video ad prices to lure back advertisers appeared first on Search Engine Land.


32: Microsoft Ads pilots UET Insights dashboard with new traffic data

https://searchengineland.com/microsoft-ads-piloting-uet-insights-dashboard-429943

Search engine land (Référencement)

Auto-enablement of the new Universal Event Tracking Tag feature will be determined by the feedback from marketers during the pilot. The post Microsoft Ads pilots UET Insights dashboard with new traffic data appeared first on Search Engine Land.


33: NextJS MD - Adding 'Latest Posts'

https://nevetsnosdog.hashnode.dev/nextjs-md-adding-latest-posts

Hashnode - javascript (Javascript)

Greetings! In this post we will be building on the site created in the first two articles, and demonstrating the benefit of having re-usable components, to add your latest Posts to your home page. Steps 1 - Get the correct data Open your ./pages/inde...


34: EU Opens Anticompetition Investigation Into Microsoft Teams Bundling

https://www.webpronews.com/eu-opens-anticompetition-investigation-into-microsoft-teams-bundling/

WebProNews SEO (Développement)

WebProNews EU Opens Anticompetition Investigation Into Microsoft Teams Bundling Microsoft has failed to head off a full-fledged EU investigation into Teams, with the bloc announcing it will investigate the company's "anticompetitive practices." EU Opens Anticompetition Investigation Into Microsoft Teams Bundling Matt Milano


35: Quick commerce : Getir quitte encore trois pays européens

https://www.usine-digitale.fr/article/quick-commerce-getir-quitte-encore-trois-pays-europeens.N2157137

L'usine-digitale (Informatique)

La société d'origine turque, spécialisée dans la livraison ultra-rapide, annonce son retrait d'Espagne, d'Italie et du Portugal. En France, elle a fait l'objet d'une liquidation judiciaire.


36: Applying the UX honeycomb for a modern website

http://blog.logrocket.com/ux-design/applying-ux-honeycomb-modern-website/

Log Rocket blog (Web 2)

A strategic way of approaching your website's design is by following the UX honeycomb framework. Here's how you can apply it. The post Applying the UX honeycomb for a modern website appeared first on LogRocket Blog.


37: WhatsApp lance les messages vidéo : comment ça marche

https://www.blogdumoderateur.com/whatsapp-lance-messages-video/

Blog du Moderateur ()

WhatsApp déploie une nouvelle fonctionnalité permettant d'envoyer des messages vidéo instantanés de la même manière qu'un message vocal.


38: JavaScript Framework Showdown: React vs. Angular vs. Vue.js

https://ibrocoded.hashnode.dev/javascript-framework-showdown-react-vs-angular-vs-vuejs

Hashnode - javascript (Javascript)

JavaScript frameworks are essential in the quick-paced world of web development for creating interactive and dynamic web applications. Three well-liked rivals stand out among the plethora of alternatives: React, Angular, and Vue.js. Each framework ha...


39: Google is updating its Shocking Content policy to exclude gameplay imagery

https://searchengineland.com/google-shocking-content-policy-exclude-gameplay-imagery-429935

Search engine land (Référencement)

Google is urging brands to check how this update could impact their site or app once the new rules are implemented next month. The post Google is updating its Shocking Content policy to exclude gameplay imagery appeared first on Search Engine Land.


40 / 141

40: Building a GUI Calculator with Python and Tkinter

https://jadenmaxi.hashnode.dev/building-a-gui-calculator-with-python-and-tkinter

Hashnode - python (python)

In this tutorial, we'll create a graphical user interface (GUI) calculator using Python and the Tkinter library. Tkinter is a built-in Python library for creating GUI applications and provides a wide range of widgets and tools to develop interactive ...


41: Le créateur d'Anssible planche sur un outil d'automatisation en Rust

https://www.lemondeinformatique.fr/actualites/lire-le-createur-d-anssible-planche-sur-un-outil-d-automatisation-en-rust-91126.html

Le monde informatique (Informatique / Internet)

En 2015, Anssible a été racheté par Red Hat (lui-même racheté par IBM en 2018). La société avait été (...)


42: Le créateur d'Ansible planche sur un outil d'automatisation en Rust

https://www.lemondeinformatique.fr/actualites/lire-le-createur-d-ansible-planche-sur-un-outil-d-automatisation-en-rust-91126.html

Le monde informatique (Informatique / Internet)

En 2015, Ansible a été racheté par Red Hat (lui-même racheté par IBM en 2018). La société avait été (...)


43: Pour attirer les annonceurs, Netflix abaisse ses tarifs publicitaires

https://www.usine-digitale.fr/article/pour-attirer-les-annonceurs-netflix-abaisse-ses-tarifs-publicitaires.N2157117

L'usine-digitale (Informatique)

La plateforme américaine de streaming vidéo avait fixé des prix très élevés pour sa nouvelle offre avec publicités. Elle a dû revoir ses ambitions à la baisse après des débuts difficiles.


44: Association, Aggregation, and Composition in OOP

https://kralhex.hashnode.dev/association-aggregation-and-composition-in-oop

Hashnode - python (python)

Introduction Object-Oriented Programming (OOP) is a powerful paradigm that allows developers to model real-world entities and their relationships in software. Three essential concepts in OOP are Association, Aggregation, and Composition. These concep...


45: How To Use Artificial Intelligence And Machine Learning To Summarize Chat Conversations

https://smashingmagazine.com/2023/07/artificial-intelligence-machine-learning-summarize-chat-conversations/

Smashing magazine (CSS / Web 2)

In this article, we'll explore how to build a chat summarizer using the Cohere API and deploy it as a web application using Gradio.[ Cohere](https://cohere.com/) is an AI platform that provides state-of-the-art natural language processing models for a variety of tasks, including summarization. We'll cover the steps involved in training the summarizer using sample chat conversations, interacting wi [...]


46: The JavaScript unescape() Function

https://stackabuse.com/the-javascript-unescape-function/

Stack Abuse (Javascript)

In the vast and dynamic world of JavaScript, various built-in functions help in manipulating, processing, and dealing with data. One of these functions, though a bit less common but still useful, is the unescape() function. This function provides an easy way to decode encoded URI components in your JavaScript code.


47: A Quick guide to Tkinter

https://smavisswag.hashnode.dev/a-quick-guide-to-tkinter

Hashnode - python (python)

Intro tkinter is one of the more popular Python GUI libraries. ' When you start a tkinter project, you get some boilerplate, or starter code. import tkinter as tk window = tk.Tk() window.title("Hello World") # Sets the name of the window in the bo...


48: ' Day 15 of 100DaysOfCode: Embracing Loops in JavaScript and Python '''

https://tejaswasnik.hashnode.dev/day-15-of-100daysofcode-embracing-loops-in-javascript-and-python

Hashnode - javascript (Javascript)

Greetings, fellow coders! Web Development Adventures (JavaScript):Day 15 of my #100DaysOfCode challenge was a day of revisiting and venturing into new territory in JavaScript: ' Revised ArraysRevisiting arrays allowed me to solidify my understanding...


49: Guide to stakeholder mapping (with templates and examples)

http://blog.logrocket.com/product-management/stakeholder-mapping-templates-examples/

Log Rocket blog (Web 2)

Stakeholder mapping is a simple method for understanding your stakeholders' landscape, including their power, interest, and attitude towards your product or initiative. The post Guide to stakeholder mapping (with templates and examples) appeared first on LogRocket Blog.


50 / 141

50: 6 best package managers for Windows and beyond

http://blog.logrocket.com/6-best-package-managers-windows-beyond/

Log Rocket blog (Web 2)

Let's explore the pros and cons of Chocolatey, Winget, and other options for package management in Windows and beyond. The post 6 best package managers for Windows and beyond appeared first on LogRocket Blog.


51: Langchain: The hell is it, anyway'

https://jondidathing.hashnode.dev/langchain-the-hell-is-it-anyway

Hashnode - python (python)

Langchain is a framework for constructing language-powered apps that is available in both Python and JS. We will utilize an API to link these apps to external data sources that can interact with their surroundings. Let's break down each section of ju...


52: Decorator in Python

https://mathdatasimplified.com/2023/07/27/decorator-in-python-2/

Math Data Simplified (data)

If you want to apply a common piece of functionality to multiple functions while keeping the code clean, use a decorator. Decorator modifies the behavior of your Python functions without altering the code directly. In the code above, time_func is a decorator that can be used to track the execution time of any function. The post Decorator in Python appeared first on Data Science Simplified.


53: Unleashing the potential of Google reviews for local SEO

https://searchengineland.com/google-reviews-local-seo-unleash-potential-429883

Search engine land (Référencement)

Find out how to boost your business's credibility and influence local SEO rankings with authentic customer feedback. The post Unleashing the potential of Google reviews for local SEO appeared first on Search Engine Land.


54: Adobe's New 'Generative Expand' Tool Lets Users Extend Images with AI Generated Content

https://www.webdesignerdepot.com/2023/07/adobes-new-generative-expand-tool-lets-users-extend-images-with-ai-generated-content/

Webdesigner depot (Design)

Adobe just released Generative Expand, their latest update to the Firefly AI program. The tool allows users to expand images by generating new content automatically with AI.


55: Stop writing typescript interfaces, automate it

https://blog.nirjalpaudel.com.np/stop-writing-typescript-interfaces-automate-it

Hashnode - javascript (Javascript)

Yeah, the title is kinda misleading. Who would not write typescript interfaces right' I am not saying to stop writing typescript interfaces, but automate it ' What ' How do we automate creating types ' Postman is a api testign tool which can help...


56: OpenAI abandonne son détecteur de texte rédigé par l'IA

https://www.lemondeinformatique.fr/actualites/lire-openai-abandonne-son-detecteur-de-texte-redige-par-l-ia-91125.html

Le monde informatique (Informatique / Internet)

C'est une fin plutôt rapide pour Classifier, l'outil d'IA pour détecter les travaux écrits par l'IA et développé (...)


57: Filter( ) in JavaScript

https://diwakarkashyap.hashnode.dev/filter-in-javascript

Hashnode - javascript (Javascript)

Filter() is a method in JavaScript that can effortlessly provide filtered output data(in the form of array) by processing an array Here's the syntax of the filter() method: let newArray = arr.filter(callback(element[, index[, array]])[, thisArg]) In...


58: The JavaScript escape() Function

https://stackabuse.com/the-javascript-escape-function/

Stack Abuse (Javascript)

Ever come across the JavaScript escape() function and wonder what it's all about' In this article, we'll dive into this lesser-used, but occasionally helpful JavaScript function. The escape() function is not usually in the spotlight when it comes to JavaScript development, but it does come in handy when you need


59: Comment la fièvre de Barbie atteint Rec Room

https://www.realite-virtuelle.com/la-fievre-de-barbie-atteint-rec-room/

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

Votre plateforme sociale de réalité virtuelle favorite, Rec Room, propose maintenant des tenues de Barbie […] Cet article Comment la fièvre de Barbie atteint Rec Room a été publié sur REALITE-VIRTUELLE.COM.


60 / 141

60: Adobe Photoshop : étendez les limites de votre photo grâce à l'IA Firefly

https://www.blogdumoderateur.com/adobe-photoshop-etendez-limites-photo-ia-firefly/

Blog du Moderateur ()

Le développement génératif vous permet, dans Photoshop, d'étendre les limites d'une image à l'aide de l'IA d'Adobe, Firefly.


61: ServiceNow enrichit les fonctions de Now Assist

https://www.lemondeinformatique.fr/actualites/lire-servicenow-enrichit-les-fonctions-de-now-assist-91124.html

Le monde informatique (Informatique / Internet)

Progressivement ServiceNow étoffe son assistant à base d'IA générative, Now Assist. Il dispose maintenant de la capacité (...)


62: Aux Etats-Unis, des sénateurs veulent créer une agence fédérale pour réguler les Big Tech

https://www.usine-digitale.fr/article/aux-etats-unis-des-senateurs-veulent-creer-une-agence-federale-pour-reguler-les-big-tech.N2157042

L'usine-digitale (Informatique)

Deux sénateurs américains souhaitent bâtir la Digital Consumer Protection Commission, une agence fédérale qui puisse veiller sur les géants de la tech et traiter d'affaires d'antitrust et de protection des données personnelles.


63: Best heatmap libraries for React (with demos)

http://blog.logrocket.com/best-heatmap-libraries-react/

Log Rocket blog (Web 2)

We explore three top choices for creating heatmap components for your React apps, along with demos for each option. The post Best heatmap libraries for React (with demos) appeared first on LogRocket Blog.


64: How to use ChatGPT for your product management job search

http://blog.logrocket.com/product-management/how-to-use-chatgpt-product-management-job-search/

Log Rocket blog (Web 2)

If you prompt ChatGPT correctly, you can use it in great ways and boost your chances as an applicant. The post How to use ChatGPT for your product management job search appeared first on LogRocket Blog.


65: JavaScript vs. TypeScript: Unveiling the Differences and Benefits

https://blog.idurarapp.com/javascript-vs-typescript-unveiling-the-differences-and-benefits

Hashnode - javascript (Javascript)

Introduction: In the realm of web development, JavaScript has reigned as the de facto programming language for creating interactive and dynamic web applications. However, as web projects have grown in complexity and scale, the need for stronger type-...


66: 5 leadership traps new SEO team managers should avoid

https://searchengineland.com/seo-leadership-traps-managers-avoid-429878

Search engine land (Référencement)

Shifting from SEO specialist to manager' Learn the keys to effective leadership, navigating common traps, and fostering a thriving SEO team. The post 5 leadership traps new SEO team managers should avoid appeared first on Search Engine Land.


67: Ignite Customer Loyalty: Empower Your Business with CX Brilliance

https://www.noupe.com/business-online/ignite-customer-loyalty.html

Noupe (conception)

In today’s hyper-competitive market, establishing and maintaining a loyal customer base is the lifeline for any business seeking sustained growth and success. Achieving customer loyalty is no simple task, but with the right strategies and tools, it becomes an attainable goal. One such powerful tool is none other than customer experience (CX) brilliance.  In this... The post [...]


68: AWS étoffe son offre d'IA générative dans Bedrock et Quicksight

https://www.lemondeinformatique.fr/actualites/lire-aws-etoffe-son-offre-d-ia-generative-dans-bedrock-et-quicksight-91123.html

Le monde informatique (Informatique / Internet)

Pendant que Microsoft et Google multiplient les annonces autour de l'IA générative, AWS avance prudemment dans ce domaine. Toutefois, (...)


69: Generate an image grid using Python

https://neeldev96.hashnode.dev/generate-an-image-grid-using-python

Hashnode - python (python)

I have been working with some image processing stuff recently and I am surprised to see that the Python ecosystem has a plethora of libraries available to solve every image processing use case In my previous post, I covered how to convert a PDF docum...


70 / 141

70: Bruxelles ouvre une procédure antitrust contre Microsoft Teams

https://www.usine-digitale.fr/article/bruxelles-ouvre-une-procedure-antitrust-contre-microsoft-teams.N2157037

L'usine-digitale (Informatique)

Après l'échec des négociations avec le géant américain, la Commission européenne va enquêter sur la politique commerciale autour de la plateforme de collaboration Teams.


71: How to Transform Dart Streams: A Basic Guide to Stream Operators

https://canopas.hashnode.dev/how-to-transform-dart-streams-a-basic-guide-to-stream-operators

Hashnode - Flutter (Flutter)

According to the Flutter documentation, streams provide an essential feature for handling asynchronous sequences of data. It provides a way to handle and process a continuous flow of data, where each event can be asynchronously received and processed...


72: Setting up Java, Python and Spark dev environment on Ubuntu

https://swaroopshankar.hashnode.dev/setting-up-java-python-and-spark-dev-environment-on-ubuntu

Hashnode - python (python)

Introduction This is a step-by-step guide to setting up the development environment for Java, python and installing various other software for Ubuntu 22.04.1 LTS. Objective: We need to set up and install the following:1. Visual Studio Code2. Docker D...


73: Basics of Python: Day 13

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

Hashnode - python (python)

What is Python' ' Python is a versatile and popular programming language that is widely used for various applications and domains. ' Versatile: Python is a versatile language suitable for diverse tasks, from web development to scientific computing...


74: Google Ads broad match: What the data reveals for PPC marketers

https://searchengineland.com/google-ads-broad-match-data-ppc-marketers-429885

Search engine land (Référencement)

Embrace the potential of broad match while avoiding common pitfalls. Here's how to use it wisely to reach a wider audience. The post Google Ads broad match: What the data reveals for PPC marketers appeared first on Search Engine Land.


75: Elon Musk Replaces the 'X' Logo Again - and then Reverses the Change

https://www.webdesignerdepot.com/2023/07/elon-musk-replaces-the-x-logo-again-and-then-reverses-the-change/

Webdesigner depot (Design)

Elon Musk replaced Twitter's iconic blue bird logo with an 'X' logo last week. On Tuesday, he altered it again, replacing the icon with a variant that has slightly thicker lines. He then stated he intends to reverse the change.


76: Angular Unraveled: A Swift Guide to Rapid Understanding

https://mohamedhedi.hashnode.dev/angular-unraveled-a-swift-guide-to-rapid-understanding

Hashnode - javascript (Javascript)

Angular is a client-side JavaScript framework that allows you to build applications of type 'Single Page Application' (SPA). It is indeed based on the concept of the MVC architecture (Model View Controller) or more accurately, the MVVM architecture (...


77: L'expérience d'anatomie humaine la plus immersive sur le marché est sur le PSVR 2 !

https://www.realite-virtuelle.com/human-anatomy-vr-psvr-2/

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

Vous vous intéressés au corps humain ' L'application « Human Anatomy » vous intéressera certainement. Il s'agit d'un […] Cet article L’expérience d’anatomie humaine la plus immersive sur le marché est sur le PSVR 2 ! a été publié sur REALITE-VIRTUELLE.COM.


78: La réalité virtuelle fait son entrée chez Hockerty

https://www.realite-virtuelle.com/realite-virtuelle-entre-chez-hockerty/

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

2023-07-10, Zurich – Hockerty, le leader des vêtements sur mesure, annonce une avancée révolutionnaire dans […] Cet article La réalité virtuelle fait son entrée chez Hockerty a été publié sur REALITE-VIRTUELLE.COM.


79: Ways to Increase Data Security in Your Business

https://www.noupe.com/business-online/ways-to-increase-data-security-in-your-business.html

Noupe (conception)

In the digital age, data is the lifeblood of any business operation. It drives decision-making, fuels customer engagement, and supports daily operations. Therefore, the importance of data security cannot be overstated. Businesses, big and small, need to ensure their data is secure, protecting it from any forms of unauthorized access, breaches, or theft. Effective data... The post Ways [...]


80 / 141

80: Une compilation des bonnes pratiques avec Node.js

https://github.com/goldbergyoni/nodebestpractices

Humancoders ()

Un super repo qui résume plusieurs guides de bonnes pratiques sur Node.js : utilisation de composants, composants, structure du projet, gestion des erreurs, déploiement et gestion de la prod, etc. Commentaires L'article Une compilation des bonnes pratiques avec Node.js a été posté dans la catégorie Node.js de Human Coders News


81: Mastering JavaScript for Next Interview

https://keshavkr.hashnode.dev/mastering-javascript-for-next-interview

Hashnode - javascript (Javascript)

Introduction: Are you preparing for a JavaScript interview and feeling overwhelmed by the vastness of the subject' Fear not! In this blog, we'll cover the essential topics you need to ace your JavaScript interview. From the basics to advanced concept...


82: Grid Flow Animation

https://tympanus.net/codrops/2023/07/27/grid-flow-animation/

Codrops (Internet / Design)

A loading and navigation animation where thumbnails "flow" into a grid.


83: Overture Maps Foundation publie ses premières données de cartographie

https://www.lemondeinformatique.fr/actualites/lire-overture-maps-foundation-publie-ses-premieres-donnees-de-cartographie-91122.html

Le monde informatique (Informatique / Internet)

En décembre dernier, la Fondation Linux s'est associée à Amazon Web Services (AWS), Meta, Microsoft et la société de (...)


84: Exploring Flutter Widgets: Containers and Text

https://raman04.hashnode.dev/exploring-flutter-widgets-containers-and-text

Hashnode - Flutter (Flutter)

Introduction Flutter, Google's open-source UI software development kit, has revolutionized the way developers create cross-platform mobile applications. With its rich set of pre-built widgets, Flutter simplifies the process of building beautiful and ...


85: JS Short Circuiting to Shorten your Code

https://frenchmike.hashnode.dev/js-short-circuiting-to-shorten-your-code-1

Hashnode - javascript (Javascript)

Part 2 (logical AND) In JavaScript, we can utilize short-circuiting using || (logical OR) or the && (logical AND) operators. This article focuses on the logical AND (&&) operator and provides examples. Logical AND && Examples Try to guess and test th...


86: Avec la Network Resilience Coalition, les géants des réseaux s'unissent contre les cyber-risques

https://www.lemondeinformatique.fr/actualites/lire-avec-la-network-resilience-coalition-les-geants-des-reseaux-s-unissent-contre-les-cyber-risques-91121.html

Le monde informatique (Informatique / Internet)

À travers la Network Resilience Coalition, les piliers de l'industrie des réseaux veulent aider les entreprises, les fournisseurs de services (...)


87: Essential Object Responsiveness

https://bigsmile4pf.hashnode.dev/essential-object-responsiveness

Hashnode - python (python)

Responsive objects in UX design refer to design elements or components that adapt and respond within a responsive design framework. A responsive design aims to create a seamless user experience across different devices and screen sizes, such as deskt...


88: L'appli ChatGPT enfin dispo sur Android : quel avantage par rapport au site web '

https://www.lebigdata.fr/chatgpt-sur-android

Le Big Data (dataviz)

Récemment, OpenAI a lancé la très attendue application ChatGPT sur Android. Elle offre aux utilisateurs une expérience unique en matière … Cet article L’appli ChatGPT enfin dispo sur Android : quel avantage par rapport au site web ' a été publié sur LEBIGDATA.FR.


89: Twitter : quelle est l'origine du logo X, son utilisation est-elle légale '

https://www.blogdumoderateur.com/logo-x-twitter-origine-utilisation-legale/

Blog du Moderateur ()

Twitter, rebaptisé X, a perdu son oiseau bleu pour un nouveau logo. Mais quelle est son origine ' Une simple police à 35 $, un caractère Unicode... '


90 / 141

90: How to Use Python to Create a Chatbot: A Tutorial on How to Use Python, NLTK, and Flask to Build a Simple and Interactive Chatbot

https://matinmollapur.hashnode.dev/how-to-use-python-to-create-a-chatbot-a-tutorial-on-how-to-use-python-nltk-and-flask-to-build-a-simple-and-interactive-chatbot

Hashnode - python (python)

Here is a draft article based on your topic: How to Use Python to Create a Chatbot: A Tutorial on How to Use Python, NLTK, and Flask to Build a Simple and Interactive Chatbot Chatbots are software programs that can simulate a conversation with a huma...


91: How to Install Strapi Project with MySql Database and Start the Project using PM2.

https://learningwithkelvin.hashnode.dev/how-to-install-strapi-project-with-mysql-database-and-start-the-project-using-pm2

Hashnode - Flutter (Flutter)

If you are a Frontend Developer who usually consumes APIs to connect the UI created with data from a database to make the application more dynamic, you often have to wait for the Backend developer to finish building the API. Meanwhile, for a beginner...


92: Boosté par un rebond publicitaire, Meta annonce des résultats trimestriels encourageants

https://www.usine-digitale.fr/editorial/booste-par-un-rebond-publicitaire-meta-annonce-des-resultats-trimestriels-encourageants.N2156982

L'usine-digitale (Informatique)

Après une baisse historique de son chiffre d'affaires en 2022, le groupe dirigé par Mark Zuckerberg semble reprendre du poil de la bête. Boosté par des revenus publicitaires en hausse et de multiples projets en matière d'intelligence artificielle, Meta veut construire une feuille de route ambitieuse.


93: [Vidéo] Conversation avec Jean-Paul Mazoyer, président du GIE Cartes Bancaires

https://www.usine-digitale.fr/article/video-conversation-avec-jean-paul-mazoyer-president-du-gie-cartes-bancaires.N2156967

L'usine-digitale (Informatique)

Jean-Paul Mazoyer, président du groupement d'intérêt économique Cartes Bancaires, est l'invité de "Conversation avec", un format d'entretien vidéo réalisé en partenariat avec Digiworld Institute. Il revient pour nous sur l'évolution des systèmes de paiement en France et à l'international, de la particularité du système souverain français aux innovations technologiques (wallets, intel [...]


94: Netflix propose un salaire de 900 000 $ pour ce job IA : découvrez l'offre d'emploi

https://www.lebigdata.fr/netflix-ia-offre-demploi

Le Big Data (dataviz)

L’intelligence artificielle est maintenant presque partout dans les divertissements et de nombreuses entreprises. Face à cette réalité, Netflix est prêt … Cet article Netflix propose un salaire de 900 000 $ pour ce job IA : découvrez l’offre d’emploi a été publié sur LEBIGDATA.FR.


95: Beginner Roadmap for Becoming a Python '

https://bindu.hashnode.dev/beginner-roadmap-for-becoming-a-python

Hashnode - python (python)

'' Beginner Roadmap for Becoming a Python '''' Welcome to the exciting world of Python programming! ' Whether you are new to coding or have some experience in other languages, Python is an excellent choice for its simplicity and versatility. He...


96: IA responsable : OpenAI, Microsoft et Google lancent le Frontier Model Forum

https://www.blogdumoderateur.com/ia-responsable-openai-microsoft-google-lancent-frontier-model-forum/

Blog du Moderateur ()

Le nouveau groupe d'intérêt aura pour objectif de développer la création d'une IA d'avant-garde et d'identifier les pratiques vertueuses.


97: Facturation électronique : les petites entreprises sont loin d'être prêtes

https://www.usine-digitale.fr/article/facturation-electronique-les-petites-entreprises-sont-loin-d-etre-pretes.N2156972

L'usine-digitale (Informatique)

Selon un sondage Ipsos réalisé pour Sopra Steria Next et Kolecto, un tiers des entreprises estiment qu'elles ne seront pas en mesure d'appliquer la réforme dans un an.


98: Facebook passe le cap des 3 milliards d'utilisateurs actifs dans le monde

https://www.blogdumoderateur.com/facebook-cap-3-milliards-utilisateurs/

Blog du Moderateur ()

En plus d'avoir franchi un cap historique, Meta constate également une hausse de l'activité quotidienne sur son application.


99: How variables really work'

https://prabhavsharmaa.hashnode.dev/how-variables-really-work

Hashnode - javascript (Javascript)

We all use variables every day, it's one of the most fundamental parts of any programming language, without it we'd only be able to create very simple programs. However, do we fully understand how they're understood and used by the engine, particular...


100 / 141

100: Waymo met en pause le développement d'un poid lourd autonome

https://www.usine-digitale.fr/article/waymo-met-en-pause-le-developpement-d-un-poid-lourd-autonome.N2156952

L'usine-digitale (Informatique)

Le filiale d'Alphabet explique vouloir concentrer ses efforts sur les robots-taxis, alors que le développement de camions sans conducteur n'a pas été aussi rapide qu'espéré.


101: Waymo met en pause le développement d'un poids lourd autonome

https://www.usine-digitale.fr/article/waymo-met-en-pause-le-developpement-d-un-poids-lourd-autonome.N2156952

L'usine-digitale (Informatique)

Le filiale d'Alphabet explique vouloir concentrer ses efforts sur les robots-taxis, alors que le développement de camions sans conducteur n'a pas été aussi rapide qu'espéré.


102: Protéger l'identité des clients, un équilibre entre sécurité et expérience

https://www.lemondeinformatique.fr/actualites/lire-proteger-l-identite-des-clients-un-equilibre-entre-securite-et-experience-91119.html

Le monde informatique (Informatique / Internet)

La lutte contre les usurpations d'identités des clients, l'un des principaux moyens utilisés par les fraudeurs, figure parmi les priorités (...)


103: Le colonel Nicolas Pierson dirige le Groupement de cyberdéfense des Armées

https://www.lemondeinformatique.fr/actualites/lire-le-colonel-nicolas-pierson-dirige-le-groupement-de-cyberdefense-des-armees-91118.html

Le monde informatique (Informatique / Internet)

Lors d'une cérémonie de passation de commandement qui s'est tenue le 18 juillet 2023, le colonel Nicolas Pierson a pris la suite du colonel (...)


104: Des baies all-flash Lenovo pour les traitements IA

https://www.lemondeinformatique.fr/actualites/lire-des-baies-all-flash-lenovo-pour-les-traitements-ia-91115.html

Le monde informatique (Informatique / Internet)

 L'IA n'est rien si elle ne peut traiter de gros volumes de données, d'où la nécessité d'un stockage à grande vitesse (...)


105: Choisir la bonne batterie pour votre système solaire

https://www.lebigdata.fr/choisir-la-bonne-batterie-pour-votre-systeme-solaire

Le Big Data (dataviz)

L’énergie solaire est une source d’énergie gratuite et durable qui a le vent en poupe. Vous avez peut-être déjà installé … Cet article Choisir la bonne batterie pour votre système solaire a été publié sur LEBIGDATA.FR.


106: 5G, Open RAN : Ericsson et Intel annoncent un partenariat stratégique

https://www.usine-digitale.fr/article/5g-ericsson-et-intel-annoncent-un-partenariat-strategique.N2156902

L'usine-digitale (Informatique)

Les équipementiers télécoms comme Ericsson se rapprochent des fabricants de semi-conducteurs dans le cadre du développement des infrastructures Open RAN.


107: Amazon licencie à nouveau dans ses supermarchés

https://www.usine-digitale.fr/article/amazon-licencie-a-nouveau-dans-ses-supermarches.N2156897

L'usine-digitale (Informatique)

Le géant du commerce en ligne a supprimé des centaines d'employés au sein de sa chaîne de supermarchés Fresh, symbole de ses difficultés à percer sur le marché des courses du quotidien.


108: Racing amateurs against Tour de France cyclists

https://flowingdata.com/2023/07/27/racing-amateurs-against-tour-de-france-cyclists/

Flowing data (dataviz)

It takes strength and dedication to race in the Tour de France. It’s…Tags: cycling, speed, Strava, Tour de France, Upshot


109: Mastering Object Mapping in JavaScript: Unleashing the Power of Array-Based Approach

https://brokenprogrammer.hashnode.dev/mastering-object-mapping-in-javascript-unleashing-the-power-of-array-based-approach

Hashnode - javascript (Javascript)

In the world of JavaScript development, data manipulation is a fundamental aspect of building powerful applications. Object mapping, a technique that transforms and restructures data from one object shape to another, plays a crucial role in this proc...


110 / 141

110: GMAO : définition, fonctionnalités et avantages pour votre entreprise

https://www.blogdumoderateur.com/gmao-definition-fonctionnalites-avantages-entreprise/

Blog du Moderateur ()

Les outils de GMAO permettent de fluidifier l'organisation des opérations de maintenance, afin de réduire les coûts ou augmenter la durée de vie de l'équipement.


111: Top 5 Popular Frameworks for Development

https://yssr.hashnode.dev/top-5-popular-frameworks-for-development

Hashnode - javascript (Javascript)

Hello Everyone! Welcome to my blog! I am thrilled to have you here and I hope that you will find the content both informative and engaging, Thank you for taking the time to visit my blog, I look forward to sharing my knowledge and passion with you, S...


112: Boosting React with Redux: Converting Context to Simplify State

https://shivankjshacker.hashnode.dev/boosting-react-with-redux-converting-context-to-simplify-state

Hashnode - javascript (Javascript)

In my previous article, I mentioned the potential upsides of using the Redux library in your React.js apps. I also explained the key concepts for beginners, including stores and a unified reducer for state management. In this article, I'll be explain...


113: Axa déploie sa plateforme d'IA générative en interne, basée sur les outils d'OpenAI

https://www.usine-digitale.fr/article/axa-deploie-sa-plateforme-d-ia-generative-en-interne-basee-sur-les-outils-d-openai.N2156557

L'usine-digitale (Informatique)

Le groupe Axa a créé en collaboration avec Microsoft une solution dédiée à ses collaborateurs, afin de leur donner des outils d'aide à la production d'images, de textes et de code.


114: Sending Emails from Command Line using EmailIt

https://blog.customct.com/sending-emails-from-command-line-using-emailit

Hashnode - javascript (Javascript)

I just recently released an update to the EmailIt that includes many great new features: A TUI application for sending emails from the command line The body text of all emails are processed through the builtin Handlebars parser to expand macros. R...


115: Object-Oriented Programming in Python

https://blog.learnhub.africa//object-oriented-programming-in-python

Hashnode - python (python)

Object-Oriented Programming (OOP) is a programming paradigm that revolves around the concept of "objects." These objects are instances of classes, which act as blueprints or templates defining the structure and behavior of the objects. Python, being ...


116: Basics of JavaScript Functions

https://tenacious.hashnode.dev/basics-of-javascript-functions

Hashnode - javascript (Javascript)

Welcome to the world of JavaScript functions, where the "Don't Repeat Yourself" (DRY) principle is essential. In this article, we will discuss the importance of functions in JavaScript programming and how they enable developers to create efficient, r...


117: Fundamentals of PyTorch

https://sohamthirty.hashnode.dev/fundamentals-of-pytorch

Hashnode - python (python)

What is PyTorch' PyTorch is an open-source machine-learning framework that provides tensor computation with seamless GPU acceleration, taking advantage of parallel processing and deep neural networks with a tape-based autograd system, allowing for fl...


118: The Elegance of Kotlin Sealed Classes vs the Sophistication of Enums: A Delicate Balance

https://manoj-pedvi.hashnode.dev/the-elegance-of-kotlin-sealed-classes-vs-the-sophistication-of-enums-a-delicate-balance

Hashnode - Kotlin (Mobiles)

Introduction In the realm of Kotlin, a kingdom of powerful constructs awaits developers, ready to be harnessed for diverse scenarios. Among these regal constructs are sealed classes and enums, adorned with their own unique characteristics and purpose...


119: this in JavaScript

https://indracit.hashnode.dev/this-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the this keyword refers to the context in which a function is executed. Its value is determined by how a function is called, and it can vary depending on the invocation method. The this keyword allows you to access properties and metho...


120 / 141

120: How To Create Visualisations Using Matplotlib

https://abdulhakeemola.hashnode.dev/how-to-create-visualisations-using-matplotlib

Hashnode - python (python)

Data visualisation is a very important process in the Data Analysis circle because it helps to present findings in the data and tell the story behind the data. Data visualisation is important because it helps in the presentation of findings and solut...


121: The Ultimate Guide to fit, transform, and fit_transform in Scikit-learn

https://abhinav700.hashnode.dev/the-ultimate-guide-to-fit-transform-and-fittransform-in-scikit-learn

Hashnode - python (python)

In machine learning, it's important to understand the difference between the fit, transform, and fit_transform methods in Scikit-learn. These methods are used to transform data in different ways, and each one has its specific purpose. In this blog po...


122: Deploying AWS Lambda behind Application Load Balancer (ALB)

https://nebulablogs.com/deploying-aws-lambda-behind-application-load-balancer-alb

Hashnode - python (python)

Recently, I was working on a project that involved the use of AWS Lambda functions with an Application Load Balancer (ALB) trigger. This is a great way to quickly create a scalable API with high availability. I followed the tutorial (AWS Developer As...


123: Day13 of 90daysofdevops | Basics of Python

https://devrahul.hashnode.dev/day13-of-90daysofdevops-basics-of-python

Hashnode - python (python)

Python importance and usage: Simplicity and Readability: Python is renowned for its easy-to-understand syntax, making it an ideal language for beginners and experienced developers alike. The code is more readable, reducing the chances of errors and ...


124: From Frameworks to Fundamentals: A Beginner's Guide to Becoming a Programmer

https://evans-elabo.hashnode.dev/from-frameworks-to-fundamentals-a-beginners-guide-to-becoming-a-programmer

Hashnode - javascript (Javascript)

Quoting the post above made by Kati Frantz on #twitter. I would also like to share my little knowledge concerning learning the fundamentals of a programming language before moving on to its Frameworks. Introduction: The field of software engineering ...


125: Why Should I Write About Mojo Programming Language'

https://heerthiraja.hashnode.dev/why-should-i-write-about-mojo-programming-language

Hashnode - python (python)

Hey, how is your progress going on' Thank you for your support! I think You are doing well now. this is article #4 of my newsletter. In the previous one, I talked about "10 ways AI going to change the business" clearly. If you missed it don't worry. ...


126: First-time coding - Coffee Collection application

https://traminhq.hashnode.dev/first-time-coding-coffee-collection-application-1

Hashnode - javascript (Javascript)

My name is Minh Tran, and I am an FC Associate at the Amazon warehouse. I am also an immigrant, so I did not have any plans for my future until I found out about the Amazon career choice program. Amazon career choice is a great program because it hel...


127: Métodos de bucle para arreglos en JavaScript: forEach(), map(), filter() y reduce()

https://blog.devandmus.com/metodos-de-bucle-para-arreglos-en-javascript-foreach-map-filter-y-reduce

Hashnode - javascript (Javascript)

En JavaScript, existen varios métodos de bucle para iterar sobre los elementos de un arreglo y realizar diferentes operaciones en ellos. A continuación, se presentan los métodos más comunes: forEach(), map(), filter() y reduce(). forEach() El método ...


128: Understanding Variables: A Guide For Beginners

https://damilolaawopegba.hashnode.dev/understanding-variables-a-guide-for-beginners

Hashnode - javascript (Javascript)

Welcome to my blog, where passion meets information, and learning becomes an enjoyable journey. If you're new to the world of tech and consider yourself an "Omode Techie," JavaScript might seem a bit overwhelming at first. But fear not! In this post,...


129: Data Visualization with Python for Machine Learning: Gaining Insights with Matplotlib and Seaborn

https://jaynwabueze.hashnode.dev/data-visualization-with-python-for-machine-learning-gaining-insights-with-matplotlib-and-seaborn

Hashnode - python (python)

Data visualization is a crucial step in any machine learning project. Before building complex models, understanding and exploring the dataset using visualizations is essential. In this article, we will explore various data visualization techniques us...


130 / 141

130: Name mangling

https://javascriptweekly.com/issues/649

javascriptweekly (Javascript)

#'649 ' July 27, 2023 Read on the Web JavaScript Weekly Hono + Htmx + Cloudflare: A New Stack' ' A lot of people seem to be jumping on htmx lately as an alternative to the complexity of frameworks like React, but what if you want to keep using JSX' Hono is a (vaguely Express-like) Web framework targeting edge function use cases and includes middleware for rendering JSX. Yusuk [...]


131: Which Countries Are Most Reliant on Coal'

https://www.visualcapitalist.com/which-countries-are-most-reliant-on-coal/

Visual Capitalist (dataviz)

Global consumption of coal surpassed 8 billion tonnes per year for the first time in 2022. Here are the countries using the most coal. The post Which Countries Are Most Reliant on Coal' appeared first on Visual Capitalist.


132: JavaScript Event Listeners

https://listerfelt.hashnode.dev/javascript-event-listeners

Hashnode - javascript (Javascript)

In this post, we will focus on the three event listeners used in my Board Game Menu app: click, change and submit. Click Event There are two 'click' events in the following gif. "I played this!" button Increases the number of times played by one. ...


133: Deploy your full stack MERN project for FREE!!!!

https://moulay.hashnode.dev/deploy-your-full-stack-mern-project-for-free

Hashnode - javascript (Javascript)

Hi guys, so this is my third article in Hashnode, and I am excited to share with you my modest knowledge about deploying the MERN project. 1- deploy the backend project So to deploy your backend project, there are multiple options the one I use perso...


134: Getting Started with Laravel, Vue.js and Inertia

https://blog.favourmax-oti.com/getting-started-with-laravel-vuejs-and-inertia

Hashnode - vuejs (Javascript)

What is Inertia.js' It is a package that enables you to build single-page applications without building an API. It allows you to build a monolith that behaves like a SPA! It simply connects a server-side framework to a client-side framework. You get ...


135: Apple May Bring macOS Game Mode to iOS

https://www.webpronews.com/apple-may-bring-macos-game-mode-to-ios/

WebProNews SEO (Développement)

WebProNews Apple May Bring macOS Game Mode to iOS Apple's iOS may be getting a major upgrade in the gaming department, with reports the company is trying to bring Game Mode to the mobile platform. Apple May Bring macOS Game Mode to iOS Matt Milano




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