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

« Janvier 2024 »

  • 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


Mercredi 3 Janvier 2024 (116)

1: 10 Cool CodePen Demos (December 2023)

https://alvaromontoro.hashnode.dev/10-cool-codepen-demos-december-2023

Hashnode - javascript (Javascript)

snow globe christmas tree Amit Sheen live streamed the whole process on YouTube (you can still watch it on his channel) for everyone to see how to create this 3D-looking Christmas tree with HTML and CSS. https://codepen.io/amit_sheen/pen/XWGbWGv P...


2: How Can the NETGEAR Wi-Fi Range Extender EX6120 Drastically Transform Your Wireless Experience'

https://www.smashingapps.com/netgear-wi-fi-range-extender-ex6120-wireless/

Smashing apps (Internet / Design)

Do you find your Wi-Fi signal weakening in certain corners of your home or office, […]


3: Networking & State Management in Flutter

https://tylercodes.hashnode.dev/networking-state-management-in-flutter

Hashnode - Flutter (Flutter)

Most apps you build need to talk to a server via an API to retrieve and modify data. To manage this properly, we need to ensure the logic in our code handles errors (lots can go wrong with a network request!) and your app's state stays in sync when c...


4: The Tale of Two Brackets: Conquering Python's "TypeError: 'list' object is not callable"

https://kryxhh.hashnode.dev/the-tale-of-two-brackets-conquering-pythons-typeerror-list-object-is-not-callable

Hashnode - python (python)

The Python kingdom, a land of powerful magic and endless possibilities, also harbors mischievous gremlins known as errors. One particularly sneaky foe is the "TypeError: 'list' object is not callable" beast. Fear not, intrepid adventurers! This guide...


5: Example title here

https://blog.favouritejome.dev/hello-world

Hashnode - python (python)

Hello world Testing things out


6: ES14: Pragmatic Gems for Streamlined JavaScript Development

https://shadbalti.hashnode.dev/es14-pragmatic-gems-for-streamlined-javascript-development

Hashnode - javascript (Javascript)

Unveiling a Journey of Practical Upgrades: JavaScript's evolution continues with ECMAScript 2023, or ES14. Embracing a pragmatic approach, it delivers features that directly address common development needs, contributing to code optimization, cleaner...


7: From Static Pages to Interactive Worlds: The Odyssey of Web Development

https://networknomad.hashnode.dev/from-static-pages-to-interactive-worlds-the-odyssey-of-web-development

Hashnode - javascript (Javascript)

Imagine: 1989, dial-up modems whisper secrets, and text reigns supreme. Tim Berners-Lee, a digital Odysseus, dreams of hypertext highways, paving cyberspace with HTML's humble bricks. Websites, static islands in a textual sea, blink to life. Mosaic, ...


8: Dive into the World of Real-Time Streaming of Data using Javascript

https://cosmosduck.hashnode.dev/dive-into-the-world-of-real-time-streaming-of-data-using-javascript

Hashnode - javascript (Javascript)

Today, we'll explore the basics of data streaming, why it's crucial, and how to harness its power using WebSocket to create real-time updates in your JavaScript applications. Real-time data streaming provides numerous benefits as it allows us to buil...


9: Python & OpenAI beginner journey 6 | Progress first, then frustration

https://gregorschafroth.hashnode.dev/python-openai-beginner-journey-6-progress-first-then-frustration

Hashnode - python (python)

Hi everyone, Today I continued working on my Python Flask OpenAI Chatbot app and also created a small program to display OpenAI the message history based on a thread_id (I used this to error-test my main chatbot) - you can find all the code below. So...


10 / 116

10: Intel lance une société de services en IA générative pour les entreprises baptisée Articul8

https://www.usine-digitale.fr/article/intel-lance-une-societe-de-logiciels-d-ia-baptisee-articul8.N2205744

L'usine-digitale (Informatique)

Intel et le fonds d'investissement DigitalBridge créent Articul8 AI, une société indépendante qui édite des logiciels d'intelligence artificielle générative pour les entreprises des secteurs de l'aéronautique, des télécoms, des services financiers, des sciences ou encore de la cybersécurité.


11: Facebook rolls out 'Link History' for all users ' and uses data for targeted ads

https://searchengineland.com/facebook-link-history-targeted-ads-436197

Search engine land (Référencement)

Although users have the choice to opt-out, the feature is turned on by default.


12: In-Depth Guide To Python Lists!

https://prithvee.hashnode.dev/in-depth-guide-to-python-lists

Hashnode - python (python)

What are lists in Python ' In Python, a list is a versatile and mutable ordered collection of elements. Lists are used to store and manipulate data efficiently. Each element in a list can be of any data type. Below is the follwing code to create a ...


13: Migration from Vue-2 to Vue-3

https://karansoni.hashnode.dev/migration-from-vue-2-to-vue-3

Hashnode - javascript (Javascript)

ifykyk!! Yeah yeah i know you got stuck!! let's check what will be the issue. Vue has stopped maintaining support for vue 2.x after 31st December 2023. All projects can still work but they won't get any new features added or bugs will not be resolved...


14: What is really the difference between Let, Var and Const Variables in Javascript.

https://webercodes.hashnode.dev/what-is-really-the-difference-between-let-var-and-const-variables-in-javascript

Hashnode - javascript (Javascript)

Good day everyone and welcome to another blog post we will be going through the major differences between the Var, Let and Const variables. So lets get started. Var variables Before we delve into the differences between the variable types we first ne...


15: My Portfolio App

https://pinak22.hashnode.dev/my-portfolio-app

