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

« Février 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Lundi 6 Février 2023 (115)

1: About 'ReferenceError: document is not defined' in JavaScript

https://lavary.hashnode.dev/about-referenceerror-document-is-not-defined-in-javascript

Hashnode - javascript (Javascript)

This guide explains why ReferenceError: document is not defined occurs and how you can fix it. ' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza let elemen...


2: About "SyntaxError: Unexpected end of JSON input" in JavaScript

https://lavary.hashnode.dev/about-syntaxerror-unexpected-end-of-json-input-in-javascript

Hashnode - javascript (Javascript)

You might have encountered the error 'Uncaught SyntaxError: Unexpected end of JSON input' when using JSON.parse(). ' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experienc...


3: Add commas to numbers in JavaScript (Explained with examples)

https://lavary.hashnode.dev/add-commas-to-numbers-in-javascript-explained-with-examples

Hashnode - javascript (Javascript)

This guide explores the three common ways to add commas to numbers in JavaScript. ' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza Displaying numbers ' wh...


4: About "TypeError: map is not a function" in JavaScript

https://lavary.hashnode.dev/about-typeerror-map-is-not-a-function-in-javascript

Hashnode - javascript (Javascript)

The error 'TypeError: object.map is not a function' occurs when you call the map() method on a non-array object in JavaScript. ' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' us...


5: Cannot find module error in Node.js (Fixed)

https://lavary.hashnode.dev/cannot-find-module-error-in-nodejs-fixed

Hashnode - javascript (Javascript)

'Error: cannot find module' occurs when you try to load a non-existant module in Node ' Either via ESM (ECMAScript Modules) or CommonJS module systems. ' Update: This post was originally published on my blog decodingweb.dev, where you can read the l...


6: v-show vs v-if: Conditional Rendering in Vue

https://fjolt.hashnode.dev/v-show-vs-v-if-conditional-rendering-in-vue

Hashnode - javascript (Javascript)

v-if and v-show are two ways to conditionally render content in Vue. Both are built to conditionally render content in Vue, but in slightly different ways - which can be quite confusing. Let's take a look at how they work, and when you would use each...


7: Data Fetching with React Suspense

https://asaniyan.hashnode.dev/data-fetching-with-react-suspense

Hashnode - javascript (Javascript)

Overview Suspense lets components "wait" for something before they can render. It suspends(you could guess that from the name) component rendering if data needs to be pulled from external resources, external API, or the backend. It is a declarative w...


8: Integer division in JavaScript explained

https://lavary.hashnode.dev/integer-division-in-javascript-explained

Hashnode - javascript (Javascript)

In this guide, you'll learn how to do integer division in JavaScript. The division operator in JavaScript (/) divides two numbers (dividend and divisor) and returns the quotient as a floating point number (rather than the classic quotient and a remai...


9: JavaScript isset Equivalent (3 methods)

https://lavary.hashnode.dev/javascript-isset-equivalent-3-methods

Hashnode - javascript (Javascript)

If you're looking for the JavaScript "isset" equivalent, you've probably used it in PHP before and want the same functionality in JavaScript. ' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest vers...


10 / 115

10: Understanding How JavaScript Code is Executed: A Behind-the-Scenes Overview

https://vaibhavsblog.hashnode.dev/understanding-how-javascript-code-is-executed-a-behind-the-scenes-overview

Hashnode - javascript (Javascript)

JavaScript is a versatile and powerful language which is used by most developers and mostly in web development. But have you ever wondered, how JavaScript code actually gets executed' In this blog, we'll take a closer look at the process of JavaScrip...


11: How to create a simple telegram chatbot with Node.js

https://currie.hashnode.dev/how-to-create-a-simple-telegram-chatbot-with-nodejs-courage-bernard

Hashnode - javascript (Javascript)

Hi, I'm Courage and I'd show you how to create a simple chatbot on Telegram. With the help of telegram, we can create simple to complicated chatbots which help individuals or businesses in different ways. An example would be a chatbot that responds t...


12: 3D Movement in Unity Using C

https://pieces.hashnode.dev/3d-movement-in-unity-using-c

Hashnode - Unity (unity)

When developing a game, movement is usually one of the primary features implemented at the start of the project. For developers using Unity, there are multiple ways to achieve this functionality through code written using the C# programming language....


13: JavaScript: Top 10 Best Practices of 2023 Part 2

https://adnansaim.com/javascript-top-10-best-practices-of-2023-part-2

Hashnode - javascript (Javascript)

Thank you very much for your support on my previous blog. Here is Part 2 of "JavaScript best practices." Let's try to make clean code with these best practices: Here is part one: click here 1:Use Template literals(``) Template literals refer to the c...


14: Web Browsers

https://mojtabamaleki.hashnode.dev/web-browsers

Hashnode - javascript (Javascript)

Welcome to my blog about the structure of web browsers! Whether you're a web design veteran or just starting out, the structure of web browsers can be a tricky subject to wrap your head around. But don't worry ' I'm here to make it fun and easy for y...


15: Google launches Bard, its answer to ChatGPT ' here's what it looks like

https://searchengineland.com/google-launches-bard-its-answer-to-chatgpt-to-trusted-testers-here-is-what-it-looks-like-392729

Search engine land (Référencement)

Google promises to make their experimental conversational AI service, powered by LaMDA, available more widely in the coming weeks. The post Google launches Bard, its answer to ChatGPT ' here’s what it looks like appeared first on Search Engine Land.


16: iCodeThis: Improve Your Coding Skills With Free Daily Challenges

