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

« Janvier 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Mardi 31 Janvier 2023 (164)

1: First blog & new journey!

https://azeemcodes.hashnode.dev/first-blog-new-journey

Hashnode - Kotlin (Mobiles)

Table of contents: Introduction First blog New Journey Introduction Hey everyone, hope you are all well. My name is Azeem & I am a 1st-year student of software engineering at nisantasi university in Istanbul. I wasn't always intrigued by softwar...


2: Best LMS WordPress Plugins for Course Creation 2023

https://www.wpexplorer.com/top-lms-plugins-wordpress/

WP Explorer (wordpress)

The internet is a great place to pick up a skills and knowledge. Right from your study table at home, you can explore the internet for courses, sign up for them, work through the lessons and add a completion certificate to your resume (like these awesome WordPress courses for beginners). And there are tons of […] The post Best LMS WordPress Plugins for Course Creation 2023 appeared first on [...]


3: Day 2 - Let's create some Python code!

https://lilkittykat.hashnode.dev/day-2-lets-create-some-python-code

Hashnode - python (python)

So, we've done a little prep work in Discord for our bot, let's look at a basic set of Python code that'll essentially get our bot basically working: import discord from discord.ext import commands What these 2 lines do: Import the discord library ...


4: A World-Class Code Playground with Sandpack

https://www.joshwcomeau.com/react/next-level-playground/

Josh W Comeau (Javascript / CSS)

No developer blog or technical documentation site is complete without an interactive code playground. The CodeSandbox team recently released a wonderful tool called Sandpack, to help us create these live-updating code editors. In this tutorial, I'll show you how I use it on this blog.


5: Announcing 'use-sound', a React Hook for Sound Effects

https://www.joshwcomeau.com/react/announcing-use-sound-react-hook/

Josh W Comeau (Javascript / CSS)

By and large, using the web is a visual experience. This is in terrible contrast to mobile apps, which interact with three of our human senses (sight, sound, and touch, through haptic feedback). I just released a library to make it easy to add sound to your React app, and I make the case that you should consider using it!


6: Understanding useMemo and useCallback

https://www.joshwcomeau.com/react/usememo-and-usecallback/

Josh W Comeau (Javascript / CSS)

What's the deal with these two hooks'! Lots of devs find them confusing, for a whole host of reasons. In this tutorial, we'll dig deep and understand what they do, why they're useful, and how to get the most out of them.


7: Why React Re-Renders

https://www.joshwcomeau.com/react/why-react-re-renders/

Josh W Comeau (Javascript / CSS)

In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this' In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information to optimize the performance of our React apps.


8: Getting started with Nuxt 3

https://xinnks.hashnode.dev/getting-started-with-nuxt-3

Hashnode - javascript (Javascript)

In this post, we are going to learn about Nuxt, one of if not 'the' most popular Vue.js frameworks. To be specific, we are going to learn about Nuxt 3 - its latest release codenamed "Mount Hope". As stated above, Nuxt is an open-source Vue.js framewo...


9: Webinar: Kickstart your first-party data strategy by Cynthia Ramsaran

https://searchengineland.com/webinar-kickstart-your-first-party-data-strategy-392486

Search engine land (Référencement)

Achieve personalization and more without cookies right when your users log in. The post Webinar: Kickstart your first-party data strategy appeared first on Search Engine Land.


10 / 164

10: How To Trim Whitespace from a String in Python

https://www.digitalocean.com/community/tutorials/python-trim-string-rstrip-lstrip-strip

Digital Ocean Tutorials (Internet)

Introduction Python provides three methods that you can use to trim whitespace from a string and return a new string object. The string strip methods can trim leading whitespace, trailing whitespace, or both. To learn more about removing whitespace, including how to remove all whitespace or only duplicate spaces, refer to How To Remove Spaces from a String In Python. Whitespace includes all Unicod [...]


11: Variables

https://blog.sahilchandravanshi.com/javascript-variables

Hashnode - javascript (Javascript)

Variable Most of the time, a JavaScript application needs to work with information. Here are two examples: An online shop ' the information might include goods being sold. A chat application ' the information might include users, messages, and grou...


12: Best Tech Stacks to Learn in 2023

https://vaibhavtiwari.dev/best-tech-stacks-to-learn-in-2023

Hashnode - python (python)

MERN Stack: MERN (MongoDB, Express, React, Node.js) is a popular full-stack development framework that allows you to build dynamic and responsive web applications. The benefits of using this tech stack include its simplicity, scalability, and wide ra...


13: Issue 562 (Jan. 31, 2023)

https://pycoders.com/issues/562

pycoders (python)

#562 ' JANUARY 31, 2023 View in Browser » Orchestrating Large and Small Projects With Apache Airflow Have you worked on a project that needed an orchestration tool' How do you define the workflow of an entire data pipeline or a messaging system with Python' This week on the show, Calvin Hendryx-Parker is back to talk about using Apache Airflow and orchestrating Python projects. REAL PYTHON p [...]


14: OpenAI launches new tool to detect AI-generated text

https://searchengineland.com/openai-ai-text-classifier-launches-392471

Search engine land (Référencement)

This new web-based AI Text Classifier tool predicts how likely it is that text was written by a human or AI. The post OpenAI launches new tool to detect AI-generated text appeared first on Search Engine Land.


15: Wexstream - Full Stack Video Conferencing Platform

https://aelassas.hashnode.dev/wexstream-full-stack-video-conferencing-platform

Hashnode - javascript (Javascript)

Wexstream Wexstream is an open source video conferencing platform built with Node.js, React and Jitsi. You can find a detailed article on the platform with a description of the source code, instructions and screenshots here. Wexstream lets you create...


16: Data Vis Dispatch, January 31

https://blog.datawrapper.de/data-vis-dispatch-january-31-2023/

Data Wrapper ()

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


17: Twitter announces the end of CoTweets

https://searchengineland.com/twitter-announces-the-end-of-cotweets-392472

Search engine land (Référencement)

Twitter discontinues co-tweeting feature after it failed to meet expectations under Elon Musk's leadership. The post Twitter announces the end of CoTweets appeared first on Search Engine Land.


18: An Introduction for TypeScript

https://pieces.hashnode.dev/an-introduction-for-typescript

Hashnode - javascript (Javascript)

The front end is a very broad aspect of programming. We've all heard of popular languages HTML, CSS, and JavaScript, but there's more; we have TypeScript. In this article, we're going to talk about TypeScript and take a look at its pros and cons. Typ...


19: Optimisation du problème du voyageur de commerce par du Machine Learning :

https://blog.octo.com/optimisation-du-probleme-du-voyageur-de-commerce-par-du-machine-learning/

Octo (Internet)

Longtemps considéré comme la discipline reine alliant mathématiques appliquées et informatique dans l’industrie, l’optimisation combinatoire s’éclipse aujourd’hui dans l’ombre de son cousin le Machine Learning.  Au lieu de considérer les deux sujets indépendamment, nous vous proposons par le biais de cet article, un exemple de contribution du Machine Learn [...]


20 / 164

20: Create a full-page background with CSS

https://blog.logrocket.com/css-full-page-background/

Log Rocket blog (Web 2)

Set full-page backgrounds using CSS properties like `background-blend-mode` to improve user experience on your website. The post Create a full-page background with CSS appeared first on LogRocket Blog.


21: 15+ Best Appointment Booking WordPress Plugins

https://www.wpexplorer.com/appointment-wordpress-plugins/

WP Explorer (wordpress)

If your business relies on appointments, you have a WordPress site and you haven't installed a booking plugin yet, you need to get on that. Specifically one of these appointment booking WordPress plugins. There's no reason for so many businesses to still force their customers to call them on the phone, contact them by email […] The post 15+ Best Appointment Booking WordPress Plugins appeared [...]


