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


Lundi 21 Aout 2023 (144)

1: Learn Node.js by building a backend web framework with 0 dependencies

https://ishtmeet.hashnode.dev/learn-nodejs-by-building-a-backend-web-framework-with-0-dependencies

Hashnode - javascript (Javascript)

I decided to create an open-source (free) book on github for everyone who is trying to dip their feet into the world of backend development (not just Node.js) This is going to take a very long time to build a finished version (a couple of months), bu...


2: Classes and Objects in Dart

https://blogs.jaytillu.in/classes-and-objects-in-dart

Hashnode - Flutter (Flutter)

No matter which framework you want to learn or use No matter which language you want to learn and use No matter which kind of software you want to create All of them today is based on OOPs concept and Classes and objects are base of OOP concepts....


3: Mastering JavaScript Scope: A Deep Dive into Local, Block, Global, Lexical, and the Scope Chain

https://ajitkumarpandit.hashnode.dev/mastering-javascript-scope-a-deep-dive-into-local-block-global-lexical-and-the-scope-chain-2023

Hashnode - javascript (Javascript)

JavaScript Scope In JavaScript, scope is a fundamental concept that determines the accessibility of variables within different parts of your code. Understanding scope and the scope chain is crucial for writing reliable and maintainable JavaScript cod...


4: What is The Drive AI, and why am I building it'

https://bkarki.hashnode.dev/what-is-the-drive-ai-and-why-am-i-building-it

Hashnode - javascript (Javascript)

Before answering the question, let's start with the problem. Our files are scattered everywhere. I send files via Gmail to friends, upload them to Slack and Discord for work, and store personal documents in Google Drive and on my local machine. I e...


5: "First-Class Function" and "Higher Order Function"

https://dushmanta.is-a.dev/first-class-function-and-higher-order-function

Hashnode - javascript (Javascript)

While learning JavaScript functions, you must have come across these two words: "first-class function" and "higher-order function", Let's understand these with examples. The only prerequisite you need is knowledge about functions. First Class Functio...


6: YouTube trials smaller 'Skip Ads' button

https://searchengineland.com/youtube-trials-smaller-skip-ads-button-430998

Search engine land (Référencement)

The redesigned, more subtle CTA box features smaller text, a background with reduced opacity, and a curved border. The post YouTube trials smaller ‘Skip Ads’ button appeared first on Search Engine Land.


7: Supercharge Your React App with the useEffect Hook: A Deep Dive for Improved Performance

https://debasmitbiswal.hashnode.dev/supercharge-your-react-app-with-the-useeffect-hook-a-deep-dive-for-improved-performance

Hashnode - javascript (Javascript)

Introduction In the fast-paced world of React development, staying ahead requires mastering the tools that make your apps efficient and responsive. One such tool in your arsenal is the useEffect hook, a powerful feature that can significantly enhance...


8: Controlled Forms

https://listerfelt.hashnode.dev/controlled-forms

Hashnode - javascript (Javascript)

useState import React, {useState} from 'react' In order to control a form, we need to talk about state. We import useState from react. Then we want to create a state variable to hold all of our form data. This will be in the NewBudget component. fun...


9: Complete Guide: Building a Multi-Step Form in React with react-hook-form

https://yaseer-tasleem.hashnode.dev/complete-guide-building-a-multi-step-form-in-react-with-react-hook-form

Hashnode - javascript (Javascript)

In this tutorial, we will guide you through the process of creating a multi-step form using the react-hook-form library. Multi-step forms are a fantastic way to break down complex forms into smaller, more manageable sections. By the end of this tutor...


10 / 144

10: Intel Releases Update for its Developer-Focused Mono Font

https://www.webdesignerdepot.com/2023/08/intel-releases-update-for-its-developer-focused-mono-font/

Webdesigner depot (Design)

Intel One Mono, an open-source typeface designed for developers, just received a new update. Version 1.3.0 promises several small improvements to make the typeface easier to use.


11: Voyage : il demande conseil à l'IA et finit à la soupe populaire

https://www.lebigdata.fr/ia-microsoft-soupe-populaire

Le Big Data (dataviz)

Aux dernières nouvelles, Microsoft voulait rédiger un guide de voyage sur son site MSN.com mais son IA a envoyé les … Cet article Voyage : il demande conseil à l’IA et finit à la soupe populaire a été publié sur LEBIGDATA.FR.


12: 9 Pro Tips for Effective Version Control and Collaboration Using Git

https://yatendrakumar.hashnode.dev/9-pro-tips-for-effective-version-control-and-collaboration-using-git

Hashnode - Flutter (Flutter)

Hello, fellow developers! ' If you're reading this, chances are you're already familiar with Git. And why wouldn't you be' A recent survey from Stack Overflow revealed that a whopping 90% of developers use Git for version control. That's right, 9 ou...


13: Exploring the Paradigms: FP and OOP in JavaScript

https://farhaanmalik.hashnode.dev/exploring-the-paradigms-fp-and-oop-in-javascript

Hashnode - javascript (Javascript)

In the realm of modern web development, JavaScript has established itself as the quintessential language for crafting interactive and dynamic user interfaces. JavaScript provides developers with the flexibility to adopt various programming paradigms,...


14: Unlocking Effortless Data Management: Building Your First ORM-Infused CRUD API

https://pydeveloper-blogs.hashnode.dev/unlocking-effortless-data-management-building-your-first-orm-infused-crud-api

Hashnode - javascript (Javascript)

' A Primer Before You Begin: Understanding MVC Architecture Greetings, Fellow Developers, Before delving into the intricacies of building a robust CRUD API using ORM, it's paramount to ensure that our foundation is solid. As we embark on this journe...


15: State v/s Props

https://phiineas.hashnode.dev/state-vs-props

Hashnode - javascript (Javascript)

Welcome back to the journey through the fundamental concepts of React development! In the previous blogs (Understanding the React Props and Mastering the React Props) we explored the ins and outs of props, uncovering their role in creating dynamic an...


17: Read emails from the mail server using IMAP

https://sayad.hashnode.dev/read-emails-from-the-mail-server-using-imap

Hashnode - python (python)

What is IMAP IMAP stands for Internet Message Access Protocol. It's a protocol used for retrieving and managing email messages stored on a mail server. IMAP is designed to allow users to access their email messages from multiple devices while keeping...


18: JavaScript's copyWithin is strange '

https://thisurathenuka.hashnode.dev/javascripts-copywithin-is-strange

Hashnode - javascript (Javascript)

I've been writing a comprehensive guide for JavaScript array methods while learning them myself. I tried out all possible variations of each method and the methods were doing what I expected them to do, except for one. I spent quite some time trying ...


19: Deep Dive into Data structures using Javascript - Heap

https://sahinarslan.hashnode.dev/deep-dive-into-data-structures-using-javascript-heap

Hashnode - javascript (Javascript)

Heap is a fundamental data structure that is constructed as a specialized form of a complete binary tree. They are known to be efficient at organizing data for quick access to the highest or lowest value element based on the "Heap property". "Heap pr...


