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


21 Janvier 2024 (52)

1: A Guide to Developing an Account Manager with React Router DOM.

https://danrez.hashnode.dev/a-guide-to-developing-an-account-manager-with-react-router-dom

Hashnode - javascript (Javascript)

Introduction Web applications revolve around account management, which allows users to access, interact with, and customize their digital experiences. An efficient account manager is critical for guaranteeing a safe and smooth user experience, whethe...


2: Docker : Se créer un environnement de développement PHP

https://kodercloud.ovh/blog/docker-se-creer-un-environnement-de-developpement-php-9.html

Humancoders ()

Tuto très détaillé, expliqué pas à pas, sur la création d'un environnement de développement pour le combo PHP Apache grâce à Docker. Commentaires L'article Docker : Se créer un environnement de développement PHP a été posté dans la catégorie PHP de Human Coders News


3: Different ways to center a div

https://zaidhassan.hashnode.dev/different-ways-to-center-a-div

Hashnode - javascript (Javascript)

Different ways to center a div demonstrates how we can center a div using different css properties. It discusses use of 'flex box', 'css grid' and a third way which is not very conventional, i.e by using 'position'. https://codepen.io/zaid-hassan-the...


4: Maîtriser le RAG - Retrieval Augmented Generation

https://blog.octo.com/maitriser-le-rag-retrieval-augmented-generation

Octo (Internet)

Le RAG (Retrieval Augmented Generation) est devenu le cas d'usage principal dans l'usage de l'IA génératif. Comprendre son fonctionnement est devenu une nécessité.


5: Seamless Integration: A Practical Guide to Jenkins CI/CD for Django Development

https://blog.vishnutiwari.me/seamless-integration-a-practical-guide-to-jenkins-cicd-for-django-development

Hashnode - python (python)

In this article, I am going to explain you through the process of combining Django and Jenkins for a smooth CI/CD pipeline in your Python web projects. If you're already familiar with the basics of CI/CD and pipelines, feel free to skip and you can j...


6: Rails 7 error - Sprockets::Rails::Helper::AssetNotFound in

https://blog.alexandrecalaca.com/rails-7-error-sprocketsrailshelperassetnotfound-in

Hashnode - javascript (Javascript)

Error Full error Sprockets::Rails::Helper::AssetNotFound in Pages#home Showing /home/elitebughunter/www/ebh/my-app Extracted source (around line #10): /app/views/layouts/application.html.erb where line #10 raised: The asset "application.js" is not p...


7: Why a Trailing Comma Breaks Your Package.json

https://blog.aravindsanjeev.com/why-a-trailing-comma-breaks-your-packagejson

Hashnode - javascript (Javascript)

If you work with anything that requires a nodejs server, you have to deal with the package.json file. That includes React, Angular, Vue, or plain node backends. One silly thing you might have noticed about the package.json file is that it will break ...


8: Creating custom template tags in Django

https://codebee.hashnode.dev/creating-custom-template-tags-in-django

Hashnode - python (python)

For those well-versed in Python Django, common template tags like {% load static %} , {% if %}are likely second nature, these are all part of the Django templating language but did you know you can create your own custom template tags', In this artic...


9: Révélations Covid-19 : le virus était déjà séquencé avant d'être rendu public

https://www.lebigdata.fr/covid-19-sequence

Le Big Data (dataviz)

La Chine a-t-elle gardé secrète la séquence génétique du SRAS-CoV-2, le virus responsable du Covid-19 pendant des semaines ' Le … Cet article Révélations Covid-19 : le virus était déjà séquencé avant d’être rendu public a été publié sur LEBIGDATA.FR.


10 / 52

10: 2nd Week Python Experience

https://anish04.hashnode.dev/2nd-week-python-experience

Hashnode - python (python)

1.CLI VS GLI CLI: The Command-Line Interface (CLI) is a text-based interface used to interact with a computer's operating system GUI: "Graphical User Interface" (GUI) refers to a type of user interface that allows users to interact with electronic d...


11: Unraveling Promises: A Beginner's Journey in Web Development

https://meeruzairwashere.hashnode.dev/unraveling-promises-a-beginners-journey-in-web-development

Hashnode - javascript (Javascript)

Have you ever felt lost in the world of promises, callbacks, and asynchronous JavaScript functions as a beginner web developer' I certainly did. In my four years of navigating the complex landscape of web development, I discovered a common pitfall in...


12: Make a Custom Cursor in JavaScript

https://techthinkers.dev/make-a-custom-cursor-in-javascript

Hashnode - javascript (Javascript)

OUTPUT of the given code Use the following code: HTML code. Custom Cursor // Use thi...


13: React Hooks Explained - useRef() Vs useState() !