Hashnode - Flutter (Flutter)

If you have knowledge in Flutter(Dart) then, start challenge yourself by making a project start with Portfolio App. Hints for projects then see the whole project. Hints are as follows: import flutter package in main run material app with home class...


16: Steam : ne téléchargez surtout pas ce mod célèbre devenu malware

https://www.lebigdata.fr/steam-malware

Le Big Data (dataviz)

Un mod populaire de Slay the Spire a récemment été piraté, propageant un malware aux joueurs via Steam. Cette faille … Cet article Steam : ne téléchargez surtout pas ce mod célèbre devenu malware a été publié sur LEBIGDATA.FR.


17: Master TypeScript Generics

https://markmaksi.hashnode.dev/master-typescript-generics

Hashnode - javascript (Javascript)

Generics is a concept in programming that allows us to create reusable code. I will first talk about what generics are and then I will show some simple and advanced examples to enforce what we've learned. If you wish to see a real life example of gen...


18: Power Your RAG application using QdrantDB, Mistral 8X7B MoE model, Langchain, and Streamlit

https://kmeanskaran.hashnode.dev/power-your-rag-application-using-qdrantdb-mistral-8x7b-moe-model-langchain-and-streamlit

Hashnode - python (python)

Introduction: Retrieval-Augmented-Generation (RAG) has become popular in 2023 and is all set for meteoric growth in 2024. Building powerful and robust RAG pipelines are crucial to get better results in real-time applications. In this article, we will...


20 / 116

20: wtf is a MONAD'!

https://rikiphukon.hashnode.dev/wtf-is-a-monad

Hashnode - javascript (Javascript)

A monad in X is a monoid in the category of endofunctors of X. I came across the term MONAD in a meme and when I googled. The above sentence was what I got. Not very helpful when you're trying to learn about monads in functional programming isn't it...


21: Shadows in UI design: Tips and best practices

https://blog.logrocket.com/ux-design/shadows-ui-design-tips-best-practices/

Log Rocket blog (Web 2)

Here's an in-depth look at shadows, some techniques for executing them, and how to create them in Figma ' with plugins. The post Shadows in UI design: Tips and best practices appeared first on LogRocket Blog.


22: Supercharge Your Terminal with IDE-Style Autocomplete

https://mathdatasimplified.com/supercharge-your-terminal-with-ide-style-autocomplete/

Math Data Simplified (data)

To enhance your terminal with IDE-like autocomplete capabilities, use Fig. This can speed up your workflow and reduce typos and … Supercharge Your Terminal with IDE-Style Autocomplete Read More »


23: Top JavaScript Frameworks for Building Web Applications

https://matinmollapur.hashnode.dev/top-javascript-frameworks-for-building-web-applications

Hashnode - javascript (Javascript)

JavaScript frameworks and libraries are invaluable for building modern web applications. They provide structure, efficient rendering, state management, routing, and other functionality out of the box so you can focus on your app logic and UI. In this...


24: Le fabricant de trains polonais Newag est accusé de les mettre en panne lorsqu'ils sont réparés par des tiers

https://www.usine-digitale.fr/article/le-fabricant-de-trains-polonais-newag-est-accuse-de-les-mettre-en-panne-lorsqu-ils-sont-repares-par-des-tiers.N2205734

L'usine-digitale (Informatique)

Un groupe de chercheurs en sécurité affirme que le constructeur ferroviaire Newag bride intentionnellement les logiciels embarqués de ses trains pour provoquer une paralysie des systèmes dès qu'ils sont manipulés par des entreprises de réparation tierces.


25: Les IA ChatGPT, Bard et Claude livrent leurs prédictions choquantes pour 2024

https://www.lebigdata.fr/ia-chatgpt-bard-claude

Le Big Data (dataviz)

Que va-t-il se passer en 2024 ' Quels seront les événements qui vont marquer cette année ' Pour le savoir, … Cet article Les IA ChatGPT, Bard et Claude livrent leurs prédictions choquantes pour 2024 a été publié sur LEBIGDATA.FR.


26: 100DaysOfCode Challenge

https://khushboor.hashnode.dev/100daysofcode-challenge

Hashnode - javascript (Javascript)

#Day1 of #100DaysOfCode 'Today I have done the React Native setup on Mac. 'Revised the ES6 and ES7 features of JS #learning #CodingChallenge #webdevelopment #javascript #reactnative #developers #reactjs


27: Leader Spotlight: Balancing trade-offs for user groups, with David Herman

https://blog.logrocket.com/product-management/leader-spotlight-david-herman/

Log Rocket blog (Web 2)

David Herman discusses prioritizing within Provi's three user groups and how making a trade-off for one group can impact the others. The post Leader Spotlight: Balancing trade-offs for user groups, with David Herman appeared first on LogRocket Blog.


28: Dans le cadre de la fin des cookies tiers, Google interdit le tracking d'un site à l'autre

https://www.usine-digitale.fr/article/dans-le-cadre-de-la-fin-des-cookies-tiers-google-interdit-le-tracking-d-un-site-a-l-autre.N2205712

L'usine-digitale (Informatique)

A partir du 4 janvier 2024, 1% des utilisateurs ' sélectionnés au hasard ' ne seront plus visés par des cookies tiers dans lorsqu'ils navigueront sur Chrome. La suppression pour l'ensemble des internautes doit commencer au troisième trimestre 2024, à condition que la Competition and Markets Authority accepte l'ensemble des engagements antitrust de Google. Des préoccupations sur la protection [...]


29: Building a Browser History Tracker

https://rdavinluan.hashnode.dev/building-a-browser-history-tracker