20 / 144

20: Flutter vs. React Native: Choosing the Right Framework for iOS and Android App Development

https://amg.dev/flutter-vs-react-native-choosing-the-right-framework-for-ios-and-android-app-development

Hashnode - Flutter (Flutter)

Introduction:In the world of cross-platform mobile app development, two prominent contenders stand out: Flutter and React Native. Both frameworks offer the promise of developing applications for iOS and Android simultaneously, saving time and resourc...


21: WhatsApp Is Testing Advanced Text Formatting Capabilities

https://www.webpronews.com/whatsapp-is-testing-advanced-text-formatting-capabilities/

WebProNews SEO (Développement)

WebProNews WhatsApp Is Testing Advanced Text Formatting Capabilities WhatsApp is testing advanced text editing capabilities, adding features that are traditionally found in text editors. WhatsApp Is Testing Advanced Text Formatting Capabilities Staff


22: Adding Prometheus to a FastAPI app | Python

https://carlosmv.hashnode.dev/adding-prometheus-to-a-fastapi-app-python

Hashnode - python (python)

In this article, we are going to learn how to add Prometheus to a FastAPI server. This article will show a simple demonstration and code examples of how to create a request counter to count the number of requests made to a route. And a request counte...


23: Vous utilisez Google Chrome ' Téléchargez tout de suite ce patch qui corrige 26 failles !

https://www.lebigdata.fr/chrome-116

Le Big Data (dataviz)

Google a déployé Chrome 116, la nouvelle mise à jour de son navigateur pour bureau, Android et iOS. Ce patch … Cet article Vous utilisez Google Chrome ' Téléchargez tout de suite ce patch qui corrige 26 failles ! a été publié sur LEBIGDATA.FR.


24: How to draw LOCAR

https://feeds.feedblitz.com/~/787116698/0/tanglepatterns~How-to-draw-LOCAR.html

TanglePatterns (Zentangle)

Online video instructions for drawing the Zentangle®-original tangle: Locar. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


25: Meta s'apprête à lancer une version web de Threads

https://www.lemondeinformatique.fr/actualites/lire-meta-s-apprete-a-lancer-une-version-web-de-threads-91320.html

Le monde informatique (Internet / Informatique)

« Une nouvelle façon de partager du texte ». Le 5 juillet dernier, Meta annonçait le lancement de la version initiale de (...)


26: La performance des GPU Arc d'Intel bondit avec DirectX 11

https://www.lemondeinformatique.fr/actualites/lire-la-performance-des-gpu-arc-d-intel-bondit-avec-directx-11-91326.html

Le monde informatique (Internet / Informatique)

Le lancement, l'été dernier, des premières cartes graphiques grand public Arc A770 et Arc A750 d'Intel, avait été mitigé. (...)


27: NetBox Export Templates: A Guide to Generating Powerful Export Templates

https://blog.renatooliveira.eng.br/netbox-export-templates

Hashnode - python (python)

In this blog post, we will discuss how to use NetBox to create export templates that can be used to generate reports of all virtual machines and clients that are impacted by upcoming firewall maintenance. To achieve this, there are four key component...


28: Resolving "NameError: name '__file__' is not defined" in Python

https://stackabuse.com/resolving-nameerror-name-file-is-not-defined-in-python/

Stack Abuse (Javascript)

Introduction Python, like any other programming language, has its own set of quirks and nuances. One such quirk that often stumps beginner developers is the "NameError: name '__file__' is not defined" error. What exactly is __file__' Why would it be defined in some contexts but not others' This


29: YouTube annonce un incubateur pour l'IA générative avec Universal Music

https://www.usine-digitale.fr/article/youtube-annonce-un-incubateur-pour-l-ia-generative-avec-universal-music.N2162072

L'usine-digitale (Informatique)

La filiale d'Alphabet et son CEO Neal Mohan ont annoncé l'ouverture d'un incubateur dédié à l'intelligence artificielle et composé de plusieurs artistes d'Universal Music Group. YouTube a également dévoilé trois principes fondamentaux qui accompagneront sa stratégie.


30 / 144

30: JavaScript Map

https://mutairose.hashnode.dev/javascript-map

Hashnode - javascript (Javascript)

In this article, I am going to explain the built-in JavaScript method: Array.map() and then look at a few examples of how to use it. Introduction As stated earlier, Map() is a built-in JavaScript method that creates a new array with modified elements...


31: Unlocking the Power of 'this' in JavaScript: A Comprehensive Guide!

https://ajitkumarpandit.hashnode.dev/unlocking-the-power-of-this-in-javascript-a-comprehensive-guide-2023

Hashnode - javascript (Javascript)

this Keyword in JavaScript In JavaScript, this is a special keyword that refers to the current execution context or the object that is currently executing the code. The value of this depends on how a function is called and how it is invoked. Here are...


32: What's the peak-end rule' How to use it to create improve UX

http://blog.logrocket.com/ux-design/whats-peak-end-rule/

Log Rocket blog (Web 2)

Discover what the peak-end rule is and how it can help provide better UX by optimizing peak and end experiences for your users. The post What’s the peak-end rule' How to use it to create improve UX appeared first on LogRocket Blog.


33: 10 Beginner-Friendly JavaScript Projects with Included Source Code

https://kohinoor.hashnode.dev/10-beginner-friendly-javascript-projects-with-included-source-code

Hashnode - javascript (Javascript)

Vanilla JavaScript, often referred to as "plain" JavaScript, serves as a cornerstone in the world of coding and web development. A significant number of the web pages you encounter are crafted through a blend of HTML, CSS, vanilla JavaScript, and int...


34: Navigating the Waters of React: A Beginner's Journey

https://molatonny.hashnode.dev/navigating-the-waters-of-react-a-beginners-journey

Hashnode - javascript (Javascript)

Introduction Embarking on a journey into the world of React is like stepping onto a new continent, filled with promise and uncharted territories. As a newcomer to React, I'm excited to share my initial experiences and discoveries as I begin my advent...


35: SEO KPIs to track and measure SEO success

https://searchengineland.com/seo-kpis-track-measure-success-430950

Search engine land (Référencement)

What can be measured can be improved. Here's a look at the most valuable SEO KPIs to help you track, measure and improve your SEO efforts. The post SEO KPIs to track and measure SEO success appeared first on Search Engine Land.


36: Threads Finally Unveils Web Browser Version

https://www.webdesignerdepot.com/2023/08/threads-finally-unveils-web-browser-version/

Webdesigner depot (Design)

Instagram head Adam Mosseri just announced that Threads is getting a web browser version. Could this be the feature that revitalizes the platform'


37: Leonardo AI : tout savoir sur le MidJourney du jeu vidéo

https://www.lebigdata.fr/leonardo-ai

Le Big Data (dataviz)

