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

« Janvier 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Lundi 16 Janvier 2023 (422)

1: How Fast Can We Learn Front End Development

https://vinne.hashnode.dev/how-fast-can-we-learn-front-end-development

Hashnode - javascript (Javascript)

There's a general perception that front-end developers have it easier than their back-end colleagues. This might be true on a beginner level. In reality, however, mastering either of these two sides of web development requires a lot of hard work and ...


2: Google Feels Left Out of Stalking Lawsuits, Plans AirTag Rival

https://www.webpronews.com/google-feels-left-out-of-stalking-lawsuits-plans-airtag-rival/

WebProNews SEO (Développement)

WebProNews Google Feels Left Out of Stalking Lawsuits, Plans AirTag Rival While it's no secret Apple and Google copy each other's best features, it comes as something of a surprise that Google is working on an AirTag competitor. Google Feels Left Out of Stalking Lawsuits, Plans AirTag Rival Matt Milano


3: Flutter file_picker and Uploading files to Amazon S3 with AWS Amplify

https://salih.dev/flutter-filepicker-and-uploading-files-to-amazon-s3-with-aws-amplify

Hashnode - Flutter (Flutter)

File picking is one of the most important features that your application can have. You can use it for image or any kind of file uploading mechanism. For uploading files, there are many alternatives. One can use their own service as well as other help...


4: Learn HTML With Mentweb

https://mentweb.hashnode.dev/learn-html-with-mentweb

Hashnode - javascript (Javascript)

*HTML *What is HTML' Answer:- 'HTML stands for hyper text markup language 'HTML is the standard markup language for creating web pages 'HTML describes the structure of a web page 'HTML consists of a series of elements 'HTML elements tell the browser ...


5: JavaScript Decorators in Eclipse Dirigible

https://vmutafov.com/javascript-decorators-in-eclipse-dirigible

Hashnode - javascript (Javascript)

Eclipse Dirigible supports JavaScript decorators' Although decorators support is something new in Dirigible yet to be documented, we have plans to use them more and more. You may ask, how did we add support for them' Well, the secret ingredient is th...


6: Nodejs fetch API: The Complete Guide

https://metered.hashnode.dev/nodejs-fetch-api-the-complete-guide

Hashnode - javascript (Javascript)

This article was originally published on the DeadSimpleChat blog: Nodejs fetch API: The Complete Guide Introduction The fetch API was introduced in the node 18 as available by default. It provides a method for an easy, logical way to fetch resources...


7: How to integrate TailwindCSS with SvelteKit

https://h.matiashernandez.dev/how-to-integrate-tailwindcss-with-sveltekit

Hashnode - javascript (Javascript)

There are two types of people in the dev world. The ones that love tailwind and the ones that hate it. If you are in the first group, then you probably want to use Tailwind in most of your projects because of the benefits you find in it. I'm using Ta...


8: Amazing Conferences for Developers in 2023

https://michaeljudelarocca.hashnode.dev/amazing-conferences-for-developers-in-2023

Hashnode - javascript (Javascript)

Posted on Jan 16 ' Originally published at selftaughttxg.com As a developer, attending conferences is one of the best ways to level up your career. In this article, James Q Quick provides a curated list of 10 conferences we should look forward to in...


9: Typescript: Use comments as type annotations with JSDoc

https://h.matiashernandez.dev/typescript-use-comments-as-type-annotations-with-jsdoc-1

Hashnode - javascript (Javascript)

Did you know that you can use comments instead of code to write the Typescript types for your app' You can use JSDoc to describe the methods and variables and your editor of choice will pick up the type information from there. But, what is JSDoc' JSD...


10 / 422

10: Web Scraping with JS

https://arjunadhikary.com.np/web-scraping-with-js

Hashnode - javascript (Javascript)

Stock prices, product details, company information, sports stats you name it If you wanted to access this information, you'd either have to use whatever format the website uses or copy-paste the information manually into a new document.The process ca...


11: Filter: A JavaScript Iterator

https://michelle-buchi.hashnode.dev/filter-a-javascript-iterator

Hashnode - javascript (Javascript)

The filter iterator is similar to a map as it returns an array and does not change the original array as discussed in our last session. https://michelle-buchi.hashnode.dev/map-a-javascript-iterator However, unlike a map, its callback must return an e...


12: Windowing Operations in PySpark

https://evanchan.hashnode.dev/windowing-operations-in-pyspark

Hashnode - python (python)

(Note: this is adapted from my talk at 2021 Scale by the Bay, Location-Based Data Engineering for Good) If you are a data scientist, chances are you are coding Python and most likely using pandas. You might have heard of or are learning Apache Spark,...


13: Top 3 React UI Libraries in 2023

https://blog.tejaswan.me/top-3-react-ui-libraries-in-2023

Hashnode - javascript (Javascript)

There are so many Ui libraries that we are using in our React projects like Material UI, Chakra UI, etc. but you might be interested to explore new UI libraries which are easy to use like MUI or ChakraUI. So today I want to share some underrated Ui l...


14: Day 3 of 100DaysOfCode

https://tanishastechhaven.com/day-3-of-100daysofcode

Hashnode - javascript (Javascript)

Today I Learned Today I learned the basics of DOM Manipulation. DOM stands for Document Object Model and is a way to represent an HTML or XML document as a tree-like structure. DOM manipulation is the process of using JavaScript to access, add, modif...


15: Unleashing the Power of the MERN Stack: Building Scalable, High-Performance Web Applications

https://hsn0x.hashnode.dev/unleashing-the-power-of-the-mern-stack-building-scalable-high-performance-web-applications

Hashnode - javascript (Javascript)

Building full-stack web applications with the #MERN stack is a dream come true for many developers. The combination of MongoDB, Express, React, and Node.js provides unmatched flexibility and power, making it one of the most efficient and effective wa...


16: Learning about GIT and GITHUB

https://abhisb69.hashnode.dev/learning-about-git-and-github

Hashnode - javascript (Javascript)

Git and Github are Different Git is a version control system installed in our destop or device the is used to clone the main code and helps to manuplate the cloned code if we liked the cloned code we merge it into main code. Github is were you showca...


17: Building a multiplayer quiz game with Flutter and Supabase

https://dartling.dev/building-a-multiplayer-quiz-game-with-flutter-and-supabase

Hashnode - Flutter (Flutter)

Introduction During the Supabase Launch Week 6 Hackathon, I decided to take on the challenge of building a multiplayer quiz game using Flutter and Supabase. It had been a while since I wrote something about Supabase, and there's been a lot of changes...


18: Python Prodigy: Why this Programming Language Reigns Supreme in Data Science and Machine Learning