Hashnode - python (python)

Making a project in data engineering is something that I always struggle about. Most of the time, I don't know where to start and I end up not making anything. After searching for different inspirations to start a project, I've stumbled upon the idea...


30 / 116

30: Formulaires Web : les erreurs à éviter qui vous coûtent cher ' le livre

https://www.creativejuiz.fr/blog/conseil-critique-livre/formulaires-web-erreurs-a-eviter-qui-vous-coutent-cher-le-livre-ebook

creative juice (CSS / html5 / wordpress)

The post Formulaires Web : les erreurs à éviter qui vous coûtent cher ' le livre first appeared on Creative Juiz.Derrière ce titre racoleur se cache un ouvrage dont le contenu a été rassemblé et structuré sur plusieurs années. Ce livre vous propose de découvrir et redécouvrir les bonnes pratiques et les erreurs encore très courantes qui nuisent à l’expérience utilisateur et peu [...]


31: How to combine GA4 and Google Ads for powerful paid search results

https://searchengineland.com/combine-ga4-google-ads-paid-search-results-smx-next-435712

Search engine land (Référencement)

Tips and tricks for getting the most out of the new version of Google Analytics to maximize your Google Ads budget and performance.


32: Des failles dans Google Kubernetes Engine donnent le contrôle aux clusters

https://www.lemondeinformatique.fr/actualites/lire-des-failles-dans-google-kubernetes-engine-donnent-le-controle-aux-clusters-92573.html

Le monde informatique (Informatique / Internet)

Le monde des conteneurs n'est pas exempt de failles de sécurité, comme le montrent les récents travaux de chercheurs de Palo (...)


33: A Guide to Selecting the Perfect Programming Language for You

https://codecuddle.hashnode.dev/a-guide-to-selecting-the-perfect-programming-language-for-you

Hashnode - javascript (Javascript)

Introduction Embarking on the coding journey is thrilling, but the first crossroads you'll encounter is choosing the right programming language. With a multitude of options available, the decision can be overwhelming. Fear not! In this blog post, we'...


34: Croissance spectaculaire du casque Meta Quest 3 en décembre !

https://www.realite-virtuelle.com/croissance-casque-quest-3-en-decembre/

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

En décembre, le casque VR Meta Quest 3 s’est hissé à la quatrième place des […] Cet article Croissance spectaculaire du casque Meta Quest 3 en décembre ! a été publié sur REALITE-VIRTUELLE.COM.


35: Flutter and Adobe XD: Prototyping and Developing UI from Design to Code

https://manojca.hashnode.dev/flutter-and-adobe-xd-prototyping-and-developing-ui-from-design-to-code

Hashnode - Flutter (Flutter)

In the fast-paced world of mobile app development, the synergy between design and code plays a pivotal role in delivering seamless and visually appealing applications. Flutter, Google's UI toolkit, and Adobe XD, a leading design and prototyping tool,...


36: How to use import attributes in TypeScript and JavaScript

https://blog.logrocket.com/import-attributes-typescript-javascript/

Log Rocket blog (Web 2)

Import attributes are gaining traction in JavaScript and TypeScript. Let's explore how they improve app efficiency, stability, and security. The post How to use import attributes in TypeScript and JavaScript appeared first on LogRocket Blog.


37: How to Create a Sortable WordPress Document Library for Free

https://www.noupe.com/wordpress/how-to-create-a-sortable-wordpress-document-library-for-free.html

Noupe (conception)

WordPress file uploads & organizing and managing all the media files in a WordPress website is a crucial task whether you’re a blogger, business owner, or expert in any field. Having a well-organized document library can save you time and help your audience find and access the information they need easily. Thus, creating a free... The post How to Create a Sortable WordPress D [...]


38: Les 10 articles Abondance les plus lus en 2023

https://www.abondance.com/20240103-335447-articles-abondance-lus-2023.html

Abondance (Référencement)

Custom GPT, Google Bard, Microsoft Copilot et même Ernie 4.0 : une chose est sûre, l'intelligence artificielle générative a été le sujet phare de l'année 2023 ! Les gros changements de Google vous ont évidemment beaucoup intéressé également. On fait le tour des 10 articles les plus lus en 2023 sur Abondance !  1. Les […] L'article "Les 10 articles Abondance les plus lus en 2023" [...]


40 / 116

40: Navigating the JavaScript Seas: Unraveling Async, Sync, and the Single-Threaded Tale

https://kabeerhadi.hashnode.dev/navigating-the-javascript-seas-unraveling-async-sync-and-the-single-threaded-tale

Hashnode - javascript (Javascript)

In the vast landscape of JavaScript, where developers embark on digital voyages, a captivating tale unfolds ' the story of asynchronous (async) and synchronous (sync) functions in the single-threaded realm. As we delve into the intricacies, let's dec...


41: Unsticking Creativity: 8 Practical Tips for Beating Creative Block

https://www.webdesignerdepot.com/beating-creative-block/

Webdesigner depot (Design)

Have you ever found yourself staring at a blank screen, feeling utterly stuck' That's the infamous creative block. It's like a stubborn gatekeeper of your creative world, refusing to let ideas flow. But don't worry; it's common in the lives of designers, writers, and creators like you.


42: GPT-4 gratuit sur iOS et Android : Voici une technique toute simple

https://www.lebigdata.fr/gpt-4-gratuit-ios-android

Le Big Data (dataviz)

Profitez de GPT-4 gratuit avec un appareil iOS ou Android grâce à Microsoft. Il vous suffit pour cela d'installer l'application … Cet article GPT-4 gratuit sur iOS et Android : Voici une technique toute simple a été publié sur LEBIGDATA.FR.