22: Visualizing the Scale of Global Fossil Fuel Production

https://www.visualcapitalist.com/visualizing-the-scale-of-global-fossil-fuel-production/

Visual Capitalist (dataviz)

How much oil, coal, and natural gas do we extract each year' See the scale of annual fossil fuel production in perspective. The post Visualizing the Scale of Global Fossil Fuel Production appeared first on Visual Capitalist.


23: Creating a Component to display code snippet with copy to clipboard feature

https://bhuvaneshpatil.hashnode.dev/creating-a-component-to-display-code-snippet-with-copy-to-clipboard-feature

Hashnode - javascript (Javascript)

Many times we have come across a website where we can see the code snippet and on the left side there is cute little icon/text which allows us to copy that snippet to the clipboard. Here is the step-by-step tutorial for making the same in React. Caus...


24: What happens when You type google.com in your browser.

https://developerup.hashnode.dev/what-happens-when-you-type-googlecom-in-your-browser

Hashnode - javascript (Javascript)

1. DNS resolution The first step would be determining the IP of the web server. This is achieved by querying a DNS server. The DNS server translates the domain name (google.com) to an IP which is a unique numeric identifier of the server hosting the ...


25: A beginners guide to understanding JavaScript Promises

https://blog.ahnaf.dev/a-beginners-guide-to-understanding-javascript-promises

Hashnode - javascript (Javascript)

Promises in JavaScript are one of those topics where you find it hard to wrap your head around as a beginner. In this article, I'm going to help you with that. We will learn about promises and some of their common use cases with examples. Buckle up a...


26: The Async Side of SQLModel Relationships ' Part 1

https://arunanshub.hashnode.dev/the-async-side-of-sqlmodel-relationships-part-1

Hashnode - python (python)

So far, we've covered how to perform database operations asynchronously. Next, we are going to create relationships between models and discover a related pitfall. TL;DR Create the foreign key in a model using sqlmodel.Field. Migrate the database us...


27: How to Learn Programming

https://yahyaabbakar.hashnode.dev/how-to-learn-programming

Hashnode - javascript (Javascript)

TL;DR Mind-mapping: use radially clustered diagrams to help you create associations. Interleaving: mix up the order in which you learn things. Recall: write or use flashcards or make notes. Spaced repetition: review information at increasing inte...


28: Build Web APIs In A Few Steps Using FastAPI In Python

https://geekpython.in/build-api-using-fastapi

Hashnode - python (python)

API (Application Programming Interface) is a medium that helps two applications talk to each other. APIs have some set of functions that allows only the asked data from the server requested by the application as a response. If we put it in simple wor...


29: Offre d'emploi sur le Dark Web : les hackers recrutent pour 20K $ par mois

https://www.lebigdata.fr/dark-web-offres-emploi

Le Big Data (dataviz)

Les gangs de cybercriminels postent de nombreuses offres d’emploi sur le Dark Web, afin de recruter des hackers, des développeurs … Cet article Offre d’emploi sur le Dark Web : les hackers recrutent pour 20K $ par mois a été publié sur LeBigData.fr.


30 / 164

30: Starting journey full stack developers

https://junaidjs.hashnode.dev/starting-journey-full-stack-developers

Hashnode - javascript (Javascript)

Hello everyone , I am Shaikh Junaid . I am a student of Bachelor of Computer science and Started learning full-stack web development. I am excited to learn this new skill and also excited to start blogging.


31: LinkedIn now lets you add an SEO title and description

https://searchengineland.com/linkedin-article-seo-title-description-392457

Search engine land (Référencement)

Publishing articles on LinkedIn' Now you can customize how your SEO title and description will appear in search engines. The post LinkedIn now lets you add an SEO title and description appeared first on Search Engine Land.


32: Telex : Fairphone lève 49 M', Docaposte rachète Thiqa, Huawei encore évincé par l'administration Biden

https://www.lemondeinformatique.fr/actualites/lire-telex-fairphone-leve-49-meteuro-docaposte-rachete-thiqa-huawei-encore-evince-par-l-administration-biden-89400.html

Le monde informatique (Informatique / Internet)

- Fairphone lève 49 M'. Spécialisée dans la conception et la fabrication de smartphones utilisant des matériaux recyclés (...)


33: 21 Tags That Will Reveal The Real Power of HTML

https://srinathsree.com/21-tags-that-will-reveal-the-real-power-of-html

Hashnode - javascript (Javascript)

1. Autofocus Indicates that the particular element should be focused on page load. Only one element in the document or dialog may have the autofocus attribute. If applied to multiple elements the first one will receive focus. 2.Inputmode Hints a...


34: La proptech Garantme lève 15 millions d'euros et compte être rentable d'ici 2024

https://www.usine-digitale.fr/article/la-proptech-garantme-leve-15-millions-d-euros-et-compte-etre-rentable-d-ici-2024.N2095356

L'usine-digitale (Informatique)

Garantme, une start-up de la proptech spécialisée dans la gestion locative, lève 15 millions d'euros. Elle compte ainsi doubler le nombre d'agences immobilières partenaires et renforcer sa technologie de mesure du risque d'impayé pour être rentable d'ici juin 2024.


35: On the path for a better select

https://pageup.hashnode.dev/on-the-path-for-a-better-select

Hashnode - python (python)

The current indexing implementation in my tyrdbs project is based on a hybrid of prefix and b-trees. It's messy, has significant space overhead and lacks some features I'd like to see so I went looking for a suitable replacement. Last time around, I ...


36: How I Built A Blockchain Using Python

https://pervycoder.dev/how-i-built-a-blockchain-using-python

Hashnode - python (python)

INTRODUCTION Hi, welcome to my first article although I have not done this before I'm going to try to make this an amazing read. So I'll be writing about how I built a blockchain using python. WHAT IS BLOCKCHAIN' A blockchain is a distributed ledger ...


37: Build a fintech app with Plaid and React Native

https://blog.logrocket.com/build-fintech-app-plaid-react-native/

Log Rocket blog (Web 2)

Use Plaid and React Native to build a fintech app for both iOS and Android. Leverage Plaid Link flow to display wallet balance and transactions. The post Build a fintech app with Plaid and React Native appeared first on LogRocket Blog.


38: Creating React Forms With Custom Hook

https://promyz.hashnode.dev/creating-react-forms-with-custom-hook

Hashnode - javascript (Javascript)

In any application we are developing, we always need a form and that could be easy to implement with react using useState, but in cases where we need more than one form, it becomes hectic and stressful because we always need to call an onChange funct...


39: Evolution of George Santos' biography

https://flowingdata.com/2023/01/31/evolution-of-george-santos-biography/

Flowing data (dataviz)

George Santos, currently a U.S. representative, seems to lie about his background and…Tags: biography, George Santos, text, Washington Post


40 / 164

40: NetApp va se séparer de 8 % de ses effectifs

https://www.lemondeinformatique.fr/actualites/lire-netapp-va-se-separer-de-8-de-ses-effectifs-89399.html

Le monde informatique (Informatique / Internet)

La liste des entreprises IT qui licencient s'allonge au fil des semaines. Aujourd'hui, c'est NetApp qui annonce un plan social touchant (...)


41: Create a Search Bar in React

https://chalimba.hashnode.dev/create-a-search-bar-in-react

Hashnode - javascript (Javascript)

Search bars are a very common element of websites. They help users to find resources quickly through automatic suggestions. By adding a search bar to your application, you can drastically improve the user experience by making your resources more acce...


42: The Best Mapping Plugins For WordPress 2023

https://www.wpexplorer.com/best-mapping-plugins-wordpress/

WP Explorer (wordpress)

Are you looking to add a map to your website' A contact page is much more useful with a map. A post about your favorite places for Chinese food is much easier to understand with a map full of pinpoints. A travel blog is that much more fun when you (and you readers) can see […] The post The Best Mapping Plugins For WordPress 2023 appeared first on WPExplorer.