https://ghettotech.hashnode.dev/python-prodigy-why-this-programming-language-reigns-supreme-in-data-science-and-machine-learning

Hashnode - python (python)

Python is a high-level programming language, meaning it is relatively easy for beginners to learn. It is also an interpreted language, meaning it can be run directly without needing to be compiled first. It has been increasing in popularity in the fi...


19: Day15 of 90daysofdevops

https://charanwrites.hashnode.dev/day15-of-90daysofdevops

Hashnode - python (python)

Here is the list of Important packages in python for Devops engineers.


20 / 422

20: Optimizing The Image Element LCP

https://smashingmagazine.com/2023/01/optimizing-image-element-lcp/

Smashing magazine (Web 2 / CSS)

Largest Contentful Paint (or LCP) is a major web performance KPI which is still a new concept for many web developers since it became a ranking factor just recently. In this article, Eloïse Martin provides an overview of the best practices for the integration and optimization of an LCP image.


21: Day27 - Routing in ExpressJS

https://vaibzde.hashnode.dev/routing-in-express

Hashnode - javascript (Javascript)

Welcome to Day 27 of our 50-day quest for back-end mastery! In our previous blog post, we introduced Express and discussed why it is needed for back-end development. Express is a minimal and flexible Node.js web application framework that provides a ...


22: Tutorial: JavaScript Data Types

https://hojaleaks.com/tutorial-javascript-data-types

Hashnode - javascript (Javascript)

JavaScript is a dynamic and loosely typed language, which means that it automatically determines the data type of a variable based on the value assigned to it. Number The number data type is used to represent numbers in JavaScript. It can be either a...


23: Avoiding Common Pitfalls in Angular Component Testing

https://www.danywalls.com/avoiding-common-pitfalls-in-angular-component-testing

Hashnode - javascript (Javascript)

When people talk about unit testing, the first definition that comes into our head is to test the minor testable parts of an app, like functions, methods, and classes, to ensure they work as expected, It sounds perfect for a simple function or isolat...


24: How Javascript works & execution context'

https://nishant-ranjan.hashnode.dev/how-javascript-works-execution-context

Hashnode - javascript (Javascript)

Hello ' , In this blog, I am going to cover How Javascript works and how the code is executed' Is Javascript synchronous or asynchronous' Is Javascript single-threaded or Multithreaded' Everything in Javascript happens inside an execution cont...


25: You don't need to know everything in javascript before you start making use of it

https://habeebability.hashnode.dev/you-dont-need-to-know-everything-in-javascript-before-you-start-making-use-of-it

Hashnode - javascript (Javascript)

You don't need to know everything in javascript before you start making use of it, that's the trick to mastering javascript. You only know how to code when you code so just start and keep going. There will always be times when you feel like giving up...


26: How to draw IKSHANA

https://feeds.feedblitz.com/~/724617321/0/tanglepatterns~How-to-draw-IKSHANA.html

TanglePatterns (Zentangle)

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


27: Creating Vue.js masked input fields

https://blog.logrocket.com/creating-vue-masked-input-fields/

Log Rocket blog (Web 2)

Implement masked inputs in Vue.js in this tutorial, which includes reference GIFs and images alongside code demos for the Maska library. The post Creating Vue.js masked input fields appeared first on LogRocket Blog.


28: JavaScript 101

https://javascript101.hashnode.dev/javascript-101

Hashnode - javascript (Javascript)

JavaScript is a programing language that helps us to create a dynamic website easily. It can be considered as a tool that gives up the power to manipulate anything on a website( DOM manipulation) such as changing text, images, etc on certain actions ...


29: Roadmap for full-stack web developer

https://anubhav1998.hashnode.dev/roadmap-for-full-stack-web-developer

Hashnode - javascript (Javascript)

As a full-stack developer, staying up-to-date with the latest technologies and trends is crucial to stay competitive in the job market. In 2023, a solid understanding of HTML, CSS, JavaScript, React, Node.js, and MongoDB will be essential for any ful...


30 / 422

30: Get Real Time Date and Time using JavaScript

https://devatif.hashnode.dev/get-real-time-date-and-time-using-javascript

Hashnode - javascript (Javascript)

So our topic is Get Real time date and Time using JavaScript.Real time date and time is same time and date that we see at our computer,mobile or watch screen. We just once set the time on our devices and they gave us updated time whenever we see. So ...


31: How I started learning web development

https://creativemind.hashnode.dev/how-i-started-learning-web-development

Hashnode - javascript (Javascript)

Hello World! I am a Computer Science student I started learning web development just before few weeks. As a beginner, it is difficult to pick a good course for web development. I faced this issue also. And now I found the best and fast way to become ...


33: Plugins to Customize WooCommerce Product Pages

https://www.wpexplorer.com/customize-woocommerce-product-pages/

WP Explorer (wordpress)

WooCommerce is one of the most popular e-commerce platforms, accounting for almost a third of all online stores. However, while this platform is undoubtedly intuitive, it's fair to say that its popularity is driven by the sheer amount of plugins that help customize the platform to better meet store owners' needs. One of the specific […] The post Plugins to Customize WooCommerce Product Pages [...]


34: Conditionals in JavaScript'

https://manishsinghbisht.hashnode.dev/conditionals-in-javascript

Hashnode - javascript (Javascript)

We use conditionals a lot in our day-to-day life. For example: when our mother asks us to get some groceries, she often says "bring cauliflower from the market and if all is finished bring cabbage". The same thing is in programming languages as well,...


35: JavaScript Closures

https://codechitra.hashnode.dev/javascript-closures

Hashnode - javascript (Javascript)

