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

« Décembre 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


Lundi 19 Décembre 2022 (138)

1: How To Troubleshoot Common Nginx Errors

https://www.digitalocean.com/community/tutorials/how-to-troubleshoot-common-nginx-errors

Digital Ocean Tutorials (Internet)

### Introduction There are several methods you can use to troubleshoot Nginx errors. Keep in mind that these methods of troubleshooting are meant as a starting point, and further investigation is often required to diagnose the root cause of an issue. As you go through this tutorial, the errors themselves will provide key information leading you to a solution. This tutorial will review the follow [...]


2: Weekend Reading ' ' Friend of John

https://labnotes.org/weekend-reading-friend-of-john/

Lab notes (Développement)

This week we discover the legendary software entrepreneur J.Mastodon, punch holes in cards, choose a new timezone, and worry about dark chocolate.


3: MEAN, MERN, MEVN: What is the difference'

https://habibawael.hashnode.dev/mean-mern-mevn-what-is-the-difference

Hashnode - javascript (Javascript)

Full-stack development is essential in the world of web development. In today's world, the demand for a full-stack developer is increasing. Several full-stack development frameworks exist, including the MEAN, MERN, and MEVN stacks. Now let us underst...


4: How to Install Mastodon with DigitalOcean Marketplace 1-Click

https://www.digitalocean.com/community/tutorials/how-to-install-mastodon-with-digitalocean-marketplace-1-click

Digital Ocean Tutorials (Internet)

### Introduction [Mastodon](https://joinmastodon.org/) is free and open-source software that provides instant global communication. It uses a decentralized model referred to as a *federation* by its creators. Each Mastodon server is completely independent while communicating with other servers to form a social network. It can be deployed by anyone on any server, with each server being its own *in [...]


5: How To Install Mastodon on Ubuntu 20.04

https://www.digitalocean.com/community/tutorials/how-to-install-mastodon-on-ubuntu-20-04

Digital Ocean Tutorials (Internet)

### Introduction [Mastodon](https://joinmastodon.org/) is a microblogging social networking application that uses a decentralized model, also called a *federation*. Mastodon is open-source and can be deployed by anyone on any server, with each server being its own *instance*. Each instance can have its own policies and moderation. Within the federation of all Mastodon servers, each Mastodon insta [...]


6: JavaScript Object - Lecture -11th

https://01nakulgoel.hashnode.dev/javascript-object-lecture-11th

Hashnode - javascript (Javascript)

Congratulation guys for making it this far in our journey to become a full-stack web developer. Today's topic is Objects in JS. Before understanding the objects let's deep dive into the limitation of the array:- let's understand it by an example: Ra...


7: How To Use PostgreSQL with your Django Application on Ubuntu 22.04

https://www.digitalocean.com/community/tutorials/how-to-use-postgresql-with-your-django-application-on-ubuntu-22-04

Digital Ocean Tutorials (Internet)

### Introduction Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, a more traditional database management system can improve performance in production. In this guide, you'll install and configure PostgreSQL (often referred to as Pos [...]


8: Interested in a Career in Global Trade'

https://www.visualcapitalist.com/sp/interested-in-a-career-in-global-trade/

Visual Capitalist (dataviz)

Global trade is growing across regions and countries which is creating an explosion in new jobs and education opportunities. The post Interested in a Career in Global Trade' appeared first on Visual Capitalist.


9: Embedded Devlog

https://ddxbugs.hashnode.dev/embedded-devlog

Hashnode - python (python)

December CMake Official Documentation Espressif Official Technical Documentation ESP-IDF Repos FreeRTOS ESP32 Mobile IoT Applications Blynk.io


10 / 138

10: How to remember falsy values in JavaScript'

https://anuj1729blog.hashnode.dev/how-to-remember-falsy-values-in-javascript

Hashnode - javascript (Javascript)

I was recently introduced to this book called I don't know Javascript by Kylie Simpson, where I am reading You Don't Know JS: Up & Going, the second chapter Of Javascript and I read about truthy and falsy values. So what are truthy and falsy values' ...


11: Regular expressions in Javascript - An introduction

https://synack.hashnode.dev/regular-expressions-in-javascript-an-introduction

Hashnode - javascript (Javascript)

What are regular expressions' Regular expressions, or regex for short, are a pattern matching language that can be used to perform complex searches and replacements in text. They can be used in various programming languages, including JavaScript, to ...


12: Javascript console command explained

https://synack.hashnode.dev/javascript-console-command-explained

Hashnode - javascript (Javascript)

The JavaScript console is a powerful tool that allows developers to interact with a web page's code and debug issues in real-time. It can be accessed through a browser's developer tools or by using the console.log() function in a JavaScript file. In ...


13: ' The CSS Box Model '

https://arpitcode.hashnode.dev/the-css-box-model

Hashnode - javascript (Javascript)

The Box Model is a fundamental concept that outlines how the dimensions of an element are calculated '. It includes a set of properties that define the element's content, padding, border, and margin. These properties work together to determine the s...


14: Creating a JavaScript Color Picker

https://synack.hashnode.dev/creating-a-javascript-color-picker

Hashnode - javascript (Javascript)

A color picker is a user interface element that allows the user to select a color from a range of colors. In this tutorial, we will learn how to create a simple color picker using JavaScript. HTML Markup To create a color picker, we will use an HTML ...


15: An Introduction to Javascript and Its Popular Uses

https://sense.hashnode.dev/an-introduction-to-javascript-and-its-popular-uses

Hashnode - javascript (Javascript)

What Is Javascript' JavaScript is a scripting language used to create and control dynamic website content. It is a powerful scripting language used to make webpages interactive and provide online programs, including video games. It is also used in se...


16: Arrow functions in Javascript explained

https://synack.hashnode.dev/arrow-functions-in-javascript-explained

Hashnode - javascript (Javascript)

Arrow functions, also known as "fat arrow" functions, are a more concise syntax for writing function expressions in JavaScript. They were introduced in ECMAScript 6, and have become a popular feature of the language. Here is a simple example of an ar...


17: Full Stack development Course with 0 Up front fees by Diggaj coder

https://diggajcoder.hashnode.dev/full-stack-development-course-with-0-up-front-fees-by-diggaj-coder

Hashnode - javascript (Javascript)

Diggajcoder is ed-tech start-up coming up with unique concept which will help students and professional to improve skills and get job. its very easy Sign-process as follow => http://diggajcoder.com/ Just connect on live chat and book 1 to 1 Intervie...


18: Mastering Data Structures and Algorithms: A Beginner's Guide

https://powerprogrammer.hashnode.dev/mastering-data-structures-and-algorithms-a-beginners-guide

