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

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


Vendredi 1 Septembre 2023 (138)

1: Understanding React Portals:

https://akanimorex.hashnode.dev/understanding-react-portals-clm14nouc000109l238kga3jr

Hashnode - javascript (Javascript)

In the world of modern web development, React has established itself as one of the most popular and powerful libraries for building dynamic and interactive user interfaces. While React provides an elegant way to manage and manipulate the UI, there ar...


2: Where Do International Students in the U.S. Come From'

https://www.visualcapitalist.com/cp/international-students-in-the-u-s-come-from/

Visual Capitalist (dataviz)

Nearly one million international students are enrolled at U.S. colleges and universities. Where do they all come from' The post Where Do International Students in the U.S. Come From' appeared first on Visual Capitalist.


3: Splice || Slice ' which is which...

https://imbanga.hashnode.dev/splice-slice-which-is-which

Hashnode - javascript (Javascript)

Today I will try and break down the differences between splice and slice methods to all javascript fans out there. let's dive straight in shall we...' .splice() The splice method mutates the original array by adding, removing or replacing elements at...


4: What is DOM' Part-6

https://priyasarpate.hashnode.dev/what-is-dom-part-6

Hashnode - javascript (Javascript)

In this article, we will discuss Document Object Model(DOM) along with its properties and methods used to manipulate Documents, & understand their implementation through the examples. The Document Object Model (DOM) is a programming interface for HTM...


5: ' Audit Your Workspaces With Sandworm v1.46.0

https://blog.sandworm.dev/audit-your-workspaces-with-sandworm-v1460

Hashnode - javascript (Javascript)

Today we're excited to bring you some highly anticipated additions to our Audit and Cloud products: monorepos, workspaces, and npm v1 lockfile support. Monorepo Support Sandworm Cloud now scans repos for directories that contain a package.json manif...


6: Ready to Wave Goodbye to Backend Blues' ' Introducing Appwrite!

https://pratikdev.hashnode.dev/getting-started-with-appwrite

Hashnode - javascript (Javascript)

Introduction Ah, the joys of backend development ' said no developer ever! Have you spent endless nights wrestling with databases, authentication, server setups, and whatnot, just to find yourself still working on the login page only' Well, we all ha...


7: Event Loop In JavaScript

https://keshavkr.hashnode.dev/event-loop-in-javascript

Hashnode - javascript (Javascript)

Introduction Briefly introduce the importance of understanding the JavaScript event loop. Explain that asynchronous programming is fundamental for building responsive and efficient web applications. The Call Stack Define the call stack and its r...


8: (Polyfill for call and apply) Creating your own call() & apply() method

https://akhtarvahid.hashnode.dev/polyfill-for-call-and-apply-creating-your-own-call-apply-method

Hashnode - javascript (Javascript)

What is Polyfill Polyfill is a fallback for a method that is not supported by the browser by default. Polyfilling is a term for making a substitute for a method that exists in the JavaScript specification but is not yet supported by a particular Java...


9: 10 choses à retenir de l'été 2023 pour les médias

https://www.meta-media.fr/2023/09/01/10-choses-a-retenir-de-lete-2023-pour-les-medias.html

Meta Media (Internet)