https://michaeljudelarocca.hashnode.dev/icodethis-improve-your-coding-skills-with-free-daily-challenges

Hashnode - javascript (Javascript)

The best way to improve your coding skills is to code daily. In this article, we look at iCodeThis, a new FREE platform that offers daily challenges to help you become the best developer you can be! About Florin Pop Florin Pop is a full-time freel...


17: Managing orientation changes in React Native apps

https://blog.logrocket.com/managing-orientation-changes-react-native-apps/

Log Rocket blog (Web 2)

In this article, we will explore managing screen orientation in React Native apps and learn how to lock the screen orientation. The post Managing orientation changes in React Native apps appeared first on LogRocket Blog.


18: Variable Declaration in JavaScript

https://conceptsinshort.hashnode.dev/variable-declaration-in-javascript

Hashnode - javascript (Javascript)

1) In JavaScript, there are three keywords used for variable declaration: var, let, and const. 2) Variables created without a declaration keyword (var, let, or const) are always global, even if they are created inside a function. It becomes the prop...


19: Super-Sized Bets for Football's Big Game (2013-2022)

https://www.visualcapitalist.com/super-sized-bets-for-footballs-big-game/

Visual Capitalist (dataviz)

Expanding legalization has driven an increase in bets on football's big game, with wagers more than doubling from 2021 to 2022. (Sponsored Content) The post Super-Sized Bets for Football’s Big Game (2013-2022) appeared first on Visual Capitalist.


20 / 115

20: Ce hacker a volé les données de tous les habitants de plusieurs pays : voici comment

https://www.lebigdata.fr/hacker-donnees-arrete

Le Big Data (dataviz)

Un jeune hacker accusé de vol et de recel de données sur les forums de Dark Web a été arrêté … Cet article Ce hacker a volé les données de tous les habitants de plusieurs pays : voici comment a été publié sur LeBigData.fr.


21: Using Postgresql Locally In Windows10 With Express

https://bube.hashnode.dev/using-postgresql-locally-in-windows10-with-express

Hashnode - javascript (Javascript)

Introduction To use Postgres locally, we need to install it first, we will be using a package manager for windows named chocolatey as it is more straightforward based on my experience, Installing Postgersql postgresql chocolatey link Open Command Pro...


22: Migrating from Next.js 12 to Next.js 13

https://rahmladtech.hashnode.dev/migrating-from-nextjs-12-to-nextjs-13

Hashnode - javascript (Javascript)

Introduction Next.js is a popular framework for building server-side rendered React applications. Not long ago, the team announced at Next.JS Conf about Next.JS 13 (stable) which lay the foundation to be dynamic without limits. With each new release,...


23: Event Propagation In JavaScript

https://codechitra.hashnode.dev/event-propagation-in-javascript

Hashnode - javascript (Javascript)

Event Propagation is a mechanism that explains how an event propagates or travels through the dom tree. Before understanding Event propagation we have to remember one point. Events are always created whether we listen to them or not.


24: How to draw CALLIEWAGS

https://feeds.feedblitz.com/~/726545387/0/tanglepatterns~How-to-draw-CALLIEWAGS.html

TanglePatterns (Zentangle)

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


25: SvelteKit Auth with AWS Cognito

https://blog.logrocket.com/sveltekit-auth-aws-cognito/

Log Rocket blog (Web 2)

Learn how to use the SvelteKit Auth module to authenticate your SvelteKit apps, including processes like redirection-based logins. The post SvelteKit Auth with AWS Cognito appeared first on LogRocket Blog.


26: Ovni Ventures, un nouveau fonds pour la French Tech qui veut internationaliser les start-up dès l'amorçage

https://www.usine-digitale.fr/article/ovni-ventures-un-nouveau-fonds-pour-la-french-tech-qui-veut-internationaliser-les-start-up-des-l-amorcage.N2098586

L'usine-digitale (Informatique)

Le fonds d'investissement Ovni Ventures a été lancé ce matin par la société de gestion Ovni Capital. Doté de 50 millions d'euros, il est spécialisé dans les start-up françaises développant des innovations de rupture et souhaitant s'internationaliser dès l'amorçage.


27: How To Install and Configure Elasticsearch on Rocky Linux 9

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-rocky-linux-9

Digital Ocean Tutorials (Internet)

Introduction Elasticsearch is a platform for distributed search and analysis of data in real time. It is a popular choice due to its usability, powerful features, and scalability. This article will guide you through installing Elasticsearch 8.x, configuring it for your use case, securing your installation, and beginning to work with your Elasticsearch server. Prerequisites Before following this tu [...]


28: How To Install and Secure Redis on Rocky Linux 8

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-rocky-linux-8

Digital Ocean Tutorials (Internet)

Introduction Redis is an open-source, in-memory key-value data store which excels at caching. Redis is a non-relational database known for its flexibility, performance, scalability, and wide language support. Redis was designed for use by trusted clients in a trusted environment, and has no robust security features of its own. Redis does, however, have a few security features like password authen [...]


29: How To Create a New Sudo-enabled User on Rocky Linux 8 [Quickstart]

https://www.digitalocean.com/community/tutorials/how-to-create-a-new-sudo-enabled-user-on-rocky-linux-8-quickstart

Digital Ocean Tutorials (Internet)

Introduction The sudo command provides a mechanism for granting administrator privileges ' ordinarily only available to the root user ' to normal users. This guide will show you how to create a new user with sudo access on Rocky Linux 8, without having to modify your server's /etc/sudoers file. Note: If you want to configure sudo for an existing Rocky Linux user, skip to step 3. Step 1 ' Logging [...]


