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

« Juin 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


Vendredi 9 Juin 2023 (1147)

1: Google, Microsoft generative AI experiments concern advertisers

https://searchengineland.com/google-microsoft-generative-ai-advertisers-428083

Search engine land (Référencement)

Google and Microsoft Bing are experimenting with ad placements in AI search results, prompting some advertisers to withdraw their ad spending. The post Google, Microsoft generative AI experiments concern advertisers appeared first on Search Engine Land.


2: Python Data Types & Data Structures for DevOps | Part-2

https://nazninparveen.hashnode.dev/python-data-types-data-structures-for-devops-part-2

Hashnode - python (python)

In this series about Python, we will take a closer look at Data Types and Data Structures. We will unravel their concepts in a simple and understandable way, without any complex jargon. By the end of this article, you will have a solid understanding ...


3: Free Zero To Job-Ready Web Developer Course - Equivalent of Top Tier Paid Course 1

https://abeer.hashnode.dev/free-zero-to-job-ready-web-developer-course-equivalent-of-top-tier-paid-course-1

Hashnode - javascript (Javascript)

Intro Hello Guys, My name is Abeer. This is your ultimate resource for becoming a web developer from someone who doesn't know how to write a single line of code to someone who is a job-ready developer. This is not a course made by myself, but a compi...


4: Pycodestyle: The Ultimate Python Style Guide Checker

https://codejunction.hashnode.dev/pycodestyle-the-ultimate-python-style-guide-checker

Hashnode - python (python)

Introduction Developers globally focus on writing clean and readable code to facilitate the maintainability and collaboration of code. In the world of Python development, one tool that enables developers to achieve overall code quality is Pycodestyle...


5: Visualized: The 4 Billion Year Path of Human Evolution

https://www.visualcapitalist.com/path-of-human-evolution/

Visual Capitalist (dataviz)

From single cells to bipedalism, humans have come a long way. Explore the fascinating journey of human evolution in this infographic. The post Visualized: The 4 Billion Year Path of Human Evolution appeared first on Visual Capitalist.


6: Understanding For Loops in JavaScript

https://hackwhip.hashnode.dev/understanding-for-loops-in-javascript

Hashnode - javascript (Javascript)

The for loop is a control flow statement that allows a block of code to be executed multiple times until a condition is met. It consists of three main components: the initialization, the condition and the iteration. The general syntax of a for loop i...


7: JavaScript Optional Chaining Operator

https://victoriacheng15.hashnode.dev/javascript-optional-chaining-operator

Hashnode - javascript (Javascript)

