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


Mardi 12 Septembre 2023 (141)

1: Apple Introduces the iPhone 15 Lineup With USB-C

https://www.webpronews.com/apple-introduces-the-iphone-15-lineup-with-usb-c/

WebProNews SEO (Développement)

WebProNews Apple Introduces the iPhone 15 Lineup With USB-C Apple has revealed the iPhone 15 lineup, giving users the most powerful model yet, with the Pro and Pro Max powered by the all-new A17 chip. Apple Introduces the iPhone 15 Lineup With USB-C Matt Milano


2: Which Climate Metrics Suit Your Investment Goals Best'

https://www.visualcapitalist.com/sp/which-climate-metrics-suit-your-investment-goals-best/

Visual Capitalist (dataviz)

When selecting climate metrics, it is important to consider your purpose, the applicability and acceptability of the climate strategy, and the availability of historical data. The post Which Climate Metrics Suit Your Investment Goals Best' appeared first on Visual Capitalist.


3: Flutter best practises

https://atuoha.hashnode.dev/flutter-best-practises-1

Hashnode - Flutter (Flutter)

Flutter offers a robust framework for building cross-platform mobile applications, and following best practices can significantly improve the quality, maintainability, and performance of your Flutter apps. Here are some Flutter best practices to keep...


4: Mastering Dynamic Sorting in Unity2D

https://nupursjourney.hashnode.dev/mastering-dynamic-sorting-in-unity2d

Hashnode - Unity (unity)

Welcome back, fellow game developers! In the previous episode of my game development journey, we dived into the fascinating world of crafting unique game assets. Today, we're going to tackle a rather pesky issue I encountered in my game ' sorting. In...


5: Aucun médecin n'a su diagnostiquer sa maladie en 3 ans. ChatGPT a réussi.

https://www.lebigdata.fr/aucun-medecin-na-su-diagnostiquer-sa-maladie-en-3-ans-chatgpt-a-reussi

Le Big Data (dataviz)

3 ans de souffrance, 17 spécialistes, mais finalement, ChatGPT a trouvé le diagnostic d'Alex. Une histoire atypique, relatée par Courtney, … Cet article Aucun médecin n'a su diagnostiquer sa maladie en 3 ans. ChatGPT a réussi. a été publié sur LEBIGDATA.FR.


6: How to Display Snackbars While Listening to a ValueNotifier

https://inan.hashnode.dev/how-to-display-snackbars-while-listening-to-a-valuenotifier

Hashnode - Flutter (Flutter)

Snackbar is a widget in Flutter that displays a dismissible pop-up message on your application. It is used to show lightweight feedback on any operation to the users. For example: An e-commerce app can display a snackbar when a user adds an item to t...


7: Data pipelines with Python and SQL - Part 2

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

Hashnode - python (python)

Preface ' In part 1, we explored the concept of data pipelines, how Python and SQL can be used to create them, and simple code examples to demonstrate them too. This time in part 2, we will be venturing into a hands-on project that utilizes real-worl...


8: Unveiling the Power of Web Scraping: A Comprehensive Guide

https://genesis.hashnode.dev/unveiling-the-power-of-web-scraping-a-comprehensive-guide

Hashnode - python (python)

In the digital age, data is the new Gold. The ability to harness vast amounts of information from the web can be a game-changer for businesses, researchers, and developers alike. Enter web scraping'a technique that empowers us to extract, collect, an...


9: Issue 594 (Sept. 12, 2023)

https://pycoders.com/issues/594

pycoders (python)

#594 ' SEPTEMBER 12, 2023 View in Browser » Playing With Genetic Algorithms in Python A Genetic Algorithm (GA) is an AI technique where random code is mutated and tested for fitness iteratively until a solution is found. This article shows you a couple of problems solved using GAs in Python. Associated HN discussion. JOSEP RUBIÓ PIQUÉ Generate Beautiful QR Codes With Python In this tut [...]


10 / 141

10: Different ways of getting local python version

https://somesimplisticthinking.blogspot.com//different-ways-of-getting-local-python-version

Hashnode - python (python)

Knowing about the local Python version is sometimes useful for debugging complex issues. Sometimes certain Python packages are not supported for a given version of Python which would explain why you are running into some weird Python error or sometim...


11: Using Fetch API to POST JSON Data in JavaScript

https://stackabuse.com/using-fetch-api-to-post-json-data-in-javascript/

Stack Abuse (Javascript)

Introduction In web development, we often need to communicate with servers to send or receive data. This is typically done via HTTP requests, and one of the most common types of requests is the POST request. In this Byte, we're going to explore how to use the Fetch API to


12: La police de Londres annonce une révolution technologique pour les enquêtes

https://www.lebigdata.fr/la-police-de-londres-annonce-une-revolution-technologique-pour-les-enquetes

Le Big Data (dataviz)

Après l'analyse d'ADN, les enquêtes policières seront de plus en plus précises avec une reconnaissance faciale performante. La déclaration de … Cet article La police de Londres annonce une révolution technologique pour les enquêtes a été publié sur LEBIGDATA.FR.


13: API vs SDK: Explained with Examples

https://metered.hashnode.dev/api-vs-sdk-explained-with-examples

Hashnode - javascript (Javascript)

In this article we are going to learn what are APIs and What is an SDK' Their differences and similarities along with detailed examples. API: Application Programming Interface are a set of rules and protocols using which different types of software c...


14: Demystifying HTTP Status Codes: A Comprehensive Guide for Developers(from 100 to 599)

https://pritam1136.hashnode.dev/demystifying-http-status-codes-a-comprehensive-guide

Hashnode - javascript (Javascript)

Informational Status Codes (100 level) HTTP 100-level status codes, also known as informational status codes, are used to provide preliminary information about a request and are generally not encountered in everyday web development. These codes are m...


15: Let's Discuss about Pug'

https://rahulxf.dev/lets-discuss-about-pug

Hashnode - javascript (Javascript)

Pug is engine template for express & is used to render the dynamic files Pug is come with built in function in node js and if we got any problem in rendering then you have to download pug (npm i pug) Tell express which template engine we are gonna us...


16: Day04-Python Operators 1

https://codingsplash.com/day04-python-operators-1

Hashnode - python (python)

PART # 1 Python Operators: Operators are used to perform operations on variables and values. Example: In the example below, we use the + operator to add together two values. Here: '+' is the operator. 5 and 2 are operant. 5+2 are operations. pri...


17: Completed the Building Text-to-Speech (TTS) in Your Flutter App

https://raman04.hashnode.dev/completed-the-building-text-to-speech-tts-in-your-flutter-app

Hashnode - Flutter (Flutter)

As Flutter developers, we always aim to enhance the user experience of our apps. One way to do this is by adding text-to-speech (TTS) capabilities, allowing your app to speak out loud the text it displays. In this tutorial, I'll guide you through the...


18: 25 ans de Google : découvrez tous les bons plans et promos folles