https://shivamabraham.hashnode.dev/react-hooks-explained-useref-vs-usestate

Hashnode - javascript (Javascript)

In this article you will get to know about React Hooks : useRef and useState. Let's Understand Javascript method first to compare. Remember in JavaScript we could declare a variable and we could initialised his value through a function or certain con...


14: Advanced Css

https://10xdev.codeparrot.ai/advanced-css

Hashnode - javascript (Javascript)

CSS, an integral part of web development, serves a pivotal role in bringing vibrancy and style to web pages. For those seeking to elevate their CSS proficiency, you've landed on the right resource. This advanced blog post will explore the intricacies...


15: Basic Task Management Project(node js)

https://edunode.hashnode.dev/basic-task-management-projectnode-js

Hashnode - javascript (Javascript)

In this post we are going to make a small beginner friendly project that is task management with node js readline-sync library. The readline-sync library is commonly used in Node.js for synchronous reading of user input from the command line. It prov...


16: Extracting YouTube Transcripts with JavaScript

https://blog.nidhin.dev/extracting-youtube-transcripts-with-javascript

Hashnode - javascript (Javascript)

YouTube videos often contain valuable information, and extracting transcripts can be useful for various purposes, from accessibility to content analysis. In this article, we'll explore how to use JavaScript to retrieve and process YouTube transcripts...


17: JavaScript Events (Part 2) Propagation: Bubbling, Capturing, Deligation, Target and many more in depth

https://techthinkers.dev/javascript-events-part-2-propagation-bubbling-capturing-deligation-target-and-many-more-in-depth

Hashnode - javascript (Javascript)

What is event propagation' Event propagation refers to the process by which events are handled in a software application, particularly in the context of graphical user interfaces (GUIs) or web development. Events can be user actions, such as clicking...


18: The Comprehensive Guide to Transpiler

https://10xdev.codeparrot.ai/transpiler

Hashnode - javascript (Javascript)

WHAT IS TRANSPILER' A transpiler is a specialized tool that transforms source code from one programming language to another, facilitating interoperability and migration. Unlike traditional compilers that produce machine code, transpilers generate equ...


19: Unraveling the Power of JavaScript Promises

https://abhi1213.hashnode.dev/javascript-promises

Hashnode - javascript (Javascript)

Introduction: Asynchronous programming lies at the heart of modern web development, and JavaScript's introduction of promises has transformed the landscape. Promises provide a cleaner and more efficient way to handle asynchronous operations, reducing...


20 / 52

20: A Guide to Official Flutter Documentation

https://mulama.hashnode.dev/a-guide-to-official-flutter-documentation

Hashnode - Flutter (Flutter)

Intoduction Welcome to another exciting journey into the world of Flutter! In this comprehensive guide, we'll delve into the treasure trove of knowledge ' the Official Flutter Documentation. Whether you're a Flutter enthusiast, a seasoned developer, ...


21: Mastering Asynchronous JavaScript with Async/Await

https://abhi1213.hashnode.dev/mastering-asynchronous-javascript-with-asyncawait

Hashnode - javascript (Javascript)

Introduction: In the ever-evolving landscape of web development, JavaScript has undergone significant transformations to keep up with the demand for more responsive and efficient web applications. Asynchronous programming plays a crucial role in achi...


22: ''''''''''''''''''''''' class '' package ''''''

https://blog.nintech.dev/controlling-what-to-expose-as-public-api-in-flutter-package-th

Hashnode - Flutter (Flutter)

TLDR ''' https://docs.flutter.dev/packages-and-plugins/developing-packages. By convention, implementation code is placed under lib/src. Code under lib/src is considered private; other packages should never need to import src/.... To make APIs under ...


23: Why React Re-Renders'

https://anjan.hashnode.dev/why-react-re-renders

Hashnode - javascript (Javascript)

Why React Re-Renders' Start with a fundamental every re-render in React starts with a state change. Re-renders only affect the component that owns the state + its descendants (if any). Some developers believe that a component will re-render becaus...


24: Promises in JavaScript for Beginners

https://shubhsharma19.hashnode.dev/promises-for-beginners

Hashnode - javascript (Javascript)

Intro When working with async code in javascript you sometimes need to wait for the code to return data before further processing of data. For example: reading a file takes some times or fetching data from the server can take time and since this is a...


25: Day 2 of 100days of code.

https://paks.hashnode.dev/introduction-to-node-js-reading-and-writing-into-files

Hashnode - javascript (Javascript)

Reading and writing into files synchronously When we use JavaScript in the browser, we cannot read and write files but this is possible using Node JS which provides the API to read and write files. To implement this, We use the file system module, fs...


26: Understanding JavaScript Variables: let, const, and var Explained