30 / 115

30: Video Transcription using Cloudinary Add-on in a Nuxt 3 Application

https://yhuakim.hashnode.dev/video-transcription-using-cloudinary-add-on-in-a-nuxt-3-application

Hashnode - javascript (Javascript)

Video transcription is the process of converting the spoken words in a video into written text. This can be done automatically using speech recognition technology or manually by transcribers. The transcribed text is usually synchronised with the vide...


31: Google investit 300 millions de dollars dans Anthropic, développeur d'un concurrent de ChatGPT

https://www.usine-digitale.fr/article/google-investit-300-millions-de-dollars-dans-anthropic-developpeur-d-un-concurrent-de-chatgpt.N2098566

L'usine-digitale (Informatique)

Le géant du web arrive au capital de la start-up Anthropic, fondée par des anciens d'OpenAI et qui a mis au point un grand modèle de langage aux capacités similaires à celles de ChatGPT.


32: More about Numbers in JavaScript

https://tanishka.hashnode.dev/more-about-numbers-in-javascript

Hashnode - javascript (Javascript)

We have seen enough about arrays and objects. Now, Let's shift our focus to numbers and dates. Converting into numbers To work with numbers, we first need to make sure it IS a number. The input might be given in form of a string. To do that, we have ...


33: Amazon a replongé dans le rouge en 2022

https://www.usine-digitale.fr/article/amazon-a-replonge-dans-le-rouge-en-2022.N2098546

L'usine-digitale (Informatique)

Le groupe d'Andy Jassy a réalisé une bonne fin d'année commercialement, mais la rentabilité n'est pas au rendez-vous et le groupe est plombé par son investissement dans Rivian. Par ailleurs, ses revenus en dehors des États-Unis ont été décevants l'année dernière.


34: What is user research democratization and why does it matter'

https://blog.logrocket.com/product-management/what-is-user-research-democratization-why-does-it-matter/

Log Rocket blog (Web 2)

User research democratization is about expanding access, participation, facilitation, and ownership of UX research to other non-user researching teams. The post What is user research democratization and why does it matter' appeared first on LogRocket Blog.


35: A guide to Vuex ORM

https://blog.logrocket.com/guide-vuex-orm/

Log Rocket blog (Web 2)

Vuex ORM provides a simple interface for interacting with the Vuex store as a database, making it easy to store, retrieve, and update data within a Vue application. The post A guide to Vuex ORM appeared first on LogRocket Blog.


36: ' Simplifying flavor setup in the existing Flutter app: A comprehensive guide

https://saileshdahal.com.np/flavor-setup-flutter

Hashnode - Flutter (Flutter)

Flavors are build configurations in Flutter apps that allow developers to create separate environments using the same code base. They allow for customization at runtime based on the defined compile-time configurations. Flavors allow efficient manage...


37: Javascript Vs Typescript

https://hirentimbadiya.hashnode.dev/javascript-vs-typescript

Hashnode - javascript (Javascript)

JavaScript and TypeScript are both programming languages used for web development, but they have several key differences. Typing System : TypeScript has a strong typing system, while JavaScript is dynamically typed. This means that in TypeScript, va...


38: Scoping in JavaScript

https://rakeshdeka.hashnode.dev/scoping-in-javascript

Hashnode - javascript (Javascript)

Hoisting is an internal behavior of JavaScript, and it is important to understand the logic behind it. As example, function sum(a, b){ return a+b } console.log(sum(1,2)) output: It executes the code and prints 3 on the console. Because in JavaS...


39: Hoisting in JS

https://rakeshdeka.hashnode.dev/hoisting-in-js

Hashnode - javascript (Javascript)

Hoisting is an internal behavior of JavaScript, and it is important to understand the logic behind it. As example, function sum(a, b){ return a+b } console.log(sum(1,2)) output: It executes the code and prints 3 on the console. Because in JavaS...


40 / 115

40: The Double Emphasis Thing

https://css-tricks.com/the-double-emphasis-thing/

css-tricks (CSS)

I used to have this boss who loved, loved, loved, loved to emphasize words. This was way back before we used a WYSIWYG editors and I’d have to handcode that crap. <pI used to have this … The Double Emphasis Thing originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


41: sketch: AI Code-Writing Assistant That Understands Data Content

https://mathdatasimplified.com/2023/02/06/sketch-ai-code-writing-assistant-that-understands-data-content/

Math Data Simplified (data)

Wouldn’t it be nice if you could get insights into your data by simply asking a question' Sketch allows you to do exactly that. Sketch is an AI code-writing assistant for pandas users that understands the context of your data. Link to sketch. The post sketch: AI Code-Writing Assistant That Understands Data Content appeared first on Data Science Simplified.


42: Getting Started with Prefect: Powerful Orchestration for Your Data

https://hashnode.dataknowsall.com/getting-started-with-prefect-powerful-orchestration-for-your-data

Hashnode - python (python)

What is Prefect' Prefect is an open-source orchestration tool for data engineering. It is a Python-based tool that allows you to define, schedule, and monitor your data pipelines. Prefect is a great tool for data engineers and data scientists who wan...


43: How to Build Email Lookup Extension for Chrome using Hazelbase APIs

https://meanstack.hashnode.dev/how-to-build-email-lookup-extension-for-chrome-using-hazelbase-apis

Hashnode - javascript (Javascript)

Building an email lookup extension for Chrome is a great way to enhance your productivity by quickly searching for email addresses without leaving the browser. In this article, we will walk you through the process of building an email lookup extensio...