Hashnode - javascript (Javascript)

Are you looking to learn about data structures and algorithms, but not sure where to start' Here are 5 Steps to Get Started with Data Structures and Algorithms Before we jump into this, you should choose and learn a programming language.YOu can choos...


19: Introduction to JavaScript

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

Hashnode - javascript (Javascript)

Fundamentals of JavaScript: Part 1'' JavaScript is a programming language that adds interactivity to your website. It is a high-level, object-oriented, multi-paradigm programming language. The web is made up of three components : HTML: Which defin...


20 / 138

20: How to draw BILBOTARRA

https://feeds.feedblitz.com/~/722532258/0/tanglepatterns~How-to-draw-BILBOTARRA.html

TanglePatterns (Zentangle)

Online instructions for drawing Itxaso Ruiz's Zentangle® pattern: Bilbotarra. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


21: Understanding inheritance in React Native

https://blog.logrocket.com/understanding-inheritance-react-native/

Log Rocket blog (Web 2)

Inheritance is a great OOP concept to reuse code while maintaining its integrity. However, due to the structure of React Native components, inheritance is not the best option for React Native. The post Understanding inheritance in React Native appeared first on LogRocket Blog.


22: Building for Success: How to Visualize WhatsApp Account Metrics

https://developers.facebook.com/blog/post/2022/12/19/visualize-whatsapp-metrics/

Facebook dev. (PHP)

WhatsApp's Business Management API gives you access to metrics and analytics about your WhatsApp Business Account (WABA). You can get two types of data about your account


24: La fusion-acquisition de MariaDB par Angel Pond terminée

https://www.lemondeinformatique.fr/actualites/lire-la-fusion-acquisition-de-mariadb-par-angel-pond-terminee-88954.html

Le monde informatique (Internet / Informatique)

Les processus d'introduction en bourse peuvent souvent être de véritables parcours du combattant pour les entreprises. Certains groupes, comme (...)


25: A dive into Javascript.

https://oluwatrillions.hashnode.dev/a-dive-into-javascript

Hashnode - javascript (Javascript)

