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

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


Samedi 27 Avril 2024 (22)

1: How to Use React Redux-Toolkit: A Comprehensive Example

https://lingarajtechhub.com/how-to-use-react-redux-toolkit-a-comprehensive-example

Hashnode - javascript (Javascript)

Here's a simple example of using the React Redux Toolkit to manage the state in a React application: Let's assume we want to create a simple counter application. First, make sure you have a React project set up. Install Redux Toolkit: npm install ...


2: Vectors creation using Numpy in Python

https://mishba.hashnode.dev/vectors-creation-using-numpy-in-python

Hashnode - python (python)

Hi there, it's Misba! I'm so glad you stopped by. I hope you'll enjoy reading my blog. Introduction In ML when we deal with a large set of Data, it is hard for us to implement math operations without using vectorization, it consumes lots of time, is ...


3: Integrating AWS Step Functions ASL state machine definitions into CDK stacks in Python

https://pragmaticnotes.hashnode.dev/integrating-aws-step-functions-asl-state-machine-definitions-into-cdk-stacks

Hashnode - python (python)

AWS Step Functions state machines are defined in the JSON-based Amazon States Language (ASL). However, writing and maintaining ASL by hand is cumbersome. Therefore, most developers will prefer using the AWS Step Functions Workflow Studio in the AWS c...


4: Why OOP sucks as an MLE

https://rishirajacharya.com/why-oop-sucks-as-an-mle

Hashnode - python (python)

The quote in the subtitle is by the legendary Edsger Dijkstra. As a Machine Learning Engineer with some years of experience across a variety of domains and tech stacks, I've gradually come to the conviction that Object Oriented Programming (OOP) has,...


5: How to Get Index in Python For Loop

https://web250.hashnode.dev/how-to-get-index-in-python-for-loop

Hashnode - python (python)

Python's for loop is a powerful tool that allows you to iterate over sequences such as lists, tuples, strings, and other iterable objects. When working with lists or other iterables, you often need to access the index of the current element in additi...


6: Day 4 of 100DaysOfCode: Elements Clash Game

https://keiran-portfolio.hashnode.dev/day-4-of-100daysofcode-elements-clash-game

Hashnode - python (python)

Unfortunately Day 4 blog post and project was delayed by quite some time because I had some other commitments this week and I faced quite a few problems with the mini project I was working on after learning the following python concepts from Dr Angel...


7: L'IA a créé un film Super Mario de 1954 avec 1 seul prompt : vous allez halluciner

https://www.lebigdata.fr/ia-mario-film-1954

Le Big Data (dataviz)

Et si un film Super Mario avait été créé en 1954 ' C'est impossible, puisque le tout premier jeu mettant … Cet article L’IA a créé un film Super Mario de 1954 avec 1 seul prompt : vous allez halluciner a été publié sur LEBIGDATA.FR.


8: Building an Authentication API with AWS Cognito and FastAPI

https://timothy.codescroll.dev/building-an-authentication-api-with-aws-cognito-and-fastapi

Hashnode - python (python)

Introduction Software applications nowadays is largely driven by API, and securing access to sensitive data is paramount. User authentication acts as the gatekeeper, ensuring only authorized individuals can interact with your API. Building and mainta...


9: Mastering JavaScript Loops: A Comprehensive Guide

https://developermohit.com/mastering-javascript-loops-a-comprehensive-guide

Hashnode - Flutter (Flutter)

What is a loop' Loops are a sequence of instructions that is continually repeated until a certain condition is reached. In short, they are used to do repetitive task Types of JavaScript loop for loop for...in loop for...of loop while loop do whi...


10 / 22

10: How Records in Type Script Can Enhance Your Coding Experience

https://unseen.hashnode.dev/how-records-in-type-script-can-enhance-your-coding-experience

Hashnode - javascript (Javascript)

Introduction While solving DSA problems i came across Record. It saved me from using more memory and time at the same time meaning improving both time and space complexity. What is Record It is an object-like structure. An object type whose property ...


11: YouTube : comment désactiver la lecture automatique des vidéos

https://www.blogdumoderateur.com/youtube-comment-desactiver-lecture-automatique-videos/