44: Carrefour teste le' robot-livreur

https://www.rtflash.fr/carrefour-teste-robot-livreur/article

Tregouet.org ()

Pour la première fois en Europe, Carrefour Belgique teste la livraison grâce à des robots Delivers.AI dotés d'intelligence artificielle. Cent pour cent autonomes, ils seront capables, si les tests sont concluants, de livrer les courses à domicile au départ des magasins. Les tests ont lieu au Corporate Village de Zaventem. La cartographie des lieux a été finalisée, les tests sont actuellem [...]


45: Découverte d'un gène impliqué dans la schizophrénie

https://www.rtflash.fr/decouverte-d-gene-implique-dans-schizophrenie/article

Tregouet.org ()

Le gène NOTCH4 (Neurogenic locus notch homolog 4) situé sur le chromosome 6 a été identifié comme intervenant dans le risque de schizophrénie dans diverses études selon un mécanisme non connu. Les chercheurs savent que la protéine Notch4 (protéine codée par le gène NOTCH4) régule les voies de signalisation associées à la maturation neuronale, un processus « impliqué [...]


46: Un nouveau robot pour améliorer le quotidien des personnes âgées

https://www.rtflash.fr/nouveau-robot-pour-ameliorer-quotidien-personnes-agees/article

Tregouet.org ()

Le japonais Aeolus Robotics présente Aeo, un robot humanoïde à deux bras qui offre de nouvelles perspectives et des usages très pratiques, notamment à l'attention des personnes à faible mobilité. en lire plus


47: Ranked: Who's Won The Most Grammy Awards'

https://www.visualcapitalist.com/cp/ranked-whos-won-the-most-grammy-awards/

Visual Capitalist (dataviz)

After the latest Grammy Awards, which artist claims the crown for most wins' This graphic shows the artists with the most Grammys as of 2023. The post Ranked: Who's Won The Most Grammy Awards' appeared first on Visual Capitalist.


48: Top VS Code Extensions for Developers

https://alabo-excel.hashnode.dev/top-vs-code-extensions-for-developers

Hashnode - javascript (Javascript)

Hello and welcome! VS code is a widely used code editor and for optimal productivity, you might need some extensions to help save you the stress of performing certain tasks. In this article, I'll be sharing a few of my favourite VS code extensions fo...


49: Des nanoparticules contre le cancer du cerveau

https://www.rtflash.fr/nanoparticules-contre-cancer-cerveau/article

Tregouet.org ()

Une équipe de biologistes bordelais vient d'obtenir des financements pour poursuivre ses recherches dans le développement d'un traitement qui utilise la technologie des nanoparticules. Il s'agit de lutter contre le glioblastome, une tumeur cérébrale très agressive. Les recherches débutent seulement mais le traitement s'annonce prometteur. Elles sont menées par des chimistes bordelais du lab [...]


50 / 115

50: Histoire des maladies : la génétique retrace 10 000 ans d'évolution de notre immunité

https://www.rtflash.fr/histoire-maladies-genetique-retrace-10-000-ans-d-evolution-notre-immunite/article

Tregouet.org ()

C'est une révolution génétique qui remonte à l'âge du bronze en Europe : il y a 4500 ans, notre système immunitaire a commencé à muter pour mieux résister à une propagation de maladies infectieuses, au détriment de notre protection contre d'autres types de maladies. en lire plus


51: Exciting New Tools for Designers, February 2023

https://www.webdesignerdepot.com/2023/02/exciting-new-tools-for-designers-february-2023/

Webdesigner depot (Design)

No matter what you're working on, you can guarantee that there's a cool app, resource, or service that will help you do it faster, better, and cheaper. And so every month we post this roundup of the most exciting new tools we've found in the previous four weeks. This month, the AI revolution continues with […] The post Exciting New Tools for Designers, February 2023 first appeared on Webdesi [...]


52: De nouvelles propriétés du magnétisme qui pourraient changer nos ordinateurs

https://www.rtflash.fr/nouvelles-proprietes-magnetisme-qui-pourraient-changer-nos-ordinateurs/article

Tregouet.org ()

La miniaturisation en cours des composants des ordinateurs dont les électrons sont les vecteurs du transfert d'informations est devenue un défi. Mais il serait possible d'utiliser le magnétisme et de poursuivre ainsi le développement d'ordinateurs à la fois moins chers et plus puissants. C'est l'une des perspectives qu'ouvrent les scientifiques de l'Institut Niels Bohr (NBI) de l'Université [...]


53: A Visual Breakdown of Global Music Consumption

https://www.visualcapitalist.com/cp/a-visual-breakdown-of-global-music-consumption/

Visual Capitalist (dataviz)

How do people around the world consume their music, and how are these consumption habits changing as technology evolves' The post A Visual Breakdown of Global Music Consumption appeared first on Visual Capitalist.


54: Dell, NetApp, Hubspot' Notre récap' des derniers licenciements dans la Tech

https://www.usine-digitale.fr/article/dell-netapp-hubspot-notre-recap-des-derniers-licenciements-dans-la-tech.N2098466

L'usine-digitale (Informatique)

La semaine commence avec un plan social de 6650 personnes chez Dell. Les grands constructeurs informatiques paient tous un lourd tribut au retournement de conjoncture. Dans ce récapitulatif, également de nombreux licenciements dans l'e-commerce et le logiciel.


55: JavaScript : Let, Var, Const

https://hashnodecoder.hashnode.dev/javascript-let-var-const

Hashnode - javascript (Javascript)