If you made it to this blogpost, it means you are willing to learn a thing or two about JavaScript. Take the ride with me. JavaScript is a web-based programming language used by developers to create client-side(operations that take place on the user'...


26: WordPress Playground: Running WordPress in the Browser

https://css-tricks.com/wordpress-playground-run-in-browser/

css-tricks (CSS)

Being able to quickly spin up a WordPress instance has been the strength of WordPress ever since its famous “five-minute install”. Upload a few files, configure a few settings, and you’re off. The friction of uploading files has gotten … WordPress Playground: Running WordPress in the Browser originally published on CSS-Tricks, which is part of the DigitalOcean family. You [...]


27: How to Effectively Skill Up and Stay Relevant as a Developer

https://whiz-code.hashnode.dev/how-to-effectively-skill-up-and-stay-relevant-as-a-developer

Hashnode - javascript (Javascript)

With the fast-paced nature of the tech industry, it can be challenging to keep up. As developers, it's very important to continuously learn and stay up-to-date with the latest technologies and best practices in order to remain competitive in the job ...


28: CES 2023 : Skyted présente un masque qui rend les appels téléphoniques confidentiels

https://www.usine-digitale.fr/article/ces-2023-skyted-presente-un-masque-qui-rend-les-appels-telephoniques-confidentiels.N2079256

L'usine-digitale (Informatique)

La start-up toulousaine Skyted présentera au CES de Las Vegas deux premiers démonstrateurs d'un nouveau concept de masque muni d'un absorbeur de son pour passer des appels silencieux et sécurisés en public. La commercialisation attendue pour fin 2023.


29: Head Start With Astro by Doing

https://www.danywalls.com/head-start-with-astro-by-doing

Hashnode - javascript (Javascript)

For a few years, web projects have been taking more and more responsibility, which means more and more JavaScript. Nowadays, the top SPA Frameworks, React, Vue, or Angular, have great developer experience and allow us to build complex applications bu...


30 / 138

30: Bilan de mes prédictions 2022

https://fredcavazza.net/2022/12/19/bilan-de-mes-predictions-2022/

Cavazza, Fred (Internet / Web 2)

La fin d’année est proche et le cycle des bilans / prédictions se répète. 2022 a été une année particulièrement chargée en évènements majeurs : guerre en Ukraine, catastrophes climatiques, crise énergétique… Mais cette année a également été chargée pour l’économie numérique avec des répercussions qui vont bien au-delà du web. Pour vous la faire … Lire [...]


31: IBM France va licencier 5 % de ses effectifs

https://www.lemondeinformatique.fr/actualites/lire-ibm-france-va-licencier-5-de-ses-effectifs-88951.html

Le monde informatique (Internet / Informatique)

Coup de massue pour les équipes France d'IBM. Ce 14 décembre, l'ordre du jour du CSE Central était le suivant : « Information (...)


32: 5 Different Ways to Handle CSS in React

https://nitinfab.hashnode.dev/5-different-ways-to-handle-css-in-react

Hashnode - javascript (Javascript)

The three main components of web development-HTML, CSS, and JavaScript-are the fundamental building blocks of web apps. The first is utilized for adding content, the second for styling, and the third for logic. Initially, it was simple enough to inte...


33: Ethical Concerns Surrounding Image Generative AI

https://nuelgeek.hashnode.dev/ethical-concerns-surrounding-image-generative-ai

Hashnode - python (python)

Artificial intelligence (AI) has made significant progress in recent years in generating synthetic images that are highly realistic. While image generation AI has the potential to revolutionize fields such as art, design, and entertainment, it also r...


34: Is Html an Programming language'

https://highenddeveloper.hashnode.dev/is-html-an-programming-language

Hashnode - javascript (Javascript)

First of all hands off to those who think HTML is a programming language. My reaction will be like this: Ok so now jokes apart, HTML (HyperText Markup Language) is a markup language, not a programming language. HTML is used to structure and format t...


35: ' Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 1

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

Hashnode - Flutter (Flutter)

' Introduction This tutorial will create a full-stack to-do application using Dart and Flutter in a monorepo setup. A monorepo is a version control repository containing multiple projects with common code. This allows for easier management and col...


36: Comment l'IA prédit le vainqueur de la Coupe du Monde (4 fois de suite)

https://www.lebigdata.fr/ia-vainqueur-coupe-monde

Le Big Data (dataviz)

En simulant les matchs sur son jeu FIFA, EA Sports est parvenu à prédire le vainqueur du la Coupe du … Cet article Comment l’IA prédit le vainqueur de la Coupe du Monde (4 fois de suite) a été publié sur LeBigData.fr.


37: Comment vont évoluer les salaires de la tech en 2023 '

https://www.blogdumoderateur.com/comment-vont-evoluer-salaires-tech-2023/

Blog du Moderateur ()

Découvrez la grille des salaires des profils IT et digital en France et les métiers les plus recherchés par les recruteurs.


38: Using story points for velocity estimation: Does this really work'

https://blog.logrocket.com/product-management/story-points-velocity-estimation-does-this-really-work/

Log Rocket blog (Web 2)

Product teams and leaders must recognize both the benefits and challenges that come with relying on story points for team velocity estimation. The post Using story points for velocity estimation: Does this really work' appeared first on LogRocket Blog.


39: Using CodeGeeX as a GitHub Copilot alternative

https://blog.logrocket.com/using-codegeex-github-copilot-alternative/

Log Rocket blog (Web 2)

Learn about the free, open source alternative to Copilot, CodeGeeX, and its code generation, code translation, and code extension tools. The post Using CodeGeeX as a GitHub Copilot alternative appeared first on LogRocket Blog.


40 / 138

40: JavaScript Fundamentals: Conditionals

https://astrodevil.hashnode.dev/javascript-fundamentals-conditionals

Hashnode - javascript (Javascript)

Today is the 5th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours to...


41: Quest Pro, Quest 3, AR, concurrence, défis technologiques' Entretien avec Andrew Bosworth, CTO de Meta

https://www.usine-digitale.fr/article/quest-pro-quest-3-ar-concurrence-defis-technologiques-entretien-avec-andrew-bosworth-cto-de-meta.N2079161

L'usine-digitale (Informatique)

Andrew "Boz" Bosworth, Head of Reality Labs au sein de Meta et désormais Chief Technology Officer de l'entreprise, revient pour L'Usine Digitale sur l'année écoulée, le lancement du Quest Pro, les défis que réserve 2023 et les nombreux projets en cours pour faire se concrétiser la vision de ces "prochaines grandes plateformes informatiques" que sont la réalité virtuelle et la réalité au [...]


42: Quest Pro, métavers, casques next gen, concurrence' Entretien avec Andrew Bosworth, CTO de Meta

https://www.usine-digitale.fr/article/quest-pro-metavers-casques-next-gen-concurrence-entretien-avec-andrew-bosworth-cto-de-meta.N2079161

L'usine-digitale (Informatique)

Andrew "Boz" Bosworth, Head of Reality Labs au sein de Meta et désormais Chief Technology Officer de l'entreprise, revient pour L'Usine Digitale sur l'année écoulée, le lancement du Quest Pro, les défis que réserve 2023 et les nombreux projets en cours pour faire se concrétiser la vision de ces "prochaines grandes plateformes informatiques" que sont la réalité virtuelle et la réalité au [...]


43: Dev Retro 2022: A Look Back on My Journey as a Beginner Developer

https://amirahnasihah.hashnode.dev/dev-retro-2022-a-look-back-on-my-journey-as-a-beginner-developer

Hashnode - javascript (Javascript)

I made the bold move to switch career paths from accounting to coding during the pandemic. Now, a year later, I'm working at a tech company and have made some amazing friends. While I've faced a lot of pressure and seen my friends go on to achieve pr...


44: 5 Best Newsletter Platforms for Startups in 2023

https://www.webdesignerdepot.com/2022/12/5-best-newsletter-platforms-for-startups-in-2023/

Webdesigner depot (Design)

If you don't keep in touch with your customer base, it can become easy for them to drift away. Newsletters are an affordable and effective way to check in with your audience. However, you will need to craft well-designed newsletters to have the desired impact. Your newsletters should include engaging content, including images and written […] The post 5 Best Newsletter Platforms for Startups [...]


45: John Carmack quitte Meta et laisse une note critiquant l'entreprise

https://www.realite-virtuelle.com/john-carmack-quitte-meta/

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

John Carmack, un titan de l’industrie technologique connu pour son travail sur la réalité virtuelle, […] Cet article John Carmack quitte Meta et laisse une note critiquant l'entreprise a été publié sur Réalité-Virtuelle.com.


46: Pico G2 4K : test du casque VR autonome pour entreprise au CES 2019

https://www.realite-virtuelle.com/pico-g2-4k-test/

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

Le Pico G2 4K est le nouveau casque VR autonome du constructeur chinois Pico. Comme […] Cet article Pico G2 4K : test du casque VR autonome pour entreprise au CES 2019 a été publié sur Réalité-Virtuelle.com.


47: Les monnaies virtuelles s'installent dans les banques traditionnelles

https://www.lemondeinformatique.fr/actualites/lire-les-monnaies-virtuelles-s-installent-dans-les-banques-traditionnelles-88389.html

Le monde informatique (Internet / Informatique)

Dénommée Digital Asset Custody, la plateforme électronique de la Bank of New York Mellon Corporation (BNY Mellon) stocke et protège (...)


48: Code Kata Javascript 1

https://kicode.hashnode.dev/code-kata-javascript-1

Hashnode - javascript (Javascript)

With an array of integers, return indices of the two numbers such that they add up to a target number. Example: Given array = [4, 9, 11, 14], target = 13 array[0] + array[1] = 13 return [0, 1] Solution #1 const twoSum = (nums, target) => { for(le...


49: print(), type(), variables

https://topaja.hashnode.dev/print-type-variables

Hashnode - python (python)

1. print() print() is a built-in function in python that is used to print a specific message to the screen. By default, the print function ends with a newline. Syntax : print('write your message here') Example 1 print('' Hello World !') Output ' H...


50 / 138

50: 5 delivery metrics you should track (apart from velocity)

https://blog.logrocket.com/product-management/5-delivery-metrics-you-should-track/

Log Rocket blog (Web 2)

Ensuring smoother delivery practices leads to better product outcomes. Here are five delivery metrics you should track apart from velocity. The post 5 delivery metrics you should track (apart from velocity) appeared first on LogRocket Blog.


51: Comment se protéger sur un wifi public ' Toutes les astuces

https://www.lebigdata.fr/se-proteger-wifi-public

Le Big Data (dataviz)

Vous vous connectez régulièrement à des réseaux Wifi publics ' Sachez que vous n'êtes pas à l'abri des dangers. En … Cet article Comment se protéger sur un wifi public ' Toutes les astuces a été publié sur LeBigData.fr.


52: React Native track player: A complete guide

https://blog.logrocket.com/react-native-track-player-complete-guide/

Log Rocket blog (Web 2)

Learn about react-native-track-player features through implementing a fully-featured music track player library. The post React Native track player: A complete guide appeared first on LogRocket Blog.


53: Google propose à ses clients de stocker eux-mêmes leurs clés de chiffrement pour Gmail

https://www.usine-digitale.fr/article/google-propose-a-ses-clients-de-stocker-eux-memes-leurs-cles-de-chiffrement-pour-gmail.N2079171

L'usine-digitale (Informatique)

Google va proposer, en version bêta, le chiffrement sur la boîte e-mail de ses clients Google Workspace Enterprise Plus, Education Plus et Education Standard.


54: Exploitation et abus sexuels d'enfants : les GAFAM pointés du doigt

https://www.lebigdata.fr/exploitation-abus-sexuels-enfants-en-ligne

Le Big Data (dataviz)

L'exploitation et les abus sexuels des enfants en ligne sont un vrai fléau, mais les GAFAM semblent peu impliquées dans … Cet article Exploitation et abus sexuels d’enfants : les GAFAM pointés du doigt a été publié sur LeBigData.fr.


55: HTC nous prépare une belle surprise pour le CES 2023

https://www.realite-virtuelle.com/htc-nous-prepare-une-belle-surprise-pour-le-ces-2023/

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

L’appareil de réalité mixte de HTC sera révélé au CES 2023. Ce matériel embarquerait une […] Cet article HTC nous prépare une belle surprise pour le CES 2023 a été publié sur Réalité-Virtuelle.com.


56: Dell persiste dans le PC modulaire Luna

https://www.lemondeinformatique.fr/actualites/lire-dell-persiste-dans-le-pc-modulaire-luna-88944.html

Le monde informatique (Internet / Informatique)

L'année dernière, Dell a présenté le Concept Luna, un ordinateur portable qui pouvait être entièrement démonté (...)


57: Saleforce facilite le développement d'apps no-code avec DevOps Center

https://www.lemondeinformatique.fr/actualites/lire-saleforce-facilite-le-developpement-d-apps-no-code-avec-devops-center-88950.html

Le monde informatique (Internet / Informatique)

À l'heure où les pressions économiques et concurrentielles poussent les entreprises à mettre en 'uvre des stratégies (...)


58: Salesforce facilite le développement d'apps no-code avec DevOps Center

https://www.lemondeinformatique.fr/actualites/lire-salesforce-facilite-le-developpement-d-apps-no-code-avec-devops-center-88950.html

Le monde informatique (Internet / Informatique)

À l'heure où les pressions économiques et concurrentielles poussent les entreprises à mettre en 'uvre des stratégies (...)


59: Comment Alpha Mos veut équiper l'industrie agroalimentaire de ses nez électroniques

https://www.usine-digitale.fr/article/comment-alpha-mos-veut-equiper-l-industrie-agroalimentaire-de-ses-nez-electroniques.N2079156

L'usine-digitale (Informatique)

Alpha Mos développe toute une gamme de nez, langues et iris électroniques pour aider l'industrie agroalimentaire à réaliser le contrôle qualité des aliments et développer plus rapidement de nouveaux produits. L'entreprise toulousaine cherche à accélérer la commercialisation de ses produits au sein des chaînes de production pour s'imposer comme un leader du secteur.


60 / 138

60: La sécurité et l'accès aux données sont les problèmes majeurs des ingénieurs data, 63 % d'entre eux déclarent ne pas avoir une visibilité totale sur qui a accès à quelles données

https://securite.developpez.com/actu/339280/La-securite-et-l-acces-aux-donnees-sont-les-problemes-majeurs-des-ingenieurs-data-63-pourcent-d-entre-eux-declarent-ne-pas-avoir-une-visibilite-totale-sur-qui-a-acces-a-quelles-donnees/

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

La sécurité et l'accès aux données sont les problèmes majeurs des ingénieurs data, 63 % d'entre eux déclarent ne pas avoir une visibilité totale sur qui a accès à quelles donnéesPlus de la moitié (54 %) des personnes interrogées dans le cadre d'une nouvelle enquête déclarent que la sécurisation des données avec des droits d'accès appropriés est l'un de leurs principaux obstacles [...]


61: JavaScript Symbols: A Guide

https://irousta.hashnode.dev/javascript-symbol-data-type

Hashnode - javascript (Javascript)

In JavaScript, like other programming languages, there are many data types. Symbol is a primitive data type in JavaScript like string and numbers.Symbol is immutable and is guaranteed to be unique. Symbol is introduced in ES6. For example: // Two sym...


62: Google search retires Web Light, Google's method to serve faster, lighter pages to people

https://searchengineland.com/google-search-retires-web-light-googles-method-to-serve-faster-lighter-pages-to-people-390389

Search engine land (Référencement)

Google said this feature is no longer needed these days, as providers and devices are now faster. The post Google search retires Web Light, Google’s method to serve faster, lighter pages to people appeared first on Search Engine Land.


63: Give Your React-Native App a dynamic App Icon

https://techblog.geekyants.com/give-your-react-native-app-a-dynamic-app-icon

Geek y Ants ()

Today, many apps change their app icons programmatically from within the app. This adds to their interactive UI and helps enhance user experience. In this blog, we'll try to change the app icon on the fly easily using this awesome npm package - react-native-change-icon. Demo Installing the package You don't need to worry about the native code for changing the app icon as react-native-change-icon [...]


64: Help desk : qu'est-ce que c'est '

https://www.lebigdata.fr/help-desk-definition

Le Big Data (dataviz)

L'informatique est un monde immense difficile à comprendre quand on n'y connaît pas grand chose. Le Help Desk intervient pour … Cet article Help desk : qu'est-ce que c'est ' a été publié sur LeBigData.fr.


65: Understanding JavaScript Promises''''''

https://kelsy-blog.hashnode.dev/understanding-javascript-promises

Hashnode - javascript (Javascript)

Promises are one of the most important features of JavaScript, they allow us to write cleaner code by reducing callback functions and give us the ability to perform asynchronous operations in a more linear fashion. Today, you are going to learn how p...


66: Taking The Stress Out Of Design System Management

https://smashingmagazine.com/2022/12/taking-stress-out-design-system-management/

Smashing magazine (Web 2 / CSS)

In this article, Masha goes over five tips that make it easier to manage a design system while increasing its effectiveness. This short guide is aimed at smaller teams.


67: Gotaga : l'un des plus grands streamers dans le monde du gaming

https://www.realite-virtuelle.com/gotaga-streamer-gaming/

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

Corentin Houssein, plus connu sous le nom de Gotaga et surnommé le « French monster » du […] Cet article Gotaga : l’un des plus grands streamers dans le monde du gaming a été publié sur Réalité-Virtuelle.com.


68: Test du casque HTC Vive Focus Plus : que vaut-il '

https://www.realite-virtuelle.com/test-htc-vive-focus-plus/

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

Alors que HTC s'est davantage spécialisé dans les casques VR grand public, un segment sur […] Cet article Test du casque HTC Vive Focus Plus : que vaut-il ' a été publié sur Réalité-Virtuelle.com.


69: Test du casque Pico Neo 3 Pro Eye : que vaut-il '

https://www.realite-virtuelle.com/test-casque-pico-neo-3-pro-eye/

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

Si vous êtes encore en pleine admiration du Pico Neo 2, Pico interactive n'a définitivement […] Cet article Test du casque Pico Neo 3 Pro Eye : que vaut-il ' a été publié sur Réalité-Virtuelle.com.


70 / 138

70: Create a Basic Multiplayer Game in Phaser 3 with Socket.io ' Part 1

https://gamedevacademy.org/create-a-basic-multiplayer-game-in-phaser-3-with-socket-io-part-1/

Game dev academy (Jeux)

In this multipart tutorial, we will be using Phaser 3 and Socket.io to create a simple multiplayer game. For our multiplayer game, we will follow the client-server game architecture. If ... Read more


71: Array Methods in JavaScript.

https://pritcode10.hashnode.dev/array-methods-in-javascript

Hashnode - javascript (Javascript)

Hey people, I welcome you all to another write-up of mine. Hope you are doing well ' and yeah I'm doing good as well '. So let's hop into the article '''. Arrays Before starting with array methods let's understand what is an array An array is a...


72: The Many Uses of Node.js stdin, stdout and stderr

https://saurabhdashora.hashnode.dev/the-many-uses-of-nodejs-stdin-stdout-and-stderr

Hashnode - javascript (Javascript)

When we run a Node.js program, a process is started for that program. The process is like a box of system resources. It uses those resources to execute the program. A Node.js process is initialized with three open file descriptors - stdin, stdout and...


73: Efficient Script Loading in Javascript

https://benjie.hashnode.dev/efficient-script-loading-in-javascript

Hashnode - javascript (Javascript)

Introduction Loading scripts is an important aspect of developing web applications. Scripts, usually written in Javascript (for the web) contain our application logic, the engine powering the functionality of our websites, e.g what happens when you c...


74: ViewModel: for UI business, not UI operations '

https://blog.shreyaspatil.dev/viewmodel-for-ui-business-not-ui-operations

Hashnode - Kotlin (Mobiles)

Hey tech Android''''', this is an opinionated post about what ViewModels should do and what should not. It's based on recent experiences and seeing common mistakes developers do while developing Android applications with MVVM/MVI architecture. Let'...


75: 4: What is backpropagation'

https://aryaan.hashnode.dev/what-is-backpropagation

Hashnode - python (python)

Introduction Backpropagation is an algorithm for training artificial neural networks, particularly feedforward networks with a multi-layered architecture (i.e., deep learning networks). It is a method of training the network by adjusting the weights ...


76: Array in JS and its different methods

https://yogeshmotiyani.hashnode.dev/array-in-js-and-its-different-methods

Hashnode - javascript (Javascript)

What is an Array' Arrays are single objects that contain multiple values which are stored in a list, or we can also say that they are described as a list-like objects. Using arrays, we can store a list of data items under a single variable name and a...


77: Js Execution Context- How it works behind the scenes '

https://chanchals.hashnode.dev/js-execution-context-how-it-works-behind-the-scenes

Hashnode - javascript (Javascript)

Before starting with the context let's discuss some key points: All JS code is run on a browser in most cases it also needs to be hosted and run in some kind of environment. For any piece of JS code to be executed in a web browser, a lot of processes...


78: Rewriting my Backup Calculator Day63

https://dheerajy1.hashnode.dev/rewriting-my-backup-calculator-day63

Hashnode - javascript (Javascript)

Today #Day63 of #100DaysOfCode, I am Re-Building my Backup Calculator. As shown above, I want to create an HTML page for my backup calculator project. JavaScript Let's re write the checkbox JS code using class list method, checkboxDaily.addEventList...


79: Building a Music Player in React

https://documatic.hashnode.dev/building-a-music-player-in-react

Hashnode - javascript (Javascript)

Introduction Whoever is learning React and wants to build a project with React. There are a variety of blogs and articles to guide a such projects for developers. I do go through those articles but one kind of project is always missing in them. The m...


80 / 138

80: Count Number Of Uppercase, Lowercase, Space In A Text File

https://codecaliper.me/count-number-of-uppercase-lowercase-space-in-a-text-file

Hashnode - python (python)

Write a Python function count_characters() to count the number of uppercase, lowercase, digits, spaces, and special characters in a text file. Logic and Explanation In this problem, we need to iterate through all the characters in a text file and cou...


81: JavaScript 101: An Introduction to the Basics and Fundamentals of the Language

https://hojaleaks.com/javascript-101

Hashnode - javascript (Javascript)

Welcome to this tutorial on the basics of JavaScript! JavaScript is a popular programming language that is used to create interactive elements on websites, such as drop-down menus, form validation, and interactive maps. It is also a powerful language...


82: Des cyberattaques IA destructrices d'ici 5 ans ' Les experts sonnent l'alarme !

https://www.lebigdata.fr/cyberattaques-ia-cinq-ans

Le Big Data (dataviz)

Propulsées par l’intelligence artificielle, des cyberattaques dévastatrices d’un genre nouveau pourraient apparaître d’ici 5 ans. C’est ce que révèle un … Cet article Des cyberattaques IA destructrices d’ici 5 ans ' Les experts sonnent l’alarme ! a été publié sur LeBigData.fr.


83: Facebook: A content marketing guide

https://searchengineland.com/facebook-a-content-marketing-guide-389490

Search engine land (Référencement)

Here's how to create a Facebook content plan that meshes well with your brand's overarching content marketing strategy. The post Facebook: A content marketing guide appeared first on Search Engine Land.


84: Twitter rétropédale sur l'interdiction de liens vers des réseaux sociaux tiers

https://www.lemondeinformatique.fr/actualites/lire-twitter-retropedale-sur-l-interdiction-de-liens-vers-des-reseaux-sociaux-tiers-88948.html

Le monde informatique (Internet / Informatique)

Avec Elon Musk, tout va très vite. Après avoir soulevé une tempête de critiques suite au bannissement de comptes de journalistes (...)


85: Un Mooc orienté stratégie numérique responsable

https://www.lemondeinformatique.fr/actualites/lire-un-mooc-oriente-strategie-numerique-responsable-88653.html

Le monde informatique (Internet / Informatique)

Les entreprises font partie des plus gros consommateurs de ressources numériques, notamment avec la transformation digitale qui touche tous les (...)


86: WhatsApp : les 10 nouveautés qu'il ne fallait pas manquer en 2022

https://www.blogdumoderateur.com/whatsapp-meilleures-nouveautes-2022/

Blog du Moderateur ()

Découvrez les meilleures fonctionnalités lancées sur WhatsApp cette année.


87: Avec MacOS 13.2, Apple pousse la première mise à jour Rapid Security Response

https://www.lemondeinformatique.fr/actualites/lire-avec-macos-132-apple-pousse-la-premiere-mise-a-jour-rapid-security-response-88949.html

Le monde informatique (Internet / Informatique)

Juste après la sortie de MacOS 13.1, la première mise à jour majeure de Ventura ce 24 octobre 2022 avec des fonctionnalités (...)


88: How does Mindfulness Help you Achieve your Daily Goals'

https://www.noupe.com/inspiration/how-does-mindfulness-help-you-achieve-your-daily-goals.html

Noupe (conception)

We all have the same 24 hours daily, but some get much more done than others. So if you’re struggling to check things off your to-do list, you might want to try being more mindful. Mindfulness isn’t about sitting cross-legged on the floor and chanting “om.” Being mindful enables you to focus on the current... The post How does Mindfulness Help you Achieve your D [...]


89: 5 Stacks Every Python Backend Web Developer Should Know

https://sammy-code.com/5-stacks-every-python-backend-web-developer-should-know

Hashnode - python (python)

As a Python backend web developer, it is important to have a strong foundation in the language itself as well as familiarity with a variety of tools and technologies. In this blog post, we will outline some of the key stacks that a Python backend web...


90 / 138

90: How to Attract New Customers for your Ecommerce Business

https://www.noupe.com/business-online/how-to-attract-new-customers-for-your-ecommerce-business.html

Noupe (conception)

Once your eCommerce store is fully functional and live on the internet, you cannot just sit and wait for customers to find you on their own.  You need to work hard to bring in new customers for your business, which is more challenging than it seems.  A lot of effort goes into making your business... The post How to Attract New Customers for your Ecommerce Business appeared fi [...]


91: Réseau social cherche direction, désespérément'

https://www.blogdumoderateur.com/reseau-social-cherche-direction/

Blog du Moderateur ()

Les sondages sont désormais les patrons par intérim de Twitter.


92: Complete Guide to Procedural Level Generation in Unity ' Part 1

https://gamedevacademy.org/complete-guide-to-procedural-level-generation-in-unity-part-1/

Game dev academy (Jeux)

In this tutorial series, we are going to procedurally generate levels using Unity. In the first tutorial, we are going to use pseudorandom noise to generate height maps and choose ... Read more


93: La Cnil attaquée par Le Point pour son refus d'accès à des données de santé

https://www.usine-digitale.fr/article/la-cnil-attaquee-par-le-point-apres-avoir-refuse-de-donner-acces-a-une-base-de-donnees-sur-les-hopitaux.N2079101

L'usine-digitale (Informatique)

Le Point va déposer un recours devant le Conseil d'État, a appris l'Informé, après que l'autorité se soit opposée à l'accès du journal à la base de données nationale sur l'activité des établissements de santé qu'il utilisait jusqu'à maintenant pour faire son traditionnel classement annuel des hôpitaux.


94: Add Quotes to your Unquoted JSON Objects

https://clickpesa.hashnode.dev/add-quotes-to-your-unquoted-json-objects

Hashnode - javascript (Javascript)

In this article, we will not discuss what JSON or Javascript objects are; or their differences in syntax or usage, many articles have already covered them. One thing to keep in mind is that according to specification JSON property names must be doubl...


95: User authentication in an Express app

https://stai.hashnode.dev/user-authentication-in-an-express-app

Hashnode - javascript (Javascript)

Overview In this article, we will delve into authentication using JSON web token (JWT). User authentication is the process of verifying a user attempting access to an application or part of an application. In the API we will build, we will implement ...


96: A roadmap for Developing Essential Skills as a Data Analyst

https://rajvirahmed.hashnode.dev/a-roadmap-for-developing-essential-skills-as-a-data-analyst

Hashnode - python (python)

Here is a roadmap for a data analyst with the approximate time required for each skill: Basic programming skills (1'2 months): Basic programming skills are essential for any data analyst, as they allow you to work with data and perform various task...


97: How to Create an RPG Game in Unity ' Comprehensive Guide

https://gamedevacademy.org/how-to-create-an-rpg-game-in-unity-comprehensive-guide/

Game dev academy (Jeux)

In this tutorial, we are going to build an RPG game using Unity. Our game will have three scenes: a title scene, a town scene, that represent the game world, ... Read more


98: Intro to Coding with Scratch ' Block-Based Coding Tutorial

https://gamedevacademy.org/scratch-tutorial/

Game dev academy (Jeux)

Are you or someone you know a first-time coder' If you’ve never coded before, finding the right place to start can be difficult. However, no matter the age, a good ... Read more


99: Building a Utility Weather Widget with JavaScript

https://daiveedjay.hashnode.dev/building-a-utility-weather-widget-with-javascript

Hashnode - javascript (Javascript)

We've all seen widgets on web pages before, haven't we' Those little icons of varying shapes and sizes usually displayed in a corner of a device's viewport. These widgets are simply small, pre-designed components that can be easily added to a website...


100 / 138

100: Pourquoi l'UE vient de connecter son superordinateur à un ordinateur quantique '

https://www.lebigdata.fr/ue-connecte-son-superordinateur

Le Big Data (dataviz)

Le superordinateur classique le plus puissant de l'UE vient d'être connecté à un petit ordinateur quantique de VTT, un groupe … Cet article Pourquoi l'UE vient de connecter son superordinateur à un ordinateur quantique ' a été publié sur LeBigData.fr.


101: Introduction to HTML Semantics

https://sochicodes.hashnode.dev/introduction-to-html-semantics

Hashnode - javascript (Javascript)

Introduction According to the Oxford Dictionary, the word semantics means 'the meaning of words, phrases or systems'. Semantic Elements can simply be defined as elements with meaning. In this article, we are going to look into HTML semantic elements ...


102: Read a File Line-by-Line in Python

https://stackabuse.com/read-a-file-line-by-line-in-python/

Stack Abuse (Javascript)

In this tutorial, we'll be reading a file line by line in Python with the readline() and readlines() functions as well as a for loop - through hands-on examples.


103: How to Create a Multiplayer Game in Unity

https://gamedevacademy.org/how-to-create-a-multiplayer-game-in-unity/

Game dev academy (Jeux)

In this tutorial, we are going to build a simple demo to learn how to use Unity multiplayer features. Our game will have a single scene where we will implement ... Read more


104: Array Methods in JavaScript

https://codebyaditiii.dev/array-methods-in-javascript

Hashnode - javascript (Javascript)

Hello everyone, I'm back with another Article for you guys. The topic here is - Array Methods in JavaScript. So yesterday when I was taking my Class on Array methods, I get confused about a few of the methods and at that time I decided to write a blo...


105: xkcd on optimal bowling metrics

https://flowingdata.com/2022/12/19/xkcd-on-optimal-bowling-metrics/

Flowing data (dataviz)

xkcd charted optimal bowling in terms of aim, speed, spin, and weight. This…Tags: bowling, humor, xkcd


106: Parité homme-femme dans la tech : où en sommes-nous '

https://www.blogdumoderateur.com/interview-parite-homme-femme-dans-la-tech/

Blog du Moderateur ()

La directrice générale d'Angers French Tech revient pour nous sur les enjeux de l'égalité homme-femme, dans un secteur qui doit encore faire ses preuves.


107: Dev Retro 2022: Reflecting on my journey as a developer

https://dhruvnakum.xyz/dev-retro-2022-reflecting-on-my-journey-as-a-developer

Hashnode - Flutter (Flutter)

A bit about Myself Hi there '', Dhruv here. I am a Flutter developer with over 3 years of experience. I was very excited when the #DevRetro2022 campaign was introduced because it gave me the opportunity to reflect on my journey as a developer ov...


108: Le marketing digital arme les stratégies de marque à l'IA

https://www.lemondeinformatique.fr/actualites/lire-le-marketing-digital-arme-les-strategies-de-marque-a-l-ia-88939.html

Le monde informatique (Internet / Informatique)

L'éditeur Pegasystems a publié un rapport intitulé « Le futur du marketing, 7 tendances qui changent la donne ». Pour (...)


109: L'opérateur de services hébergés Adista change de nom pour Inherent

https://www.lemondeinformatique.fr/actualites/lire-l-operateur-de-services-heberges-adista-change-de-nom-pour-inherent-88947.html

Le monde informatique (Internet / Informatique)

Après avoir racheté 5 entreprises en l'espace de deux ans le groupe Adista se rebaptise inhérent. Une marque ombrelle qui réunit (...)


110 / 138

110: Cloud public : un marché à 1 000 Md $ attendu en 2026

https://www.lemondeinformatique.fr/actualites/lire-cloud-public-un-marche-a-1-000-md-%24-attendu-en-2026-88946.html

Le monde informatique (Internet / Informatique)

Le marché mondial du cloud public devrait dépasser les 1 000 Md$ de chiffre d'affaires d'ici à 2026. C'est ce que révèle (...)


111: Understanding Variables in JavaScript: Declaration, Hoisting, Naming Rules, and Scope

https://sohankinage.hashnode.dev/understanding-variables-in-javascript-declaration-hoisting-naming-rules-and-scope

Hashnode - javascript (Javascript)

Variables in JavaScript are used to store values and can be declared using the var, let, or const keyword. Variable Declaration To declare a variable in JavaScript, you can use the var, let, or const keyword followed by the name of the variable. Here...


112: Object destructuring in Javascript

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

Hashnode - javascript (Javascript)

In JavaScript, object destructuring is a feature that allows you to extract values from an object and assign them to variables. It is often used in combination with array destructuring, which allows you to extract values from arrays and assign them t...


113: Closures in Javascript

https://chillkindcoder.hashnode.dev/closures-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, a closure is a function that has access to the variables in its lexical scope, even when the function is executed outside of its lexical scope. This is possible because the function retains a reference to the variables in its lexical s...


114: JavaScript Arrays: An introduction for beginners

https://savinder.hashnode.dev/arrays-and-its-methods-in-javascript

Hashnode - javascript (Javascript)

INTRODUCTION Arrays in JavaScript are used to store multiple elements inside a single variable reference. These multiple elements can be of similar data types or different data types. // Here languages is the variable which is like a container inside...


115: Make Your Video Player Float Using PiP API

https://hashnode.j471n.in/make-your-video-player-float-using-pip-api

Hashnode - javascript (Javascript)

In this article, I am going to make your video player float by using Picture-in-Picture (PiP) JavaScript Web API. This could be an important feature you can add to your website. If your website is showing a demo or has many videos. Most of you might ...


116: Cardiawave, soigner son c'ur avec des ultrasons

https://www.rtflash.fr/cardiawave-soigner-son-coeur-avec-ultrasons/article

Tregouet.org ()

La sténose aortique est une maladie qui est causée par une accumulation de calcium empêchant la valve aortique du c'ur de s'ouvrir complètement. Aucun traitement autre qu'une chirurgie lourde et le remplacement de la valve par un implant mécanique ou biologique issu du monde animal n'existe pour traiter cette pathologie dégénérative qui s'aggrave plus on avance en âge. L'innovation mise a [...]


117: Une nouvelle nanoparticule pour agir au c'ur des cellules

https://www.rtflash.fr/nouvelle-nanoparticule-pour-agir-coeur-cellules/article

Tregouet.org ()

Une équipe de l'Université de Genève (UNIGE) et de l'Université Ludwig-Maximilian de Munich (LMU) est parvenue à mettre au point une nanoparticule entièrement biodégradable capable de délivrer un nouveau médicament anti-inflammatoire directement dans les macrophages - les cellules où se déclenchent des réactions inflammatoires incontrôlées - garantissant son efficacité. De plus, les [...]


118: Working with Avro file format in Python the right way

https://importidea.dev/working-with-avro-file-format-in-python-the-right-way

Hashnode - python (python)

Here are some quick helpful tips for using Avro file format correctly in python. Note: I am asumming you familair with Apache Avro file format, its advantages, its shortcomings, etc. Tip no 1: Use the correct package Instead of using the official p...


119: Premiers résultats prometteurs pour le vaccin à ARN contre le mélanome

https://www.rtflash.fr/premiers-resultats-prometteurs-pour-vaccin-arn-contre-melanome/article

Tregouet.org ()

Les laboratoires américains Moderna et Merck ont annoncé le 14 décembre 2022 des résultats préliminaires positifs pour leur vaccin à ARN messager en cours de développement contre un grave cancer de la peau, le mélanome, qui touche 325 000 personnes chaque année dans le monde. en lire plus


120 / 138

120: La cigarette électronique augmenterait la dépendance à la nicotine chez les adolescents

https://www.rtflash.fr/cigarette-electronique-augmenterait-dependance-nicotine-chez-adolescents/article

Tregouet.org ()

Des chercheurs du Massachusetts General Hospital for Children de Boston ont étudié le phénomène du vapotage chez les jeunes. Ils affirment que ces appareils engendrent une dépendance plus importante que les cigarettes combustibles et que certains consommateurs ont encore l'âge d'aller à l'école, vapotant dans les cinq minutes qui suivent leur lever le matin. [...]


121: Des chercheurs développent un matériau qui imite la façon dont le cerveau stocke les informations

https://www.rtflash.fr/chercheurs-developpent-materiau-qui-imite-facon-dont-cerveau-stocke-informations/article

Tregouet.org ()

Une équipe de recherche de l'Université Autonome de Barcelone a développé un matériau magnétique capable d'imiter la façon dont le cerveau stocke les informations. Le matériau permet d'émuler les synapses des neurones et de mimer, pour la première fois, l'apprentissage qui se produit pendant le sommeil profond. en lire plus


122: La fusion contrôlée par laser franchit une étape historique'

https://www.rtflash.fr/fusion-controlee-par-laser-franchit-etape-historique/article

Tregouet.org ()

Les États-Unis ont annoncé le 13 décembre une percée scientifique historique dans le domaine de la fusion nucléaire. Une expérience réalisée auparavant « a produit davantage d'énergie à partir de la fusion que l'énergie des lasers utilisée » pour provoquer la réaction, a expliqué le célèbre Laboratoire national Lawrence Livermore (LLNL), situé en Ca [...]


123: Penalties and The World Cup '

https://aryan401.hashnode.dev/penalties-and-the-world-cup

Hashnode - python (python)

Introduction and Inspiration ' First of all, Welcome back to Technical Speaking. It's been a while (three months, to be exact), and while I was busy with Uni and didn't get a chance to write, I'm still writing this blog while my End Semester Exams a...


124: '''''' ''''' (Linked list)

https://jannatborna.com/linked-list

Hashnode - javascript (Javascript)

'''''' ''''' (linked list) ''' '''' '''' ''''''''''(data structure), '''''' '''' '''''' ''''' ''' '''''' ''''' ''''' '''' ''' '''' ''''' '''' '''(node) '''' ''' '' '''''' ''''''' '''''''' '''' ''' '''' ''''''' '''' '''''' '''' ''''' ''''' '''''' '''...


125: JavaScript Architecture - Event Loop Explained

https://vikashtiwary.hashnode.dev/javascript-architecture-event-loop-explained

Hashnode - javascript (Javascript)

Since in JavaScript we need to run code both synchronously and asynchronously it becomes very important for us as developers to understand how this entire JS code gets executed in the background. In this article, we will understand in a step-by-step ...


126: Using TypeScript In React: Part 1

https://pmbanugo.me/using-typescript-in-react-part-1

Hashnode - javascript (Javascript)

TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at scale. It has gained wide adoption and I've seen many React developers switch to using TypeScript for their React applications. While there's ...


127: 7 Top Benefits Of Adding Vinyl Floors To Your Home

https://www.bestfreewebresources.com/7-top-benefits-of-adding-vinyl-floors-to-your-home

Best Free Web Resources (Veille)

If you are building a new home, or renovating the existing one, you will certainly have a lot on your plate. There are just so many different things that you'll need to decide on, and it can all be quite overwhelming. The type of flooring you'll want to get will undeniably be one of the […] The post 7 Top Benefits Of Adding Vinyl Floors To Your Home appeared first on Free Web Resources.


128: What is the Arrays In Javascript'

https://jaswant55.hashnode.dev/what-is-the-arrays-in-javascript

Hashnode - javascript (Javascript)

What is the Array Array in javascript is the store. Array storing the multiple collection of multiple items under single variable name. arrya is the Non-primitive dataType. or Array is the variable that store the multiple data. you can resize the ar...


129: Python built-in Data types

https://frankky.com/python-built-in-data-types

Hashnode - python (python)

What data type means - A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error. A string, for exa...


130 / 138

130: Async JS in a nutshell - final

https://venkzy.io/async-js-in-a-nutshell-final

Hashnode - javascript (Javascript)

Hey folks, I want to finish this puzzle once in for all. The async/ await is a very very very useful piece to make peace with JS. Pre-req: Async JS, CallBack, CallBack hell, and finally Promises and Promise chaining. Well, I think I will go over it a...


131: Understanding Django translation mechanism

https://grep.koditi.my/understanding-django-translation-mechanism

Hashnode - python (python)

Let's try to understand django translation mechanism. Firstly, django uses a widely used mechanism in most open-source software, which is gettext, so it's not unique to django alone. Many other open-source software also using gettext as their transla...


132: Improve Your Code Quality with These Essential Tips

https://nothanii.hashnode.dev/improve-your-code-quality-with-these-essential-tips

Hashnode - javascript (Javascript)

This week, I wanted to talk about the importance of writing clean code in JavaScript. Here are some tips and resources to help you write more maintainable and scalable code: Follow established coding standards and style guides. There are several pop...


133: Using Emailjs To Send Emails From The Frontend

https://ethan91.hashnode.dev/using-emailjs-to-send-emails-from-the-frontend

Hashnode - javascript (Javascript)

Introduction Hello! In this tutorial I will show you how to send emails from the frontend, without needing to set up any mail servers or having to deal with the logic to send the emails. ' To do this I will show you how to use EmailJS in your applic...


134: Web Weekly 89 (blogPost)

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

Stefan Judis (Développement)

Frohe Feiertage!Would you animate the display property if you could' Have you heard of the new renderblockingstatus webperf property' Or did you already inject DOM elements with before() and after()' All the answers and much more are included in this week's Web Weekly. ' Before we go into this week's favorites... Last week I asked for a reply to this email to signal email providers that I'm not sp [...]


135: How to use Raycast snippet auto expansion (blogPost)

https://www.stefanjudis.com/blog/how-to-use-raycast-snippet-auto-expansion/

Stefan Judis (Développement)

I plugged that I use Raycast for automatic snippet expansion in my weekly newsletter. If you don't know Raycast, it's a macOS Spotlight replacement and the OS-level command bar is very good! I use Raycast primarily to navigate all the apps on my machine, place windows on different monitors and expand snippets. ;es for example, expands automatically to my email address. Whether in my browser, mail [...]




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