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

« Janvier 2022 »

  • 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


Jeudi 27 Janvier 2022 (113)

1: How to beat WORDLE in 30 seconds or less

https://ndefine.com/how-to-beat-wordle-in-30-seconds-or-less

Hashnode - javascript (Javascript)

Even if you've never played the game, you've probably heard about it. I recently decided to give it a spin, and it turns out I'm so good at it that I can win all sessions in 30 seconds or less. Let me show you my secret sauce. DevTools Instead of try...


2: iPhone Face ID in iOS15.4 Will Work With Masks

https://www.webpronews.com/iphone-face-id-in-ios15-4-will-work-with-masks/

WebProNews SEO (Développement)

WebProNews iPhone Face ID in iOS15.4 Will Work With Masks iPhone users are about to get a major upgrade, with iOS 15.4 allowing them to unlock their devices using Face ID with a mask on. iPhone Face ID in iOS15.4 Will Work With Masks Matt Milano


3: Array - part 1

https://geoffturk.hashnode.dev/array-part-1

Hashnode - javascript (Javascript)

The filter() method creates a new array with the items that pass the test implemented by the provided function. > const words = ['cat', 'bat', 'dog', 'rat', 'pigeon', 'hat'] undefined > words.filter(w => w.match(/at/) ' w : null) [ 'cat', 'bat', 'rat...


4: Creating a simple tic-tac-toe game with Django / Channels / DRF / Celery and Typescript.

https://fanyagin.hashnode.dev/creating-a-simple-tic-tac-toe-game-with-django-channels-drf-celery-and-typescript

Hashnode - python (python)

Introduction This is the first of four parts on creating a simple game based on Python and Typescript. I and my colleague worked on our small pet project (online turn-based fighting) and I think, our experience could be useful for someone else. We wi...


6: Intro to Graph Neural Network

https://pranavanand.com/intro-to-graph-neural-network

Hashnode - python (python)

Graphs are one of the most interesting areas in computer science and they have been subject to an explosion of interest in recent years in particular to the artificial intelligence domain. The ability to model the relationship between data points is ...


8: Codism: An Open Source Code Playground for Web Developers

https://hasnain.dev/codism-an-open-source-code-playground-for-web-developers

Hashnode - javascript (Javascript)

Introduction I've been programming for almost three years and the thing that I find the most fascinating are tools like compilers, transpilers or anything that makes life easy for other developers. Some time ago, I was discussing compiler constructio...


9: Recursion Part-4

https://ash56sciencefreaks.hashnode.dev/recursion-part-4

Hashnode - python (python)

In this tutorial we are going to solve Leetcode Problem number 344. Reverse String Problem statement: Write a function that reverses a string. The input string is given as an array of characters s. You must do this by modifying the input array in-p...


10 / 113

10: How To Create Your Own Ad-Free YouTube App With React

https://blog.isalman.dev/how-to-create-your-own-ad-free-youtube-app-with-react

Hashnode - javascript (Javascript)

https://giphy.com/gifs/new-youtube-logo-13Nc3xlO1kGg3S YouTube has lots of educational information or infotainment data available, but it takes our focus away while an ad gets played. So, how about the approach where we can get override those ads an...


11: My first ever conference - Day 1

https://aunicorndev.hashnode.dev/my-first-ever-conference-day-1

Hashnode - vuejs (Javascript)

What is Vue.js Nation Conference Vue.js Nation Conference is the only 100% free Vue.js Conference out there. It is an online event held on the Vi.to platform and anyone can register for the event. With 11 guest Speakers over a period of 6 hours, host...


12: Introduction to Appwrite cloud functions - writie your first cloud function with nodejs

https://bencehornyak.me/introduction-to-appwrite-cloud-functions-writie-your-first-cloud-function-with-nodejs

Hashnode - javascript (Javascript)

Hey everyone ', in this post we'll discuss how to communicate with mailchimp through an appwrite cloud function. What is Appwrite' Appwrite in an opensource and self-hosted Backend as a Service solution. It comes with a set of easy-to-use and integ...


13: Pure TypeScript class with no depencencies to handle Drag and Match games in just a few lines ' Full Phaser example

https://www.emanueleferonato.com/2022/01/27/pure-typescript-class-with-no-depencencies-to-handle-drag-and-match-games-in-just-a-few-lines-full-phaser-example/

Emanuele Feronato (.GAME / Javascript)

Build your HTML5 Drag and Match game with a pure TypeScript class with no dependencies which handles everything, from combos to object pooling. Working exampe powered by Phaser. Full source code available for free.


14: Undefined vs Null in JavaScript '

https://blog.agence-kse.fr/undefined-vs-null-in-javascript

Hashnode - javascript (Javascript)

Undefined vs Null in JavaScript In last article we explained how to use variables in JavaScript but we also mentioned undefined, here we will try our best to explain to you what is undefined, what is the difference with null, why both are existing an...


15: Grosse panne pour le site de l'Assurance Maladie

https://www.lemondeinformatique.fr/actualites/lire-grosse-panne-pour-le-site-de-l-assurance-maladie-85607.html

Le monde informatique (Informatique / Internet)

Une panne technique a affecté le site de l'Assurance Maladie (Ameli), empêchant depuis mercredi après-midi des milliers d'utilisateurs (...)


16: The Fundamentals of Machine Learning - Part 3

https://hamorspam.hashnode.dev/the-fundamentals-of-machine-learning-part-3

Hashnode - python (python)

Welcome Back to the 3rd and the last part of The Fundamentals of Machine Learning. In this blog, we will be covering Instance-Based learning and Model-Based Learning and we will also discuss the main challenges in Machine Learning. Instance-Based Lea...


17: Métiers du marketing et de la communication : mutations du secteur, compétences recherchées'

https://www.blogdumoderateur.com/metiers-marketing-communication-mutations-secteur-competences-recherchees/

Blog du Moderateur ()

L'Observatoire des métiers du marketing et de la communication dévoile l'impact des transformations du secteur sur les entreprises et sur leurs attentes. L'article Métiers du marketing et de la communication : mutations du secteur, compétences recherchées… a été publié sur BDM.


18: Why does Python run slower than C'

https://nomaniqbal.hashnode.dev/why-does-python-run-slower-than-c

Hashnode - python (python)

The simplest answer to this question is: python is interpreted so it's slower. Thus causing a delay in execution. Most of the time this doesn't matter, the ability to quickly throw together a prototype is more important than raw grunt (i.e. develop...


19: Unveiling the new WebPageTest UI

https://blog.webpagetest.org/posts/unveiling-the-new-wpt-ui/

Web page test (webperf)

Today we're super excited to pull back the curtains and unveil a new UI for WebPageTest'one we've been working on for a while now and that we think will make it a lot easier to use for WebPageTest power users as well as folks who are just getting started in their performance journey. WebPageTest is definitely a power tool, and it was important to us that we didn't lose the depth and accuracy of t [...]


20 / 113

20: Le modèle de conception ARIA Disclosure

https://www.alsacreations.com/article/lire/1842-Le-modele-de-conception-ARIA-Disclosure.html

Alsacreations (Accessibilité / CSS)

Bonjour à toutes et à tous ! ' Chez Alsacréations (.com et .fr '), l'année 2022 sera résolument placée sous le signe de l'accessibilité et cela commence par le premier épisode de notre nouvelle série dédiée aux modèles de conception (Design Patterns chez la Reine Elisabeth) ARIA. Pour démarrer en douceur avec quelque chose d'abordable et de facile à mettre en place, nous allons dé [...]


21: Shift Technology désignée "fintech de l'année" par Finance Innovation

https://www.usine-digitale.fr/article/shift-technology-designee-fintech-de-l-annee-par-finance-innovation.N1778487

L'usine-digitale (Informatique)

La scale-up spécialisée dans les solutions d'intelligence artificielle appliquées au secteur de l'assurance, et nouvelle licorne depuis l'année dernière, a trouvé un créneau porteur et dispose des moyens nécessaires à son expansion. La licorne spécialisée dans la détection de la fraude à [&h [...]


22: Lego builds itself (back) up

https://blog.datawrapper.de/lego-sets-colors-history/

Data Wrapper ()

Hi, I’m Eddie, from the support team. Everyone at Datawrapper seems to like Lego. So...


23: AccuWeather s'empare de Plume Labs, le spécialiste français de la prévision de la qualité de l'air

https://www.usine-digitale.fr/article/accuweather-s-empare-du-specialiste-francais-de-la-prevision-de-la-qualite-de-l-air-plume-labs.N1778552

L'usine-digitale (Informatique)

Les données concernant la qualité de l'air et l'évolution de celle-ci intéresse le spécialiste de la météo AccuWeather qui s'empare de la jeune pousse française Plume Labs. Ses cartes de prévision de la qualité de l'air vont rejoindre l'application météo et le site d'AccuWeather. La start-up [...]


25: How I transitioned from being a Mechanical Engineer to a Web Developer

https://hashnode.com/post/how-i-transitioned-from-being-a-mechanical-engineer-to-a-web-developer-ckyx79sgh04bw3rs15l562viz

Hashnode - javascript (Javascript)

Unarguably Mechanical Engineering is one of the best fields of engineering to pursue. But the taste and passion can be different for people. But every decision you take in your life may not be right. Sometimes you may end up taking courses that may n...


26: [''' ''''] ''' '''

https://planb.hashnode.dev/w2mjoydtoynrcdtipzthqdrpqzslrxdiousuoyekoyxtcdtj6zrp6ttjiu

Hashnode - python (python)

Level 1 '''' ''' '''' '', input was: '' ''' '' '' '''' ''' ''. '' ''' ''''' '', ''' '' ''' ''''' ''' '' ''''. x = input() print(x) '' hello '' hello hello' ''''' ' input was: hello'' ''' '''' '''', ''''' ''' ''' '' '' '' x' '' '''' '''' ''. '''' '...


27: 27 Unity Tutorials & Resources for Beginners

https://emilyroberts.hashnode.dev/27-unity-tutorials-and-resources-for-beginners

Hashnode - Unity (unity)

Unity is a powerful engine that game developers can leverage to create visually stunning 2D and 3D games. It features a rich asset store and a robust cross-platform integrated development environment (IDE) to streamline and speed up the game developm...


28: Wordicle - A React based Word Guessing Game

https://debanjan1992.hashnode.dev/wordicle-a-react-based-word-guessing-game

Hashnode - javascript (Javascript)

One morning I woke up to this - ''''' ''''' ''''' ''''' ''''' A strange pattern of green, yellow and orange boxes. So like everyone else, I stumbled upon the game which has taken the world by storm - WORDLE. Its so simple,...


29: JS new features - ES 2021

https://vkglobal.hashnode.dev/js-new-features-es-2021

Hashnode - javascript (Javascript)

1. Logical & assignment operators Three new parameters are added by combining logical and assignment operator as. &&= - it assigns when value is truthy. ||= - it assigns when value is falsy. ''= - it assigns when value is null or undefined. Let's q...


30 / 113

30: Brief review of Scrimba's intro to learning Javascript

https://victordelrosal.dev/brief-review-of-scrimbas-intro-to-learning-javascript

Hashnode - javascript (Javascript)

Since April 2021 I have been slowly learning to code. I first started learning data structures and algorithms in Python (which I will write about in a separate post). After a (very productive and rewarding) detour in the second half of 2021 to learn ...


31: Changement de direction chez SAP France, l'USF s'inquiète

https://www.lemondeinformatique.fr/actualites/lire-changement-de-direction-chez-sap-france-l-usf-s-inquiete-85603.html

Le monde informatique (Informatique / Internet)

Discrètement pour certains ou brutalement pour d'autres, SAP France a publié hier sur sa page web un communiqué annonçant (...)


32: Le ransomware Lockbit s'attaque au ministère de la Justice

https://www.lemondeinformatique.fr/actualites/lire-le-ransomware-lockbit-s-attaque-au-ministere-de-la-justice-85601.html

Le monde informatique (Informatique / Internet)

Le cybergang Lockbit a faim de rançons. Après avoir en début de mois chiffré des données de Thales, demandé une (...)


33: Explanation of JavaScript Closures

https://saharanitaa.hashnode.dev/explanation-of-javascript-closures

Hashnode - javascript (Javascript)

What are Closures' A closure is a combination of a function bundled together with relations to its surrounding state (the lexical environment). In simple words, every function in Javascript has access to its outer lexical environment(variables, f...


34: Want to Boost Your Web Development by 10X and Be More Productive'

https://ideradevtools.hashnode.dev/want-to-boost-your-web-development-by-10x-and-be-more-productive

Hashnode - javascript (Javascript)

Join us for our free webinar with special guest speaker Adrian Twarog, the Tech YouTuber celebrity, on JavaScript development tools for 10x faster development and more. It's on Friday, January 28 at 10:30 am (Central Time). Why is this webinar wort...


35: Demystifying TypeScript Discriminated Unions

https://css-tricks.com/typescript-discriminated-unions/

css-tricks (CSS)

TypeScript is a wonderful tool for writing JavaScript that scales. It's more or less the de facto standard for the web when it comes to large JavaScript projects. As outstanding as it is, there are some tricky pieces for the … Demystifying TypeScript Discriminated Unions originally published on CSS-Tricks. You should get the newsletter and become a supporter.


36: Build, Ship, & Maintain Design Systems with Backlight

https://css-tricks.com/design-systems-with-backlight/

css-tricks (CSS)

(This is a sponsored post.) Design systems are an entire job these days. Agencies are hired to create them. In-house teams are formed to handle them, shipping them so that other teams can use them and helping ensure they … Build, Ship, & Maintain Design Systems with Backlight originally published on CSS-Tricks. You should get the newsletter and become a supporter.


37: WhatsApp a un mois pour clarifier sa politique de confidentialité en Europe

https://www.usine-digitale.fr/article/whatsapp-a-un-mois-pour-clarifier-sa-politique-de-confidentialite-en-europe.N1778322

L'usine-digitale (Informatique)

WhatsApp a jusqu'à fin février 2022 pour présenter des engagements concrets à la Commission européenne sur la manière avec laquelle il informe ses utilisateurs de l'utilisation de leurs données personnelles. Ce sont les nouvelles conditions d'utilisation de la messagerie, qui prévoient notamment un partage élargi des [ [...]


38: Cryptomonnaie : le projet Diem, de Meta, revendu à une banque américaine

https://www.usine-digitale.fr/article/cryptomonnaie-le-projet-diem-de-meta-revendu-a-une-banque-americaine.N1778422

L'usine-digitale (Informatique)

La nuit tombe sur Diem, le projet de stablecoin soutenu par Meta et un consortium d'actionnaires. Silverbank Capital rachète les actifs de l'association du même nom pour 200 millions de dollars. C'est Silvergate Capital qui va reprendre les actifs de l'Association Diem, le projet de cryptomonnaie "stable" (adossée au dollar) soutenu par Meta, [&he [...]


39: Renault-Nissan-Mitsubishi veut avoir 25 millions de véhicules connectés en 2026

https://www.usine-digitale.fr/editorial/renault-nissan-mitsubishi-veut-avoir-25-millions-de-vehicules-connectes-en-2026.N1778402

L'usine-digitale (Informatique)

L'Alliance Renault-Nissan-Mitsubishi a dévoilé sa feuille de route Alliance 2030 résolument tournée vers les véhicules électriques, mais également la connectivité et l'autonomie. Les constructeurs souhaitent parvenir à 25 millions de véhicules connectés en 2026 et avoir plus de 10 millions de véhicules en&n [...]


40 / 113

40: Lâché par Orange, Scopelec pourrait perdre 1900 emplois dans la fibre

https://www.lemondeinformatique.fr/actualites/lire-lache-par-orange-scopelec-pourrait-perdre-1900-emplois-dans-la-fibre-85598.html

Le monde informatique (Informatique / Internet)

Le groupe Scopelec vit sous la menace du non-renouvellement par Orange d'un marché d'exploitation et de maintenance des réseaux (...)


41: Samsung : la technologie pliable éloigne la société de l'AR/VR

https://www.realite-virtuelle.com/samsung-technologie-pliable-et-ar-vr/

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

Selon un rapport du Korea Herald, Samsung est en train de perdre du terrain en […] Cet article Samsung : la technologie pliable éloigne la société de l'AR/VR a été publié sur Réalité-Virtuelle.com.


42: Uploading PDF files as base64 strings in PHP and saving it in the hard-disk.

https://rogeriotaques.hashnode.dev/uploading-pdf-files-as-base64-strings-in-php-and-saving-it-in-the-hard-disk

Hashnode - vuejs (Javascript)

Hi there! If you're reading this post, chances are you're having some issues when trying to upload (PDF) files as base64 strings to later store them 'physically' in the hard-disk. No worries, it might be simpler than you think and I got you covered ...


43: Uploading PDF files as base64 strings in PHP and saving it in the hard-disk.

https://blog.abtz.co/uploading-pdf-files-as-base64-strings-in-php-and-saving-it-in-the-hard-disk

Hashnode - vuejs (Javascript)

Hi there! If you're reading this post, chances are you're having some issues when trying to upload (PDF) files as base64 strings to later store them 'physically' in the hard-disk. No worries, it might be simpler than you think and I got you covered ...


44: DazzleSpy, le malware espion ciblant les Mac

https://www.lemondeinformatique.fr/actualites/lire-dazzlespy-le-malware-espion-ciblant-les-mac-85599.html

Le monde informatique (Informatique / Internet)

D'après les chercheurs de l'entreprise de sécurité Eset, le dernier malware DazzleSpy ciblant macOS peut être utilisé (...)


45: How to build PostgreSQL full text search engine in any language

https://jorzel.hashnode.dev/how-to-build-postgresql-full-text-search-engine-in-any-language

Hashnode - python (python)

In this short post I will show step by step how to establish full text search engine in PostgreSQL. Several options like ilike, trigrams search and tsearch will be presented. Setup I started with a database creation. All database commands will be exe...


46: Detego Global's Trevor Wooding on Investigative Challenges and How Detego's Products Help Overcome Them

https://www.forensicfocus.com/interviews/detego-globals-trevor-wooding-on-investigative-challenges-and-how-detegos-products-help-overcome-them/

Forensic Focus (Criminalité)

Forensic Focus talks to Trevor Wooding, Detego's Digital Forensics Consultant and Technical Director about his experience in lab-based investigations and training, the challenges faced by investigators, and how Detego keeps evolving their products to give customers an edge in the … Read more The post Detego Global’s Trevor Wooding on Investigative Challenges and How Detego's Products [...]


47: Pourquoi Sigfox, ancien symbole de la French Tech, est placée en redressement judiciaire

https://www.usine-digitale.fr/article/pourquoi-sigfox-ancien-symbole-de-la-french-tech-est-placee-en-redressement-judiciaire.N1778297

L'usine-digitale (Informatique)

L'inventeur du réseau "0G" pour connecter l'internet des objets est dans une très mauvaise posture et cherche un repreneur. En panne de croissance et criblée de dettes, la start-up toulousaine est victime de sa stratégie et de la conjoncture. L'ancien porte-drapeau de la French Tech, l'opérateur de réseau bas débit pour&nbs [...]


48: We build a Wordle Solver in Svelte - Here is how we did it

https://blog.tiia.rocks/we-build-a-wordle-solver-in-svelte-here-is-how-we-did-it

Hashnode - javascript (Javascript)

Why this project' While brainstorming for a pretty good project to explain how you can use your programming skills to solve problems, we had some interesting discussions on which topics would be interesting. We couldn't really settle for one, so we l...


49: We built a Wordle Solver in Svelte - Here is how we did it

https://blog.tiia.rocks/we-built-a-wordle-solver-in-svelte-here-is-how-we-did-it

Hashnode - javascript (Javascript)

Why this project' While brainstorming for a pretty good project to explain how you can use your programming skills to solve problems, we had some interesting discussions on which topics would be interesting. We couldn't really settle for one, so we l...


50 / 113

50: Flat And FlatMap in Javascript

https://dev25.hashnode.dev/flat-and-flatmap-in-javascript

Hashnode - javascript (Javascript)

flat method It returns a new flattened array . For Example Rightwards arrow const array=[ 1, 2, [ 3, 4, ] , 5, [ 6, 7 ] ] ; console.log( array.flat( ) ) OUTPUT[ 1, 2, 3, 4, 5, 6, 7 ] We Got a brief About Flat method . Lets Explore With An ...


51: La Haute autorité de santé prépare la généralisation du remboursement de la télésurveillance médicale

https://www.usine-digitale.fr/article/la-haute-autorite-de-sante-prepare-la-generalisation-du-remboursement-de-la-telesurveillance-medicale.N1778282

L'usine-digitale (Informatique)

C'est une grande nouveauté de l'année 2022. D'ici le 1er juillet, le remboursement de la télésurveillance médicale va être généralisée pour plusieurs pathologies (diabète, insuffisance rénale, cardiaque...). La Haute autorité de santé (HAS) vient de publier 4 référentiels pour aider& [...]


52: Python Variables

https://ahmedgouda.hashnode.dev/python-variables

Hashnode - python (python)

Creating Variables variables help us reference a piece of data for later use. name = "Ahmed" height_cm = 180 weight_kg = 85.5 A variable gives us an easy-to-use shortcut to a piece of data. Whenever we use the variable name in our code, it will be r...


53: Top 5 programming languages to learn as a Ethical Hacker !!

https://codedpirater.hashnode.dev/top-5-programming-languages-to-learn-as-a-ethical-hacker

Hashnode - python (python)

The First question arrive here is " Will you always keep on asking and wasting your time searching for which programming language should I learn and why should you learn... ##And the answer for the above question is a Big ( Noo...! ) Why '' Well it'...


54: Collective 696

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

Codrops (Internet / Design)

Charm * Make Free Stuff * PHP in 2022 * Frontend Predictions for 2022 * clay.css The post Collective #696 appeared first on Codrops.


55: URLRealm - Free Link Shortner

https://mayankvikash.hashnode.dev/urlrealm-free-link-shortner

Hashnode - javascript (Javascript)

URLRealm is a free URL shortener made by Mayank Vikash. You can make unlimited free URLs here without any restrictions. It is not just a shortener, it is everything that a user requires to promote or share his work. Whether you are a musician, an ar...


56: How to cancel a fetch request in javascript' Let's find out

https://morethandev.hashnode.dev/how-to-cancel-a-fetch-request-in-javascript-lets-find-out

Hashnode - javascript (Javascript)

Introduction: Ever wonder how to cancel the request when the user navigates to the gallery or some other resource-heavy page of your web application or web page and as soon as he taps the link to navigate the page you start fetching the request very ...


57: LeetCode - Rotate List

https://alkesh26.hashnode.dev/leetcode-rotate-list

Hashnode - javascript (Javascript)

Problem statement Given the head of a linked list, rotate the list to the right by k places. Problem statement taken from: https://leetcode.com/problems/rotate-list Example 1: Input: head = [1, 2, 3, 4, 5], k = 2 Output: [4, 5, 1, 2, 3] Example 2: ...


58: Automatically Restart Node Apps on File Change with nodemon

https://stackabuse.com/automatically-restart-node-apps-on-file-change-with-nodemon/

Stack Abuse (Javascript)

In this short tutorial, learn how to restart Node/JavaScript applications automatically when you change a source file with Nodemon.


59: Discord : une panne et des bugs

https://www.lemondeinformatique.fr/actualites/lire-discord-une-panne-et-des-bugs-85597.html

Le monde informatique (Informatique / Internet)

La plateforme de discussion Discord est devenue « un outil quotidien de communication » d'après son dirigeant et fondateur Jason (...)


60 / 113

60: Subissant plusieurs crises, Sigfox cherche un repreneur

https://www.lemondeinformatique.fr/actualites/lire-subissant-plusieurs-crises-sigfox-cherche-un-repreneur-85596.html

Le monde informatique (Informatique / Internet)

Les pépites de la French Tech ne deviennent pas toutes des licornes et elles peuvent trébucher. C'est ce qui vient d'arriver (...)


61: Log4Shell: VMware observe trop de serveurs Horizon non patchés

https://www.lemondeinformatique.fr/actualites/lire-log4shell-vmware-observe-trop-de-serveurs-horizon-non-patches-85595.html

Le monde informatique (Informatique / Internet)

Face à la tornade Log4j, les DSI passent au peigne fin leurs applications et services pour combler les failles liées à cette bibliothèque (...)


62: Azur Drones lève 8 millions d'euros pour proposer de nouveaux cas d'usages de son drone autonome

https://www.usine-digitale.fr/article/azur-drones-leve-8-millions-d-euros-pour-proposer-de-nouveaux-cas-d-usages-de-son-drone-autonome.N1778272

L'usine-digitale (Informatique)

Azur Drones, spécialiste français des drones autonomes de surveillance et d'inspection, lève 8 millions d'euros. Un apport financier qui va aider la pépite à développer de nouveaux cas d'usages pour son drone qui a déjà séduit 200 clients dont TotalEnergies, Orano et le Port de Dunkerque. Le spécialiste [&hellip [...]


63: Le Comptoir du 24/01 ' Repenser la simulation du réseau électrique (retour d'expérience sur la refonte d'une application métier pour RTE)

https://blog.octo.com/le-comptoir-du-24-01-repenser-la-simulation-du-reseau-electrique-retour-dexperience-sur-la-refonte-dune-application-metier-pour-rte/

Octo (Internet)

Lundi 24 janvier 2022, Paris – Lors du dernier épisode du Comptoir, nous avons reçu Michaël Théodore (Product Owner, Rte), pour revenir ensemble sur sa collaboration avec Octo Technology pour la refonte de Convergence, principal outil de simulation du réseau de Rte.Dans cet article, on présentera comment la méthode UX Design s’insère dans un projet […]


64: 15 Supreme Web Apps You Should Use to Save Time & Increase Productivity '

https://daytodaytechie.hashnode.dev/15-supreme-web-apps-you-should-use-to-save-time-and-increase-productivity

Hashnode - javascript (Javascript)

Today, speed in terms of product delivery is one of the main criteria to beat the competition. I handpicked some useful productivity apps, that might come in handy in your developer workflow. These include anything you might need from working with im...


65: Francetest sécurise correctement les données de santé liées au dépistage du Covid-19, conclut la Cnil

https://www.usine-digitale.fr/article/francetest-securise-correctement-les-donnees-de-sante-liees-au-depistage-du-covid-19-conclut-la-cnil.N1778197

L'usine-digitale (Informatique)

La société Francetest, éditrice d'une plateforme de transfert des résultats de tests antigéniques pour les pharmacies, est désormais conforme aux obligations du RGPD d'après la Cnil, qui vient de clôturer sa mise en demeure. Elle avait été épinglée à la suite de l'exposition d'une base de 700& [...]


66: Password Generator using JavaScript

https://creo-codigo.hashnode.dev/password-generator-using-javascript

Hashnode - javascript (Javascript)

Hello Coders! Welcome to JS Project Blog. In this, we're going to see how to create a Random Password Generator using jQuery and JavaScript. You might have used the Chrome "Use Suggested Password" feature, which suggests you random password of chara...


67: Selon Paris Hilton, le métavers va devenir « l'avenir des fêtes »

https://www.realite-virtuelle.com/paris-hilton-metavers-avenir-fetes/

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

La croisade de Paris Hilton dans le métavers continue étant donné qu'elle le considère comme […] Cet article Selon Paris Hilton, le métavers va devenir « l’avenir des fêtes » a été publié sur Réalité-Virtuelle.com.


68: Things to know before you start your programming journey

https://imraj4u.hashnode.dev/things-to-know-before-you-start-your-programming-journey

Hashnode - javascript (Javascript)

Do I enjoy coding' This is a question I ask myself on a daily basis. Yes, I am conscious and aware of the fact that you can develop nearly anything from scratch on the web with the help of coding, which is why coding continues to interest me, but on ...


69: Day 13:100 Days Of Code

https://maryambibi.hashnode.dev/day-13100-days-of-code

Hashnode - python (python)

How to find and fix the errors in your code: It is very important part of the programmers life. Here are 10 tips to handle bugs in your program. Describe the problem: Find what is the problem either it is unexpected output or throwing an error. R...


70 / 113

70: Microsoft Teams : comment discuter avec une personne externe à l'entreprise

https://www.blogdumoderateur.com/microsoft-teams-comment-discuter-personne-externe-entreprise/

Blog du Moderateur ()

Il est désormais possible d'engager une conversation avec un utilisateur externe à votre entreprise sur Microsoft Teams. L'article Microsoft Teams : comment discuter avec une personne externe à l’entreprise a été publié sur BDM.


71: CSS Variables for React Devs

https://www.joshwcomeau.com/css/css-variables-for-react-devs/

Josh W Comeau (Javascript / CSS)

CSS Variables are *really* cool, and they're incredibly powerful when it comes to React! This tutorial shows how we can use them with React to create dynamic themes. We'll see how to get the most out of CSS-in-JS tools like styled-components, and how our mental frame around media queries has been wrong all along.


72: What The Heck, z-index''

https://www.joshwcomeau.com/css/stacking-contexts/

Josh W Comeau (Javascript / CSS)

The z-index property can be a tricky little bugger. Sometimes, no matter how much you crank up the number, the element never rises to the top! In this article, we explore stacking contexts, and see how they can thwart our efforts to use z-index. We'll also learn how to use this mechanism to our advantage.


73: Instagram : les créateurs peuvent afficher les lives programmés sur leur profil

https://www.blogdumoderateur.com/instagram-createurs-afficher-lives-programmes-profil/

Blog du Moderateur ()

Instagram veut permettre aux utilisateurs de mettre en évidence les lives programmés directement sur leur profil. L'article Instagram : les créateurs peuvent afficher les lives programmés sur leur profil a été publié sur BDM.


74: Steve Jobs : tout savoir sur le charismatique fondateur d'Apple

https://www.lebigdata.fr/steve-jobs

Le Big Data (dataviz)

Steve Jobs fait partie des personnages incontournables du monde de la technologie, aux côtés par exemple du Bill Gates de … Cet article Steve Jobs : tout savoir sur le charismatique fondateur d’Apple a été publié sur LeBigData.fr.


75: How To Generate An Alphabet Array With JavaScript

https://hasnode.byrayray.dev/how-to-generate-an-alphabet-array-with-javascript

Hashnode - javascript (Javascript)

Imagine building a word game with JavaScript, and you need to pick a random character from the alphabet, but you don't want to type all the letters by hand. (Please tell me you didn't consider that '). No, we want to generate an Array with all the c...


76: JavaScript check if array contains a value

https://h.daily-dev-tips.com/javascript-check-if-array-contains-a-value

Hashnode - javascript (Javascript)

Let's sketch the use case. We have some roles that can access a particular page. So only people with that specific role should be able to continue. These valid roles are defined in an array. const roles = ['moderator', 'administrator', 'superman']; ...


77: 9 éditeurs de code pour la programmation'

https://www.blogduwebdesign.com/editeurs-de-code/

blogduwebdesign (Design)

Trouver le bon éditeur de code pour la programmation peut avoir un impact étonnant sur...


78: DHL va utiliser le robot Stretch de Boston Dynamics pour automatiser ses entrepôts

https://www.usine-digitale.fr/article/dhl-va-utiliser-le-robot-stretch-de-boston-dynamics-pour-automatiser-ses-entrepots.N1778187

L'usine-digitale (Informatique)

Stretch, le dernier robot de Boston Dynamics, va être mis au travail dans des entrepôts DHL. Constitué d'une base modulaire sur roue, ce bras robotisé ayant une charge utile de 23 kilogrammes est dédié au déplacement des cartons dans les entrepôts logistiques. DHL investit 15 millions de dollars dans le cadre d'un contrat pluriannuels&nb [...]


79: La Duck Conf 2022- Découvrez la suite du programme

https://blog.octo.com/la-duck-conf-2022-decouvrez-la-suite-du-programme/

Octo (Internet)

La Duck Conf est la conférence tech by OCTO pour les amoureux et amoureuses de l’architecture des systèmes d’informations. Pendant une journée, La Duck Conf livre un tour d’horizon des pratiques d’architecture de SI, fondé sur des expériences terrain et nos convictions. S’inscrire à La Duck Conf 2022 S’inscrire à La Duck Conf 2022 5 trucs que [& [...]


80 / 113

80: Comment publier un article sur une page LinkedIn

https://www.blogdumoderateur.com/comment-publier-article-page-linkedin/

Blog du Moderateur ()

Découvrez la méthode à suivre si vous souhaitez publier un article sur la page de votre entreprise sur LinkedIn. L'article Comment publier un article sur une page LinkedIn a été publié sur BDM.


81: Le fournisseur d'identité numérique Veriff lève 100 millions de dollars pour poursuivre son développpement

https://www.usine-digitale.fr/article/le-fournisseur-d-identite-numerique-veriff-leve-100-millions-de-dollars-pour-poursuivre-son-developppement.N1778157

L'usine-digitale (Informatique)

La start-up estonienne Veriff propose un logiciel de vérification d'identité en ligne disponible dans 190 pays. Elle vient de lever 100 millions de dollars, ce qui la valorise à 1,5 milliard de dollars. Grâce à cette enveloppe, elle souhaite poursuivre son développement et prévoit des recrutements pour compléter son équipe de 360&nb [...]


82: Tendances SEO en 2022 : Google, de moteur de recherche à moteur de conversations

https://www.blogdumoderateur.com/enquete-seo-2022-tendances/

Blog du Moderateur ()

Pour compléter notre grande enquête sur le SEO en France, nous avons voulu en savoir plus sur la vision de l'agence WAM sur l'évolution du référencement. L'article Tendances SEO en 2022 : Google, de moteur de recherche à moteur de conversations a été publié sur BDM.


83: Building Video Chat App with VueJs and Golang

https://100mslive.hashnode.dev/building-video-chat-app-with-vuejs-and-golang-ckywpojc90zy92vs17sg9ca4g

Hashnode - javascript (Javascript)

It has become very clear that the future of work will be fully remote or a hybrid. A lot of companies would have to use or develop tools to enhance their communication and remotely provide services to their customers. This content was originally publ...


84: Research Supercluster : Meta s'équipe d'un supercalculateur pour le métavers

https://www.realite-virtuelle.com/meta-research-supercluster-metavers/

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

Facebook travaille sur un projet pour élaborer la Research Supercluster, un grand supercalculateur destiné à […] Cet article Research Supercluster : Meta s’équipe d’un supercalculateur pour le métavers a été publié sur Réalité-Virtuelle.com.


85: Spotting spurious correlations in health news

https://flowingdata.com/2022/01/27/spotting-spurious-correlations-in-health-news/

Flowing data (dataviz)

When it comes to diet and health, you might see one day that…Tags: causation, correlation, health


86: Service client : des progrès à faire sur le nombre de canaux proposés

https://www.lemondeinformatique.fr/actualites/lire-service-client-des-progres-a-faire-sur-le-nombre-de-canaux-proposes-85573.html

Le monde informatique (Informatique / Internet)

L'éditeur Zendesk a récemment publié l'édition 2022 de son rapport CX Trends, analysant les tendances du service client dans (...)


87: Jacques Rossler devient DSI de l'Hôpital Universitaire de Bruxelles

https://www.lemondeinformatique.fr/actualites/lire-jacques-rossler-devient-dsi-de-l-hopital-universitaire-de-bruxelles-85592.html

Le monde informatique (Informatique / Internet)

L'Hôpital Universitaire de Bruxelles (H.U.B., Academisch Ziekenhuis Brussel) réunit l'Hôpital Universitaire Erasme, l'Institut Jules (...)


88: Le droit d'accès s'est dégradé en 2021 selon l'AFCDP

https://www.lemondeinformatique.fr/actualites/lire-le-droit-d-acces-s-est-degrade-en-2021-selon-l-afcdp-85591.html

Le monde informatique (Informatique / Internet)

La réglementation sur la protection des données personnelles inclut depuis l'origine (en France, la loi dite « Informatique et Libertés (...)


89: Replay Web Conférence : « Le numérique au service des RH, au-delà du SIRH »

https://www.lemondeinformatique.fr/actualites/lire-replay-web-conference--le-numerique-au-service-des-rh-au-dela-du-sirh-85579.html

Le monde informatique (Informatique / Internet)

Lorsqu'on pense transformation digitale DRH, c'est d'abord l'informatisation des fonctions administratives et le SIRH qui viennent (...)


90 / 113

90: Les travaux sur la 6G mobilisent les fournisseurs

https://www.lemondeinformatique.fr/actualites/lire-les-travaux-sur-la-6g-mobilisent-les-fournisseurs-85589.html

Le monde informatique (Informatique / Internet)

La FCC a nommé 44 personnes au sein d'un conseil consultatif technologique chargé d'explorer les possibilités de la connectivité (...)


91: Le marché européen des infrastructures IT très contrasté en 2021

https://www.lemondeinformatique.fr/actualites/lire-le-marche-europeen-des-infrastructures-it-tres-contraste-en-2021-85593.html

Le monde informatique (Informatique / Internet)

Les ventes en valeur de serveurs, de solutions de stockage et d'équipements réseaux des grossistes informatiques ont connu des évolutions (...)


92: Aurélie Guillemette nommée directrice général adjointe de HPE France

https://www.lemondeinformatique.fr/actualites/lire-aurelie-guillemette-nommee-directrice-general-adjointe-de-hpe-france-85594.html

Le monde informatique (Informatique / Internet)

HP France a nommé le mois dernier Aurélie Guillemette au poste de directrice générale adjointe pour remplacer Kim Trinh Thieu (...)


93: Aurélie Guillemette nommée directrice général adjointe de HP France

https://www.lemondeinformatique.fr/actualites/lire-aurelie-guillemette-nommee-directrice-general-adjointe-de-hp-france-85594.html

Le monde informatique (Informatique / Internet)

HP France a nommé le mois dernier Aurélie Guillemette au poste de directrice générale adjointe pour remplacer Kim Trinh Thieu (...)


94: Google Docs : comment ajouter un filigrane sur son document

https://www.blogdumoderateur.com/google-docs-ajouter-filigrane/

Blog du Moderateur ()

Découvrez comment ajouter un texte ou une image en filigrane derrière votre texte sur Google Docs. L'article Google Docs : comment ajouter un filigrane sur son document a été publié sur BDM.


95: Introducing Slick Gradient

https://codewithsnowbit.hashnode.dev/introducing-slick-gradient

Hashnode - javascript (Javascript)

Hello Folks ' What's up friends, this is SnowBit here. I am a young passionate and self-taught developer and have an intention to become a successful developer. Today, I am here with some cool stuff, let's introduce... Slick Gradient It is a collect...


96: Project Iris : le prochain casque AR de Google proposera la fonctionnalité Passthrough

https://www.realite-virtuelle.com/project-iris-google/

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

Selon un rapport d'Alex Heath de The Verge, Google se prépare à lancer un casque […] Cet article Project Iris : le prochain casque AR de Google proposera la fonctionnalité Passthrough a été publié sur Réalité-Virtuelle.com.


97: Le backlog est vivant, il bouge avec des feedbacks (épisode 2 ' pour découvrir le produit, il faut le construire)

https://blog.octo.com/le-backlog-est-vivant-il-bouge-avec-des-feedbacks-episode-2-pour-decouvrir-le-produit-il-faut-le-construire/

Octo (Internet)

Les idées fusent. Charlotte prend plaisir à formaliser ses idées, elle rédige ses idées comme des petites histoires utilisateurs qui prendront vie quand le logiciel fonctionnera. Elle raconte comment ce sera bien d'utiliser le logiciel. C'est un moment agréable et facile. « Il permet de jouer aux devinettes de kana et de romaji, il possède […]


98: Crocoblock : la boîte à outils pour vos projets Elementor

https://wpmarmite.com/crocoblock/

WP Marmite (wordpress)

Vous avez décidé de concevoir votre prochain site WordPress avec Elementor ' Bonne décision. Seulement, maintenant, il va vous falloir rassembler tous les plugins nécessaires pour inclure toutes les fonctionnalités... Crocoblock : la boîte à outils pour vos projets Elementor est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


99: Storing Off-Chain data using NFT.Storage

https://abhinavpathak.hashnode.dev/storing-off-chain-data-using-nftstorage

Hashnode - javascript (Javascript)

About the project In this article, we will learn about NFT.Storage and build an application to store Off-Chain data using NFT.Storage. https://www.youtube.com/watch'v=NN-1k-CjhY4 Prerequisites To be successful in this guide, you must have the followi...


100 / 113

100: Help a Computer Win the New Yorker Cartoon Caption Contest

https://pudding.cool/projects/caption-contest

pudding.cool (data)

This is an experiment to see if an AI program can produce humor.


101: Web Development on android!

https://blog.eaglenetwork.tk/web-development-on-android

Hashnode - javascript (Javascript)

What is web development' Web development is the work involved in developing a website for the Internet. Is it possible on android' The answer is yes! Web development is possible in android. Here on android there are many IDE and coding apps to do th...


102: The ultimate solution to typewriter animation '

https://yokwejuste.live/the-ultimate-solution-to-typewriter-animation

Hashnode - javascript (Javascript)

Hey buddy, for the web newbies I've something fun today. Let's talk about something amazing, the Typewriter animation. It looks like this: ' Happy to contribute for OSS-Cameroon blog. After long research, I found that it could be s...


103: Mobile development on Android without using emulators and without using USB debugging.

https://luisciber.hashnode.dev/mobile-development-on-android-without-using-emulators-and-without-using-usb-debugging

Hashnode - Flutter (Flutter)

The first thing... The problem I am a mobile application developer. I develop apps for both Android and iOS using Flutter. One of the main problems I had when I started in this world of mobile development is the high consumption of RAM memory that em...


104: How to Trigger an AWS Lambda Function From an SQS Message

https://alexkates.hashnode.dev/how-to-trigger-an-aws-lambda-function-from-an-sqs-message

Hashnode - javascript (Javascript)

In this post, we are going to use the AWS CDK to build an AWS Lambda Function that is triggered from an AWS SQS message. All of the code can be found in this repository. Setup We need to run a few commands to set up our CDK app. mkdir how-to-trigger-...


105: Python e Qt 6: Como instalar o IDE Qt Creator

https://blog.codigoninja.dev/python-e-qt-6-como-instalar-o-ide-qt-creator

Hashnode - python (python)

O Qt Creator é o IDE (Ambiente de Desenvolvimento Integrado) multiplataforma da The Qt Company, ele permite o desenvolvimento e prototipagem de aplicativos com as linguagens de programação C++ e Python. Quando comparado ao Qt Designer o Qt Creator é ...


106: {JS} {Svelte} Display a Loader for a minimum amount of time.

https://vincenzoraco.hashnode.dev/js-svelte-display-a-loader-for-a-minimum-amount-of-time-ckyw7eebh0u252vs1dfludj3w

Hashnode - javascript (Javascript)

Sometimes, when we display a loader while data is being fetched/processed, the loading time is so short the loader flashes briefly. Here's how to fix it. Please note: although the following examples are for Svelte, the logic can be adapted for other ...


107: Flask Blog App Tutorial 1: Getting Started

https://sophyia.me/flask-blog-app-tutorial-1-getting-started

Hashnode - python (python)

Hi there I will build a web app alongside this article and this will act as a guide as I would share my struggles and we will debug as well. Let's git this shii! ' What is Flask' Flask is a python framework that is used to create microservice web ...


108: JavaScript - Tipos de datos y estructuras

https://makanaqui.hashnode.dev/javascript-tipos-de-datos-y-estructuras

Hashnode - javascript (Javascript)

Todos los lenguajes de programación tienen estructuras de datos integradas, pero estas a menudo difieren de un lenguaje a otro. En los lenguajes debilmente tipados no especificamos el tipo de valor al declarar las variables y podemos utilizar el mis...


109: How to effectively use logical operators in your code.

https://efkumah.hashnode.dev/how-to-effectively-use-logical-operators-in-your-code

Hashnode - javascript (Javascript)

Hello World, in our previous post we learned how to use the unary operators in JavaScript. In this post, we will learn how you can use logical operators to make decisions in your code. Let's get started. What are Logical Operators' Logical operator...


110 / 113

110: Emojis and cultural differences (note)

https://www.stefanjudis.com/notes/emojis-and-cultural-differences/

Stefan Judis (Développement)

I've always been fascinated by Emojis for two reasons. First, the cute Unicode glyphs are technically interesting. When I read about the nitty-gritty details of codepoints and Unicode planes, I'm always surprised that there's more to discover on how thing's work. But secondly, the globally used symbols carry a strong cultural component. Think of it; Emojis are used globally by millions of people. [...]




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