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

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


Samedi 14 Octobre 2023 (46)

1: Enhance your Compose UI Code using LocalCompositionProvider '

https://mustfaibra.hashnode.dev/enhance-your-compose-ui-code-using-localcompositionprovider

Hashnode - Kotlin (Mobiles)

Local Composition Provider in Jetpack Compose is considered a game-changer for managing composables and their dependencies, making your UI code more organized and maintainable. With Local Composition Provider, you can effortlessly pass dependencies d...


2: Statements and Expression in JavaScript

https://assumptachinonso.dev/statements-and-expression-in-javascript

Hashnode - javascript (Javascript)

#Day 1/100 daysofJavascript Statements A 'statement' in JavaScript, like in many other programming languages, is a set of instructions that includes words, numbers, and operators. These instructions are similar to the steps you give a computer to get...


3: How to route header and footer in vue using Vue router, using storytelling

https://chidinmablog.hashnode.dev/how-to-route-header-and-footer-in-vue-using-vue-router-using-storytelling

Hashnode - vuejs (Javascript)

In the bustling city of Lagos, there lived a talented artist named Nini. Nini was renowned for her captivating artwork, and she had a dream of sharing her creativity with art enthusiasts around the world. To do this, she decided to build a beautiful ...


4: Weirdness of JavaScript!

https://senpaicodes.hashnode.dev/weirdness-of-javascript

Hashnode - javascript (Javascript)

Javascript is one of the most trending and popular languages. You can build anything with JavaScript, websites, Web Apps, Native Mobile Apps, etc. JavaScript's versatility extends to server-side development, enabling the creation of robust and dynami...


5: Day 14 Of 30DaysOfJavaScript

https://shivankkapur.hashnode.dev/day-14-of-30daysofjavascript

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 13 Article on #30DaysOfJs. In case, if you haven't then make sure you give it a read by clicking here. Error Handling While writing code you might encounter different types of errors. To s...


6: How to Build a Social Media Profiles Showcase Website with Next.js, Shadcn Ui and TailwindCSS

https://taquideveloper.hashnode.dev/how-to-build-a-social-media-profiles-showcase-website-with-nextjs-shadcn-ui-and-tailwindcss

Hashnode - javascript (Javascript)

Hello Guys, My name is Md Taqui Imam, i am a Full Stack Web Developer. And don't forget to Follow me in Github for Cool projects. So today in this Blog post, we will go over how to create a simple but effective social media profiles showcase website ...


7: 30 Days of JAVASCRIPT 12/30

https://asifcodes.hashnode.dev/30-days-of-javascript-1230

Hashnode - javascript (Javascript)

3. Classes in JavaScript Classes in JavaScript are a way to create objects and define their properties and methods. They were introduced in ECMAScript 2015 (ES6) to provide a cleaner way to follow object-oriented programming patterns. In this blog po...


8: DRY Approach

https://prakhartripathi.hashnode.dev/dry-approach

Hashnode - javascript (Javascript)

DRY which stands for Don't Repeat Yourself, is a fundamental rule that should be followed while developing software. The concept (AFAIK) simply means to NOT rewrite the same piece of code again and again. Let's say, for example, you are designing sch...


9: Improve Your JavaScript Skills With These Coding Practice Exercises

https://jacknodes.hashnode.dev/improve-your-javascript-skills-with-these-coding-practice-exercises

Hashnode - javascript (Javascript)

You've been working with JavaScript for a while now and want to level up your skills. Simply reading more tutorials or watching video courses isn't going to cut it. To become highly proficient in JavaScript, you need to practice. A lot. Coding exerci...


10 / 46

10: Coding Foundations: A Beginner's Guide to JavaScript Variables

https://devlordship.hashnode.dev/coding-foundations-a-beginners-guide-to-javascript-variables

Hashnode - javascript (Javascript)

JavaScript Variables Definition of a Variable A variable is a container used to store values, such as numbers or strings. Variables serve as containers, analogous to little cardboard boxes, holding values within a program. They are distinct fro...


11: Project Name: AWS S3 Memory Monitoring

https://devops121.hashnode.dev/project-name-aws-s3-memory-monitoring

Hashnode - python (python)

Description: This project consists of two components: a Python script and a shell script. The Python script creates an Amazon S3 bucket using the Boto3 library and uploads a text file containing available memory information. The shell script records ...


12: So, what is the key prop'

https://queenislamiat.hashnode.dev/so-what-is-the-key-prop

Hashnode - javascript (Javascript)

It would be fair to assume that almost every developer has had a console warning of not providing a key prop when a list was rendered in a React application. To fix this, you pass the key prop and sometimes use the index as the value. But why do you ...