https://www.lebigdata.fr/bons-plans-25-ans-google

Le Big Data (dataviz)

À l'occasion de ses 25 ans, Google a décidé de gâter ses utilisateurs en proposant des bons plans et des … Cet article 25 ans de Google : découvrez tous les bons plans et promos folles a été publié sur LEBIGDATA.FR.


19: Introduction to JavaScript.

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

Hashnode - javascript (Javascript)

JavaScript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. It is also known as the scripting language for web pages. It is well-known for the development of web pages, and many non-browser ...


20 / 141

20: Google CEO on SGE and Search evolution: 'We'll get it right'

https://searchengineland.com/google-ceo-on-sge-and-search-evolution-well-get-it-right-431888

Search engine land (Référencement)

Sundar Pichai compares the shift to SGE to the shift from desktop to mobile ' and believes it won't blow up Google's current business model. The post Google CEO on SGE and Search evolution: ‘We’ll get it right’ appeared first on Search Engine Land.


21: Create a simple Markdown-based blog in Node.js

https://lebcit.hashnode.dev/create-a-simple-markdown-based-blog-in-nodejs

Hashnode - javascript (Javascript)

Intro A year ago, I wrote a short post about the same subject: Markdown blog with EJS.This year's post brings a lot of improvements.First of all the stack has completely changed. We'll be using modern modules (Hono, Hono Node-Server, Eta and Marked) ...


22: Introducing Facebook Graph API v18.0 and Marketing API v18.0

https://developers.facebook.com/blog/post/2023/09/12/introducing-facebook-graph-and-marketing-api-v18/

Facebook dev. (PHP)

Today, we are releasing Facebook Graph API v18.0 and Marketing API v18.0. As part of this release, we are highlighting changes below that we believe are relevant to parts of our developer community. These changes include announcements, product updates, and notifications on deprecations that we believe are relevant to your application(s)' integration with our platform.


23: Data Vis Dispatch, September 12

https://blog.datawrapper.de/data-vis-dispatch-september-12-2023/

Data Wrapper ()

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


25: Enfabrica lève 125 millions de dollars pour ses switchs optimisés pour l'entraînement de modèles d'IA

https://www.usine-digitale.fr/article/enfabrica-leve-125-millions-de-dollars-pour-ses-switchs-optimises-pour-l-entrainement-de-modeles-d-ia.N2170282

L'usine-digitale (Informatique)

Cette levée coïncide avec la commercialisation des commutateurs réseaux ACF-S d'Enfabrica. La start-up californienne entend apporter une brique manquante dans l'infrastructure des data centers servant à l'entraînement des grands modèles d'IA.


26: Understanding Sockets and UDP with a SHOUT Server Example

https://cosmicoppai.hashnode.dev/understanding-sockets-and-udp-with-a-shout-server-example

Hashnode - python (python)

Networking is a fundamental concept in computer science, enabling communication between devices over a variety of protocols and mediums. One of the key elements in networking is the use of sockets, which act as the endpoints for data communication. I...


27: Oracle compte sur l'IA générative pour doper ses revenus

https://www.lemondeinformatique.fr/actualites/lire-oracle-compte-sur-l-ia-generative-pour-doper-ses-revenus-91531.html

Le monde informatique (Informatique / Internet)

Oracle mise sur une forte demande de données, alimentée par les workloads liées à l'IA générative, pour stimuler (...)


28: Starfield : les processeurs AMD provoquent ce bug catastrophique

https://www.lebigdata.fr/starfield-bug-processeurs-amd

Le Big Data (dataviz)

Avis aux amateurs du jeu Starfield : si vous utilisez des processeurs AMD, c'est sûr que vous n'aurez même pas … Cet article Starfield : les processeurs AMD provoquent ce bug catastrophique a été publié sur LEBIGDATA.FR.


29: Strip Non-Numeric Characters from a String in JavaScript

https://stackabuse.com/strip-non-numeric-characters-from-a-string-in-javascript/

Stack Abuse (Javascript)

Introduction Let's say you're taking input from a user and you're expecting them to submit a number. You'd be wise to expect them to enter something other than a number. After all, users aren't very good at following instructions. So what do you do with the input' One option would


30 / 141

30: A guide to CSM certifications

https://blog.logrocket.com/product-management/csm-certifications-guide-overview/

Log Rocket blog (Web 2)

The Certified Scrum Master certification focuses on the scrum framework and understanding team accountabilities, scrum events, and artifacts. The post A guide to CSM certifications appeared first on LogRocket Blog.


31: ' Vue More, Do More with These 5 Top Resources

https://evergrowingdev.hashnode.dev/vue-more-do-more-with-these-5-top-resources

Hashnode - javascript (Javascript)

Oh JavaScript, our dear ol' friend! Some of us love it, the rest of us love to hate it ' But whatever the case, the one thing I admire is the awesome frameworks available that help make JavaScript just that bit more nicer to deal with. React might b...


32: 12 best UX design courses

https://blog.logrocket.com/ux-design/12-best-ux-design-courses/

Log Rocket blog (Web 2)

Continuous learning is always a good idea. These twelve UX design courses can help kick-start or advance your UX career. The post 12 best UX design courses appeared first on LogRocket Blog.


33: Learning Dart and Flutter

https://mainkey.hashnode.dev/learning-dart-and-flutter

Hashnode - Flutter (Flutter)

Since January, I've been learning Flutter, which is a framework for the Dart programming language. I started this journey right before diving into mobile application development, and I've been extremely excited about it. I love working with Flutter; ...


34: Les smartNIC s'invitent dans les switchs pour accélérer le réseau

https://www.lemondeinformatique.fr/actualites/lire-les-smartnic-s-invitent-dans-les-switchs-pour-accelerer-le-reseau-91526.html

Le monde informatique (Informatique / Internet)

Parce qu'elles exigent des performances système accrues, les applications d'IA, de sécurité et de mise en réseau encouragent (...)


35: The Best Ways to Learn Python Programming

https://learnprogramming.hashnode.dev/the-best-ways-to-learn-python-programming

Hashnode - python (python)

Python has emerged as one of the most popular programming languages due to its simplicity, versatility, and vast range of applications. Whether you are a beginner or an experienced programmer looking to add Python to your skill set, it's essential to...


36: L'éditeur de logiciels médicaux Calimaps passe dans le giron de Vidal

https://www.usine-digitale.fr/article/l-editeur-de-logiciels-medicaux-calimaps-passe-dans-le-giron-de-vidal.N2170252

L'usine-digitale (Informatique)

Le groupe Vidal, connu pour sa base de référence sur les médicaments, complète ses solutions logicielles avec l'acquisition de Calimaps. Cette entreprise bordelaise propose un logiciel pour simplifier la gestion quotidienne des cabinets médicaux.


37: Une cyberattaque met au tapis les SI de MGM Resorts