https://alfies.hashnode.dev/understanding-javascript-variables-let-const-and-var-explained

Hashnode - javascript (Javascript)

Unlike programming languages like Python or Ruby, that do not need variables to be declared explicitly, or other programming languages like Java, C, C++, C#, that use type declarators to declare variables, JavaScript uses a unique method to declare v...


27: Breaking Out Of .forEach() Loop

https://kloudblogging.hashnode.dev/breaking-out-of-foreach-loop

Hashnode - javascript (Javascript)

We all know breaking out of for_loop or while_loop even for_of.. in javascript or any other language, we use the Break statement. But in case of forEach() it's not possible. We won't be talking about forEach() in detail in this blog instead looking a...


28: Understanding Android Context: A Comprehensive Guide

https://blog.evanemran.info/understanding-android-context

Hashnode - Flutter (Flutter)

When developing Android applications, understanding the concept of Context is crucial. Context is a fundamental part of the Android system that provides information about the application environment and allows access to application-specific resources...


29: Controlling what to expose as public api in Flutter package.

https://blog.nintech.dev/controlling-what-to-expose-as-public-api-in-flutter-package

Hashnode - Flutter (Flutter)

TLDR from https://docs.flutter.dev/packages-and-plugins/developing-packages. By convention, implementation code is placed under lib/src. Code under lib/src is considered private; other packages should never need to import src/.... To make APIs under...


30 / 52

30: 'File Management with JavaScript in Node.js

https://blog.thepatik.com/file-management-with-javascript-in-nodejs

Hashnode - javascript (Javascript)

Node.js is an engine that allows us to run JavaScript outside the browser. Many applications today are powered by Node.js, offering numerous advantages and a few drawbacks. However, my intention today is not to introduce Node.js or JavaScript. Today,...


31: Data types in Python

https://navedwrites.hashnode.dev/data-types-in-python

Hashnode - python (python)

What is a datatype' A data type is a classification of data that tells the interpreter or compiler how the programmer intends to use the data. Python is a dynamically-typed language, which means you don't need to declare the data type of a variable e...


32: Aggregation Pipeline in MongoDB and the use of $match and $group operator (Part 2)

https://ganesh3142.hashnode.dev/aggregation-pipeline-in-mongodb-and-the-use-of-match-and-group-operator-part-2

Hashnode - javascript (Javascript)

Hello and welcome back readers to this second part of the Mongo Aggregation Pipeline series, where we are going to explore the power of Aggregation Pipeline provided by MongoDB to make a developer's life easy. If you are new to this article, I would ...


33: Creating a Community Board with HTMX & Express

https://www.tercmd.com/community-board-using-htmx-express

Hashnode - javascript (Javascript)

Step 1. Basic app We create a folder for our application. Then we cd into the folder and run npm init -y. Then we install express and hbs using npm or any other Node package manager. npm init -y npm install express hbs --save Create index.js with th...


34: Memory Management and Garbage Collection in JavaScript

https://mydevnook.com/memory-management-and-garbage-collection-in-javascript

Hashnode - javascript (Javascript)

In this post you can get some info about memory management and garbage collection in JavaScript. Memory Flow Memory management in JavaScript has its own lifecycle, consisting of three main stages: Allocation Usage Release Allocating memory means...


35: The First React and Firebase app (CRUD)

https://parthsarthimahana.hashnode.dev/the-first-react-and-firebase-app-crud

Hashnode - javascript (Javascript)

As a developer, I faced a lot of problems in the beginning when I was trying to learn Firebase. So here, I will explain everything in a beginner-friendly way. In this blog, we will ask ourselves a few questions and try to answer them as well. At the ...


36: Fireside Unit Testing: Explore testing in Firebase in Dart

https://sungod.hashnode.dev/firebase-testing

Hashnode - Flutter (Flutter)

Introduction Welcome to the third part of our Unit Testing series in Flutter and Dart. Today, we're tackling the challenge of testing Flutter apps that use Firebase for user authentication (firebase_auth) and data storage (cloud_firestore). Testing t...


37: Navigating the Code Waves: Learning Programming and Web Development in 2024

https://blog.ahmedsuliman.com/navigating-the-code-waves-learning-programming-and-web-development-in-2024

Hashnode - javascript (Javascript)

In the ever-evolving landscape of technology, diving into programming and web development opens up a realm of possibilities. As we step into 2024, the demand for skilled developers remains high, making it an opportune time to embark on this exciting ...


38: Avoid these 5 mistakes as a Web Developer

https://whyafan.hashnode.dev/avoid-these-5-mistakes-as-a-web-developer

Hashnode - javascript (Javascript)

