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

« Février 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Vendredi 10 Février 2023 (439)

1: 20+ Maven Commands and Options (Cheat Sheet)

https://www.digitalocean.com/community/tutorials/maven-commands-options-cheat-sheet

Digital Ocean Tutorials (Internet)

Introduction Maven is one of the most popular project and dependency management tools for Java applications. Maven provides a lot of commands and options to help you in your day to day tasks. This cheat sheet uses a sample Maven project to demonstrate some useful Maven commands. It was originally written for OpenJDK 13.0.1 and Maven 3.6.3. These commands have been verified with OpenJDK 19.0.1 and [...]


2: What You Need to Know About Being a Java Developer

https://kinsta.hashnode.dev/what-you-need-to-know-about-being-a-java-developer

Hashnode - javascript (Javascript)

Java has been around since 1995 and is still one of the most popular programming languages today. As a Java developer, you're in demand and can expect steady job growth. 33% of all software developers used Java in 2022 and that's expected to stay the...


3: Getting Started with Bottom Sheets in Android Using Kotlin Part 2 [Beginner Friendly]

https://lemonboy.dev/getting-started-with-bottom-sheets-in-android-using-kotlin-part-2-beginner-friendly

Hashnode - Kotlin (Mobiles)

Introduction As discussed in part 1 of the article, a bottom sheet is an elevated surface anchored to the bottom of the screen. We also saw how it allows room for more user interface elements such as images and text. In this article, we will create a...


4: Web Development - An Overview

https://iamanujvermao.com/web-development-an-overview

Hashnode - javascript (Javascript)

Web development is the process of creating, designing, and maintaining websites. It encompasses a wide range of activities, from building simple static pages to complex, dynamic web applications. With the increasing popularity of the internet, web de...


5: Poor iPhone Battery Life' You're Not Alone & iOS 16 Is to Blame

https://www.webpronews.com/poor-iphone-battery-life-youre-not-alone-ios-16-is-to-blame/

WebProNews SEO (Développement)

WebProNews Poor iPhone Battery Life' You’re Not Alone & iOS 16 Is to Blame There appears to be an issue with the latest versions of iOS 16, with users reporting significantly less iPhone battery life. Poor iPhone Battery Life' You’re Not Alone & iOS 16 Is to Blame Staff


6: How to Install Python on Windows 10

https://www.digitalocean.com/community/tutorials/install-python-windows-10

Digital Ocean Tutorials (Internet)

Introduction The Python programming language is an increasingly popular choice for both beginners and experienced developers. Flexible and versatile, Python has strengths in scripting, automation, data analysis, machine learning, and back-end development. In this tutorial you'll install Python on Windows 10 using the Python installer for Windows. Note: If you're interested in learning how to use [...]


7: How do the Execution Context, Call stack, and Event-loop work in"JavaScript'

https://theyellowmultiverse.com/how-do-the-execution-context-call-stack-and-event-loop-work-injavascript

Hashnode - javascript (Javascript)

JavaScript is a high-level, dynamic, and interpreted programming language. It was created to add interactivity to websites, but it has since evolved into a language that can be used for many applications. The JavaScript engine is responsible for exec...


8: AI Assists in Developing a Poker Tool: My Experience with ChatGPT

https://pietropiraino.hashnode.dev/ai-assists-in-developing-a-poker-tool-my-experience-with-chatgpt

Hashnode - python (python)

' The Problem: Issues with Velox HUD on Microgaming's People's Poker I am a Front-End Developer with a basic understanding of web applications, but no prior experience in node.js. When I'm not coding, I indulge my passion for poker by playing fast-p...


9: Goodbye Flake8, Hello Ruff

https://blog.mounirmesselmeni.de/goodbye-flake8-hello-ruff

Hashnode - python (python)

Static code analysis is an essential part of ensuring the quality and maintainability of your Python code. There are many tools available for static code analysis, but Ruff stands out for its fast performance, comprehensive analysis, and ease of use....


10 / 439

10: Unicode Error : Imread()

https://hanuman.hashnode.dev/unicode-error-imread

Hashnode - python (python)

import cv2 import numpy as np #if you get an error in path remember there are three solutions to it # It is because we are giving normal string to it # In normal string python understands that '' is escape sequence character # img = cv2.imread(r...


11: Deliveroo va supprimer 350 emplois, soit 9% de son effectif

https://www.usine-digitale.fr/article/deliveroo-va-supprimer-350-emplois-soit-9-de-son-effectif.N2100316

L'usine-digitale (Informatique)

Le CEO de Deliveroo, spécialiste de la livraison de repas à domicile va licencier 350 personnes, soit 9% de ses effectifs à travers le monde. En cause, le contexte économique défavorable, la concurrence et les trop nombreux recrutements effectués ces dernières années. A noter que cela n'inclut pas les livreurs, qui sont considérés comme des travailleurs indépendants.


12: Cumulative Layout Shift (CLS) may gain more weight in overall Google Core Web Vitals or maybe not'

https://searchengineland.com/cumulative-layout-shift-cls-may-gain-more-weight-in-overall-google-core-web-vitals-or-maybe-not-393000

Search engine land (Référencement)

Google posted that the time to interact metric is being removed from Lighthouse 10 and thus that scoring weight will be assigned to cumulative layout shift. The post Cumulative Layout Shift (CLS) may gain more weight in overall Google Core Web Vitals or maybe not… appeared first on Search Engine Land.


13: Le Big Data serait mort, d'après Jordan Tigani, ingénieur fondateur de Google BigQuery, alors que pour IDC, le marché du Big Data enregistrera une forte croissance dans les années à venir

https://big-data.developpez.com/actu/341401/Le-Big-Data-serait-mort-d-apres-Jordan-Tigani-ingenieur-fondateur-de-Google-BigQuery-alors-que-pour-IDC-le-marche-du-Big-Data-enregistrera-une-forte-croissance-dans-les-annees-a-venir/

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

Le Big Data serait mort, d'après Jordan Tigani, ingénieur fondateur de Google BigQuery, alors que pour IDC, le marché du Big Data enregistrera une forte croissance dans les années à venirDans un post publié le 7 février, Jordan Tigani, l'ancien chef d'ingénierie et ingénieur fondateur de Google BigQuery, soutient que le big data est mort. Bien que cela contraste avec l'analyse de IDC, d [...]


14: LeBron James' longevity

https://flowingdata.com/2023/02/10/lebron-james-longevity/

Flowing data (dataviz)

Okay, one more LeBron James thing, mostly because I like seeing different looks…Tags: basketball, LeBron James, Washington Post


15: Let's Discover the JavaScript Map Keyed Collection

https://victoriacheng15.hashnode.dev/lets-discover-the-javascript-map-keyed-collection

Hashnode - javascript (Javascript)

What is Map' It is an object that holds key-value pairs and remembers the original insertion order of the keys. It is similar to Object with the main difference being that Map allows keys of any type. Map vs Object - key type The Map can have any key...


16: A Beginner's Guide to Javascript: What You Need to Know

https://pronounced.hashnode.dev/a-beginners-guide-to-javascript-what-you-need-to-know

Hashnode - javascript (Javascript)

Javascript is a high-level programming language that is widely used on the web. It's one of the three core technologies of the World Wide Web, alongside HTML and CSS. With its popularity and versatility, it's no wonder that many developers are eager ...


17: Maximize Flutter App Performance: Debugging Tips and Tricks for Developers

https://cswithiyush.hashnode.dev/maximize-flutter-app-performance-debugging-tips-and-tricks-for-developers

Hashnode - Flutter (Flutter)

Introduction Debugging is an integral part of developing any software application, and Flutter apps are no exception. It can be a time-consuming and challenging task, but with the right tools and techniques, it becomes much easier to find and fix bug...


18: L'intelligence artificielle, nouveau levier pour censurer Internet en Russie

https://www.usine-digitale.fr/article/l-intelligence-artificielle-nouveau-levier-pour-censurer-internet-en-russie.N2100181