43: Better PPC account health in 2024: How to avoid modern pitfalls and wasted spend

https://searchengineland.com/better-ppc-account-health-smx-next-436119

Search engine land (Référencement)

Discover the costliest PPC campaign mistakes from industry veteran Melissa Mackey and learn how to fix them for optimal results.


44: Le top des jeux et applis à absolument essayer pour votre nouveau casque VR

https://www.realite-virtuelle.com/top-jeux-applis-essayer-nouveau-casque-vr/

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

Vous avez reçu un nouveau casque de réalité virtuelle (VR) pour Noël) ' Que vous soyez […] Cet article Le top des jeux et applis à absolument essayer pour votre nouveau casque VR a été publié sur REALITE-VIRTUELLE.COM.


45: Everything You Need To Know About Agile Marketing In 2024

https://www.noupe.com/business-online/everything-you-need-to-know-about-agile-marketing-in-2024.html

Noupe (conception)

Everything, and everyone, is fast-paced, making it a struggle for many marketing departments to keep up with rapidly changing market trends and audience demands. However, agile marketing is ready to make sure you are not running behind competitors. The approach's flexibility will empower you to quickly adapt and respond to boost your marketing strategies. How... The post Everything You [...]


46: Un aperçu de la sangle supérieure du Vision Pro

https://www.realite-virtuelle.com/specificites-sangle-superieure-vision-pro/

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

Un brevet déposé auprès du bureau des brevets de Hong Kong a levé le voile […] Cet article Un aperçu de la sangle supérieure du Vision Pro a été publié sur REALITE-VIRTUELLE.COM.


47: Material Minimal Introduction

https://keepcodingblog.hashnode.dev/material-minimal-introduction

Hashnode - javascript (Javascript)

Welcome to the Material Minimal tutorial! In this guide, you'll learn the foundations of Material Minimal, a sleek and modern design approach that fuses Material Design's functionality with a minimalist aesthetic. Get ready to discover the core compo...


48: Personal Finance Tracker Project and 2024 Plans

https://blacknerd.dev/personal-finance-tracker-project-and-2024-plans

Hashnode - python (python)

Project Planning Hey folks, after a bunch of quick trials with a bunch of different stacks, I finally settled on what I'm going to focus on with this project. The projection of a project of this size is about 6 months but knowing how I work and what ...


49: Comment augmenter le nombre d'écoutes de votre podcast '

https://www.lebigdata.fr/comment-augmenter-le-nombre-decoutes-de-votre-podcast

Le Big Data (dataviz)

Pour augmenter le nombre d'écoutes de votre podcast, il est essentiel de faire attention aux titres d'épisodes et de partager … Cet article Comment augmenter le nombre d’écoutes de votre podcast ' a été publié sur LEBIGDATA.FR.


50 / 116

50: JavaScript Fundamentals: Arrays

https://balochcode.hashnode.dev/javascript-fundamentals-arrays

Hashnode - javascript (Javascript)

Introduction to Arrays. Arrays are a crucial part of JavaScript programming which provides powers to the developer to store and manipulate multiple values within a single variable. Which saves time for developers to work with different types of data ...


51: Microsoft annonce la retraite de Visual Studio 2013 le 9 avril

https://www.lemondeinformatique.fr/actualites/lire-microsoft-annonce-la-retraite-de-visual-studio-2013-le-9-avril-92571.html

Le monde informatique (Informatique / Internet)

Microsoft a annoncé le retrait de son IDE Visual Studio 2013 en avril. Le fournisseur conseille vivement aux utilisateurs de cette version (...)


52: Lazy Predict Library in Python for Machine Learning

https://latestbyte.hashnode.dev/lazy-predict-library-in-python-for-machine-learning

Hashnode - python (python)

Python is a versatile language that you can use for just about anything. And one of the great things about Python is that there are so many libraries out there that make it even more powerful. Lazy predict is one of those libraries. It's a great tool...


53: Atos reprend les discussions avec Airbus pour le rachat de sa branche big data et cybersécurité

https://www.usine-digitale.fr/article/atos-reprend-les-discussions-avec-airbus-pour-le-rachat-de-sa-branche-big-data-et-cybersecurite.N2205719

L'usine-digitale (Informatique)

Atos est de nouveau en pourparlers avec Airbus pour le rachat de sa branche stratégique BDS (big data & security). La nouvelle proposition de l'avionneur européen valorise cette activité du groupe informatique français entre 1,5 milliard et 1,8 milliard d'euros.


54: Let's Collab

https://thirublog.dev/lets-collab

Hashnode - javascript (Javascript)

https://imdb-clone-react-app-pi.vercel.app/ Following is my IMDB frontend clone which fetches API from tmbd iam facing the issue to make this website responsive in mobile following are the images i get if i use desktop site in mobile i want this type...


55: L'ex-avocat de Donald Trump a soumis des précédents judiciaires fictifs à un juge après avoir utilisé Google Bard

https://www.usine-digitale.fr/article/l-ex-avocat-de-donald-trump-a-soumis-des-precedents-judiciaires-fictifs-a-un-juge-apres-avoir-utilise-google-bard.N2205718

L'usine-digitale (Informatique)

Pourquoi s'embêter à éplucher les précédents légaux alors qu'il suffit de demander à Google de le faire ' C'est sans doute ce que s'est dit Michael Cohen en préparant des documents pour demander la fin des sanctions le visant suite à sa condamnation en 2018. Pas de chance pour lui, Bard a inventé trois affaires, ce qui n'a pas été au goût du juge.


