Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).
La veille Haut de page Lendemain
https://duke09.hashnode.dev/day12-building-a-cat-painting
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...
https://greyboyle.hashnode.dev/the-basics-of-web-development-a-practical-guide-for-beginners
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...
https://labnotes.org/weekend-reading-sketching-a-wardrobe/
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.
https://hojaleaks.com/a-python-implementation-of-the-hangman-game
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...
https://asifcodes.hashnode.dev/30-days-of-javascript-1830
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...
https://ayushisreal.hashnode.dev/how-to-convert-json-to-csv-with-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...
https://sksage.hashnode.dev/settimeout-setinterval-and-how-to-schedule-tasks-in-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...
https://karthiksbh.hashnode.dev/demystifying-virtual-environments-in-python-a-beginners-guide
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...
https://blog.maryamakodu.com/javascript-a-simple-introduction
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
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...
https://dawsons-dev.hashnode.dev/insert-xml-to-database-using-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...
https://blogs.thehardik.in/creating-a-beautiful-css-analog-clock-with-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...
https://thealgorithmicjourney.com/python-dictionaries-the-most-fun-way-to-organize-your-data
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 ...
https://anandumbb.hashnode.dev/how-does-javascript-work
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...
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...
https://harshitpundirjavascript.hashnode.dev/clean-code
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...
https://sifoublog.hashnode.dev/2-essential-tips-for-your-first-javascript-project
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...
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 ...
https://hsk11.hashnode.dev/javascript-array-methods
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
https://tommirfin.com/northcoders-fundamentals-week2
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...
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...
https://blog.alexcloudstar.com/nextjs-auth0-and-sub-domains
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...
https://www.lebigdata.fr/epees-plasma-couper-etoile-en-deux
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.
https://smashingmagazine.com/2023/10/roundup-wcag-explainers/
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.
https://www.lebigdata.fr/winrar-un-grave-danger
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.
https://ketangrover.hashnode.dev/aws-automation-using-pythonboto3
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 ...
https://penofparthib.dev/demystifying-django-orm
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...
https://smkou.com/concat-and-this
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 ...
https://www.blogdumoderateur.com/spotify-astuces/
Restauration de playlists, recherche avancée, qualité d'écoute : découvrez notre sélection d'astuces pour optimiser votre utilisation de Spotify.
30 / 39
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 [...]
https://bashcode.dev/working-with-numpy
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...
https://kanmicodes.hashnode.dev/javascript-array
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 ...
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...
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...
https://8bitscoding.io/journey-into-the-terminal-building-the-pygamelib-ui-module-part-1
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...
https://dhananjaykulkarni.hashnode.dev/functions-and-modules
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...
https://8bitscoding.io/hello-hashnode
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, ...
https://chryzcode.hashnode.dev/how-to-create-a-django-project-and-application
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...
https://techbytes.hashnode.dev/unit-testing-supabase-in-kotlin-using-test-containers-part-2
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.
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.