L'usine-digitale (Informatique)

Des pirates biélorusses ont obtenu deux millions de documents internes de Roskomnadzor, l'agence chargée du contrôle de l'accès à Internet en Russie, révèlent les médias russes d'opposition. Roskomnadzor compte sur de nouveaux systèmes à base d'intelligence artificielle pour automatiser sa surveillance en ligne des publications interdites, y compris les photos et les vidéos.


19: Implement customized scrolling in your Flutter App

https://tejbikram.com.np/implement-customized-scrolling-in-your-flutter-app

Hashnode - Flutter (Flutter)

Do you want to implement custom scrolling in your Flutter application where you can position specific widgets at the top of your device like this' https://www.youtube.com/shorts/QoJ08Wwa0l0 It's really easy to implement using CustomScrollView. Firs...


20 / 439

20: Avons-nous encore besoin des ordinateurs et imprimantes '

https://fredcavazza.net/2023/02/10/avons-nous-encore-besoin-des-ordinateurs-et-imprimantes/

Cavazza, Fred (Internet / Web 2)

Saviez-vous que les ordinateurs personnels existent depuis 60 ans ' Une incroyable longévité pour des outils qui arrivent maintenant en fin de vie, du moins pour celles et ceux qui acceptent de regarder la réalité en face : les entreprises et organisations sont en décalage complet avec un environnement de marché bouleversé par la permacrise … Lire la suite Avons-nous encore besoin des [...]


21: .NET MAUI tutorial for Android and iOS

https://blog.logrocket.com/net-maui-tutorial-android-ios/

Log Rocket blog (Web 2)

.NET MAUI isn't limited to just iOS and Android; we could also deploy our application on macOS and Windows using the same codebase. The post .NET MAUI tutorial for Android and iOS appeared first on LogRocket Blog.


22: Tangle Refresher 245 ' An 'explosion' folding card for Valentine's Day, our random string, and how to draw Chillon, Grassroots, Xadent, Divi, Core

https://feeds.feedblitz.com/~/726975224/0/tanglepatterns~Tangle-Refresher-?-An-?explosion?-folding-card-for-Valentine?s-Day-our-random-string-and-how-to-draw-Chillon-Grassroots-Xadent.html

TanglePatterns (Zentangle)

Buried Treasure - A fun folding technique for greeting cards, a hidden heart tutorial, as well as spotlighting hidden tangle gems from the past in the Zentangle® world! And our random string of the week ... Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


23: Day 1 - 100DaysOfCode with Flutter

https://dbathula.hashnode.dev/day-1-100daysofcode-with-flutter

Hashnode - Flutter (Flutter)

Staying true to my words and goals in the last article, here I am, pumped up to get back into the coding zone. D1 Objective: Transform existing sample code into custom UI I don't want to get your hopes high with "custom UI", as I'm only transforming ...


24: Que sait-on des opérateurs de Trickbot après le "name and shame" des administrations américaines et britanniques

https://www.usine-digitale.fr/article/que-sait-on-des-operateurs-de-trickbot-apres-le-name-and-shame-des-administrations-americaines-et-britanniques.N2100281

L'usine-digitale (Informatique)

Sept ressortissants russes viennent d'être frappés par des sanctions économiques. Ils sont soupçonnés d'être les opérateurs du très craint cheval de troie Trickbot.


25: Search and rescue after an earthquake, illustrated

https://flowingdata.com/2023/02/10/search-and-rescue-after-an-earthquake-illustrated/

Flowing data (dataviz)

After a big earthquake, such as the 7.8 that hit Turkey and Syria,…Tags: earthquake, illustration, Reuters


26: How To Scale Node.js Applications with Clustering

https://www.digitalocean.com/community/tutorials/how-to-scale-node-js-applications-with-clustering

Digital Ocean Tutorials (Internet)

The author selected the Society of Women Engineers to receive a donation as part of the Write for DOnations program. Introduction When you run a Node.js program on a system with multiple CPUs, it creates a process that uses only a single CPU to execute by default. Since Node.js uses a single thread to execute your JavaScript code, all the requests to the application have to be handled by that thre [...]


27: New updates to Google's gambling and games policy

https://searchengineland.com/new-updates-to-googles-gambling-and-games-policy-392998

Search engine land (Référencement)

Advertisers must apply for and be approved by Google to run gambling ads. The post New updates to Google’s gambling and games policy appeared first on Search Engine Land.


28: Method chaining in TypeScript

https://blog.arnabxd.me/method-chaining-in-typescript

Hashnode - javascript (Javascript)

Method chaining is a very useful and popular method in JavaScript and TypeScript which helps you write more readable and concise code. In this article, I will explain how method chaining works in JS/TS and how can you write your chainable methods. Wh...


29: day 01 of 1000 days

https://shreerohitrj.hashnode.dev/day-01-of-1000-days

Hashnode - javascript (Javascript)

Welcome, learning from my earlier mistakes, I have decided that I should start a coding 1000 days journey. 1000 days a big time. but I want to improve daily and my final aim is to become a metaverse developer[+full stack dev]. I hope to get a decent ...


30 / 439

30: Telex : Yahoo licencie 1 600 personnes, Opera se met à ChatGPT, Une majorité des déploiements PHP obsolète

https://www.lemondeinformatique.fr/actualites/lire-telex-yahoo-licencie-1-600-personnes-opera-se-met-a-chatgpt-une-majorite-des-deploiements-php-obsolete-89514.html

Le monde informatique (Informatique / Internet)

- Yahoo licencie 1 600 personnes. Le portail web a annoncé un plan social qui impactera 8 % de son effectif (soit 8 600 salariés). (...)


31: Futura Gaïa lève 11 millions d'euros pour commercialiser son système d'agriculture verticale

https://www.usine-digitale.fr/article/futura-gaia-leve-11-millions-d-euros-pour-commercialiser-son-systeme-d-agriculture-verticale.N2100251

L'usine-digitale (Informatique)

Futura Gaïa, start-up française de l'agritech ayant conçu un système de production verticale basée sur la géoponie rotative, lève 11 millions d'euros pour ouvrir une seconde ferme à l'échelle industrielle et lancer la commercialisation de sa solution.


32: Webconférence CIO : des témoignages autour des réseaux

https://www.lemondeinformatique.fr/actualites/lire-webconference-cio-des-temoignages-autour-des-reseaux-89483.html

Le monde informatique (Informatique / Internet)

La transformation des réseaux est enclenchée. Avec l'essor du cloud, la croissance des usages et la démocratisation de l'IoT, les (...)


33: Plus de 82,6 millions de cartes SIM actives en France en 2022

https://www.lemondeinformatique.fr/actualites/lire-plus-de-82-6-millions-de-cartes-sim-actives-en-france-en-2022-89506.html

Le monde informatique (Informatique / Internet)

Comment se porte le marché des services mobiles ' Des éléments de réponse sont apportés périodiquement par l'autorité (...)


34: Don't use float to represent currency. Here is why

https://edumats.dev/dont-use-float-to-represent-currency-here-is-why

Hashnode - python (python)

So you are building an e-commerce system or a personal expense tracker or whatever system that makes calculations using currency values, like calculating the total amount of dollars with taxes included or simply calculating the total price by multipl...


35: Getting Started With Javascript

https://mukeshmahato18.hashnode.dev/getting-started-with-javascript

Hashnode - javascript (Javascript)

Getting started with JavaScript is a great way to learn how to code and develop web applications. Here are some steps to help you get started: Familiarize yourself with HTML and CSS: Before you start learning JavaScript, it's important to have a sol...


36: '==' vs '===' in Javascript

https://akashrj.hashnode.dev/vs-in-javascript

Hashnode - javascript (Javascript)

The most straightforward answer would be: 'The triple equals operator ('===') compares both type and value, while the double equals ('==') only compares value.' This begs a practical example: console.log(1 == 1); //true console.log(1 =='1'); //true ...


37: Des hackers ont accédé aux données d'employés et d'annonceurs de Reddit