https://www.lemondeinformatique.fr/actualites/lire-une-cyberattaque-met-au-tapis-les-si-de-mgm-resorts-91522.html

Le monde informatique (Informatique / Internet)

Rien ne va plus chez MGM Resorts. Le géant américain de l'hôtellerie et du casino est frappé par une attaque informatique qui (...)


38: Le procès antitrust contre Google démarre aux US

https://www.lemondeinformatique.fr/actualites/lire-le-proces-antitrust-contre-google-demarre-aux-us-91524.html

Le monde informatique (Informatique / Internet)

Après trois ans d'instruction, le tribunal fédéral de Washington sous la houlette du juge Amit P. Metha va ouvrir ce 12 septembre (...)


39: Why does Python Code Run Faster in a Function'

https://stackabuse.com/why-does-python-code-run-faster-in-a-function/

Stack Abuse (Javascript)

Introduction Python is not necessarily known for its speed, but there are certain things that can help you squeeze out a bit more performance from your code. Surprisingly, one of these practices is running code in a function rather than in the global scope. In this article, we'll see why


40 / 141

40: How to Safeguard Your Digital Fort with AI and Cybersecurity to Protect Your Data

https://www.smashingapps.com/ai-and-cybersecurity-to-protect-your-data/

Smashing apps (Design / Internet)

Discover how AI and Cybersecurity unite to fortify your data in the era of automation. Explore essential strategies, benefits, and tips to shield your information.


41: How to Dynamically Add Input Fields on Button Click in ReactJs

https://maryok.hashnode.dev/how-to-dynamically-add-input-fields-on-button-click-in-reactjs

Hashnode - javascript (Javascript)

This article focuses on the topic of dynamically adding and removing input fields with a button click. This feature allows users to add more input fields as needed, enhancing the flexibility and usability of forms and data collection processes. This ...


42: While loop In javascript Explained by Krishna Pathak

https://krishnapathak.hashnode.dev/while-loop-in-javascript-explained-by-krishna-pathak

Hashnode - javascript (Javascript)

When you're writing JavaScript code, you'll often come across situations where you need to do something repeatedly. That's where loops come in handy, and one of the most basic types is the while loop. How Does it Work' A while loop is like a little w...


43: Implement React Native in-app purchases for Android apps

https://blog.logrocket.com/implement-react-native-in-app-purchases-android-apps/

Log Rocket blog (Web 2)

Learn how to implement the react-native-iap package in an Android app in this detailed React Native tutorial with examples. The post Implement React Native in-app purchases for Android apps appeared first on LogRocket Blog.


44: Managing sales requests that don't align with product strategy

https://blog.logrocket.com/product-management/managing-sales-requests/

Log Rocket blog (Web 2)

Sales requests are a critical source of information and it's dangerous to shut down requests because they don't align with product strategy. The post Managing sales requests that don’t align with product strategy appeared first on LogRocket Blog.


45: Intelligence artificielle : Nvidia, Adobe, IBM et d'autres s'engagent auprès de la Maison-Blanche à s'auto-réguler

https://www.usine-digitale.fr/article/nvidia-adobe-ibm-et-d-autres-s-engagent-aupres-de-la-maison-blanche-a-auto-reguler-l-ia.N2170197

L'usine-digitale (Informatique)

Huit entreprises investies dans les technologies d'intelligence artificielle ont rejoint OpenAI, Google et Microsoft dans leur effort d'auto-régulation. Sans dimension coercitive, l'accord signé avec la Maison-Blanche donne toutefois plus l'impression d'un v'u pieux que d'une vraie garantie contre d'éventuelles dérives.


46: La pénurie mondiale de compétences en cybersécurité persiste

https://www.lemondeinformatique.fr/actualites/lire-la-penurie-mondiale-de-competences-en-cybersecurite-persiste-91523.html

Le monde informatique (Informatique / Internet)

Depuis plusieurs années, le manque de compétences en cybersécurité est régulièrement mis en avant. Une récente (...)


47: 14 Effective Ways to Generate Positive Online Reviews for Your Business

https://www.noupe.com/business-online/effective-ways-to-generate-positive-online-reviews-for-your-business.html

Noupe (conception)

If you've looked for any business or service online, chances are you've noticed the stars (or lack thereof) next to their name. Whether posted on Yelp, uploaded as a quick live video on Instagram, or etched on the eternal stone wall of a company's Facebook page, reviews are proof that people are excited about your... The post 14 Effective Ways to Generate Positive Online Reviews for Yo [...]


48: Python Practice Programs For Beginners

https://architsehgal.dev/python-practice-programs-for-beginners

Hashnode - python (python)

Questions Question 1: With a given integral number n, write a program to generate a dictionary that contains (i, i*i) such that is an integral number between 1 and n (both included). and then the program should print the dictionary. Suppose the follo...


49: Google Performance Max: Everything you need to know

https://searchengineland.com/google-performance-max-431821

Search engine land (Référencement)

Learn what sets Performance Max apart from other Google Ads campaigns, and how it can drive conversions and maximize ROI. The post Google Performance Max: Everything you need to know appeared first on Search Engine Land.


50 / 141

50: Walrus Operator: Assign a Variable in an Expression

https://mathdatasimplified.com/2023/09/12/walrus-operator-assign-a-variable-in-an-expression-2/

Math Data Simplified (data)

The walrus operator (`:=`) in Python 3.8 and above allows you to assign a variable in an expression. The walrus operator is useful when you want to: - Debug the components in an expression - Avoid repeated computations - Assign a meaningful name to an expression The post Walrus Operator: Assign a Variable in an Expression appeared first on Data Science Simplified.


51: TikTok Shop lancé aux États-Unis : l'application s'ouvre au e-commerce

https://www.blogdumoderateur.com/tiktok-shop-lance-etats-unis-e-commerce/

Blog du Moderateur ()

S'inspirant d'Instagram Shopping, le réseau social de ByteDance propose aux utilisateurs des États-Unis une section pour vendre et acheter des produits dans l'app.


52: Selon Europol, le crime organisé a pris le virage du numérique

https://www.lemondeinformatique.fr/actualites/lire-selon-europol-le-crime-organise-a-pris-le-virage-du-numerique-91520.html

Le monde informatique (Informatique / Internet)

Du botnet Emotet à la messagerie chiffrée Anom en passant par le service de réseau privé virtuel VPNLab, les campagnes de démantèlement (...)


53: Le Vision Pro démarre avec un atout majeur dès son lancement

https://www.realite-virtuelle.com/vision-pro-app-store-applications/

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

Les futurs acquéreurs du Vision Pro pourront profiter de leurs applications iPhone et iPad favorites. […] Cet article Le Vision Pro démarre avec un atout majeur dès son lancement a été publié sur REALITE-VIRTUELLE.COM.


54: Using OpenNext to deploy a Next.js app to AWS Lambda

https://blog.logrocket.com/using-opennext-deploy-next-js-app-aws-lambda/