Leonardo AI est une intelligence artificielle générative spécialement conçue pour la création de jeux vidéo. Découvrez tout ce que vous … Cet article Leonardo AI : tout savoir sur le MidJourney du jeu vidéo a été publié sur LEBIGDATA.FR.


38: Resolving "gh: command not found" or "gh is not recognized" Errors

https://stackabuse.com/resolving-gh-command-not-found-or-gh-is-not-recognized-errors/

Stack Abuse (Javascript)

Introduction Running into a "gh: command not found" or "gh is not recognized" error message can be frustrating. This typically occurs when the GitHub CLI (gh) is not installed on your system or the path to the executable is not correctly set. In this Byte, we'll walk you through the


39: Sans puissant soutien cloud, OpenELA face au spectre de l'échec

https://www.lemondeinformatique.fr/actualites/lire-sans-puissant-soutien-cloud-openela-face-au-spectre-de-l-echec-91319.html

Le monde informatique (Internet / Informatique)

Formée par le trio CIQ, Oracle et SuSE, l'Open Enterprise Linux Association annoncée la semaine dernière est loin de manquer (...)


40 / 144

40: How to Disable the Red Underlines in VS Code

https://stackabuse.com/how-to-disable-the-red-underlines-in-vs-code/

Stack Abuse (Javascript)

Introduction Visual Studio Code (VS Code) is a powerful, lightweight, and versatile source code editor that supports various programming languages. One of its many features is the red wavy underline, which signifies errors in your code. While this feature is very useful for catching mistakes, it can sometimes be overzealous


41: CTV ad spend hits record-breaking $1 billion in June

https://searchengineland.com/ctv-ad-aprnd-record-breaking-month-june-430957

Search engine land (Référencement)

Ad intelligence provider Vivvix (Kantar) forecasts continued growth in CTV and other digital platforms like YouTube. The post CTV ad spend hits record-breaking $1 billion in June appeared first on Search Engine Land.


42: A Deep Dive into MVVM and Clean Architecture: A Comparative Analysis

https://softwareeng.hashnode.dev/a-deep-dive-into-mvvm-and-clean-architecture-a-comparative-analysis

Hashnode - Flutter (Flutter)

Introduction: When it comes to structuring the codebase of your software application, two popular architectural patterns stand out: MVVM (Model-View-ViewModel) and Clean Architecture. Although they have different principles and objectives, both MVVM ...


43: A Deep Dive into MVVM and Clean Architecture: A Comparative Analysis

https://amg.dev/a-deep-dive-into-mvvm-and-clean-architecture-a-comparative-analysis

Hashnode - Flutter (Flutter)

Introduction: When it comes to structuring the codebase of your software application, two popular architectural patterns stand out: MVVM (Model-View-ViewModel) and Clean Architecture. Although they have different principles and objectives, both MVVM ...


44: Using React Router v6 with React

https://devvarun.hashnode.dev/using-react-router-v6-with-react

Hashnode - javascript (Javascript)

What is React Router' React Router is a Javascript Library that allows us to handle Client Side & Server Side routing in React Apps. It enables the creation of single-page web or mobile apps that allow navigating without refreshing the page. It also ...


45: 6 types of product-led models

http://blog.logrocket.com/product-management/6-types-product-led-models/

Log Rocket blog (Web 2)

In simple terms, a product-led growth model is a type of business model where the product itself drives all core business activities. The post 6 types of product-led models appeared first on LogRocket Blog.


46: Circumventing 2FA and Cracking AES Encryption in Crylo CTF by TryHackMe

https://j4ke.io/crylo-ctf

Hashnode - python (python)

This walkthrough covers the Crylo CTF found on TryHackMe. The room's theme focuses on identifying weaknesses in security controls designed to prevent unauthorized access. We will discuss SQLMap, HTTP Header manipulation, Hashcat, JSON parameters, and...


47: Des maisons d'édition obtiennent le retrait de Books3, une gigantesque base de données utilisée pour entraîner des modèles d'IA

https://www.usine-digitale.fr/article/des-maisons-d-edition-obtiennent-le-retrait-de-books3-une-gigantesque-base-de-donnees-utilisee-pour-entrainer-des-modeles-d-ia.N2161982

L'usine-digitale (Informatique)

Contenant près de 200 000 livres, cette banque de données a notamment été utilisée par Meta pour Llama. Elle est d'ailleurs au c'ur d'une plainte déposée contre la maison-mère de Facebook.


48: La justice américaine décide que les productions des modèles d'IA générative ne sont pas soumises au copyright

https://www.usine-digitale.fr/article/la-justice-americaine-decide-que-les-creations-des-modeles-d-ia-generative-ne-sont-pas-soumises-au-copyright.N2162057

L'usine-digitale (Informatique)

Stephen Thaler, CEO d'Imagination Engines, avait contesté une décision de justice empêchant les images produites par son modèle d'intelligence artificielle d'être protégées par la loi sur le copyright. Il a été débouté de sa demande mais compte faire à nouveau appel.


49: Validate Your Pandas DataFrame with Pandera

https://mathdatasimplified.com/2023/08/21/validate-your-pandas-dataframe-with-pandera-2/

Math Data Simplified (data)

Poor data quality can lead to incorrect conclusions and bad model performance. Thus, it is important to check data for consistency and reliability before using it. pandera makes it easy to perform data validation on dataframe-like objects. If the dataframe does not pass validation checks, pandera provides useful error messages. The post Validate Your Pandas DataFrame with Pandera appeared first on [...]


50 / 144

50: Setting up event parameters in GA4: Everything you need to know

https://searchengineland.com/google-analytics-4-setting-up-event-parameters-430908

Search engine land (Référencement)

Learn how to set up event parameters in Google Analytics 4 for a deeper understanding of user actions and effective data interpretation. The post Setting up event parameters in GA4: Everything you need to know appeared first on Search Engine Land.


51: iPhone Users Can Now Use Siri to Lock/Unlock Their Teslas

https://www.webpronews.com/iphone-users-can-now-use-siri-to-lock-unlock-their-teslas/

WebProNews SEO (Développement)

WebProNews iPhone Users Can Now Use Siri to Lock/Unlock Their Teslas Tesla has quietly rolled out a new feature in its iOS app, giving iPhone users the ability to lock and unlock their doors with Siri. iPhone Users Can Now Use Siri to Lock/Unlock Their Teslas Staff


52: Pico s'oriente vers le suivi manuel : Nouvelle révolution en perspective '

https://www.realite-virtuelle.com/pico-interet-pour-suivi-manuel/

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

Après les orientations prises par Meta et Apple, Pico manifeste à présent un intérêt accru […] Cet article Pico s'oriente vers le suivi manuel : Nouvelle révolution en perspective ' a été publié sur REALITE-VIRTUELLE.COM.


53: Running Deno with Napptive

https://www.napptive.com/running-deno-with-napptive

Hashnode - javascript (Javascript)

Deno was created in response to limitations in existing JavaScript runtimes like Node.js. Its creator, Ryan Dahl, realized improvements were needed. Among these, was the fact that Node.js has security concerns, such as granting too much access. Deno ...