https://www.usine-digitale.fr/article/des-pirates-accedent-aux-donnees-d-employes-et-d-annonceurs-du-forum-reddit.N2100216

L'usine-digitale (Informatique)

En piégeant l'un de ses employés avec un email frauduleux, des pirates sont parvenus à obtenir des informations sur certains employés et annonceurs de Reddit, mais pas sur ses utilisateurs, d'après le directeur technique du site. Il s'est engagé à améliorer ses formations en cybersécurité.


38: The CIRCLES method: A PM's guide to talking about design

https://blog.logrocket.com/product-management/circles-method-pm-guide-talking-about-design/

Log Rocket blog (Web 2)

The CIRCLES method helps product managers formulate complete and thoughtful responses to product design question. The post The CIRCLES method: A PM’s guide to talking about design appeared first on LogRocket Blog.


39: Making a website mockup in Figma

https://blog.logrocket.com/ux-design/making-website-mockup-figma/

Log Rocket blog (Web 2)

Take your mockups to the next level by learning how to create visually stunning mockups with Figma in a few easy steps. The post Making a website mockup in Figma appeared first on LogRocket Blog.


40 / 439

40: Deep Dive into Objects in JavaScript

https://saimounikaperi.hashnode.dev/deep-dive-into-objects-in-javascript

Hashnode - javascript (Javascript)

What are Objects Objects are core data structures in JavaScript, an object is a super important data structure because it typically is used or helps us reflect real-world entities. Now technically, objects in JavaScript are of course data structures ...


41: Over one million people signed up to try the new AI-powered Bing

https://searchengineland.com/over-one-million-people-signed-up-to-try-the-new-ai-powered-bing-392997

Search engine land (Référencement)

The excitement and interest are very real for the new Microsoft Bing search experience. The post Over one million people signed up to try the new AI-powered Bing appeared first on Search Engine Land.


42: How to send an email in Dart with mailer/smtp_server package

https://manuelthetechguy.hashnode.dev/how-to-send-an-email-in-dart-with-mailersmtpserver-package

Hashnode - Flutter (Flutter)

Meet me: Hello everyone, my name is Emmanuel and I'm thrilled to be writing my first blog post. I'm currently learning Dart and Flutter, two powerful tools for building dynamic and engaging mobile apps. I have always been fascinated by technology and...


43: Smartphones subventionnés : Free fait condamner Bouygues Telecom

https://www.lemondeinformatique.fr/actualites/lire-smartphones-subventionnes-free-fait-condamner-bouygues-telecom-89504.html

Le monde informatique (Informatique / Internet)

La persévérance peut être payante en matière de litige. Après plusieurs années de procédure à l'encontre (...)


44: GitHub, au régime sec, va licencier 10% de ses effectifs

https://www.usine-digitale.fr/article/github-microsoft-va-licencier-10-de-ses-effectifs.N2100206

L'usine-digitale (Informatique)

La plateforme DevOps de référence GitHub confirme un plan social d'environ 300 salariés, dans la continuité des réductions d'effectifs de sa maison-mère Microsoft. Son rival GitLab a annoncé le même jour se séparer de 7% de ses employés.


45: Different Ways to Get CSS Gradient Shadows

https://css-tricks.com/different-ways-to-get-css-gradient-shadows/

css-tricks (CSS)