43: Object literals in JavaScript

https://sagarcoding.hashnode.dev/object-literals-in-javascript

Hashnode - javascript (Javascript)

Hi everyone, if you are reading this then that is awesome! So, I am Sagar, a tech enthusiast and I am here to share and document my web development journey. In, today's article, I will share what I learned about Object literals in javascript. I found...


44: Python Automation: A Guide to Streamlining Your Daily Work and Boosting Productivity

https://kabinspace.hashnode.dev/python-automation-a-guide-to-streamlining-your-daily-work-and-boosting-productivity

Hashnode - python (python)

Python is an incredibly versatile and powerful language that can be used for a wide range of tasks, including automating repetitive or time-consuming processes. In this article, we will explore how to use Python scripts to automate various tasks and ...


45: The Magic Of February (2023 Wallpapers Edition)

https://smashingmagazine.com/2023/01/desktop-wallpaper-calendars-february-2023/

Smashing magazine (Web 2 / CSS)

Do you need a little inspiration boost' Well, then our new batch of desktop wallpapers is for you. Designed by artists and designers from across the globe, they come in versions with and without a calendar for February 2023.


46: ' Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 6

https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-6

Hashnode - Flutter (Flutter)

In earlier sections of this tutorial series, we covered the fundamental stages for creating a to-do application with Flutter and Dart. We've covered everything from bootstrapping an empty Flutter project, importing necessary dependencies, setting up ...


47: Complex JavaScript Errors Many Developers Face and How to Solve them

https://boluwatifevictor.hashnode.dev/complex-javascript-errors-many-developers-face-and-how-to-solve-them

Hashnode - javascript (Javascript)

As a developer, dealing with JavaScript errors is one of the most challenging aspects of coding. JavaScript errors can arise from different sources, from syntax mistakes to incompatible versions of libraries. These mistakes or unexpected circumstance...


48: How to improve your code'

https://happy-code.hashnode.dev/how-to-improve-your-code

Hashnode - javascript (Javascript)

Hi ', probably you've been in a situation where your code becomes unreadable even for you. In that case, I will show you a couple of tips so your code will become more readable. 1. Namings Writing meaningful and understandable names is of great help...


49: Bug LinkedIn : pas d'accès à votre page Entreprise, que se passe-t-il '

https://www.blogdumoderateur.com/bug-linkedin-janvier-2023/

Blog du Moderateur ()

Vous n'arrivez plus à accéder à votre page Entreprise sur LinkedIn ' Vous n'êtes pas seul(e).


50 / 164

50: Apple lancerait un iPad pliable en 2024

https://www.lemondeinformatique.fr/actualites/lire-apple-lancerait-un-ipad-pliable-en-2024-89397.html

Le monde informatique (Informatique / Internet)

Généralement prudent, l'analyste Ming-Chi Kuo affirme avec une certitude assez inhabituelle, que, d'après ses sources (...)


51: ReactJS: The JavaScript Library Powering Instagram's Infinite Feed and IGTV Features

https://rahulpanchal.hashnode.dev/reactjs-the-javascript-library-powering-instagrams-infinite-feed-and-igtv-features

Hashnode - javascript (Javascript)

ReactJS is a JavaScript library used for building user interfaces. Instagram leverages ReactJS to create its infinite feed and IGTV features. Here's how it works: Virtual DOM: ReactJS uses a virtual DOM (Document Object Model) that allows it to upda...


52: How to use a technical debt register

https://blog.logrocket.com/product-management/how-to-use-technical-debt-register/

Log Rocket blog (Web 2)

A technical debt register brings transparency and clarity as to what type and how much debt you have and can be used to monitor and review your debt ratio. The post How to use a technical debt register appeared first on LogRocket Blog.


53: How to implement infinite scroll with Vue

https://blog.logrocket.com/implement-infinite-scroll-vue/

Log Rocket blog (Web 2)

An infinite scroll feature is especially useful when you want to load large amounts of data or images as the user needs them rather than all at once. The post How to implement infinite scroll with Vue appeared first on LogRocket Blog.


54: How to Install and Use React Image Upload

https://ideradevtools.hashnode.dev/how-to-install-and-use-react-image-upload

Hashnode - javascript (Javascript)

Are you struggling to handle image uploads in your React projects' Look no further! In this article, we will explore the world of 'React image upload' and provide a comprehensive guide on handling image uploads efficiently. We understand that this ca...


55: 1. Learning Fullstack Development

https://blog.damianfrey.dev/1-learning-fullstack-development

Hashnode - javascript (Javascript)

I am learning full-stack web development through Codecademy. Though I don't see myself ever doing web development as a career I still find it good to learn Knowing how the web works will allow me to make web apps much easier I will learn JS THE BAC...


56: La France manque de formations en IoT et en robotique

https://www.usine-digitale.fr/article/la-france-manque-de-formations-en-iot-et-en-robotique.N2095261

L'usine-digitale (Informatique)

Chef de projet digital, développeur full stack, expert en cybersécurité' Ce sont les rois du pétrole, ceux que les entreprises s'arrachent selon le nouvel Observatoire national des besoins en compétences et en formations numériques. Mais à l'avenir, c'est dans l'internet des objets et la robotique que le manque de formations se fera le plus criant.


57: Why I will never touch rust as a web developer again!

https://blog.krsh.eu.org/why-i-will-never-touch-rust-as-a-web-developer-again

Hashnode - javascript (Javascript)

Why Rust is Cool' Rust is a very interesting programming language Rust has a built-in build system and package manager called cargo unlike most languages where the build system manager is separate and usually the package manager is a 3rd party Know...


58: Vote for Site of the Month January 2023

https://www.awwwards.com/vote-for-site-of-the-month-january-2023.html

awwwards (Internet)

Meet the nominees for Site of the Month January, vote and tweet for your favorite, to win a free PRO Plan in our Directory.' Vote for SOTM January'The...


59: Plus de 100 M' d'amendes infligées par la Cnil en 2022

https://www.lemondeinformatique.fr/actualites/lire-plus-de-100-meteuro-d-amendes-infligees-par-la-cnil-en-2022-89392.html

Le monde informatique (Informatique / Internet)

101 277 900 euros. C'est le montant cumulé des amendes émises par la formation restreinte de la Cnil en 2022 (en diminution (...)


60 / 164

60: Les cellules CAR-T contre la sclérose en plaques

https://www.rtflash.fr/cellules-car-t-contre-sclerose-en-plaques/article

Tregouet.org ()

Des chercheurs de l'Université de Washington travaillent sur une immunothérapie à base de cellules CAR-T (Chimeric Antigenic Receptor ' T), des lymphocytes T génétiquement modifiés, pour éliminer sélectivement les cellules pathogènes chez des souris modèles de sclérose en plaques (SEP) atteintes d'une maladie semblable à la SEP. Ces travaux suggèrent d'étendre à certaines maladies a [...]


61: Le stress pourrait accélérer la perte de vision

https://www.rtflash.fr/stress-pourrait-accelerer-perte-vision/article

Tregouet.org ()

Une étude américaine a montré que le stress répété obligerait le tissu oculaire à accélérer son processus de vieillissement, ce qui entraîne une perte de la vision. En effet, le stress provoque une élévation de la pression intraoculaire dans l''il, ce qui oblige le tissu rétinien à subir des modifications similaires à celles du vieillissement naturel. C'est grâce à des images de l [...]


62: Thérapies ciblant l'ARN : de nouvelles molécules hautement sélectives

https://www.rtflash.fr/therapies-ciblant-l-arn-nouvelles-molecules-hautement-selectives/article

Tregouet.org ()