54: L'Android VRChat Alpha disponible ! A quoi s'attendre '

https://www.realite-virtuelle.com/android-vrchat-alpha-lance/

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

Une belle surprise ! L’alpha mobile VRChat est maintenant disponible sur Android. Ainsi, vous pourrez emmener […] Cet article L'Android VRChat Alpha disponible ! A quoi s'attendre ' a été publié sur REALITE-VIRTUELLE.COM.


55: Google's Pixel Binary Transparency Keeps Users Safe From Supply Chain Attacks

https://www.webpronews.com/googles-pixel-binary-transparency-keeps-users-safe-from-supply-chain-attacks/

WebProNews SEO (Développement)

WebProNews Google's Pixel Binary Transparency Keeps Users Safe From Supply Chain Attacks Google has unveiled a major security feature for Pixel owners, giving them the ability to verify the authenticity of their Pixel's Android operating system. Google's Pixel Binary Transparency Keeps Users Safe From Supply Chain Attacks Matt Milano


56: JavaScript - The 'const' keyword

https://mahavir.hashnode.dev/javascript-the-const-keyword

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss the below topics. What is the 'const' keyword' Using the 'const' keyword Complete source code What is the 'const' keyword' The variables declared using 'const' keyword cannot be changed i.e. once...


57: Fixing "Property X does not exist on type Request" Error in TypeScript

https://stackabuse.com/fixing-property-x-does-not-exist-on-type-request-error-in-typescript/

Stack Abuse (Javascript)

Introduction When working with TypeScript, you may occasionally encounter an error message like "Property X does not exist on type Request". This error typically arises when TypeScript cannot find a property within the Request object. In this Byte, we'll explain the error and show how you can resolve it. What


58: An Introduction to Python

https://siddhipradamohapatro.hashnode.dev/an-introduction-to-python

Hashnode - python (python)

What is Python' Python is a computer language used in various applications It was introduced by Guido van Rossum and is an open-source high-level and object-oriented language Python consists of vast libraries and frameworks like Django, Flask, Tens...


59: Solving the mystery of recompositions in Compose's LazyList

https://blog.shreyaspatil.dev/solving-the-mystery-of-recompositions-in-composes-lazylist

Hashnode - Kotlin (Mobiles)

Hi Composers '', in this blog we'll discuss the issue which generally affects the performance of the application which presents data on UI with the help of Jetpack Compose's LazyList components (LazyColumn or LazyRow). I found this issue while work...


60 / 144

60: Creating type-safe styles with Panda CSS

http://blog.logrocket.com/creating-type-safe-styles-panda-css/

Log Rocket blog (Web 2)

We explore how to use Panda CSS to author CSS styles, including creating conditional styles, type-safe styles, and custom theming. The post Creating type-safe styles with Panda CSS appeared first on LogRocket Blog.


61: How to balance customer focus with innovation

http://blog.logrocket.com/product-management/how-to-balance-customer-focus-with-innovation/

Log Rocket blog (Web 2)

If customers question why they need some of the most innovative products of our time, are innovation and customer focus at odds with each other' The post How to balance customer focus with innovation appeared first on LogRocket Blog.


62: AI-generated content: To label or not to label'

https://searchengineland.com/label-ai-generated-content-430898

Search engine land (Référencement)

With the rapid adoption of AI content creation tools, is it necessary for publishers to adopt AI labeling policies' The post AI-generated content: To label or not to label' appeared first on Search Engine Land.


63: Google Messages May Soon Get Satellite SOS Capabilities

https://www.webpronews.com/google-messages-may-soon-get-satellite-sos-capabilities/

WebProNews SEO (Développement)

WebProNews Google Messages May Soon Get Satellite SOS Capabilities Google looks to be adding one of Apple's biggest additions to iOS: the ability to send SOS messages via satellite. Google Messages May Soon Get Satellite SOS Capabilities Staff


64: Quantique : cette prédiction japonaise datée de 50 ans vient de se réaliser

https://www.lebigdata.fr/quantique-prediction-japonaise

Le Big Data (dataviz)

Il y a 50 ans, des théoriciens japonais prédisaient un état quantique. Depuis lors pourtant, jamais ce phénomène n'avait été … Cet article Quantique : cette prédiction japonaise datée de 50 ans vient de se réaliser a été publié sur LEBIGDATA.FR.


65: Cookies vs Local Storage in JavaScript

https://diwakarkashyap.hashnode.dev/cookies-vs-local-storage-in-javascript

Hashnode - javascript (Javascript)

Both cookies and localStorage are ways to store data on the client's side, but they have different purposes, use-cases, and characteristics. Here's a comparison of the two: Lifespan: Cookies: Can have a set expiration date. If not set, they will ex...


66: Passing Functions as Parameters in TypeScript

https://stackabuse.com/passing-functions-as-parameters-in-typescript/

Stack Abuse (Javascript)

Introduction In TypeScript, functions are first-class citizens, which means they can be assigned to variables, stored in data structures, and even passed as parameters to other functions. This Byte will explore how to pass functions as parameters in TypeScript, discuss type aliasing for functions, and see how to check function


67: JavaScript - The 'let' keyword behaviour

https://mahavir.hashnode.dev/javascript-the-let-keyword-behaviour

Hashnode - javascript (Javascript)

Introduction Namaste, In this post I will discuss the below topics What is the 'let' keyword' Using the 'let' keyword in the global scope Using the 'let' keyword in the function scope Cannot re-declare a variable Using the 'let' keyword in the b...


68: How to Filter Data (Object in Array) and Render the Output in the Browser Using JavaScript

https://taosheeda.hashnode.dev/how-to-filter-data-object-in-array-and-render-the-output-in-the-browser-using-javascript

Hashnode - javascript (Javascript)

Introduction There is a lot of improvement that has occurred to human lifestyle through the evolution of technology. Tech has made it much easier to perform transactions and order goods from far away China, Europe and America using an online e-commer...


69: Unveiling the Marvels of Functions and Parameter Passing in Dart: Guiding Flutter Devs on an Enchanting Path

https://raman04.hashnode.dev/unveiling-the-marvels-of-functions-and-parameter-passing-in-dart-guiding-flutter-devs-on-an-enchanting-path

Hashnode - Flutter (Flutter)