It's a question I hear asked quite often: Is it possible to create shadows from gradients instead of solid colors' There is no specific CSS property that does this (believe me, I've looked) and any blog post you find about … Different Ways to Get CSS Gradient Shadows originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


46: Les solutions de Qualys supportent désormais MacOS

https://www.lemondeinformatique.fr/actualites/lire-les-solutions-de-qualys-supportent-desormais-macos-89508.html

Le monde informatique (Informatique / Internet)

La dernière annonce de Qualys sur la prise en charge des Mac témoigne de la présence croissante des ordinateurs d'Apple dans (...)


47: Stockage de données : ils ont réussi à créer des « hologrammes quantiques » ultra-sécurisés

https://www.lebigdata.fr/stockage-donnees-hologrammes-quantiques

Le Big Data (dataviz)

Des chercheurs sont parvenus à stocker des données sur des hologrammes quantiques. Cette technique pourrait permettre la création d’un système … Cet article Stockage de données : ils ont réussi à créer des « hologrammes quantiques » ultra-sécurisés a été publié sur LeBigData.fr.


48: Dtale: Quickly Gain Insights from Your Data

https://mathdatasimplified.com/2023/02/10/dtale-quickly-gain-insights-from-your-data-2/

Math Data Simplified (data)

Have you ever wanted to quickly visualize, analyze, or manipulate your data by only clicking and selecting' Dtale allows you to do all of the above seamlessly within your Jupyter Notebook kernel. Link to Dtale. The post Dtale: Quickly Gain Insights from Your Data appeared first on Data Science Simplified.


49: What's New on VC+ in February'

https://www.visualcapitalist.com/whats-new-on-vc-in-february-2/

Visual Capitalist (dataviz)

This month's VC+ special dispatches feature an in depth look at the IMF's country report on China and the February edition of Markets this Month. The post What’s New on VC+ in February' appeared first on Visual Capitalist.


50 / 439

50: Ce mod VR non officiel de Hogwarts Legacy a l'air incroyablement magique

https://www.realite-virtuelle.com/ce-mod-vr-non-officiel-de-hogwarts-legacy-a-lair-magique/

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

Le très attendu Hogwarts Legacy de Warner Bros. Games n’a pas encore été officiellement publié. […] Cet article Ce mod VR non officiel de Hogwarts Legacy a l'air incroyablement magique a été publié sur Réalité-Virtuelle.com.


51: Want to speak at SMX Advanced' Now's the time to submit your session ideas

https://searchengineland.com/speak-at-smx-advanced-381373

Search engine land (Référencement)

SMX Advanced returns June 13-14. Learn what we're looking for in session pitches, and how to submit a compelling session proposal. The post Want to speak at SMX Advanced' Now's the time to submit your session ideas appeared first on Search Engine Land.


52: Evernex au coeur du reconditionnement de datacenter à Mitry-Compans

https://www.lemondeinformatique.fr/actualites/lire-evernex-au-coeur-du-reconditionnement-de-datacenter-a-mitry-compans-89503.html

Le monde informatique (Informatique / Internet)

A quelques encâblures de l'aéroport Roissy Charles de Gaulles, Evernex a inauguré son site de collecte, de recyclage et de reconditionnement (...)


53: L'EECS pousse l'apprentissage en cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-l-eecs-pousse-l-apprentissage-en-cybersecurite-89490.html

Le monde informatique (Informatique / Internet)

A l'heure où les actes de piratage, vols de données et autres menaces informatiques se multiplient, les entreprises ont plus que jamais (...)


54: 20. Valid Parentheses - JavaScript Solution - by Abu Saleh Faysal

https://abusalehfaysal.hashnode.dev/20-valid-parentheses-javascript-solution-by-abu-saleh-faysal

Hashnode - javascript (Javascript)

An array of parentheses are given. We need to find out if the array contains both opening and closing parentheses or not. Steps: Declare a variable called "stack" and store an empty array. Iterate a for loop over the given array and store the array...


55: Ils font la CyberSécurité | Thomas Anglade (Seckiot) : 'La sécurité des systèmes industriels est en train de devenir un enjeu clé de cybersécurité en France'

https://www.lebigdata.fr/ils-font-la-cybersecurite-thomas-anglade-seckiot

Le Big Data (dataviz)

Dans le cadre de notre dossier 'Ils font la cybersécurité', Thomas Anglade (Head of Data Science chez Seckiot) a accepté … Cet article Ils font la CyberSécurité | Thomas Anglade (Seckiot) : 'La sécurité des systèmes industriels est en train de devenir un enjeu clé de cybersécurité en France' a été publié sur LeBigData.fr.


56: Here are 53 dependencies used in the MERN stack.

https://mayoyo.hashnode.dev/here-are-53-dependencies-used-in-the-mern-stack

Hashnode - javascript (Javascript)

The MERN stack is a popular stack for building full-stack web applications, and consists of the following technologies: MongoDB: a NoSQL document-based database Express: a web framework for Node.js React: a JavaScript library for building user int...


57: Suite à un phishing, Reddit se fait dérober des données sensibles

https://www.lemondeinformatique.fr/actualites/lire-suite-a-un-phishing-reddit-se-fait-derober-des-donnees-sensibles-89502.html

Le monde informatique (Informatique / Internet)

Le forum de discussions Reddit a été ciblé le week-end dernier par une campagne de phishing. Ce n'est pas la première fois (...)


58: Learn Nuxt 3 ' Full course for beginners [3 hours] 2023

https://guillaumeduhan.hashnode.dev/learn-nuxt-3-full-course-for-beginners-3-hours-2023

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=ww94Jvi8JJo Hello devs, As a software developer and enthusiast, I am thrilled to announce the release of my new course on Nuxt.js version 3. This course is designed to help developers like myself who are looking to b...


59: JS Polyfills - Part 6 Curry, Memoise and Generator Functions

https://sriya.hashnode.dev/js-polyfills-part-6-curry-memoise-and-generator-functions

Hashnode - javascript (Javascript)

Github Code: JS Polyfills 16. Curry Currying: Transformation of function with multiple parameters to a sequence of single parameters is Currying. Currying just transforms the function, it will not call the function. Partial functions can be easily ge...


60 / 439

60: Day 3 of 100DaysOfCode

https://pradeepkurapati.hashnode.dev/day-3-of-100daysofcode

Hashnode - python (python)

Today was a productive day in my #100DaysOfCode journey. I learned several important programming concepts such as randomization, split function, lists, nested lists, range, and for loops. Using these newly acquired skills, I created a fun Rock Paper ...


61: How product managers can effectively deal with dependencies

https://blog.logrocket.com/product-management/how-product-managers-effectively-deal-with-dependencies/

Log Rocket blog (Web 2)

Dependencies can be treated as blockers, but not all are the same. Sometimes you can identify alternatives and escape from the dependency. The post How product managers can effectively deal with dependencies appeared first on LogRocket Blog.


62: Building an audio player in React to play sound or music

https://blog.logrocket.com/building-audio-player-react/

Log Rocket blog (Web 2)

Learn to build an audio player in React from scratch with custom controls that look consistent across browsers. The post Building an audio player in React to play sound or music appeared first on LogRocket Blog.


63: Meta a de grands nouveaux projets pour Horizon Worlds

https://www.realite-virtuelle.com/meta-horizon-worlds-accessible-adolescents-jeunes/

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

Pour 2023, Meta se fixe pour but d'élargir les horizons de sa plateforme de réalité […] Cet article Meta a de grands nouveaux projets pour Horizon Worlds a été publié sur Réalité-Virtuelle.com.


64: How ChatGPT can help you create content for SEO

https://searchengineland.com/chatgpt-create-content-seo-392930

Search engine land (Référencement)

When using ChatGPT, think of it more as a writing and research assistant to help you with certain, but not all, content creation tasks. The post How ChatGPT can help you create content for SEO appeared first on Search Engine Land.


65: RegEx in Python: Understanding and Implementing Regular Expressions

https://avizyt.hashnode.dev/regex-in-python-understanding-and-implementing-regular-expressions

Hashnode - python (python)

Introduction Regular expressions (RegEx) are a powerful tool that is used to process text and strings. RegEx allows you to search for patterns within a string and manipulate or extract specific parts of the string that match a certain pattern. The Re...


66: The DOM and its Manipulation: Part 1 (beginner friendly)

https://itsokyash.hashnode.dev/the-dom-and-its-manipulation-part-1-beginner-friendly

Hashnode - javascript (Javascript)

The Document Object Model The HTML document loaded in a tab of your web browser is represented by The DOM It is expressed in a "tree structure" way by the browser that enables the HTML structure to be easily accessed by the programming languages, for...


67: Bouygues Telecom condamné à verser 308 millions d'euros à Free Mobile

https://www.usine-digitale.fr/article/bouygues-telecom-condamne-a-verser-308-millions-d-euros-a-free-mobile.N2100161

L'usine-digitale (Informatique)

Suite à sa condamnation dans l'affaire des offres de forfaits mobiles comprenant des téléphones subventionnés, Bouygues Telecom a immédiatement annoncé son intention de faire appel du jugement du tribunal du commerce de Paris.


68: A step-by-step Guide to using Redux for State Management in React

https://aliadeku.hashnode.dev/a-step-by-step-guide-to-using-redux-for-state-management-in-react

Hashnode - javascript (Javascript)

Redux is a state management tool for JavaScript applications.It provides a store for our applications and methods to get the state, listen to changes in your state, and update it.In this article, you will learn how to use Redux in your React applicat...


69: Un rapport révèle que la plupart des déploiements de PHP utilisent des versions qui ne sont plus prises en charge, 61,9 % des répondants utilisent encore des versions de PHP en fin de vie

http://php.developpez.com/actu/341392/Un-rapport-revele-que-la-plupart-des-deploiements-de-PHP-utilisent-des-versions-qui-ne-sont-plus-prises-en-charge-61-9-pourcent-des-repondants-utilisent-encore-des-versions-de-PHP-en-fin-de-vie/

php (developpez.com) (PHP / Informatique)

Un rapport révèle que la plupart des déploiements de PHP utilisent des versions qui ne sont plus prises en charge 61,9 % des répondants utilisent encore des versions de PHP en fin de vieZend by Perforce a publié son dernier rapport sur l'écosystème PHP et la façon dont le langage est utilisé par les différents acteurs (les développeurs, les responsables, directeurs du développement, r [...]


70 / 439

70: Summarizing JavaScript Promises:

https://harshjain.hashnode.dev/summarizing-javascript-promises

Hashnode - javascript (Javascript)

You might or might not have worked with promises, but if you had a hard time understanding them or if you are looking for a concise explanation about promises, this article might help you. So without any delay, let's get started. What is a Promise' A...


71: Master Riverpod even if you are a flutter newbie

https://clouds.hashnode.dev/master-riverpod-even-if-you-are-a-flutter-newbie

Hashnode - Flutter (Flutter)

Are you building an app with Flutter' You will need to know and choose a state management technique. This is because you will need to share state across different parts of your app, especially as your app gets large and more complex. You will need to...


72: SecNumCloud : voici ce que vous devez savoir sur cette certification

https://www.lebigdata.fr/certification-secnumcloud-guide-complet

Le Big Data (dataviz)

La certification SecNumCloud devient de plus en plus important dans le monde de la cybersécurité. Ce label de qualité démontre … Cet article SecNumCloud : voici ce que vous devez savoir sur cette certification a été publié sur LeBigData.fr.


73: Crunchyroll : tout savoir sur ce service de streaming

https://www.realite-virtuelle.com/crunchyroll-tout-savoir/

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

Crunchyroll, leader de l’anime avec 3 millions d’abonnés dans le monde, a été racheté par […] Cet article Crunchyroll : tout savoir sur ce service de streaming a été publié sur Réalité-Virtuelle.com.


74: 3 search misconceptions about affiliate marketing debunked

https://searchengineland.com/search-misconceptions-affiliate-marketing-debunked-392756

Search engine land (Référencement)

Learn how affiliate can help search marketers gain market share and drive incremental ' and profitable ' growth in a tough economic climate. The post 3 search misconceptions about affiliate marketing debunked appeared first on Search Engine Land.


75: How did I create a working app within 3 days' with no prior experience

https://harshparashar.hashnode.dev/how-did-i-create-a-working-app-within-3-days-with-no-prior-experience

Hashnode - Flutter (Flutter)

The app is created for learning purpose and the code is available to fork at https://github.com/lightbreakers/covid-data-tracker-app Due to the pandemic, most of us are in lockdown. Currently, at weekends we don't have plans. If I spent my weekend...


76: The 3 Most Powerful Functions in Python

https://swapnoneel.hashnode.dev/the-3-most-powerful-functions-in-python

Hashnode - python (python)

Introduction In Python, the map, filter, and reduce functions are built-in functions that allow you to apply a function to a sequence of elements and return a new sequence. These functions are known as higher-order functions, as they take other funct...


77: JavaScript and the Internet of Things: A Match Made in Tech Heaven

https://willarry.hashnode.dev/javascript-and-the-internet-of-things-a-match-made-in-tech-heaven

Hashnode - javascript (Javascript)

The Internet of Things (IoT) is transforming the way we live and work, connecting everyday devices to the internet and allowing us to control and monitor them remotely. One of the key players in this technological revolution is JavaScript, the versat...


78: 14 Python Built-in Function That Will Help Increase Your Productivity.

https://augustinerita.hashnode.dev/14-python-built-in-function-that-will-help-increase-your-productivity

Hashnode - python (python)

What You Will Learn: We all want a special way to make complex things become easier to accomplish. Python built-in functions help programmers achieve complex things they do all the time with one function. Here are some Advantages of using Python buil...


79: Yahoo licencie 20% de ses effectifs pour alléger son activité publicitaire non rentable

https://www.usine-digitale.fr/article/yahoo-licencie-20-de-ses-effectifs-pour-alleger-son-activite-publicitaire-non-rentable.N2100136

L'usine-digitale (Informatique)

Yahoo entre, à son tour, dans le bal des licenciements qui se joue dans la tech ces derniers mois. Le groupe prévoit de licencier 20% de son effectif total, soit 1600 personnes, dont 50% au sein de son unité publicitaire Yahoo for Business, qui ne rapportait pas d'argent. L'entreprise se contentera à présent de vendre de la publicité native sur ses propres contenus, s'appuyant sur son récen [...]


80 / 439

80: Compte-rendu ' Le Comptoir x Club Med : Se réinventer grâce à la data et l'IA en période de crise

https://blog.octo.com/compte-rendu-le-comptoir-x-club-med-se-reinventer-grace-a-la-data-et-lia-en-periode-de-crise/

Octo (Internet)

André Bourlat, Head of Data Factory & Innovation, et Pierre-Yves Lesage, Partner Data & AI chez OCTO Technology ont animé un comptoir le jeudi 5 janvier 2023 'se réinventer grâce à la data et l’IA en période de crise'.  A travers ce webinar, notre client Club Med partage son retour d'expérience sur comment nous avons […] L'article Compte-rendu ' Le Comptoir x Club M [...]


81: Leveraging ChatGPT to save advertising professionals' time by Fluency

https://searchengineland.com/leveraging-chatgpt-to-save-advertising-professionals-time-392733

Search engine land (Référencement)

Ad automation startup proves that ChatGPT's potential is no longer theoretical'it's practical. The post Leveraging ChatGPT to save advertising professionals' time appeared first on Search Engine Land.


82: Discovering Primitive Objects In JavaScript (Part 1)

https://smashingmagazine.com/2023/02/discovering-primitive-objects-javascript-part1/

Smashing magazine (Web 2 / CSS)

In the first part of the series, Kirill Myshkin covers some aspects of JavaScript that help bring objects closer to primitive values, which allow benefiting from common language features that aren't usually associated with an object, like comparisons and arithmetic operators.


83: Cloud Gaming : les chiffres enfin dévoilés, ce service écrase tous les autres

https://www.lebigdata.fr/cloud-gaming-statistiques-parts-marche

Le Big Data (dataviz)

Les statistiques du marché du cloud gaming viennent d’être dévoilées par la Competition and Markets Authority (CMA) du Royaume-Uni pour … Cet article Cloud Gaming : les chiffres enfin dévoilés, ce service écrase tous les autres a été publié sur LeBigData.fr.


84: Website Design for Law Firms: A How-to Guide

https://www.noupe.com/design/website-design-for-law-firms.html

Noupe (conception)

Are you looking to build a website for your law firm, or do you want to optimize the law firm website that you already have' Anyhow, this article will be your guide! Continue reading to learn the fundamentals of designing an effective law firm website. How does website design help your business to grow' Many... The post Website Design for Law Firms: A How-to Guide appeared first on nou [...]


85: Palimptextes poétiques

http://adscriptum.blogspot.com/2023/02/palimptextes-poetiques.html

Adscriptor (Internet / Contenu)

Dans quatre billets publiés à ce jour, j'ai tenté durant une dizaine d'années de définir ce qu'était selon moi la notion de « palimptexte » :L'Internet aujourd'hui : de l'hypertexte au palimptexte (19 septembre 2006)Palimptexte : une tentative de définition (23 septembre 2006)Welcome to the Word Century (3 juillet 2011)Le palimptexte terminologique (2 avril 2016)Une tentati [...]


86: Programming Paradigms: A Guide for Developers

https://monacodelisa.com/programming-paradigms-a-guide-for-developers

Hashnode - javascript (Javascript)

As a developer, you might have heard the term "programming paradigms" and wondered what it meant. Simply put, a programming paradigm is a style or method of programming that dictates the way code is written and structured. In this blog post, we'll ta...


87: The Complete Guide to User Authentication in Firebase

https://sammaji.hashnode.dev/the-complete-guide-to-user-authentication-in-firebase

Hashnode - javascript (Javascript)

In this blog, we'll cover how to implement a simple login signup functionality using firebase. We'll be using modular JavaScript SDK, which (according to the documentation) provides a reduced SDK size and greater efficiency with modern JavaScript bui...


88: Collective 751

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

Codrops (Internet / Design)

ScrollyVideo.js * Poline * How to Favicon in 2023 * Trigger.dev


89: Implementing search in Django fbv

https://foxy4096.hashnode.dev/implementing-search-in-django-fbv

Hashnode - python (python)

So after about 2 years after I am writing this blog post. What can I do' I am very lazy... After procrastinating for 2 years I've decided to finally write a blog post I assume that you have some basic knowledge of Django requests and responses, lik...


90 / 439

90: Five Different Ways to Create a JavaScript Object

https://rajsahu-blog.com/five-different-ways-to-create-a-javascript-object

Hashnode - javascript (Javascript)

In this article, we will be looking at five different ways to create a JavaScript object. JavaScript is a programming language that is used to make web pages interactive. For example, it can be used to create drop-down menus, animate images, or displ...


91: Ticketchainer transpose les enseignements de l'e-commerce à la billetterie en ligne

https://www.usine-digitale.fr/article/ticketchainer-transpose-les-enseignements-de-l-e-commerce-a-la-billetterie-en-ligne.N2100061

L'usine-digitale (Informatique)

Ticketchainer renforce la billetterie sportive en concevant un parcours d'achat digne du e-commece et dédié aux clubs sportifs et organisateurs d'évènements. En plus d'améliorer le parcours client et de renforcer le chiffre d'affaires des structures, la plateforme mise sur sa flexibilité pour répondre à leurs besoins.


92: Avec Ayolab, l'Oréal garde à l'oeil les ventes sur les marketplaces

https://www.lemondeinformatique.fr/actualites/lire-avec-ayolab-l-oreal-garde-a-l-oeil-les-ventes-sur-les-marketplaces-89496.html

Le monde informatique (Informatique / Internet)

Pour les marques, il est aujourd'hui difficile de suivre la totalité des ventes de leurs produits sur les places de marché en ligne. Une (...)


93: JavaScript tricks: Manipulating URLs

https://sense.hashnode.dev/javascript-tricks-manipulating-urls

Hashnode - javascript (Javascript)

Introduction URL manipulation is the practice of changing the structure of a URL to control the behavior of a web application. It is used to customize user experiences on websites, optimize SEO, or make sure that a website is functioning properly. By...


94: Primitive vs Non-primitive data types

https://ansariyasirarfat.hashnode.dev/primitive-vs-non-primitive-data-types

Hashnode - javascript (Javascript)

In this article, we will be exploring the difference between primitive and non-primitive data types in JavaScript. Understanding the difference between these two types of data is crucial for writing efficient and effective code in JavaScript. This ar...


95: Les deux plateformes GitHub et GitLab licencient à leur tour

https://www.lemondeinformatique.fr/actualites/lire-les-deux-plateformes-github-et-gitlab-licencient-a-leur-tour-89501.html

Le monde informatique (Informatique / Internet)

La liste des entreprises technologiques qui licencient s'allonge. GitLab et GitHub sont les derniers en date à annoncer la réduction (...)


96: Getting started with Vue.js3 and Typescript: A Beginners Guide

https://earnkay.hashnode.dev/getting-started-with-vuejs3-and-typescript-a-beginners-guide

Hashnode - vuejs (Javascript)

Vue.js 3 is a popular front-end JavaScript framework for building user interfaces and single-page applications. This provides developers with an alternative and better way to build Vue applications. TypeScript is a statically-typed, open-source progr...


97: Mapped: Europe's Biggest Sources of Electricity by Country

https://www.visualcapitalist.com/mapped-europes-biggest-sources-of-electricity-by-country/

Visual Capitalist (dataviz)

As Europe and the EU shift away from fossil fuels, which energy sources are European countries depending on for their electricity generation' The post Mapped: Europe’s Biggest Sources of Electricity by Country appeared first on Visual Capitalist.


98: 3 Common Unicode Issues and How to Fix them

https://algorystcorner.hashnode.dev/3-common-unicode-issues-and-how-to-fix-them

Hashnode - python (python)

Usually, it's not hard for us to do text or string manipulation. We can read from a file, write to a file and compare and order strings. Only At times, it's not so straightforward because there are some potential pitfalls. SyntaxError When Loading Mo...


99: Amazon, Microsoft, Google : le marché du cloud perd de la vitesse

https://www.lebigdata.fr/marche-cloud-perd-vitesse

Le Big Data (dataviz)

Le marché du cloud computing a connu une croissance explosive au cours des dernières années. Cependant, il semble que les … Cet article Amazon, Microsoft, Google : le marché du cloud perd de la vitesse a été publié sur LeBigData.fr.


100 / 439

100: ITGA met l'intelligence artificielle au service de la détection d'amiante

https://www.usine-digitale.fr/article/itga-met-l-intelligence-artificielle-au-service-de-la-detection-d-amiante.N2099996

L'usine-digitale (Informatique)

Le laboratoire d'analyse ITGA utilise des techniques d'intelligence artificielle pour détecter et qualifier des polluants du bâtiment, en particulier l'amiante. Désormais accréditée par les autorités compétentes, elle entend industrialiser son procédé.


101: A beginner's guide to python programming

https://digicynthia.hashnode.dev/a-beginners-guide-to-python-programming

Hashnode - python (python)

What is python programming Python is a high-level, interpreted programming language that is widely used in a variety of applications, including web development, scientific computing, data analysis, artificial intelligence, and many other applications...


102: The Ultimate JavaScript Interview Prep Q&As

https://monacodelisa.com/the-ultimate-javascript-interview-prep-qas

Hashnode - javascript (Javascript)

In today's technology-driven job market, the interview process for software engineering and programming positions has become heavily reliant on timed coding challenges and the recitation of memorized answers. Unfortunately, this approach is a flawed ...


103: Exclu : l'appli de messagerie prise d'assaut par la police, déjà 2 labos de drogue démantelés

https://www.lebigdata.fr/exclu-dementele

Le Big Data (dataviz)

Après des années d'enquête et d'investigation, la police néerlandaise et les autorités allemandes ont fini par mettre la main sur … Cet article Exclu : l’appli de messagerie prise d’assaut par la police, déjà 2 labos de drogue démantelés a été publié sur LeBigData.fr.


104: The Walking Dead : Saints & Sinners 2 ne sera plus bientôt une exclusivité Quest

https://www.realite-virtuelle.com/the-walking-dead-saints-sinners-2-plus-une-exclusivite-quest/

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

C'est officiel, The Walking Dead : Saints & Sinners 2 ne sera plus bientôt une […] Cet article The Walking Dead : Saints & Sinners 2 ne sera plus bientôt une exclusivité Quest a été publié sur Réalité-Virtuelle.com.


105: Introducing the Kotlin Playground

https://blog.mansi.dev/introducing-the-kotlin-playground

Hashnode - Kotlin (Mobiles)

As a modern Android developer, sometimes I find myself with the need of wanting to run some small snippet of code. For these kinds of situations, the lesser-known Kotlin Playground is a great option to try out code on the fly. What is the Kotlin Play...


106: How to Use the Kotlin Playground

https://blog.mansi.dev/how-to-use-the-kotlin-playground

Hashnode - Kotlin (Mobiles)

As a modern Android developer, sometimes I find myself with the need of wanting to run some small snippet of code. For these kinds of situations, the lesser-known Kotlin Playground is a great option to try out code on the fly. What is the Kotlin Play...


107: Introduction to JavaScript...

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

Hashnode - javascript (Javascript)

What is JavaScript JavaScript is a programming language used Primarily by web browsers to create a dynamic and interactive user experience. It is the flagship of web development. Most web applications in modern days use some sort of JavaScript. JavaS...


108: Qui sont les PDG des grandes entreprises tech '

https://www.blogdumoderateur.com/pdg-entreprises-tech/

Blog du Moderateur ()

Découvrez le parcours des dirigeants des entreprises du secteur tech : Google, Apple, Meta, Amazon, Microsoft, TikTok, Twitter, OpenAI...


109: Le scroll maîtrisé avec scrollIntoView

https://www.alsacreations.com/astuce/lire/1883-Le-scroll-maitrise-avec-scrollIntoView.html

Alsacreations (CSS / Accessibilité)

La méthode scrollIntoView() du DOM est pratique pour faire défiler un élément de la page web de manière à ce qu'il devienne visible à l'écran... "dans la vue". Cela peut être utile lorsqu'un élément est en dehors de la zone visible de la page, par exemple s'il est caché sous la ligne de flottaison, ou si l'utilisateur a défillé (scrollé) la page jusqu'à un point plus éloigné. Po [...]


110 / 439

110: Le scroll maîtrisé avec scrollIntoView

https://www.alsacreations.com/astuce/lire/1883-LescrollmaitriseavecscrollIntoView.html

Alsacreations (CSS / Accessibilité)

La méthode scrollIntoView() du DOM est pratique pour faire défiler la page web de manière à ce qu'un élément devienne visible à l'écran... "dans la vue". Cela peut être utile lorsqu'un élément est en dehors de la zone visible de la page, par exemple s'il est caché sous la ligne de flottaison, ou si l'utilisateur a défillé (scrollé) la page jusqu'à un point plus éloigné. Pour uti [...]


111: Magellan Partners accélère dans la cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-magellan-partners-accelere-dans-la-cybersecurite-89494.html

Le monde informatique (Informatique / Internet)

Magellan Partners se structure un peu plus son approche dans le domaine de la protection des systèmes d'information. Le groupe de conseil a regroupé (...)


112: C&S pousse sa supply chain dopée à l'IA dans GCP

https://www.lemondeinformatique.fr/actualites/lire-cets-pousse-sa-supply-chain-dopee-a-l-ia-dans-gcp-89499.html

Le monde informatique (Informatique / Internet)

Certains DSI abordent la modernisation technologique en choisissant une plate-forme de cloud, en concevant un schéma directeur et en le déployant (...)


113: Les Chief Data Officer optimistes sur leurs budgets data

https://www.lemondeinformatique.fr/actualites/lire-les-chief-data-officer-optimistes-sur-leurs-budgets-data-89498.html

Le monde informatique (Informatique / Internet)

Météo au beau fixe pour les Chief Data Officer (CDO), malgré les incertitudes économiques. Deux CDO sur trois estiment que (...)


114: Une baisse moins forte des livraisons de terminaux en 2023

https://www.lemondeinformatique.fr/actualites/lire-une-baisse-moins-forte-des-livraisons-de-terminaux-en-2023-89495.html

Le monde informatique (Informatique / Internet)

En 2023, les expéditions mondiales de PC, de tablettes et de smartphones devraient diminuer de 4,4 % en glissement annuel pour atteindre 1,7 milliard (...)


115: Content marketing : les tendances à suivre en 2023 selon YouLoveWords

https://www.blogdumoderateur.com/content-marketing-tendances-2023-youlovewords/

Blog du Moderateur ()

Mega content, ABM one-to-one, recyclage des contenus existants, IA, live streaming' L'agence YouLoveWords décrypte pour nous les tendances 2023 du marketing de contenu.


116: NTT et Palo Alto s'associent pour proposer un SASE managé avec AIOps

https://www.lemondeinformatique.fr/actualites/lire-ntt-et-palo-alto-s-associent-pour-proposer-un-sase-manage-avec-aiops-89493.html

Le monde informatique (Informatique / Internet)

L'offre du fournisseur de services japonais NTT combine la solution Prisma SASE de Palo Alto Networks avec les services de réseau managés (...)


117: Understand the basics of LocalStorage in 5 minute

https://devlawrence.hashnode.dev/understand-the-basics-of-localstorage-in-5-minute

Hashnode - javascript (Javascript)

When building CRUD (CREATE, READ, UPDATE, and DELETE) apps, it is essential that when a user adds an item, that item should still be on the web page even though the user returns days later, refreshes the page or even close the tab. And there is one J...


118: Discovering the Art of Values & Types in JavaScript

https://ansariyasirarfat.hashnode.dev/discovering-the-art-of-values-types-in-javascript

Hashnode - javascript (Javascript)

In this article, we will be diving into the concept of values in JavaScript and its various types. Understanding the different data types in JavaScript is important for writing efficient and effective code. This article is suitable for those who alre...


119: Type Annotations - in TypeScript

https://monacodelisa.com/type-annotations-in-typescript

Hashnode - javascript (Javascript)

In TypeScript, type annotations are used to specify the data type of a variable, function return type, or function parameter type. They provide the TypeScript compiler with information about the type of data a variable can store, which can help catch...


120 / 439

120: Data Types in - JavaScript and TypesScript

https://monacodelisa.com/data-types-in-javascript-and-typesscript

Hashnode - javascript (Javascript)

n JavaScript and TypeScript, variables can hold values of different data types. Understanding the different data types is important for writing clean and efficient code. This blog post will explain the different data types available in JavaScript and...


121: Differences between Var, Let and Const - in JavaScript and TypeScript

https://monacodelisa.com/differences-between-var-let-and-const-in-javascript-and-typescript

Hashnode - javascript (Javascript)

JavaScript and TypeScript have three keywords to declare variables: var, let, and const. Although these keywords look similar, they have different scopes and behaviors. Let's dive into each one and explore the differences. VAR var is the oldest way t...


122: Telegram : la messagerie est-elle piratée par la Russie '

https://www.lebigdata.fr/telegram-piratee-russie

Le Big Data (dataviz)

De nombreux rapports ont récemment fait surface suggérant que la Russie pourrait être en train de pirater Telegram. Les inquiétudes … Cet article Telegram : la messagerie est-elle piratée par la Russie ' a été publié sur LeBigData.fr.


123: useReducer in React

https://blog.gideonkirimanjaro.com/usereducer-in-react

Hashnode - javascript (Javascript)

State Management In REACT state management is a vital part of the general architecture of a REACT app. The first and most powerful state management hook is the useState() hook. This is a very powerful hook and is ideal for tracking a state that does ...


124: useEffect in React

https://blog.gideonkirimanjaro.com/useeffect-in-react

Hashnode - javascript (Javascript)

The useEffect() hook is part of functional programming and the word 'effect' is used to describe the 'side effect' of a REACT app. Common side effects include: API requests. Using unpredictable timing functions. e.g setTimeOut or setInterval. Dire...


125: Understanding Arrays in JS

https://dhawalpandya01.hashnode.dev/understanding-arrays-in-js

Hashnode - javascript (Javascript)

Arrays are one of the most fundamental data structures in computer science and are used extensively in various programming languages, including JavaScript. An array is a collection of elements that can be of any data type, including numbers, strings,...


126: why did JavaScript come into the picture'

https://gprspradeep.hashnode.dev/why-did-javascript-come-into-the-picture

Hashnode - javascript (Javascript)

The way Eich saw it, higher-end programmers used Java and it might be considered a 'component language.' Eich created JavaScript to fill the need for a 'glue language' used by informal programmers and designers. This allowed programmers to use JavaSc...


127: This day in search marketing history: February 10

https://searchengineland.com/search-marketing-history-february-10-392992

Search engine land (Référencement)

Google refreshes Page Layout Algorithm, plus: Google's ads impact on advertisers, poor grammar, Google Buzz reaction and more The post This day in search marketing history: February 10 appeared first on Search Engine Land.


128: Meta et Simplon inaugurent leur formation à la réalité virtuelle en Ile-de-France

https://www.usine-digitale.fr/article/meta-et-simplon-inaugurent-leur-formation-a-la-realite-virtuelle-en-ile-de-france.N2099911

L'usine-digitale (Informatique)

Meta et Simplon poursuivent l'inauguration des cursus de formation à la réalité virtuelle qu'ils ont mis en place à la fin de l'année dernière. Après Marseille et Toulon, c'est au tour de l'Île-de-France d'être mise en avant.


129: Les carrousels de podcasts vont disparaître des SERP Google

https://www.abondance.com/20230210-51537-les-carrousels-de-podcasts-vont-disparaitre-des-serp-google.html

Abondance (Référencement)

Une mauvaise nouvelle pour les éditeurs de podcasts puisque les carrousels d'émissions de ce type vont disparaitre des SERP Google à partir de la mi-février... En août 2019, Google avait annoncé qu'il commençait à afficher des carrousels de podcasts dans ses SERP, une pratique qu'il avait déjà initié au mois de mai précédent. L'affichage se […] L'article "Les carrousels de podca [...]


130 / 439

130: Write a GitHub Action in Python

https://variable.hashnode.dev/write-a-github-action-in-python

Hashnode - python (python)

GitHub Actions allow you to automate your software development workflows in the same place where you store your code. Here's how you can write a GitHub Action in Python: Create a new workflow: Workflows are defined in the .github/workflows directory...


131: Exotrail, Omie & Cie, Chouette' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/exotrail-omie-cie-chouette-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2099886

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé plus de 80 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCAP PARTNER pour L'Usine Digitale.


132: Find the Greatest of the Three Numbers in Javascript

https://gauravpatil.hashnode.dev/find-the-greatest-of-the-three-numbers-in-javascript

Hashnode - javascript (Javascript)

Introduction Hi everyone today we find the sum of N Natural Numbers in javascript. let's discuss how to solve this problem statement. if you want to check out yesterday's problem click here. The goal is to develop a Javascript code to get the largest...


133: Future-Proof Your Code: Top JavaScript Frameworks to Watch in 2023

https://blog.greenroots.info/future-proof-your-code-top-javascript-frameworks-to-watch-in-2023

Hashnode - javascript (Javascript)

The internet was written in JavaScript. This versatile programming language is supported by all major web browsers and has been used to create over 1.8 billion websites, which amounts to 98% of the world's total (that figure will probably have jumped...


134: Graphs in Android - Part I

https://jyotimoy.hashnode.dev/graphs-in-android-part-i

Hashnode - Kotlin (Mobiles)

We have to agree on the fact that, there aren't many graph plotting libraries for Android. Two of the most popular options that I have known are GraphView and MpAndroidCharts. Although, both of this graph plotting libraries are quite good and provide...


135: Introduction to JavaScript

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

Hashnode - javascript (Javascript)

JavaScript (js) is a lightweight object-oriented programming language used by many websites to write web pages. It is an interpreted, full-featured programming language that enables dynamic interaction in web pages when applied to an HTML document. ...


136: The most in-demand Technology stack globally includes:

https://suraj.io/the-most-in-demand-technology-stack-globally-includes

Hashnode - javascript (Javascript)

JavaScript: JavaScript is one of the most popular programming languages and is widely used for front-end development. Python: Python is a versatile language that's used for everything from data analysis to web development and machine learning. Java...


137: Understanding Algorithms

https://dhawalpandya01.hashnode.dev/understanding-algorithms

Hashnode - javascript (Javascript)

Algorithms are a set of instructions or procedures to accomplish a specific task. That is the most basic definition of 'algorithms'. But what do they mean, really' They are used in computer programming, mathematics, cryptography, and many other field...


138: WhatsApp Will Soon Be Able to Transcribe Voice Messages

https://www.webpronews.com/whatsapp-will-soon-be-able-to-transcribe-voice-messages/

WebProNews SEO (Développement)

WebProNews WhatsApp Will Soon Be Able to Transcribe Voice Messages WhatsApp is gaining a major new feature, adding the ability to transcribe voice messages to text. WhatsApp Will Soon Be Able to Transcribe Voice Messages Staff


139: Free Course ' Create Interactable Objects in Unreal Engine

https://gamedevacademy.org/unreal-interactable-tutorial/

Game dev academy (Jeux)

Master stories and simple game interactions in Unreal Engine by making a single system applicable to multiple objects. You can also extend the material covered here by checking out the ... Read more


140 / 439

140: 5 Reasons Why Python is the Future of Programming

https://bigbytecode.hashnode.dev/5-reasons-why-python-is-the-future-of-programming

Hashnode - python (python)

Python is a high-level, interpreted programming language that has been gaining popularity in recent years. In fact, it has been consistently ranked as one of the most in-demand programming languages by organizations and developers alike. Here are fiv...


141: How to add Internationalization to your Vue App with VueI18n

https://michellead.hashnode.dev/how-to-add-internationalization-to-your-vue-app-with-vuei18n-cldxsi0wp000008jn8mwudm6x

Hashnode - vuejs (Javascript)

In this tutorial, we will be using the easy, powerful, and competent-oriented Vue I18n Internalization plugin for Vue.js. At the end of this tutorial, you will; Know what internationalization is know how to use the internationalization plugin for v...


142: Differences between Object-Oriented Programming (OOP) and Functional Programming (FP) - in JavaScript and TypeScript

https://monacodelisa.com/differences-between-object-oriented-programming-oop-and-functional-programming-fp-in-javascript-and-typescript

Hashnode - javascript (Javascript)

Object-Oriented Programming (OOP) and Functional Programming (FP) are two of the most popular programming paradigms. While both are used to solve complex problems, they approach these problems in different ways. In this post, we will explore the diff...


143: Nous devons aller vers une économie circulaire qui fasse du recyclage une richesse

https://www.rtflash.fr/nous-devons-aller-vers-economie-circulaire-qui-fasse-recyclage-richesse/article

Tregouet.org ()

Selon l'Agence internationale de l'énergie (AIE) la consommation mondiale de charbon, première source d'émissions de CO2, a dû atteindre un nouveau record en 2022. La consommation mondiale de charbon augmentera cette année de 1,2 % par rapport à 2021, à plus de 8 milliards de tonnes, battant un record atteint en 2013 (Voir IEA). en l [...]


144: Bringing JavaScript to WebAssembly

https://javascriptweekly.com/issues/625

javascriptweekly (Javascript)

#'625 ' February 10, 2023 Read on the Web It looked quiet at first but wow, what an epic week this turned out to be. There's a lot to chew on here, and we even have a variety of bonus items at the very end of the issue. Enjoy!__Your editor, Peter Cooper JavaScript Weekly Speeding Up the JS Ecosystem: It's ESLint's Turn ' Last year we featured an article from the same author [...]


145: LAVIS

https://github.com/salesforce/LAVIS

pointer.io (Développement)

Library for language-vision intelligence.


146: Recommended Reading

https://www.quastor.org/

pointer.io (Développement)

This is a cross-promotion with Quastor


147: Focus

https://boz.com/articles/focus

pointer.io (Développement)

From the CTO at Meta... "One thing I do look back on fondly was how incredibly focused we were. Resources and time were so tight that you could feel the weight of all the things you weren't working on. You had real conviction that the thing you were doing was the most important thing." Andrew discusses the value and nostalgia of focus he experienced.


148: Why Does 0.1 + 0.2 = 0.30000000000000004'

https://jvns.ca/blog/2023/02/08/why-does-0-1-plus-0-2-equal-0-30000000000000004/

pointer.io (Développement)

"This is roughly how floating point addition works: (1) Add together the numbers with extra precision (2) Round the result to the nearest floating point number... So let's use these rules to calculate 0.1 + 0.2. I just learned how floating point addition works yesterday so it's possible I've made some mistakes in this post, but I did get the answers I expected at the end."


149: Async Standup Reports For Fewer Status Meetings

https://www.dailybot.com/blog-post/daily-standups-the-complete-guide-to-productive-meetings

pointer.io (Développement)

Automated team progress updates via Slack or any chat you use. Make sure less time is spent on meetings and more on building.


150 / 439

150: DriftDB

https://github.com/drifting-in-space/driftdb

pointer.io (Développement)

Real-time data backend for browser-based applications.


151: The Technology Behind GitHub's New Code Search

https://github.blog/2023-02-06-the-technology-behind-githubs-new-code-search/

pointer.io (Développement)

"We were motivated to create our own solution by three things: (1) We've got a vision for an entirely new user experience that's about being able to ask questions of code and get answers through iteratively searching, browsing, navigating, and reading code. (2) We understand that code search is uniquely different from general text search. (3) GitHub's scale is truly a unique challenge... north of [...]


152: Real-world Engineering Challenges 8: Breaking Up A Monolith

https://newsletter.pragmaticengineer.com/p/real-world-eng-8

pointer.io (Développement)

"We're diving into a massive migration project by Khan Academy, involving moving one million lines of Python code and splitting them across more than 40 services, mostly in Go, as part of a migration that took 3.5 years and involved around 100 software engineers."


153: Pointer Sponsor

https://www.dailybot.com/

pointer.io (Développement)

This issue's sponsor is DailyBot


154: Magical Fibonacci Formulae

https://orlp.net/blog/magical-fibonacci-formulae/

pointer.io (Développement)

"Wow. Somehow the simple expression x/(1'x'x2) contains' the entire Fibonacci sequence..." Orson explains how.


155: How To Find Your Blind Spots

https://www.zeptonaut.com/posts/find-your-blind-spots/

pointer.io (Développement)

"Reaching the next level' in a skill usually means adding one or two new minigames to your arsenal while making only modest improvements in minigames that you're already aware of." Charles discusses how to improve your engineering skills with shorter feedback cycles.


156: Nango

https://github.com/NangoHQ/nango

pointer.io (Développement)

Get OAuth tokens for APIs - fast & secure.


157: Password Strength Explained

https://palant.info/2023/01/30/password-strength-explained/

pointer.io (Développement)

From security expert Wladimir Palant: "There is lots of confusion about what constitutes a strong password however. How strong is my current password' Also, how strong is strong enough' These questions don't have easy answers. I'll try my best to explain however."


158: GraphGPT

https://github.com/varunshenoy/GraphGPT

pointer.io (Développement)

Extrapolating knowledge graphs from unstructured text.


159: Functions - in JavaScript and TypeScript

https://monacodelisa.com/functions-in-javascript-and-typescript

Hashnode - javascript (Javascript)

Functions are an essential part of any programming language and allow us to perform specific tasks and manipulate data. In both JavaScript and TypeScript, functions are a core feature, providing developers with multiple ways to define and use functio...




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