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 (36)

1: Mastering Progressive Web Apps with Angular: A Comprehensive Guide

https://imohanwrites.com/mastering-progressive-web-apps-with-angular-a-comprehensive-guide

Hashnode - javascript (Javascript)

Progressive Web Apps are web applications that work seemlessly and provide the same user experience independent of user device and network that leverage modern web capabilities to deliver an app-like experience to users. Key features of PWAs include:...


2: Weekend Reading ' The Bob Ross of programming

https://labnotes.org/weekend-reading-the-bob-ross-of-programming/

Lab notes (Développement)

This week we use coffee tasting as our design practice, get as close to and as far away from the metal as possible, find an easier way to write documentation, discover why Google Search is getting so bad, and why Siri was never good, keep our password secure, and enjoy the figures.


3: An Overview of Flutter for Beginners

https://gonexwind.hashnode.dev/an-overview-of-flutter-for-beginners

Hashnode - Flutter (Flutter)

What's Flutter' SDK from Google for building Cross-Platform Apps. App Build With Flutter BMW PUBG eBay Tencent Google Play Console Bank Jago Flutter Installation To install just go to https://docs.flutter.dev/get-started/install After install...


4: NaPoWriMo x NaPoGenMo 2024 Day 27 : Rule Based Carousel

https://blog.illestpreacha.com/napowrimo24-poetic-matrices

Hashnode - python (python)

Poetic Carousel For the 27th day of NaPoWriMo/NaPoGenMo 2024, Poetic Carousel rules are coded in Ruby & Python: Where the starting letter of each word is derived from a 3x3 matrix that is generated with no repeat letters and then transposed. Poems Fi...


5: "From Concept to Code: Designing and Implementing a Custom Query Form with Full-stack Expertise"

https://aditiratnam.hashnode.dev/from-concept-to-code-designing-and-implementing-a-custom-query-form-with-full-stack-expertise

Hashnode - javascript (Javascript)

Introduction: Reflecting on recent experiences often reveals unexpected lessons and insights. Recently, I embarked on a real-time project under the guidance of a senior. My responsibilities included fundamental frontend tasks, including crafting imag...


6: JavaScript Variables

https://kashishoza.blog.com/javascript-variables

Hashnode - javascript (Javascript)

Introduction Welcome to the world of JavaScript! If you're just starting your journey into programming, understanding variables is a crucial first step. In this blog post, we'll understand the mystery behind JavaScript variables in a simple and easy-...


7: Day 27 - Tkinter, *args, **kwargs & Creating GUIs

https://blacknerd.dev/day-27-tkinter-args-kwargs-creating-guis

Hashnode - python (python)

Where's day 26'''' I skipped it.....fight me about it '. But for real, skipped writing up and pushing a PR for day 26 cause it wasn't anything new and felt like a waste of time. I was also still in a bad headspace (quick context at the end of this p...


8: Perte de contrôle en vol : le cauchemar des pilotes face à l'essor du spoofing

https://www.lebigdata.fr/perte-de-controle-en-vol-le-cauchemar-des-pilotes-face-a-lessor-du-spoofing

Le Big Data (dataviz)

Les cybercriminels ont désormais les avions dans leur ligne de mire. Le spoofing, une technique de piratage redoutable qui permet … Cet article Perte de contrôle en vol : le cauchemar des pilotes face à l’essor du spoofing a été publié sur LEBIGDATA.FR.


9: Breaking Down the Complexity: CNNs and RNNs Demystified

https://digitalhuts.hashnode.dev/breaking-down-the-complexity-cnns-and-rnns-demystified

Hashnode - python (python)

Unraveling the Secrets Behind CNNs and RNNs Welcome to the realm of deep learning, where Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) reign supreme. These powerful algorithms have revolutionized various fields, from image...


10 / 36

10: Embarking on the Python Odyssey: A Comprehensive Guide to Launching Your Coding Journey

https://shalu222.hashnode.dev/embarking-on-the-python-odyssey-a-comprehensive-guide-to-launching-your-coding-journey

Hashnode - python (python)

Python, a beacon of versatility and accessibility in the programming universe, beckons to aspiring coders with its simplicity and power. Whether you're a newcomer or a seasoned developer, Python offers a gateway to a realm of endless possibilities. W...


11: Functions in JavaScript: A Comprehensive Guide

https://sadanandgadwal.hashnode.dev/functions-in-javascript-a-comprehensive-guide

Hashnode - javascript (Javascript)

Functions are a fundamental concept in JavaScript, allowing developers to encapsulate code for reuse, organization, and abstraction. In this guide, we'll explore various aspects of functions in JavaScript, including their declaration, parameters, ret...


12: Avis et test Murf AI : que vaut ce logiciel IA polyvalent '

https://www.lebigdata.fr/avis-et-test-murf-ai

Le Big Data (dataviz)

L'avis Murf AI doit être précédé d'un test. C'est pour cela que nous l'avons testé afin de confirmer/infirmer les différentes … Cet article Avis et test Murf AI : que vaut ce logiciel IA polyvalent ' a été publié sur LEBIGDATA.FR.


13: 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 ...


14: 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 ...


15: 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...


16: 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,...


17: 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...


18: 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...


19: 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.


20 / 36

20: 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...


21: 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...


22: 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 ...


23: 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.


24: 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...


25: 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 ...


26: 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 [...]


27: 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...


28: 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...


29: 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...


30 / 36

30: 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...


31: 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...


32: 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...


33: 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...


34: VS Code's new minimap section headers (blogPost)

https://www.stefanjudis.com/blog/vs-code-minimap-section-headers/

Stefan Judis (Développement)

When I started coding, Sublime was the editor of choice. It was lightweight, fast and ... drum rolls ... had the minimap'. The minimap made the editor look fancy. I loved it. I kinda still love it because it looks cool. VS Code, my main driver these days, supports it, too. Yet, I switched it off years ago because I didn't use it. I just wouldn't interact with it, and if something blocks 10% of my [...]


35: Disable Angular's scroll position restoration for specific routes (snippet)

https://www.stefanjudis.com/snippets/disable-angular-scroll-position-restoration/

Stefan Judis (Développement)

I've been doing Angular development lately, and as with any single-page app, the "Let's do everything in JS" approach breaks basic web functionality. Scroll handling is only one example. If you're looking for a way to alter URL query params without having Angular scroll to the top of the page, t [...]




La veille     Haut de page     Lendemain



Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.

Présentation

Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?

Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.

Richard Carlier

Des mots,
toujours des mots...

Collaboration Partage Pagerank Donnees Echange RSS Standards Web Design CSS Participation Accessibilite Mashup Convergence Standardisation Utilisateurs Web 2.0