Log Rocket blog (Web 2)

OpenNext is an open source adapter for the Next.js framework that helps integrate your Next.js app smoothly with AWS services like Lambda. The post Using OpenNext to deploy a Next.js app to AWS Lambda appeared first on LogRocket Blog.


55: Leader Spotlight: Chasing blue ocean strategy with Shibu Mathew

https://blog.logrocket.com/product-management/leader-spotlight-shibu-mathew/

Log Rocket blog (Web 2)

We sit down with Shibu Mathew to talk about identifying and defining new markets through iterative learning and experimentation. The post Leader Spotlight: Chasing blue ocean strategy with Shibu Mathew appeared first on LogRocket Blog.


56: Ecommerce marketing next year: 5 ways to set up for success

https://searchengineland.com/ecommerce-marketing-success-next-year-431846

Search engine land (Référencement)

Failing to plan is planning to fail. Here are some ecommerce tips that can have an immediate impact, as well as in the upcoming year. The post Ecommerce marketing next year: 5 ways to set up for success appeared first on Search Engine Land.


57: Mise à jour V57 de Quest : Une réinvention déroutante de la page d'accueil

https://www.realite-virtuelle.com/mise-a-jour-v57-quest-page-accueil-deroutante/

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

Dans la dernière mise à jour v57 de Quest, Meta décide de remanier la page […] Cet article Mise à jour V57 de Quest : Une réinvention déroutante de la page d'accueil a été publié sur REALITE-VIRTUELLE.COM.


58: Les levées de fonds des start-up de la French Tech divisées par deux en 2023

https://www.usine-digitale.fr/article/les-levees-de-fonds-des-start-up-de-la-french-tech-divisees-par-deux-en-2023.N2170127

L'usine-digitale (Informatique)

Au premier semestre 2023, les start-up françaises ont levé 4,2 milliards d'euros, soit deux fois moins qu'un an plus tôt à la même période. La moitié d'entre elles qui ont réussi à lever des fonds disent avoir eu des difficultés à convaincre les investisseurs décidant donc de se tourner vers d'autres moyens de financement (dette bancaire, autofinancement).


59: Comment construire une équipe stratégique forte pour les jeux de guerre '

https://www.realite-virtuelle.com/construire-equipe-strategique-forte-pour-jeux-de-guerre/

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

Il existe de nombreux jeux de guerre en ligne pour vous confronter à des équipes […] Cet article Comment construire une équipe stratégique forte pour les jeux de guerre ' a été publié sur REALITE-VIRTUELLE.COM.


60 / 141

60: LimeWire AI Studio Generative Art App

https://www.webdesignerdepot.com/limewire-ai-studio/

Webdesigner depot (Design)

If you're looking for the most exciting way to launch a career in AI-generated art, then you're in the right place.


61: Nintendo Switch 2 : le leak des specs CPU et GPU révèle une puissance colossale

https://www.lebigdata.fr/nintendo-switch-2-leak-cpu

Le Big Data (dataviz)

La Nintendo Switch 2 pourrait être beaucoup plus puissante que prévu. Selon un leak du YouTuber RedGamingTech, Nvidia aurait proposé … Cet article Nintendo Switch 2 : le leak des specs CPU et GPU révèle une puissance colossale a été publié sur LEBIGDATA.FR.


62: Vous avez oublié le métavers, mais c'est devenu le paradis des hackers

https://www.lebigdata.fr/metavers-paradis-hackers

Le Big Data (dataviz)

Le métavers se transforme en paradis pour les hackers. Le monde virtuel est devenu une place forte de la vente … Cet article Vous avez oublié le métavers, mais c'est devenu le paradis des hackers a été publié sur LEBIGDATA.FR.


63: Understanding Scope in Javascript

https://santoshini.webdevloper/understanding-scope-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the term "scope" refers to the context in which variables are declared and accessed. It determines the visibility and accessibility of variables and functions within different parts of your code. Understanding scope is essential for wr...


64: How AI is changing the game for PPC account managers

https://searchengineland.com/ai-ppc-account-managers-431843

Search engine land (Référencement)

Spoiler: Less manual work and more strategic thinking. Here's how AI is impacting the daily activities of PPC account managers. The post How AI is changing the game for PPC account managers appeared first on Search Engine Land.


65: Comment l'IA va-t-elle bouleverser la cybersécurité dans le cadre de la finance''

https://www.lebigdata.fr/comment-ia-va-bouleverser-cybersecurite-et-finance

Le Big Data (dataviz)

L'IA est un véritable atout pour la cybersécurité et la finance. Effectivement, cette nouvelle arme numérique va améliorer davantage la … Cet article Comment l'IA va-t-elle bouleverser la cybersécurité dans le cadre de la finance'' a été publié sur LEBIGDATA.FR.


66: [Coding Tutorials 1] Unlocking the Mystery of Longest Common Subsequences: A Dynamic Programming Adventure!

https://haochengcodedev.hashnode.dev/coding-tutorials-1-unlocking-the-mystery-of-longest-common-subsequences-a-dynamic-programming-adventure

Hashnode - python (python)

The problem of finding the longest common subsequence (LCS) is classic in computer science. Example Here's an algorithm to find the LCS of two strings using dynamic programming, a popular and efficient technique: Initialization: Let m be the lengt...


67: Un outil pour mieux diagnostiquer la maladie de Parkinson ou Alzheimer

https://www.rtflash.fr/outil-pour-mieux-diagnostiquer-maladie-parkinson-ou-alzheimer/article

Tregouet.org ()

En intégrant plusieurs technologies de pointe dans un seul système, des chercheurs de l'EPFL ont accompli une avancée majeure dans le diagnostic des maladies neurodégénératives telles que la maladie de Parkinson et la maladie d'Alzheimer. Ce dispositif novateur est appelé capteur ImmunoSEIRA. Il s'agit d'une technologie qui permet de détecter et d'identifier les biomarqueurs de protéines [...]


68: How the August 2023 Google core update compared to March 2023 core updates

https://searchengineland.com/how-the-august-2023-google-core-update-compared-to-march-2023-core-updates-431851

Search engine land (Référencement)

We asked some of the Google tracking data providers for data on the latest Google algorithm update. The post How the August 2023 Google core update compared to March 2023 core updates appeared first on Search Engine Land.


69: Un antibiotique pour lutter contre les bactéries pathogènes résistantes

https://www.rtflash.fr/antibiotique-pour-lutter-contre-bacteries-pathogenes-resistantes/article

Tregouet.org ()

Encore mal caractérisée, la tétracenomycine X, une molécule naturelle qui cible les ribosomes nécessaires à la survie des bactéries, pourrait servir de base au développement de nouveaux antibiotiques efficaces contre les bactéries résistantes aux thérapies actuelles. L'antibiorésistance est une menace pour la santé publique qui nécessite une action urgente et coordonnée. L'une des s [...]


70 / 141