Var "var" is a keyword in JavaScript used for variable declaration. It declares a variable and assigns a value to it. The scope of a "var" variable is either function scope or globally scoped if declared outside of a function. console.log(name); //un...


56: The difference between high-performing and ordinary teams

https://blog.logrocket.com/product-management/difference-between-high-performing-and-ordinary-teams/

Log Rocket blog (Web 2)

A lot is said about high-performing teams, but that will never happen if the environment isn't ready for it. The post The difference between high-performing and ordinary teams appeared first on LogRocket Blog.


57: Using AG Grid in React: Guide and alternatives

https://blog.logrocket.com/ag-grid-react-guide-alternatives/

Log Rocket blog (Web 2)

Learn how to build and style a data grid in a React app using AG Grid. Also, compare alternative data grid libraries. The post Using AG Grid in React: Guide and alternatives appeared first on LogRocket Blog.


58: Advanced image SEO: A secret manual

https://searchengineland.com/advanced-image-seo-secret-manual-392632

Search engine land (Référencement)

Learn how search engines process images and key image SEO tactics to implement from this comprehensive overview. The post Advanced image SEO: A secret manual appeared first on Search Engine Land.


59: Short circuiting, Nullish Coalescing operator

https://aashman.hashnode.dev/short-circuiting-nullish-coalescing-operator

Hashnode - javascript (Javascript)

