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 21 Octobre 2023 (39)

1: Day12: Building a Cat Painting

https://duke09.hashnode.dev/day12-building-a-cat-painting

Hashnode - javascript (Javascript)

Happy Weekend Guys, is another day to share my story, I was able to conclude today's task (cat Painting), I don't have much to write about it, I wrote a lot of CSS code .. like, transform, borders and more. below is a link to my repo, feel free to ch...


2: The Basics of Web Development: A Practical Guide for Beginners

https://greyboyle.hashnode.dev/the-basics-of-web-development-a-practical-guide-for-beginners

Hashnode - javascript (Javascript)

Are you new to web development and curious about how HTML, CSS, and JavaScript work together to create responsive web pages' Ponder no more. This article is for you! This article will introduce you to the basics of HTML and CSS while explaining how t...


3: Weekend Reading ' Sketching a wardrobe

https://labnotes.org/weekend-reading-sketching-a-wardrobe/

Lab notes (Développement)

This week we look at an open-source read-it-later app, how the world is designed against the elderly, the placebo effect, being a fast moving company, buying a place, and sketching a wardrobe.


4: A Python Implementation of The Hangman Game

https://hojaleaks.com/a-python-implementation-of-the-hangman-game

Hashnode - python (python)

Build a Python Script for the Popular Hangman Game In this project, you will create a Python project implementing the hangman game enabling the player to attempt to guess a hidden word. If you are unfamiliar with the game, check out the graphical onl...


5: 30 Days of JAVASCRIPT 18/30

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

Hashnode - javascript (Javascript)

Regular Expressions in Js Regular expressions are a powerful tool in JavaScript that allow developers to perform pattern matching and string manipulation. In this blog post, we will discuss what regular expressions are, how to use them for pattern ma...


6: How to Convert JSON to CSV with Python

https://ayushisreal.hashnode.dev/how-to-convert-json-to-csv-with-python

Hashnode - python (python)

Introduction: In today's data-driven world, information is everywhere. Data is the backbone of countless industries, and the ability to work with it is a crucial skill. One common data format is JSON (JavaScript Object Notation), often used for stori...


7: setTimeout ,setInterval and How to Schedule Tasks in JavaScript

https://sksage.hashnode.dev/settimeout-setinterval-and-how-to-schedule-tasks-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, setInterval and setTimeout are methods used for executing functions at specified intervals. Here are examples of how you can use both: 1. setInterval: setInterval is used to repeatedly execute a function with a fixed time delay between...


8: Demystifying Virtual Environments in Python: A Beginner's Guide

https://karthiksbh.hashnode.dev/demystifying-virtual-environments-in-python-a-beginners-guide

Hashnode - python (python)

What is a virtual environment' A virtual environment in Python is like a separate, organized workspace that encapsulates a specific Python interpreter and a set of libraries or packages. It allows you to isolate and manage different Python project de...


9: JavaScript: a simple introduction

https://blog.maryamakodu.com/javascript-a-simple-introduction

Hashnode - javascript (Javascript)

JavaScript is known to be the language of the web as it can mostly be run from the browsers in your mobile or computer device. The building block of these browsers is a JavaScript engine that helps interpret JavaScript code. This engine can also func...


10 / 39

10: Day 1 - Introduction to Python in DevOps: A Comparison with Shell Scripting, Installation, and Configuration

https://devopshub.com/day-1-introduction-to-python-in-devops-a-comparison-with-shell-scripting-installation-and-configuration

Hashnode - python (python)

Welcome to Day 1 of your DevOps journey! Today, we will dive into the world of Python, explore its role in DevOps, compare it with shell scripting, and guide you through the installation and configuration of Python for your development environment. B...


11: Insert XML to Database using Python

https://dawsons-dev.hashnode.dev/insert-xml-to-database-using-python

Hashnode - python (python)

Introduction XML (eXtensible Markup Language) is a common format for storing and transporting data. Often, you may need to extract data from XML files and load it into a database for easier querying and analysis. Python provides several packages to p...


12: Creating a Beautiful CSS Analog Clock with JavaScript

https://blogs.thehardik.in/creating-a-beautiful-css-analog-clock-with-javascript

Hashnode - javascript (Javascript)

Do you want to add a stylish analog clock to your website' In this easy tutorial, we'll guide you through creating a beautiful analog clock with working hands using CSS and JavaScript. This clock not only shows the time but also adds a touch of elega...


13: Python Dictionaries: The Most Fun Way to Organize Your Data

https://thealgorithmicjourney.com/python-dictionaries-the-most-fun-way-to-organize-your-data

Hashnode - python (python)

Python dictionaries are a fundamental data structure that can be thought of as a fancy address book or a collection of labeled containers. They are used to store and manage collections of data, but unlike lists, which use numerical indexes to access ...


14: How does JavaScript Work'

https://anandumbb.hashnode.dev/how-does-javascript-work

Hashnode - javascript (Javascript)

Everything in JavaScript Happens Inside an Execution Context. Execution Context is divided into two components: Memory Component Code Component Variable and functions exist as key-value pairs in the Memory Component.Memory Component is also know...