70: Un nouveau vaccin pour les personnes atteintes du syndrome de Down pour prévenir la maladie d'Alzheimer

https://www.rtflash.fr/nouveau-vaccin-pour-personnes-atteintes-syndrome-down-pour-prevenir-maladie-d-alzheimer/article

Tregouet.org ()

Le syndrome de Down se produit chez les personnes qui naissent avec un chromosome supplémentaire. Ce syndrome de Down entraîne généralement des difficultés d'apprentissage et des anomalies physiques. Les scientifiques travaillent actuellement sur un vaccin pour prévenir le développement de la maladie d'Alzheimer chez les personnes atteintes du syndrome de Down. Des études ont révélà [...]


71: Manque de sommeil : l'exercice protégerait la mémoire

https://www.rtflash.fr/manque-sommeil-l-exercice-protegerait-memoire/article

Tregouet.org ()

L'impact négatif d'un manque de sommeil sur la mémoire semble moindre chez les gens qui ont une bonne santé cardiorespiratoire, indique une étude publiée par des chercheurs de l'Université McGill. Le mécanisme protecteur qui pourrait être en jeu n'est pas clair, et on ne peut pas non plus évoquer un lien de causalité entre une bonne santé cardiorespiratoire et une meilleure mémoire en [...]


72: Microsoft Ends Support for the Surface Duo

https://www.webpronews.com/microsoft-ends-support-for-the-surface-duo/

WebProNews SEO (Développement)

WebProNews Microsoft Ends Support for the Surface Duo Microsoft has ended support for the original Surface Duo, a mere three years after introducing the device in 2020. Microsoft Ends Support for the Surface Duo Matt Milano


73: Microsoft lance un accélérateur de start-up sur des projets d'IA générative à Station F

https://www.usine-digitale.fr/article/microsoft-lance-un-accelerateur-de-start-up-sur-des-projets-d-ia-generative-a-station-f.N2170082

L'usine-digitale (Informatique)

12 start-up françaises pourront participer au Generative AI Startup Program organisé par Microsoft à Paris à partir de la fin octobre. Elles seront accompagnées dans leurs efforts d'intégration de l'intelligence artificielle générative par l'entreprise et ses partenaires.


74: From Planning to Post-Event: The Attendee Journey with an Event App

https://www.noupe.com/business-online/event-the-attendee-journey-with-an-event-app.html

Noupe (conception)

In an era defined by technology and connectivity, event apps have emerged as indispensable tools for enhancing the attendee experience. These versatile digital companions have revolutionized the way individuals engage with events, providing a seamless transition through various stages of the event journey. In this article, we will delve deeper into the ways event apps... The post From [...]


75: Avec ask.ai, Teradata apporte l'IA générative à VantageCloud Lake

https://www.lemondeinformatique.fr/actualites/lire-avec-askai-teradata-apporte-l-ia-generative-a-vantagecloud-lake-91521.html

Le monde informatique (Informatique / Internet)

Le spécialiste du datawarehouse ne pouvait pas rester à l'écart de la tendance de l'IA générative. Lors (...)


76: Suspended Google Ads advertisers may be required to pass advertiser verification

https://searchengineland.com/suspended-google-ads-advertisers-may-be-required-to-pass-advertiser-verification-431848

Search engine land (Référencement)

This policy kicks in on October 10, 2023 and will impact some advertisers. The post Suspended Google Ads advertisers may be required to pass advertiser verification appeared first on Search Engine Land.


77: Learn JavaScript Fundamentals for Beginners in 2023

https://draken.hashnode.dev/learn-javascript-fundamentals-for-beginners-in-2023

Hashnode - javascript (Javascript)

Introduction to JavaScript Fundamentals Learning JavaScript can seem daunting as a beginner. But mastering the fundamentals opens endless possibilities. In this comprehensive guide, you'll learn: Core concepts like variables, functions, scope, objec...


78: AdMob UMP SDK in Flutter - Implement your GDPR dialog

https://davidserrano.io/admob-ump-sdk-in-flutter-implement-your-gdpr-dialog

Hashnode - Flutter (Flutter)

AdMob is going to start requiring all publishers to use a Google-certified Consent Management Platform (CMP) to request data usage consent under the General Data Protection Regulation (GDPR), as explained in this article of their help center. In this...


79: What is pubspec.lock for

https://blog.andrelademann.de/what-is-pubspeclock-for

Hashnode - Flutter (Flutter)

It is good practice to version the pubspec.lock file in a Flutter project. The pubspec.lock file contains an accurate record of the versions of the dependencies (packages) used in your Flutter project. By versioning this file, you ensure that your pr...


80 / 141

80: De nouveaux auteurs accusent OpenAI d'avoir entraîné ChatGPT sur leurs livres illégalement

https://www.usine-digitale.fr/article/de-nouveaux-auteurs-accusent-openai-d-avoir-entraine-chatgpt-sur-leurs-livres-illegalement.N2170037

L'usine-digitale (Informatique)

Persuadés que leurs ouvrages ont été intégralement ingérés par les grands modèles de langage d'OpenAI, quatre auteurs américains attaquent en justice la société et ses méthodes de collecte et d'entraînement.


81: Chaque mois, plus de 12 millions de documents alimentent "Mon espace santé"

https://www.usine-digitale.fr/article/chaque-mois-plus-de-12-millions-de-documents-alimentent-mon-espace-sante.N2169982

L'usine-digitale (Informatique)

Plus de 12 millions de documents par mois alimentent "Mon espace santé", le carnet de santé numérique des Français, d'après le décompte de l'Agence du numérique en santé à l'été 2023. C'est cinq fois plus que l'année dernière à la même époque. La preuve, d'après l'institution, que "la dynamique de l'alimentation systématique des profils est clairement amorcée".


82: Le futur iPhone Ultra pourra prendre des vidéos 3D pour le Vision Pro

https://www.lebigdata.fr/iphone-ultra-vision-pro

Le Big Data (dataviz)

Apple va optimiser la caméra du prochain iPhone Ultra pour le Vision Pro. Le smartphone pourra prendre des vidéos pour … Cet article Le futur iPhone Ultra pourra prendre des vidéos 3D pour le Vision Pro a été publié sur LEBIGDATA.FR.


83: Tattoos and impulsiveness dataset

https://flowingdata.com/2023/09/12/tattoos-and-impulsiveness-dataset/

Flowing data (dataviz)

For their research on tattoos and choice, Bradley Ruffle and Anne Wilson provide…Tags: tattoos


84: Using TUPLES in Python

https://datawise.dev/using-tuples-in-python

Hashnode - python (python)

Continuing my posts about Python collections (see post about sets), let's look at another important data structure in Python - the tuple. So when is it used and how does it differ from a list' ' Strengths of Tuples:- Immutable: Once created, the...


85: Anwar Dahab retrouve la direction générale de Dell Technologies France