Comme chaque année, Méta-Media vous propose au retour de la plage (ou des montagnes) un condensé des 10 tendances qui nous ont marquées pendant la période estivale. De la mutation des réseaux sociaux (qui, pour certains, sont déclarés morts) au déclin de la consommation télé (y compris chez les plus... The post 10 choses à retenir de l'été 2023 pour les médias first appeared on Mét [...]


10 / 138

10: Remove Elements from a List Python by Index

https://stackabuse.com/remove-elements-from-a-list-python-by-index/

Stack Abuse (Javascript)

Introduction In this Byte we'll be exploring how to remove an element from a list by its index. Whether you're experienced or a novice, you probably find yourself having to do this quite frequently. In the following sections, we'll be showing a couple different methods for removing an element by


11: How to Start Off Learning JavaScript: A Beginner's Guide

https://ctrlaltelite.hashnode.dev/how-to-start-off-learning-javascript-a-beginners-guide

Hashnode - javascript (Javascript)

JavaScript is a powerful and popular programming language that can be used for web development, mobile development, desktop development, and more. It is also one of the most widely used languages in the world, with millions of developers and websites...


12: Symphony of Symbols: Python Variables and the Elegance of Naming Conventions

https://logak.hashnode.dev/symphony-of-symbols-python-variables-and-the-elegance-of-naming-conventions

Hashnode - python (python)

In Python, variables are used to store and manipulate data. They act as placeholders for values, making it easier to work with and manipulate data within your program. Variable Declaration: You can declare a variable by assigning a value to it using ...


13: Why Do We Need Healthy Sleep and How can We Make it'

https://www.smashingapps.com/we-need-healthy-sleep/

Smashing apps (Internet / Design)

Are you tired of tossing and turning at night, unable to achieve that elusive state […]


14: Increasing SERP visibility with structured data and schema testing

https://searchengineland.com/increasing-serp-visibility-structured-data-schema-testing-431349

Search engine land (Référencement)

Learn how different types of structured data play an important role when improving SERP visibility and organic traffic. The post Increasing SERP visibility with structured data and schema testing appeared first on Search Engine Land.


15: Exploring lesser-known React hooks and their importance

https://ifedayog.hashnode.dev/exploring-lesser-known-react-hooks-and-their-importance

Hashnode - javascript (Javascript)

Hooks which were introduced in React version 16.8, provide function components access to React's state and lifecycle features. Hooks make components more organized and reusable by enabling developers to divide components into smaller parts that can b...


16: Calculating Pearson Correlation Coefficient in Python from Scratch

https://somadinaeze.hashnode.dev/calculating-pearson-correlation-coefficient-in-python-from-scratch

Hashnode - python (python)

Introduction When working with data analysis or statistics, one common task is to measure the degree of linear association between two datasets. The Pearson correlation coefficient, often denoted as "r," is a widely used statistic for this purpose. I...


17: Anonymous : tout savoir sur le groupe de hacktivistes

https://www.lebigdata.fr/anonymous-hebergeur-dark-web

Le Big Data (dataviz)

Anonymous est un groupe organisé de pirates informatiques et d’activistes politiques. Il a commencé en tant que collectif en 2003 … Cet article Anonymous : tout savoir sur le groupe de hacktivistes a été publié sur LEBIGDATA.FR.


18: Is your backend CPU-intensive or I/O intensive'

https://codewithflash.com/is-your-backend-cpu-intensive-or-io-intensive

Hashnode - javascript (Javascript)

Understanding your application's resource utilization is paramount in the ever-evolving landscape of backend development. Is it the CPU working tirelessly to crunch numbers, or are the input/output operations causing the delays' Welcome to our explor...


19: The Monthly Cost of Buying vs. Renting a House in America

https://www.visualcapitalist.com/buying-vs-renting-house-in-america/

Visual Capitalist (dataviz)

The U.S. has witnessed the biggest numerical gap in the monthly cost between buying a home and renting in over 50 years. The post The Monthly Cost of Buying vs. Renting a House in America appeared first on Visual Capitalist.


20 / 138

20: MidJourney : tout savoir sur l'IA qui choque les artistes et transforme vos textes en dessins

https://www.lebigdata.fr/midjourney-ia-artiste-tout-savoir

Le Big Data (dataviz)

MidJourney est un outil d’intelligence artificielle qui génère des images à partir de textes. Toutefois, contrairement à Dall-E, cette IA … Cet article MidJourney : tout savoir sur l’IA qui choque les artistes et transforme vos textes en dessins a été publié sur LEBIGDATA.FR.


23: Why const, final, late, var, and dynamic '

https://mayank1728.hashnode.dev/why-const-final-late-var-and-dynamic

Hashnode - Flutter (Flutter)

Const Const variables are completely immutable. Once constructed can never be changed and values are determined at *compile time. Reassignment is NOT allowed. The address(reference) inside the variable CANNOT be changed NO modification is allowed. ...


24: React 17: Design Patterns and Best Practices - Notes

https://cbain.hashnode.dev/react-17-design-patterns-and-best-practices-notes

Hashnode - javascript (Javascript)

I recently read React 17: Design Patterns and Best Practices. I was able to add a lot to my React toolset. Here are ALL my takeaways (will likely have a condensed version for the most important takeaways in the future). **Note - most of the text in t...


25: Mastering JavaScript: A World Beyond If-Else Statements

https://codewithpres.hashnode.dev/mastering-javascript-a-world-beyond-if-else-statements

Hashnode - javascript (Javascript)

You might have come across an if-else statement in decision-making Consider this example, const age = 18; // the age if (age >= 18) { console.log("You are an adult"); // it will print out you are an adult } else { console.log("You are a child");...


26: OpenAI révèle comment les profs peuvent utiliser ChatGPT : découvrez les prompts

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

Le Big Data (dataviz)

Le remplacement des enseignants par ChatGPT est-il inéluctable ' OpenAI dévoile une liste de conseils et de prompts pour permettre … Cet article OpenAI révèle comment les profs peuvent utiliser ChatGPT : découvrez les prompts a été publié sur LEBIGDATA.FR.


27: The Commencement of My Journey in Learning and Applying React Native

https://abderahmane-kateb.hashnode.dev/the-commencement-of-my-journey-in-learning-and-applying-react-native

Hashnode - javascript (Javascript)

Starting my journey to master React Native is an exciting and pivotal moment. In this article, I'll share my initial steps as I delve into the world of React Native, with prior experience in React, JavaScript, TypeScript, Git, and GitHub. I'll also o...


28: How to draw MEDUSA

https://feeds.feedblitz.com/~/791672384/0/tanglepatterns~How-to-draw-MEDUSA.html

TanglePatterns (Zentangle)

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


29: Cybermatinée Sécurité Paris : AP-HP, Axa, Michelin et Paris 2024 témoignent

https://www.lemondeinformatique.fr/actualites/lire-cybermatinee-securite-paris-ap-hp-axa-michelin-et-paris-2024-temoignent-91428.html

Le monde informatique (Informatique / Internet)

Lancé en 2018 - avec notre confrère CIO - le cycle de conférences Cybermatinée Sécurité du Monde Informatique (...)


30 / 138

30: Compliance And Security: The Tech-Law Blend Of Digital Signatures

https://www.noupe.com/technology/compliance-and-security-the-tech-law-blend-of-digital-signatures.html

Noupe (conception)

Digital signatures have significantly streamlined the way we authenticate documents in a variety of sectors, from banking and finance to healthcare and government. With the surge in remote work, online transactions, and digital documentation, the need for secure and legally compliant methods of signing documents has never been more crucial. However, there’s a common misconception..&# [...]


31: Implementing SSO for login flows

https://blog.logrocket.com/ux-design/implementing-sso-login-flows/

Log Rocket blog (Web 2)

Secure user identification is a key factor in today's digital world, and single sign-on, or SSO, is the solution. But what about its design' The post Implementing SSO for login flows appeared first on LogRocket Blog.


32: Test your JavaScript Skills:Fundamental-22

https://mahavir.hashnode.dev/test-your-javascript-skillsfundamental-22

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss 7 code scenarios on Javascript fundamentals. Identify the output of the below program let x=1; (x>2) && console.log("first"); console.log("second"); a.first b.second c.no output d.error e.und...


33: How to be a front-end developer in 2023

https://codewithpres.hashnode.dev/how-to-be-a-front-end-developer-in-2023

Hashnode - javascript (Javascript)

A front-end developer creates websites and applications using web languages such as HTML, CSS, and JavaScript that allow users to access and interact with the site or app. When you visit a website, the design elements you see were created by a front-...


34: Le projet Worldcoin dans le viseur de nombreuses autorités à travers le monde, dont la Cnil

https://www.usine-digitale.fr/article/le-projet-worldcoin-dans-le-viseur-de-nombreuses-autorites-a-travers-le-monde-dont-la-cnil.N2165582

L'usine-digitale (Informatique)

Croisement insolite entre système d'identification biométrique et cryptomonnaie, l'initiative controversée du CEO d'OpenAI Sam Altman intéresse de plus en plus de régulateurs. La France, comme d'autres pays, mènent l'enquête.


35: Châlons-en-Champagne : conférences et ateliers IT et cybersécurité le 6 septembre

https://www.lemondeinformatique.fr/actualites/lire-chalons-en-champagne-conferences-et-ateliers-it-et-cybersecurite-le-6-septembre-91429.html

Le monde informatique (Informatique / Internet)

Lancé à l'initiative du réseau Numica des professionnels du numérique en Champagne-Ardenne l'évènement (...)


36: Uploading multiple files to Express.js backend from React.js frontend using REST API

https://mahmudnotes.hashnode.dev/uploading-multiple-files-to-expressjs-backend-from-reactjs-frontend-using-rest-api

Hashnode - javascript (Javascript)

Hi, there! Today I will discuss how to upload files in the Express.js app. We will use the multer package for uploading files. With multer, we can upload a single file or multiple files. Let's jump into our program. Backend First of all, we will crea...


37: Limiting Float Decimal Points in Python

https://stackabuse.com/limiting-float-decimal-points-in-python/

Stack Abuse (Javascript)

Introduction In Python, we often deal with numbers that have a fractional part, known as floating-point numbers. But what if we want to limit the number of decimal points in these numbers' This Byte will talk about the concept of floating-point numbers, why we might want to limit their decimal


38: Decoding the Economics of a Soft Landing

https://www.visualcapitalist.com/sp/decoding-the-economics-of-a-soft-landing/

Visual Capitalist (dataviz)

Will the Federal Reserve achieve a soft landing' Here are key factors that play an important role in the direction of the U.S. economy. The post Decoding the Economics of a Soft Landing appeared first on Visual Capitalist.


39: How To Implement GridView Class in Flutter

https://maxidev.hashnode.dev/how-to-implement-gridview-class-in-flutter-a-comprehensive-guide-on-how-gridview-and-its-constructors-are-used-in-flutter

Hashnode - Flutter (Flutter)

Introduction In Flutter development we often encounter different forms of designs which require specific elements to help facilitate a better user experience. One of these elements can come in the form of Grids and we need a 'GridView' class to imple...


40 / 138

40: Capitalizing First Letter of Each Word in Python

https://stackabuse.com/capitalizing-first-letter-of-each-word-in-python/

Stack Abuse (Javascript)

Introduction Working with strings is a common task in many programming languages. One possible use-case you'll encounter is capitalizing the first letter of each word in a string. This Byte will explore three different ways we can achieve this: using the title(), capitalize(), and string.capwords() functions. The title() Function


41: Pyvis: Visualize Interactive Network Graphs in Python

https://mathdatasimplified.com/2023/09/01/pyvis-visualize-interactive-network-graphs-in-python-2/

Math Data Simplified (data)

If you to create an interactive network graph in a few lines of Python code, use Pyvis. The post Pyvis: Visualize Interactive Network Graphs in Python appeared first on Data Science Simplified.


42: Fortinet ajoute des fonctions de sécurité sans fil et IoT à FortiSASE

https://www.lemondeinformatique.fr/actualites/lire-fortinet-ajoute-des-fonctions-de-securite-sans-fil-et-iot-a-fortisase-91430.html

Le monde informatique (Informatique / Internet)

L'équipementier Fortinet fait encore évoluer son offre FortiSASE en la dotant du support des microbranches, en étendant les (...)


43: The trifecta of keyword research strategy:  Volume, difficulty, intent

https://searchengineland.com/keyword-research-strategy-volume-difficulty-intent-431422

Search engine land (Référencement)

Navigate through volume, difficulty, and intent to craft a winning keyword strategy that ensures visibility and success. The post The trifecta of keyword research strategy:  Volume, difficulty, intent appeared first on Search Engine Land.


44: Green Revolution: The 6 Drivers Of Solar Power's Increasing Appeal

https://www.noupe.com/technology/green-revolution.html

Noupe (conception)

Solar power has be­come a prominent solution in the se­arch for sustainable and renewable­ energy sources. Its popularity has grown significantly worldwide­ in recent decade­s due to its numerous environme­ntal and economic benefits.  Image source As we become increasingly aware of how our de­pendence on fossil fue­ls is detrimentally impacting the planet’s climate, solar power& [...]


45: Demystifying States in React: A Comprehensive Guide

https://amanmishra.hashnode.dev/demystifying-states-in-react-a-comprehensive-guide

Hashnode - javascript (Javascript)

Introduction React, a popular JavaScript library for building user interfaces relies heavily on the concept of "state" to manage and update dynamic data within components. Understanding how states work in React is crucial for building interactive and...


46: PhotonVentures, un nouveau fonds dédié à l'industrie photonique européenne

https://www.usine-digitale.fr/article/photonventures-un-nouveau-fonds-dedie-a-l-industrie-photonique-europeenne.N2165497

L'usine-digitale (Informatique)

Un nouveau fonds de capital-risque, issu de l'écosystème photonique néerlandais, vient de réaliser un closing de 60 millions d'euros pour investir dans des start-up du secteur en early stage.


47: Certification AWS : tout ce que vous devez savoir

https://www.lebigdata.fr/certification-aws-tout-savoir

Le Big Data (dataviz)

La certification AWS permet de gravir certains échelons professionnels. Elle signifie compétences et agilités de la personne. Aujourd'hui, il existe … Cet article Certification AWS : tout ce que vous devez savoir a été publié sur LEBIGDATA.FR.


48: My personal website is finally live! '

https://blog.rawandrebwar.com/my-personal-website-is-finally-live

Hashnode - javascript (Javascript)

Hello, everyone! I'm excited to share with you my website. I bought the domain a while ago and always wanted to make something simple and cool with it. So I've built a simple but elegant Website that links my different online profiles. I built it usi...


49: Les cybercrimes coûteront 206 milliards d'euros à l'Allemagne en 2023, d'après une étude

https://www.usine-digitale.fr/article/les-cybercrimes-couteront-206-milliards-d-euros-a-l-allemagne-en-2023-d-apres-une-etude.N2165512

L'usine-digitale (Informatique)

Bitkom, l'association fédérale de l'économie de l'information, des télécommunications et des nouveaux médias, a mené une étude auprès d'entreprises allemandes. Les cybercrimes tels que le vol de données sensibles, le sabotage ou l'espionnage pourraient coûter cher à l'économie du pays.


50 / 138

50: Promises in JavaScript

https://suveshmoza.hashnode.dev/promises-in-javascript

Hashnode - javascript (Javascript)

What is a promise' A promise is an object representing the eventual completion of an asynchronous operation. Promises are used to handle asynchronous operations in JavaScript more easily. Before promises, we used callbacks to handle async JavaScript ...


51: Adding Options to a <select> Element Using jQuery

https://stackabuse.com/adding-options-to-a-select-element-using-jquery/

Stack Abuse (Javascript)

Introduction In this Byte, we'll explore how to add options to a <select> dropdown list using jQuery. The <select> element is a frequently used element in HTML forms, allowing users to choose an option from a predefined list. However, there quite a few situations where you


52: How to understand and address customer pain points

https://blog.logrocket.com/product-management/understand-address-customer-pain-points/

Log Rocket blog (Web 2)

A deep understanding of not just who the customer is, but the exact pain points that they struggle with, will help you build a great product. The post How to understand and address customer pain points appeared first on LogRocket Blog.


53: Exploring the Node.js native test runner

https://blog.logrocket.com/exploring-node-js-native-test-runner/

Log Rocket blog (Web 2)

Test functions using the new Node.js native test runner, and compare its performance to testing frameworks like Jest and Mocha. The post Exploring the Node.js native test runner appeared first on LogRocket Blog.


54: How to structure people operations to scale SEO success

https://searchengineland.com/structure-people-operations-scale-seo-success-431408

Search engine land (Référencement)

Want quicker results from your SEO campaigns' Expedite SEO's business impact with these five steps for efficient people operations. The post How to structure people operations to scale SEO success appeared first on Search Engine Land.


55: Voyage Rave Virtuel : Danser à l'ère 80's depuis chez vous !

https://www.realite-virtuelle.com/in-pursuit-of-repetitive-beats-experience-immersive/

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

L’'uvre interactive intitulée « In Pursuit of Repetitive Beats » est le fruit du travail de Darren […] Cet article Voyage Rave Virtuel : Danser à l’ère 80’s depuis chez vous ! a été publié sur REALITE-VIRTUELLE.COM.


56: Exercise 1 - Hello World!

https://easewithtuts.github.io/exercise-1-hello-world

Hashnode - python (python)

Welcome to this exercise! We are going to write our first line of Python. Let us get started by writing our first line of code.In Python, we can use the print() function to print anything between the parenthesis in the output (i.e. in your terminal o...


57: Before You .map(), Read This!

https://shreyasananth.hashnode.dev/before-you-map-read-this

Hashnode - javascript (Javascript)

1. What is a map()' In a very crude definition, in JavaScript, the .map() function goes through each item in a list (called an array). It makes some changes to each item and gives you a new list with those changed items. 2. Why is it required' The pu...


58: How to avoid decision fatigue in SEO

https://searchengineland.com/decision-fatigue-seo-431418

Search engine land (Référencement)

Decision fatigue lurks in the world of SEO. Learn how to preserve your cognitive energy and boost focus for enhanced decision-making. The post How to avoid decision fatigue in SEO appeared first on Search Engine Land.


59: Développeur BI : la fiche métier complète

https://www.lebigdata.fr/developpeur-bi-la-fiche-metier-complete

Le Big Data (dataviz)

Le poste de développeur BI (business intelligence) est un véritable pilier dans le bon fonctionnement d'une application. Ce professionnel apporte … Cet article Développeur BI : la fiche métier complète a été publié sur LEBIGDATA.FR.


60 / 138

60: JIRA : Tout savoir sur le gestionnaire de tâches développé par Atlassian

https://www.lebigdata.fr/jira-tout-savoir

Le Big Data (dataviz)

JIRA compte parmi les outils de travail développés par Atlassian. Aujourd'hui, n'importe quelle équipe utilise JIRA en tant qu'outil de … Cet article JIRA : Tout savoir sur le gestionnaire de tâches développé par Atlassian a été publié sur LEBIGDATA.FR.


61: Exploring Callback Functions: Understanding Asynchronous and Synchronous Programming

https://syedabdul.hashnode.dev/exploring-callback-functions-understanding-asynchronous-and-synchronous-programming

Hashnode - javascript (Javascript)

In the world of programming, two fundamental paradigms often come into play: asynchronous programming and synchronous programming. These concepts are crucial to understand, as they determine how actions are initiated and executed in your code. Asynch...


62: Que reste t'il de nos forêts '

https://neocarto.hypotheses.org/19423

Neo Carto (dataviz)

Le changement climatique, la chaleur suffocante et maintenant, la soudaine tombée du froid.Est-ce que cela pourrait être dû à la baisse du couvert végétal ' Je demande… Cet été, une proposition de collaboration m’a été faite de sortir littéralement de ma zone de confort, d’examiner les possibilités de cartographie du couvert arboricole … sur le terrain “Ba [...]


63: Interview Practice

https://ayush77.hashnode.dev/interview-practice

Hashnode - javascript (Javascript)

What is Closure in Javascript' Need Closures in JavaScript are necessary for data privacy and encapsulation. Without closures, it would be challenging to achieve data hiding and manipulation in a controlled manner. What is it' A closure in Ja...


64: Understanding JavaScript Variables: Declaration, Scope, and Data Types

https://iamdipankarpaul.hashnode.dev/understanding-javascript-variables-declaration-scope-and-data-types

Hashnode - javascript (Javascript)

Introduction: Variables are a fundamental concept in programming, serving as storage locations in computer memory for data. JavaScript, a versatile and widely-used programming language, offers three different keywords for variable declaration: "var,"...


65: L'IA a vaincu des champions humains pour la 1ère fois : voici dans quel sport

https://www.lebigdata.fr/ia-course-drone-fpv

Le Big Data (dataviz)

C'est historique : un drone a vaincu des champions humains dans un sport physique pour la première fois. Revivez la … Cet article L’IA a vaincu des champions humains pour la 1ère fois : voici dans quel sport a été publié sur LEBIGDATA.FR.


66: Un actionnaire d'Amazon porte plainte contre Jeff Bezos pour l'attribution d'un juteux contrat à Blue Origin

https://www.usine-digitale.fr/article/un-actionnaire-d-amazon-porte-plainte-contre-jeff-bezos-pour-l-attribution-d-un-juteux-contrat-a-blue-origin.N2165422

L'usine-digitale (Informatique)

Une plainte a été déposée aux Etats-Unis par l'actionnaire d'Amazon Cleveland Bakers and Teamsters Pension Fund. Est reproché au géant du e-commerce et à son fondateur d'avoir favorisé Blue Origin et déconsidéré SpaceX dans le cadre de l'attribution d'un contrat de lancement de satellites.


67: Generate dynamic meta-tags for your client-side rendered web app

https://rohanmathur.hashnode.dev/generate-dynamic-meta-tags-for-your-client-side-rendered-web-app

Hashnode - javascript (Javascript)

Why do we need this' Let's consider a youtube video example, whenever we share a video on any social media platform say twitter.com, the link also shows some images and text giving more context to what that video is all about. See the below example. ...


68: Python Tutorial: How to Extract Polling Unit Data from Nigeria's INEC Website

https://mogboluwagaonayade.hashnode.dev/python-tutorial-how-to-extract-polling-unit-data-from-nigerias-inec-website

Hashnode - python (python)

Introduction Web scraping is an important aspect of programming because it makes extracting information and data from a website easy. I would use this to get the Polling Unit data from Nigeria's electoral commission's website. For this tutorial, you...


69: My first GitHub contribution

https://pritam1136.hashnode.dev/my-first-github-contribution

Hashnode - javascript (Javascript)

The world of open-source contributions is a realm of collaboration, learning, and growth. My initiation into this fascinating universe began with a seemingly humble project'a simple calculator on GitHub. Little did I know that this would mark the sta...


70 / 138

70: The Joy of Building Logic: Automating the Microsoft Edge Surfing Game

https://dhi13man.hashnode.dev/joy-of-building-logic-automating-microsoft-edge-surfing

Hashnode - python (python)

In a world that's buzzing with the immense possibilities of Artificial Intelligence (AI) and Machine Learning (ML), it's tempting to turn to these cutting-edge technologies for solutions to every challenge we encounter. However, there's an undeniable...


71: Web Development with Java and Python: A Dynamic Duo for Modern Websites

https://shreyakoblog.hashnode.dev/web-development-with-java-and-python-a-dynamic-duo-for-modern-websites

Hashnode - python (python)

Introduction In the ever-evolving landscape of web development, the synergy of Java and Python is emerging as a powerful combination. While these two languages might seem like an unlikely pair at first glance, each brings a unique set of strengths to...


72: Create an Authentication page using HTML, CSS, and JS

https://itsamanyadav.dev/create-an-authentication-page-using-html-css-and-js

Hashnode - javascript (Javascript)

How to Create an Authentication Page with HTML, CSS, and JavaScript An authentication page is a web page that allows users to log in to a website. It typically consists of a username, password input field, and a submit button. This blog post will sho...


73: ChromeOS améliore la recherche et le support des PDF

https://www.lemondeinformatique.fr/actualites/lire-chromeos-ameliore-la-recherche-et-le-support-des-pdf-91411.html

Le monde informatique (Informatique / Internet)

ChromeOS M116, disponible dès maintenant en téléchargement, permet à Google de tester plusieurs fonctionnalités comme (...)


74: Comment améliorer les tests continus à l'heure de l'IA générative

https://www.lemondeinformatique.fr/actualites/lire-comment-ameliorer-les-tests-continus-a-l-heure-de-l-ia-generative-91322.html

Le monde informatique (Informatique / Internet)

L'IA générative, ChatGPT et les grands modèles de langage (LLM) comme GitHub Copilot et d'autres outils de génération (...)


75: CoreWeave obtient un financement de 2,3 Md$ pour renforcer ses instances GPU

https://www.lemondeinformatique.fr/actualites/lire-coreweave-obtient-un-financement-de-2-3-md%24-pour-renforcer-ses-instances-gpu-91403.html

Le monde informatique (Informatique / Internet)

Début aout, CoreWeave, un fournisseur de cloud spécialisé qui propose des services de calcul à haute performance (HPC) pour (...)


76: Your First Python Program:Saying'Hello, Python!'

https://adriancityman.hashnode.dev/your-first-python-programsayinghello-python

Hashnode - python (python)

Why Python is a Great Choice for Beginners Python is a great choice if you're new to coding. It's easy to learn and widely used. In this article, we'll show you how to write your first Python program, which will make your computer say 'Hello, Python!...


77: Vote for Site of the Month August 2023!

https://www.awwwards.com/vote-for-site-of-the-month-august-2023.html

awwwards (Internet)

Meet the nominees for Site of the Month August, vote and tweet for your favorite, to win a free PRO Plan in our Directory.' Vote for SOTM August'The...


78: Conditionally Add Property to Object in JavaScript

https://stackabuse.com/conditionally-add-property-to-object-in-javascript/

Stack Abuse (Javascript)

Introduction In the world of JavaScript, objects are king. They allow us to store, manipulate, and access data in a structured and efficient manner. But what if we want to add a property to an object based on certain conditions' This might seem like a simple task, and luckily, it


79: Mois des fiertés @ OCTO : retour sur l'édition 2023 du pridemonth

https://blog.octo.com/mois-des-fiertes-octo-retour-sur-ledition-2023-du-pridemonth/

Octo (Internet)

Si en 2023, l'acceptation des personnes LGBTQIA+ dans la société semble, du moins au regard du grand public, une question en grande partie réglée, leur inclusion est encore un sujet dont la sphère professionnelle se saisit timidement. Contrairement à d'autres enjeux liés à la diversité en entreprise, notamment l'égalité femmes-hommes ou les handicaps, l'inclusion des […] L'article [...]


80 / 138

80: Create an e-learning platform using caisy and next.js app router

https://blog.greenroots.info/create-an-e-learning-platform-using-caisy-graphql-nextjs-app-router

Hashnode - javascript (Javascript)

Developers learn better when they build or create something out of their learnings. We need to put our learnings into practice and try problem-solving. When we attempt to learn multiple technologies together or try out a tech stack, it makes sense to...


81: Making browsers speak entered text using javascript

https://devshekhawat.com/making-browsers-speak-entered-text-using-javascript

Hashnode - javascript (Javascript)

The SpeechSynthesisUtterance API is a powerful tool that allows developers to incorporate text-to-speech functionality into their web applications. This API enables users to select a voice from available options and convert text into spoken words. In...


82: Boursorama mise en demeure par la CNIL pour des demandes abusives de données personnelles

https://www.usine-digitale.fr/article/boursorama-mise-en-demeure-par-la-cnil-pour-des-demandes-abusives-de-donnees-personnelles.N2165122

L'usine-digitale (Informatique)

La banque en ligne demandait à certains clients les identifiants utilisés sur le site des impôts afin d'accélérer le traitement de leur dossier. Une pratique non conforme au RGPD selon la CNIL.


83: Meta veut détecter les biais discriminants des modèles de vision par ordinateur

https://www.usine-digitale.fr/article/meta-lance-un-outil-capable-de-detecter-les-biais-discriminants-des-modeles-de-vision-par-ordinateur.N2165107

L'usine-digitale (Informatique)

FACET est le dernier né de la famille open source de Meta. Cet outil entraîné sur plusieurs milliers d'images permet d'évaluer les biais présents dans la plupart des modèles de vision par ordinateur en jugeant leur impartialité.


84: Clock plays a song with the current time in its title

https://flowingdata.com/2023/09/01/clock-plays-a-song-with-the-current-time-in-its-title/

Flowing data (dataviz)

For The Pudding, Russell Samora pulled songs via the Spotify API and made…Tags: clock, Pudding, Russell Samora, song


85: Collective 780

https://tympanus.net/codrops/collective/collective-780/

Codrops (Design / Internet)

Bézier Curves * CSS Loaders * Godly * Refraction in Three.js


86: L'impact de la réalité virtuelle sur la santé mentale

https://www.realite-virtuelle.com/impact-realite-virtuelle-sur-sante-mentale/

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

La réalité virtuelle (RV) est sans doute l’une des avancées technologiques les plus éblouissantes de […] Cet article L’impact de la réalité virtuelle sur la santé mentale a été publié sur REALITE-VIRTUELLE.COM.


87: Laravel au quotidien 027

https://go.itanea.fr/laq27hc

Humancoders ()

Bonjour à toutes et à tous, voici la version vidéo de ma newsletter '#laravel au quotidien' numéro 27 pour celles et ceux parmi vous qui sont plutôt visuels ' '' Au menu: - Paul Redmond #Laravel 10.21 - @DriesVints Laravel Ecosystem Release Day - @LaravelOnline @filamentphp tuto - Joe Shestak Laravel best #framework - Ash Allen ensure() Bonne lecture et à bientôt. Happy Coding Fred Comme [...]


88: Guide d'optimisation de votre JavaScript

https://www.sitepoint.com/optimizing-javascript-files/

Humancoders ()

Un article très complet qui liste les différentes approches pour optimiser votre Javascript : Compression, Lazy Loading, Caching, Gestion des erreurs, Gestion des événements, etc. Commentaires L'article Guide d'optimisation de votre JavaScript a été posté dans la catégorie JavaScript de Human Coders News


89: Écriture inclusive, comprendre les enjeux pour aller au-delà du point médian

https://blog.octo.com/ecriture-inclusive-comprendre-les-enjeux-pour-aller-au-dela-du-point-median/

Octo (Internet)

Il y a quelque temps, j'ai commencé à m'intéresser à l'écriture inclusive, car j'entendais tout et son contraire à ce sujet. Pour creuser ce sujet, me suis ainsi attelée à lire des articles, des livres, regarder des vidéos, etc… Ma conclusion a été 'ce sujet est passionnant'. Mais, j’ai surtout découvert l'impact sociétal de l'écriture […] L'article Écriture inclus [...]


90 / 138

90: Publicité : la régie Taboola sanctionnée d'une amende de 650 000 euros par la DGCCRF

https://www.usine-digitale.fr/article/publicite-la-regie-taboola-sanctionnee-d-une-amende-de-650-000-euros-par-la-dgccrf.N2165052

L'usine-digitale (Informatique)

La régie publicitaire a accepté l'amende trasactionnelle proposée par la la Direction générale de la concurrence, de la consommation et de la répression des fraudes, après qu'une enquête a démontré des pratiques commerciales trompeuses.


91: Comprehensive Guide to Python Input and Output Mastery: An In-Depth Tutorial

https://blog.bytescrum.com/comprehensive-guide-to-python-input-and-output-mastery-an-in-depth-tutorial

Hashnode - python (python)

As we continue our journey through the vast landscape of Python programming, we want to take a moment to express our heartfelt gratitude to all of you, our valued viewers and readers. Your unwavering support and enthusiasm for our Python series have ...


92: Des contenus rédigés par des humains pour des humains

https://fredcavazza.net/2023/09/01/des-contenus-rediges-par-des-humains-pour-des-humains/

Cavazza, Fred (Web 2 / Internet)

Les intelligences artificielles ont fait ds progrès considérables ces dernières années, d’autant plus avec les modèles génératifs capables de rédiger des textes d’une qualité quasi irréprochable. Je suis néanmoins moins persuadé que les progrès des machines ne leur permettent pas de rivaliser avec la subtilité et la sensibilité des rédacteurs humains. Puisque l’ob [...]


93: AI Magic Tools : 10 outils créatifs à découvrir sur la plateforme de Runway

https://www.blogdumoderateur.com/ai-magic-tools-10-outils-creatifs-runway/

Blog du Moderateur ()

La plateforme en ligne AI Magic Tools permet de tester les nombreux outils créatifs de Runway Research, dont plusieurs IA génératrices d'images ou de vidéos.


94: LinkedIn : comment enregistrer un post pour le retrouver plus tard

https://www.blogdumoderateur.com/linkedin-comment-enregistrer-post-retrouver-plus-tard/

Blog du Moderateur ()

Découvrez comment enregistrer une publication qui vous plaît sur LinkedIn, afin de pouvoir la consulter plus tard.


95: Google Cloud dévoile GKE Entreprise

https://www.lemondeinformatique.fr/actualites/lire-google-cloud-devoile-gke-entreprise-91416.html

Le monde informatique (Informatique / Internet)

En direct de San Francisco. Lancé en 2014, Kubernetes l'orchestrateur de clusters est devenu au fil du temps un standard. Les différents (...)


96: Nouveau : Google teste l'affichage Mentioned In !

https://www.abondance.com/20230901-148181-google-teste-affichage-mentioned-in.html

Abondance (Référencement)

Repéré par Brodie Clark, le résultat enrichi 'Mentionné sur', un carrousel reprenant les différentes mentions d'un site dans des journaux ou des sites spécialisés. Il semble avoir été lancé très récemment par Google, mais n'a pas encore l'air disponible en France. Ce qu'il faut retenir :  Un nouveau résultat enrichi : Mentioned in  Courant août, […] L'article "Nouveau [...]


97: ChatGPT pour le marketing : 10 exemples d'utilisation

https://www.blogdumoderateur.com/chatgpt-pour-marketing-exemples-utilisation/

Blog du Moderateur ()

Bien utilisé, ChatGPT peut être un excellent allié pour vous conseiller, vous assister ou stimuler votre créativité dans toutes vos démarches marketing.


98: Panne géante du contrôle aérien britannique : ce qui s'est passé

https://www.lemondeinformatique.fr/actualites/lire-panne-geante-du-controle-aerien-britannique-ce-qui-s-est-passe-91424.html

Le monde informatique (Informatique / Internet)

Des milliers de vols annulés ou retardés. En début de semaine, l'autorité chargée du contrôle aérien en (...)


99: Les ventes de smartphones au fond du gouffre

https://www.lemondeinformatique.fr/actualites/lire-les-ventes-de-smartphones-au-fond-du-gouffre-91426.html

Le monde informatique (Informatique / Internet)

Selon d'IDC, les livraisons mondiales de smartphones baisseront encore en 2023 à 1,15 milliard d'unités, reculant ainsi de 4,7 % d'une année (...)


100 / 138

100: CGI installe son dernier centre d'innovation à Avignon

https://www.lemondeinformatique.fr/actualites/lire-cgi-installe-son-dernier-centre-d-innovation-a-avignon-91425.html

Le monde informatique (Informatique / Internet)

CGI va ouvrir en septembre une nouvelle agence de son centre Centre d'Innovation Digitale à Avignon. Son activité démarrera dans des (...)


101: La croissance d'HPE sauvée in extremis au 3e trimestre 2023

https://www.lemondeinformatique.fr/actualites/lire-la-croissance-d-hpe-sauvee-in-extremis-au-3e-trimestre-2023-91427.html

Le monde informatique (Informatique / Internet)

Le troisième trimestre fiscal 2023 de HPE ne restera pas dans les annales, mais il a le mérite d'afficher des résultats (...)


102: L'IA générative : un facteur de risque pour les entreprises

https://www.lemondeinformatique.fr/actualites/lire-l-ia-generative-un-facteur-de-risque-pour-les-entreprises-91270.html

Le monde informatique (Informatique / Internet)

La disponibilité massive des outils d'IA générative, tels que ChatGPT d'OpenAI ou Google Bard, continue de faire débat. (...)


103: Edge et IoT aident Procter & Gamble à anticiper les incidents de production

https://www.lemondeinformatique.fr/actualites/lire-edge-et-iot-aident-procter-et-gamble-a-anticiper-les-incidents-de-production-91393.html

Le monde informatique (Informatique / Internet)

S'il y a des produits du quotidien que l'on espère fiables, ce sont bien les couches infantiles. Cet impératif pousse la société (...)


104: L'intégrateur lyonnais SRA se diversifie dans le marketing digital et le web

https://www.usine-digitale.fr/article/l-integrateur-lyonnais-sra-se-diversifie-dans-le-marketing-digital-et-le-web.N2165027

L'usine-digitale (Informatique)

Intégrateur des applications de gestion Sage et Microsoft, le groupe lyonnais SRA vient de signer deux acquisitions pour se diversifier vers l'édition de sites web et le marketing digital en reprenant les sociétés Pilot'In et Webmedia RM.


105: Dattak, Teale, Yescapa' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/dattak-teale-yescapa-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2165022

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé près de 25 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCap Partner pour L'Usine Digitale.


106: Comment changer le mot de passe d'un compte Facebook '

https://www.lebigdata.fr/changer-mot-de-passe-facebook

Le Big Data (dataviz)

Le piratage des réseaux sociaux semble anodin. Pourtant, l'accès à un compte Facebook permet aux pirates d'ouvrir la porte aux … Cet article Comment changer le mot de passe d'un compte Facebook ' a été publié sur LEBIGDATA.FR.


107: Amazing things we can do with MERN stack

https://meenakshi710.hashnode.dev/amazing-things-we-can-do-with-mern-stack

Hashnode - javascript (Javascript)

The MERN stack, which stands for MongoDB, Express.js, React, and Node.js, is a powerful combination of technologies that allow for full-stack JavaScript development. With these technologies, developers can build a wide range of applications from scra...


108: The Ultimate Guide to React Components and Props

https://techblogsbymanash.com/the-ultimate-guide-to-react-components-and-props

Hashnode - javascript (Javascript)

Understanding React Components and Props React is a popular JavaScript library used for building user interfaces. One of the fundamental concepts in React is the use of components, which are reusable building blocks that encapsulate a piece of UI log...


109: Les 15 erreurs techniques que vous avez sûrement sur votre site

https://www.abondance.com/20230901-146816-les-15-erreurs-techniques-que-vous-avez-surement-sur-votre-site.html

Abondance (Référencement)

Une multitude de problèmes techniques peuvent toucher un site web. Patrick Stox, d'Ahrefs, a examiné plus d'1 million de domaines pour recenser les erreurs techniques les plus courantes. Une analyse qui vous donnera certainement des pistes pour optimiser votre site ! 1. Redirections 3XX 95% des sites sont concernés par ce type de problèmes. Les […] L'article "Les 15 erreurs techniques qu [...]


110 / 138

110: What is Japandi'

https://www.noupe.com/design/japandi-style.html

Noupe (conception)

Japandi is a trend in interior design where aesthetics and culture blend together in harmony. Celebrating the mix of cultures, Japandi design combines Japanese minimalism with Scandinavian coziness. This design makes spaces that connect with both Eastern and Western styles, using natural tones and a sense of simplicity. In this blog post, we’ll explore this... The post What is Ja [...]


111: A Comprehensive Guide to Docker for Beginners

https://akashthoriya.hashnode.dev/docker-for-beginners

Hashnode - javascript (Javascript)

Introduction to Docker Docker is a platform that allows you to develop, ship, and run applications inside containers. Think of a container as a lightweight, stand-alone, executable software package that includes everything needed to run a piece of so...


112: Unleashing the Power: Demystifying JavaScript Generators

https://blog.delpuppo.net/unleashing-the-power-demystifying-javascript-generators

Hashnode - javascript (Javascript)

Welcome to this blog post, where we're diving into the fascinating world of JavaScript generators. If you're looking to take your coding skills to the next level and explore a powerful tool for managing operations, you've come to the right place. In ...


114: How to work with the proxy pattern in JavaScript

https://walk.hashnode.dev/how-to-work-with-the-proxy-pattern-in-javascript

Hashnode - javascript (Javascript)

Introduction This article unravels the workings of this popular structural design pattern. You will understand the pattern's implementation, use cases, pitfalls, and benefits. Prerequisite To get a good read of this article, you should understand the...


115: Function return values

https://cousnay.hashnode.dev/function-return-values

Hashnode - javascript (Javascript)

What is a return value When starting out with functions, it can sometimes be hard to wrap your head around them. Some functions produce a return value, and others don't. Therefore, it's important to determine whether or not your function returns a va...


116: Building a Text-to-Morse Code Converter with Python and Tkinter

https://mobolajo.hashnode.dev/building-a-text-to-morse-code-converter-with-python-and-tkinter-cllzw7xse00030amr8s7fci37

Hashnode - python (python)

Introduction In this article, we will explore how to create a simple Text to Morse Code Converter using the Python programming language and the Tkinter library for building a graphical user interface (GUI). Morse code, originally developed for teleco...


117: Python python

https://codinguru.hashnode.dev/python-python

Hashnode - python (python)

Dictionaries in Python are versatile data structures that allow you to store and organize data in key-value pairs. One of the fundamental operations you'll often encounter when working with dictionaries is appending elements to them. In this blog pos...


118: Avoiding Common Mistakes in React Development

https://easewithtuts.github.io/avoiding-common-mistakes-in-react-development

Hashnode - javascript (Javascript)

Introduction: React is a powerful library for building user interfaces, but like any tool, it's easy to run into pitfalls and mistakes during development. In this article, we'll explore some of the common mistakes that developers often make when work...


119: Data pipelines with Python and SQL - Part 1

https://stephendavidwilliams.com/data-pipelines-with-python-and-sql-part-1

Hashnode - python (python)

Preface' Data engineering's key objective is turning raw data into valuable and usable information. A key component of this process is called a data pipeline. In this article, we dive deep into what a data pipeline is and highlight Python and SQL's ...


120 / 138

120: Keeping Figma Fast

https://www.figma.com/blog/keeping-figma-fast/

pointer.io (Développement)

Figma's journey in evolving its performance testing system as the company scaled. Initially, Figma used a single MacBook for all its in-house performance testing. However, as the codebase grew more complex and the team expanded, this approach became unsustainable. The article outlines the challenges Figma faced, such as the need for more granular performance tests and the limitations of running te [...]


121: The Engineering Executive's Role In Hiring

https://lethain.com/eng-exec-role-in-hiring/

pointer.io (Développement)

Will discusses your role as an executive in your organization's hiring, the components you need to build for an effective hiring process and provides concrete recommendations for navigating the many challenges that you're likely to run into while operating the hiring process. He gives you enough to get started, build a system that supports your goals, and start evolving it into something exception [...]


122: Measuring Developer Productivity' A Response To McKinsey

https://tidyfirst.substack.com/p/measuring-developer-productivity

pointer.io (Développement)

'We wrote this article for software developers and engineering leaders, and anybody who cares about nurturing high-performing software development teams. By 'high performing' we mean teams where developers satisfy their customers, feel good about coming to work, and don't feel like they're constantly measured on senseless metrics which work against building software that solves customers' problems [...]


123: Why Top Engineering Teams Are Using Multi For Collaboration

https://multi.app/blog/launching-multi-multiplayer-collaboration-for-macos

pointer.io (Développement)

With teams being more distributed than ever before, Multi is bringing the joy of building together back by making your apps and operating system multiplayer. With Multi, multiple people can share screen at the same time, cursor sharing and drawing is effortless, and automatic deep links make sharing context one click away.


124: Going Beyond The Map: Introducing Environment APIs

https://cloud.google.com/blog/products/maps-platform/going-beyond-map-introducing-environment-apis

pointer.io (Développement)

Google Maps Platform has introduced a new suite of Environment APIs, designed to help developers create tools that encourage sustainable practices and adapt to new environmental realities. The suite includes three APIs: Solar, Air Quality, and Pollen. The Solar API aims to accelerate solar adoption by providing precise data and insights on solar viability and design. The Air Quality API offers rel [...]


125: How To Sabotage Your Salary Negotiations Efforts Before You Even Start

https://interviewing.io/blog/sabotage-salary-negotiation-before-even-start

pointer.io (Développement)

Common mistakes people make during salary negotiations, focusing on two key errors: revealing information too early and negotiating before being ready. Aline emphasizes that recruiters are not your friends; they work for the company and are incentivized differently. Revealing information like your current salary, expectations, or other job interviews can be used against you. The article advises be [...]


126: OpenCopilot

https://github.com/openchatai/OpenCopilot

pointer.io (Développement)

AI Copilot for your SaaS product.


128: Authorization Academy

https://www.osohq.com/academy?utm_campaign=PointerNewsletterAug25&utm_medium=newsletter&utm_source=pointer

pointer.io (Développement)

Authorization Academy is a series of (free) technical guides for building application authorization. Learn about RBAC, ReBAC, authorization enforcement, and authorization in microservices.


129: This issue's sponsor is Multi

https://multi.app/

pointer.io (Développement)

This issue's sponsor is Multi


130 / 138

130: Traffic 101: Packets Mostly Flow

https://slack.engineering/traffic-101-packets-mostly-flow/

pointer.io (Développement)

'Slack handles billions of inbound network requests per day, all of which traverse through our edge network and ingress load balancing tiers. In this blog post, we'll talk about how a request flows ' from a Slack's user perspective ' across the vast ether of the network to reach AWS and then Slack's internal services.'


131: Chartbrew

https://github.com/chartbrew/chartbrew

pointer.io (Développement)

Connect directly to DB and APIs to create charts.


132: FaceFusion

https://github.com/facefusion/facefusion

pointer.io (Développement)

Next generation face swapper and enhancer.


133: 5 AI Tools For Developers To Help Boost Your Productivity

https://blog.logrocket.com/5-ai-developer-tools-boost-productivity/

pointer.io (Développement)

(1) Phind: A developer-focused search engine that provides detailed answers and related links for coding questions. (2) Bloop.ai: Helps developers understand the structure of GitHub repositories quickly. (3) Codeium: Offers real-time code suggestions within various IDEs. (4) ColPat: Design tool that helps in creating color palettes and themes for apps and websites. (5) RegExGPT: Generates regular [...]


134: StringZilla

https://github.com/ashvardanian/Stringzilla

pointer.io (Développement)

Fast sorting of larger textual datasets.


135: Python Threads: Concurrent Execution Made Effortless

https://karun.hashnode.dev/python-threads-concurrent-execution-made-effortless

Hashnode - python (python)

Python's threading module unlocks the power of concurrent execution, enabling you to run multiple tasks simultaneously within a single program. Threads provide a way to achieve parallelism, enhancing performance and responsiveness. Key Concepts: Thr...


136: Introduction to python variables

https://53codesarena.com/introduction-to-python-variables

Hashnode - python (python)

Objectives: Below is what you should expect from this article. 1. Introduction to Python variables: Understand the concept of variables in Python and their importance in programming. 2. Naming conventions for variables in Python: Learn the recommende...


137: Conversation closure (note)

https://www.stefanjudis.com/notes/conversation-closure/

Stefan Judis (Développement)

Chris Coyier wrote about email expectation handling the other day. I took a little time to respond (thanks for the async expectations, email!) and wrote back what I hoped was an equally thoughtful, and hopefully helpful, response. But then nothing. To be fair, there were no action items. No lingering que [...]




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