15: A Developer's Guide: Using RainbowKit for DApp Wallet Management

https://akanimorex.hashnode.dev/a-developers-guide-using-rainbowkit-for-dapp-wallet-management-clo02h3ou000a09l4h5uw2t7c

Hashnode - javascript (Javascript)

Introduction Decentralized applications (DApps) are at the forefront of innovation in the blockchain space, offering users increased control and privacy. However, managing wallets and accounts for DApps can be a challenging task.Enter RainbowKit, a p...


16: Clean Code

https://harshitpundirjavascript.hashnode.dev/clean-code

Hashnode - javascript (Javascript)

Naming Function and Variable Use a consistent vocabulary Variable and same type should have consistent naming. The variable should always begin with the noun or adjective and a function with a verb. Use Searchable and immediately understandable nam...


17: 2 Essential Tips for Your First JavaScript Project

https://sifoublog.hashnode.dev/2-essential-tips-for-your-first-javascript-project

Hashnode - javascript (Javascript)

Speaking for myself when first starting my very own project without the help of any tutorials or guides I often found myself getting intimidated by a blank page and blinking line. not knowing where or how to start. These are two pieces of advice I wi...


18: Breaking bounds, building secure workspaces for personalized projects with Appflowy and Flutter

https://newtechs.hashnode.dev/breaking-bounds-building-secure-workspaces-for-personalized-projects-with-appflowy-and-flutter

Hashnode - Flutter (Flutter)

In the world of mobile app development, staying ahead of the curve is crucial. The rapid evolution of technologies and frameworks means developers need powerful tools to streamline their work. Appflowy, a versatile data organization platform, offers ...


19: Javascript Array Methods

https://hsk11.hashnode.dev/javascript-array-methods

Hashnode - javascript (Javascript)

Certainly! JavaScript arrays come with a rich set of built-in methods. Here's a brief description of some of the most commonly used ones: push(): Adds one or more elements to the end of an array and returns the new length. pop(): Removes the last e...


20 / 39

20: NorthCoders Fundamentals-Week2

https://tommirfin.com/northcoders-fundamentals-week2

Hashnode - javascript (Javascript)

