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

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


12 Novembre 2023 (35)

1: An ALX Foundations Farewell

https://sophiaintech.com/an-alx-foundations-farewell

Hashnode - python (python)

In the beginning which was November 2022, I was watching Netflix and scrolling through my phone looking for an affordable programming school in Kenya, little did I know that 12 months later, I would be on the cusp of completing my ALX foundations and...


2: Achieve Your Biggest Goals with Notion and JavaScript

https://cs310.hashnode.dev/achieve-your-biggest-goals-with-notion-and-javascript

Hashnode - javascript (Javascript)

Introduction Journaling. No, not the traditional pocket-sized book one would carry around, eager to sprawl with their every thought. No, it was a Notion template. Because we are in a digital age. And I am a computer user. Yet the only problem with th...


3: How to Set Up a Django Development Environment

https://praisedev.hashnode.dev/how-to-set-up-a-django-development-environment

Hashnode - python (python)

Introduction Django is a popular web framework written in Python. It enables the rapid development of secure and scalable websites. The first step to working with Django is setting up a Django development environment. This involves downloading and co...


4: Mastering End-To-End Testing: A Comprehensive Guide Using Cypress

https://devealbert.hashnode.dev/mastering-end-to-end-testing-a-comprehensive-guide-using-cypress

Hashnode - javascript (Javascript)

Millions of people all over the world use at least one web application daily. This indicates that web applications are important in the day-to-day activities of an average human. Therefore, it is highly recommended that web applications should be tes...


5: How to Implement a Sitemap for SEO in a React Application

https://isahibrahim.hashnode.dev/how-to-implement-a-sitemap-for-seo-in-a-react-application

Hashnode - javascript (Javascript)

Sitemaps are the easiest way to get indexed or appear on the Google search engine. In the world of web development and search engine optimization (SEO), there are many tools and techniques that can help your website perform better and rank higher in ...


6: Deep Dive into Data structures using Javascript - Priority Queue

https://sahinarslan.hashnode.dev/deep-dive-into-data-structures-using-javascript-priority-queue

Hashnode - javascript (Javascript)

Priority Queue is a versatile and efficient data structure, that represents sophisticated and practical approach to data processing. By design, elements are managed not just by the order of their arrival but according to their priority. This mechanis...


7: Exploring the World of Car Rental Management: Building a Python Application - Part 13

https://bryanjames.hashnode.dev/exploring-the-world-of-car-rental-management-building-a-python-application-part-13

Hashnode - python (python)

Article 13: Adding Cars to the Inventory Welcome back to our journey of building a Python-based car rental management system. In Part 13, we'll focus on a critical aspect of any car rental business: adding new cars to the inventory. This functionalit...


8: How to Actually Copy an Object & Not Only Reference It

https://mehakbahar.hashnode.dev/reference-semantics-and-how-to-solve-it

Hashnode - javascript (Javascript)

Consider of a case in JavaScript var a = [1,2,3,4,5]; var b = a; b.pop(); console.log(b);// output will be [1,2,3,4] console.log(a);// surprisingly output will be [1,2,3,4] The same is true with objects (as arrays themselves are a type of object). B...


9: [Flutter] Freezed '''' ''' data class ''

https://blog.skku-comit.dev/flutter-freezed-data-class

Hashnode - Flutter (Flutter)