Greetings, fellow traveler on the Flutter realm! If you're setting foot on the path of unraveling functions and parameter passing in Dart, you're in for an exquisite voyage. ''''' These are the arcane incantations that grant you the power to encapsu...


70 / 144

70: 15 Best New Fonts, August 2023

https://www.webdesignerdepot.com/15-best-new-fonts-august-2023/

Webdesigner depot (Design)

Fonts play a critical role in design, possessing the ability to evoke emotion, reinforce a brand identity, create hierarchies in a layout, and set the tone of your content.


71: How React Renders Contents on a Web Page

https://oxdanny.dev/how-react-renders-contents-on-a-web-page

Hashnode - javascript (Javascript)

React is wonderful based on how it operates and perform most task Implicitly but then ever wondered how React renders the JSX to webpage' Walking through the processes namely : Render Triggered Render Phase Commit Phase Browser Paint Before de...


72: Garonzi . Tailored Interiors Makers

https://www.awwwards.com/garonzi-tailored-interiors-makers.html

awwwards (Internet)

Garonzi designs and creates made-to-measure visions, spaces and furnishing entirely Made in Italy for the Hospitality, and Residential sectors through...


73: Improving or removing content for SEO: How to do it the right way

https://searchengineland.com/improving-removing-content-seo-guide-430571

Search engine land (Référencement)

Here's a step-by-step process for determining whether you should improve or remove older content ' and how to do it. The post Improving or removing content for SEO: How to do it the right way appeared first on Search Engine Land.


74: Les enjeux de la formation IA pour les collectivités territoriales

https://www.lebigdata.fr/formation-ia-pour-les-collectivites

Le Big Data (dataviz)

La formation IA pour les collectivités devient nécessaire au vu de l'impact de la technologie sur le travail. La mise … Cet article Les enjeux de la formation IA pour les collectivités territoriales a été publié sur LEBIGDATA.FR.


75: Crafting Dynamic Web Experiences: A Beginner's Guide to Flask Templates

https://phylis.dev/crafting-dynamic-web-experiences-a-beginners-guide-to-flask-templates

Hashnode - python (python)

Introduction Hey there, web developer extraordinaire! '' Remember that awesome article we dived into last week' We unleashed the power of Flask in "Getting Started with Flask Framework: Your Path to Mastering Web Development." If you missed it, don'...


76: Object Destructuring in Javascript

https://mbuguadennis33.hashnode.dev/object-destructuring-in-javascript

Hashnode - javascript (Javascript)

Introduction As a Javascript developer, you will work with different data types on a daily basis including objects. Objects help in storing data in a structured manner. Objects can also represent real-world objects like dogs. When it comes to objects...


77: Python for Web Development: Exploring Django vs. Flask Frameworks

https://ayeshasiddiqha.hashnode.dev/python-for-web-development-exploring-django-vs-flask-frameworks

Hashnode - python (python)

Python has evolved into a powerful programming language for web development. Its simplicity, adaptability, and solid libraries have made it a developer favorite. Django and Flask are two of the most popular Python frameworks for online development. W...


78: Rethinking Social Media Engagement: Response to Mental Health Lawsuits

https://www.bestfreewebresources.com/rethinking-social-media-engagement-response-to-mental-health-lawsuits

Best Free Web Resources (Veille)

The proliferation of social media platforms has brought both connectivity and concerns. Lawsuits mount against giants like Facebook, Instagram, TikTok, and YouTube, alleging their detrimental effects on the mental health of teens. According to an August 2023 update by ConsumerNotice.org, there haven't been any settlements or verdicts in social media lawsuits. In fact, 344 social […] The post [...]


79: Le créateur de ChatGPT achète un studio de jeu vidéo : que prépare OpenAI '

https://www.lebigdata.fr/openai-global-illumination

Le Big Data (dataviz)

OpenAI vient d'acquérir le studio de jeu vidéo Global Illumination, connu pour son clone de Minecraft intitulé Biomes ! Mais … Cet article Le créateur de ChatGPT achète un studio de jeu vidéo : que prépare OpenAI ' a été publié sur LEBIGDATA.FR.


80 / 144

80: Apple Silicon Mac System Updates Are Much Bigger Than Advertised

https://www.webpronews.com/apple-silicon-mac-system-updates-are-much-bigger-than-advertised/

WebProNews SEO (Développement)

WebProNews Apple Silicon Mac System Updates Are Much Bigger Than Advertised Apple Silicon Mac users may be in for much bigger system update downloads than they expect or than the software updater says. Apple Silicon Mac System Updates Are Much Bigger Than Advertised Matt Milano


81: Jetpack Compose Unleashed: My First Android Talk

https://starchild.hashnode.dev/jetpack-compose-unleashed-my-first-android-talk

Hashnode - Kotlin (Mobiles)

On the 8th of June, I was invited by GDG Soweto to make my first Android debut. This marked my very first Android talk, and let me tell you, the excitement was electrifying. "Why Android'" you might ask. Well, I've always been captivated by Android d...


82: My Epic Journey into the Web Development Wonderland

https://adwaithblogs.hashnode.dev/my-epic-journey-into-the-web-development-wonderland

Hashnode - javascript (Javascript)

Hey there, fellow web enthusiasts! Today, I want to share my incredible journey into the magical world of web development. Buckle up, because this is going to be one heck of a ride! Once upon a time, in a land far, far away, I stumbled upon the encha...


83: Day 01 : Understanding Python

https://grvshjsx.com/day-01-understanding-python

Hashnode - python (python)

#1. Getting Started with Python Welcome to the dynamic realm of programming! Python stands out as one of today's premier and adaptable programming languages. Its allure lies in its user-friendly structure, comprehensible code, and an extensive array ...


84: JavaScript Hoisting: Elevating Declarations for Code Magic! (explanation of hoisting in JavaScript)

https://ajitkumarpandit.hashnode.dev/javascript-hoisting-elevating-declarations-for-code-magic-explanation-of-hoisting-in-javascript

Hashnode - javascript (Javascript)

Hoisting in JavaScript Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during the compilation phase, before code execution. This means that even if you declare a variable or...


85: 21 Python Tips and Concepts to Enhance Your Coding Skills and Improve Your Code

https://bindu.hashnode.dev/21-python-tips-and-concepts-to-enhance-your-coding-skills-and-improve-your-code

Hashnode - python (python)

21 Python tips and concepts to enhance your coding skills and improve your code: Use Descriptive Variable Names: Choose meaningful names for variables to make your code self-explanatory. Follow PEP 8 Guidelines: Adhere to Python's style guide for c...


86: 30 Python Concepts

https://bindu.hashnode.dev/30-python-concepts

Hashnode - python (python)

Variables: Containers for storing data values. Data Types: The different categories of data, like integers, strings, floats, lists, and more. Strings: Sequences of characters, often used for text manipulation. Lists: Ordered collections of items, ...


87: Difference Between Flows and Channels in Kotlin

https://bindu.hashnode.dev/difference-between-flows-and-channels-in-kotlin

Hashnode - Kotlin (Mobiles)

In the context of Kotlin programming, "flows" and "channels" are both concepts related to asynchronous programming and handling streams of data. However, they serve slightly different purposes and have distinct characteristics. Flows: Flows are a pa...


88: Exploring Python's Core: From Basics to Behind-the-Scenes

https://blog.bytescrum.com/exploring-pythons-core-from-basics-to-behind-the-scenes

Hashnode - python (python)

' Exciting News! Introducing Our New Python Decoded: Unraveling its Features and Mechanisms' In this extensive series, we'll dissect the key components that make Python a popular choice for both new and experienced developers. We'll look at what ma...


89: Data Structure String In JavaScript | Frontend Interview Helper

https://sameerkali.hashnode.dev/data-structure-string-in-javascript-frontend-interview-helper

Hashnode - javascript (Javascript)

The basics | Inbuilt Function of Js How to declare a String in JS Accessing Characters Looping a string Modifying Strings Concat & Trim (Trim has only removed side spaces | didn't remove space in between ) Searching in String ...


90 / 144

90: Roblox visé par une class action en matière de jeux d'argent et de hasard pour les enfants

https://www.usine-digitale.fr/article/roblox-vise-par-une-class-action-en-matiere-de-jeux-d-argent-et-de-hasard-a-destination-des-enfants.N2161902

L'usine-digitale (Informatique)

Des parents de jeunes joueurs de Roblox, cette plateforme de jeux vidéo qui séduit les enfants du monde entier, estiment que ces derniers sont dangereusement exposés aux jeux d'argent et de hasard lorsqu'ils utilisent la monnaie virtuelle de l'univers appelée le Robux.


91: L'IA, priorité d'investissement dans le retail malgré des budgets en berne

https://www.lemondeinformatique.fr/actualites/lire-l-ia-priorite-d-investissement-dans-le-retail-malgre-des-budgets-en-berne-91315.html

Le monde informatique (Internet / Informatique)

Les consommateurs ne sont pas les seuls à devoir se serrer la ceinture. Selon une étude réalisée par le cabinet d'études (...)


92: Pour repartir de l'avant, Threads va lancer une version web

https://www.usine-digitale.fr/article/pour-repartir-de-l-avant-threads-va-lancer-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.


93: Le licenciement guette les employés de Meta ne revenant pas au bureau

https://www.lemondeinformatique.fr/actualites/lire-le-licenciement-guette-les-employes-de-meta-ne-revenant-pas-au-bureau-91318.html

Le monde informatique (Internet / Informatique)

Meta, la société mère de Facebook, Instagram et WhatsApp, a renforcé sa politique de retour au bureau. La responsable des ressources (...)


94: Près de 21 000 réseaux cybercriminels dans le viseur d'Interpol en Afrique

https://www.lemondeinformatique.fr/actualites/lire-pres-de-21-000-reseaux-cybercriminels-dans-le-viseur-d-interpol-en-afrique-91317.html

Le monde informatique (Internet / Informatique)

L'Afrique est loin d'être un continent imperméable au cybercrime. La dernière opération menée par Interpol avec Afripol (...)


95: Bluesky : comment obtenir une invitation sur le rival de X (Twitter)

https://www.blogdumoderateur.com/bluesky-comment-obtenir-invitation-rival-x-twitter/

Blog du Moderateur ()

Bluesky suscite l'attention des Twittos déçus qui sont désormais à la recherche du précieux "code d'invitation". On vous explique tout !


96: Increase Callbacks: Writing an Effective Résumé

https://talentseeker.hashnode.dev/increase-callbacks-writing-an-effective-resume

Hashnode - javascript (Javascript)

Callbacks are not particularly about how good of a techie you are, but how good you are in telling the recruiter that in your résumé. Introduction Many techies overlook the importance of a good résumé and also misunderstand that a good résumé is rel...


97: X (Twitter) : Elon Musk peut-il vraiment empêcher le blocage des comptes '

https://www.blogdumoderateur.com/x-twitter-elon-musk-empecher-blocage-comptes/

Blog du Moderateur ()

Elon Musk souhaite supprimer le blocage sur X, mais il pourrait se confronter aux règles de Google et d'Apple.


98: How Kotlin Accelerates Android App Development'

https://devengers.hashnode.dev/how-kotlin-accelerates-android-app-development

Hashnode - Kotlin (Mobiles)

Kotlin is a popular programming language in the field of Android app development. It is a modern and statically-typed language built by JetBrains. Kotlin has been designed to be compatible with Java. Its primary purpose is to address the limitations ...


99: Python

https://anub.hashnode.dev/python

Hashnode - python (python)

Practice Programming # Math Operators from Highest to Lowest Precedence. The Integer, Floating-Point, and String Data Types.. valid & invalid variable


100 / 144

100: pCloud vs SugarSync : quelle est la meilleure solution de stockage en cloud '

https://www.lebigdata.fr/pcloud-vs-sugarsync

Le Big Data (dataviz)

De nos jours, les services de stockage cloud se multiplient. Ils préservent vos données sur des serveurs sécurisés gérés par … Cet article pCloud vs SugarSync : quelle est la meilleure solution de stockage en cloud ' a été publié sur LEBIGDATA.FR.


101: Récapitulatif estival 2023

https://fredcavazza.net/2023/08/21/recapitulatif-estival-2023/

Cavazza, Fred (Internet / Web 2)

Le plan canicule est activé dans près de la moitié des départements en France, pourtant la rentrée pointe le bout de son nez. Sans surprise, c’est l’IA générative qui domine l’actualité et les débats de cet été, mais les autres sujets ne sont pas en reste, preuve d’une rentrée qui s’annonce comme très chargée. Les … Lire la suite Récapitulatif est [...]


102: JavaScript Hoisting

https://manju77.hashnode.dev/javascript-hoisting

Hashnode - javascript (Javascript)

Introduction Have you ever come across this concept of Javascript Hoisting' If you always wonder how Javascript executes the code, here is the right place you can able to understand this. Will try to explore together how the magic happens in Javascri...


103: The Art and Science of JSX

https://snegicodes.hashnode.dev/jsx

Hashnode - javascript (Javascript)

In the world of web development, creating dynamic and interactive user interfaces is paramount. The ability to seamlessly integrate JavaScript functionality with the structure of HTML is a key factor in achieving this goal. One technology that has em...


104: Developer Tools Tricks

https://balamurugan16.hashnode.dev/developer-tools-tricks

Hashnode - javascript (Javascript)

As a web developer, I feel it is a must to learn how Developer tools work. I am not suggesting taking a new 20-hour course on it but knowing a few tricks will make your lives much better. This blog would be a starting point for you to know a few of t...


105: Kotlin Code Smell 31 - Not Polymorphic

https://yonatankarp.com/kotlin-code-smell-31-not-polymorphic

Hashnode - Kotlin (Mobiles)

Problems Missed Polymorphism Coupling IFs / Type check Polluting. Names are coupled to types. Solutions Rename methods after what they do. Favor polymorphism. Sample Code Wrong class Array { fun arraySort() { ... } } class List { fun lis...


106: La mairie de Sartrouville touchée par une cyberattaque

https://www.usine-digitale.fr/article/la-mairie-de-sartrouville-touchee-par-une-cyberattaque.N2161857

L'usine-digitale (Informatique)

La municipalité assure que l'impact est "limité". Elle promet un retour rapide à la normale, et écarte le paiement d'une rançon aux hackers.


107: Comment Google mesure et améliore la productivité de ses 2000 ingénieurs

https://thenewstack.io/how-google-unlocks-and-measures-developer-productivity

Humancoders ()

Article assez fou sur comment Google mesure et améliore la productivité de ses 2000 ingénieurs : questionnaire trimestriel sur la dette technique, analyse des logs des outils de développement Commentaires L'article Comment Google mesure et améliore la productivité de ses 2000 ingénieurs a été posté dans la catégorie Agile de Human Coders News


108: Laravel au quotidien 021

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

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 #021 est live '' Au menu: - Caleb Porzio #sushi - Laravel News #bash #aliases #laravel - codewithdary #filamentphp - erikdevries_nl #UIColors - AshAllenDesign #Laravel #Youtube list Bonne lecture et à bientôt. Comment [...]


109: ' Distinguishing slice() vs splice() in JavaScript

https://abirsantra.hashnode.dev/distinguishing-slice-vs-splice-in-javascript

Hashnode - javascript (Javascript)

Hey folks! Today let's look into another common JavaScript question: Distinguish between slice() and splice() in JavaScript ' ' Slicing Arrays with slice(): slice() is a handy method for extracting a portion of an array. It always creates a new arr...


110 / 144

110: Après un accident, Cruise contraint de restreindre sa flotte de taxis autonomes à San Francisco

https://www.usine-digitale.fr/article/apres-un-accident-cruise-contraint-de-restreindre-sa-flotte-de-taxis-autonomes-a-san-francisco.N2161872

L'usine-digitale (Informatique)

La filiale de General Motors va devoir diviser par deux sa flotte de véhicules autonomes en circulation à San Francisco, a déclaré une autorité californienne. Une décision qui fait suite à un accident de la route provoqué par un taxi sans chauffeur.


111: L'IMPACT cube 2023 : transformez vos réseaux sociaux en canaux de vente avec Channable

https://www.blogdumoderateur.com/impact-cube-2023-transformez-reseaux-sociaux-canaux-vente-avec-channable/

Blog du Moderateur ()

Avec le webinaire IMPACT cube - Revolutionizing Online Selling, organisé par Channable, découvrez comment exploiter les réseaux sociaux et leur potentiel commercial.


112: Better Context Menus With Safe Triangles

https://smashingmagazine.com/2023/08/better-context-menus-safe-triangles/

Smashing magazine (Web 2 / CSS)

Discover how to improve the user experience of nested menus and tackle a minor yet common issue with them when the user's pointer leaves the menu item for a moment, and the nested menu goes away, requiring the user to re-hover and try again. A well-known concept called the 'safe triangle' solves this problem.


113: Instagram : 10 grilles originales pour s'inspirer

https://www.blogdumoderateur.com/instagram-10-grilles-originales/

Blog du Moderateur ()

Découvrez 10 exemples de grille Instagram de qualité pour booster votre profil.


114: SpecterOps lance la version communautaire de son service de pentesting

https://www.lemondeinformatique.fr/actualites/lire-specterops-lance-la-version-communautaire-de-son-service-de-pentesting-91205.html

Le monde informatique (Internet / Informatique)

Baptisée BloodHound Community Edition (CE), la version 5.0 du logiciel de test de pénétration open source de SpecterOps s'enrichit (...)


115: 2023, année oubliable concernant les ventes mondiales de smartphones

https://www.lemondeinformatique.fr/actualites/lire-2023-annee-oubliable-concernant-les-ventes-mondiales-de-smartphones-91314.html

Le monde informatique (Internet / Informatique)

Loin d'être encore satisfaisante, la situation du marché mondial des smartphones s'améliore. Pour le dire autrement, elle devient moins (...)


116: Décélération du marché du cloud avant la déferlente IA

https://www.lemondeinformatique.fr/actualites/lire-deceleration-du-marche-du-cloud-avant-la-deferlente-ia-91316.html

Le monde informatique (Internet / Informatique)

65 Md$ en un seul trimestre. Le marché mondial du cloud - incluant IaaS, PaaS et cloud privé hébergé - est devenu un poids (...)


117: xkcd: Pairwise matrix of what to do in an emergency

https://flowingdata.com/2023/08/21/pairwise-matrix-of-what-to-do-in-an-emergency/

Flowing data (dataviz)

xkcd has an informative reference for what do in case of mountain lion…Tags: humor, xkcd


118: La face cachée de ChatGPT : ses (trop) nombreuses erreurs

https://www.lemondeinformatique.fr/actualites/lire-la-face-cachee-de-chatgpt-ses-trop-nombreuses-erreurs-91245.html

Le monde informatique (Internet / Informatique)

ChatGPT, un outil idéal pour accélérer la production de code ' Voire. Une étude menée par plusieurs chercheurs de l'université (...)


119: Mastering Structured Layouts with Flutter's Table Widget: A Comprehensive Guide

https://ravipatel.hashnode.dev/mastering-structured-layouts-with-flutters-table-widget-a-comprehensive-guide

Hashnode - Flutter (Flutter)

Flutter, Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase, offers a rich set of widgets for crafting sophisticated and user-friendly interfaces. Among these, the Table widget stands o...


120 / 144

120: Complete Guide to JavaScript Promises, Async/await and Promise Methods

https://blog.yogeshchavan.dev/complete-guide-to-javascript-promises-asyncawait-and-promise-methods

Hashnode - javascript (Javascript)

In this tutorial, you will learn everything you need to know about using promises and async/await in JavaScript. So let's get started. Want a video version of this tutorial' You can check out my YouTube playlist. Why Use Promises in JavaScript' ES6...


121: Android : comment synchroniser vos applications sur tous vos appareils avec Google

https://www.blogdumoderateur.com/android-synchroniser-applications-appareils-google/

Blog du Moderateur ()

Google propose un fonctionnalité pour vous aider à transférer vos applications d'un appareil à un autre.


122: SGE : Google supprime ses liens '!

https://www.abondance.com/20230821-131243-sge-google-supprime-ses-liens.html

Abondance (Référencement)

Après avoir ajouté plus de liens dans les réponses instantanées début août, Google fait machine arrière et supprime les liens au sein des textes. Complètement ' Non. En cliquant sur un bouton, vous verrez désormais des encarts contenant les liens. Ouf ! Ce qu'il faut retenir :  La suppression des liens dans la SGE La […] L'article "SGE : Google supprime ses liens '!" a été pu [...]


123: JavaScript - The 'var' keyword behaviour

https://mahavir.hashnode.dev/javascript-the-var-keyword-behaviour

Hashnode - javascript (Javascript)

Introduction Namaste, In this article I will discuss the below topics What is the 'var' keyword' Using the 'var' keyword in the global scope Re-declaration of variable Using the 'var' keyword in the function scope Does not have a block scope Li...


124: JavaScript Best Practices for Beginners

https://arnabmondal.hashnode.dev/javascript-best-practices-for-beginners

Hashnode - javascript (Javascript)

JavaScript is one of the most popular programming languages used for web development. As a beginner, it's important to learn JavaScript best practices right from the start to write better quality code. Here are some of the most important JavaScript b...


125: Visualizing Data with Matplotlib: A Beginner's Guide - Part 1 of 2

https://briankoome.hashnode.dev/visualizing-data-with-matplotlib-a-beginners-guide-part-1-of-2

Hashnode - python (python)

Matplotlib is a powerful python library for creating a wide range of plots for different purposes and data types. With its wide range of plotting functions and customization options, Matplotlib makes creating beautiful and informative visualizations ...


126: Training Linear Models

https://akhilworld.hashnode.dev/training-linear-models

Hashnode - python (python)

Hello guys, you must have encountered training a machine learning model while developing a model to tackle your problem statement or to achieve your objective. There are many methods to train a linear model. One such method is closed form solution ha...


127: Clearing Away the Clutter with Proxy Objects

https://kshitijkakade.hashnode.dev/clearing-away-the-clutter-with-proxy-objects

Hashnode - javascript (Javascript)

Modern web apps let users view data across multiple tabs. Product filters, selections, and more become isolated little sandboxes. Now imagine clearing filters in one tab also wiped out the others! Without care, state can become tangled across UI comp...


128: A Letter to API, my dear friend.

https://bxcode.hashnode.dev/a-letter-to-api-my-dear-friend

Hashnode - javascript (Javascript)

My Dearest API, I hope this letter finds you in good "representational state" spirits! I couldn't wait to put pen to paper (or, you know, pixels to screen) to express how much you have opened my eyes to this software development serendipity. I have t...


129: Construire et piloter une plateforme agile de production logiciel avec le Lean

https://blog.octo.com/construire-et-piloter-une-plateforme-agile-de-production-logiciel-avec-le-lean/

Octo (Internet)

« Le Lean, ce n'est que pour l'industrie manufacturière ». Voilà une phrase que l'on entend fréquemment, induite par l'origine de cette approche : l'industrie automobile. C'est en effet de Toyota que tout est parti : un système de production (le Toyota Production System) né dans les années 50, puis un système de management (le […] L'article Construire et piloter une plateforme agile [...]


130 / 144

130: 3 Examples of the TAC Methodology In Action

https://jordanbrennan.hashnode.dev/3-examples-of-the-tac-methodology-in-action

Hashnode - javascript (Javascript)

In this post, we're going to build three components, each of which demonstrates how to follow different parts of the TAC CSS methodology. If you haven't read about the TAC CSS methodology you can still follow along, but to fully understand some of th...


131: SSR(Server Side Rendering)

https://devbhargev.hashnode.dev/ssrserver-side-rendering

Hashnode - javascript (Javascript)

How does Nextjs work on SSR backstage' Next.js uses a combination of server-side rendering (SSR) and client-side rendering (CSR) techniques to achieve its seamless SSR capabilities. Let's explore how Next.js works behind the scenes to implement SSR: ...


132: Understanding Value vs Reference: A Guide to Data Transfer and State Management in JavaScript and React Hooks

https://devhubcommunity.hashnode.dev/understanding-value-vs-reference-a-guide-to-data-transfer-and-state-management-in-javascript-and-react-hooks

Hashnode - javascript (Javascript)

When you step into the world of programming, you encounter a fundamental concept: how data is transferred and manipulated. In JavaScript, the mechanisms of "passing by value" and "passing by reference" shape how variables and data structures are hand...


133: Using NLP for Extracting Insights from Text Data

https://acharoiro.hashnode.dev/using-nlp-for-extracting-insights-from-text-data

Hashnode - python (python)

1. Introduction The purpose of this article is to present a comprehensive technical solution for extracting valuable insights from text data through the implementation of Natural Language Processing (NLP) techniques. Using a collection of open-source...


134: Data Clocks

https://pudding.cool/projects/clocks

pudding.cool (data)

Clocks that connect data to time


135: Ways to Solve: FizzBuzz and RoboNumbers

https://smkou.com/ways-to-solve-fizzbuzz-and-robonumbers

Hashnode - javascript (Javascript)

FizzBuzz Given a number n, print out all the numbers from 1 to n. If n is divisible by 3, print out "fizz" instead. If n is divisible by 5, print out "buzz" instead. If n is divisible by both 3 and 5, print out "fizzbuzz". The Problem Looping Outpu...


136: The 50 Most Valuable Companies in the World in 2023

https://www.visualcapitalist.com/the-50-most-valuable-companies-in-the-world-in-2023/

Visual Capitalist (dataviz)

The world's 50 most valuable companies represent over $25 trillion in market cap. We break this massive figure down by company and sector. The post The 50 Most Valuable Companies in the World in 2023 appeared first on Visual Capitalist.


137: Build A Calculator With JavaScript

https://mohawwal.hashnode.dev/build-a-calculator-with-javascript

Hashnode - javascript (Javascript)

Hello, future web developer! Are you prepared to explore the world of web programming and build something entertaining and useful' In this lesson, I'll teach you how to create a straightforward calculator using HTML for structure, CSS for design, and...


138: Leetcode 1: Two sum

https://emekamanuel.hashnode.dev/mastering-the-two-sum-algorithm-problem-walkthrough-brute-force-vs-dictionary-methods-and-dive-into-space-time-complexity

Hashnode - python (python)

Introduction Hello there fellow developers, CS majors and curious minds interested in learning data structures and algorithms. This blog article is specially written to help you solve the Leetcode problem: Two Sum, using a well-curated beginner-frien...


139: Datetime in Python: Managing Time and Dates

https://karun.hashnode.dev/datetime-in-python-managing-time-and-dates

Hashnode - python (python)

Dealing with dates and times is a crucial aspect of many programming tasks. Python's datetime module offers a powerful set of tools for working with date and time data. From simple date arithmetic to timezone conversions, this module has you covered....


140 / 144

140: Reversing Arrays in JavaScript

https://blog.alexanderkaran.com/reversing-arrays-in-javascript

Hashnode - javascript (Javascript)

JavaScript has two built-in functions for reversing arrays. The first method is Array.prototype.reverse() which reverses the array in place, meaning we change the original array. const numbers = [5, 10, 15, 20, 25, 30] const reversed = numbers.rever...


141: Apache Superset: Installing locally is easy using the makefile

https://lyndsiwilliams.hashnode.dev/apache-superset-installing-locally-is-easy-using-the-makefile

Hashnode - python (python)

Are you interested in trying out Superset, but you're intimidated by the local setup process' Worry not! Superset needs some initial setup to install locally, but I've got a streamlined way to get started - using the makefile! This file contains a se...


142: Web Weekly 109 (blogPost)

https://www.stefanjudis.com/blog/web-weekly-109/

Stefan Judis (Développement)

Guten Tag! 'When will we be able to animate the display property' What's CSS @starting-style' And when will the HTML search element hit the baseline' This week's Web Weekly includes all the answers and much more. Enjoy! Artur Bie' described how to use SVG filters to mask out a DOM element's black pixels. Wild! [...]




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