56: OpenAI : 1,6 milliard de dollars de revenus en 2023 pour la startup à l'origine de ChatGPT

https://www.blogdumoderateur.com/openai-chatgpt-revenus-annee-2023/

Blog du Moderateur ()

Grâce au succès de ChatGPT Plus, l'entreprise dépasse largement ses prévisions formulées en début d'année dernière.


57: How to Convert Excel to Image using Python

https://www.computwrcodingclass.com/how-to-convert-excel-to-image-using-python

Hashnode - python (python)

https://youtu.be/0fxQPxvdZLM #python #excel #image #automation Computer Coding Class


58: Atos entame des négociations avec Airbus pour le rachat de BDS

https://www.lemondeinformatique.fr/actualites/lire-atos-entame-des-negociations-avec-airbus-pour-le-rachat-de-bds-92570.html

Le monde informatique (Informatique / Internet)

En ce début d'année, Atos était attendu pour faire un point d'étape sur les discussions autour de son avenir. La (...)


59: Bonus réparation : une aide de 25 ' pour réparer votre écran de smartphone

https://www.blogdumoderateur.com/bonus-reparation-aide-25-euros-reparer-ecran-smartphone/

Blog du Moderateur ()

La casse accidentelle, dont celle des écrans de smartphones, devient éligible au bonus réparation. Celui-ci est également étendu à 24 autres produits.


60 / 116

60: Introduction aux web perfs

https://www.htmhell.dev/adventcalendar/2023/14/

Humancoders ()

Un bon article d'introduction aux web perfs sous forme de 'getting started' : Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift. Commentaires L'article Introduction aux web perfs a été posté dans la catégorie Dev. Front de Human Coders News


61: Viol collectif dans le métavers : la police enquête sur un premier cas

https://www.lebigdata.fr/viol-collectif-dans-metavers

Le Big Data (dataviz)

La police britannique mène une enquête sur un cas de viol collectif dans le métavers. Cette situation inédite pose des … Cet article Viol collectif dans le métavers : la police enquête sur un premier cas a été publié sur LEBIGDATA.FR.


62: Guide complet des meilleures pratiques pour vos campagnes emailing pour les soldes hiver

https://www.blogduwebdesign.com/blog/graphisme/guide-meilleures-pratiques-campagnes-emailing-soldes-hiver.html

blogduwebdesign (Design)

Les soldes d'hiver représentent une période cruciale pour les marketeurs, avec une opportunité unique de captiver l'attention des consommateurs. Dans cet article, nous allons explorer en détail comment préparer des campagnes emailing efficaces pour maximiser l'impact de vos offres pendant cette saison frénétique des soldes d'hiver. [...]


63: Python practice test 2.

https://vaibhav08.hashnode.dev/python-practice-test-2

Hashnode - python (python)

Question 1: Calculator App Create a Python program that acts as a simple calculator. It should take two numbers and an operator as input and perform the corresponding operation. def add(x, y): return x + y def subtract(x, y): return x - y ...


64: Building Progressive Web Apps (PWAs) with Flutter: Unlocking Cross-Platform Potential

https://stevejacob.hashnode.dev/building-progressive-web-apps-pwas-with-flutter-unlocking-cross-platform-potential

Hashnode - Flutter (Flutter)

Introduction: In the ever-evolving realm of mobile app development, the demand for cross-platform solutions is on the rise. Flutter, Google's UI toolkit, has become a linchpin, offering developers a robust platform to craft Flutter Progressive Web Ap...


65: IA générative : 5 formations gratuites sur le Web pour devenir expert

https://www.lebigdata.fr/formations-gratuites-ia-generative

Le Big Data (dataviz)

Oui, il est maintenant possible de se former dans le domaine de l'IA générative sur internet. Et ces cours sont … Cet article IA générative : 5 formations gratuites sur le Web pour devenir expert a été publié sur LEBIGDATA.FR.


66: Optimizing React Performance with useCallback and useMemo

https://talk2riyaz.hashnode.dev/optimizing-react-performance-with-usecallback-and-usememo

Hashnode - javascript (Javascript)

Understanding the Basics In React development, This journey into optimization introduces two powerful React hooks: useCallback and useMemo. These hooks serve as essential tools for developers seeking to fine-tune their applications, especially in sce...


67: Développeur IA : ce métier qui va exploser en 2024 selon les experts

https://www.lebigdata.fr/developpeur-ia-ce-metier-exploser-en-2024

Le Big Data (dataviz)

2024 s’annonce comme une année charnière pour le métier de développeur IA. Les experts prévoient une croissance explosive dans ce … Cet article Développeur IA : ce métier qui va exploser en 2024 selon les experts a été publié sur LEBIGDATA.FR.


68: Take Your Java Knowledge to the Next Level

https://careerusa.hashnode.dev/take-your-java-knowledge-to-the-next-level

Hashnode - javascript (Javascript)

Java, renowned for its versatility and robustness, stands as a cornerstone in the programming world. If you aspire to become a proficient Java developer and secure a promising career, our Java training with placement assistance is your gateway to suc...


69: Vous venez d'avoir la Nintendo Switch'' Voici les 15 meilleurs jeux incontournables

https://www.lebigdata.fr/meilleurs-jeux-nintendo-switch

Le Big Data (dataviz)

La Nintendo Switch, le cadeau de Noël par excellence. Cette merveille fait partie des plus prisées du marché. Si vous … Cet article Vous venez d'avoir la Nintendo Switch'' Voici les 15 meilleurs jeux incontournables a été publié sur LEBIGDATA.FR.