https://www.lemondeinformatique.fr/actualites/lire-anwar-dahab-retrouve-la-direction-generale-de-dell-technologies-france-91519.html

Le monde informatique (Informatique / Internet)

Un changement dans la continuité à la tête de Dell Technologies France. Le groupe texan vient en effet d'annoncer la nomination (...)


86: LocalStorage in javaScript

https://saurabhr.hashnode.dev/localstorage-in-javascript

Hashnode - javascript (Javascript)

In this article we will understand how localStorage in js wroks setItem() getItem() removeItem() What is localStorage in js: In Google Chrome, web storage data is saved in an SQLite file in a subfolder in the user's profile. The subfolder is loc...


87: ' The Magic of JavaScript Hoisting: A Beginner's Guide '"

https://ravinpandey.hashnode.dev/the-magic-of-javascript-hoisting-a-beginners-guide

Hashnode - javascript (Javascript)

Introduction ' Imagine you're a stand-up comedian. You've got a list of jokes, and you're about to perform in front of an audience. But here's the catch: you can tell your punchlines before setting up the jokes. That's a bit like what JavaScript hoi...


88: Python et SQL en tête des langages des programmations les plus populaires de 2023 sur IEEE Spectrum. Java, C++, C et JavaScript complètent les tops 5

https://programmation.developpez.com/actu/348275/Python-et-SQL-en-tete-des-langages-des-programmations-les-plus-populaires-de-2023-sur-IEEE-Spectrum-Java-Cplusplus-C-et-JavaScript-completent-les-tops-5/

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

Python et SQL en tête des langages des programmations les plus populaires de 2023 sur IEEE Spectrum, Java, C++, C et JavaScript complètent les tops 5 L'application IEEE Spectrum Top Programming Languages synthétise 11 mesures provenant de huit sources pour arriver à un classement général de la popularité des langages de programmation. Les sources couvrent des contextes qui incluent les à [...]


89: Virginie Rozière nommé directrice du numérique du ministère des Affaires étrangères

https://www.lemondeinformatique.fr/actualites/lire-virginie-roziere-nomme-directrice-du-numerique-du-ministere-des-affaires-etrangeres-91512.html

Le monde informatique (Informatique / Internet)

Responsable du département Performance des services numériques de la Direction interministérielle du numérique (Dinum) depuis (...)


90 / 141

90: Systèmes d'impression : le marché européen tient bon en valeur au 2e trimestre 2023

https://www.lemondeinformatique.fr/actualites/lire-systemes-d-impression-le-marche-europeen-tient-bon-en-valeur-au-2e-trimestre-2023-91514.html

Le monde informatique (Informatique / Internet)

Alors que les livraisons mondiales de systèmes d'impression reculaient de 11,7 % au deuxième trimestre 2023, celles recensées (...)


91: 14 usines Toyota à l'arrêt à cause d'un manque d'espace disque

https://www.lemondeinformatique.fr/actualites/lire-14-usines-toyota-a-l-arret-a-cause-d-un-manque-d-espace-disque-91513.html

Le monde informatique (Informatique / Internet)

La boulette ! Toyota a dévoilé la raison qui a mis ses 14 usines japonaises à l'arrêt fin août. S'il était déjà (...)


92: 14 usines Toyota à l'arrêt à cause d'un manque d'espace de stockage

https://www.lemondeinformatique.fr/actualites/lire-14-usines-toyota-a-l-arret-a-cause-d-un-manque-d-espace-de-stockage-91513.html

Le monde informatique (Informatique / Internet)

La boulette ! Toyota a dévoilé la raison qui a mis ses 14 usines japonaises à l'arrêt fin août. S'il était déjà (...)


93: Estée Lauder aide les malvoyants à se maquiller avec l'IA

https://www.lemondeinformatique.fr/actualites/lire-estee-lauder-aide-les-malvoyants-a-se-maquiller-avec-l-ia-91511.html

Le monde informatique (Informatique / Internet)

Pour aider les personnes malvoyantes à utiliser ses produits en toute autonomie, sans devoir demander de l'aide, les sociétés du groupe (...)


94: Instagram Reels: How the Short-Form Video Feature is Changing the Game For Influencers and Brands

https://www.noupe.com/business-online/instagram-reels.html

Noupe (conception)

These days, Reels is very popular among Instagram users because it's short, fun, and engaging. Are you a fan of Instagram Reels' Do you want to know how it can help you as an influencer' Ready to learn about how to use Reels for your brand' Today, we're going to cover all about Instagram reels... The post Instagram Reels: How the Short-Form Video Feature is Changing the Game For Influe [...]


95: Understanding Local Storage

https://rituthakur.hashnode.dev/understanding-local-storage

Hashnode - javascript (Javascript)

Local storage is a fundamental part of web development that enables web applications to store data in a user's web browser. What is Local Storage' Local storage is a client-side storage solution that allows web applications to store data persistently...


96: Système d'alimentation de secours domestique BLUETTI EP760 : une solution révolutionnaire pour le marché européen

https://www.lebigdata.fr/systeme-dalimentation-secours-domestique-bluetti-ep760-solution-revolutionnaire

Le Big Data (dataviz)

BLUETTI, la marque leader dans le stockage d’énergie propre, lancera son tout nouveau produit, le système d’alimentation de secours domestique … Cet article Système d’alimentation de secours domestique BLUETTI EP760 : une solution révolutionnaire pour le marché européen a été publié sur LEBIGDATA.FR.


97: Le salaire des community managers en 2023

https://www.blogdumoderateur.com/salaire-community-managers-2023/

Blog du Moderateur ()

Découvrez les rémunérations 2023 à Paris et en province, et testez notre outil pour comparer votre salaire avec celui de vos confrères.


98: Une cyberattaque sème le trouble dans les casinos et les hôtels de MGM à Las Vegas

https://www.usine-digitale.fr/article/une-cyberattaque-seme-le-trouble-dans-les-casinos-et-les-hotels-de-mgm-a-las-vegas.N2169837

L'usine-digitale (Informatique)

Les clients des casinos et des hôtels de MGM ont vu les services informatiques du groupe américain être fortement perturbés par une cyberattaque, le 11 septembre. Si la panne a été réglée depuis, aucune information n'a été communiquée à son sujet.


99: 5 conseils pour bien communiquer avant votre événement

https://www.blogdumoderateur.com/5-conseils-bien-communiquer-avant-evenement/

Blog du Moderateur ()

Un événement réussi passe par une bonne campagne de communication, afin de le promouvoir sur des canaux adaptés et auprès de votre public cible.


100 / 141

100: Votre iPhone va-t-il recevoir la mise à jour iOS 17 '

https://www.blogdumoderateur.com/iphone-recevoir-mise-a-jour-ios-17/

Blog du Moderateur ()

Découvrez la liste des modèles d'iPhone compatibles avec iOS 17, la dernière version du système d'exploitation d'Apple.