13: Series of python with me!

https://dhunganafamous.blogs/series-of-python-with-me

Hashnode - python (python)

Hello, fellow learners and curious minds! In the long vacation of a festival, I'll be doing Python from scratch as I am new to it. I'll be covering all the things I learned each day in the hope that my journey can inspire and assist others who are ju...


14: What is ULIP' Common Misconceptions and Myths Debunked

https://www.bestfreewebresources.com/what-is-ulip-common-misconceptions-and-myths-debunked

Best Free Web Resources (Veille)

When it comes to financial planning, you’ve likely heard of a variety of investment options. From mutual funds to fixed deposits, the choices are numerous. But one term that often confuses people is ULIP. What exactly is a ULIP plan and how does it differ from other investment options' Importantly, why is there so much […] The post What is ULIP' Common Misconceptions and Myths Debunked [...]


15: Unleashing the Power of ZOD

https://codezera.hashnode.dev/unleashing-the-power-of-zod

Hashnode - javascript (Javascript)

Greetings, tech enthusiasts! In today's blog post, we're diving into the fascinating world of ZOD - a powerful and versatile tool that has been making waves in the tech community. ZOD, short for Zealous Object Definition , is a type-safe schema valid...


16: Chrome extensions finally have WebSockets

https://boreditguy.com/chrome-extensions-mv3-websockets

Hashnode - javascript (Javascript)

Yes, friends, you've read that right, Chrome extensions with manifest v3 finally got WebSocket connections to work after almost 2 years since extensions with manifest v2 were not accepted anymore on the Chrome Web Store. A short history of Chrome ext...


17: Learning the Skill of Writing Great Code - (Naming)

https://cholasni.hashnode.dev/the-skill-of-writing-great-code

Hashnode - javascript (Javascript)

I'm not going to cover the performance or error handling of code, but I want to look into the writing of the code. While coding, how much time have you spent thinking "What name should I give to this variable'" I have had my share of such moments. Wh...


18: I hate Typescript, is it a shame'

https://bytebricks.hashnode.dev/i-hate-typescript-is-it-a-shame

Hashnode - javascript (Javascript)

But am I alone in this boat, gently rowing down the river of resistance against the TypeScript tide' Or are there others who share this sentiment '' Or better yet, are there knights in shining armor ready to defend TypeScript's honor and educate the...


19: Day 15 Task: Python Libraries for DevOps

https://learning01.hashnode.dev/day-15-task-python-libraries-for-devops

Hashnode - python (python)

Introduction Welcome to Day 15 of our DevOps learning journey! Today, we will explore Python libraries that play a crucial role in managing configurations and data in DevOps environments. We will cover four tasks, including reading JSON and YAML in P...


20 / 46

20: Canonical Recalls Ubuntu 23.10 ISOs Over Malicious Hate Speech

https://www.webpronews.com/canonical-recalls-ubuntu-23-10-isos-over-malicious-hate-speech/

WebProNews SEO (Développement)

WebProNews Canonical Recalls Ubuntu 23.10 ISOs Over Malicious Hate Speech Canonical has recalled disk images for its latest Ubuntu 23.10 release after malicious contributors slipped hate speech into the translations. Canonical Recalls Ubuntu 23.10 ISOs Over Malicious Hate Speech Matt Milano


21: Understanding the Event Loop in JavaScript

https://saurabhsuryavanshi.hashnode.dev/understanding-the-event-loop-in-javascript

Hashnode - javascript (Javascript)

When diving into the world of JavaScript, there's a critical concept to grasp - the Event Loop. It's fundamental to how JavaScript handles asynchronous operations, allowing web pages to be responsive while executing tasks like fetching data, listenin...


22: 10 extensions ChatGPT dans Chrome à essayer

https://www.lemondeinformatique.fr/actualites/lire-10-extensions-chatgpt-dans-chrome-a-essayer-91848.html

Le monde informatique (Internet / Informatique)

ChatGPT a gagné de façon spectaculaire en popularité quelques semaines seulement après son lancement en 2022. Des millions (...)


23: Exploring Next.js: Features and Functionality

https://rowsanali.hashnode.dev/exploring-nextjs-features-and-functionality

Hashnode - javascript (Javascript)

In the rapidly evolving world of web development, staying ahead of the curve is essential. One framework that has gained tremendous popularity in recent years is Next.js. Developed by Vercel, Next.js is a React-based framework that simplifies the pro...


24: Starlink va lancer son service SMS/appels : Free, Orange, SFR et Bouygues menacés '

https://www.lebigdata.fr/starlink-lancer-son-service-sms-appels

