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 6 Avril 2024 (57)

1: typeof type operator in Typescript

https://decpk.hashnode.dev/typeof-type-operator-in-typescript

Hashnode - javascript (Javascript)

typeof operator is used to get type of (I'd prefer to say Shape of) operand. If you want to learn about typeof in reference to Javascript then you can visit typeof operator in javascript. Syntax of typeof operator in Typescript Typescript typeof oper...


2: DOMContentLoaded Event

https://sudiptasaha.hashnode.dev/domcontentloaded-event

Hashnode - javascript (Javascript)

DOMContentLoaded is an event that is fired when the initial HTML document has been completely loaded and parsed, without waiting for stylesheets, images, and subframes to finish loading. This means that at the time DOMContentLoaded fires, the DOM tre...


3: Unlocking the Code: Top Languages Powering Today's Tech Careers

https://jobsin.hashnode.dev/unlocking-code-top-languages-powering-todays-tech-careers

Hashnode - javascript (Javascript)

Despite AI code generators being the biggest existential threat to developers, far surpassing minor inconveniences like buggy software, unrealistic deadlines, or the eternal mystery of why the code that worked perfectly fine yesterday suddenly decide...


4: What is Content Security Policy (CSP) '

https://sankalp-haritash.hashnode.dev/what-is-content-security-policy-csp

Hashnode - javascript (Javascript)

Content Security Policy (CSP) is a powerful tool in the web security arsenal, designed to mitigate the risk of Cross-Site Scripting (XSS) attacks and other injection-based vulnerabilities. By specifying which resources the browser should allow to loa...


5: Do you know React Component, Instance, and Element'

https://stephenice.hashnode.dev/do-you-know-react-component-instance-and-element

Hashnode - javascript (Javascript)

In this article, we will explore the fundamental concepts of React, gaining an understanding of React components, instances, and elements, which collectively form the building block of creating user interfaces (UI) in React. Component In React compon...


6: NumPy: The Mathematical Code

https://adarshdabral.hashnode.dev/numpy-the-mathematical-code

Hashnode - python (python)

Hey there, fellow coder! So, you've heard about this thing called NumPy and you're wondering what all the fuss is about' Well, buckle up because we're about to take you on a wild ride through the wonderful world of NumPy! So, what exactly is NumPy' T...


7: typeof operator in Javascript

https://decpk.hashnode.dev/typeof-operator-in-javascript

Hashnode - javascript (Javascript)

Do you actually know how to use typeof in Javascript'Do you now what are typeof operator capabilities' Well, we are going to explore typeof in depth. ' Do you know typeof is not specific to Typescript. It was already an operator in Javascript. ty...


8: Non-Primitive Data Types in JavaScript

https://abdulbasitblog.hashnode.dev/mastering-objects-functions-javascript-non-primitive-data-types

Hashnode - javascript (Javascript)

Welcome back, learners! In this blog post, we'll explore JavaScript's non-primitive data types. While primitive types are the building blocks, non-primitive types like Objects and Functions allow us to create complex structures and wield the true pow...


9: React Lesson 3 - JSX Attributes & Styling React Elements

https://ratansharma.co.in/react-lesson-3-jsx-attributes-styling-react-elements

Hashnode - javascript (Javascript)

Our goal is to change the color of this heading to red: Before moving forward, let's organize the file structure and the basic HTML structure. index.html JSX


10 / 57

10: How we made `Recipy`, a web application from where you can read, share recipes & meal recommandations between each other

https://filymsakine.hashnode.dev/how-we-made-recipy-a-web-application-from-where-you-can-read-share-recipes-meal-recommandations-between-each-other

Hashnode - javascript (Javascript)

Hello, my name is Fily Mohamed Sakine, a Software Engineer. I'm currently in a ALX programme (full-stack) and I'm the backend developer of our web application, called Recipy. In our project, our main objective was to develop a recipe app that not onl...


11: Write a Basic Matrix in Python

https://pravinmd.hashnode.dev/write-a-basic-matrix-in-python

Hashnode - python (python)

This article will help you write a very basic matrix in Python using the popular PyTorch Library What is Matrix' Well what is matrix in the first place' Matrix according to Mathematics is a rectangular array of numbers, symbols or expressions arrang...


12: Upload Videos To YouTube using PythonV3 Library

https://larachamp.com/upload-videos-to-youtube-using-pythonv3-library

Hashnode - python (python)

Hi readers, Today's topic is a bit different than always. Today we are going to see how can we upload local videos to YouTube using a Python library. I'll try to make it short and simple. So, that it would be easy for you to implement. Grab YouTube A...


13: Weekend Reading ' Healthy living isn't available in your country

https://labnotes.org/weekend-reading-healthy-living-isnt-available-in-your-country/

Lab notes (Développement)

This week we got a great app for hikers, a way to threaten our code, place to put our cursor, another story of a dying startup, some really bad tales about AI, a shirt to commemorate the earthquake, and some good news about COVID and bees.


14: The making of a recipe App

https://the-making-of-a-recipe-app.hashnode.dev/the-making-of-a-recipe-app

Hashnode - vuejs (Javascript)

In our project, our main objective was to develop a recipe app that not only looked great but also offered a user-friendly experience. My focus was on creating the frontend interface, the part of the app directly interacted with by users. We aimed to...


15: Why you should take the Ternary Conditions in JavaScript Serious ''

https://lonedevwolf.hashnode.dev/why-you-should-take-the-ternary-conditions-in-javascript-serious

Hashnode - javascript (Javascript)

JavaScript developers, listen up! If you're tired of bulky if-else statements cluttering your code, it's time to embrace the power of the ternary operator. This compact tool allows you to condense complex conditional logic into a single line, making ...


16: Python Script for Comparing MySQL Databases and Finding Discrepancies

https://blog.codewithsky.in/python-script-for-comparing-mysql-databases-and-finding-discrepancies

Hashnode - python (python)

Introduction In the world of database management, comparing MySQL databases is essential for maintaining data accuracy. This process helps identify missing tables, columns, and data discrepancies. In this article, we'll explore how to compare MySQL d...


17: NaPoWriMo x NaPoGenMo 2024 - Day 6: Inverse Pt 2

https://blog.illestpreacha.com/napowrimoinverse-pt-2

Hashnode - javascript (Javascript)

OccurrenceOfImpossibleThoughts For the sixth day of NaPoWriMo/NaPoGenMo 2024, "OccurrenceOfImpossibleThoughts" is coded as a livecoded poetry in lanaguage, Inverse. inverse.Website turns Poetry into Shaders and the list of keywords are on the sidebar...


18: View PDF Files in Flutter - Make PDF Reader app

https://www.allaboutflutter.com/view-pdf-files-in-flutter-make-pdf-reader-app

Hashnode - Flutter (Flutter)

We come across multiple PDFs in our daily lives, and while making an app, you would surely want to implement this feature in your app. Or you would want some new feature in your PDF reader and this is a great place to start to make your first PDF Rea...


19: Cette néobanque déploie les grands moyens pour conquérir de nouveaux adeptes

https://www.lebigdata.fr/cette-neobanque-deploie-les-grands-moyens-pour-conquerir-de-nouveaux-adeptes

Le Big Data (dataviz)

Pour la première fois, Revolut propose une offre de bienvenue sous forme d'un bonus allant jusqu'à 80 euros pour les … Cet article Cette néobanque déploie les grands moyens pour conquérir de nouveaux adeptes a été publié sur LEBIGDATA.FR.


20 / 57

20: Understanding JavaScript Cookies: A Simple Guide

https://subhamdash.hashnode.dev/understanding-javascript-cookies-a-simple-guide

Hashnode - javascript (Javascript)

In the world of web development, cookies play a vital role in creating a smooth and personalized user experience. JavaScript cookies, specifically, are small pieces of data stored on the user's computer by their web browser while they're browsing a w...


21: Springboot1-Create Multi-Module Project

https://sunnytech.hashnode.dev/springboot1-create-multi-module-project

Hashnode - Kotlin (Mobiles)

The thought is like that. First, create a simple Koltin spring boot project in IntelliJ, and then organize it into a multi-module project. Procedure Create Springboot Project Create new module ( I called it module1) In the settings.gradle.kts...


22: Day 9: Data Structures: Organizing Your Data

https://jaybamaniya.tech/day-9-data-structures-organizing-your-data

Hashnode - python (python)

Lists: Ordered, mutable collections of items (e.g., [1, 2, "apple", 3.14]) Tuples: Ordered, immutable collections of items (e.g., (1, "apple", True)) Sets: Unordered collections of unique items (e.g., {1, 2, "apple"}) Dictionaries: Unordered coll...


23: React Props Explained with Examples

https://smitdesai.netlify.app//react-props-explained

Hashnode - javascript (Javascript)

Prerequisites : Whenever you start a project, you always need to do PROPER PLANNING first.Never start your project before planning.Proper planning starts with making a Wireframe/Mock of your entire UI.That'll make you understand which all components ...


24: From Mainframe to AWS, Python, Bash and Powershell

https://mikerouse.hashnode.dev/from-mainframe-to-aws-python-bash-and-powershell

Hashnode - python (python)

If you like this article, then chances are you would like what I tweet as well. Have a look at my Twitter profile. https://twitter.com/ISUGoldenRule Sharing my story with interns My Director asked to share my story below with the interns later this S...


25: Exploring the useRef Hook in React.js: A Technical Journey

https://arya-amour.hashnode.dev/exploring-the-useref-hook-in-reactjs-a-technical-journey

Hashnode - javascript (Javascript)

In the realm of React.js development, where every line of code counts, finding the right tools to manage references efficiently can make a world of difference. Enter the useRef hook ' a powerful yet often overlooked feature that plays a crucial role ...


26: Object and Array destructuring in javascript

https://coderchic.hashnode.dev/object-and-array-destructuring-in-javascript

Hashnode - javascript (Javascript)

What is destructuring' Destructuring means unpacking values from objects or arrays or properties from objects and assigning it to separate variables. Destructuring can be done with objects, arrays and even nested objects. Destructuring in arrays The ...


28: Inspirational Websites Roundup 58

https://tympanus.net/codrops/2024/04/06/inspirational-websites-roundup-58/

Codrops (Design / Internet)

Uncover a vibrant collection of websites, each showcasing stellar design, to energize your inspiration.


29: Technical Topics that I find Interesting.

https://ayushas.hashnode.dev/technical-topics-that-i-find-interesting

Hashnode - Flutter (Flutter)

I am an avid learner and an enthusiastic student who keeps exploring and insight into new technologies. I have a lot of topics that awe me upon learning and also a lot of them which I am excited to learn about. Out of all the topics that I am fascina...


30 / 57

30: How to Convert DataFrame into Text File using Python Pandas

https://www.computwrcodingclass.com/how-to-convert-dataframe-into-text-file-using-python-pandas

Hashnode - python (python)

https://youtu.be/9EFhyeG-nXc #python #pandas #dataframe #tutorial #online #computer #coding Computer Coding Class


31: Popular machine learning libraries

https://mugultum.hashnode.dev/popular-machine-learning-libraries

Hashnode - python (python)

Introduction With vast amounts of data generated daily, understanding what the data means can be challenging. Through the wider data analytics field, you can gain insights into the data's secrets. As a data scientist or data analyst, libraries will ...


32: Backend Development Basics - An Overview

https://devsavant.hashnode.dev/backend-development-basics-an-overview

Hashnode - javascript (Javascript)

Every website can split up in two parts, the Frontend and the Backend. The Frontend is all the visuals you see on the webpage and Backend is what saves and manages your data. In this Blog we are going to discuss about backend, Its use-case, Its frame...


33: Data Structures Used In Browsers

https://devroy.hashnode.dev/data-structures-used-in-browsers

Hashnode - javascript (Javascript)

As we all know, JavaScript is a single-threaded language. If there is simple synchronous code then code execution happens one after the other and it's all a piece of cake. In reality however, we often find ourselves dealing with asynchronous events a...


34: CSS Font Property :

https://adityag7678.hashnode.dev/css-font-property

Hashnode - javascript (Javascript)

CSS Font property is used to control the look of texts. By the use of CSS font property you can change the text size, color, style and more. These are some important font attributes: CSS Font color: This property is used to change the color of the...


35: Understanding the Advantages of TypeScript Over JavaScript

https://sunilsaini.hashnode.dev/understanding-the-advantages-of-typescript-over-javascript

Hashnode - javascript (Javascript)

Introduction: In the realm of web development, JavaScript has long been the cornerstone language, empowering developers to create dynamic and interactive web applications. However, as projects grow in size and complexity, developers often encounter c...


36: Understanding the Advantages of TypeScript Over JavaScript

https://sunilsblog.com/understanding-the-advantages-of-typescript-over-javascript

Hashnode - javascript (Javascript)

Introduction: In the realm of web development, JavaScript has long been the cornerstone language, empowering developers to create dynamic and interactive web applications. However, as projects grow in size and complexity, developers often encounter c...


37: Importance of React Native in Mobile App Development....

https://creator.dev/importance-of-react-native-in-mobile-app-development

Hashnode - Flutter (Flutter)

React Native has emerged as a game-changer in the realm of mobile app development, owing to its significance and impact. Its importance lies in its ability to enable developers to create cross-platform mobile applications using a single codebase, wri...


38: Demystifying Variables and Data Types in JavaScript '

https://thepawanluhana.hashnode.dev/demystifying-variables-and-data-types-in-javascript

Hashnode - javascript (Javascript)

Welcome to the world of JavaScript! If you're just starting out, understanding variables and data types is like learning the ABCs of coding. Let's break it down together: What are Variables' Think of variables as containers. They hold information tha...


39: Comment créer une signature sur Gmail

https://www.blogdumoderateur.com/comment-creer-signature-gmail/

Blog du Moderateur ()

Découvrez comment créer une signature d'email sur Gmail en quelques étapes simples.


40 / 57

40: Why Node.js is the Go-To Choice for High-Performance Web Applications'

https://manuj8941.hashnode.dev/why-nodejs-is-the-go-to-choice-for-high-performance-web-applications

Hashnode - javascript (Javascript)

There is nothing new in we telling you that technology continues to evolve. With this, it definitely becomes increasingly important for businesses to have a fast and reliable online presence. It doesn't matter, whether you have an e-commerce website...


41: JavaScript Promises

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

Hashnode - javascript (Javascript)

The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. Promise States Pending: Initial state of a promise, neither fulfilled nor rejected. Fulfilled: The operation completed successf...


42: Python Introduction

https://dinesh09.hashnode.dev/python-introduction

Hashnode - python (python)

Python was created by Guido van Rossum in the year 1989 and released in 1991. Use of python: Web development software development system scripting Featrues of python: Simple & easy to learn Free and Opensource Large Community Support GUI Pro...


43: Liens vagabonds : Ces « ingénieurs du chaos » qui alimentent les fake news

https://www.meta-media.fr/2024/04/06/liens-vagabonds-ces-ingenieurs-du-chaos-qui-alimentent-les-fake-news.html

Meta Media (Internet)

Contrairement à ce que l'on puisse penser, certains individus diffuseurs de fake news n'agissent pas dans le seul but de promouvoir une idéologie spécifique ou de discréditer un adversaire politique. Il existe une catégorie d'individus motivés par un désir pur et simple de « chaos ». Ces derniers semblent intéressés par des histoires... The post Liens vagabonds : Ces « ingénieurs [...]


44: A Practical Guide To Python Data Types

https://larachamp.com/a-practical-guide-to-python-data-types

Hashnode - python (python)

Mostly I don't share Python content on this blog but nowadays as I'm learning about Python. I have seen that it's a bit different when it comes to Python. Because it has a little bit different data types we have seen them in other languages like java...


45: The Curious Case of Dates: An Amusing Journey into JavaScript's NaN Realm

https://revisekarle.com/the-curious-case-of-dates-an-amusing-journey-into-javascripts-nan-realm

Hashnode - javascript (Javascript)

Introduction: Ah, dates - those elusive entities that seem simple until you try to work with them in JavaScript. In this journey(where, please indulge me, when I overreact !!!), we'll explore the quirky world of dates, NaN, and the curious conversion...


46: From Versatility to Efficiency: Discovering Python's Unique Traits

https://kushnuma.hashnode.dev/from-versatility-to-efficiency-discovering-pythons-unique-traits

Hashnode - python (python)

Python, a high-level programming language, has surged in popularity due to its versatility and efficiency. Its simplicity, readability, and vast ecosystem make it a top choice for beginners and experts alike. Let's delve into the unique traits that m...


47: Supercharge Your Website: The Power of API Integrations

https://harshranawat.hashnode.dev/supercharge-your-website-the-power-of-api-integrations

Hashnode - javascript (Javascript)

Imagine seamlessly integrating weather forecasts, social media feeds, or live currency rates directly into your website. That's the magic of APIs (Application Programming Interfaces). APIs act as messengers, allowing your website to communicate and r...


48: How to Convert String to Date in JavaScript'

https://rajamsr.hashnode.dev/convert-string-to-date-javascript

Hashnode - javascript (Javascript)

Have you ever encountered a situation where you need to convert a string to date in JavaScript' Sometimes you need to work with dates and times on your website. But what if you only have a string, like '2024'03'09' or 'March 9, 2024'' How can you tur...


49: Angular Basic Notes

https://learnwithobuli.com/angular-basic-notes

Hashnode - javascript (Javascript)

ANGULAR BASIC NOTES Angular version is - 17 , node.js version is 19.7.0 what is angular ' angular is an one of the front end framework its has to help to build the interactive and web site and its an single page application and its used for an cl...


50 / 57

50: React and Python for Building Cutting-Edge Web Applications

https://colddsam.com/react-and-python-for-building-cutting-edge-web-applications

Hashnode - python (python)

React and Python for Building Cutting-Edge Web Applications: A Comprehensive Guide Introduction In the realm of modern web development, React and Python reign supreme as two of the most powerful and widely used technologies. React, a JavaScript libra...


51: Comment devenir développeur Frontend

https://blog.aladeyessoufou.xyz/comment-devenir-developpeur-frontend

Hashnode - javascript (Javascript)

Vous êtes fasciné par les interfaces web et mobiles ' Vous rêvez de donner vie à vos propres créations ' Devenir développeur Frontend est votre ticket pour un monde d'opportunités créatives et technologiques. Qu'est-ce qu'un développeur frontend ' Un...


52: Frontend-Web Development

https://annasdevsblog.hashnode.dev/frontend-web-development

Hashnode - javascript (Javascript)

--> Becoming a frontend developer in 2024 requires a solid foundation in programming languages, frameworks, and modern development tools, especially in the context of AI integration and evolving technologies. Here's a detailed step-by-step guide: Fol...


53: Managing User Focus with :focus-visible

https://css-tricks.com/managing-user-focus-with-focus-visible/

css-tricks (CSS)

This is going to be the 2nd post in a small series we are doing on form accessibility. If you missed the first post, check out Accessible Forms with Pseudo Classes. In this post we are going to look … Managing User Focus with :focus-visible originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.




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