70 / 116

70: Sélection naturelle : cette découverte change tout ce qu'on pensait sur l'évolution

https://www.lebigdata.fr/evolution-selection-naturelle

Le Big Data (dataviz)

Des biologistes ont récemment bouleversé un des faits scientifiques les plus connus. Selon leur étude, la sélection naturelle peut ralentir … Cet article Sélection naturelle : cette découverte change tout ce qu'on pensait sur l'évolution a été publié sur LEBIGDATA.FR.


71: Efficient Data Management in JavaScript: Exploring Built-In Data Structures

https://devdotun.hashnode.dev/efficient-data-management-in-javascript-exploring-built-in-data-structures

Hashnode - javascript (Javascript)

Data Structures are collections of data values, the relationships among them and the functions or operations that can be applied to that data . In short, its a way to store and organize data so it can be used efficiently in every aspect of your code....


72: Le guide ultime pour aménager un espace de travail confortable et ergonomique en 2024.

https://tech4free.fr/blog/le-guide-ultime-pour-amenager-un-espace-de-travail-confortable-et-ergonomique/

Humancoders ()

Découvrez comment améliorer votre espace de télétravail avec des astuces ergonomiques, de la chaise au bureau assis-debout, et même des pantoufles ! Commentaires L'article Le guide ultime pour aménager un espace de travail confortable et ergonomique en 2024. a été posté dans la catégorie Bonnes pratiques de Human Coders News


73: Grosfillex assemble cloud et IA pour la gestion des comptes clients

https://www.lemondeinformatique.fr/actualites/lire-grosfillex-assemble-cloud-et-ia-pour-la-gestion-des-comptes-clients-92569.html

Le monde informatique (Informatique / Internet)

Déjà utilisateur d'Infor M3 depuis de nombreuses années, Grosfillex, le fabricant de meubles d'extérieur, d'abris de jardin (...)


74: Twitch : les records de viewers en France et dans le monde

https://www.blogdumoderateur.com/twitch-records-viewers-france-monde/

Blog du Moderateur ()

Quels sont les événements et les streameurs ayant rassemblé le plus de spectateurs en direct sur Twitch, en France et dans le monde '


75: Psuedo-charts with Microsoft Image Creator

https://flowingdata.com/2024/01/03/psuedo-charts-with-microsoft-image-creator/

Flowing data (dataviz)

With each new AI-based tool that comes out, I begrudgingly kick the tires…Tags: AI, Image Creator, Microsoft


76: Koesio s'offre l'acteur télécom rouennais OneOperateur

https://www.lemondeinformatique.fr/actualites/lire-koesio-s-offre-l-acteur-telecom-rouennais-oneoperateur-92568.html

Le monde informatique (Informatique / Internet)

Koesio a bouclé le 21 décembre le rachat de l'opérateur et intégrateur télécom et IT OneOperateur. Basé (...)


77: L'Europa Clipper va partir dans l'espace, et vous pouvez y graver votre nom !

https://www.lebigdata.fr/europa-clipper

Le Big Data (dataviz)

Vous ne pourriez jamais fouler le sol d'une lune glacée de Jupiter, mais votre nom pourra être gravé sur Europa … Cet article L’Europa Clipper va partir dans l’espace, et vous pouvez y graver votre nom ! a été publié sur LEBIGDATA.FR.


78: 5 formations pour devenir chef de projet digital

https://www.blogdumoderateur.com/selection-formation-chef-projet-digital-184/

Blog du Moderateur ()

Découvrez notre sélection de formations de la semaine pour apprendre les techniques de la gestion de projet web.


79: Broadcom enterre le programme partenaire de VMware

https://www.lemondeinformatique.fr/actualites/lire-broadcom-enterre-le-programme-partenaire-de-vmware-92567.html

Le monde informatique (Informatique / Internet)

Les 65 000 partenaires de VMware seront bientôt fixés sur le sort que Broadcom leur réserve. Le 22 décembre, ce dernier leur (...)


80 / 116

80: Async programming in JavaScript

https://shubhsharma19.hashnode.dev/async-programming-in-js

Hashnode - javascript (Javascript)

Introduction Before understanding what is async programming and what is the need of async programming we need to understand the basic difference between sync and async and even before that we need to understand what does it mean when we say that java...


81: Python 27: Banking System (part 2)

https://gregorschafroth.hashnode.dev/python-27-banking-system-part-2

Hashnode - python (python)

Today I continued my banking system exercise from yesterday. I admit I had to use a lot of ChatGPT (and started using GitHub Copilot) to build this and it sort of grew over my head, even tho I was able to make it work. Doesn't feel like I mastered cl...


82: Python 28: Banking System (part 2)

https://gregorschafroth.hashnode.dev/python-28-banking-system-part-2

Hashnode - python (python)

Today I continued my banking system exercise from yesterday. I admit I had to use a lot of ChatGPT (and started using GitHub Copilot) to build this and it sort of grew over my head, even tho I was able to make it work. Doesn't feel like I mastered cl...


83: The Amazing Adventures in Coding Land ' An OOP Story for Kids!'

https://lakshmiprabha.dev/the-amazing-adventures-in-coding-land-an-oop-story-for-kids

Hashnode - python (python)