Le Big Data (dataviz)

En 2024, Starlink, le géant de l’internet spatial, deviendra également un vecteur de communication textuelle grâce à son nouveau service … Cet article Starlink va lancer son service SMS/appels : Free, Orange, SFR et Bouygues menacés ' a été publié sur LEBIGDATA.FR.


25: 'Mastering Python: "Python Playground: 12 Beginner Projects for Coders in the Making!" '

https://roninking.hashnode.dev/mastering-python-python-playground-12-beginner-projects-for-coders-in-the-making

Hashnode - python (python)

Welcome to the ultimate Python coding playground! ' Whether you're just starting your coding journey or looking to sharpen your skills and reinforce what you've learned, I've got 12 fantastic projects and exercises that will reinforce your learning ...


26: Vous répondez même quand vous dormez, c'est la science qui le prouve !

https://www.lebigdata.fr/repondez-quand-vous-dormez

Le Big Data (dataviz)

Des chercheurs français nous dévoilent un secret inattendu et étonnant : notre capacité de réponse dans nos profonds sommeils. Oui, … Cet article Vous répondez même quand vous dormez, c’est la science qui le prouve ! a été publié sur LEBIGDATA.FR.


27: Interesting internals of array in javascript

https://gyandeeparyan.hashnode.dev/interesting-internals-of-array-in-javascript

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=ZRS485LxX0s Arrays are a fundamental data structure in JavaScript. Behind the scenes, V8 - Google's JavaScript engine - optimizes arrays in two main ways: Contiguous arrays Holey arrays Contiguous Arrays For arra...


28: Comment activer le nouvel assistant IA Copilot sur Windows ' Tutoriel

https://www.lebigdata.fr/activer-ia-copilot-windows

Le Big Data (dataviz)

Depuis le 26 septembre dernier, Windows Copilot est accessible via une mise à jour facultative disponible dans Windows Update. Malheureusement, … Cet article Comment activer le nouvel assistant IA Copilot sur Windows ' Tutoriel a été publié sur LEBIGDATA.FR.


29: Antivirus Mac : top des logiciels de protection - octobre 2023

https://www.lebigdata.fr/top-antivirus-mac

Le Big Data (dataviz)

Découvrez le meilleur antivirus pour Mac disponible sur le marché. En fait, cet article présente les différentes options permettant de … Cet article Antivirus Mac : top des logiciels de protection - octobre 2023 a été publié sur LEBIGDATA.FR.


30 / 46

30: File Handling & Modules

https://bashcode.dev/file-handling-modules

Hashnode - python (python)

Functions Python function is a named block of code that performs a specific task. Let's see an example of creating a function. The type() says that example() is a function. After executing the function: Another example of writing a function to joi...


31: Introduction to Python | Beginner Tutorial | Lesson 1

https://thecontentwritingcraft.com/introduction-to-python-beginner-tutorial-lesson-1-4aa5ddc9fe74

Hashnode - python (python)

In this tutorial, you'll learn Python from the ground up, starting with the basics and gradually building your skills. What Is Python' Python is a high-level, interpreted programming language. Here's what those terms mean: High-level: Python is desig...


32: Liens vagabonds : Threads, l'oasis des anciens de Twitter '

https://www.meta-media.fr/2023/10/14/liens-vagabonds-threads-loasis-des-anciens-de-twitter.html

Meta Media (Internet)

A la recherche d'un terrain plus vert - Depuis le 7 octobre, date de l'attaque du Hamas sur Israël, X est devenu une décharge. De fausses vidéos et images violentes circulent sans aucun filtre et trompent même les chercheurs en OSINT les plus expérimentés. Le mois dernier, l'Union Européenne avait... The post Liens vagabonds : Threads, l'oasis des anciens de Twitter ' first appeared on Mét [...]


33: ChatGPT analyse les images : 10 exemples pour découvrir ses capacités

https://www.blogdumoderateur.com/chatgpt-analyse-images-10-exemples/

Blog du Moderateur ()

Découvrez comment utiliser l'analyse d'image dans ChatGPT en 10 exemples !


34: Build your own Reactjs from scratch - Chapter 4 Implementing JSX

https://nisham.hashnode.dev/implementing-jsx-function-for-our-own-reactjs

Hashnode - javascript (Javascript)

In previous chapter we learned how to use babel to transform JSX to Plain Javascript in this chapter, we will write the actual implementation transformer function jsx() The component const ui = () => Hello world is equivalent to...


35: ' Leveling Up Your React.js Journey: Key Concepts to Master First '

https://durgarao.hashnode.dev/leveling-up-your-reactjs-journey-key-concepts-to-master-first