Les ARN (pour Acides RiboNucléiques) sont des molécules porteuses d'informations génétiques produites dans les cellules par la transcription de morceaux d'ADN (Acide DésoxyriboNucléique). Il existe plusieurs types d'ARN de compositions chimiques similaires, mais dont la séquence et l'organisation spatiale leur confèrent des rôles distincts. [...]


63: Un projet européen de navigation informatique pour la neurochirurgie

https://www.rtflash.fr/projet-europeen-navigation-informatique-pour-neurochirurgie/article

Tregouet.org ()

Un consortium scientifique européen travaille sur un projet de dispositif médical de navigation peropératoire pour les procédures de neurochirurgie. Il permettra au neurochirurgien d'obtenir des informations quantitatives et biochimiques de la zone à opérer en temps réel afin de préserver les régions saines notamment. en lire plus


64: Des robots Hyundai pour la livraison du dernier kilomètre

https://www.rtflash.fr/robots-hyundai-pour-livraison-dernier-kilometre/article

Tregouet.org ()

Hyundai Motor Group a annoncé deux projets pilotes de services de livraison du dernier kilomètre par robots autonomes en Corée du Sud. L'un dans un complexe résidentiel et commercial, l'autre dans un hôtel. Pour tester ces robots de livraison, Hyundai Motor Group s'est notamment associé à Woowa Brothers depuis mars 2021. Cette entreprise sud-coréenne livre des produits alimentaires via l'a [...]


65: Quand les perturbations du rythme circadien augmentent les risques de cancer'

https://www.rtflash.fr/quand-perturbations-rythme-circadien-augmentent-risques-cancer/article

Tregouet.org ()

Une équipe de l'Université de Rochester et du Scripps Research Institute (Californie) permet de mieux comprendre le lien entre une horloge biologique déréglée par le jetlag, le travail de nuit ou par quart, et le risque accru de certains cancers. Les scientifiques ont découvert et documentent, dans la revue Science Advances, un lien moléculaire majeur entre la croissance des tumeurs pulmona [...]


66: Vitest: Blazing fast unit test framework

https://100xdeveloper.hashnode.dev/vitest-blazing-fast-unit-test-framework

Hashnode - javascript (Javascript)

If you have heard of Vite, then you have probably heard of Vitest, the fast unit test framework built from it. In this article, let's explore what Vitest is, how to use it and why it can be the next test framework for your apps. What is Vitest Before...


67: Des recrutements cyber entravés par la crise économique

https://www.lemondeinformatique.fr/actualites/lire-des-recrutements-cyber-entraves-par-la-crise-economique-89390.html

Le monde informatique (Informatique / Internet)

Selon le dernier rapport de recherche d'ESG (Enterprise Strategy Group) et de l'Information System Security Association International (ISSA), 57 % (...)


68: TL;DR CommonJS vs ESM

https://abbeyperini.hashnode.dev/tldr-commonjs-vs-esm

Hashnode - javascript (Javascript)

In a Node.js project, you're likely to run into both CommonJS and ESM modules. Here's how to tell these module types apart at a glance. CommonJS CommonJS modules were part of Node.js when it was written in 2009. They run synchronously. Imports and ex...


69: Why Package Management'

https://shri5.hashnode.dev/why-package-management

Hashnode - javascript (Javascript)

Package managers are mostly required when there are dependencies in a project, so we gotta focus on understanding dependencies. Dependency in Projects A dependency can be defined as a third-party bit of software generally written by someone else to s...


70 / 164

70: 'Node.js Tutorial for Beginners'

https://richak.hashnode.dev/nodejs-tutorial-for-beginners

Hashnode - javascript (Javascript)

Hello developers! In this blog, we are going to embark on an exciting journey to learn about Node.js and its applications through practical examples. This hands-on approach will deepen our understanding and make the learning process fun and engaging....


71: Steam Next Fest : Voici quelques démos à découvrir à cette occasion

https://www.realite-virtuelle.com/steam-next-fest-demos-a-decouvrir/

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

La Steam Next Fest fait son grand retour. Il débutera le 6 février et prendra […] Cet article Steam Next Fest : Voici quelques démos à découvrir à cette occasion a été publié sur Réalité-Virtuelle.com.


72: Prototype and Prototype Chaining in Java Script

https://kapil2.hashnode.dev/prototype-and-prototype-chaining-in-java-script

Hashnode - javascript (Javascript)

Prototypes in Java Script : In JavaScript, every function and object has a property named "prototype" by default. Whenever we create an object or function JavaScript engine adds a built-in Prototype property inside the object or function. Prototypes ...


73: E-santé : Moins de levées de fonds en 2022, mais de plus gros tickets

https://www.usine-digitale.fr/article/e-sante-moins-de-levees-de-fonds-en-2022-mais-de-plus-gros-tickets.N2095211

L'usine-digitale (Informatique)

Un bilan des levées de fonds françaises dans le secteur de la santé digitale a été présenté lors de la conférence "grandes tendances de la e-santé en 2023". 39 start-ups ont levé au total 1,16 milliards d'euros en 2022. Elles étaient plus nombreuses (67) à réaliser un tour de table en 2021, mais pour 138 millions de moins. La santé n'échappe pas à la tendance globale : les investis [...]


74: Choosing and connecting a React Native backend

https://blog.logrocket.com/choosing-connecting-react-native-backend/

Log Rocket blog (Web 2)

In this article, we'll learn how to choose and connect a React Native backend and how to create our own backend service using Node.js. The post Choosing and connecting a React Native backend appeared first on LogRocket Blog.


75: What is a burndown chart and how to use it like a product manager

https://blog.logrocket.com/product-management/what-is-a-burndown-chart-how-to-use-it-like-a-product-manager/

Log Rocket blog (Web 2)

As a PM, tracking and managing work via a burndown chart is a shared responsibility with the engineering manager and scrum master of the team. The post What is a burndown chart and how to use it like a product manager appeared first on LogRocket Blog.


76: Internal linking for ecommerce: The ultimate guide

https://searchengineland.com/internal-linking-for-ecommerce-the-ultimate-guide-392354

Search engine land (Référencement)

Learn nine best practices for internally linking pages on ecommerce websites, plus examples of ecommerce SEO done well. The post Internal linking for ecommerce: The ultimate guide appeared first on Search Engine Land.


77: Jean-Christophe Ravaux (Bouygues Telecom) : "Nous éteindrons notre réseau 2G fin 2026 et la 3G fin 2029"

https://www.usine-digitale.fr/article/jean-christophe-ravaux-bouygues-telecom-nous-eteindrons-notre-reseau-2g-fin-2026-et-la-3g-fin-2029.N2095136

L'usine-digitale (Informatique)

Entretien avec le directeur Marché BtoB de Bouygues Telecom, deux ans après le début du nouveau plan stratégique de l'opérateur qui fixait des ambitions de croissance significatives sur le marché des entreprises, et notamment des PME. Cela passe par un développement des services complémentaires à la connectivité, dont le cloud.


78: L'Epita ouvre une spécialisation en informatique quantique

https://www.lemondeinformatique.fr/actualites/lire-l-epita-ouvre-une-specialisation-en-informatique-quantique-89391.html

Le monde informatique (Informatique / Internet)

Une spécialisation axée autour de l'informatique quantique vient d'être créée à l'Epita. Destinée (...)


79: Cette IA vient-elle de détecter une forme de vie extraterrestre '

https://www.lebigdata.fr/ia-signal-extraterrestre

Le Big Data (dataviz)

Une IA créée par une équipe de radioastronomes a détecté d’étranges anomalies inexplicables dans les données de radiotélescopes. Il pourrait … Cet article Cette IA vient-elle de détecter une forme de vie extraterrestre ' a été publié sur LeBigData.fr.


80 / 164

80: Exception Handling & Custom Errors

https://swapnoneel.hashnode.dev/exception-and-custom-errors