Hey all ' welcome to the adroable universe of object oriented programming(OOP)' Once upon a time in Coding Land, there were special rules to make sure all the computer programs''' played nicely together. These rules were like magic spells 'that ...


84: Python practice test.

https://vaibhav08.hashnode.dev/python-practice-test

Hashnode - python (python)

Question 1: Reversing a String Reversing a String. Write a Python function to reverse a given string. The string is 'I am learning Python'. Create a function for reversing the string. The name of the function should be 'reverse_string'. def reverse_s...


85: IPTV et téléchargement : Ces 45 sites vont disparaître en 2024, dépêchez-vous !

https://www.lebigdata.fr/iptv-et-telechargement-ces-45-sites-vont-disparaitre-en-2024-depechez-vous

Le Big Data (dataviz)

L'année commence de la plus mauvaise des manières pour les plateformes d'IPTV et de téléchargement illégal. Beaucoup vont fermer dans … Cet article IPTV et téléchargement : Ces 45 sites vont disparaître en 2024, dépêchez-vous ! a été publié sur LEBIGDATA.FR.


86: Road map for MERN stack developer

https://aborn-deepak.hashnode.dev/road-map-for-mern-stack-developer

Hashnode - javascript (Javascript)

Creating a roadmap for learning and mastering the MERN (MongoDB, Express, React, Node.js) stack is a great way to structure your learning journey. Here's a comprehensive roadmap to help you get started and advance in your MERN stack development skill...


87: Concurrent Promise Execution in TypeScript with Promise.all

https://khabubundivhu.hashnode.dev/concurrent-promise-execution-in-typescript-with-promiseall

Hashnode - javascript (Javascript)

Asynchronous operations are common in modern JavaScript and TypeScript applications. Often, we need to execute multiple asynchronous tasks concurrently and efficiently handle their completion. TypeScript provides a powerful tool for managing concurre...


88: Exploiter les moteurs bactériens pour les nanomachines

https://www.rtflash.fr/exploiter-moteurs-bacteriens-pour-nanomachines/article

Tregouet.org ()

Des chercheurs japonais, dirigés par le professeur émérite Michio Homma et le professeur Seiji Kojima de la Graduate School of Science de Université de Nagoyaen, ont réalisé une avancée sur la façon dont la locomotion se produit chez les bactéries. Le groupe a identifié la molécule FliG dans la couche flagellaire, le "moteur" des bactéries, et a révélé son rôle dans l'organisme. Ce [...]


89: Un nouveau traitement prometteur contre le cancer avancé de la prostate

https://www.rtflash.fr/nouveau-traitement-prometteur-contre-cancer-avance-prostate/article

Tregouet.org ()

C'est un traitement qui porte un solide espoir dans la lutte contre le cancer le plus fréquent en France. La radiothérapie interne vectorisée, déjà utilisée contre des cancers de la thyroïde, est désormais utilisée, au CHU de Nantes, contre le cancer de la prostate, qui représente 50 000 nouveaux cas chaque année, et 8 000 décès tous les ans. [...]


90 / 116

90: Le marc de café pourrait aider à prévenir la maladie d'Alzheimer

https://www.rtflash.fr/marc-cafe-pourrait-aider-prevenir-maladie-d-alzheimer/article

Tregouet.org ()

La démence toucherait pas moins de 55 millions de personnes dans le monde, avec près de 10 millions de nouveaux cas chaque année, d'après des données publiées par l'Organisation mondiale de la Santé (OMS). La majorité de ces cas (entre 60 % et 70 %) concernerait la maladie d'Alzheimer. 8,5 millions de personnes seraient atteintes de la maladie de Parkinson en 2019 toujours d'après l'OMS. [...]


91: Un nouveau traitement contre certains cancers métastatiques

https://www.rtflash.fr/nouveau-traitement-contre-certains-cancers-metastatiques/article

Tregouet.org ()

Les chercheurs de l'Université américaine Northwestern de Chicago ont identifié un nouvel agent thérapeutique efficace dans le traitement du cancer du sein métastatique et des métastases cérébrales avec des effets secondaires minimes, selon une étude récente publiée dans le Journal of Clinical Investigation. en lire plus


92: Vers un vaccin à ADN contre le VIH et le cancer du foie

https://www.rtflash.fr/vers-vaccin-adn-contre-vih-et-cancer-foie/article

Tregouet.org ()

Au Centre hospitalier universitaire de Nantes, des scientifiques du laboratoire Immunologie et nouveaux concepts en immunothérapie travaillent sur un vaccin à ADN perfectionné. Les premiers essais, réalisés sur des animaux, sont prometteurs. La technique a aussi fait ses preuves dans la prévention du carcinome hépatocellulaire, l'un des cancers les plus mortels, sur des modèles animaux. [...]


93: JavaScript program to find Compound Interest

https://xdcoder.hashnode.dev/javascript-program-to-find-compound-interest

Hashnode - javascript (Javascript)

Hi guys, today I was solving some aptitude problems and suddenly an idea struck to my mind, why not create programs that'll solve aptitude problems. So letting my intrusive thoughts win, I created this basic compound interest calculator using our bel...


94: Building Your own Simple JSON Database

https://blog.ragesh.me/building-your-own-simple-json-database

Hashnode - javascript (Javascript)

Introduction So What exactly is a Database' Databases are like digital filing cabinets. They help store and organize information in a structured way, making it easy to find and manage data. From tracking your online shopping history to storing userna...


95: React Begins

https://blog.prasunchakra.org/react-begins

Hashnode - javascript (Javascript)

All places I went to learn react they start with "npx create-react-app my-app". It had delayed my learning, then I started with very basics by just pulling react from the CDN and reactify your existing html code. This gave me motivation to learn more...


96: Day 14: Security Groups: Guardians of Network Security '''

https://blog.prasadsuman.me/day-14-security-groups-guardians-of-network-security

Hashnode - python (python)