What is Optional Chaining Operator ('.)' It was introduced in ES2022 and is an operator that accesses an object's property or calls a function. If the object or the function was accessed with this operator, the expression short circuits and evaluates...


8: TikTok targets $20 billion in ecommerce sales

https://searchengineland.com/tiktok-ecommerce-sales-428066

Search engine land (Référencement)

TikTok plans to quadruple its global e-commerce operations with a target of selling $20 billion in merchandise.Tik The post TikTok targets $20 billion in ecommerce sales appeared first on Search Engine Land.


9: Promise in JavaScript explained

https://venky17.hashnode.dev/promise-in-javascript-explained

Hashnode - javascript (Javascript)

A promise object represents the eventual completion or failure of an asynchronous operation and its resulting value. in simple words, A Promise has two results: Fulfilled Rejected Let us relate to it with a real-life example. Every year a Promise...


10 / 1147

10: Promise in JavaScript explained

https://venkybellara.io/promise-in-javascript-explained

Hashnode - javascript (Javascript)

A promise object represents the eventual completion or failure of an asynchronous operation and its resulting value. in simple words, A Promise has two results: Fulfilled Rejected Let us relate to it with a real-life example. Every year a Promise...


11: New Array Methods in JS

https://letsdiscusstech.hashnode.dev/new-array-methods-in-js

Hashnode - javascript (Javascript)

If you are a javascript developer like me, you probably have used array methods quite a lot. While the array methods in javascript are performant, in terms of immutability we did face a shortage of methods. Let me make it clear with an example: // De...


12: Testing in Django

https://hashnode.ifihan.dev/testing-in-django

Hashnode - python (python)

Testing is crucial in the software development lifecycle, ensuring that applications meet the required quality standards and function as expected. It systematically evaluates software components, modules, or systems to identify errors, bugs, or devia...


13: Day 11: 100 Days of Python

https://datapythonist.hashnode.dev/day-11-100-days-of-python

Hashnode - python (python)

##Day 11 of 100DAYS OF PYTHON print ("TOTAL SECONDS IN A YEAR") min = 60 hour = 60 hours_in_a_day = 24 days_in_a_year = int(input(" How many days in seconds do you want me to calculate for you' ")) days_in_a_leapyear = 366 leapyear = input("Is this...


14: React Hooks: Benefits and Effective Techniques

https://blog.arjunsingh.tech/react-hooks-benefits-and-effective-techniques

Hashnode - javascript (Javascript)

Introduction Welcome to part 2 of our series on React Hooks! In part 1, we explored the fundamentals of React Hooks and how they provide a more intuitive and functional approach to building React applications. If you missed it, be sure to check it ou...


15: 5G : l'Union européenne veut bannir totalement Huawei, voici pourquoi

https://www.lebigdata.fr/lue-bannir-huawei

Le Big Data (dataviz)

Huawei subit des sanctions et fait face à une autre menace potentielle. L’UE envisage d’interdire l’utilisation de ses kits jugés … Cet article 5G : l'Union européenne veut bannir totalement Huawei, voici pourquoi a été publié sur LEBIGDATA.FR.


16: Mapped: The Growth in House Prices by Country

https://www.visualcapitalist.com/the-growth-in-house-prices-by-country/

Visual Capitalist (dataviz)

Global house prices were resilient in 2022, rising 6%. We compare nominal and real price growth by country as interest rates surged. The post Mapped: The Growth in House Prices by Country appeared first on Visual Capitalist.


17: Bing Chat gains voice search on desktop interface

https://searchengineland.com/bing-chat-gains-voice-search-on-desktop-interface-428076

Search engine land (Référencement)

Bing Chat can also respond with text to speech answers. The post Bing Chat gains voice search on desktop interface appeared first on Search Engine Land.


18: Unleashing Python's Power: Exploring its Capabilities in Data Science and Machine Learning

https://durdanta.hashnode.dev/unleashing-pythons-power-exploring-its-capabilities-in-data-science-and-machine-learning

Hashnode - python (python)

Python is one of the most popular and powerful programming languages in the world, and its capabilities with data science and machine learning make it a valuable asset for businesses and developers alike. Python is a versatile language that is well-s...


19: Lazy Loading and Code Splitting in React

https://godswillch.hashnode.dev/lazy-loading-and-code-splitting-in-react

Hashnode - javascript (Javascript)

Lazy Loading and Code Splitting in React: Optimizing Performance and User Experience In the world of web development, creating fast and efficient user interfaces is paramount. Users expect seamless experiences and quick loading times when accessing w...


20 / 1147

20: iPhone : un spyware découvert dans iMessage, comment se protéger '

https://www.lebigdata.fr/iphone-spyware-imessage

Le Big Data (dataviz)

Kaspersky, fournisseur de cybersécurité, a signalé une nouvelle attaque de logiciel espion sur les iPhones appelée « Opération Triangulation ». … Cet article iPhone : un spyware découvert dans iMessage, comment se protéger ' a été publié sur LEBIGDATA.FR.


21: Are They Different' == vs ===

https://shaikmohdhuzaifa.com/are-they-different-vs

Hashnode - javascript (Javascript)

First, let's understand what those symbols represent. These symbols are used to check whether the value on both sides is the same or not if its same returns True or if don't match false. It basically compares both values. These symbols are used in co...


22: Week 1 of Coding: Landing Screen '

https://donia-librehealth-gsoc-23.hashnode.dev/week-1-of-coding-landing-screen

Hashnode - Flutter (Flutter)

The landing screen is an essential component of any mobile application. It is the first thing a user sees when they open an app, and it sets the tone for their entire experience. Additionally, it can help establish a strong brand identity and create ...


23: Reddit launches new ad products to boost conversions

https://searchengineland.com/reddit-launches-ad-products-boost-conversions-428051

Search engine land (Référencement)

Reddit has launched Contextual Keyword Targeting and Product Ads, to help advertisers reach new and valuable audiences. The post Reddit launches new ad products to boost conversions appeared first on Search Engine Land.


24: JavaScript Interview Questions Part-1

https://ajaychauhan.hashnode.dev/javascript-interview-questions-part-1

Hashnode - javascript (Javascript)

Hey Reader , I am a Front-end Developer and recently , i have been looking for a job switch and after giving interviews for various companies . I collected a few questions that were frequently asked and helped me to ace my JS interviews. Q1. What are...


25: Save files to Google Drive by POST-ing the URL to a web app

https://blog.greenflux.us/save-files-to-google-drive-by-post-ing-the-url-to-a-web-app

Hashnode - javascript (Javascript)

I just found an old script I wrote that others might find useful, so I wanted to share. This script saves a file to Google Drive when you POST its URL to the webapp, using this format: { 'key': 'APIKEY', 'fileUrl': 'https://upload.wikimedia.org/w...


26: Les start-up européennes devraient lever 51 milliards de dollars cette année, soit 39% de moins qu'en 2022

https://www.usine-digitale.fr/article/les-start-up-europeennes-devraient-lever-51-milliard-de-dollars-cette-annee-soit-39-de-moins-qu-en-2022.N2141552

L'usine-digitale (Informatique)

La rapport annuel d'Atomico confirme la baisse des financements que connaissent les start-up en Europe depuis plusieurs mois. Cette année, ils devraient diminuer de 39% par rapport à 2022 et de 52% par rapport à 2021. Cependant, la société de capital-risque relativise la situation, la considérant comme un moyen de retrouver un écosystème plus sain, axé sur la rationalité plutôt que sur [...]


27: Cookies 1o1: How do they work

https://royalzsoftware.de/cookies-1o1-how-do-they-work

Hashnode - javascript (Javascript)

You must have heard the term `Cookies` a trillion times, before coming to my blog - A weird, but still somewhat magical place. A place, where my experience from previous weeks of work, days of cursing and hours of crying come melt down into a few-hun...


28: OpenAI poursuivi pour les hallucinations de ChatGPT

https://www.lemondeinformatique.fr/actualites/lire-openai-poursuivi-pour-les-hallucinations-de-chatgpt-90682.html

Le monde informatique (Internet / Informatique)

L'histoire a des airs de blague, mais elle est bel et bien sérieuse. Mark Walters, un animateur radio américain, a porté (...)


29: Tangle Refresher 249 ' How to draw colored gems with Tombow markers, our random string, and how to draw Ratoon, Q-Ni, Isla, Bartom, Eyedazzler

https://feeds.feedblitz.com/~/745112129/0/tanglepatterns~Tangle-Refresher-?-How-to-draw-colored-gems-with-Tombow-markers-our-random-string-and-how-to-draw-Ratoon-QNi-Isla-Bartom-Eyedazzler.html

TanglePatterns (Zentangle)

Buried Treasure - Learn how to use the richly-colored Tombow markers to EASILY create beautiful gems for your artwork, plus more hidden tangle and tutorial gems from the past in the Zentangle® world! And our random string of the week ... Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


30 / 1147

30: Reddit et Stack OverFlow : les communautés se rebiffent

https://www.lemondeinformatique.fr/actualites/lire-reddit-et-stack-overflow-les-communautes-se-rebiffent-90686.html

Le monde informatique (Internet / Informatique)

Deux affaires secouent le monde des forums avec des appels à la grève. Le premier est Reddit qui a provoqué la colère des utilisateurs (...)


31: Cisco dope Webex et Security Cloud à l'IA générative

https://www.lemondeinformatique.fr/actualites/lire-cisco-dope-webex-et-security-cloud-a-l-ia-generative-90676.html

Le monde informatique (Internet / Informatique)

Cisco dote sa plateforme collaborative Webex de capacités d'IA générative pour augmenter la productivité, en particulier des (...)


32: What is a Palindrome '

https://smavisswag.hashnode.dev/what-is-a-palindrome

Hashnode - python (python)

A palindrome is a symmetrical word, (i.e. it reads the same backward as forwards). For example: racecar madam radar Now that we know what is a palindrome we can write a code in Python for the same. def palindrome(word): if len(word)


33: Day 17 of 100daysofjs

https://arpanmukherjee.hashnode.dev/day-17-of-100daysofjs

Hashnode - javascript (Javascript)

There are some important array methods in JavaScript some of them are as follows: toString() - Converts an array to a string of comma-separated values join() - joins all the array elements using a separator pop() - removes the last element from th...


34: A step-by-step guide to five-second testing in UX

http://blog.logrocket.com/ux-design/step-by-step-guide-five-second-testing-ux/

Log Rocket blog (Web 2)

A five-second test is a rapid usability testing method used by UX researchers to gather users' first impressions of a design. The post A step-by-step guide to five-second testing in UX appeared first on LogRocket Blog.


35: Find Smallest Letter Greater Than Target

https://leeting-lcs.hashnode.dev/find-smallest-letter-greater-than-target

Hashnode - python (python)

Problem Statement:- You are given an array of characters letters that is sorted in non-decreasing order, and a character target. There are at least two different characters in letters. Return the smallest character in letters that is lexicographicall...


36: 3 Recursion Hacks to Avoid Stack Overflows: Tail Calls, Continuations and Trampolines

https://risesumit.hashnode.dev/3-recursion-hacks-to-avoid-stack-overflows-tail-calls-continuations-and-trampolines

Hashnode - javascript (Javascript)

Introduction Optimizing recursion through techniques like Tail Call Optimization, Continuations Passing Style and Trampolines can allow recursive functions to run in constant O(1) time, rather than the O(n) time of normal recursion. In this article, ...


37: Comment ne pas être manipulé par une image : outils et conseils

https://www.meta-media.fr/2023/06/09/comment-ne-pas-etre-manipule-par-une-image-outils-et-conseils.html

Meta Media (Internet)

Savoir si une image est modifiée ou mal utilisée' Vous voulez tenter ' Chaque jour nous passons des minutes, des heures sur les réseaux sociaux. Nous y croisons des images/vidéos qui nous interrogent, surprennent, nous énervent parfois' Elles sont souvent reliées à une actualité. Du moins nous pensons qu'elles nous... The post Comment ne pas être manipulé par une image : outils et consei [...]


38: Pokémon Card App: Exploring REST API in Dart and Flutter

https://jaycodes1.hashnode.dev/pokemon-card-app-exploring-rest-api-in-dart-and-flutter

Hashnode - Flutter (Flutter)

Introduction The Pokémon universe has captivated millions of fans worldwide, and the thrill of collecting Pokémon cards is unmatched. What if you could bring that excitement to the digital realm' In this article, we will embark on an exciting journey...


39: What is perceived value and how can you capture it'

http://blog.logrocket.com/product-management/what-is-perceived-value/

Log Rocket blog (Web 2)

Perceived value is the worth, or benefit, that a customer believes they will receive from a product, depending on their individual needs. The post What is perceived value and how can you capture it' appeared first on LogRocket Blog.


40 / 1147

40: Server-Side Rendering (SSR) with Next.js: Benefits and Implementation Strategies

https://davidts.hashnode.dev/server-side-rendering-ssr-with-nextjs-benefits-and-implementation-strategies

Hashnode - javascript (Javascript)

What is Server- side rendering' Server-side rendering is a web application technique that involves the server generating fully-rendered HTML pages which helps in faster initial page loads and better user experience. With server-side rendering, the se...


41: Word Ninja: Slice Your Lumped-Together Words

https://mathdatasimplified.com/2023/06/09/word-ninja-slice-your-lumped-together-words/

Math Data Simplified (data)

If you want to slice your lumped-together words, use Word Ninja. The post Word Ninja: Slice Your Lumped-Together Words appeared first on Data Science Simplified.


42: Debouncing while using React Query

https://reactfocus.dev/debouncing-while-using-react-query

Hashnode - javascript (Javascript)

React Query is the most popular React library for managing async queries. It allows you to fetch data declaratively and handles caching and re-fetching of data. Debouncing will enable you to avoid making a query more times than necessary. For example...


43: Semi-conducteurs : l'Europe mobilise 22 Md' pour plusieurs projets

https://www.lemondeinformatique.fr/actualites/lire-semi-conducteurs-l-europe-mobilise-22-mdeteuro-pour-plusieurs-projets-90679.html

Le monde informatique (Internet / Informatique)

Montée en puissance pour le marché des semi-conducteurs en Europe. Après le Chips Act, l'Union européenne a dévoilé (...)


44: La version de production de TypeScript 5.1 lancée

https://www.lemondeinformatique.fr/actualites/lire-la-version-de-production-de-typescript-51-lancee-90675.html

Le monde informatique (Internet / Informatique)

La version 5.1 de TypeScript disponible depuis le 1er juin est maintenant taillée pour des projets en production. Cette dernière facilite (...)


45: Digital School ouvre un master data engineer à Vincennes

https://www.lemondeinformatique.fr/actualites/lire-digital-school-ouvre-un-master-data-engineer-a-vincennes-90663.html

Le monde informatique (Internet / Informatique)

Initialement positionnée sur les métiers du web et du marketing, la Digital School of Paris propose des formations de niveau Bac (...)


47: Binance suspend les dépôts en dollars aux Etats-Unis

https://www.usine-digitale.fr/article/binance-suspend-les-depots-en-dollars-aux-etats-unis.N2141457

L'usine-digitale (Informatique)

Poursuivie en justice aux Etats-Unis, la filiale américaine de la plate-forme d'échanges de cryptomonnaies suspend les dépôts en dollars. Les retraits restent possibles mais devraient aussi prendre fin la semaine prochaine.


48: Guess the Number Game Using JavaScript

https://blog.skillsafari.in/guess-the-number-game-using-javascript

Hashnode - javascript (Javascript)

JavaScript is used in our day-to-day applications, from Facebook to Netflix. It is a functional programming language with lots of advantages. Any browser can run it, making it possible to develop dynamic, interactive websites. Because of its adaptabi...


49: Ils font du SEO | Hugo Scott (Audit SEO)

https://www.lebigdata.fr/ils-font-du-seo-hugo-scott

Le Big Data (dataviz)

Dans le cadre de notre dossier «'Ils font du SEO'», Hugo Scott (Auditeur en SEO) a accepté de faire un … Cet article Ils font du SEO | Hugo Scott (Audit SEO) a été publié sur LEBIGDATA.FR.


50 / 1147

50: Ways To Use Social Listening To Improve Your Customer Service

https://www.noupe.com/business-online/ways-to-use-social-listening-to-improve-your-customer-service.html

Noupe (conception)

Many brands have started utilizing social media to understand customer issues and complaints. Most of their audiences are active on social media channels. This gives them direct access to customer insights and requirements. Brands can also reinforce their branding efforts by bringing in customer support services through social outlets.  Facebook, Instagram, Twitter, and YouTube are..& [...]


51: What is competitive advantage' Strategy with examples

http://blog.logrocket.com/product-management/what-is-competitive-advantage-strategy-examples/

Log Rocket blog (Web 2)

Competitive advantage can only be created with strategic management. As PMs, we identify the differentiator points and amplify them to create a competitive advantage. The post What is competitive advantage' Strategy with examples appeared first on LogRocket Blog.


52: How to implement cursor-based pagination in GraphQL

http://blog.logrocket.com/implement-cursor-based-pagination-graphql/

Log Rocket blog (Web 2)

We discuss cursor-based pagination and demonstrate how to set up GraphQL cursor-based pagination with the Apollo Server. The post How to implement cursor-based pagination in GraphQL appeared first on LogRocket Blog.


53: How to maintain targeting capabilities even without Google Ads similar audiences

https://searchengineland.com/how-to-maintain-targeting-capabilities-even-without-google-ads-similar-audiences-428038

Search engine land (Référencement)

Beyond Google's recommendations, here are strategies you can test to ensure you're not missing out on targeting opportunities come Aug. 1. The post How to maintain targeting capabilities even without Google Ads similar audiences appeared first on Search Engine Land.


54: Vision Pro : Mark Zuckerberg tacle le nouveau casque d'Apple

https://www.realite-virtuelle.com/vision-pro-mark-zuckerberg-tacle-nouveau-casque/

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

Mark Zuckerberg, le patron de Meta, n'a pas attendu longtemps pour dire ce qu'il pense […] Cet article Vision Pro : Mark Zuckerberg tacle le nouveau casque d'Apple a été publié sur REALITE-VIRTUELLE.COM.


55: Ways To Improve Work-Life Balance For Employees

https://www.noupe.com/business-online/ways-to-improve-work-life-balance-for-employees.html

Noupe (conception)

Attaining a healthy work-life balance becomes a challenge for employees as they have to juggle multiple responsibilities at the workplace and at home while maintaining relationships with their family members.  So, how can employers help their employees achieve a better work-life balance while being productive at work'  From trying out different work schedules to doing... The [...]


56: Web Scraping using Beautiful Soup

https://yashbrid.me/web-scraping-using-beautiful-soup

Hashnode - python (python)

Introduction In this blog, we will learn about what is web scraping, and how to perform it using beautiful soup (BS4). First, we will see basic web scraping and then we will see how to scrap a table and store its data into csv file. What is web scrap...


57: Apple Vision Pro accueille votre application VR sociale favorite

https://www.realite-virtuelle.com/apple-vision-pro-accueille-rec-room/

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

Rec Room, l'application de réalité virtuelle sociale que l'on apprécie tous, débarque sur le nouveau […] Cet article Apple Vision Pro accueille votre application VR sociale favorite a été publié sur REALITE-VIRTUELLE.COM.


58: Error Handling

https://bashcode.dev/error-handling

Hashnode - javascript (Javascript)

Sometimes our script can have errors. Execution of the program halts when an error occurs. We can use the try-catch method to catch errors and maintain the flow of execution. As we can see only the first instruction is executed and then the flow of...


59: Handling Task Failures in Airflow: A Practical Guide

https://stackabuse.com/handling-task-failures-in-airflow-a-practical-guide/

Stack Abuse (Javascript)

Introduction In the world of data engineering, the unpredictability of task failures is a constant challenge. Amid the multitude of tasks we handle, a few might not go as planned for various reasons. However, it's not the end of the world, thanks to the retry mechanism provided by Apache Airflow.


60 / 1147

60: TikTok officiellement accusé de livrer vos données à la Chine : tout savoir

https://www.lebigdata.fr/tiktok-accusation-chine

Le Big Data (dataviz)

Un ancien employé accuse officiellement le Parti Communiste Chinois d'avoir surveillé les données des utilisateurs de TikTok, notamment pour la … Cet article TikTok officiellement accusé de livrer vos données à la Chine : tout savoir a été publié sur LEBIGDATA.FR.


61: The best word count for SEO' doesn't exist!

https://searchengineland.com/best-word-count-seo-428016

Search engine land (Référencement)

Here's why you should forget about word count when producing SEO content and what on-page SEO elements to focus on instead. The post The best word count for SEO… doesn’t exist! appeared first on Search Engine Land.


62: Vision Pro : tout sur l'ordinateur spatial d'Apple

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

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

Le géant américain de la technologie, Apple, a enfin levé le voile sur son tout […] Cet article Vision Pro : tout sur l’ordinateur spatial d’Apple a été publié sur REALITE-VIRTUELLE.COM.


63: Microsoft Power Platform : tout savoir sur cet outil de productivité

https://www.lebigdata.fr/microsoft-power-platform

Le Big Data (dataviz)

Révolutionnez votre façon de créer des applications, d’automatiser les processus et d’analyser les données avec Microsoft Power Platform. Cette suite … Cet article Microsoft Power Platform : tout savoir sur cet outil de productivité a été publié sur LEBIGDATA.FR.


64: JavaScript Journal: Journeying through JavaScript Callbacks - My Learning Experience

https://alhassanjoshua.hashnode.dev/javascript-journal-journeying-through-javascript-callbacks-my-learning-experience-clioie968000509jkaehlhgko

Hashnode - javascript (Javascript)

Hi readers, welcome. Today, I want to share my journey learning JavaScript callbacks. This article is intended for beginners who are still finding it difficult to understand callbacks. I have been there, trust me. Ok, without writing much, let's dive...


65: Week 2 -: GSOC'23 with LibreHealth

https://mehulkumar.hashnode.dev/week-2-gsoc23-with-librehealth

Hashnode - Flutter (Flutter)

In this blog series, I will be sharing my experiences, challenges, and achievements as I embark on this GSOC adventure. Join me as I dive into Week 2, where I kickstart my work and make significant strides toward my project goals. How the week start...


66: Mercedes pourra vendre Drive Pilot, son système de conduite autonome de niveau 3, en Californie

https://www.usine-digitale.fr/article/mercedes-pourra-vendre-drive-pilot-son-systeme-de-conduite-autonome-de-niveau-3-en-californie.N2141407

L'usine-digitale (Informatique)

Mercedes a reçu le permis du régulateur californien pour vendre ou louer des véhicules équipés de Drive Pilot, son système de conduite autonome de niveau 3. Il pourra être activé en journée sur certaines autoroutes californiennes désignées et pas au-delà de 65 kilomètres/heures.


67: IA générative : la start-up Cohere lève 270 millions de dollars

https://www.lemondeinformatique.fr/actualites/lire-ia-generative-la-start-up-cohere-leve-270-millions-de-dollars-90674.html

Le monde informatique (Internet / Informatique)

L'engouement sur l'IA générative continue à séduire les investisseurs. La start-up canadienne Cohere a annoncé avoir (...)


68: La taille des équipes agiles : vrai critère ou préjugé '

https://www.lemondeinformatique.fr/actualites/lire-la-taille-des-equipes-agiles-vrai-critere-ou-prejuge-90669.html

Le monde informatique (Internet / Informatique)

Sept, plus ou moins deux : telle serait la taille idéale pour une équipe agile, selon une idée communément rencontrée. (...)


69: Microsoft 365 sous le feu nourri d'attaques DDoS

https://www.lemondeinformatique.fr/actualites/lire-microsoft-365-sous-le-feu-nourri-d-attaques-ddos-90673.html

Le monde informatique (Internet / Informatique)

On le sait bien, les services cloud sont loin d'être exempts de panne et ne sont pas immunisés contre les cyberattaques en tous genres. Mais (...)


70 / 1147

70: RPA : Merck passe à l'automatisation de ses processus réglementaires

https://www.lemondeinformatique.fr/actualites/lire-rpa-merck-passe-a-l-automatisation-de-ses-processus-reglementaires-90670.html

Le monde informatique (Internet / Informatique)

L'industrie pharmaceutique est très réglementée. C'est en particulier vrai pour les multinationales, qui exercent leurs activités (...)


71: Cybersécurité : face à la crise, Accenture lance une formation gratuite pour tous

https://www.lebigdata.fr/cybersecurite-accenture-formation

Le Big Data (dataviz)

En réponse à la crise de la cybersécurité, Accenture se positionne en leader en lançant une formation gratuite, offerte à … Cet article Cybersécurité : face à la crise, Accenture lance une formation gratuite pour tous a été publié sur LEBIGDATA.FR.


72: Distributing your apps by APK

https://yapb.dev/distributing-your-apps-by-apk

Hashnode - Flutter (Flutter)

In my experience with Line of Bussiness apps, apps are not distributed by the Google Play store, but by an Enterprise Mobility Management platform like SOTI MobiControl. This means that you most likely will distribute your app as an APK and not as an...


73: Design Under Constraints: Challenges, Opportunities, And Practical Strategies

https://smashingmagazine.com/2023/06/design-constraints-challenges-opportunities-practical-strategies/

Smashing magazine (Web 2 / CSS)

Unleash the power of creative limitation! Learn how constraints aren't barriers but instead stepping stones to innovative design. Find out how to challenge unproductive restrictions and leverage the rest to your advantage.


74: Accès permanent, instantanéité ' et si l'avenir du numérique était intermittent '

https://blog.octo.com/acces-permanent-instantaneite-et-si-lavenir-du-numerique-etait-intermittent/

Octo (Internet)

Accéder à une application ou un site web à 3h30 du matin, recevoir une notification dès l’instant où un nouvel article est publié dans un média, avoir une connexion internet dans les transports ou dans les rues, au restaurant ' Ces dernières années, nous nous sommes beaucoup habitué.es à ce que tous nos services numériques […] L'article Accès permanent, instantanéité ' e [...]


75: Quand j'applaudis une initiative européenne : JEDI

https://nauges.typepad.com/my_weblog/2023/06/quand-japplaudis-une-initiative-europ?enne-jedi.html

Naugès, Louis (Internet)

Quel bonheur ! Quel plaisir j'ai pris à lire un document européen qui redonne confiance dans notre capacité à avoir une vision positive du futur technologique de l'Europe. Le numérique, il en parle, mais pas que. Vous ne serez pas...


76: Meta s'apprête à lancer un rival décentralisé de Twitter

https://www.usine-digitale.fr/article/meta-s-apprete-a-lancer-un-rival-decentralise-de-twitter.N2141337

L'usine-digitale (Informatique)

La maison mère de Facebook veut surfer sur les polémiques autour de Twitter, promettant une plateforme "gérée de manière sensée". Ce réseau sera lié à Instagram afin de tirer profit de son immense base d'utilisateurs.


77: Adobe Firefly est disponible en ligne : comment tester le nouveau générateur d'art IA

https://www.blogdumoderateur.com/adobe-firefly-comment-tester-generateur-art-ia/

Blog du Moderateur ()

Déjà intégré à Adobe Express et la dernière version de Photoshop, Firefly est désormais accessible depuis un navigateur.


78: Comment bien utiliser les promises en JS

https://julesblom.com/writing/running-promises-in-parallel

Humancoders ()

Article qui décrit comment bien utiliser les promises en JS : éviter l'utilisation des await, utilisation de Promise.all, etc. Commentaires L'article Comment bien utiliser les promises en JS a été posté dans la catégorie JavaScript de Human Coders News


79: Python : Basics | Part-1

https://nazninparveen.hashnode.dev/python-basics-part-1

Hashnode - python (python)

In the ever-evolving world of DevOps, where automation and efficient software delivery are paramount, having a solid understanding of Python can be a game-changer. Python, with its simplicity, versatility, and rich ecosystem, offers numerous advantag...


80 / 1147

80: A guide to Async/Await

https://yashnirmal.hashnode.dev/a-guide-to-asyncawait

Hashnode - javascript (Javascript)

Introduction Asynchronous programming is a crucial concept in JavaScript, allowing developers to execute tasks without blocking the main execution thread. There are a few approaches to handling asynchronous tasks in javascript, but the best one and a...


81: Les 20 sites e-commerce les plus visités en France

https://www.blogdumoderateur.com/sites-e-commerce-plus-visites-france-juin-2023/

Blog du Moderateur ()

Si Amazon reste le leader du e-commerce, deux acteurs français sont présents sur le podium : Leboncoin et Cdiscount.


82: Add a Video Conference feature to your Flutter App

https://davidserrano.io/add-a-video-conference-feature-to-your-flutter-app

Hashnode - Flutter (Flutter)

In this article, I will explain how to quickly and easily add video conferencing functionality to your application. This kind of technology usually involves a significant amount of work behind it. Not only do you need to understand how to implement a...


83: Collective 768

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

Codrops (Internet / Design)

@scope in CSS * AI Means More Developers * Modern CSS in Real Life


84: Détection ChatGPT : ces scientifiques promettent un outil efficace à 99%

https://www.lebigdata.fr/detection-chatgpt-outil-efficace

Le Big Data (dataviz)

Ce nouvel outil de détection de contenus générés par ChatGPT se présente comme une méthode infaillible avec un taux d’efficacité … Cet article Détection ChatGPT : ces scientifiques promettent un outil efficace à 99% a été publié sur LEBIGDATA.FR.


85: Lucca fédère autour de sa marketplace SIRH

https://www.lemondeinformatique.fr/actualites/lire-lucca-federe-autour-de-sa-marketplace-sirh-90668.html

Le monde informatique (Internet / Informatique)

Lancée il y a un an sans bruit, la place de marché SIRH de Lucca rassemble désormais suffisamment d'acteurs pour que l'éditeur (...)


86: En 2022, la croissance du marché européen des logiciels a explosé

https://www.lemondeinformatique.fr/actualites/lire-en-2022-la-croissance-du-marche-europeen-des-logiciels-a-explose-90667.html

Le monde informatique (Internet / Informatique)

Face aux turbulences économiques et géostratégiques qui secouent le continent comme le reste du monde, le marché européen (...)


87: Marketing direct : Obiz augmente son capital de 7 millions d'euros pour absorber SLD

https://www.usine-digitale.fr/article/marketing-direct-obiz-augmente-son-capital-de-7-millions-d-euros-pour-absorber-sld.N2141237

L'usine-digitale (Informatique)

Obiz, éditeur de plateformes de fidélité client, augmente son capital de 7 millions d'euros pour reprendre un fournisseur, SLD, propriétaire de Réduc CE et Skipower.


88: Le streaming de donnée efficace dans les systèmes critiques

https://www.lemondeinformatique.fr/actualites/lire-le-streaming-de-donnee-efficace-dans-les-systemes-critiques-90671.html

Le monde informatique (Internet / Informatique)

Le streaming de données, une technologie qui permet d'exploiter et de traiter des flux de données en temps réel, se développe (...)


89: Smoke from Canada wildfires over the U.S.

https://flowingdata.com/2023/06/09/smoke-from-canada-wildfires-over-the-u-s/

Flowing data (dataviz)

Wildfires in one area means smoke and pollution travels to surrounding areas, even…Tags: Canada, smoke, Upshot, wildfire


90 / 1147

90: Node.js Dependencies: The BFFs Your Code Can't Live Without

https://jyothikumar.hashnode.dev/nodejs-dependencies-the-bffs-your-code-cant-live-without

Hashnode - javascript (Javascript)

Different Dependencies present in Node.js Application / When working on a project with Node.js, ever wondered when we try to install packages, our package.json file is flooded with some JSON data describing the packages which we have installed. Let's...


91: Sysdig ajoute la détection et la réponse de bout en bout à sa plateforme CNAPP

https://www.lemondeinformatique.fr/actualites/lire-sysdig-ajoute-la-detection-et-la-reponse-de-bout-en-bout-a-sa-plateforme-cnapp-90672.html

Le monde informatique (Internet / Informatique)

Bien connu pour ses moteurs de supervision (Sysdig) et de sécurité (Falco) des applications conteneurisées, Sysdig a intégré (...)


92: TDD vs BDD

https://refine.hashnode.dev/tdd-vs-bdd

Hashnode - javascript (Javascript)

Author: Deborah Emeni Software testing is critical in the software development cycle and ensures that the developed products are reliable and of high quality. The quality of the application is vital for providing a satisfying user experience. Paying ...


93: JavaScript Interview Question 1 ( Directory Mapping ' )

https://sudhanshuranjanblogs.hashnode.dev/js-interview-ques-directory-mapping

Hashnode - javascript (Javascript)

We are given an object representing a directory structure, where each directory can contain files and subdirectories in a nested fashion. The object contains fields such as name, isFolder (to check if it is a file or folder), and children (an array r...


94: Exploring Web3.js

https://web3wizard.hashnode.dev/exploring-web3js

Hashnode - javascript (Javascript)

Introduction In the world of blockchain technology, Web3.js stands out as a powerful tool that simplifies the process of building decentralized applications (Dapps). Whether you're a developer or someone curious about blockchain, this article will gu...


95: JavaScript : local storage/Session storage

https://codingpirates.hashnode.dev/javascript-local-storagesession-storage

Hashnode - javascript (Javascript)

Whether you're preparing for a front-end interview or looking to enhance your web development knowledge, understanding localStorage and sessionStorage is essential. '' Your web app normally would use memory storage to keep its state from page to pa...


96: How to Create a Calculator with C and Python

https://blog.learnhub.africa/how-to-create-a-calculator-with-c-and-python

Hashnode - python (python)

C is a powerful programming language that provides low-level control and efficient performance. It is widely used for system programming, embedded systems, and developing applications where speed and memory management are crucial. This article will ...


97: How to Create a Calculator with C and Python

https://blog.learnhub.africa//how-to-create-a-calculator-with-c-and-python

Hashnode - python (python)

C is a powerful programming language that provides low-level control and efficient performance. It is widely used for system programming, embedded systems, and developing applications where speed and memory management are crucial. This article will ...


98: Top Security Vulnerabilities in React Applications

https://blog.learnhub.africa//top-security-vulnerabilities-in-react-applications

Hashnode - javascript (Javascript)

In an increasingly interconnected digital landscape, securing web applications is paramount. React, a popular JavaScript library for building user interfaces is not immune to security vulnerabilities. This article highlights the top security vulnerab...


99: Le site d'annonces Gens de confiance consolide sa structure financière

https://www.usine-digitale.fr/article/le-site-d-annonces-gens-de-confiance-consolide-sa-structure-financiere.N2141232

L'usine-digitale (Informatique)

Ayant dépassé les 1,6 millions d'utilisateurs, le site de petites annonces nantais, qui mise sur la cooptation, va aussi s'appuyer sa communauté pour se refinancer. Objectif ' Continuer à améliorer sa plateforme et développer son offre de services.


100 / 1147

100: How to Sort in JavaScript using Bubble Sort: Made Easy

https://shivankjshacker.hashnode.dev/how-to-sort-in-javascript-using-bubble-sort-made-easy

Hashnode - javascript (Javascript)

This article is the first of my ongoing series about sorting algorithms and implementing them in JavaScript. If you want to learn something more in JavaScript, drop a comment. Let's get into it! Why bubble sort' Bubble sort is a kinda weird name for ...


101: Top Security Vulnerabilities in React Applications

https://blog.learnhub.africa/top-security-vulnerabilities-in-react-applications

Hashnode - javascript (Javascript)

In an increasingly interconnected digital landscape, securing web applications is paramount. React, a popular JavaScript library for building user interfaces is not immune to security vulnerabilities. This article highlights the top security vulnerab...


102: Why do most developers prefer Flutter'

https://sudhi.hashnode.dev/why-do-most-developers-prefer-flutter

Hashnode - Flutter (Flutter)

My intention is not to discourage Flutter developers, but rather to emphasize the importance of making informed choices before starting a project. It is crucial to approach the selection of a development framework wisely, considering various factors ...


103: Stack in JavaScript (Data Structures)

https://nileshsaini.hashnode.dev/stack-js

Hashnode - javascript (Javascript)

A stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out). Implementing stack using arrays: Using the push/pop method (last in first...


104: The best project structure for your backend applications | NodeJS

https://salonisaraiya.com/the-best-project-structure-for-your-backend-applications-nodejs

Hashnode - javascript (Javascript)

This article is all about structuring your new project when you are building a NodeJS application. It will guide you through, how you can follow best practices. Hey folks, Let's discuss the underrated topic 'Project Structure'. NodeJS has been a fav...


105: Linked list

https://tundeloper.hashnode.dev/linked-list-clio684cd00100amjabesey1l

Hashnode - javascript (Javascript)

singly linked list A linked list is a data structure it stores every data you want either string or number. it is a list of order data just like an array but there is a big distinction in an array. In an array, each item is --- it is indexed with a n...


106: Javelot optimise le stockage des productions céréalières

https://www.usine-digitale.fr/article/javelot-optimise-le-stockage-des-productions-cerealieres.N2140862

L'usine-digitale (Informatique)

Avec des sondes connectées et des boîtiers pour piloter la ventilation des silos, Javelot améliore les conditions de stockage des grains tout en réduisant la consommation d'énergie. La start-up, déjà implantée en France, poursuit son déploiement international et planche sur de nouvelles briques technologiques.


107: Interacting with System Services using DBus Dart

https://blog.aadarshadhakal.com.np/interacting-with-system-services-using-dbus-dart

Hashnode - Flutter (Flutter)

The Appwrite Cloud hackathon was in full swing, and I was eagerly participating, but I still needed to come up with an idea. Suddenly, a brilliant idea popped into my head (I'll keep it a secret for now since the hackathon isn't over yet). The projec...


108: Exposing Hyvä Themes: Our Unexpected Investigation Findings

https://insights.ahyconsulting.com/exposing-hyva-themes-our-unexpected-investigation-findings

Hashnode - javascript (Javascript)

Exposing Hyvä Themes. That's quite an intriguing title, isn't it' It suggests something salacious, perhaps a not-so-nice secret about this much-lauded frontend for Magento 2. At Ahy Consulting, we are committed to the pursuit of truth, and so we set ...


109: Pigment, Ringover, Carsup' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/pigment-ringover-carsup-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2141227

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé plus de 123 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCap Partner pour L'Usine Digitale.


110 / 1147

110: Efficient Data Handling in Python for DevOps

https://swapnilkhairnar.hashnode.dev/efficient-data-handling-in-python-for-devops

Hashnode - python (python)

In DevOps, Python offers various data types and data structures that are commonly used for efficient data handling and manipulation. Data Types Data types are the classification or categorization of data items. It represents the kind of value that ...


111: Design Patterns in JavaScript: Unlocking the Power of Code Structure

https://blog.kartikmehta.xyz/design-patterns-in-javascript

Hashnode - javascript (Javascript)

Introduction Design patterns are essential tools in software development that help us create flexible, maintainable, and reusable code. They provide solutions to common design problems and establish best practices for organizing and structuring our a...


112: Scoping In Javascript

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

Hashnode - javascript (Javascript)

Have you ever wondered why your JavaScript code sometimes throws a reference error that a particular variable is undefined, even when you are certain you defined it' Understanding scoping can help unravel this mystery and ensure more efficient coding...


113: Here is how you write scalable and maintainable React components for projects of any size.

https://wj.hashnode.dev/here-is-how-you-write-scalable-and-maintainable-react-components-for-projects-of-any-size

Hashnode - javascript (Javascript)

We all know React is a library and not a framework, and that, unfortunately, is it's biggest drawback. Compared to the other 2 popular frontend frameworks out there; Angular and Vue, React really is the odd child. I wholeheartedly believe that we all...


114: Top 8 Best Practices for Implementing DevOps

https://mrdevops.hashnode.dev/top-8-best-practices-for-implementing-devops

Hashnode - javascript (Javascript)

1. Agile project management Agile is an iterative approach to project management and software development that helps teams deliver value to their customers faster and with fewer headaches. Agile teams focus on delivering work in smaller increments, i...


115: Day 21 - Building the Snake Game Pt 2

https://blacknerd.dev/day-21-building-the-snake-game-pt-2

Hashnode - python (python)

Today's Objective As I mentioned yesterday today we learned about class inheritance and how we're going to use it to build out the other classes to keep score of the game and to detect collisions with the food, the wall, and the snake's tail. Class I...


116: The Road To (d)Understanding.

https://nolan.hashnode.dev/the-road-to-dunderstanding

Hashnode - python (python)

Dunder Methods - breaking it down. Learning to code can be many things, rewarding, exciting, challenging, and often frustrating and confusing. As I continue my journey as a developer, I have often encountered situations where what I had intended to b...


117: ' Clock Tools in your Address bar (Bookmarklets)

https://lewdev.hashnode.dev/clock-tools-in-your-address-bar-bookmarklets

Hashnode - javascript (Javascript)

For the past year or so, I have gotten fascinated with having small apps using HTML, CSS, JavaScript that I can execute within the address bar. I'm not sure if there is an official name for these apps; I like to call them "Bookmarklets," but I suppos...


118: Getting started with Neptune CSS

https://colingrahm.com/getting-started-with-neptune-css

Hashnode - javascript (Javascript)

What is Neptune CSS' ' Install ' Configuration ' Conclution ' Social Media What is Neptune CSS' Neptune CSS is a lightweight CSS framework. It is free and you can use it for your Open Source projects. Install Let's start with setting up our project....


119: Use Of '$' In Dart (flutter)

https://fluttermastery.hashnode.dev/use-of-in-dart-flutter

Hashnode - Flutter (Flutter)

In Dart, the dollar sign ($) has a special meaning when used within string literals. It is used for string interpolation, which allows you to embed expressions within a string. Here's how it works: Basic String Interpolation: You can use the dollar s...


120 / 1147

120: Use Of '$' In Dart (flutter)

https://fluttermaster.hashnode.dev/use-of-in-dart-flutter

Hashnode - Flutter (Flutter)

In Dart, the dollar sign ($) has a special meaning when used within string literals. It is used for string interpolation, which allows you to embed expressions within a string. Here's how it works: Basic String Interpolation: You can use the dollar s...


121: Tech Debt Metaphor Maximalism

https://apenwarr.ca/log/20230605

pointer.io (Développement)

Tech debt is compared to financial debt in a blog post, highlighting the distinction between high-interest shortcuts and low-interest strategic decisions, while emphasizing the importance of managing debt within defined limits and evaluating its impact on the project's sustainability.


122: Should You Optimize For All-Cash Compensation, If Possible'

https://newsletter.pragmaticengineer.com/p/should-you-optimize-for-all-cash

pointer.io (Développement)

'Although still rare in the industry, companies like Netflix and Shopify let employees choose how much of their total compensation is stock. What are the approaches to take''


123: Documenso

https://github.com/documenso/documenso

pointer.io (Développement)

Document signing shaped by its community.


124: When And How To Run Group-Targeted A/B Tests

https://posthog.com/blog/running-group-targeted-ab-tests

pointer.io (Développement)

Tests are run when one user interaction with your product impacts how others use it. 'Suppose Slack wants to improve the usage of a new video calling feature. Improving the feature's discoverability for a single user will increase their own usage with it, but since they use it with their coworkers, their coworkers will also discover it.'


125: AI Means More Developers

https://matt-rickard.com/ai-means-more-developers

pointer.io (Développement)

'Software trends towards higher abstractions. You can do more with less. Not only do developers never need to touch hardware anymore, but they might not even need to interface with public cloud providers and might opt to use developer-friendly middlemen. That means less code to write. Less code to write means a narrower range of skills needed to get started. This lowers the barrier to entry.'


126: 2 Regrets Of A 55 Years Old Retired Software Engineer

https://archive.ph/qh0vP

pointer.io (Développement)

(1) Pressure: 'The more pressure you take, the more pressure you will get.' (2) Not taking enough risks: 'The biggest risk is not taking any risk' in a world that is changing really quickly, the only strategy that is guaranteed to fail is not taking risks.'


127: PyStack

https://github.com/bloomberg/pystack

pointer.io (Développement)

Inspect the stack frames of a running Python process.


128: How Faros AI Makes My Job Easier: A Developer Story

https://www.faros.ai/blog/how-faros-ai-makes-my-job-easier

pointer.io (Développement)

As an engineer at an early-stage startup you need to wear a lot of different hats. Some days it's about focusing on coding; on others, it could be about focusing on designing features and defining the work for contractors. Read this post to learn more about how a developer leverages Faros AI to make their job easier.


129: Faster Sorting Algorithms Discovered Using Deep Reinforcement Learning

https://www.nature.com/articles/s41586-023-06004-9

pointer.io (Développement)

'This article uses deep reinforcement learning to generate efficient sorting algorithms. The authors highlight the computational bottleneck faced when optimizing algorithms using traditional methods and introduce AlphaDev, a learning agent trained to search for correct and efficient algorithms.


130 / 1147

130: How eBay's New Search Feature Was Inspired By Window Shopping

https://tech.ebayinc.com/engineering/how-ebays-new-search-feature-was-inspired-by-window-shopping/

pointer.io (Développement)

"The technical challenge we faced was developing a system that could understand and interpret the visual characteristics of images to provide accurate search results. By leveraging advanced computer vision algorithms and machine learning techniques, we were able to bridge the gap between textual queries and visual preferences, revolutionizing the way users discover and explore items on eBay."


131: Improving Performance With HTTP Streaming

https://medium.com/airbnb-engineering/improving-performance-with-http-streaming-ba9e72c66408

pointer.io (Développement)

'You may have heard a joke that the internet is a series of tubes. In this blog post, we're going to talk about how we get a cool, refreshing stream of Airbnb.com bytes into your browser as quickly as possible using HTTP Streaming.'


132: SamHQ

https://github.com/SysCV/sam-hq

pointer.io (Développement)

Segment anything in high quality.


133: Les robots humanoïdes vont-ils nous remplacer au travail '

https://www.rtflash.fr/robots-humanoides-vont-ils-nous-remplacer-travail/article

Tregouet.org ()

Il a y maintenant plus d'un siècle, en 1920, le terme "robot" était inventé par l'écrivain tchèque Karel 'apek, qui imaginait, dans une de ses pièces de théâtre de science-fiction, des machines à apparence humaine remplaçant les ouvriers dans les usines, et portant ce nom venant du mot tchèque robota, qui signifie "travail". En 1940, le grand visionnaire russo-américain Isaac Asimov (1 [...]


134: Milf Hookup Sites in 2023 Find Your Best Dating Service

https://catswhocode.com/milf-hookup-sites-in-2023-find-your-best-dating-service/

Cats who code (PHP / wordpress / Javascript)

Content Best Online dating Apps/Sites for the purpose of BBW as of yet in 2023 Create a very good profile Top 10 Chinese Dating Sites to Try Free Services If you do have to be in the same place together, don't display any affection towards your paramour. Instead, maintain a respectful distance much like you […]


135: The most beneficial Worldwide Romantic relationship Apps Just for Ios And Android

https://catswhocode.com/the-most-beneficial-worldwide-romantic-relationship-apps-just-for-ios-and-android/

Cats who code (PHP / wordpress / Javascript)

Content Buy A Mexican Spouse What’s The Worldwide Trafficking Of Girls Here the registration is certainly free, you can even produce a profile, put your picture and consider profiles of Asian ladies with out being charged. To get access to excellent tools, individuals have to acquire credits. This sort of tools while contact demands, flower […]


136: Modern CSS For Dynamic Component-Based Architecture

https://moderncss.dev/modern-css-for-dynamic-component-based-architecture/

Modern CSS (CSS)

The language of CSS has had an explosion of new features and improvements in the last few years. As a result, feature parity between browsers is at an all-time high, and efforts are being made to continue releasing features consistently and synchronously among evergreen browsers. Today, we will explore modern project architecture, emphasizing theming, responsive layouts, and component design. We [...]


137: Role of JavaScript in webdev

https://mowali.hashnode.dev/role-of-javascript-in-webdev

Hashnode - javascript (Javascript)

JavaScript has emerged as a powerhouse in the realm of web development, enabling developers to create highly interactive and dynamic web applications. Its versatility and wide-ranging capabilities have transformed the web landscape. Today, we will de...


138: JavaScript Event Objects: Unveiling the Hidden Powers of (e)

https://victorjoey.hashnode.dev/javascript-event-objects-unveiling-the-hidden-powers-of-e

Hashnode - javascript (Javascript)

In the world of web development, interactivity is a crucial aspect of creating engaging and dynamic user experiences. JavaScript, being a versatile and powerful language, offers a wide range of event-driven mechanisms to capture user actions and trig...


139: JavaScript String Methods: 20 Essential Techniques for Effective String Manipulation published

https://codeauthor1.hashnode.dev/javascript-string-methods-20-essential-techniques-for-effective-string-manipulation-published

Hashnode - javascript (Javascript)

source: instagram | codeauthor_ Welcome to my blog post where we'll dive into the world of JavaScript string methods. Strings play a crucial role in JavaScript, and having a strong grasp of the available string manipulation techniques is essential fo...


140 / 1147

140: Level Up Your JavaScript Skills with the Spread Operator

https://devlawrence.hashnode.dev/level-up-your-javascript-skills-with-the-spread-operator

Hashnode - javascript (Javascript)

'' Introduction Hey guys, If you're just beginning your journey in web development and have started exploring the world of JavaScript, you might have encountered the term 'spread operator' and wondered about its meaning and practicality. Don't worr...


141: Create a Basic Forecasting App using Streamlit and Prophet

https://davidmarquis.hashnode.dev/create-a-basic-forecasting-app-using-streamlit-and-prophet

Hashnode - python (python)

Are you interested in building interactive web applications for data analysis and visualization' Look no further! Streamlit is a beginner-friendly Python library that allows you to create amazing web apps with just a few lines of code. In this blog p...


142: Variables In Dart (flutter)

https://fluttermastery.hashnode.dev/variables-in-dart-flutter

Hashnode - Flutter (Flutter)

A variable is 'a named space in the memory' that stores values. In other words, it acts a container for values in a program. Variable names are called identifiers. Following are the naming rules for an identifier ' Identifiers cannot be keywords. I...


143: Variables In Dart (flutter)

https://fluttermaster.hashnode.dev/variables-in-dart-flutter

Hashnode - Flutter (Flutter)

A variable is 'a named space in the memory' that stores values. In other words, it acts a container for values in a program. Variable names are called identifiers. Following are the naming rules for an identifier ' Identifiers cannot be keywords. I...


144: NPM vs NPX

https://ken-senpai.hashnode.dev/npm-vs-npx

Hashnode - javascript (Javascript)

if you are a JavaScript Developer then you have probably used both NPM and NPX But what's actually the difference between both of them' Well, it turns out that NPX is actually a tool that gets included in NPM version 5.2 and later. So NPX is a tool t...




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