Hashnode - python (python)

Introduction Exceptions and custom errors are used in programming to handle and report errors or unexpected events in a program. The purpose of raising exceptions is to signal that a problem has occurred and to transfer control to the appropriate err...


81: Baisse de prix important pour le Quest Pro ' Oui, mais pas pour tout le monde !

https://www.realite-virtuelle.com/baisse-de-prix-important-pour-le-quest-pro-oui-mais-pas-pour-tout-le-monde/

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

Cela fait 3 mois que le casque haut de gamme Quest Pro de Meta est […] Cet article Baisse de prix important pour le Quest Pro ' Oui, mais pas pour tout le monde ! a été publié sur Réalité-Virtuelle.com.


82: Flutter's support for internationalization (i18n): An essential for global app success

https://yatendrakumar.hashnode.dev/flutters-support-for-internationalization-i18n-an-essential-for-global-app-success

Hashnode - Flutter (Flutter)

Flutter, the popular open-source mobile app development framework, is designed to help developers create engaging, high-performance apps that run on multiple platforms. One of the key features of Flutter that makes it ideal for global app success is ...


83: 6 Easy Ways to Improve Accessibility in HTML Tables

https://ideradevtools.hashnode.dev/6-easy-ways-to-improve-accessibility-in-html-tables

Hashnode - javascript (Javascript)

HTML tables are a great way of visually representing data in a tabular format. They allow users to absorb information that would otherwise be more difficult to read. For instance, users can relate the data in each cell to others by skimming through t...


84: En télétravail, les salariés travaillent plus selon les études

https://www.lemondeinformatique.fr/actualites/lire-en-teletravail-les-salaries-travaillent-plus-selon-les-etudes-89389.html

Le monde informatique (Informatique / Internet)

Lorsque les employés sont autorisés à travailler à distance, ils utilisent le plus souvent le gain de temps économisé (...)


85: Meta advertising: 5 best practices for 2023

https://searchengineland.com/meta-advertising-best-practices-392349

Search engine land (Référencement)

As Meta continues to lead the social media pack, advertisers must stay competitive on Facebook and Instagram. Here are five ways to do so. The post Meta advertising: 5 best practices for 2023 appeared first on Search Engine Land.


86: Fairphone 4 Slated to Receive Android 12 on February 1

https://www.webpronews.com/fairphone-4-slated-to-receive-android-12-on-february-1/

WebProNews SEO (Développement)

WebProNews Fairphone 4 Slated to Receive Android 12 on February 1 Fairphone 4 owners are finally getting a major update, with Android 12 coming to the device on February 1. Fairphone 4 Slated to Receive Android 12 on February 1 Staff


87: La double authentification de Facebook prise en défaut

https://www.lemondeinformatique.fr/actualites/lire-la-double-authentification-de-facebook-prise-en-defaut-89386.html

Le monde informatique (Informatique / Internet)

Percer le système d'authentification renforcé des entreprises constitue un véritable graal pour les pirates informatiques. Ce n'est (...)


88: La différence entre npm install --save-dev et --save

https://www.alsacreations.com/astuce/lire/1904-La-difference-entre-npm-install---save-dev-et---save.html

Alsacreations (Accessibilité / CSS)

Lorsqu'on utilise npm, le gestionnaire de paquets le plus courant pour Node, deux options s'offrent à nous pour installer un nouveau paquet. npm install --save installe un package (paquet) et l'ajoute à la section dependencies de votre fichier package.json. Cela signifie que le package est nécessaire pour votre application à exécuter et sera installé sur les machines des utilisateurs fina [...]


89: La différence entre npm install --save-dev et --save

https://www.alsacreations.com/astuce/lire/1904-Ladifferenceentrenpminstall--save-devet--save.html

Alsacreations (Accessibilité / CSS)

Lorsqu'on utilise npm, le gestionnaire de paquets le plus courant pour Node, deux options s'offrent à nous pour installer un nouveau paquet. npm install --save installe un package (paquet) et l'ajoute à la section dependencies de votre fichier package.json. Cela signifie que le package est nécessaire pour votre application à exécuter et sera installé sur les machines des utilisateurs fina [...]


90 / 164

90: Les données personnelles de dix millions de clients de JD Sports piratées

https://www.usine-digitale.fr/article/les-donnees-personnelles-de-dix-millions-de-clients-de-jd-sports-piratees.N2095121

L'usine-digitale (Informatique)

La chaîne britannique de vêtements de sport a rapporté le 30 janvier un "cyber incident" ayant conduit à la fuite des données personnelles de 10 millions de clients. L'entreprise recommande aux clients concernés d'être très prudents envers toute communication portant sa marque, qui pourrait relever d'une tentative de phishing.


91: Crypto-braquage : comment la Corée du Nord a volé 100 millions $ '

https://www.lebigdata.fr/crypto-braquage-hackers-nord-coreens

Le Big Data (dataviz)

Les frasques des hackers nord-coréens en matière de crypto-braquage continuent de faire couler beaucoup d'encre. Le groupe poursuit les attaques … Cet article Crypto-braquage : comment la Corée du Nord a volé 100 millions $ ' a été publié sur LeBigData.fr.


92: Latest Pixel Buds A-Series Firmware Kills Multi-Device Pairing

https://www.webpronews.com/latest-pixel-buds-a-series-firmware-kills-multi-device-pairing/

WebProNews SEO (Développement)

WebProNews Latest Pixel Buds A-Series Firmware Kills Multi-Device Pairing The latest Pixel Buds A-Series firmware has an unexpected side effect, breaking multi-device pairing. Latest Pixel Buds A-Series Firmware Kills Multi-Device Pairing Staff


93: Hisami Kurita Portfolio

https://www.awwwards.com/hisami-kurita-portfolio.html

awwwards (Internet)

Hisami Kurita is a front-end engineer working for LIG inc. Since the impression of him from both inside and outside the company was very different, we...


94: Rendering with NextJS

https://kristijan-pajtasev.hashnode.dev/rendering-with-nextjs

Hashnode - javascript (Javascript)

NextJS has been around for quite a few years already, and I loved it since I first tried it. It is an amazing framework with many good solutions, but what sold it for me was server-side rendering. This is something that React supported for a long tim...


95: Everything you have to know when using Dictionaries in Python

https://algoryst.hashnode.dev/everything-you-have-to-know-when-using-dictionaries-in-python

Hashnode - python (python)

Dictionaries are considered a keystone of Python and every programming language. Python's Standard Library is especially helpful, providing ready-to-use mapping that can be very effective when used the correct way. So in this article, we will discuss...


96: Jean-François Fallacher devient DG d'Orange France

https://www.lemondeinformatique.fr/actualites/lire-jean-francois-fallacher-devient-dg-d-orange-france-89388.html

Le monde informatique (Informatique / Internet)

Christel Heydeman, directeur général d'Orange, continue de modifier l'organigramme du groupe. Après la direction (...)


97: Fairphone lève 49 millions d'euros et croit toujours en son modèle écoresponsable

https://www.usine-digitale.fr/article/fairphone-leve-49-millions-d-euros-et-croit-toujours-en-son-modele-ecoresponsable.N2095046

L'usine-digitale (Informatique)

Le constructeur néerlandais de smartphones éthiques et durables se refinance afin de poursuivre sa mission pour une électronique plus écoresponsable. Une mission difficile, mais qu'elle tient déjà depuis dix ans.


98: How to Use Fastify to Migrate MySQL to HarperDB in an App.

https://ravinwashere.com/how-to-use-fastify-to-migrate-mysql-to-harperdb-in-an-app

Hashnode - javascript (Javascript)

Migrating data from one database to another can be a challenging task, especially when dealing with a large amount of data. In this tutorial, I will show you how to use Fastify to simplify the process and make it easier to migrate your MySQL database...