101: Guide pratique pour changer le mot de passe de son compte Twitter

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

Le Big Data (dataviz)

Changer ou réinitialiser le mot de passe de son compte Twitter est possible à condition d'avoir une adresse mail ou … Cet article Guide pratique pour changer le mot de passe de son compte Twitter a été publié sur LEBIGDATA.FR.


102: Ces chercheurs ont réussi à cloner un superordinateur sur le Cloud

https://www.lebigdata.fr/chercheurs-cloner-superordinateur-cloud

Le Big Data (dataviz)

Des chercheurs de Harvard ont utilisé Google Cloud pour un projet unique. Ils ont cloné un superordinateur pour qu’il puisse … Cet article Ces chercheurs ont réussi à cloner un superordinateur sur le Cloud a été publié sur LEBIGDATA.FR.


103: Navigating Efficient Web Application Development: Cloudflight's Architectural Insights

https://engineering.cloudflight.io/navigating-efficient-web-application-development-cloudflights-architectural-insights

Hashnode - vuejs (Javascript)

In the fast-evolving realm of digital solutions, the efficacy and agility of web application development have emerged as critical determinants of success. Within this landscape, we want to find out what the best architectural choice is. In this insig...


104: Les avantages de la facturation électronique pour les entreprises

https://www.blogdumoderateur.com/avantages-facturation-electronique-entreprises/

Blog du Moderateur ()

La facturation électronique est de plus en plus utilisée dans les entreprises. Décryptage avec Abby de ses nombreux avantages.


105: Mastering JavaScript Variables with 'var': A Comprehensive Guide from Declarations to Hoisting

https://iamdipankarpaul.hashnode.dev/mastering-javascript-variables-with-var-a-comprehensive-guide-from-declarations-to-hoisting

Hashnode - javascript (Javascript)

Introduction Are you ready to dive into the fascinating world of JavaScript variables' Variables are the fundamental building blocks of any programming language, and in JavaScript, they play a critical role in storing and manipulating data. In this c...


106: Comment préparer votre iPhone à la mise à jour iOS 17

https://www.blogdumoderateur.com/comment-preparer-iphone-mise-a-jour-ios-17/

Blog du Moderateur ()

Découvrez toutes les actions à réaliser avant de télécharger iOS 17, la dernière version du système d'exploitation de l'iPhone.


107: Visualizing Google's Search Engine Market Share

https://www.visualcapitalist.com/visualizing-googles-search-engine-market-share/

Visual Capitalist (dataviz)

Google's dominant search engine market share has prompted the U.S. Justice Department to file a lawsuit over anticompetitive practices. The post Visualizing Google's Search Engine Market Share appeared first on Visual Capitalist.


108: Goossips SEO : pénalités, langues, fautes, Google Sites

https://www.abondance.com/20230912-171064-goossips-seo-penalites-langues-fautes-google-sites.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 : les pénalités ont-elles un rapport avec la langue d'un site ou les fautes présentes dans les contenus ' Les Google Sites ont-ils un quelconque intérêt d'un point de […] L'article "Goossips SEO : pénalités, langues, fautes, [...]


109: « 10 ans d'avance » : Google se vante d'être le roi de l'IA, mais est-ce vrai '

https://www.lebigdata.fr/google-roi-ia

Le Big Data (dataviz)

Google clame être le roi de l'IA et posséderait « 10 ans d'avance » sur ses concurrents. Des propos qui … Cet article « 10 ans d'avance » : Google se vante d'être le roi de l'IA, mais est-ce vrai ' a été publié sur LEBIGDATA.FR.


110 / 141

110: 'Scaling Your Web Application: Strategies and Techniques'

https://taquideveloper.hashnode.dev/scaling-your-web-application-strategies-and-techniques

Hashnode - javascript (Javascript)

Introduction' In today's digital landscape, the success of a web application is often determined by its ability to scale seamlessly. Whether you're just starting out or have an established online presence, the need to handle increased traffic and dem...


111: Simplest example of Callbacks in JavaScript

https://iamsudhir.hashnode.dev/simplest-example-of-callbacks-in-javascript

Hashnode - javascript (Javascript)

First of all, what is Callback in JS' A callback is a function that's passed as an argument to another function and is executed once that function has completed its task. Callbacks are commonly used to handle asynchronous operations like fetching dat...


112: Divide and Conquer 101

https://coolcoderr.hashnode.dev/divide-and-conquer-101

Hashnode - python (python)

Hey dear readers! ' Hope you are enjoying the algorithm design blog series so far. We've covered some basics and problems on brute force and greedy algorithms. In this blog, we'll dive into the world of divide-and-conquer and decrease-and-conquer al...


113: In React, You Don't Need To Start Your Component Name With Capital First Letter

https://blog.yogeshchavan.dev/in-react-you-dont-need-to-start-your-component-name-with-capital-first-letter

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=02NHq5EFwCI In React, we always start the component name with capital first letter. But you don't have to do that. This is also a popular React interview question. So I have published a YouTube video explaining the sam...


114: Navigating the Cloud: An In-Depth Guide to Azure Traffic Manager

https://justusdah.hashnode.dev/navigating-the-cloud-an-in-depth-guide-to-azure-traffic-manager

Hashnode - javascript (Javascript)

Introduction In today's globally connected world, web application high availability, fault tolerance, and optimal performance are critical. Azure Traffic Manager, a powerful and versatile traffic management service offered by Microsoft Azure, is crit...


115: Build a Stunning Portfolio in Minutes with Python and Bootstrap

https://reclusivecoder.hashnode.dev/build-a-stunning-portfolio-in-minutes-with-python-and-bootstrap

Hashnode - python (python)

I needed a simple way to extract and add snippets created from the Open Graph tags (og:xyz) of my own articles, published across various websites.The goal was to quickly put together my writing portfolio. The Open Graph snippets (aka 'cards'), are th...


116: How to THINK & PLAN a Front-end Application

https://howardphung.hashnode.dev/how-to-plan-and-build-a-front-end-application

Hashnode - javascript (Javascript)

Don't jump right into coding without thinking about your project in the long term There is no perfect rule or structure you need to take to build your project. In this article, I will align what I learned, and the framework I used to plan and build m...


117: From console.log to Log Mastery: Elevating Your Software Development Game

https://krishnasaini.hashnode.dev/from-consolelog-to-log-mastery-elevating-your-software-development-game

Hashnode - javascript (Javascript)

When working on personal projects or small-scale experiments, it's common to rely heavily on console.log debugging and getting insights into how your code is functioning. This makes sense because it's a quick and straightforward way to understand wha...


118: React...from the beginning

https://sdcampbell.hashnode.dev/reactfrom-the-beginning

Hashnode - javascript (Javascript)

What is React' React is a front end library built on JavaScript that allows developers to use pre-defined features to create applications. These features provide developers with a way to create reusable and easily maintainable code, called components...


119: Reading and Learning 'Clean Code' by Uncle Bob Day_4