Hashnode - javascript (Javascript)

Are you ready to dive into the world of React.js' This dynamic JavaScript library is a powerful tool for building modern, interactive web applications. However, before you embark on your React journey, it's essential to have a strong foundation in a ...


36: Stockage de la mémoire cérébrale : Cette folle théorie chamboule toutes certitudes

https://www.lebigdata.fr/stockage-memoire-cerebrale

Le Big Data (dataviz)

Cette nouvelle théorie relance le débat sur le stockage de la mémoire cérébrale. L'utilité des souvenirs serait le caractère déterminant, … Cet article Stockage de la mémoire cérébrale : Cette folle théorie chamboule toutes certitudes a été publié sur LEBIGDATA.FR.


37: Connecting MongoDB to a Flutter App Using Realm : A Step-by-Step Guide

https://kailash8799.hashnode.dev/connecting-mongodb-to-a-flutter-app-using-realm-a-step-by-step-guide

Hashnode - Flutter (Flutter)

MongoDB is a popular NoSQL database known for its flexibility and scalability. Integrating MongoDB with a Flutter app can be a powerful combination. In this blog, we'll explore how to connect MongoDB to a Flutter app using the realmpackage. Prerequis...


38: History of Java script

https://webdec.hashnode.dev/history-of-java-script

Hashnode - javascript (Javascript)

Java script was developed by Brendan Eich in 1995. But before the name "Javascript", it was originally named "Mocha" followed by the name "Live script" and then later on "Java script". Why and when Java script codes were beginning to be implemented' ...


39: Linux : cette grave vulnérabilité menace le système d'exploitation

https://www.lebigdata.fr/vulnerabilite-linux

Le Big Data (dataviz)

Des chercheurs viennent de révéler une nouvelle vulnérabilité affectant le système GNOME Linux. La menace nouvellement découverte expose le système … Cet article Linux : cette grave vulnérabilité menace le système d’exploitation a été publié sur LEBIGDATA.FR.


40 / 46

40: Bun, the newest JS runtime in town!

https://shaunak.hashnode.dev/bun-the-newest-js-runtime-in-town

Hashnode - javascript (Javascript)

Node.js has long been the go-to choice for developers since 2009 to build scalable server-side applications. However, the JavaScript ecosystem is constantly evolving, and new runtimes, offering unique features and advantages emerged in the last coupl...


41: Improving Business Performance through Cloud Database Management: Best Practices for Business Continuity

https://www.bestfreewebresources.com/improving-business-performance-through-cloud-database-management-best-practices-for-business-continuity

Best Free Web Resources (Veille)

Data is the most important base for enterprises in today’s fast-paced corporate world. It influences company decisions, consumer engagements, and overall performance. Many firms have moved to cloud database management solutions to realize the value of data fully. Cloud databases provide scalability, cost-efficiency, and accessibility, making them an appealing option for modern businesses. Ho [...]


42: Python Operators for Beginners

https://theofficialeze.hashnode.dev/python-operators-for-beginners

Hashnode - python (python)

Python operators are symbols that tell Python what to do with data. They can be used to perform arithmetic operations, compare data, and perform other tasks. Arithmetic Operators Arithmetic operators are used to perform mathematical operations on dat...


43: Managing User Accounts in Linux

https://sibylobodo.hashnode.dev/managing-user-accounts-in-linux

Hashnode - python (python)

In the Linux system administration, effective user management is critical. This article delves into the intricacies of managing user accounts in a Linux environment, covering essential tasks from user creation to access control. By the end, you'll be...


44: How to style element descendents with Tailwind CSS (tilPost)

https://www.stefanjudis.com/today-i-learned/how-to-style-element-descendents-with-tailwind-css/

Stefan Judis (Développement)

I'm maintaining a project built with Tailwind at work. I'm no daily Tailwinder, but usually, I manage just fine. But recently, a trivial task took me quite some time to get right. I wanted to rotate an SVG icon depending on the details element's :open state. Getting started with Tailwind is straightforward (a CSS property just maps to a class name, right'), but I still have to wrap my head around [...]


45: How to style element descendants with Tailwind CSS (tilPost)

https://www.stefanjudis.com/today-i-learned/how-to-style-element-descendants-with-tailwind-css/

Stefan Judis (Développement)

I'm maintaining a project built with Tailwind at work. I'm no daily Tailwinder, but usually, I manage just fine. But recently, a trivial task took me quite some time to get right. I wanted to rotate an SVG icon depending on the details element's :open state. Getting started with Tailwind is straightforward (a CSS property just maps to a class name, right'), but I still have to wrap my head around [...]




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