Short-circuiting When a condition or a particular expression is evaluated from left to right and the result appears before the complete evaluation of the expression, this occurs due to short-circuiting with operators. It avoids unnecessary work. OR(|...


60 / 115

60: Quand verrons-nous la technologie d'expression faciale de Quest Pro sur un casque VR non professionnel '

https://www.realite-virtuelle.com/technologie-expression-faciale-quest-casque-vr-non-professionnel/

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

Verrons-nous un jour la technologie de suivi des expressions faciales du casque Quest Pro sur […] Cet article Quand verrons-nous la technologie d'expression faciale de Quest Pro sur un casque VR non professionnel ' a été publié sur Réalité-Virtuelle.com.


61: New Malware Strain RATDispenser: A Threat to Your Sensitive Data

https://cyberhub.hashnode.dev/new-malware-strain-ratdispenser-a-threat-to-your-sensitive-data

Hashnode - javascript (Javascript)

Threat actors are utilizing a previously unseen JavaScript malware named RATDispenser that acts as a loader to distribute remote access Trojans (RATs) and information stealers. This new and elusive malware has been discovered to deploy at least eight...


62: How to create a dynamic link library (DLL) and use it in .Net and Python

https://towernter.hashnode.dev/how-to-create-a-dynamic-link-library-dll-and-use-it-in-net-and-python-cldsursjt000209l3gxn9ho4d

Hashnode - python (python)

What is a DLL file' A library is a collection of non-volatile resources that are used for software development. In this tutorial, we are going to create our own dynamic link library(DLL) using c#. A DLL is a library used on Microsoft platforms that c...


63: Outscale veut faciliter l'accès des éditeurs SaaS à la qualification SecNumCloud

https://www.usine-digitale.fr/article/outscale-veut-faciliter-l-acces-des-editeurs-saas-a-la-qualification-secnumcloud.N2098451

L'usine-digitale (Informatique)

Outscale propose d'accompagner éditeurs de logiciels, mais aussi opérateurs d'importance vitale et administrations pour l'obtention du visa de sécurité SecNumCloud, développé par l'Anssi, qui vient sanctionner le plus haut niveau de compétence et de qualité de service en matière de cybersécurité.


64: How to make a career in python programming.

https://digistackedu.hashnode.dev/how-to-make-a-career-in-python-programming

Hashnode - python (python)

Python is the most popular and high-level, interpreted programming language widely used in various applications, including web development, scientific computing, data analysis, artificial intelligence, and more. With its popularity and versatility, m...


65: Hey, Freelancers! We are a web development agency Glivera-Team.

https://glivera-team.com/hey-freelancers-we-are-a-web-development-agency-glivera-team

Hashnode - python (python)

Using Upwork or other similar sites to find new contracts'Want to be informed about new jobs every 5 minutes' We have a new service for you! Interested' Reply to this message to become a beta tester. You will get a free test period with full acce...


66: Méthode Agile : la clé pour une gestion de projet réussi

https://www.lebigdata.fr/methode-agile-gestion-projet

Le Big Data (dataviz)

La méthode Agile  gagne de plus en plus de terrain dans les entreprises modernes pour développer les projets. Avec une … Cet article Méthode Agile : la clé pour une gestion de projet réussi a été publié sur LeBigData.fr.


67: xrOS : tout ce que l'on sait sur le futur système d'exploitation d'Apple

https://www.realite-virtuelle.com/xros-apple-tout-savoir/

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

Depuis de longs mois, l'équipe d’Apple sur un casque de réalité mixte dont on on […] Cet article xrOS : tout ce que l'on sait sur le futur système d’exploitation d’Apple a été publié sur Réalité-Virtuelle.com.


68: How to write long-form content: 7 smart steps and examples

https://searchengineland.com/long-form-content-steps-examples-392592

Search engine land (Référencement)

Writing long-form content that gets results is a skill. Learn how you can leverage it to meet your content marketing goals. The post How to write long-form content: 7 smart steps and examples appeared first on Search Engine Land.


69: How To Build A Magazine Layout With CSS Grid Areas

https://smashingmagazine.com/2023/02/build-magazine-layout-css-grid-areas/

Smashing magazine (CSS / Web 2)

Web development, especially what you can do with CSS, has become increasingly complex. With the added capabilities of CSS Grid, it is now possible to achieve layouts that look like they were laid out by hand. Let's tackle a practical example of how to do something like that.


70 / 115

70: 5 idées de Notes à partager sur Instagram

https://www.blogdumoderateur.com/idees-notes-instagram/

Blog du Moderateur ()

Vous avez accès à la fonctionnalité Notes sur Instagram ' Découvrez quelques idées de notes à partager à vos abonnés !


71: Part 4 ' From idea to game: A beginner's guide to creating games with Unity

https://bfranse.hashnode.dev/beginners-guide-to-creating-games-with-unity-part-4

Hashnode - Unity (unity)

In the previous articles, I have gone over the process of generating ideas for your games, picking the one for you, refining that idea and planning the development process while using my project as an example. Logically, the next step is to set up al...


72: Preparing the right tools for the job

https://bfranse.com/preparing-the-right-tools-for-the-job

Hashnode - Unity (unity)

In the previous articles, I have gone over the process of generating ideas for your games, picking the one for you, refining that idea and planning the development process while using my project as an example. Logically, the next step is to set up al...


73: Sexe, drogue et IA : cette technique déjoue la censure de ChatGPT

https://www.lebigdata.fr/chatgpt-jailbreak-censure

Le Big Data (dataviz)

Une technique très simple permet de contourner la censure de ChatGPT. Il suffit de demander au chatbot « d’imiter » … Cet article Sexe, drogue et IA : cette technique déjoue la censure de ChatGPT a été publié sur LeBigData.fr.


74: React Hooks

https://pcodesdev.hashnode.dev/react-hooks

Hashnode - javascript (Javascript)

React Hooks are functions that let you "hook into" React features. With hooks, you can extract state logic, use effects, and manage updates to your components without having to write classes. Hooks let you reuse stateful logic across your functional ...


75: My first post using Github as source (updated)

https://1999-personal.hashnode.dev/articlee-3

Hashnode - python (python)

With single slash (after update) The input is a collection of (N) numbers and iteration k. At each iteration, we need pick the largest number (x), put (sqrt{x}) back to the collection, and take away (x-sqrt{x}) . The output is sum of remaining numb...


76: Web Development for beginners

https://codinghustle.online/web-development-or-spa-for-beginners

Hashnode - javascript (Javascript)

A single-page application is a web application or website that communicates with users by dynamically updating the currently-viewed page with fresh information from the web server rather than using the standard procedure of having a web browser load ...


77: My first post using Github as source (updated)

https://1999-personal.hashnode.dev/articlee-1

Hashnode - python (python)

With single slash The input is a collection of (N) numbers and iteration k. At each iteration, we need pick the largest number (x), put (sqrt{x}) back to the collection, and take away (x-sqrt{x}) . The output is sum of remaining numbers after (k) i...


78: Chouette lève 5 millions d'euros pour aider les viticulteurs à surveiller et traiter leurs vignes

https://www.usine-digitale.fr/article/chouette-l-agritech-qui-aide-les-viticulteurs-a-surveiller-et-a-traiter-leurs-vignes-leve-5-millions-d-euros.N2098361

L'usine-digitale (Informatique)

La start-up Chouette, qui développe une solution de surveillance des vignes et un outil d'aide à la décision pour les viticulteurs, a annoncé, le 6 février 2023, avoir levé 5 millions d'euros dans l'idée d'acquérir plus de clients en France et en Europe.


79: HTML, CSS and Javascript.

https://armashansari.hashnode.dev/html-css-and-javascript

Hashnode - javascript (Javascript)

What is HTML' HTML stands for Hypertext Markup Language. HTML describes the structure of a web page. We can say HTML is a skeleton of a web body. It is a markup language, and almost every website that exists nowadays consists of HTML. HTML elements t...


80 / 115

80: How to Structure Your Code as a Developer in 2023

https://scofield.hashnode.dev/how-to-structure-your-code-as-a-developer-in-2023

Hashnode - javascript (Javascript)

How you organize your code affects how easily it can be changed, debugged, and maintained, making code structure one of the most important aspects of software development. This article will outline the benefits of structured code, techniques for stru...


81: Twitter : un abonnement à 1000 $ par mois pour le badge doré '

https://www.blogdumoderateur.com/twitter-abonnement-badge-dore-1000-dollars/

Blog du Moderateur ()

Twitter envisage de faire payer le badge doré de vérification dédié aux entreprises.


82: Guide : mieux traiter vos leads pour générer plus de chiffre d'affaires

https://www.blogdumoderateur.com/guide-mieux-traiter-leads-generer-chiffre-affaires/

Blog du Moderateur ()

Les conseils et bonnes pratiques de l'agence Yumens pour mieux traiter vos leads.


83: Les 20 langages informatiques les plus populaires en février

https://www.blogdumoderateur.com/langages-informatiques-populaires-tiobe-fevrier-2023/

Blog du Moderateur ()

C++ poursuit son impressionnante croissance en ce début d'année 2023 !


84: Take your web development to next level with these python libraries.

https://adicode.ml/python-libraries-for-webdevelopment

Hashnode - python (python)

Introduction From the grandmasters of the web to the novice coders, the versatility and functionality of Python have made it the go-to language for web development. In this blog, we'll dive into the most useful Python tools that will transform you in...


85: What is requirements.txt in Python'

https://shamnadsherief.tech/what-is-requirementstxt-in-python

Hashnode - python (python)

What is requirements.txt in Python' In Python, the requirements.txt file is a text file that lists all of the dependencies that a project needs to run. It is used by pip, the Python package installer, to install the necessary packages for a project. ...


86: Objects in space headed towards Earth

https://flowingdata.com/2023/02/06/objects-in-space-headed-towards-earth/

Flowing data (dataviz)

NASA’s Center for Near Earth Object Studies tracks large objects, such as asteroids,…Tags: asteroids, NASA, Reuters, scale, space


87: Automate README updates with GitHub actions

https://blog.azanulhaque.tech/automate-readme-updates-with-github-actions

Hashnode - python (python)

Today, well yesterday actually, I learned about TILs (Today I Learned). It was always there in the back of my head that I should keep a journal for all the tiny things I learn, all those really small scripts that I use for some small task. A database...


88: Améliorer le SEO d'un site WordPress : conseils, plugins et ressources utiles

https://www.blogdumoderateur.com/ameliorer-seo-site-wordpress-conseils-plugins/

Blog du Moderateur ()

Daniel Roch, fondateur de l'agence SeoMix, nous partage ses conseils pour optimiser le référencement de son site WordPress.


89: Python Literals: Understanding the Building Blocks of Python Programming

https://riswan.hashnode.dev/python-literals-understanding-the-building-blocks-of-python-programming

Hashnode - python (python)

Python is a high-level programming language that is widely used for web development, data analysis, and artificial intelligence. One of the fundamental building blocks of Python programming like many other programming languages is literals, which are...


90 / 115

90: How to deploy a Django app to AWS Elastic Beanstalk

https://blog.ahmadwkhan.com/how-to-deploy-a-django-app-to-aws-elastic-beanstalk

Hashnode - python (python)

Elastic Beanstalk is a Platform As A Service (PaaS) that streamlines the setup, deployment, and maintenance of an app on Amazon AWS. It's a managed service, coupling the server (EC2), database (RDS), and static files (S3). You can quickly deploy and ...


91: Kafka répond-il à mon besoin '

https://blog.octo.com/kafka-repond-il-a-mon-besoin/

Octo (Internet)

Vous vous demandez si Kafka répond à vos besoins ' Vous êtes au bon endroit. Ici, nous allons vous présenter les différents cas d'utilisation et les contraintes de Kafka. Cela vous permettra, on l'espère, de faire un choix éclairé. L'article Kafka répond-il à mon besoin ' est apparu en premier sur OCTO Talks !.


92: Dependency Injection

https://sungod.hashnode.dev/dependency-injection

Hashnode - Flutter (Flutter)

Hello everyone, in this article we are going in-depth with the Flutter GetIt package. We will understand why we use this package. What does it provide' What problem does it solve' and many more. In a Flutter application, it can be challenging to mana...


93: SCOPE in JavaScript

https://devmedic.hashnode.dev/scope-in-javascript

Hashnode - javascript (Javascript)

Introduction To become confident as a JavaScript programmer or developer, you always need to know how everything in your code works. With that understanding, you can avoid certain errors in JavaScript. An error that tends to occur due to limited know...


94: Scope and Scope Chain in JavaScript

https://devmedic.hashnode.dev/scope-and-scope-chain-in-javascript

Hashnode - javascript (Javascript)

Introduction To become confident as a JavaScript programmer or developer, you always need to know how everything in your code works. With that understanding, you can avoid certain errors in JavaScript. An error that tends to occur due to limited know...


95: The Beginners Guide to Web Servers

https://diki.hashnode.dev/the-beginners-guide-to-web-servers

Hashnode - javascript (Javascript)

A web server is a software system that delivers web pages to clients over the internet, allowing users to access websites and web-based applications. Web servers receive requests from clients (typically web browsers) and return the requested resour...


96: Learning Top JavaScript Questions Day112

https://dheerajy1.hashnode.dev/learning-top-javascript-questions-day112

Hashnode - javascript (Javascript)

Today #Day112 of #365DaysOfCode, Learning Top JavaScript Interview Questions. Beginner JavaScript Interview questions 1. What do you understand about JavaScript' Javascript is a popular web scripting language and is used for client-side and server-si...


97: How to Build Email Lookup Extension for Chrome using Hazelbase APIs

https://www.anythingprogramming.com/how-to-build-email-lookup-extension-for-chrome-using-hazelbase-apis

Hashnode - javascript (Javascript)

As a developer, you understand the importance of having access to accurate and reliable data. HazelBase is a powerful identity network that collects data from the internet and provides users with a wealth of information. HazelBase understands the com...


98: JavaScript 101: Understanding Promises, Async & Await

https://hojaleaks.com/javascript-101-understanding-promises-async-await

Hashnode - javascript (Javascript)

Promises, Async & Await are all related concepts in JavaScript that are used to handle asynchronous operations. A Promise is an object that represents the eventual completion (or failure) of an asynchronous operation, and its resulting value. Promise...


99: The best tools for software development industry

https://blog.chetanmittaldev.com/the-best-tools-for-software-development-industry

Hashnode - javascript (Javascript)

What is a tool' A tool is an object that can extend an individual's ability to modify features of the surrounding environment or help them accomplish a particular task. Website development WordPress - Small to medium website. A majority of amazon af...


100 / 115

100: Check Whether a Number is Even or Odd in Javascript

https://gauravpatil.hashnode.dev/check-whether-a-number-is-even-or-odd-in-javascript

Hashnode - javascript (Javascript)

Introduction Hi everyone In this article we will create a javascript program to check number is Even or Odd in Javascript. To achieve this, divide the number by 2, then determine if it is divisible or not. If a number is exactly divisible by 2, it is...


101: String in JavaScript

https://phyowainyunt-mm.hashnode.dev/string-in-javascript

Hashnode - javascript (Javascript)

JS ''' Strings '''''' ''''''' ''''''''''''' Web technology ''' ''''''''''''''' ''''''''''''' HTML, CSS ''' JavaScript ''''' '''''''''''''''''' Technologies '''''''' HTML (HyperText Markup Language) HTML ''' '''''''''''''' Web page '''''''''''''''''...


102: JavaScript Array Clean Sheet

https://phyowainyunt-mm.hashnode.dev/javascript-array-clean-sheet

Hashnode - javascript (Javascript)

'' methods ''''' Project '''''''''''''''''''' JavaScript ''' build-in methods ''''''''''''''' ''''''''''''''''''''''' forEach() Array '''''''''''''' items '''''' Loop ''''''''''''''' '''''''' (traditional for loop ''' '''''''''''') '''''''''''''''' ...


103: This day in search marketing history: February 6

https://searchengineland.com/search-marketing-history-february-6-392679

Search engine land (Référencement)

AdWords announces Enhanced Campaigns, plus: more Google Shopping ads, Toolbar PageRank, GSC updates, AMP change and more. The post This day in search marketing history: February 6 appeared first on Search Engine Land.


104: Pydantic Data Validation

https://nav610.hashnode.dev/pydantic-data-validation

Hashnode - python (python)

The last blog discussed a method of data validation, exemplified through a POST request, that utilized a class whose __init__ method attempted to assign parameters and threw an error if a parameter did not exist. Unfortunately, that class structure w...


105: Day 27 - Dictionary

https://viveky.hashnode.dev/day-27-dictionary

Hashnode - python (python)

Python Dictionaries Dictionaries are ordered collection of data items. They store multiple items in a single variable. Dictionary items are key-value pairs that are separated by commas and enclosed within curly brackets {}. Example: info = {'name':'K...


106: My Outlook to Software Development

https://dhanushks.hashnode.dev/my-outlook-to-software-development

Hashnode - python (python)

Hey all, I am from ECE branch, and got into learn programming so it whould help me get placed. So started learning python in my 5th sem and the resource I used was https://www.programiz.com/python-programming (programiz website) and this helped me a ...


107: Leveraging React JS, Firebase, and Product Management for a Standout Portfolio Website

https://victoryonuoha.hashnode.dev/leveraging-react-js-firebase-and-product-management-for-a-standout-portfolio-website

Hashnode - javascript (Javascript)

Portfolio Website for Tech Professional Product Features: Personalized and professional design Interactive and dynamic web pages using React JS Robust and user-friendly user experience using UX Design Dynamic functionality using Javascript Optim...


108: Generic Python Class for Running Tasks Simultaneously

https://jaggedarray.hashnode.dev/generic-python-class-for-running-tasks-simultaneously

Hashnode - python (python)

Introduction For a lot of us, when we write Python code, if we're wanting to execute multiple tasks we will write a loop and execute them one at a time. However, the more tasks, the more time intensive these programs become. The time it takes scales ...


109: Maximizing User Experience with Bandsite: A Product Management Approach Using React JS, Javascript, SASS, REST API, and DOM Manipulation

https://victoryonuoha.hashnode.dev/maximizing-user-experience-with-bandsite-a-product-management-approach-using-react-js-javascript-sass-rest-api-and-dom-manipulation

Hashnode - javascript (Javascript)

As a product manager, I am proud to introduce Bandsite, a cutting-edge website built specifically for musicians and music enthusiasts. The platform integrates a variety of web development technologies, including React JS, Javascript, SASS, REST API, ...


110 / 115

110: Day 1 programming intro

https://toro.hashnode.dev/day-1-programming-intro

Hashnode - python (python)

'''''''''''' sadfsadfsdf


111: Day 0 programming intro

https://toro.hashnode.dev/day-0-programming-intro

Hashnode - python (python)

''''''''''' (Toro) ''''''''''''''''''''' '.''' ''' '.'' ''''''''''''''''''''''''''''''' (''''') '''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''' C '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...


112: WP-Mix Celebrates 11 Years

https://wp-mix.com/wp-mix-celebrates-11-years/

WP-mix.com (wordpress / PHP)

Celebrating 14 years online! WP-Mix launched back in 2012 as a simple code snippets site. It’s just a place where I can stash and share useful code snippets and tutorials. There are over 400 published posts and another 300+ draft posts. I could publish all those drafts “as-is”. But a lot of them are just […]


113: Weekend Reading ' ' How many fingers to a hand'

https://labnotes.org/weekend-reading-how-many-fingers-to-a-hand/

Lab notes (Développement)

This week we ask who's responsible for technical decisions, dig into the origins of spaghetti code, discover a new dopamine loop, talk a lot (too much') about generative AI, and wrap it up with a better chat UI.


114: Introduction To Express Framework

https://eddy.hashnode.dev/introduction-to-express-framework

Hashnode - javascript (Javascript)

Express is a web application framework for Node.js, used for building server-side applications. It provides a minimal interface for building APIs and web applications, allowing for flexibility and ease of use. Node.js on the other hand is a runtime e...


115: Exfiltrating Data using Light

https://colej.net/exfiltrating-data-using-light

Hashnode - python (python)

While reading the news, I have seen a lot of people try exfiltrating data from compromised systems that are air-gapped using a variety of different methods whether it is from light, vibrations or sound. I thought it would be an interesting project to...




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