'''' Flutter' ''' '' '' ''' '' '' ''' '''' DTO(Data Transfer Object)' ''''' '' '''' '''''. JSON' '''' ''' '''' ''' ''' factory' '''', toString()' ''''' ', '''' ''' '' ''' '' ''''' '''' '''' '''. ''' Union''' '''''' '''' '' ''' ''' '''''' ''' '''' ''....


10 / 35

10: Mutable Data Types in Python

https://blog.francischuang.com/mutable-data-types-in-python

Hashnode - python (python)

Many people would think this is too easy for them, but believe me, it is a trick. The Python program allows you to create variables without declaring their type. This is great for beginners, but it also causes a lot of pain in maintenance, and the mu...


11: JavaScript Array Cheat Sheet

https://maaz-blogs.hashnode.dev/javascript-array-cheat-sheet

Hashnode - javascript (Javascript)

Hey there everyone, In this detailed blog, you will see and learn all the basic array methods and operations in JavaScript. Basic Methods 1.concat [1,2,3].concat([4,5]) Return Type : Array Description : Concatenate the array passed to concat to th...


12: Optimizing API Data Usage in React Query with Selectors

https://deadcode.hashnode.dev/optimizing-api-data-usage-in-react-query-with-selectors

Hashnode - javascript (Javascript)

Intro What if there is a way to avoid unnecessary re-renders when re-fetching data if the part(s) of the data that your component is consuming does not change between fetches' The answer is yes, and in this article, we'll explore how selectors can pr...


13: Transitioning from Anaconda to Miniconda

https://nb.blog.queenpages.com/transitioning-from-anaconda-to-miniconda

Hashnode - python (python)

Python enthusiasts often turn to Anaconda for its convenience in setting up Python environments, especially in the data science domain. However, there is a sleeker alternative: Miniconda. In this post, we'll explore the benefits of transitioning fro...


14: Choosing tech stack for side project

https://wetwaresnippets.com/choosing-tech-stack-for-side-project

Hashnode - javascript (Javascript)

I agonized over the tech stack I should use to build the project. To streamline the process and avoid falling into procrastination, I time-boxed the entire exercise. When I reached ~80% of allocated time, I knew I needed to make a decision soon. Prio...


15: How to Integrate the ICP Ledger and ICP Index Canisters in a React Frontend Project

https://samthetutor.hashnode.dev/how-to-integrate-the-icp-ledger-and-icp-index-canisters-in-a-react-frontend-project

Hashnode - javascript (Javascript)

Introduction The ICP ledger canister is a critical smart contract canister that holds accounts and transactions for the Internet Computer Protocol's (ICP) utility token. Meanwhile, the ICP index canister is used to retrieve transaction history from t...


16: Baldur's Gate 3 : Ce nouveau mode hardcore va vous donner des sueurs froides

https://www.lebigdata.fr/baldur-s-gate-nouveau-hardcore

Le Big Data (dataviz)

Les joueurs de Baldur's Gate 3 en baveront bientôt dans un nouveau mode hardcore. C'est ce que suggère la mise … Cet article Baldur’s Gate 3 : Ce nouveau mode hardcore va vous donner des sueurs froides a été publié sur LEBIGDATA.FR.


17: From legacy to cloud serverless

https://davidwoglo.hashnode.dev/from-legacy-to-cloud-serverless-1

Hashnode - python (python)

Hey, how's it been since the last article' If you haven't had a chance to check out the previous installment in the series, I invite you to discover it here. Perhaps you've already tackled something similar to what was described in the previous artic...


18: The Document Picture-in-Picture API: A New Way to Multitask

https://2mindev.hashnode.dev/the-document-picture-in-picture-api-a-new-way-to-multitask

Hashnode - javascript (Javascript)

While using video-sharing apps like YouTube, you've probably come across the picture-in-picture feature, which lets you pop out a video to a separate small window that you can watch while browsing the web. This always-on-top window was previously res...


19: Top 10 JS functions developer must know

https://arre-ankit.hashnode.dev/top-10-js-functions-developer-must-know

Hashnode - javascript (Javascript)

JavaScript provides a variety of built-in functions and methods that are designed to perform common tasks efficiently. While JavaScript doesn't have a Standard Template Library (STL) like C++, it does have a standard library and a set of built-in obj...


20 / 35

20: FlaskLingo: Swift Image Language Translation with Tesseract OCR

https://blog.codewithsky.in/flasklingo-swift-image-language-translation-with-tesseract-ocr

Hashnode - python (python)

Introduction Communication barriers due to the complexities of English are a real challenge. English, with its nuances, makes global understanding difficult. Here's a starting point for a solution: a simple language translation app with Flask and Tes...


21: Prototype and Prototypal Inheritance

https://sanket08.hashnode.dev/prototype-and-prototypal-inheritance

Hashnode - javascript (Javascript)

Introduction In the realm of JavaScript, grasping the concept of prototypes is fundamental to mastering the language. Every object in JavaScript possesses a built-in property called a prototype, and in this blog, we'll delve into what it is, where it...


22: Single Responsibility Principle with JavaScript

https://howardphung.hashnode.dev/single-responsibility-principle-with-javascript

Hashnode - javascript (Javascript)

Hey there, welcome back to my blog. In this article and near-future ones, we will explore the SOLID principles together with JavaScript code examples. What are SOLID principles' SOLID stands for S ' Single responsibility principle O ' Open closed p...


23: A Deep Dive into Object-Oriented Programming in Python: From Novice to Virtuoso

https://ahmadthedev.hashnode.dev/a-deep-dive-into-object-oriented-programming-in-python-from-novice-to-virtuoso

Hashnode - python (python)

Prerequisites: Before diving into this topic, you need to have: Familiarity with Python syntax, data types, control structures, and functions. Proficient in using a text editor or integrated development environment (IDE) for writing and running Pyt...


24: strict mode ' And Some Basic Differences Between let and var Keyword

https://helpingtechies.hashnode.dev/strict-mode-and-some-basic-differences-between-let-and-var-keyword

Hashnode - javascript (Javascript)

The scoping behavior is one of the major differences between the 'let' and 'var' keywords. But we will discuss this difference later on. In this lesson, we will talk about some basic differences that we should know. So let's start ' 'With "var", you...


25: Même Microsoft a banni ChatGPT, et vous l'utilisez dans votre entreprise '

https://www.lebigdata.fr/microsoft-banni-chatgpt

Le Big Data (dataviz)

Microsoft, la géante de la technologie qui a fortement investi dans OpenAI, a récemment fait parler d’elle pour avoir temporairement … Cet article Même Microsoft a banni ChatGPT, et vous l'utilisez dans votre entreprise ' a été publié sur LEBIGDATA.FR.


26: Variables '

https://helpingtechies.hashnode.dev/variables

Hashnode - javascript (Javascript)

Variables are used to store different types of data like numbers, text, strings or more complex structures. Much like containers at home where you store various items like cereals, rice etc, variables store the data. later on, we can use that data, w...


27: Getting started with Polars - A Pandas Alternative'

https://blog.sreekeshiyer.live/getting-started-with-polars

Hashnode - python (python)

The first thing that you tend to learn when you start with Data Science in Python is the pandas module, which covers literally any kind of data manipulation, transformation and processing for tabular datasets. As a module, it has developed itself ins...


28: Mastering JavaScript DOM

https://arindam1729.hashnode.dev/mastering-javascript-dom

Hashnode - javascript (Javascript)

Introduction: DOM is the backbone for building dynamic, responsive, and interactive web applications. In this Article, We'll explore What is DOM ( Document Object Model ), its Structure, How to access DOM elements, Manipulate them and many more... Ex...


29: Kotlin Flows: Exception transparency

https://minhhnn.hashnode.dev/kotlin-flows-exception-transparency

Hashnode - Kotlin (Mobiles)

Introduction A flow is a stream of data that can be computed asynchronously. It's useful when we need to emit multiple values sequentially. For example, when fetching data from the server, we can emit different results (Loading, Success, Error') depe...


30 / 35

30: Mastering React-Native:Building a Food Recipe App

https://abderahmane-kateb.hashnode.dev/mastering-react-nativebuilding-a-food-recipe-app

Hashnode - javascript (Javascript)

Hello to everyone reading this article, and welcome to those who have been following my journey in learning mobile app development, mastering React Native, and more. This time, I took a break for about 11 days, approximately, without coding or writin...


31: Web Based Animation

https://saifur-rahman39.hashnode.dev/web-based-animation

Hashnode - javascript (Javascript)

Web Based Animation Becoming an expert in web-based animation involves a combination of learning key concepts, mastering relevant tools and technologies, and gaining practical experience. Here's a step-by-step guide to help you on your journey: Step ...


32: Unleashing the Full Power of HarperDB

https://harshamangena.hashnode.dev/unleashing-the-full-power-of-harperdb

Hashnode - python (python)

Advanced Features, Integration, and Real-World Use Cases Introduction In our initial exploration of HarperDB, we journeyed through its foundational landscape, highlighting the hybrid SQL/NoSQL model and user-friendly data management approach. Buildin...


33: Weekend Reading ' Sorry, nevermind

https://labnotes.org/weekend-reading-sorry-nevermind/

Lab notes (Développement)

This week we debate: to Next or not to Next' We recall of the future was imagined, many years ago. And we catch a break in the Minecraft bedroom.


34: What you need to know about React Native

https://codedaddy.hashnode.dev/what-you-need-to-know-about-react-native

Hashnode - javascript (Javascript)

Hello peeps ', It's been a while on this platform. The story of my life ' Anyway, I am back again to bring us something exciting I have been learning about mobile app development. Earlier this year, I took an interest in learning mobile, which was ...


35: Web Weekly 115 (blogPost)

https://www.stefanjudis.com/blog/web-weekly-115/

Stefan Judis (Développement)

Hello, hello Friends! 'How does Google do site reliability engineering' Is using relative CSS units (rem) to control spaces like margins and paddings a good idea' Are you ready to adopt native and relaxed CSS nesting' This week's Web Weekly includes all the answers and much more. Enjoy! I heard having your own font is important for successful tech companies these days. Vercel followed the playbook [...]




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