Unveiling Security Groups: Cornerstone of AWS Network Security '' Core Functionality: Definition: Fundamental components governing network security in AWS. Control: Dictate the flow of traffic into and out of EC2 Instances. Composition: Solely c...


97: Test your JavaScript Skills : break & continue Keywords - 31

https://mahavir.hashnode.dev/test-your-javascript-skills-break-continue-keywords-31

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss 7 code scenarios on break & continue keywords. Identify the output of the below program let i=10; while (true) { i++; if (i>15) break; } console.log(i); a.error b.15 c.16 d....


98: Two Sum II - Input Array Is Sorted Using Two Pointers

https://suryasun.hashnode.dev/two-sum-ii-input-array-is-sorted-using-two-pointers

Hashnode - javascript (Javascript)

var twoSum = function (numbers, target) { let [start, end] = [0, numbers.length - 1]; while (start < end) { const currentSum = numbers[start] + numbers[end]; const isTarget = currentSum === target; if (isTarget) { ...


99: Guide pas à pas pour connecter votre casque VR sur la PlayStation 5

https://www.realite-virtuelle.com/comment-brancher-le-casque-vr-sur-ps5/

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

Avec l’essor de la réalité virtuelle, le casque VR est devenu un accessoire incontournable pour les gamers. […] Cet article Guide pas à pas pour connecter votre casque VR sur la PlayStation 5 a été publié sur REALITE-VIRTUELLE.COM.


100 / 116

100: Build a better Digital Photo Frame

https://blog.v1shnu.com/build-a-better-digital-photo-frame

Hashnode - python (python)

TL;DR Building a Digital Photo Frame is important proof of concept in demonstrating how open-source technologies can be utilized to build a product that can not only compete with but also exceed what's available in the market. Our Aims: Digital phot...


101: PrismMesh in Godot ' Complete Guide

https://gamedevacademy.org/prismmesh-in-godot-complete-guide/

Game dev academy (Jeux)

In the vibrant realm of game development, Godot Engine has emerged as a stalwart ally to both neophyte coders and seasoned programmers. With its open-source nature and robust set of ... Read more


102: PrimitiveMesh in Godot ' Complete Guide

https://gamedevacademy.org/primitivemesh-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this tutorial focused on mastering the PrimitiveMesh class in Godot 4, an essential component in the engine’s powerful 3D rendering toolkit. If you are an aspiring game developer ... Read more


103: PortableCompressedTexture2D in Godot ' Complete Guide

https://gamedevacademy.org/portablecompressedtexture2d-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this in-depth exploration of the PortableCompressedTexture2D class in Godot 4. Today, we’re going to unravel the intricacies of this powerful feature that can significantly optimize your games’ performance ... Read more


104: Your Comprehensive Guide to Becoming a Programmer

https://codecuddle.hashnode.dev/how-to-become-a-programmer

Hashnode - javascript (Javascript)

Hello, future coder! If you're reading this, you've likely embarked on the thrilling journey of becoming a programmer. Whether you're captivated by the magic of coding or enticed by the vast opportunities it presents, you're in for an exciting ride. ...


105: PolygonPathFinder in Godot ' Complete Guide

https://gamedevacademy.org/polygonpathfinder-in-godot-complete-guide/

Game dev academy (Jeux)

Navigating through a digital world efficiently is essential in many games and applications. Whether it’s guiding a character through a maze, plotting a course for an autonomous vehicle, or simply ... Read more


106: PolygonOccluder3D in Godot ' Complete Guide

https://gamedevacademy.org/polygonoccluder3d-in-godot-complete-guide/

Game dev academy (Jeux)

Bringing your virtual worlds to life with dynamic graphics and immersive gameplay is the bread and butter of Godot Engine ' a favorite among game developers. In the intricate dance ... Read more


107: PointMesh in Godot ' Complete Guide

https://gamedevacademy.org/pointmesh-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this exciting tutorial on the PointMesh class in Godot 4. If you’ve been exploring the world of game development, or if you’ve just started your adventure, mastering the ... Read more


108: PlaneMesh in Godot ' Complete Guide

https://gamedevacademy.org/planemesh-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to a comprehensive guide on the PlaneMesh class in Godot 4! If you’ve been exploring the world of 3D game development or are curious about creating 2D games with ... Read more


109: PlaceholderTextureLayered in Godot ' Complete Guide

https://gamedevacademy.org/placeholdertexturelayered-in-godot-complete-guide/

Game dev academy (Jeux)

Embarking on a journey to master game development can be as thrilling as the games we aspire to create. When delving into the technical depths of game engines like Godot ... Read more


110 / 116

110: PlaceholderTexture3D in Godot ' Complete Guide

https://gamedevacademy.org/placeholdertexture3d-in-godot-complete-guide/

Game dev academy (Jeux)

When delving into the world of 3D game development using Godot 4, you might stumble across an intriguing class named PlaceholderTexture3D. Why does it exist, and how can it benefit ... Read more


111: PlaceholderTexture2DArray in Godot ' Complete Guide

https://gamedevacademy.org/placeholdertexture2darray-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to an exciting tutorial where we delve into the fascinating world of game development with Godot 4, and in particular, a look at the PlaceholderTexture2DArray class. While diving into ... Read more


112: Variables in Javascript

https://devpedrodias.hashnode.dev/variables-in-javascript

Hashnode - javascript (Javascript)

What are Variables' Variables are containers for storing data values in JavaScript. They act as symbolic names for values, allowing you to use names (identifiers) to represent and manipulate data in your programs. Declaration and Initialization: ...




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