describe("Week2", () => { it("Describes NorthCodersWeek2", () => { expect(Week2).toBe("Challenging"); }); Week two was a whirlwind of enjoyable challenges. We dived deeper into the inner workings of JavaScript, discovered Jest an...


21: NextJS Auth0 and sub-domains

https://blog.alexcloudstar.com/nextjs-auth0-and-sub-domains

Hashnode - javascript (Javascript)

Hi guys! In the article today we'll discuss and also I'll show you how to set up NextJS 13 (with app folder), Auth0 and sub-domains. I'm currently working on a web multi-tenancy app. So we need multiple sub-domains. For security reasons, we decided t...


22: Setting Up NextJS 13 with Auth0 and Sub-Domains: A Guide to Multi-Tenancy Web Apps

https://blog.alexcloudstar.com/setting-up-nextjs-13-with-auth0-and-sub-domains-a-guide-to-multi-tenancy-web-apps

Hashnode - javascript (Javascript)

Hi guys! In the article today we'll discuss and also I'll show you how to set up NextJS 13 (with app folder), Auth0 and sub-domains. I'm currently working on a web multi-tenancy app. So we need multiple sub-domains. For security reasons, we decided t...


23: Ces épées de plasma peuvent couper les étoiles en deux, selon les scientifiques

https://www.lebigdata.fr/epees-plasma-couper-etoile-en-deux

Le Big Data (dataviz)

Ce n'est pas une image de science-fiction, mais une étude menée par des scientifiques. Selon ces derniers, il existerait des … Cet article Ces épées de plasma peuvent couper les étoiles en deux, selon les scientifiques a été publié sur LEBIGDATA.FR.


24: A Roundup Of WCAG 2.2 Explainers

https://smashingmagazine.com/2023/10/roundup-wcag-explainers/

Smashing magazine (Web 2 / CSS)

WCAG 2.2 officially became a 'W3C Recommended' web standard on October 5, 2023, and with it, new success criteria and changes to existing guidelines for accessible user experiences. What are the changes, and how can you conform to them' This roundup provides links to WCAG 2.2 explainers that have been published or updated since the release.


25: Vous utilisez encore WinRar ' Arrêtez tout de suite où vous courez un grave danger !

https://www.lebigdata.fr/winrar-un-grave-danger

Le Big Data (dataviz)

Naviguer sur le web en 2023, c’est comme arpenter une ville lumineuse mais parsemée de ruelles sombres. Parmi ces zones … Cet article Vous utilisez encore WinRar ' Arrêtez tout de suite où vous courez un grave danger ! a été publié sur LEBIGDATA.FR.


26: AWS Automation using Python(BOTO3)

https://ketangrover.hashnode.dev/aws-automation-using-pythonboto3

Hashnode - python (python)

Boto3: Introduction Boto3 is the AWS SDK for Python, which provides APIs to interact with AWS services. It has the following key features: Resource APIs Boto3 has two types of APIs: Client APIs: Low-level APIs that map to HTTP operations. Resource ...


27: Demystifying Django ORM

https://penofparthib.dev/demystifying-django-orm

Hashnode - python (python)

A simple and precise Blog on the basics of Django ORM. Hello folks !! Happy to see y'all here. Here in this blog, I will share a simple overview of Django ORM and how it makes a great impact on the backend development in the platform. Django is a ve...


28: Concat and This

https://smkou.com/concat-and-this

Hashnode - javascript (Javascript)

Resource: JS Is Weird is a quiz, mostly to do with type conversion, on the strange things that happen in Javascript Resource: JSFuck shows that any code in Javascript can be written in just 6 characters Use of: concat What happens when concatenating ...


29: 10 astuces à découvrir sur Spotify

https://www.blogdumoderateur.com/spotify-astuces/

Blog du Moderateur ()

Restauration de playlists, recherche avancée, qualité d'écoute : découvrez notre sélection d'astuces pour optimiser votre utilisation de Spotify.


30 / 39

30: Liens vagabonds : L'UE resserre la vis sur les réseaux sociaux

https://www.meta-media.fr/2023/10/21/liens-vagabonds-lue-resserre-la-vis-sur-les-reseaux-sociaux.html

Meta Media (Internet)

Législation / Désinformation - Face à la violence des contenus rencontrés sur internet - notamment à propos du conflit Israël-Hamas, l'UE resserre la vis sur les réseaux sociaux. Début octobre, les directeurs généraux de Meta, TikTok, et X ont chacun reçu une lettre du commissaire européen Thierry Breton, leur donnant... The post Liens vagabonds : L'UE resserre la vis sur les réseaux [...]


31: Working with NumPy

https://bashcode.dev/working-with-numpy

Hashnode - python (python)

Create an array with random values Create an array filled with constants Matrix Operations Transpose Of a Matrix Transpose of a matrix is a way to change rows to columns. Taking the transpose of arr1: Inverse Of a Matrix Determinant Arithmetic...


32: JavaScript: .Array()

https://kanmicodes.hashnode.dev/javascript-array

Hashnode - javascript (Javascript)

Part of my aspiration is to document my learning journey and simplify it as much as I can and to never stop sharing with all available means. As someone who loves learning, I recently took a step forward on my dream to become a software engineer, by ...


33: The Step-By-Step Process For Converting A React App with Flask Backend to a PWA

https://inderpreetsingh.hashnode.dev/the-step-by-step-process-for-converting-a-react-app-with-flask-backend-to-a-pwa

Hashnode - python (python)

I've always been fascinated by the idea of making web apps feel more like native mobile apps. That's why I want to share with you how you can turn your React App with Flask backend into a Progressive Web App (PWA). With PWAs, users can enjoy features...


34: Demystifying JavaScript: A Step-by-Step Guide to Learning and Mastering the Language

https://davidmide02.hashnode.dev/demystifying-javascript-a-step-by-step-guide-to-learning-and-mastering-the-language

Hashnode - javascript (Javascript)

Introduction Do you find JavaScript difficult' Well, you are not the only one. Back then I almost gave up on programming due to JavaScript, thinking it was not meant for me. Almost all Newbies find JavaScript to be rocket science (hard), even develop...


35: Journey into the Terminal: Building the pygamelib UI Module (part 1)

https://8bitscoding.io/journey-into-the-terminal-building-the-pygamelib-ui-module-part-1

Hashnode - python (python)

Introduction A bit of context: I've been working for some years now on a Python library called the pygamelib. A not-so-small library to write games and applications in the terminal in Python. If you are wondering, it has nothing to do with Pygame and...


36: Functions and Modules

https://dhananjaykulkarni.hashnode.dev/functions-and-modules

Hashnode - python (python)

Welcome to Part 5 of our "Python for Scripting" series! In this installment, we will explore the fundamental concepts of functions and modules in Python. Understanding how to create and use functions, manage scope and namespaces, and work with module...


37: Hello Hashnode!

https://8bitscoding.io/hello-hashnode

Hashnode - python (python)

Introduction Hello Hashnode, I am a new contributor to the platform. As this is my first article, let's take a moment for a brief introduction. I'm a not-so-young-anymore developer and entrepreneur. Not so young, but I like my age: I'm 42 years old, ...


38: How to Create a Django Project and Application.

https://chryzcode.hashnode.dev/how-to-create-a-django-project-and-application

Hashnode - python (python)

Introduction. This article is a guide on how to create your (first) Django project and application. A Little about Django. The web framework for perfectionists with deadlines. Django is a high-level Python web framework that encourages rapid developm...


39: [Unit] Testing Supabase in Kotlin using Test Containers - PART 2

https://techbytes.hashnode.dev/unit-testing-supabase-in-kotlin-using-test-containers-part-2

Hashnode - Kotlin (Mobiles)

In this article we continue diving into TestContainers and Supabase, and run unit tests against a full local self-hosted Supabase. Supabase




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