99: Face à ChatGPT, le géant chinois Baidu va lancer sa propre IA

https://www.lebigdata.fr/baidu-lance-sa-propre-ia

Le Big Data (dataviz)

Baidu, le plus grand moteur de recherche chinois, va lancer sa propre intelligence artificielle (IA) pour rivaliser avec ChatGPT. La … Cet article Face à ChatGPT, le géant chinois Baidu va lancer sa propre IA a été publié sur LeBigData.fr.


100 / 164

100: L'armateur CMA CGM lance un appel à projet de 200 millions d'euros pour décarboner son activité

https://www.usine-digitale.fr/article/l-armateur-cma-cgm-lance-un-appel-a-projet-de-200-millions-d-euros-pour-decarboner-son-activite.N2095051

L'usine-digitale (Informatique)

La compagnie maritime CMA CGM cherche des start-up proposant des solutions de décarbonation pour diminuer l'impact de son activité, très émettrice de gaz à effet de serre. Il lance pour ce faire un appel à projet doté de 200 millions d'euros.


101: How to built a simple template engine with Python and regex

https://fyi.birnadine.guru/how-to-built-a-simple-template-engine-with-python-and-regex

Hashnode - python (python)

Prologue As I mentioned previously I want to create a static content creation system. The first step is A Template Engine. Rather than building a fully featured template engine, I am planning on what is just needed, in this major iteration. I have al...


102: Pulumi vient aider codeurs et opérateurs à mieux travailler ensemble

https://www.lemondeinformatique.fr/actualites/lire-pulumi-vient-aider-codeurs-et-operateurs-a-mieux-travailler-ensemble-89377.html

Le monde informatique (Informatique / Internet)

Alors que de plus en plus d'entreprises se tournent vers le cloud computing, la compétence consistant à savoir comment approvisionner et (...)


103: Bringing Letters to Life: Coding a Kinetic SVG Typography Animation

https://tympanus.net/codrops/2023/01/31/bringing-letters-to-life-coding-a-kinetic-svg-typography-animation/

Codrops (Design / Internet)

In this tutorial, you'll learn how to recreate a captivating motion type effect using SVG and GreenSock.


104: Instagram lance les Notes en France : comment ça marche

https://www.blogdumoderateur.com/instagram-notes-lancement-france/

Blog du Moderateur ()

Les Notes Instagram : un format pour partager ses pensées en moins de 60 caractères !


105: Stripper earnings tracked over four years

https://flowingdata.com/2023/01/31/stripper-earnings-tracked-over-four-years/

Flowing data (dataviz)

Reddit user nerdydancing tracked her earnings on each shift for four years. If…Tags: income, stripper


106: Building Your First HTML Calculator: A Step-by-Step Guide to Mastering Javascript Fundamentals.

https://thetechshoemaker.hashnode.dev/building-your-first-html-calculator-javascript-fundamentals

Hashnode - javascript (Javascript)

Table of contents Introduction Explanation of the project What you will learn Setting up your development environment Understanding JavaScript Fundamentals Variable and data types Control flow and loops Building the Calculator Interface HTML and...


107: Simplifying "this" in JavaScript

https://blog.shams-nahid.com/simplifying-this-in-javascript

Hashnode - javascript (Javascript)

Overview The this keyword can be one of the most confusing concepts in JavaScript. We will explain this this in layman's terms with enough examples. this is the object the function is a property of One liner, obj.someFunc(this); Here, this is in t...


108: 10 actus tech qu'il ne fallait pas manquer en janvier

https://www.blogdumoderateur.com/10-actus-tech-janvier-2023/

Blog du Moderateur ()

Au programme : les dernières actus sur ChatGPT, les nouveautés Apple les plus attendues, l'arrivée de la carte vitale numérique en 2023...


109: Pourquoi la branche Data Center d'Intel est en pleine crise '

https://www.lebigdata.fr/data-center-intel-en-pleine-crise

Le Big Data (dataviz)

Avec l’apparition de nouvelles technologies et la montée en puissance de la concurrence, le département Data Center d’Intel est aujourd’hui … Cet article Pourquoi la branche Data Center d'Intel est en pleine crise ' a été publié sur LeBigData.fr.


110 / 164

110: JavaScript 101: Understanding Destructuring

https://mzaza.hashnode.dev/javascript-101-understanding-destructuring

Hashnode - javascript (Javascript)

One of the most useful features of JavaScript is destructuring. Destructuring allows you to easily extract values from arrays or objects and assign them to variables. In this blog post, we will be exploring the basics of destructuring and how it can ...


111: Baromètre social media 2023 : analyses, conseils et benchmarks

https://www.blogdumoderateur.com/barometre-social-media-2023-brandwatch/

Blog du Moderateur ()

Comme chaque année, Brandwatch propose une nouvelle édition de son incontournable baromètre social média.


112: Webhooks Explained

https://five.hashnode.dev/webhooks-explained

Hashnode - javascript (Javascript)

Webhooks are a great way for systems to communicate with each other. Since their emergence in 2007, webhooks have become an incredibly popular software architecture approach that is used by some of the world's most commonly used software solutions, s...


113: 100DaysOfCode Day1

https://theinformer.hashnode.dev/100-days-of-code-day-1

Hashnode - Kotlin (Mobiles)

GOOGLE LEMONADE APP Today I commence this challenge with a simple project by google TRAINING /ANDROID BASICS IN KOTLIN / KOTLIN BASICS The finished Lemonade app consists of a single screen. When users first launch the app, they're greeted with a prom...


114: Building Portfolio Website Using HTML CSS & JavaScript Day106

https://dheerajy1.hashnode.dev/building-portfolio-website-using-html-css-javascript-day106

Hashnode - javascript (Javascript)

Today #Day106 of #365DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Services HTML define a section section.services.section#services, with heading title and subtitle,


115: Des résultats records pour la fin d'année 2022 chez Visiativ

https://www.lemondeinformatique.fr/actualites/lire-des-resultats-records-pour-la-fin-d-annee-2022-chez-visiativ-89380.html

Le monde informatique (Informatique / Internet)

Le quatrième 2022 a été l'occasion pour Visiativ de passer pour la première fois la barre des 100 M' de chiffre d'affaires (...)


116: How B2B Sales Help Us Understand Our Role As UX Designers Better

https://smashingmagazine.com/2023/01/b2b-sales-understand-role-ux-designers-better/

Smashing magazine (Web 2 / CSS)

Throughout a customer journey (particularly in B2B), there will be interactions that are primarily between two people rather than a human and an interface. In this article, Paul Boag explains why you cannot improve the user experience without considering the entirety of the UX journey.


117: Moonly weekly progress update 34

https://moonly.hashnode.dev/moonly-weekly-progress-update-34

Hashnode - javascript (Javascript)

Hello everyone, how was your weekend'We are still in the testing phase, doing some minor adjustments and removing some bugs! Be patient friends, good days are coming! Weekly devs progress: Merge and deploy frontend updates Tested and fixed the issu...


118: Important Social Media Metrics That Matter the Most

https://www.noupe.com/business-online/important-social-media-metrics.html

Noupe (conception)

Social media marketing is a popular marketing strategy used by brands to achieve their business goals. But your job doesn't end after you publish your social media posts or launch your social media campaign. You still need to track it to see if your efforts are reaping the results you expect. This is where social... The post Important Social Media Metrics That Matter the Most appeared [...]


119: Baromètre Cesin : la cyber-résilience des entreprises s'améliore

https://www.lemondeinformatique.fr/actualites/lire-barometre-cesin-la-cyber-resilience-des-entreprises-s-ameliore-89372.html

Le monde informatique (Informatique / Internet)

Après l'Anssi et le Clusif, c'est maintenant au tour du Cesin de faire un point sur l'année écoulée en termes d'attaques informatiques. (...)