Blog du Moderateur ()

Voici comment empêcher YouTube de lancer une autre vidéo lorsque vous avez fini de visionner un contenu.


12: How do you handle asynchronous operations in JS'

https://mypersonalblog.hashnode.dev/how-do-you-handle-asynchronous-operations-in-js

Hashnode - javascript (Javascript)

Asynchronous operations (eg. fetching data from an API) In JavaScript, you can handle asynchronous operations, such as fetching data from an API, using promises or async/ await syntax. Heres how you can do it: Using Promises: function fetchData() { r...


13: Optimizing Project Templates for a Better Developer Experience

https://groupstudy.dev/optimizing-project-templates-for-a-better-developer-experience

Hashnode - vuejs (Javascript)

When starting a new web project, we will have to do a lot of work setting up folder structure, styling, linting, etc., beyond what we can get from a simple npm create vite command. ' If you have not played with npm create vite before, please do so ...


14: Liens vagabonds': TikTok face aux contradictions de l'administration Biden

https://www.meta-media.fr/2024/04/27/liens-vagabonds-tiktok-face-aux-contradictions-de-ladministration-biden.html

Meta Media (Internet)

Les choses se précipitent pour TikTok - Le Sénat américain a approuvé la loi qui contraint TikTok à être vendu à des propriétaires américains ou à être interdit, ce 23 avril. Approuvé mi-avril par la Chambre des représentants, le texte a été intégré à une initiative d'aide étrangère plus vaste... The post Liens vagabonds': TikTok face aux contradictions de l'administration Bide [...]


15: Discover the 5 Exciting New Features Unveiled in ReactJS 19 Beta

https://nilanth.hashnode.dev/discover-the-5-exciting-new-features-unveiled-in-reactjs-19-beta

Hashnode - javascript (Javascript)

React 19 Beta has officially landed on npm! In this concise yet informative article, we'll highlight the top 5 groundbreaking features of React 19. Join us as we explore these game-changing advancements, learn how they can enhance your development wo...


16: How to show progress while downloading data in node.js

https://sammaji.hashnode.dev/how-to-show-progress-while-downloading-data-in-nodejs

Hashnode - javascript (Javascript)

What if you are downloading a large file and need to show the users the progress of the download. You can do that by downloading the data in chunks. This is called streaming. Unfortunately, fetch doesn't have any support for streaming. We need to use...


17: Mastering CSS: Essential Skills

https://kushnuma.hashnode.dev/mastering-css-essential-skills

Hashnode - javascript (Javascript)

In the vast landscape of web development, CSS stands as a cornerstone. For a full-stack developer, mastering CSS isn't just an option; it's a necessity. From structuring the layout of a webpage to fine-tuning its visual aesthetics, CSS plays a pivota...


18: NaPoWriMo x NaPoGenMo 2024 Day 26 : Transposition with Poems

https://blog.illestpreacha.com/napowrimo-x-napogenmo-2024-day-26-transposition-with-poems

Hashnode - python (python)

CipheringPoems For the 26th day of NaPoWriMo/NaPoGenMo 2024, the poem is being generated through Transposition ciphers coded in Python. "A Transposition cipher is one in which the order of characters is changed to obscure the message."https://math.li...


19: Single Responsibility Principle

https://codexam.hashnode.dev/single-responsibility-principle

Hashnode - javascript (Javascript)

Links REPO Linkedin Github Info : Single-responsibility principle - Wikipedia The Single Responsibility Principle (SRP) is one of the SOLID principles of object-oriented programming. It states that a class should have only one reason to change. In ot...


20 / 22

20: My first post using Github as source

https://keithbishop.dev/post-from-github-as-source1

Hashnode - python (python)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It h...


21: Comparison of datatypes in JS

https://harsh756.hashnode.dev/comparison-of-datatypes-in-js

Hashnode - javascript (Javascript)

In JavaScript, the equality check (==) and comparison operator (>, >=) function differently, particularly when dealing with null values. console.log(null > 0); //outputs: false console.log(null == 0); //outputs: false console.log(null >= 0); //output...




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