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

« Aout 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Mardi 22 Aout 2023 (141)

1: Leveraging User-Defined Type Guards and Type Predicates in TypeScript

https://codewithflash.com/leveraging-user-defined-type-guards-and-type-predicates-in-typescript

Hashnode - javascript (Javascript)

TypeScript has gained immense popularity due to its ability to provide static type checking and enhance the development experience in JavaScript projects. As TypeScript evolves, it continues introducing powerful features allowing developers to write ...


2: Bing Chat data may never come to Bing Webmaster Tools

https://searchengineland.com/bing-chat-data-may-never-come-to-bing-webmaster-tools-431064

Search engine land (Référencement)

After promising this for months, Microsoft has never released it and now won't offer a comment. The post Bing Chat data may never come to Bing Webmaster Tools appeared first on Search Engine Land.


3: Day 12 of learning JavaScript: Event Listener, const vs let

https://svensblog.hashnode.dev/day-12-of-learning-javascript-event-listener-const-vs-let

Hashnode - javascript (Javascript)

Hello! Today I started a new project to learn JavaScript. I want to build a Chrome extension, where you can save links. These links then are listed underneath the input button and you can click on them later on. This could be good for a salesperson w...


4: LibreOffice to Change How It Iterates New Versions

https://www.webpronews.com/libreoffice-to-change-how-it-iterates-new-versions/

WebProNews SEO (Développement)

WebProNews LibreOffice to Change How It Iterates New Versions LibreOffice is changing how it iterates its versions, adopting a date-based versioning scheme for future releases. LibreOffice to Change How It Iterates New Versions Staff


5: IBM Unveils AI-Powered Service to Help Companies Translate COBOL to Java

https://www.webpronews.com/ibm-unveils-ai-powered-service-to-help-companies-translate-cobol-to-java/

WebProNews SEO (Développement)

WebProNews IBM Unveils AI-Powered Service to Help Companies Translate COBOL to Java IBM has unveiled watsonx Code Assistant for Z, leveraging the power of generative AI to help translate COBOL code to Java. IBM Unveils AI-Powered Service to Help Companies Translate COBOL to Java Staff


6: 11 Tricks That Will Make Your Life Easier as a Python Developer

https://burbridgejnr.com/11-tricks-that-will-make-your-life-easier-as-a-python-developer

Hashnode - python (python)

Python is a versatile and powerful programming language, and mastering these tricks will equip you with a toolkit of techniques to tackle any coding challenge. Whether you are a beginner starting your Python journey or an experienced Pythonista looki...


7: Testing a JavaScript "Random Sampler"

https://wipdev.hashnode.dev/testing-a-javascript-random-sampler

Hashnode - javascript (Javascript)

I will wear my statistician hat as I scrutinize this JS one-liner: const getRandomItem = (items) => items[Math.floor(Math.random() * items.length)]; I saw it in a video by James Q Quick, which was referencing a freeCodeCamp article. This is supp...


8: Learn React Once and Write Everywhere

https://blog.vkanu.com.np/learn-react-once-and-write-everywhere

Hashnode - javascript (Javascript)

React.js has transformed how we create dynamic and interactive online applications. While React provides a strong framework for creating user interfaces, effective React development requires a solid command of JavaScript. This blog will go over the c...


9: Google Search app could soon introduce a new Notes feature

https://searchengineland.com/google-notes-search-feature-431059

Search engine land (Référencement)

Feature would let users leave comments about webpages. It is expected to appear as a new Google Labs experiment. The post Google Search app could soon introduce a new Notes feature appeared first on Search Engine Land.


10 / 141

10: Building an IoT Light Intensity Monitor using LDR and the Bolt WiFi Module (ESP8266-12S)

https://rishikreddy.com/building-an-iot-light-intensity-monitor-using-ldr-and-the-wifi-module-esp8266-12s

Hashnode - javascript (Javascript)

The Internet of Things (IoT) has revolutionized the way we interact with the world around us, enabling us to collect and analyze data from various sensors remotely. In this blog post, I will explain how I've built a simple yet effective IoT project: ...


11: Mastering Navigation in Flutter: A Comprehensive Guide

https://yatendrakumar.hashnode.dev/mastering-navigation-in-flutter-a-comprehensive-guide

Hashnode - Flutter (Flutter)

If you've clicked on this article, it probably means you're either a Flutter enthusiast or someone looking to demystify the art of navigation in Flutter. You're in the right place. As of today, Flutter's navigation and routing systems are used in ove...


12: Les Priants dans FINAL FANTASY X

https://blog.lesieur.name/les-priants-dans-final-fantasy-x-ffx-zet-tic/

Quelques #id et beaucoup de .class (Javascript)

Dans cet article, nous allons expliquer le concept de Priant dans FINAL FANTASY X. Nous allons nous appuyer sur le contenu de la page 86 du FINAL FANTASY X ULTIMANIA OMEGA. Chaque phrase est accompagnée de la version japonaise qui a servi de support à la traduction. Cliquez sur le texte japonais pour rejoindre une explication de traduction. Série FINAL FANTASY ZET && TIC Cet article es [...]


13: Unnerving AI App Lets you Chat with Anyone

https://www.webdesignerdepot.com/2023/08/unnerving-ai-app-lets-you-chat-with-anyone/

Webdesigner depot (Design)

Oh God, make it stop. EmbodyMe's Xpression Chat lets you talk to anyone you like, dead or alive. Has AI finally gone too far'


14: Issue 591 (Aug. 22, 2023)

https://pycoders.com/issues/591

pycoders (python)

#591 ' AUGUST 22, 2023 View in Browser » Python Polars: A Lightning-Fast DataFrame Library Welcome to the world of Polars, a powerful DataFrame library for Python! In this showcase tutorial, you’ll get a hands-on introduction to Polars’ core features and see why this library is catching so much buzz. REAL PYTHON Introducing Immortal Objects for Python This article explains im [...]


15: Building a Search and Select Field in Flutter

https://techrichie.hashnode.dev/building-a-search-and-select-field-in-flutter

Hashnode - Flutter (Flutter)

Are you looking to implement a smooth and user-friendly search and select field in your Flutter app' Look no further! In this tutorial, we'll guide you through the steps of creating a search field that automatically suggests options as you type, and ...


16: Discovering the Magic Behind React '

https://heismanish.hashnode.dev/discovering-the-magic-behind-react

Hashnode - javascript (Javascript)

Here, we will explore the process of converting React elements behind the scenes into tangible HTML. A Component Returning Another Component Imagine you have a React component called App. This component, when invoked, returns yet another React compon...


17: How Variables, declared with var, let and const behave in JavaScript'

https://nirmallyakoner.hashnode.dev/variable-js-nirmallya

Hashnode - javascript (Javascript)