https://coderafk.hashnode.dev/reading-and-learning-clean-code-by-uncle-bob-day4

Hashnode - python (python)

Welcome to Day 4 of the clean series. On Day 3 we discussed points from chapter 2 of the book Clean Code. Today I'll be moving on to chapter 2 of the other book, The Clean Coder. If you are new to this series, please start from Day 1, You can also re...


120 / 141

120: Prompt Flow

https://github.com/microsoft/promptflow

pointer.io (Développement)

Tools to streamline development cycle of AI apps.


121: The Journey To Staff Engineer: Main Takeaways

https://careercutler.substack.com/p/the-journey-to-staff-engineer-main

pointer.io (Développement)

These takeaways are a roadmap for engineers aspiring to reach higher levels in their careers, based off of a conversation with several staff engineers at larger tech companies: (1) Make your work visible: It's essential not just to do the work but to ensure that others are aware of it. (2) Build relationships within and outside of your team. (3) Learn to lead: Staff engineers often influence witho [...]


122: I Wrote A String Type

https://mcyoung.xyz/2023/08/09/yarns/

pointer.io (Développement)

Miguel explores the intricacies of string representation in Rust, critiquing common string types for their memory inefficiencies. The author introduces "byteyarn," a string type optimized for memory usage, emphasizing its properties like "Small String Optimization" (SSO) and compatibility with 'static lifetime strings. The piece further discusses layout optimization, stealing bits, and niche optim [...]


123: Engineering Unblocked ' Interviews With Leaders From Grammarly, Stripe, Webflow And More

https://www.unblocked.fm/?utm_campaign=Pointer&utm_source=email&utm_medium=cpv&utm_content=september23

pointer.io (Développement)

A lot of academic research has gone into software engineering productivity. But unblocking organizations and teams in practice takes much more than theoretical knowledge. That's why Engineering Unblocked brings you interviews with software leaders who have first-hand experience in navigating the challenges of scale, complexity, and growth.


124: The Two Healthbar Theory Of Burnout

https://jdwyah.substack.com/p/the-two-healthbar-theory-of-burnout

pointer.io (Développement)

Jeff introduces the Two Health Bar Theory, likening work stress to a video game character's health bars. The outer bar can heal, but once depleted, the core bar takes hits, with its blocks being irrevocably lost. Jeff emphasizes that while some can function with a diminished core bar, deep burnout manifests in behavioral changes. "Personally, I have found it hard to heal the core health bar withou [...]


125: Good Performance Is Not Just Big O

https://jmmv.dev/2023/09/performance-is-not-big-o.html

pointer.io (Développement)

Julio argues that a fast and responsive application is not solely about understanding big O complexities. While tech companies often emphasize algorithms in interviews, real-world code often suffers from performance issues unrelated to big O. Julio lists various factors impacting performance, including storage, networking, data handling, CPU and memory usage, concurrency, graphics, and development [...]


126: Free Certifications

https://github.com/cloudcommunity/Free-Certifications

pointer.io (Développement)

A curated list of free courses & certifications.


128: Growth In A Downturn

https://theengineeringmanager.substack.com/p/growth-in-a-downturn

pointer.io (Développement)

James delves into the frustrations many face due to limited career progression opportunities during economic downturns. "The most important thing to embrace is that there are things you can control, and things you can't." James shares what these are and suggests reshaping the narrative around promotions and focusing on personal impact. By creating a workback plan - which outlines the impact you wa [...]


129: Response Time Is The System Talking

https://two-wrongs.com/response-time-is-the-system-talking.html

pointer.io (Développement)

In determining an appropriate request rate for HTTP scraping, Christoffer introduces the concept of system utilization. Rather than aiming for 100% utilization, he recommends a target below 40%. "Response time is a function of utilisation," allowing one to gauge system load. By comparing baseline response time when the system is idle, to loaded response time, one can estimate utilization. Christof [...]


130 / 141

130: Bun

https://bun.sh/blog/bun-v1.0

pointer.io (Développement)

Toolkit for running and testing JS and TypeScript projects.


131: Tumblr Shares Database Migration Strategy With 60+ Billion Rows

https://newsletter.systemdesign.one/p/how-to-migrate-a-mysql-database

pointer.io (Développement)

The article delves into Tumblr's database migration strategy. With a massive MySQL database spanning 21 terabytes and 60+ billion rows, Tumblr sought a migration approach that minimized user impact. Initially considering a brute force method, they later adopted the CQRS pattern, which separates database read and write operations. To combat latency issues, Tumblr introduced a database proxy in the [...]


132: Lessons From Building A Domain-Specific AI Assistant

https://www.airplane.dev/blog/building-an-ai-assistant

pointer.io (Développement)

Eric Liu, Engineer at Airplane, discusses how the Airplane team built a domain-specific AI assistant, the lessons they learned along the way, and what's next for the future of AI assistants.


133: uDSV

https://github.com/leeoniya/uDSV

pointer.io (Développement)

A faster CSV parser in 5KB.


134: Extracting and Generating JSON Data with OpenAI GPT, LangChain, and Python

https://horosin.com/extracting-and-generating-json-data-with-openai-gpt-langchain-and-python

Hashnode - python (python)

In this blog post, I will share how to use LangChain, a flexible framework for building AI-driven applications, to extract and generate structured JSON data with GPT and Langchain. I'll provide code snippets and concise instructions to help you set u...


135: Builder Pattern in Python: Construct Complex Objects Step by Step

https://karun.hashnode.dev/builder-pattern-in-python-construct-complex-objects-step-by-step

Hashnode - python (python)

The Builder Pattern is a creational design pattern that separates the construction of a complex object from its representation. It allows you to create different variations of an object while keeping the construction process consistent. Key Component...


136: This Context API Mistake Ruins Your Whole React App (All Components Re-Render)

https://letsusetech.com/this-context-api-mistake-ruins-your-whole-react-app-all-components-re-render

Hashnode - javascript (Javascript)

It can't be overstated how much of a key role performance plays when it comes to user experience. Nothing can make a user leave your app quicker than a sluggish or laggy user interface (UI), and often times this results from poor coding practices on ...


137: A Simplified Guide to the 'this' Keyword in JavaScript

https://techwritinghub.com.ng/this-keyword-in-javascript

Hashnode - javascript (Javascript)

In this article, we're going to take a dive into the this keyword in JavaScript. The JavaScript "this" keyword is not just a subtle quirk of the language; it's a dynamic powerhouse that can make or break your code. Grasping the concept of this keywor...


138: JavaScript 0 to 100 in 3 weeks

https://gauravchakraborty.hashnode.dev/javascript-0-to-100-in-3-weeks

Hashnode - javascript (Javascript)

If don't write any code in your lifetime and want to start coding, JavaScript is the best first and most useful coding language you can pick without any hesitation. But the problem arises when you start to learn but don't know the distance, direction...




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