120 / 164

120: NPS : définition, méthode de calcul et avantages du Net Promoter Score

https://www.blogdumoderateur.com/nps-definition-calcul-avantages/

Blog du Moderateur ()

Récoltez les avis de vos clients et découvrez leur score de satisfaction et de fidélité en utilisant l'indicateur Net Promoter Score.


121: Node js for beginners

https://anurag24.hashnode.dev/node-js-for-beginners

Hashnode - javascript (Javascript)

As this is a beginner's friendly blog, But there are some prerequisites for node js that a user should know Before he starts to learn Node js. Prerequisites for Node js are as follows:- To get the most out of it a user should know basic JavaScript a...


122: Avec Box Content Cloud, BETC gère ses contenus

https://www.lemondeinformatique.fr/actualites/lire-avec-box-content-cloud-betc-gere-ses-contenus-89384.html

Le monde informatique (Informatique / Internet)

BETC est une agence de publicité et de communication française d'envergure internationale, rattachée au groupe Havas et plusieurs (...)


123: Cloud public : les américains survolent un marché de 544 Md$

https://www.lemondeinformatique.fr/actualites/lire-cloud-public-les-americains-survolent-un-marche-de-544-md%24-89383.html

Le monde informatique (Informatique / Internet)

Selon le cabinet d'études Synergy Research, qui suit l'évolution de ce marché depuis ses origines, les opérateurs de services (...)


124: Avec Apstra 4.1.2, Juniper apporte toujours plus d'automatisation

https://www.lemondeinformatique.fr/actualites/lire-avec-apstra-412-juniper-apporte-toujours-plus-d-automatisation-89379.html

Le monde informatique (Informatique / Internet)

Cette dernière version de la plateforme d'automatisation du datacenter IBN (Intent-based networking) Apstra de Juniper Networks apporte des (...)


125: ChatGPT et Dall-E sont-ils dans leur bon droit '

https://www.lemondeinformatique.fr/actualites/lire-chatgpt-et-dall-e-sont-ils-dans-leur-bon-droit-89362.html

Le monde informatique (Informatique / Internet)

Les transformers IA comme ChatGPT et Dall-E génèrent des textes et des images en s'appuyant sur des algorithmes de machine learning, (...)


126: reactjs(useState Hook)

https://shivrajdeopa.hashnode.dev/reactjsusestate-hook

Hashnode - javascript (Javascript)

The useState Hook returns the state value and the setter function that will allow us to modify the state value returned. Below is the syntax for useState Hook: const [state, setState] = useState(initialState); // this is a Javascript destructuring ha...


127: How to Use Double and Triple Equals

https://annmwas1998.hashnode.dev/how-to-use-double-and-triple-equals

Hashnode - javascript (Javascript)

Introduction Equality in JavaScript can be a difficult concept to navigate more so, if you are a beginner. You may have come across cases where === is used and where == is used instead. Does it matter which one you use' What is the difference' In thi...


128: The 10 design commandments selon OpenAI

https://blog.octo.com/the-10-design-commandments-selon-openai/

Octo (Internet)

Depuis que j'ai fait la bascule de l'UI vers le Product design, j'ai toujours eu envie d'écrire un article sur les 10 commandements du product designer : un condensé des règles de bases de ce métier que j'ai pu appliquer sur mes différents projets. Evidemment, je n'ai jamais pu finir les différentes ébauches de cet […] L'article The 10 design commandments selon OpenAI est apparu en pr [...]


129: Le guide de la maintenance sur WordPress

https://wpmarmite.com/maintenance-wordpress/

WP Marmite (wordpress)

Avez-vous envie de subir un piratage ' Avez-vous envie d'avoir un site lent comme une tortue ' Avez-vous envie de ne pas être en mesure de restaurer votre site ' Si vous répondez « oui », vous êtes du genre... Le guide de la maintenance sur WordPress est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


130 / 164

130: How to Recruit the Next Generation of Women Sales Leaders

https://www.noupe.com/business-online/recruit-the-next-generation-of-women-sales-leaders.html

Noupe (conception)

It’s no secret that women are in the minority when it comes to the sales industry. As the industry continues to evolve and customers become more diverse, having a range of voices in leadership can make the difference between success and failure. With more than 58% of salespeople being male, it’s more important than ever... The post How to Recruit the Next Generation of Wome [...]


131: Day 25 - Sets

https://viveky.hashnode.dev/day-25-sets

Hashnode - python (python)

Python Sets Sets are unordered collection of data items. They store multiple items in a single variable. Set items are separated by commas and enclosed within curly brackets {}. Sets are unchangeable, meaning you cannot change items of the set once c...


132: Les 1 922 critères de pertinence du moteur Yandex dévoilés

https://www.abondance.com/20230131-51244-les-1992-criteres-de-pertinence-du-moteur-yandex-devoiles.html

Abondance (Référencement)

Une fuite de données émanant d'un ancien employé a dernièrement révélé près de 2 000 critères de pertinence qui serait utilisés par le moteur de recherche russe Yandex. Mais ces informations peuvent-elles vraiment nous aider dans notre quotidien de référenceur '... L'affaire agite le landerneau du SEO mondial depuis quelques jours : en effet, un […] L'article "Les 1 922 critères [...]


133: Understanding Objects and Functions in JavaScript

https://siddhantxh.hashnode.dev/understanding-objects-and-functions-in-javascript

Hashnode - javascript (Javascript)

Hello Reader, Welcome to the latest installment of my web development series! In this post, we'll be diving deep into some fundamental concepts that form the backbone of JavaScript programming language. We'll cover objects, methods, the "this" keywor...


134: DOM and its manipulation in Javascript

https://shri5.hashnode.dev/dom-manipulation-javascript

Hashnode - javascript (Javascript)

A web page's structure, content, and style may all be modified and changed using JavaScript thanks to the Document Object Model (DOM), which is a hierarchical representation of a web page. The Document Object (DOM) is a tree-like structure that repre...


135: Flutter Tips and Tricks: Essential Techniques for Every Developer

https://codeblogs.live/flutter-tips-and-tricks-essential-techniques-for-every-developer

Hashnode - Flutter (Flutter)

Flutter is a popular mobile development framework created by Google that allows developers to build natively compiled apps for mobile, web, and desktop from a single codebase. As the demand for Flutter developers increases, it's essential for develop...


136: Reduce flutter app size

https://codeblogs.live/reduce-flutter-app-size

Hashnode - Flutter (Flutter)

Introduction Flutter is a new mobile app development framework from Google. It's intended to make it easier for developers to build beautiful, high-performance apps for Android and iOS. In this tutorial we'll learn how to reduce our flutter app size ...


137: Which Abilities Are Expected to Turn into a Python Master'

https://aarambh.hashnode.dev/which-abilities-are-expected-to-turn-into-a-python-master

Hashnode - python (python)

Turning into a python master might appear to be blocked off. Nonetheless, it is an educational experience that requires knowing high level ideas and fostering a range of abilities. Here are the top abilities you really want to get to turn into a frui...


138: Flutter vs React Native ' What to choose in 2023'

https://codeblogs.live/flutter-vs-react-native-what-to-choose-in-2023

Hashnode - Flutter (Flutter)

Flutter and React Native are two popular mobile app development frameworks that have gained a lot of popularity in recent years. Both frameworks have their own set of pros and cons, and choosing the right one for your project can be a tough decision....


139: callbackFlow - Callback to Flow API in Kotlin

https://amitshekhar.hashnode.dev/callbackflow-callback-to-flow-api-in-kotlin

Hashnode - Kotlin (Mobiles)

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer...


140 / 164

140: Chrome Extensions of the Month - January 2023

https://hashnode.j471n.in/chrome-extensions-of-the-month-january-2023