Before understanding closure, we have to understand one thing first, The closure is not something we can create, it's just a JavaScript feature that happens automatically. Ok now, Let's understand it in a straightforward way(Because closure is not as...


36: Amazon's Open Programming Jobs Have Dropped by 32,000+

https://www.webpronews.com/amazons-open-programming-jobs-have-dropped-by-32000/

WebProNews SEO (Développement)

WebProNews Amazon’s Open Programming Jobs Have Dropped by 32,000+ Amazon's open programming jobs have dropped to a paltry 299, down from 32,692 in May of 2022. Amazon’s Open Programming Jobs Have Dropped by 32,000+ Staff


37: Un mini-cerveau humain greffé à une souris réagit à la lumière

https://www.rtflash.fr/mini-cerveau-humain-greffe-souris-reagit-lumiere/article

Tregouet.org ()

Pour la première fois, des chercheurs de l'Université de San Diego (Etats-Unis), ont constaté qu'un mini-cerveau humain implanté à une souris, montrait une réaction à un stimulus extérieur : un rai de lumière dans les yeux de l'animal. Jamais auparavant la science n'avait pu attester que la transplantation avait bien permis de créer de nouvelles connexions entre les deux organes. Cette e [...]


38: A guide to visual debugging with Vitest Preview

https://blog.logrocket.com/visual-debugging-vitest-preview/

Log Rocket blog (Web 2)

Vitest Preview is a powerful tool that helps you write and debug tests faster by allowing you to visualize your test in a browser. The post A guide to visual debugging with Vitest Preview appeared first on LogRocket Blog.


39: Why do we have config.js'

https://dhawalpandya01.hashnode.dev/why-do-we-have-configjs

Hashnode - javascript (Javascript)

The config.js file is a JavaScript file that contains configuration settings for your application. These settings can include things like API keys, server URLs, and other settings that are likely to change depending on the environment (development, s...


40 / 422

40: Ces NFT pour fétichistes des pieds cartonnent malgré la crise

https://www.lebigdata.fr/nft-feetpix

Le Big Data (dataviz)

La collection de NFT Feetpix.wtf rencontre un succès fou sur OpenSea, au point de surpasser les projets les plus populaires … Cet article Ces NFT pour fétichistes des pieds cartonnent malgré la crise a été publié sur LeBigData.fr.


41: Voici pourquoi les crypto-monnaies metaverse ont bondi cette semaine

https://www.realite-virtuelle.com/pourquoi-crypto-monnaies-metaverse-bondi-cette-semaine/

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

Cette semaine, la valeur des crypto-monnaies liée au metaverse et aux jeux multi-joueurs a bondi. […] Cet article Voici pourquoi les crypto-monnaies metaverse ont bondi cette semaine a été publié sur Réalité-Virtuelle.com.


42: Django Channels - Building Real-time Web Applications with Django

https://sarahthedeveloper.hashnode.dev/building-real-time-web-applications-with-django

Hashnode - python (python)

Django is a widely used web framework for building web applications with Python. However, it's built mainly for synchronously handling HTTP requests and responses. With the rise of real-time web applications such as online multiplayer games, chat app...


43: A Comparison of Popular frontend Development Frameworks and their Accessibility Features

https://kevtech.com/a-comparison-of-popular-frontend-development-frameworks-and-their-accessibility-features

Hashnode - vuejs (Javascript)

Developing front-end applications is essential to creating a website or web application. For this reason, it's important to consider the accessibility features available in front-end development frameworks when choosing which one to use for your proj...


44: Testing and Modules

https://sarahthedeveloper.hashnode.dev/testing-and-modules

Hashnode - python (python)

What are Unit tests and TDD' Unit tests: Unit tests are some pieces of code that exercise the input, the output, and the behavior of your code. TDD tests: Test-Driven Development is a strategy that entails first thinking about (and writing!) tests. ...


45: Les recruteurs très friands des compétences JavaScript, Java et Python

https://www.lemondeinformatique.fr/actualites/lire-les-recruteurs-tres-friands-des-competences-javascript-java-et-python-89211.html

Le monde informatique (Internet / Informatique)

Les compétences JavaScript, Java et Python sont les plus demandées par les recruteurs, selon un rapport publié cette semaine (...)


46: 20 Best New Websites, January 2023

https://www.webdesignerdepot.com/2023/01/20-best-new-websites-january-2023/

Webdesigner depot (Design)

With the new year comes a host of new websites. Some of these sites have been brewing for months, and others were developed over the holidays, but they're all having a big impact this month. Here's our roundup of the twenty best new websites released in the past four weeks. Enjoy! MCO Millor Creative Office […] The post 20 Best New Websites, January 2023 first appeared on Webdesigner Depot.


47: La plateforme de livraison Stuart, accusée de travail dissimulé, a été relaxée

https://www.usine-digitale.fr/article/la-plateforme-de-livraison-stuart-accusee-de-travail-dissimule-a-finalement-ete-relaxee.N2086671

L'usine-digitale (Informatique)

Stuart, filiale de La Poste spécialisée dans les livraisons en milieu urbain, était accusée de travail dissimulé. Elle a finalement été relaxée pour ce chef d'accusation faute d'éléments suffisants, mais écope d'une amende de 50 000 euros pour prêt de main-d''uvre illicite.


48: Le Congrès américain met en pause la commande des casques de combat AR de Microsoft, et vous ne devinerez jamais pourquoi

https://www.realite-virtuelle.com/congres-americain-pause-casques-combat-ar-de-microsoft/

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

Le Congrès américain a décidé de stopper l'achat des casques de combat AR de Microsoft, […] Cet article Le Congrès américain met en pause la commande des casques de combat AR de Microsoft, et vous ne devinerez jamais pourquoi a été publié sur Réalité-Virtuelle.com.


49: The Kraken's Lair: A JavaScript Closure Blog

https://kalashsharma.hashnode.dev/the-krakens-lair-a-javascript-closure-blog

Hashnode - javascript (Javascript)

Introduction The closure is the most esoteric concept of JavaScript. Many JavaScript design patterns including the module pattern use closure. We can build iterators, handle partial applications and maintain a state in an asynchronous world. But befo...


50 / 422

50: Porsche négocie avec Google la présence de ses applis dans ses voitures

https://www.usine-digitale.fr/article/porsche-negocie-avec-google-la-presence-de-ses-applis-dans-ses-voitures.N2086666

L'usine-digitale (Informatique)

Le constructeur automobile et le géant du Net cherchent un accord sur l'intégration des applications Google directement dans les voitures Porsche, sans passer par un téléphone. Une alliance en vue, alors que les groupes automobiles et ceux de la tech se rapprochent de plus en plus.


51: What are deliverables in agile and why do we have them'

https://blog.logrocket.com/product-management/what-are-deliverables-in-agile-why-do-we-have-them/

Log Rocket blog (Web 2)

Deliverables can often feel like an imposed requirement without purpose. So, if agile is such a popular way of working, why are deliverables still around' The post What are deliverables in agile and why do we have them' appeared first on LogRocket Blog.


52: Designing a UX user flow for your app

https://blog.logrocket.com/ux-design/designing-ux-user-flow-app/

Log Rocket blog (Web 2)

Although a user flow may seem self-explanatory, you should make sure you're following these best practices. The post Designing a UX user flow for your app appeared first on LogRocket Blog.


53: How to write a blog post that wins in 10 steps

https://searchengineland.com/how-to-write-a-blog-post-391760

Search engine land (Référencement)

To give yourself the best chance at writing incredible, results-getting blog posts, make sure to follow these steps. The post How to write a blog post that wins in 10 steps appeared first on Search Engine Land.


54: Understanding Models in Django

https://nileshdarji.hashnode.dev/understanding-models-in-django

Hashnode - python (python)

Django is a popular web framework for building web applications in Python. One of the key features of Django is its support for models, which allow developers to define the structure of the data that their applications will work with. In this blog po...


55: AMD corrige 31 failles dans ses puces Ryzen et Epyc

https://www.lemondeinformatique.fr/actualites/lire-amd-corrige-31-failles-dans-ses-puces-ryzen-et-epyc-89213.html

Le monde informatique (Internet / Informatique)

Ce début d'année est marqué pour AMD par une belle salve de failles trouvées dans ses CPU Ryzen et Epyc. Le fournisseur (...)


56: JavaScript Cookies

https://bobby-sadhwani.hashnode.dev/javascript-cookies

Hashnode - javascript (Javascript)

What are Cookies A cookie is a small piece of text data set by the Web server on the client's machine. Once it's been set, the client automatically returns the cookie to the web server with each request that it makes. This way the server gets the nec...


57: Une avancée majeure contre le myélome multiple

https://www.rtflash.fr/avancee-majeure-contre-myelome-multiple/article

Tregouet.org ()

Le myélome multiple est un type incurable de cancer de la moelle osseuse et est le deuxième cancer du sang le plus fréquent. En France, en 2018, le nombre estimé de nouveaux cas de myélome multiple et de plasmocytome était de 5.442. Mais une nouvelle thérapie mise au point par des chercheurs de l'Université de Melbourne - Australie, conduite par le Docteur Michael Dickinson, pourrait chang [...]


58: Reprogrammer pour soigner : un mécanisme initial partagé avec la cancérogenèse

https://www.rtflash.fr/reprogrammer-pour-soigner-mecanisme-initial-partage-avec-cancerogenese/article

Tregouet.org ()

La reprogrammation d'une cellule adulte mature en cellule pluripotente passe au départ par les mêmes processus moléculaires que la transformation d'une cellule saine en cellule cancéreuse. C'est ce que vient de montrer une équipe du Centre de recherche en cancérologie de Lyon. Cette amélioration des connaissances est cruciale pour assurer la sécurité des stratégies de médecine régéné [...]


59: Un manque de sommeil chronique augmente les risques de maladie d'Alzheimer

https://www.rtflash.fr/manque-sommeil-chronique-augmente-risques-maladie-d-alzheimer/article

Tregouet.org ()

Une étude réalisée par des neurologues de l'Université de Bristol confirme qu'un manque de sommeil peut augmenter le risque de développer la maladie d'Alzheimer. Pour parvenir à cette conclusion, les scientifiques ont analysé le liquide céphalo-rachidien de 332 participants et se sont aperçus que ceux qui dormaient moins de 7 heures avaient des niveaux accrus de protéines t-tau, un bioma [...]


60 / 422

60: La virtualisation de données de Denodo aide la Coface

https://www.lemondeinformatique.fr/actualites/lire-la-virtualisation-de-donnees-de-denodo-aide-la-coface-89207.html

Le monde informatique (Internet / Informatique)

Référence de l'assurance-crédit et expert de la gestion des risques, Coface protège les entreprises contre les impayés (...)


61: Beginners Guide to JavaScript Variables

https://diki.hashnode.dev/beginners-guide-to-javascript-variables

Hashnode - javascript (Javascript)

In JavaScript, a variable is a container that holds a value. Variables are declared using the keyword "var", "let" or "const" and are assigned a value using the assignment operator (=). The value stored in a variable can be of any data type, such...


62: How to Deploy Medusa on AWS with Microtica: A step-by-step guide

https://medusajs.hashnode.dev/how-to-deploy-medusa-on-aws-with-microtica-a-step-by-step-guide

Hashnode - javascript (Javascript)

Medusa is an open source composable commerce platform built for developers. Its architecture is flexible enabling users to build bespoke commerce solutions. Medusa is composed of three components: A headless backend engine that holds all the logic a...


63: Diagnostiquer les maladies potentielles d'un embryon in vitro, une perspective réaliste mais qui pose de nombreuses interrogations

https://www.rtflash.fr/diagnostiquer-maladies-potentielles-d-embryon-in-vitro-perspective-realiste-mais-qui-pose-nombreuses-interrogations/article

Tregouet.org ()

Le diagnostic préimplantatoire (DPI) est un test génétique réalisé sur des embryons produits par fécondation in vitro, permettant d'identifier ceux porteurs d'une grave maladie monogénique, comme la mucoviscidose, avant leur implantation dans l'utérus. en lire plus


64: Le cybergang Royal exploite activement une faille critique Citrix

https://www.lemondeinformatique.fr/actualites/lire-le-cybergang-royal-exploite-activement-une-faille-critique-citrix-89205.html

Le monde informatique (Internet / Informatique)

Selon l'équipe de recherche du fournisseur de cyber-assurance At-Bay, le groupe de ransomware Royal exploite activement une faille de sécurité (...)


65: Des nanobulles de gaz contre le cancer''

https://www.rtflash.fr/nanobulles-gaz-contre-cancer/article

Tregouet.org ()

Une équipe de scientifiques de l'Université de Tel-Aviv en Israël est parvenue à détruire des tumeurs cancéreuses chez des souris grâce à de minuscules bulles gazeuses injectées dans la circulation sanguine. À terme, cette technique pourrait devenir une solution moins invasive que la chirurgie. Les chercheurs ont effectué les tests avec des nanobulles de gaz sur des souris. Ils ont de g [...]


66: Des étudiants IT très sensibles au développement durable

https://www.lemondeinformatique.fr/actualites/lire-des-etudiants-it-tres-sensibles-au-developpement-durable-89216.html

Le monde informatique (Internet / Informatique)

En France, de plus en plus de futurs diplômés du secteur numérique font valoir leur engagement sur les sujets écologiques et (...)


67: Mod VR pour Star Wars Jedi Knight : Jedi Academy : la Team Beef confirme sa sortie

https://www.realite-virtuelle.com/mod-vr-star-wars-jedi-knight-jedi-academy-sortie/

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

coLa Team Beef vient de confirmer la sortie d'un nouveau mod VR pour le jeu […] Cet article Mod VR pour Star Wars Jedi Knight : Jedi Academy : la Team Beef confirme sa sortie a été publié sur Réalité-Virtuelle.com.


68: Code PUK : tout savoir sur ces chiffres qui déverrouillent votre téléphone mobile

https://www.lebigdata.fr/code-puk-deverrouiller-telephone-mobile

Le Big Data (dataviz)

Un code PUK est une séquence unique de quatre à huit chiffres que votre réseau doit vous fournir pour débloquer … Cet article Code PUK : tout savoir sur ces chiffres qui déverrouillent votre téléphone mobile a été publié sur LeBigData.fr.


69: Le modèle de traduction Deepl, nouvelle licorne allemande

https://www.usine-digitale.fr/article/le-modele-de-traduction-deepl-nouvelle-licorne-allemande.N2086616

L'usine-digitale (Informatique)

Deepl, qui développe une IA de traduction, a réalisé une nouvelle levée de fonds valorisant la start-up un milliard d'euros.


70 / 422

70: Maela et Nouveal fusionnent afin de devenir leader sur le télésuivi médical

https://www.usine-digitale.fr/article/maela-et-nouveal-fusionnent-afin-de-devenir-leader-sur-le-telesuivi-medical.N2086601

L'usine-digitale (Informatique)

Les deux concurrents historiques opèrent un rapprochement, soutenu par Bpifrance, afin de renforcer leur position sur le marché du télésuivi des patients.


71: Why Start Using FastAPI for Python'

https://mayankranjan.hashnode.dev/why-start-using-fastapi-for-python

Hashnode - python (python)

Python is the first choice of developers to develop lightweight web apps. It got brilliant documentation and a simple but fast interface. In this post, I will talk about API for Python, and we will see why to use it and the benefits of fast API Pytho...


72: Exploring the Core Concepts of Deno: A Modern JavaScript and TypeScript Framework

https://techbot.hashnode.dev/exploring-the-core-concepts-of-deno-a-modern-javascript-and-typescript-framework

Hashnode - javascript (Javascript)

Deno is a JavaScript and TypeScript runtime built on V8, the JavaScript engine developed by Google for the Chrome web browser. Deno was created by Ryan Dahl, the creator of Node.js, and was first released in 2018. One of the core concepts of Deno is ...


73: JavaScript Objects

https://ankitdevelops.hashnode.dev/javascript-objects

Hashnode - javascript (Javascript)

Objects in javascript are one of the non-primitive datatypes which allow us to store multiple values in key-value pairs. These key-value pairs are known as properties. The key is also called as property name and the value is also called the property ...


74: TypeScript 102: A Deep Dive into Advanced Types

https://forjessicasake.hashnode.dev/typescript-102-a-deep-dive-into-advanced-types

Hashnode - javascript (Javascript)

Introduction TypeScript 101, now 102. I'm not quite sure how I came up with the naming scheme for these pieces, but I like it. If you're new to TypeScript, I'd recommend checking out my most recent article "TypeScript 101: A Comprehensive Guide to Ty...


75: Survey Results: Will Global Stock Markets Crash in 2023'

https://www.visualcapitalist.com/cp/survey-will-global-stock-markets-crash-in-2023/

Visual Capitalist (dataviz)

How likely are the stock markets to crash in 2023, according to different countries' And how have those predictions changed over time' The post Survey Results: Will Global Stock Markets Crash in 2023' appeared first on Visual Capitalist.


76: AWS S3 : Amazon va chiffrer toutes les données en AES 256, tout savoir

https://www.lebigdata.fr/aws-s3-amazon-chiffrer-donnees-aes256

Le Big Data (dataviz)

Amazon a annoncé que toutes les données stockées sur ses serveurs S3 seront chiffrées à l’aide de la norme AES … Cet article AWS S3 : Amazon va chiffrer toutes les données en AES 256, tout savoir a été publié sur LeBigData.fr.


77: Part 1 ' 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-1

Hashnode - Unity (unity)

Welcome to the first article in my series on learning game development with Unity! In this series, I will be taking you along on my journey as I learn how to create games from scratch using Unity. Whether you are a complete beginner like me or an exp...


78: Unlocking your creativity: Tips and tools for game ideation

https://bfranse.com/tips-and-tools-for-game-ideation

Hashnode - Unity (unity)

Welcome to the first article in my series on learning game development with Unity! In this series, I will be taking you along on my journey as I learn how to create games from scratch using Unity. Whether you are a complete beginner like me or an exp...


79: Why is my WordPress site not ranking' by InMotion Hosting

https://searchengineland.com/why-is-my-wordpress-site-not-ranking-391183

Search engine land (Référencement)

Practical tips to improve your search engine rank. The post Why is my WordPress site not ranking' appeared first on Search Engine Land.


80 / 422

80: Code scraps: linking node_modules during build

https://mvasilkov.animuchan.net/linking-node-modules-during-build

Hashnode - python (python)

Before version 0.1, natlib had examples in the main repo, and they were built together with the library. (This is no longer the case, as the examples and tests moved to a separate repo.) To produce a node_modules folder as if natlib was installed as ...


81: day-to-day solution of 30 days of code

https://arijitghosh.hashnode.dev/day-to-day-solution-of-30-days-of-code

Hashnode - python (python)

Hey tech enthusiasts, ' We are thrilled to announce the launch of the 30 Days of Code challenge. With 20+ Community for Keeping your vision up.. starting from 16 jan till 14 Feb! Communities coming together!! ' 30 coding challenges, each with a uniq...


82: Face aux factures mirobolantes, Basecamp tourne le dos au cloud

https://www.lemondeinformatique.fr/actualites/lire-face-aux-factures-mirobolantes-basecamp-tourne-le-dos-au-cloud-89215.html

Le monde informatique (Internet / Informatique)

Souvent mis en avant pour ses bénéfices (élasticité, agilité,'), le cloud peut être aussi un gouffre financier. (...)


83: SaaS et sécurité des données : comment gérer les risques à l'ère du cloud '

https://blog.ostraca.fr/saas-et-securite-des-donnees-comment-gerer-les-risques-a-lere-du-cloud/

Humancoders ()

Le cloud est devenu un outil indispensable pour améliorer la productivité, renforcer la' Commentaires L'article SaaS et sécurité des données : comment gérer les risques à l'ère du cloud ' a été posté dans la catégorie Sécurité de Human Coders News


84: 5 Ways To Increase Value From Your Ecommerce Pop-Up Store

https://www.noupe.com/business-online/ways-to-increase-value-from-your-ecommerce-pop-up-store.html

Noupe (conception)

Pop-up stores can be a fantastic way to test out new products, reach new customers, and generate buzz for your business. In this article, we will be sharing four practical strategies that you can use to increase the value of your pop-up store and drive success for your eCommerce business. Whether you're just starting out,... The post 5 Ways To Increase Value From Your Ecommerce Pop-Up [...]


85: ChatGPT Pro : prix, date, tout savoir sur la version payante de l'IA

https://www.lebigdata.fr/chatgpt-pro

Le Big Data (dataviz)

OpenAI annonce ChatGPT Professionnal : une version payante de son chatbot IA au succès phénoménal. Découvrez les avantages, le prix … Cet article ChatGPT Pro : prix, date, tout savoir sur la version payante de l’IA a été publié sur LeBigData.fr.


86: Attack of the XSS

https://dhawalpandya01.hashnode.dev/attack-of-the-xss

Hashnode - javascript (Javascript)

It is an older problem, but we must know it because we are the effect of our causes. and our causes lie in history. And so studying history is merely studying the self. Today we have XSS to learn. Cross-Site Scripting (XSS) is a type of cyber attack ...


87: Marché des applications mobiles : 10 chiffres clés à connaître en 2023

https://www.blogdumoderateur.com/marche-applications-mobiles-10-chiffres-cles-2023/

Blog du Moderateur ()

Découvrez comment évolue le marché des applications mobiles dans le monde : téléchargements, dépenses, usages...


88: Twitter lance un fil d'actualité « For You » à la TikTok : ce qui change

https://www.blogdumoderateur.com/twitter-lance-fil-actualite-for-you/

Blog du Moderateur ()

Ce nouveau fil d'actualité par défaut sur Twitter vous propose des tweets recommandés par l'algorithme.


89: Dell impose sa Camm pour équiper les laptops

https://www.lemondeinformatique.fr/actualites/lire-dell-impose-sa-camm%A0pour-equiper-les-laptops-89214.html

Le monde informatique (Internet / Informatique)

Selon Tom Schnell, membre du comité du Jedec et ingénieur principal distingué de Dell, le Jedec, aussi appelé Jedec Solid State (...)


90 / 422

90: Imitating sealed class in Swift

https://nitishbhatt.hashnode.dev/imitating-sealed-class-in-swift

Hashnode - Kotlin (Mobiles)

Kotlin's sealed classes are a powerful feature that allows developers to define a closed set of subclasses for a given class. In this blog post, we'll take a look at how to imitate this feature in Swift and the benefits it can bring to your code. Fir...


91: How to effectively use useCallback and useMemo!!

https://ujjwaltiwari.hashnode.dev/how-to-effectively-use-usecallback-and-usememo

Hashnode - javascript (Javascript)

Hello everyone! Before jumping to this, let's understand what Memoization is! According to Wikipedia, it is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the ca...


92: How To Make Custom Radio Buttons With Cool Effects

https://taiwofarinublog.hashnode.dev/how-to-make-custom-radio-buttons-with-cool-effects

Hashnode - Flutter (Flutter)

This tutorial will help you to understand how to create a group of custom radio buttons. Radio buttons are buttons that can be used to choose from different options. So, we are creating this screen below: Requirements Either VSCode or Android Studi...


93: Distribution : Google Cloud impose l'IA dans les rayons

https://www.lemondeinformatique.fr/actualites/lire-distribution-google-cloud-impose-l-ia-dans-les-rayons-89212.html

Le monde informatique (Internet / Informatique)

Dans le but d'aider le secteur de la distribution à transformer ses processus de vérification des stocks en magasin et à améliorer (...)


94: How to configure Tailwindcss on SvelteKit 1.0

https://enbonnet.hashnode.dev/how-to-configure-tailwindcss-on-sveltekit-10

Hashnode - javascript (Javascript)

SvelteKit 1.0' Yes! It was released! Announcing SvelteKit 1.0. There are some differents between 1.0 and lower versions. SvelteKit 1.0 have included vitePreprocess as an official preprocessor, we can find posts that encourage us to use svelte-preproc...


95: Shark Robotics, spécialiste de la robotique en milieux hostiles, lève 10 millions d'euros

https://www.usine-digitale.fr/article/shark-robotics-champion-francais-de-la-robotique-en-milieux-hostiles-leve-10-millions-d-euros.N2086541

L'usine-digitale (Informatique)

Shark Robotics, leader dans la fabrication de robots dans les domaines de la sécurité incendie, le nucléaire, la défense et le spatial, lève 10 millions d'euros auprès du fonds européen Move Capital pour renforcer sa position de leader sur le marché.


96: Vim: The Power Text Editor

https://blog.ahmedsuliman.com/vim-the-power-text-editor

Hashnode - javascript (Javascript)

Introduction: Vim is a powerful and versatile text editor widely used by programmers, developers, and system administrators. It has a steep learning curve but once mastered, it can greatly increase productivity and efficiency. One of the unique featu...


97: Razorpay Integration with Reactjs and Node.js(Every scenario ' Success, Failure, TimedOut, Cancel)

https://shubhdeepchhabra.hashnode.dev/razorpay-integration-with-reactjs-and-nodejs-every-scenario-success-failure-timedout-cancel

Hashnode - javascript (Javascript)

Yes, you read it correctly! Here in this blog cum our one-to-one conversation we will be discussing how to integrate Razorpay payment gateway in reactjs with APIs written in Node.js. By the way, logic will remain the same so it doesn't matter what la...


98: Holy Owly vendue 3,6 millions d'euros au groupe suédois Albert

https://www.usine-digitale.fr/article/holy-owly-vendue-3-6-millions-d-euros-au-groupe-suedois-albert.N2086531

L'usine-digitale (Informatique)

Leader en France de l'apprentissage des langues, l'application Holy Owly vient d'être rachetée 3,6 millions d'euros par le groupe suédois Albert qui entend devenir le leader européen de l'Ed-Tech.


99: Creating a Real-time Chat App using Firebase and Solid Js

https://visiondaniels32.hashnode.dev/creating-a-real-time-chat-app-using-firebase-and-solid-js

Hashnode - javascript (Javascript)

Solid JS is a brand new, blazingly fast framework created by @ryansolid. It takes reactivity and developer experience to a whole new level. Visually, It looks like react but is a lot better and performs a lot better. Creating a real-time chat app usi...


100 / 422

100: What is Jetpack Compose'

https://tekadroid.com/what-is-jetpack-compose

Hashnode - Kotlin (Mobiles)

Jetpack Compose is a toolkit for building native Android UI. It allows developers to build user interfaces for Android apps using Kotlin code, following a reactive programming model. In a reactive programming model, the UI is automatically updated wh...


101: Learning Reference vs Value in JS Day91

https://dheerajy1.hashnode.dev/learning-reference-vs-value-in-js-day91

Hashnode - javascript (Javascript)

Today #Day91 of #100DaysOfCode, I am learning the Difference between References and values in JavaScript. Reference vs Value objects and arrays are handled as object references and strings and numbers and booleans, undefined, nulls etc are primitive ...


102: IANA Media Types

https://mojtabamaleki.hashnode.dev/iana-media-types

Hashnode - javascript (Javascript)

Media Types What are media types' Originally, media types were introduced for email messaging. Ned Freed, Nathaniel S. Borenstein, Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types, RFC 2046, November 1996. https://www.rfc-editor.or...


103: Video Calling feature with ZEGOCLOUD in Flutter

https://zainahmedblogs.hashnode.dev/video-calling-feature-with-zegocloud-in-flutter

Hashnode - Flutter (Flutter)

Today feature like Video calling, Live Streaming, Online messaging, etc become a must and user needs in any field, I recently discover a library that has all these types of feature with really good documentation and easy integration.Let's explore thi...


104: L'IA, futur recruteur pour trouver les candidats idéaux

https://www.lemondeinformatique.fr/actualites/lire-l-ia-futur-recruteur-pour-trouver-les-candidats-ideaux-89197.html

Le monde informatique (Internet / Informatique)

Après une récente vague de licenciements très médiatisée et la reconnaissance du fait que de nombreuses entreprises (...)


105: Pierre Feligioni prend la tête du groupe Universign-Signaturit

https://www.lemondeinformatique.fr/actualites/lire-pierre-feligioni-prend-la-tete-du-groupe-universign-signaturit-89209.html

Le monde informatique (Internet / Informatique)

Pierre Feligioni prend la direction du groupe Universign - Signaturit, née du rachat du premier (prestataires de Services de Confiance) par le second (...)


106: Design and Develop a Software from scratch

https://joellee.hashnode.dev/design-and-develop-a-software-from-scratch

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=McvJ_bWogjI


107: Le marché des infrastructures IT surperforme au T3 2022

https://www.lemondeinformatique.fr/actualites/lire-le-marche-des-infrastructures-it-surperforme-au-t3-2022-89210.html

Le monde informatique (Internet / Informatique)

Selon IDC, le marché mondial des équipements d'infrastructures IT (serveurs et stockage, hors réseaux) a poursuivi sa forte croissance (...)


108: 7 astuces méconnues à découvrir sur votre Mac

https://www.blogdumoderateur.com/astuces-meconnues-mac/

Blog du Moderateur ()

Vous possédez un Mac ' Découvrez des astuces et fonctionnalités très utiles au quotidien !


109: Expertime devient membre de l'Adira

https://www.lemondeinformatique.fr/actualites/lire-expertime-devient-membre-de-l-adira-89194.html

Le monde informatique (Internet / Informatique)

Expertime rejoint l'Adira et vient s'ajouter aux quelque 500 entreprises qui en sont déjà membres. L'Association pour le Digital et l'IT (...)


110 / 422

110: Guillaume Saggioro devient RSSI France de Decathlon

https://www.lemondeinformatique.fr/actualites/lire-guillaume-saggioro-devient-rssi-france-de-decathlon-89208.html

Le monde informatique (Internet / Informatique)

Le groupe Decathlon a recruté Guillaume Saggioro comme responsable de la sécurité des systèmes d'information (RSSI) France. (...)


111: Community manager : les réseaux sociaux indispensables à maîtriser en 2023

https://www.blogdumoderateur.com/community-manager-reseaux-sociaux-indispensables-maitriser-2023/

Blog du Moderateur ()

L'animation des communautés sur les plateformes social media représente une part essentielle des missions réalisées par le community manager. Décryptage avec une formatrice et une jeune diplômée d'ifocop.


112: Plateforme Numérique du Gouvernement de la République de Corée: un modèle pour la France' 

https://nauges.typepad.com/my_weblog/2023/01/plateforme-num?rique-du-gouvernement-de-la-r?publique-de-cor?e-un-mod?le-pour-la-france-.html

Naugès, Louis (Internet)

Dans quelques jours, le Président de la République de Corée, Yoon Suk Yeol, présentera à la conférence Davos 2023 la Plateforme Numérique du Gouvernement de son pays, DPG en anglais: Digital Platform Government. La coïncidence des dates est intéressante: Le...


113: People Also Ask : Comment les exploiter au mieux ' (2nde partie)

https://www.abondance.com/20230116-51019-people-also-ask-comment-les-exploiter-au-mieux-2nde-partie.html

Abondance (Référencement)

Lancée en 2015, la fonction de Google « People Also Ask » permet aux utilisateurs de découvrir de nouvelles questions associées à leur sujet. Dès son apparition, elle s'est profondément enracinée dans l'arsenal de toute personne qui s'occupe du contenu web, car elle permet très vite d'avoir des idées de nouvelles pages à créer ou […] L'article "People Also Ask : Comment les expl [...]


114: La cannibalisation des pages sur une même requête : un vrai problème '

https://www.abondance.com/20230116-51016-la-cannibalisation-des-pages-sur-une-meme-requete-un-vrai-probleme.html

Abondance (Référencement)

Le fait d'avoir plusieurs pages d'un même site qui se positionnent sur la même requête est-il une bonne ou une mauvaise chose ' La cannibalisation de mots clés est un concept souvent cité en référencement naturel. Malheureusement, il est assez mal compris et il fait référence à différents concepts : deux contenus trop proches, deux […] L'article "La cannibalisation des pages sur u [...]


115: Téléchargez notre guide des métiers du marketing et de la tech en 2023

https://www.blogdumoderateur.com/telechargez-guide-metiers-marketing-tech-2023/

Blog du Moderateur ()

Les métiers du web vous intéressent ' Découvrez notre panorama complet du secteur !


116: Cette box TV Android vendue sur Amazon a un malware pré-installé

https://www.lebigdata.fr/tv-box-android-malware

Le Big Data (dataviz)

Si les box TV Android offrent de nombreux avantages, ces gadgets peuvent également réserver quelques mauvaises surprises, comme des malwares. … Cet article Cette box TV Android vendue sur Amazon a un malware pré-installé a été publié sur LeBigData.fr.


117: What is a callback in JavaScript with an Example'

https://morshedulmunna.hashnode.dev/callback-js

Hashnode - javascript (Javascript)

In JavaScript, a callback function is a function that is passed as an argument to another function and is executed after some kind of event or operation has been completed. This allows the developer to write code that is executed at a later time, rat...


118: Day 10 - String methods

https://viveky.hashnode.dev/day-10-string-methods

Hashnode - python (python)

Python provides a set of built-in methods that we can use to alter and modify the strings. upper() : The upper() method converts a string to upper case. Example: str1 = "AbcDEfghIJ" print(str1.upper()) Output: ABCDEFGHIJ lower() The lower() method ...


119: Lisy.co réunit 800 000 euros pour digitaliser les commandes en circuit court

https://www.usine-digitale.fr/article/lisy-co-reunit-800-000-euros-pour-digitaliser-les-commandes-en-circuit-court.N2086376

L'usine-digitale (Informatique)

Avec sa "boite mail intelligente", Lisy.co entend simplifier le quotidien des professionnels de l'alimentaire qui travaillent en circuit court.


120 / 422

120: Which language should I learn first: HTML or Python'

https://ridhisingla001.hashnode.dev/which-language-should-i-learn-first-html-or-python

Hashnode - python (python)

Both HTML and Python are useful skills to have, but they serve different purposes. If you're interested in creating websites and web pages, HTML is a good place to start. It's a markup language that's used to structure the content of a website. On th...


121: Operators In JavaScript

https://ankitdevelops.hashnode.dev/operators-in-javascript

Hashnode - javascript (Javascript)

The operator is a symbol that performs a specific operation on one or more operands (values or variables) and produces a result. Operators are an essential part of any programming language and are used to manipulate data and variables. These are the ...


122: Static Site

https://akashkr.hashnode.dev/static-site

Hashnode - javascript (Javascript)

Their are mainly two type of website's are exist. so in today blog we are discussing about the first and easyest type of website called a 'static sites'. Static site are those webpage which have limeted content . in this type of website every user ha...


123: Custom API server with basic CRUD'''Apollo, GraphQL & MongoDB

https://blog.richardev.com/custom-api-server-with-basic-crud-apollo-graphql-mongodb

Hashnode - javascript (Javascript)

['] All that was left to do for my cross-platform hybrid web app was to test it with actual content and create CRUD. First thought, obviously, was to write middleware for back-end that will communicate with database. However, I had planned on adding ...


124: Custom API server with basic CRUD'''JS, Apollo, GraphQL & MongoDB

https://blog.richardev.com/custom-api-server-with-basic-crud-js-apollo-graphql-mongodb

Hashnode - javascript (Javascript)

['] All that was left to do for my cross-platform hybrid web app was to test it with actual content and create CRUD. First thought, obviously, was to write middleware for back-end that will communicate with database. However, I had planned on adding ...


125: Bill Gates : Voici ce qu'il pense du metaverse, du web3 et de l'IA

https://www.realite-virtuelle.com/bill-gates-pense-metaverse-web3-ia/

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

Apparemment, Bill Gates, l'entrepreneur et milliardaire américain, pense que l'IA est plus importante que le […] Cet article Bill Gates : Voici ce qu'il pense du metaverse, du web3 et de l'IA a été publié sur Réalité-Virtuelle.com.


126: Crypto, Web3 : les levées de fonds ralentissent mais se sont maintenues à un niveau très élevé en 2022

https://www.usine-digitale.fr/article/crypto-web3-les-levees-de-fonds-ralentissent-mais-se-sont-maintenues-a-un-niveau-tres-eleve-en-2022.N2086346

L'usine-digitale (Informatique)

30 milliards de dollars. C'est le montant levé par les start-up de la blockchain et des cryptomonnaies l'année dernière. Presque autant que le record de 2021. Et les VC continuent de financer de nouveaux fonds, malgré la conjoncture.


127: How To Implement A Single Page Modular App Architecture Using Pure HTML, CSS, Javascript

https://blog.superflows.dev/how-to-implement-a-single-page-modular-app-architecture-using-pure-html-css-javascript

Hashnode - javascript (Javascript)

' What will you learn in this tutorial' Single page application fetches and loads the main UI skeleton into the browser only once, during the first fetch. And thereafter, loads the subsequent UI modules dynamically without re-fetching as the user in...


128: Pass by Reference vs Pass by Value in JavaScript

https://tangledguy.hashnode.dev/pass-by-reference-vs-pass-by-value-in-javascript

Hashnode - javascript (Javascript)

When it comes to memory allocation, Javascript have the Call stack and the memory heap and they both work differently let's understand the difference between both of the before diving into Value vs Reference. The Call Stack and Memory Heap of JS The ...


129: This day in search marketing history: January 16

https://searchengineland.com/search-marketing-history-january-16-391814

Search engine land (Référencement)

Google explains crawl budget, plus: website outages and blackouts the right way, Google doing 1 trillion searches, and more. The post This day in search marketing history: January 16 appeared first on Search Engine Land.


130 / 422

130: What is Web Development'

https://imrushikesh77.hashnode.dev/what-is-web-development

Hashnode - javascript (Javascript)

Web development is the process of creating and maintaining websites. It encompasses a wide range of tasks, including designing the layout and user interface of a website, writing code to make the site interactive, and managing the site's overall perf...


131: Why I chose Python as my first programming language.'

https://theslitheringscripts.hashnode.dev/why-i-chose-python-as-my-first-programming-language

Hashnode - python (python)

Hello reader, welcome to my first-ever post on Hashnode, and I'm super excited about writing this piece. Welcome...to my humble abode of coding, where I turn caffeine into code and chaos into programs. This is one small step for me and well...that's ...


132: Getting started with Vite

https://openreplay.hashnode.dev/getting-started-with-vite

Hashnode - vuejs (Javascript)

Vite (the French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev server that provides rich feature enhanc...


133: Accessing the POST request body in Spring WebClient filters

https://dripto.hashnode.dev/accessing-the-post-request-body-in-spring-webclient-filters

Hashnode - Kotlin (Mobiles)

Accessing the POST request body in Spring WebClient filters can be a bit tricky, as the request body is typically passed as a stream. In this blog post, we'll explore two solutions to this problem. The problem In some cases, you may need to access th...


134: Accessing the POST request body in Spring WebClient filters

https://blog.dripto.xyz/accessing-the-post-request-body-in-spring-webclient-filters

Hashnode - Kotlin (Mobiles)

Accessing the POST request body in Spring WebClient filters can be a bit tricky, as the request body is typically passed as a stream. In this blog post, we'll explore two solutions to this problem. The problem In some cases, you may need to access th...


135: Learning to code without internet: Part II

https://kylesandven.hashnode.dev/learning-to-code-without-internet-part-ii

Hashnode - python (python)

As I continue to teach myself coding on my deployment I have come across a few things that are helpful when learning to code without internet. So far I have been deployed for almost 6 months and have had a total of about 10 days where I could connect...


136: Project One: Taking the 'work' to the 'shop'

https://tamara.hashnode.dev/project-one-taking-the-work-to-the-shop

Hashnode - javascript (Javascript)

I know my topic seems a bit dramatic but follow me as I unveil my first team project in the Ada training. Before I begin, I would like to give you a brief introduction. My name is Tamara, I joined the ADA training 8 weeks ago. I enrolled in the backe...




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