A variable is a container for a value, like a number we might use in a sum or a string that we might use as part of a sentence. First, discuss a few terms related to the topic: *Keywords in JavaScript are a set of reserved words that cannot be used a...


18: Promisification of functions'''

https://abhinaisai.hashnode.dev/promisification-of-functions

Hashnode - javascript (Javascript)

We often use ES6 features like promise to perform some side effects on our website like fetching data to avoid callback hell. To avoid callback hell even more with then and catch function, they came up with async, await syntax to write the asynchrono...


19: TikTok starts serving ads in its search results

https://searchengineland.com/tiktok-rolls-ads-search-results-431048

Search engine land (Référencement)

Brands can get started using a new feature called the Search Ads Toggle. The post TikTok starts serving ads in its search results appeared first on Search Engine Land.


20 / 141

20: Test your JavaScript Skills - Fundamentals

https://mahavir.hashnode.dev/test-your-javascript-skills-fundamentals-1-1

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss 7 FAQs on Javascript fundamentals. Identify the output of the below program let $=20; console.log("value", $); a.error b.20 c.undefined d. null e.no output Answer:b Reason: $ is a valid var...


21: Maximizing Performance with React's useMemo Hook

https://debasmitbiswal.hashnode.dev/maximizing-performance-with-reacts-usememo-hook

Hashnode - javascript (Javascript)

Introduction In a world where performance is a critical factor in delivering a seamless user experience, React developers often find themselves seeking ways to optimize their applications. One of the tools in their arsenal is the useMemo hook, a powe...


22: Enhancing Machine Learning Models: A Guide to Feature Engineering for House Price Prediction

https://jaynwabueze.hashnode.dev/enhancing-machine-learning-models-a-guide-to-feature-engineering-for-house-price-prediction

Hashnode - python (python)

In the rapidly changing field of machine learning, where algorithms are always evolving, one fundamental reality stays constant: the importance of feature engineering. The art of translating raw data into an artwork of insights lies beyond the algori...


23: Mastering Broadcasting in Python: Simplifying Array Operations

https://pythonwildernesstales.hashnode.dev/mastering-broadcasting-in-python-simplifying-array-operations

Hashnode - python (python)

Introduction As a seasoned Python developer, you're likely no stranger to the power and versatility of array operations. However, there's one concept that can take your array manipulation skills to the next level: broadcasting. Broadcasting is a smar...


24: Beginner's Guide to Machine Learning Processes

https://nwabucoder.hashnode.dev/beginners-guide-to-machine-learning-processes

Hashnode - python (python)

For the benefit of those who are unsure what machine learning (ML) is, here is a simple explanation. Machine learning is the process involved in "training" a computer with a set of data so that the machine "learns" to predict the result of a particul...


25: Test your JavaScript Skills - Fundamentals

https://mahavir.hashnode.dev/test-your-javascript-skills-fundamentals-1

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss 7 FAQs on Javascript fundamentals. Identify the output of the below program let mydata = "ram" + false; console.log("mydata", mydata); a.error b.ram0 c.ramfalse d. truefalse e.NaN Answer:c ...


26: Intersection Observer | Creating infinite scroll in your web application

https://devshekhawat.com/intersection-observer-creating-infinite-scroll-in-your-web-application

Hashnode - javascript (Javascript)

If you're not a cave-dweller and don't harbour a hatred for Jeff Bezos (even if you do, it doesn't matter), you've likely shopped online. When you search for an item on these online stores, you're presented with a list of results. If you're not as pe...


27: A Comprehensive Guide to JavaScript Selectors in the Document Object Model (DOM)

https://onunkwor.hashnode.dev/a-comprehensive-guide-to-javascript-selectors-in-the-document-object-model-dom

Hashnode - javascript (Javascript)

Introduction In the ever-evolving realm of web development, the Document Object Model (DOM) is our canvas, and JavaScript selectors are the brushes that bring our designs to life. They grant us the remarkable ability to pinpoint specific elements wit...


28: Google releases August 2023 broad core update

https://searchengineland.com/google-releases-august-2023-broad-core-update-431043

Search engine land (Référencement)

This is the second Google core update of 2023. The rollout is expected to take up to two weeks to complete. The post Google releases August 2023 broad core update appeared first on Search Engine Land.


29: Visualizing the Impact of the G20's Corporate Subsidies

https://www.visualcapitalist.com/sp/visualizing-the-impact-of-g20s-corporate-subsidies/

Visual Capitalist (dataviz)

The Hinrich Foundation visualizes the impact of corporate subsidies by G20 nations between 2008 and Q1 2023. The post Visualizing the Impact of the G20's Corporate Subsidies appeared first on Visual Capitalist.


30 / 141

30: Google on ranking updates: Focus on big picture, not individual signals

https://searchengineland.com/google-ranking-updates-big-picture-431035

Search engine land (Référencement)

Google also stressed the importance of authentic content in an AI world and thinking about satisfying the people who find your content. The post Google on ranking updates: Focus on big picture, not individual signals appeared first on Search Engine Land.


31: Jinja HTML Templates With Dart Frog

https://yande.hashnode.dev/jinja-html-templates-with-dart-frog

Hashnode - Flutter (Flutter)

Introduction HTML templates are a foundational concept in web development that involve creating reusable structures for generating dynamic HTML content. HTML templates offer several benefits in web development such as allowing dynamic data integratio...


32: Handling Yes/No User Input in Python

https://stackabuse.com/handling-yes-no-user-input-in-python/

Stack Abuse (Javascript)

Introduction In this Byte, we'll see how to handle user input in Python, specifically how to get a Yes/No answer. This kind of input is needed in quite a few applications, like command line utilities. Link: This [...]


34: Python

https://nithyakolluru.hashnode.dev/python

Hashnode - python (python)

Hey people, today we are going to know what is Python and by whom Python is created. Python is a computer programming language. What is a programming language' which is the language through which we communicate with the computer to follow our instruc...


35: Microsoft intègre Python à Excel : ce qui change

https://www.blogdumoderateur.com/microsoft-integre-python-excel/

Blog du Moderateur ()

Grâce à un partenariat avec Anaconda, Microsoft annonce l'intégration de Python dans les tableurs Excel.


36: Data Vis Dispatch, August 22

https://blog.datawrapper.de/data-vis-dispatch-august-22-2023/

Data Wrapper ()

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


37: Distinguishing Instance-Level and Class Methods

https://mathdatasimplified.com/2023/08/22/classmethod-what-is-it-and-when-to-use-it/

Math Data Simplified (data)

An instance-level method requires instantiating a class object to operate, while a class method doesn't. Class methods can provide alternate ways to construct objects. In the code below, the from_csv class method instantiates the class by reading data from a CSV file. The post Distinguishing Instance-Level and Class Methods appeared first on Data Science Simplified.


38: Creating Text with Ellipsis in HTML and CSS

https://iruemu.hashnode.dev/creating-text-with-ellipsis-in-html-and-css

Hashnode - javascript (Javascript)

Text truncation with ellipsis is a common technique used in web design to handle situations where text content is too long to fit within a fixed width container. This technique allows users to see a snippet of the text with an ellipsis (...) at the e...


39: Journey Continues to Surprise...

https://harsehrawat.hashnode.dev/journey-continues-to-surprise

Hashnode - javascript (Javascript)

Getting the sense of importance for consistency . Now realised i am on a path that if i follow till mission end , i will be completely changed person . BTW today again i am doing WebDev . On day 2 i learned to create a payment form and a website with...


40 / 141

40: UX documentation: Guide, best practices, template

http://blog.logrocket.com/ux-design/ux-documentation-guide-best-practices-template/

Log Rocket blog (Web 2)

Documentation may not be your favorite part of the UX design process, but it's crucial to the success of any design project. The post UX documentation: Guide, best practices, template appeared first on LogRocket Blog.


41: Meta publie SeamlessM4T, un traducteur automatique multimodal gérant 100 langues

https://www.usine-digitale.fr/article/meta-devoile-seamlessm4t-son-traducteur-multilingue-et-multimodal-base-sur-l-ia.N2162382

L'usine-digitale (Informatique)

SeamlessM4T est le dernier projet d'intelligence artificielle de Meta. Ce traducteur multilingue et multimodal, accessible gratuitement à des fins de recherche, peut comprendre et traiter près de 100 langues, à l'écrit comme à l'oral.


43: Solving the "Unexpected end of JSON input" Error in JavaScript

https://stackabuse.com/solving-the-unexpected-end-of-json-input-error-in-javascript/

Stack Abuse (Javascript)

Introduction JavaScript Object Notation, or JSON, is one of the most commonly used data formats with diverse uses in data storage and transmission. However, like any other programming task, you may encounter errors when working with it. One common error in JavaScript is the "Unexpected end of JSON input" error.


44: 3 types of product virality

http://blog.logrocket.com/product-management/3-types-of-virality/

Log Rocket blog (Web 2)

Product virality is the most efficient, cheapest, and yet hardest-to-grasp growth engine you can build. Learn how to improve the virality of your product based on examples from companies like Snapchat, Uber, and Dropbox. The post 3 types of product virality appeared first on LogRocket Blog.


45: Using Rust GATs to improve code and application performance

http://blog.logrocket.com/using-rust-gats-improve-code-app-performance/

Log Rocket blog (Web 2)

Generic associated types in Rust can help us address some of the language's limitations and improve performance. The post Using Rust GATs to improve code and application performance appeared first on LogRocket Blog.


46: Converting Integers to Booleans in JavaScript

https://stackabuse.com/converting-integers-to-booleans-in-javascript/

Stack Abuse (Javascript)

Introduction In JavaScript, data types are fundamental concepts that we all must understand, like booleans. One common task you might encounter is converting integers to booleans. This might seem odd at first to beginners, but it's more common than you think. In this Byte, we'll explore how to convert an


47: Mise à jour WinRar vivement recommandée pour corriger 2 failles critiques

https://www.lemondeinformatique.fr/actualites/lire-mise-a-jour-winrar-vivement-recommandee-pour-corriger-2-failles-critiques-91337.html

Le monde informatique (Informatique / Internet)

Les utilisateurs sont invités à mettre à jour leurs installations WinRar afin de corriger deux failles critiques que les attaquants (...)


48: 5 ways to improve PPC lead quality

https://searchengineland.com/improve-ppc-lead-quality-431009

Search engine land (Référencement)

When quality matters much more than the quantity of leads, use these surefire tips to help catapult your return on ad spend. The post 5 ways to improve PPC lead quality appeared first on Search Engine Land.


49: Fin abrupte du multijoueur de l'un des jeux les plus financés de Meta

https://www.realite-virtuelle.com/medal-of-honor-above-and-beyond-fin-multijoueur/

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

« Medal of Honor: Above and Beyond » est l'un des jeux VR les mieux financés de […] Cet article Fin abrupte du multijoueur de l’un des jeux les plus financés de Meta a été publié sur REALITE-VIRTUELLE.COM.


50 / 141

50: Midjourney : une nouvelle option pour ajouter des détails à vos images générées

https://www.blogdumoderateur.com/midjourney-option-ajout-details-images/

Blog du Moderateur ()

Une nouvelle fonctionnalité permettant d'éditer ou enrichir votre visuel d'origine a été intégrée au générateur d'images par IA.


51: Le support de la concurrence structurée dans la rodmap Swift

https://www.lemondeinformatique.fr/actualites/lire-le-support-de-la-concurrence-structuree-dans-la-rodmap-swift-91336.html

Le monde informatique (Informatique / Internet)

Dans son bulletin du 17 août, le Swift Server Workgroup (SSWG), qui promeut l'utilisation du langage open source - lancé à l'origine (...)


52: Le support de la concurrence structurée dans la roadmap Swift

https://www.lemondeinformatique.fr/actualites/lire-le-support-de-la-concurrence-structuree-dans-la-roadmap-swift-91336.html

Le monde informatique (Informatique / Internet)

Dans son bulletin du 17 août, le Swift Server Workgroup (SSWG), qui promeut l'utilisation du langage open source - lancé à l'origine (...)


53: Trim the Last N Characters from a String in JavaScript

https://stackabuse.com/trim-the-last-n-characters-from-a-string-in-javascript/

Stack Abuse (Javascript)

Introduction JavaScript has quite a few methods to manipulate strings. One of those methods involves trimming the last N characters from a string. This Byte will show you two ways to achieve this: using the String.substring() method and conditionally removing the last N characters. Using String.substring() to Trim


54: Pour repartir de l'avant, Threads lance une version web

https://www.usine-digitale.fr/article/pour-repartir-de-l-avant-threads-lance-une-version-web.N2161877

L'usine-digitale (Informatique)

Selon les estimations du cabinet SimilarWeb, le nombre d'utilisateurs actifs de ce rival de Twitter est passé sous les 10 millions, contre près de 50 millions lors de son lancement en juillet.


55: Les enjeux de la cybersécurité dans la finance '

https://www.lebigdata.fr/cybersecurite-finance

Le Big Data (dataviz)

La cybersécurité et la finance vont plus que jamais de pair. Les institutions financières doivent mieux se protéger à cause … Cet article Les enjeux de la cybersécurité dans la finance ' a été publié sur LEBIGDATA.FR.


56: Python3.12 is Happening..!

https://imsadra.me/python312-is-happening

Hashnode - python (python)

In this quick overview, we're going to talk about Python 3.12 and its new amazing features as well as my personal thoughts on each upgrade/downgrade. My thoughts are specified with the "IMO" (In My Opinion) keyword at the beginning of the quotes. Nes...


57: Integrating Supabase with Prisma and TRPC: A Comprehensive Guide

https://tobicode.hashnode.dev/integrating-supabase-with-prisma-and-trpc-a-comprehensive-guide

Hashnode - javascript (Javascript)

Intro You can skip this intro if you're familiar with Prisma, Supabase, and TRPC. In this blog post, we'll explore 3 tools and frameworks that when combined, deliver a powerful and efficient development experience: Prisma, Supabase, and TRPC. Prisma ...


58: Understanding async context and the future of server-side JavaScript

http://blog.logrocket.com/understanding-async-context-future-server-side-javascript/

Log Rocket blog (Web 2)

Learn about the Async Context API, currently a stage 2 ECMAScript proposal that stands to alter the future of server-side JavaScript. The post Understanding async context and the future of server-side JavaScript appeared first on LogRocket Blog.


59: 4 simple but effective ways to use affinity mapping

http://blog.logrocket.com/product-management/affinity-mapping-definition-overview/

Log Rocket blog (Web 2)

Affinity mapping is the process of organizing qualitative data into groups in order to make more sense of it. The post 4 simple but effective ways to use affinity mapping appeared first on LogRocket Blog.


60 / 141

60: The 5 degrees of link relevance

https://searchengineland.com/link-relevance-degrees-430966

Search engine land (Référencement)

Here's a framework that bridges the gap between theory and practice, enabling you to build high-quality, relevant links consistently. The post The 5 degrees of link relevance appeared first on Search Engine Land.


61: Remove an Object from an Array by Value in JavaScript

https://stackabuse.com/remove-an-object-from-an-array-by-value-in-javascript/

Stack Abuse (Javascript)

Introduction In JavaScript, arrays a commonly used and flexible data structure. They can hold any type of value, including objects. However, there may be times when you need to remove an object from an array based on its value. This Byte will explore two methods to achieve this: Array.findIndex(


62: Le Royaume-Uni dit oui au rachat de VMware, la Chine se fait désirer

https://www.lemondeinformatique.fr/actualites/lire-le-royaume-uni-dit-oui-au-rachat-de-vmware-la-chine-se-fait-desirer-91333.html

Le monde informatique (Informatique / Internet)

Alors que VMware Explore se tient en ce moment même à Las Vegas (du 21 au 24 aout), l'opération VMware connaît un nouveau (...)


63: Python-For Begineers

https://adityalad2003.hashnode.dev/python-for-begineers

Hashnode - python (python)

Python basics cover the fundamental concepts and features of the Python language that you need to know to get started with Python programming. The main topics covered in Python basics are: 1. Syntax Python uses fairly conventional syntax with some un...


64: Python-For Begineers

https://adityaladblogs.com/python-for-begineers

Hashnode - python (python)

Python basics cover the fundamental concepts and features of the Python language that you need to know to get started with Python programming. The main topics covered in Python basics are: 1. Syntax Python uses fairly conventional syntax with some un...


65: Vision Pro : Plus de stockage que la plupart des iPhones '

https://www.realite-virtuelle.com/vision-pro-espace-stockage-1-to/

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

Du nouveau sur le Vision Pro d'Apple. Ce nouveau bijou embarquerait un espace de stockage […] Cet article Vision Pro : Plus de stockage que la plupart des iPhones ' a été publié sur REALITE-VIRTUELLE.COM.


66: 13 JavaScript Animation Libraries for Designers

https://www.webdesignerdepot.com/13-javascript-animation-libraries-for-designers/

Webdesigner depot (Design)

Animation is a good web designer's secret weapon. To animate means to bring to life, and a few little animated touches can liven up even the dullest content.


67: Operator precedence

https://mdalamin.hashnode.dev/operator-precedence

Hashnode - javascript (Javascript)

Just like with math and logical operators, the concepts of operator precedence also pertain to objects. Associativity determines the order of operation, along with precedence. There are two types of associativity: right-associativity and left-associa...


68: Why you should prep your holiday SEO campaigns now and how

https://searchengineland.com/prep-holiday-seo-campaigns-now-how-430986

Search engine land (Référencement)

Don't wait for the holiday rush! Kick off your SEO preparations now and maximize your holiday sales potential for seasonal success. The post Why you should prep your holiday SEO campaigns now and how appeared first on Search Engine Land.


69: Tests du HTC Vive XR Elite : Découvrez nos impressions

https://www.realite-virtuelle.com/tests-du-htc-vive-xr-elite-nos-impressions/

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

Révélé lors du CES 2023 à Las Vegas, le HTC Vive XR Elite représente un […] Cet article Tests du HTC Vive XR Elite : Découvrez nos impressions a été publié sur REALITE-VIRTUELLE.COM.


70 / 141

70: Microsoft vend le Cloud Gaming d'Activision à Ubisoft : quel impact pour les joueurs et l'industrie '

https://www.lebigdata.fr/microsoft-cloud-gaming-ubisoft

Le Big Data (dataviz)

Afin de convaincre les régulateurs britanniques d'approuver l'acquisition d’Activision Blizzard, Microsoft propose de donner les droits de Cloud Gaming à … Cet article Microsoft vend le Cloud Gaming d’Activision à Ubisoft : quel impact pour les joueurs et l’industrie ' a été publié sur LEBIGDATA.FR.


71: Les dernières failles x86 forcent la mise à jour du noyau Linux

https://www.lemondeinformatique.fr/actualites/lire-les-dernieres-failles-x86-forcent-la-mise-a-jour-du-noyau-linux-91334.html

Le monde informatique (Informatique / Internet)

Des vulnérabilités critiques ont été dévoilées ce mois-ci dans les architectures des puces x86 d'Intel (...)


72: Blog 4: From Beginner to Pro in JavaScript! ''

https://rach.dev/blog-4-from-beginner-to-pro-in-javascript

Hashnode - javascript (Javascript)

Hi Coders!!' Welcome to Part 4 of our adventure in the world of JavaScript for beginners! ' In Part 1, we delved into foundational concepts like printing statements, working with variables, and understanding arithmetic operators. ' Part 2 was all...


73: JavaScript Interview Question: Looping over an Array

https://ofcljaved.hashnode.dev/javascript-interview-question-looping-over-an-array

Hashnode - javascript (Javascript)

In the interview process, you might encounter a seemingly straightforward question: looping over an array ' easy peasy, right' You'd probably use a foreach or a basic for loop to iterate through the array elements. However, there's a twist: the inter...


74: Avec Hightouch, Snowflake intègre la résolution d'identité à son Data Cloud

https://www.lemondeinformatique.fr/actualites/lire-avec-hightouch-snowflake-integre-la-resolution-d-identite-a-son-data-cloud-91332.html

Le monde informatique (Informatique / Internet)

La résolution et la déduplication de l'identité des clients est un défi de taille auquel sont confrontées toutes les (...)


75: Déplacez-vous encore manuellement vos tickets Jira '

https://medium.com/norauto-international/are-you-still-moving-jira-cards-manually-17542d155659

Humancoders ()

D'accord, il y a peut-être de la place pour quelques actions manuelles de temps en temps. Mais ne serait-il pas plus agréable de ne conserver que les actions pertinentes et d'automatiser toutes les transitions lorsque cela est possible ' Commentaires L'article Déplacez-vous encore manuellement vos tickets Jira ' a été posté dans la catégorie Développement de Human Coders News


76: OpenAI veut utiliser l'IA générative pour modérer les réseaux sociaux

https://www.usine-digitale.fr/article/openai-veut-utiliser-l-ia-generative-pour-moderer-les-reseaux-sociaux.N2162167

L'usine-digitale (Informatique)

Le concepteur de ChatGPT, qui vient de lancer une phase d'expérimentation, promet d'améliorer la modération des plateformes, tout en réduisant "la charge mentale" des modérateurs humains.


77: Étude : ChatGPT et Bard continuent de relayer des fake news

https://www.blogdumoderateur.com/etude-chatgpt-bard-continuent-relayer-fake-news/

Blog du Moderateur ()

NewsGuard constate que les agents conversationnels ne sont pas capables de faire le tri dans les informations ou faire preuve de prudence.


78: Firebase: A good start for Developers

https://ayeshatechtalk.hashnode.dev/firebase-a-good-start-for-developers

Hashnode - javascript (Javascript)

Have you ever thought of creating a Complete Web Application but the only hurdle in you're way was not being familiar with Backend development' Don't worry, Firebase is here to guide you. Recently, I have embarked on my journey of creating a web app ...


79: JavaScript Objects: A Comprehensive Guide

https://shefali.dev/javascript-objects

Hashnode - javascript (Javascript)

In JavaScript, objects play an important role in organizing and managing data. In this blog post, we'll learn about JavaScript objects, their methods and their properties. Let's start! What are JavaScript Objects' In JavaScript, objects allow you to ...


80 / 141

80: Developer experience with nuxt 3 ' Vue Amsterdam Conference 2022 ' Tenth Talk

https://mohsenv.hashnode.dev/developer-experience-with-nuxt-3-vue-amsterdam-conference-2022-tenth-talk

Hashnode - vuejs (Javascript)

Daniel Roe ' Core team member at Nuxt.js Hello, dear readers! I'm back with another insightful piece, this time focusing on the developer experience in Nuxt 3, as presented by Daniel Roe, a core team member of Nuxt. Daniel also did a live coding sess...


81: YouTube veut adopter un cadre pour l'IA générative musicale : ce qu'il faut savoir

https://www.blogdumoderateur.com/youtube-veut-adopter-cadre-ia-generative-musicale/

Blog du Moderateur ()

YouTube souhaite accompagner la création musicale par IA et renforcer ses politiques de sécurité et de protection des droits d'auteur.


82: Test your JavaScript Skills - Fundamentals - 3

https://mahavir.hashnode.dev/test-your-javascript-skills-fundamentals-3

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss 7 FAQs on Javascript fundamentals. Identify the output of the below program let mydata = null +1; console.log("mydata", mydata); a.error b.null c.undefined d.1 e.2 Answer:d Reason: The null...


83: Avec la KL730, Kneron stimule le marché des puces IA pour l'automobile

https://www.lemondeinformatique.fr/actualites/lire-avec-la-kl730-kneron-stimule-le-marche-des-puces-ia-pour-l-automobile-91331.html

Le monde informatique (Informatique / Internet)

Dénommée KL730, cette unité de traitement neuronal d'un nouveau genre, lancée la semaine dernière par Kneron, (...)


84: Microsoft fait une nouvelle offre de rachat d'Activision au Royaume-Uni qui implique Ubisoft

https://www.usine-digitale.fr/article/microsoft-fait-une-nouvelle-offre-de-rachat-d-activision-au-royaume-uni-impliquant-ubisoft.N2162192

L'usine-digitale (Informatique)

La Competition and Markets Authority, l'autorité britannique de la concurrence, continue de bloquer le rachat d'Activision-Blizzard-King. Microsoft vient de réaliser une nouvelle offre, passant un accord avec l'éditeur français Ubisoft pour la cession des droits de diffusion cloud des jeux d'Activision en dehors de l'Espace économique européen.


85: Rachat d'Activision : Microsoft soumet une offre restructurée avec l'aide d'Ubisoft

https://www.usine-digitale.fr/article/rachat-d-activision-microsoft-soumet-une-offre-restructuree-avec-l-aide-d-ubisoft.N2162192

L'usine-digitale (Informatique)

En réponse au blocage de son rachat d'Activision-Blizzard-King par l'autorité britannique de la concurrence, Microsoft vient de proposer une offre restructurée qui s'appuie sur un accord avec l'éditeur français Ubisoft. Microsoft lui cédera les droits de diffusion cloud des jeux d'Activision en dehors de l'Espace économique européen, tout en honorant ses précédents engagements.


86: Python Data Types and Data Structures for DevOps

https://neha99.hashnode.dev/python-data-types-and-data-structures-for-devops

Hashnode - python (python)

List: A list is an ordered collection of items. Elements in a list are enclosed in square brackets [ ]. Lists are mutable, meaning you can add, remove, or modify elements after creation. Lists can contain duplicate elements. Hands-on Example fo...


87: La croissance d'Econocom sauvée par les rachats au 1er semestre 2023

https://www.lemondeinformatique.fr/actualites/lire-la-croissance-d-econocom-sauvee-par-les-rachats-au-1er-semestre-2023-91325.html

Le monde informatique (Informatique / Internet)

Comme il l'indique lui-même, Econocom a bénéficié des rachats qu'il a effectué l'an dernier pour contrebalancer les effets (...)


88: Enfin une charge réellement rapide sur iPhone 15 '

https://www.lemondeinformatique.fr/actualites/lire-enfin-une-charge-reellement-rapide-sur-iphone-15-91327.html

Le monde informatique (Informatique / Internet)

S'il est quasiment acquis que la gamme d'iPhone 15, dont le lancement est attendu le mois prochain, passera enfin du Lightning à l'USB-C, (...)


89: Golang, le point sur les avancées de la v1.21

https://www.lemondeinformatique.fr/actualites/lire-golang-le-point-sur-les-avancees-de-la-v121-91260.html

Le monde informatique (Informatique / Internet)

Go 1.21, la dernière mise à jour du langage de programmation Go de Google, est désormais disponible en version de production. La nouvelle (...)


90 / 141

90: BeFake AI : une nouvelle application aux antipodes de BeReal

https://www.blogdumoderateur.com/befake-ai-nouvelle-application-antipodes-bereal/

Blog du Moderateur ()

En copiant le principe de BeReal mais avec une philosophie à l'exact opposé, BeFake chasse l'authenticité à l'aide de l'intelligence artificielle générative.


91: Coder une BDD from scratch pour comprendre comment ça marche

https://github.com/spandanb/learndb-py

Humancoders ()

Un projet très sympa : pour comprendre comment fonctionne une base de données relationnelle, le mieux est d'en coder une ! Ce repo est un tutoriel pour coder sa propre BDD pas à pas. Commentaires L'article Coder une BDD from scratch pour comprendre comment ça marche a été posté dans la catégorie Bases de données de Human Coders News


92: Laravel au quotidien 024

https://www.youtube.com/watch?v=LDf9uOXWSE0

Humancoders ()

Bonjour à toutes et à tous, voici la version vidéo de ma newsletter 'Laravel au quotidien' pour celles et ceux parmi vous qui sont plutôt visuels.'' Larave' Commentaires L'article #Laravel au quotidien #024 a été posté dans la catégorie PHP de Human Coders News


93: Laravel au quotidien 023

https://www.youtube.com/watch?v=ZfIxJCxfRiM

Humancoders ()

Bonjour à toutes et à tous, voici la version vidéo de ma newsletter 'Laravel au quotidien' pour celles et ceux parmi vous qui sont plutôt visuels. '' Laravel au quotidien #023 est live '' Au menu: - @AshAllen #Manager #pattern - Laravel Telescope Toolbar - @LaravelJutsu #capsule - Log Fake - Laravel Source Encrypter Commentaires L'article #Laravel au quotidien #023 a été posté dans la [...]


94: Laravel au quotidien 022

https://www.youtube.com/watch?v=Kg0b0MgK6Zw

Humancoders ()

Bonjour à toutes et à tous, voici la version vidéo de ma newsletter 'Laravel au quotidien' pour celles et ceux parmi vous qui sont plutôt visuels. '' Laravel au quotidien #022 est live '' Au menu: - @paulredmond de @laravelnews 10.19 - @driesvints #Laravel release Day - @amitavroy7 #FilamentPHP #Multitenant - @tonysmdev #Trix #Package - @mmartin_joo #Docker #Laravel Commentaires L'article [...]


95: Comment diagnostiquer et corriger du Cumulative Layout Shift (CLS) '

https://www.julienpradet.fr/tutoriels/comment-detecter-du-cls/

Humancoders ()

On a tous en tête ces sites qui clignotent dans tous les sens pendant leur chargement. Cet effet se mesure via le Cumulative Layout Shift. Qu'est-ce que c'est exactement ' Comment le diagnostiquer ' Quelles bonnes pratiques avoir en tête ' Commentaires L'article Comment diagnostiquer et corriger du Cumulative Layout Shift (CLS) ' a été posté dans la catégorie Dev. Front de Human Coders News


96: Arm lance son processus d'introduction en Bourse

https://www.usine-digitale.fr/article/arm-lance-son-processus-d-introduction-en-bourse.N2162147

L'usine-digitale (Informatique)

Le concepteur de l'architecture ARM va entrer sur le Nasdaq mi-septembre. Malgré un léger repli de son chiffre d'affaires l'an passé, il mise sur l'intérêt des investisseurs pour l'IA générative.


97: Recursion in JavaScript: A Practical Overview

https://lynxdev.com/recursion-in-javascript-a-practical-overview

Hashnode - javascript (Javascript)

Google search comes with an Easter egg, where if you search for the word recursion, a did you mean: recursion link appears at the top of the webpage. You would typically expect to get such a link if there were a typo in your search. However, as seen ...


98: 5 formations en ligne pour maîtriser les techniques du SEO

https://www.blogdumoderateur.com/selection-formation-seo-166/

Blog du Moderateur ()

Notre sélection de formations est dédiée à celles et ceux qui souhaitent développer leurs compétences en référencement naturel sur le web.


99: L'essor de l'IA tire les résultats 2023 de Cisco

https://www.lemondeinformatique.fr/actualites/lire-l-essor-de-l-ia-tire-les-resultats-2023-de-cisco-91330.html

Le monde informatique (Informatique / Internet)

Le succès des résultats du dernier trimestre de l'exercice 2023 annoncés par le géant des réseaux Cisco a été (...)


100 / 141

100: Webinar : conseils et bonnes pratiques pour une meilleure expérience utilisateur

https://www.blogdumoderateur.com/webinar-conseils-bonnes-pratiques-meilleure-experience-utilisateur/

Blog du Moderateur ()

Nous organisons un nouveau webinar avec Testapic pour faire le tour des conseils et bonnes pratiques afin d'optimiser l'UX de votre site web.


101: Passenger planes flying too close

https://flowingdata.com/2023/08/22/passenger-planes-flying-too-close/

Flowing data (dataviz)

Sometimes passenger planes get a little too close to each other on takeoff…Tags: flights, New York Times


102: Test your JavaScript Skills - Fundamentals - 2

https://mahavir.hashnode.dev/test-your-javascript-skills-fundamentals-2

Hashnode - javascript (Javascript)

Introduction Namaste, In the post I will discuss 7 FAQs on Javascript fundamentals Identify the output of the below program let mydata = NaN/2; console.log("mydata", mydata); a. Error b. NaN c. Undefined d. 100.5 e. null Answer: b Reason: ...


103: Introduction to Quantitative Investing with Python

https://bindu.hashnode.dev/introduction-to-quantitative-investing-with-python

Hashnode - python (python)

Quantitative investing is an approach to investing that involves using data-driven techniques and mathematical models to make investment decisions. This approach relies on analyzing various financial and economic data to identify market patterns, tre...


104: Develop a text editor app with Python

https://mustafatech.hashnode.dev/develop-a-text-editor-app-with-python

Hashnode - python (python)

Learn Tkinter by making a Text editor app If you have come to this blog and are completely new to tkinter or a beginner in Python, then this blog is exactly for you. What are we going to learn today - Today we will create a basic text editor using...


105: Hawaii : les incendies causés par une attaque laser ' La théorie qui déchaîne TikTok

https://www.lebigdata.fr/incendies-hawaii-dew

Le Big Data (dataviz)

À Hawaii, les habitants subissent encore la vision apocalyptique de Lahaina (île de Maui) après l'incendie tragique et particulièrement meurtrier … Cet article Hawaii : les incendies causés par une attaque laser ' La théorie qui déchaîne TikTok a été publié sur LEBIGDATA.FR.


106: Réussir son questionnaire UX en ligne, règles à appliquer et pièges à éviter

https://www.usabilis.com/reussir-son-questionnaire-ux-en-ligne/

Usabilis (ux)

Rien de plus simple que de formuler un questionnaire UX en ligne pour sonder le ressenti des utilisateurs d'une application ou d'un site. Les idées de questions ne vous manquent pas et les aides en ligne abondent... Cet article Réussir son questionnaire UX en ligne, règles à appliquer et pièges à éviter est apparu en premier sur USABILIS.


107: Finding the Most Common Element in a List - A Python Example

https://fakhirblogs.io/finding-the-most-common-element-in-a-list-a-python-example

Hashnode - python (python)

When working with data in Python, it's often necessary to analyze and manipulate lists. One common task is finding the element that appears the most frequently in a given list. In this blog post, we'll explore a simple Python code snippet that accomp...


108: Baldur's Gate 3 : pourquoi l'acte 3 peut faire souffrir votre PC '

https://www.lebigdata.fr/baldurs-gate-3-peut-faire-souffrir-votre-pc

Le Big Data (dataviz)

Après le déploiement de la dernière mise à jour majeure de Baldur’s Gate 3, des joueurs ont exprimé des préoccupations … Cet article Baldur’s Gate 3 : pourquoi l’acte 3 peut faire souffrir votre PC ' a été publié sur LEBIGDATA.FR.


109: Test your JavaScript Skills - Fundamentals

https://mahavir.hashnode.dev/test-your-javascript-skills-fundamentals

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog post I will discuss 7 common FAQs on JS Fundamentals Identify the output of the below program let mydata = "data" / 2; console.log("mydata", mydata); a. Error b. data c. undefined d. NaN Answer: d Reason: ...


110 / 141

110: Il charge son smartphone au travail, la réaction de son patron choque le web

https://www.lebigdata.fr/smartphone-charger-au-travail

Le Big Data (dataviz)

Les enjeux du monde professionnel moderne dépassent parfois l’entendement. Une histoire récente, centrée sur la réaction de son patron à … Cet article Il charge son smartphone au travail, la réaction de son patron choque le web a été publié sur LEBIGDATA.FR.


111: Blog 3 : JavaScript Essentials for Beginners

https://rach.dev/blog-3-javascript-essentials-for-beginners

Hashnode - javascript (Javascript)

Hello, fellow coders! Welcome back to the latest installment of "Priyanshu Mishra Blogs"! Today, we're diving into Part-3 of our JavaScript for Beginners series, and I can't wait to see your programming skills continue to grow. ' Just to jog your me...


112: Goossips SEO : balises HTML, désindexation temporaire et trafic Discover

https://www.abondance.com/20230822-131761-goossips-seo-balises-html-desindexation-temporaire-trafic-discover.html

Abondance (Référencement)

Quelques infos sur Google (et Bing parfois) et son moteur de recherche, glanées ici et là de façon officieuse ces derniers jours. Au programme, cette semaine : l'impact de la balise HTML article, la désindexation pour faire disparaître un lien annexe et la dépendance au trafic de Discover. Voici une petite compilation des informations fournies […] L'article "Goossips SEO : balises HTML [...]


113: Comment mettre à jour la version PHP de votre site WordPress '

https://wpmarmite.com/mettre-jour-version-php-wordpress/

WP Marmite (wordpress)

Rapidité et sécurité, ça rime avec ' Efficacité. Bien joué, +1. Ça rime aussi avec' PHP !  Pour disposer d'un site dont les pages se chargent vite, tout en offrant un bouclier solide face aux attaques pirates, il existe une... Comment mettre à jour la version PHP de votre site WordPress ' est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


114: JavaScript Interview Program

https://mageshkannan.hashnode.dev/javascript-interview-program

Hashnode - javascript (Javascript)

Question: Given a string exp, Write a program to check whether the parentheses, curly braces, and square brackets Test Case 1: //input const exp = "{()}[]" //output Balanced Test Case 2: //input const exp = "{(]}[(" //output Not Balanced The proble...


115: A Simple Guide to Design Tokens, Tokens Studio, and Resolver Graph

https://techblog.geekyants.com/a-simple-guide-to-design-tokens-tokens-studio-and-resolver-graph

Geek y Ants ()

What Are Design Tokens' Let us take a look at how some leading companies have defined design tokens: Mozilla: A design token is an abstraction of a visual property such as color, font, width, animation, etc. These raw values are language application agnostic and, once transformed and formatted, can be used on any platform. Salesforce: Design tokens are the visual design atoms of the design system [...]


116: How to Build a Dynamic Music App Using JavaScript

https://shivamkatareblog.hashnode.dev/how-to-build-a-dynamic-music-app-using-javascript

Hashnode - javascript (Javascript)

Hello there! ' Learning to code while listening to music makes it fun. In this post, we'll build a simple music player from scratch using HTML, CSS, and JavaScript. Whether you're a beginner or an expert, this project will be a fun way to learn some...


117: Demystifying Recursion in Binary Search Trees

https://nowaymyname.hashnode.dev/demystifying-recursion-in-binary-search-trees

Hashnode - python (python)

Binary Search Trees (or BSTs) have always fascinated me, not only because of their inherent nature to keep things sorted but also due to the variety of algorithms they offer. From insertion to deletion, BSTs are robust. Today, I'd like to delve into ...


118: Flutter day39and40

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

Hashnode - Flutter (Flutter)

No work but happy to share that I got the internship, and I am getting admission to Delhi University, Department of Computer Science for MCA. It's most likely that I'll join the internship, just a few clarifications to be made before the offer letter...


119: The Essence of JavaScript To Web Development

https://linktoyinka.hashnode.dev/the-essence-of-javascript-to-web-development

Hashnode - javascript (Javascript)

I know you have been wondering what exactly this JavaScript (JS) is that has gathered so much attention everywhere. The answer is straightforward: JS is a very potent scripting and programming language that web developers frequently utilize to add di...


120 / 141

120: The Essence of JavaScript in Web Development

https://linktoyinka.hashnode.dev/the-essence-of-javascript-in-web-development

Hashnode - javascript (Javascript)

I know you have been wondering what exactly this JavaScript (JS) is that has gathered so much attention everywhere. The answer is straightforward: JS is a very potent scripting and programming language that web developers frequently utilize to add di...


121: Elevating App Development with Flutter: Crafting Exquisite Cross-Platform Experiences

https://techrichie.hashnode.dev/elevating-app-development-with-flutter-crafting-exquisite-cross-platform-experiences

Hashnode - Flutter (Flutter)

Introduction: In the dynamic realm of mobile app development, there's a standout player that's been capturing the attention of developers and users alike: Flutter. This groundbreaking framework, known for its ability to create stunning cross-platform...


122: Mastering SOLID Principles in Android Development

https://jesseonoyeyan.hashnode.dev/mastering-solid-principles-in-android-development

Hashnode - Kotlin (Mobiles)

Introduction: Change is a constant in life, and similarly, application requirements evolve over time. In the realm of Android development, building clean, maintainable, and scalable code is paramount. With the ever-evolving components and libraries i...


123: Unity Essentials - Part 1 - Making a Scene!

https://sarahsotomayor.hashnode.dev/unity-essentials-part-1-making-a-scene

Hashnode - Unity (unity)

After completing the microgame tutorial to understand where to find menus and navigate through them, I moved on to the fun part! Unity Essentials Pathway is walking me through all the skills I need to know to create game scenes. My custom scene now h...


124: A Deep Dive into OOP Concepts || Pythonic Tale of OOP ' Part 01

https://fincoder.dev/a-deep-dive-into-oop-concepts-pythonic-tale-of-oop-part-01

Hashnode - python (python)

Hello everyone, I am just starting an blog series on OOP using Python. In this entire blog series, we will deep dive into OOP. We will learn OOP concepts using a real-world example, implement Object-Oriented Programming in Python code, and finally, w...


125: SendBird Alternatives - SendBird vs Competitors

https://metered.hashnode.dev/sendbird-alternatives-sendbird-vs-competitors

Hashnode - javascript (Javascript)

If you are looking for a Chat solution to add to your app or website. You might be considering SendBird or one of its competitors. Here we have done an extensive and detailed rundown of all the chat API and SDK solutions, and there is a wide variety ...


126: Turmoil

https://github.com/tokio-rs/turmoil

pointer.io (Développement)

Framework for testing distributed systems.


127: Git Tips And Tricks

https://www.justinjoyce.dev/git-tips-and-tricks/

pointer.io (Développement)

Topics covered include Git aliases for simplifying common commands, using the .gitconfig file for default settings, the --stat flag for an overview of changes, Git stash for managing changes without committing, rebasing techniques, amending commits, cherry-picking commits from one branch to another, and resetting commits. The author shares personal insights and examples, aiming to make daily Git u [...]


128: How To Communicate When Trust Is Low (Without Digging Yourself Into A Deeper Hole)

https://charity.wtf/2023/08/17/how-to-communicate-when-trust-is-low-without-digging-yourself-into-a-deeper-hole/

pointer.io (Développement)

Charity emphasizes the importance of small, positive interactions and offers specific tactics to rebuild trust. These include speaking tentatively, sounding friendly, taking time to compose oneself, communicating positive intent, and seeking clarity. The author shares personal experiences and insights, highlighting the need to over-communicate and overcompensate to avoid misinterpretations that ca [...]


129: How We Reduced The Size Of Our JavaScript Bundles By 33%

https://dropbox.tech/frontend/how-we-reduced-the-size-of-our-javascript-bundles-by-33-percent

pointer.io (Développement)

Dropbox reduced its JavaScript bundles by 33% by replacing its outdated module bundler with Rollup. The existing system led to large bundle sizes and performance issues. Rollup's features like automatic code-splitting and tree shaking optimized the bundling process. Despite challenges in implementation, the transition to Rollup significantly improved performance.


130 / 141

130: How Clerk Rolls Infra For Auth & User Management

https://clerk.com/blog/how-we-roll-infrastructure

pointer.io (Développement)

The complex infrastructure required to build and operate an authentication system. It contrasts self-hosted authentication, where developers manage the infrastructure, with a hosted authentication solution, where all auth-related responsibilities are delegated to a specialized service. The article details the components and integrations involved, including the use of cloud services and third-party [...]


131: FaceChain

https://github.com/modelscope/facechain

pointer.io (Développement)

Toolchain for generating your digital-twin.


132: Everything You Wish You Could Ask Your Manager

https://careercutler.substack.com/p/everything-you-wish-you-could-ask

pointer.io (Développement)

Insights from about topics like salary negotiation, promotions, 1-on-1s, and more for engineers. Takeaways include the importance of respectful and collaborative negotiation, aligning personal goals with company objectives, focusing on relationships and soft skills for promotions, and ensuring engineers control the agenda in 1-on-1 meetings. The article also touches on the challenges of middle man [...]


133: Moving From IC To Engineering Manager

https://staysaasy.com/management/2023/08/13/ic-to-em.html

pointer.io (Développement)

Best practices for transitioning from an IC to an engineering manager. Good reasons for the transition include a love for solving people problems and managing projects, while bad reasons include seeking more authority or escaping boredom. Necessary skills include communication, durability, technical competence, patience, and urgency. The article warns against the "Team Lead" role as a transitional [...]


134: Pointer Sponsor

https://clerk.com/

pointer.io (Développement)

This issue's sponsor is Clerk


135: Fuzz Testing Is the Best Thing To Happen To Our Application Tests

https://questdb.io/blog/fuzz-testing-questdb/

pointer.io (Développement)

The team at QuestDB faced challenges with segfaults, data corruption, and concurrency bugs. To address these, the team implemented fuzz testing, an automated software testing technique that provides invalid or unexpected data to a program to monitor for exceptions. This article details the process of introducing fuzz testing, revealing critical issues and leading to more robust database performanc [...]


136: Novu

https://github.com/novuhq/novu

pointer.io (Développement)

Notification infrastructure for developers.


137: TDD With GitHub Copilot

https://martinfowler.com/articles/exploring-gen-ai.html#memo-06

pointer.io (Développement)

The article explores the relationship between Test-Driven Development and AI coding assistants like GitHub Copilot. It argues that TDD remains essential even with AI assistance, as it provides fast and accurate feedback and helps in dividing and conquering problems. The article  shares tips for using GitHub Copilot with TDD, including starting with context, following the Red-Green-Refactor cycle, [...]


138: You're the OS

https://github.com/plbrault/youre-the-os

pointer.io (Développement)

A game where you are a computer's OS.


139: Logging in Python: Mastering Effective Debugging and Monitoring

https://karun.hashnode.dev/logging-in-python-mastering-effective-debugging-and-monitoring

Hashnode - python (python)

In the world of software development, effective debugging and monitoring are paramount. Python's built-in logging module offers a versatile solution for managing, capturing, and analyzing your program's output and behavior. Key Concepts: Logging Lev...


140 / 141

140: Visualized: U.S. Corporate Bankruptcies On the Rise

https://www.visualcapitalist.com/visualized-u-s-corporate-bankruptcies-on-the-rise/

Visual Capitalist (dataviz)

In 2023, over 400 companies have folded. This graphic shows how corporate bankruptcies are growing at the second-fastest rate since 2010. The post Visualized: U.S. Corporate Bankruptcies On the Rise appeared first on Visual Capitalist.




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