Hashnode - javascript (Javascript)

In this article, I will suggest to you some of the best extensions you need to install for better productivity that can come in very handy. So without further due, let's get into it. ChatGPT for Google ChatGPT for Google displays ChatGPT response alo...


141: Level up by using the Emmet

https://sahilbuild.hashnode.dev/level-up-by-using-the-emmet

Hashnode - javascript (Javascript)

In this Blog, You are going to learn Some tricks to write multiple lines of code in some words with the help of the Emmet plugin. So, let's start with the very basics and dive deep into it. Parent-Child By the name you can guess that one is a parent...


142: This day in search marketing history: January 31

https://searchengineland.com/search-marketing-history-january-31-392437

Search engine land (Référencement)

Google releases URL Inspection Tool API, plus: AdWords IF functions, Page Speed Update confusion, local paid inclusion and more. The post This day in search marketing history: January 31 appeared first on Search Engine Land.


143: Awesome AI tools to assist you in coding

https://surajondev.hashnode.dev/awesome-ai-tools-to-assist-you-in-coding

Hashnode - javascript (Javascript)

Introduction With the rise in AI, there have been various tools that can help you in doing a variety of tasks. Writing code is a skill in which AI can also help you directly or indirectly. Today, I am going to list down some of the AI tools that can ...


144: Generate Ethereum Address from Private Key Python

https://rareskills.hashnode.dev/generate-ethereum-address-from-private-key-python

Hashnode - python (python)

Generate Ethereum Address from Public Key An ethereum address is the last 20 bytes of the keccack256 of the public key. The public key algorithm is secp256k1, the same used in bitcoin. Because it is an elliptic curve algorithm, the public key is an (...


145: 9 Must-Know Rules for Writing Clean Code

https://saurabhdashora.hashnode.dev/9-must-know-rules-for-writing-clean-code

Hashnode - javascript (Javascript)

Are you tired of staring at a mess of code that even your cat wouldn't touch' Look no further. In this post, I will tell you 9 rules to turn your spaghetti code into a work of art. So grab a cup of coffee, sit back and take charge of your code! Rule#...


146: Flutter: A Revolutionary Framework for Building Stunning Mobile Apps

https://zaidrazanarsinh.hashnode.dev/flutter-a-revolutionary-framework-for-building-stunning-mobile-apps

Hashnode - Flutter (Flutter)

Flutter is a revolutionary mobile app development framework that has taken the development community by storm. Created by Google, it is a free and open-source framework that allows developers to create beautiful and responsive mobile apps for both An...


147: AI tools to increase the productivity of web developers

https://scofield.hashnode.dev/ai-tools-to-increase-the-productivity-of-web-developers

Hashnode - javascript (Javascript)

Recently, developers have been looking for ways to boost their speed and effectiveness to produce high-quality projects. Various AI-powered applications assist in getting more out of their daily activities, allowing developers to work more efficient...


148: Deploying Front End Apps: Netlify vs. Surge

https://openreplay.hashnode.dev/deploying-front-end-apps-netlify-vs-surge

Hashnode - javascript (Javascript)

Managing your server is exciting but time-consuming, stressful, and quite expensive. With several free static hosting web services available at your fingertip, self-hosting has never been easier. What is JAMstack static self-hosting' JAMstack sites a...


149: Build a pet finder website with me. Part 1 - Architecture and layout

https://jcintrondev.hashnode.dev/build-a-pet-finder-website-with-me-part-1-architecture-and-layout

Hashnode - javascript (Javascript)

Welcome to my blog and most importantly, to my brain! I say that because today (and many days going forward) I'm going to take you through my process of completing an application to allow users to find pets for adoption near them, step by step - from...


150 / 164

150: 30-60 Days In A New Leadership Role: Run Experiments For Change

https://larahogan.me/blog/first-60-days-new-role/

pointer.io (Développement)

"We're intentionally limiting this process to two experiments because tons of change at once will be scary and confusing for folks. We're also going to limit the experiment timeline to 2-3 weeks; the goal is to be able to gather data at the end of your first 60 days in your new leadership role." After crafting experiments, develop your communication plan, implement your experiments and prepare to [...]


151: Carbonyl

https://github.com/fathyb/carbonyl

pointer.io (Développement)

Chromium running inside your terminal.


152: What We Look For In A Resume

https://huyenchip.com/2023/01/24/what-we-look-for-in-a-candidate.html

pointer.io (Développement)

Specific to software engineering resumes, Chip looks for: (1) Demonstrated expertise, not keywords. (2) People who get things done i.e initiative and persistence. (3) Unique perspectives. (4) Impact, not meaningless metrics. Chips discusses each, sharing examples of how they show on a resume.


153: Diagram Layout Engines: Minimizing Hierarchical Edge Crossings

https://www.terrastruct.com/blog/post/diagram-layout-engines-crossing-minimization/

pointer.io (Développement)

TALA is a new layout engine designed specifically for software architecture. At its core, it combines many different graph visualization algorithms to produce aesthetic diagrams. This article is a part of a series where we dive into the inner workings of TALA. Today's topic is on minimizing edge crossings in hierarchical layouts.


154: How We Found Our Ideal Customer Profile

https://posthog.com/blog/creating-ideal-customer-profile

pointer.io (Développement)

"Creating an Ideal Customer Profile is one of the most important things we've ever done." James shows how this is reflected in the companies revenue. It enabled the company to make important decisions - they were better placed to describe what the company does, what the site looks and feels like, pricing model, and more. James also describes how the company approached creating this profile.


155: ImaginAIry

https://github.com/brycedrennan/imaginAIry

pointer.io (Développement)

Pythonic generation of stable diffusion images.


156: Contracts You Should Never Sign

https://vadimkravcenko.com/shorts/contracts-you-should-never-sign/

pointer.io (Développement)

These include: (1) Any form of a non-compete clause in employee contracts. (2) Confidentiality agreements. (3) Exclusive distribution agreements. (4) A project-based agreement without a clear definition of scope and definition of done. Vadim also discusses clauses to avoid.


157: A Charming Algorithm for Count-Distinct

https://justinjaffray.com/a-charming-algorithm-for-count-distinct/

pointer.io (Développement)

"The count-distinct problem is to estimate the number of distinct elements appearing in a stream. That is, given some enumeration of 'objects,' which you can think of as any data type you like, we want to know approximately how many unique objects there are."


158: Accelerating Our A/B Experiments With Machine Learning

https://dropbox.tech/machine-learning/accelerating-our-a-b-experiments-with-machine-learning-xr

pointer.io (Développement)

"Dropbox runs experiments that compare two product versions ' A and B ' against each other to understand what works best for our users. When a company generates revenue from selling advertisements, analyzing these A/B experiments can be done promptly; did a user click on an ad or not' However, at Dropbox we sell subscriptions, which makes analysis more complex. What is the best way to analyze A/B [...]


159: Hacking Tool

https://github.com/Z4nzu/hackingtool

pointer.io (Développement)

All in one hacking tool for hackers.


160 / 164

160: Ordering Numbers, How Hard Can It Be'

https://orlp.net/blog/ordering-numbers/

pointer.io (Développement)

"From challenging a variety of people to write a correct implementation of is_less_eq, no one gets it right on their first try. And that's after already explicitly being told that the challenge is to do it correctly for all inputs. I quote the Python standard library: 'comparison is pretty much a nightmare.'"


161: LocalSend

https://github.com/localsend/localsend

pointer.io (Développement)

An open source cross-platform alternative to AirDrop.


162: My first blog

https://isaiahsanchez.hashnode.dev/my-first-blog

Hashnode - javascript (Javascript)

Hello World, Lol JK! This is really the first long-form thing I have written on the internet. I want to first start off with explaining what I plan to do with my blog account. My current plan is to use this account to document my daily life of what I...




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