We all make mistakes. It's the most efficient way to learn, grow, and build experience. You can improve yourself if you reflect and learn from your mistakes. Most humans don't reflect on their mistakes. They criticize themselves for making those mis...


39: ''' Daily Code 45 | Sum of Even Numbers ('')

https://gregorschafroth.hashnode.dev/daily-code-45-sum-of-even-numbers

Hashnode - javascript (Javascript)

New day, new exercise! I again asked for something simple for Python and JavaScript. Here is what ChatGPT gave me: Exercise: Sum of Even Numbers Write a program that calculates the sum of all even numbers from 1 to a given number n. For example: If ...


40 / 52

40: Partager les photos de ses enfants sur les réseaux sociaux, les précautions à prendre

https://macternelle.fr/2024/01/21/partager-les-photos-de-ses-enfants-sur-les-reseaux-sociaux-les-precautions-a-prendre/

Macternelle (Formation / enfant)

Selon l’Observatoire de la parentalité et de l’éducation numérique, 53 % des parents français partagent du contenu sur leurs enfants sur les réseaux sociaux, une pratique fortement déconseillée par la CNIL, surtout si le profil est public. La commission identifie trois principaux risques : détournement malveillant des images, révélation d’informations sensibles sur les [...]


41: pdb.gods_grace()

https://prazwalayyyyyyy.hashnode.dev/pdbgodsgrace

Hashnode - python (python)

"Oh Bhai! Debug this code for me.": A senior developer to me on the first day of the job. "Ok!" I told, not knowing the quicksand I was going to be sticking my foot in. A new guy on the first day at the job. Things weren't looking so bright for the n...


42: Day 24: Setting up an Application Load Balancer with AWS EC2 ' '

https://davender.hashnode.dev/day-24-setting-up-an-application-load-balancer-with-aws-ec2

Hashnode - python (python)

Welcome back to our AWS EC2 adventure! Today, we are diving into the exciting world of Load Balancing ' a crucial concept for optimizing performance and ensuring reliability in large-scale computing systems. Buckle up as we explore the fascinating re...


43: Docker Pune Event Recap: A Journey into Container Excellence! '

https://blog.prasadsuman.me/docker-pune-event-recap-a-journey-into-container-excellence

Hashnode - python (python)

Hello Docker enthusiasts! '' Recently, we had the pleasure of attending the Docker Pune event, and it was nothing short of amazing! Here's a detailed rundown of the agenda: ' Event Highlights: Welcome & Team Intro: A warm introduction to the event...


44: Test-Drive a Non-Functional Requirement

https://warrenmarkham.hashnode.dev/bubble-sort-non-functional-requirements

Hashnode - Unity (unity)

#C #bubblesort #Unity #TDD #conventionalcommits #Makefile #testautomation Let's try using TDD to implement the client's requirements for bubble sort. The client is Holberton's server-side test system. It reads the code I push to GitHub and attempts ...


45: print ("hello world") to Kubernetes

https://guptaachin.com/hello-world-to-kubernetes

Hashnode - python (python)

Introduction Every software engineer writes a "hello world" program at least once in their lifetime. It often represents a start of learning a new programming language or a new software framework. This blog is targeted to become one for your Kubernet...


46: BioBytes PairSync: A Bioinformatics Tool for Basic Information Retrieval and Pairwise Sequence Alignment

https://bryanium.hashnode.dev/biobytes-pairsync-a-bioinformatics-tool-for-basic-information-retrieval-and-pairwise-sequence-alignment

Hashnode - python (python)

This Graphical User Interface (GUI) application that I developed is to allow users input biological sequences, either manually or by loading from a file. It supports sequences such as the deoxy-ribonucleic acid (DNA), ribonucleic acid (RNA), or prote...


47: BioBytes PairSync: A Bioinformatics Tool for Basic Information Retrieval and Pairwise Sequence Alignment

https://bryaniumtechblog.com/biobytes-pairsync-a-bioinformatics-tool-for-basic-information-retrieval-and-pairwise-sequence-alignment

Hashnode - python (python)

This Graphical User Interface (GUI) application that I developed is to allow users input biological sequences, either manually or by loading from a file. It supports sequences such as the deoxy-ribonucleic acid (DNA), ribonucleic acid (RNA), or prote...


48: Web Weekly 120 (blogPost)

https://www.stefanjudis.com/blog/web-weekly-120/

Stefan Judis (Développement)

Hello hello! 'When can we start server-rendering shadow DOM' What makes a perfect code diff view' And how do you implement accessible notifications' This week's Web Weekly includes all the answers and much more. Enjoy! I've got some news. In December, I left my full-time gig at Checkly and now work solo. ' It's scary, but things are going really well so far. One major part of this decision was tha [...]




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