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

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


19 Mai 2024 (56)

1: Step Towards CSS3 Clip-Path;

https://blogsoffrontend.dev/step-towards-css3-clip-path

Hashnode - javascript (Javascript)

Introducing 3D Shapes using CSS3 clip-path property :-In the realm of web development, where creativity and technology intersect, major innovations, particularly in 3D modeling, are reshaping the landscape. Developers should discover the CSS3 clip-pa...


2: Day 14 Task: Essential Python Data Types and Data Structures for DevOps

https://avinashpowar.hashnode.dev/day-14-task-essential-python-data-types-and-data-structures-for-devops-1

Hashnode - python (python)

Data Types -Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...


3: Multi-Language Django Project in 12 Simple Steps(2024).

https://chritianhonore.hashnode.dev/multi-language-django-project-in-12-simple-steps2024

Hashnode - python (python)

A Comprehensive Guide to Internationalization in Django In today's interconnected world, reaching a global audience is crucial for the success of any web application. Internationalization (i18n) in Django allows developers to create applications that...


4: Day 14 Task: Essential Python Data Types and Data Structures for DevOps

https://avinashpowar.hashnode.dev/day-14-task-essential-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Data Types -Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...


5: Efficient Error Handling in Ktor Android Client: A Custom Approach

https://codefylabs.hashnode.dev/efficient-error-handling-in-ktor-android-client-a-custom-approach

Hashnode - Kotlin (Mobiles)

We'll explore a streamlined method for error handling in Ktor Android client by leveraging a custom network result wrapper class. By utilizing a sealed interface with Success and Error data classes, we'll encapsulate response data and exceptions. Add...


6: Access and Refresh Tokens Using KTOR

https://codefylabs.hashnode.dev/access-and-refresh-tokens-using-ktor

Hashnode - Kotlin (Mobiles)

In addition to the conventional method of handling access and refresh tokens by monitoring response status codes and initiating a refresh token request upon encountering a 401 (Unauthorized) error, Ktor provides a distinct centralized approach within...


7: Handling API Requests Using Ktor (Android)

https://codefylabs.hashnode.dev/handling-api-requests-using-ktor-android

Hashnode - Kotlin (Mobiles)

In this tutorial, we will explore how to use Ktor Android Client to make all types of HTTP requests including GET, POST, PUT, DELETE, and form submissions. Ktor is a powerful Kotlin-based framework for building asynchronous servers and clients, and i...


8: Building A Transaction Processing System With MongoDB Trigger

https://caleberioluwa.hashnode.dev/transaction-processing-system-with-mongodb-trigger

Hashnode - javascript (Javascript)

Event-driven wallet system all piggybacked on top MongoDB atlas service trigger support. You will learn how triggers in MongoDB work, transactionhandling in MongoDB and little bit of JS PS - the title was not easy to choose since it manages wallets a...


9: Unlocking the Power of Data Type Conversions in Python

https://emerondomain.hashnode.dev/unlocking-the-power-of-data-type-conversions-in-python

Hashnode - python (python)

In Python, every data type created is treated as an object, offering immense flexibility in manipulating and converting data. Understanding how to convert between different data types is a fundamental skill for any Python programmer, enabling seamles...


10 / 56

10: React Hooks

https://deepcore.hashnode.dev/react-hooks

Hashnode - javascript (Javascript)

React Hooks are functions that let you use state and other React features in functional components. Before hooks were introduced in React 16.8, state and lifecycle methods were only available in class components. Hooks allow you to manage state, perf...


11: Implement mapSeries async function in JavaScript | Frontend Interview question

https://adityaksi.hashnode.dev/implement-mapseries-async-function-in-javascript-frontend-interview-question

Hashnode - javascript (Javascript)

Hey everyone , I was solving some problems recently and found a very interesting question on Learner's bucket website, btw if you don't know Learner's bucket is very good platform for practicing Javascript problem solving, haha not sponsered :D So, t...


12: What Is Cron Job'

https://sololearner.hashnode.dev/what-is-cron-job

Hashnode - javascript (Javascript)

Introduction Cron is a hypervisor for work schedules that executes assignments at predetermined intervals. These tasks, sometimes known as 'cron jobs,' are usually performed to maximize management or security. Cron employment can be scheduled to beg...


13: MongoStore cannot be invoked without 'new'

https://diaanedev.hashnode.dev/mongostore-cannot-be-invoked-without-new

Hashnode - javascript (Javascript)

When updating an old project I got this error, plus some deprecated warnings. The project was just an old practice project that uses Mongodb, Mongoose, Connect-Mongo and Express. I did some research and came across these pages: https://mongoosejs.com...


14: Adding a managed node group to an EKS cluster in a different Pulumi stack

https://pragmaticnotes.hashnode.dev/adding-a-managed-node-group-to-an-eks-cluster-in-a-different-pulumi-stack

Hashnode - python (python)

Pulumi's Amazon EKS package provides high-level component resources for Amazon's Elastic Kubernetes Service, simplifying the setup of clusters and node groups compared to the lower-level EKS resources available as part of the AWS Classic package. The...


15: Simplify Version Management: Switching from NVM and Pyenv to Proto

https://blog.isur.dev/simplify-version-management-switching-from-nvm-and-pyenv-to-proto

Hashnode - python (python)

Context When you are working on just one project, you probably don't need to worry about installing different versions of languages and tools on your machine. But if you are working on multiple projects, some of them might require different versions,...


16: Exploring Python Communities and Python Documentation

https://vatsal-jain.hashnode.dev/exploring-python-communities-and-python-documentation

Hashnode - python (python)

Python has become one of the most popular programming languages in the world, thanks in large part to its versatility, ease of use, and the vibrant community that supports it. This blog will delve into the world of Python communities, highlighting so...


17: Mastering Python's map(), filter(), and String Functions with Real-Time Examples

https://vatsal-jain.hashnode.dev/mastering-pythons-map-filter-and-string-functions-with-real-time-examples

Hashnode - python (python)

Introduction to map() The map() function applies a given function to all items in an iterable (e.g., list, tuple) and returns a map object (an iterator) with the results. It is particularly useful for transforming data efficiently without writing exp...


18: A Comprehensive Guide to Python Libraries

https://vatsal-jain.hashnode.dev/a-comprehensive-guide-to-python-libraries

Hashnode - python (python)

Introduction to Python Libraries Python libraries are collections of pre-written code that users can import into their projects, saving time and effort in coding complex functionalities from scratch. These libraries are designed to provide specific c...


19: Let's demystify React Compiler

https://mohammad1105.hashnode.dev/lets-demystify-react-compiler

Hashnode - javascript (Javascript)

Introduction: Are you looking to make your React applications faster and more efficient without extra effort' The React Compiler might be the game-changer you need. In this post, we'll demystify the React Compiler and show you how it can revolutioniz...


20 / 56

20: Understanding Variables and Data Types in JavaScript '

https://trainee.me/understanding-variables-and-data-types-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a powerful language used for web development. Whether you're building a simple webpage or a complex web application, understanding variables and data types is fundamental. This article will guide you through these concepts with easy exp...


21: Generate AI images in your Flutter apps with Cloudflare Workers AI

https://blog.manangandhi.tech/generate-ai-images-in-your-flutter-apps-with-cloudflare-workers-ai

Hashnode - Flutter (Flutter)

Cloudflare Workers AI is a very powerful set of APIs, which allows anyone to run machine learning models using serverless GPUs. They have a generous free tier, with which you can rapidly add AI capabilities to your apps. This is what we will be build...


22: Optimizing JavaScript Applications with RxJS: Observable Operators

https://blog.hammedajibade.com/optimizing-javascript-applications-with-rxjs-observable-operators

Hashnode - javascript (Javascript)

Reactive programming helps in managing asynchronous operations and data streams in JavaScript applications. RxJS (Reactive Extensions for JavaScript) is a library that brings the principles of reactive programming to JavaScript, it helps to create an...


23: [DAY 30-32] I Built A Spam Filter, Number Sorter, And Statistics Calculator

https://thomaslearnscoding.hashnode.dev/day-30-32-i-built-a-spam-filter-number-sorter-and-statistics-calculator

Hashnode - javascript (Javascript)

Hi everyone! Welcome back to another blog where I document the things I learned in web development. I do this because it helps retain the information and concepts as it is some sort of an active recall. On days 30-32, I built a spam filter, a number ...


24: Introduction to Ktor (Android)

https://codefylabs.hashnode.dev/introduction-to-ktor-android

Hashnode - Kotlin (Mobiles)

Ktor is a Kotlin-based framework for building asynchronous servers and clients, including web applications, HTTP APIs, and more. It is developed by JetBrains, the creators of Kotlin, and is designed to be simple, lightweight, and highly extensible. K...


25: Arrr-g Matey! Sailing the Code Seas with Args and Kwargs: A Pirate's Guide to Function Adventure!

https://thealgorithmicjourney.com/arrr-g-matey-sailing-the-code-seas-with-args-and-kwargs-a-pirates-guide-to-function-adventure

Hashnode - python (python)

In Python, we have two handy ways to pass arguments to functions: args and kwargs. Args is like a basket where you can put any number of arguments without naming them, while kwargs is like a basket where you can put named arguments. We use them when ...


26: PinDown: A Python GUI for Downloading from Pinterest

https://y3script.hashnode.dev/pindown-a-python-gui-for-downloading-from-pinterest

Hashnode - python (python)

PinDown: A Python GUI for Downloading from Pinterest Screenshots Introduction PinDown is a Python application designed to simplify the process of downloading images and videos from Pinterest. The application leverages customtkinter to create an int...


27: Implementing Reversible Actions using the Command Pattern

https://blog.thebear.dev/implementing-reversible-actions-using-the-command-pattern

Hashnode - Unity (unity)

Sequential and reversible actions are common in gaming. You may want the player to be able to issue a round's worth of moves to multiple units and reverse the actions if they decide it's a bad move, or make multiple selections in a menu and only undo...


28: How To Boost React Performance with Memoization Techniques

https://imtiazmehmood.hashnode.dev/how-to-boost-react-performance-with-memoization-techniques

Hashnode - javascript (Javascript)

Memoization, not memorization, is a technique commonly used in functional programming to enhance application performance. In simple terms, memoization involves caching the result of a function. When the function is called again with the same inputs, ...


29: How to change background color on scroll with Tailwind CSS and JavaScript

https://michaelandreuzza.hashnode.dev/how-to-change-background-color-on-scroll-with-tailwind-css-and-javascript

Hashnode - javascript (Javascript)

Today Sunday we are doing a short tutorial on how to change the background color of a header and sections based on the user's scroll position, enhancing the overall user experience and engagement. See it live and get the code Why would we use this ap...


30 / 56

30: Basic DSA '''' '''' '''''''''

https://blogs.asfakahmed.com/basic-dsa

Hashnode - javascript (Javascript)

Algorithms Big O Notation > Big-O notation ''''' '''''' '''' '''' function '' ''''' ''''' '''' '''' '''' '''' '''''''''''' ' '''' ''''' '''''''''''' ''''' '''' '''''' '''' ''' '''' ''' ''' '''''''' '''' '''' '''''''''''' ''''''''' ''' '''''' ''' '''...


31: Python Fundamentals: Everything You Need to Know About Data Types and Objects

https://why-dsa.hashnode.dev/python-fundamentals-everything-you-need-to-know-about-data-types-and-objects

Hashnode - python (python)

1. Introduction to Python Data Types and Objects In Python, everything is an object, including data types. Understanding how Python handles data types and objects is crucial for writing efficient and effective code. Each object in Python has an ident...


32: La Switch 2 plus puissante que la Xbox Series S''! Ce leak met le feu aux poudres

https://www.lebigdata.fr/la-switch-2-plus-puissante-que-la-xbox-series-s-ce-leak-met-le-feu-aux-poudres

Le Big Data (dataviz)

La console portable la plus attendue, la Switch 2 pourrait bien détrôner les modèles next gen de Microsoft. Avec ses … Cet article La Switch 2 plus puissante que la Xbox Series S''! Ce leak met le feu aux poudres a été publié sur LEBIGDATA.FR.


33: Day 3 in Dev Life of Brian

https://devlifeofbrian.com/day-3-in-dev-life-of-brian

Hashnode - Flutter (Flutter)

Started today by posting yesterday's blog. During the day I write small pieces and take screenshots so I can turn it into a blog later. At the end of the day I am often too tired though and have little energy and enthusiasm to wrap it up. So then I t...


34: Tuples in Python

https://infronx.com/tuples-in-python

Hashnode - python (python)

Python, known for its simplicity and readability, offers a variety of built-in data structures to facilitate efficient programming. While lists are widely recognized, tuples are another essential data structure in Python that offers unique features a...


35: List in Python

https://infronx.com/list-in-python

Hashnode - python (python)

In the realm of high-level programming languages like Python, the Python list stands out as a versatile and widely-used built-in data structure. In this comprehensive guide, we'll delve into the intricacies of Python lists, covering everything from b...


36: Dictionaries in Python

https://infronx.com/dictionaries-in-python

Hashnode - python (python)

Python dictionaries, one of the most dynamic and widely-used data structures in Python, offer a versatile and powerful tool for efficient and flexible programming. In this comprehensive guide, we'll delve into the basics of Python dictionaries and ex...


37: Control Flow in Python

https://infronx.com/control-flow-in-python

Hashnode - python (python)

Control flow is an essential concept in programming that determines the order in which statements are executed in a program. In Python, control flow is managed through conditional statements like if, elif, and else. These statements allow you to cont...


38: Modules in Python

https://infronx.com/modules-in-python

Hashnode - python (python)

Python, known for its simplicity and versatility, owes much of its power to its modular architecture. Modules in Python are essentially files containing Python code, which can be imported and used in other Python scripts. In this article, we will del...


39: Object Oriented Programming in Python

https://infronx.com/object-oriented-programming-in-python

Hashnode - python (python)

Object Oriented Programming (OOP) is a fundamental paradigm in Python that allows you to create modular and maintainable code. OOP focuses on creating objects that encapsulate both data and functionality. In this comprehensive guide, we'll delve into...


40 / 56

40: Inheritance in Python 3

https://infronx.com/inheritance-in-python-3

Hashnode - python (python)

Inheritance is a powerful feature of object-oriented programming (OOP) that allows a class to inherit attributes and methods from another class. Python supports multiple types of inheritance, each serving specific programming needs. In this comprehen...


41: Composition in Python 3

https://infronx.com/composition-in-python-3

Hashnode - python (python)

In the vast landscape of Python programming, composition emerges as a fundamental concept in object-oriented design, offering developers a powerful tool to create robust, modular, and maintainable code. Through the clever combination of simpler compo...


42: Map, Filter, Reduce in Python

https://infronx.com/map-filter-reduce-in-python

Hashnode - python (python)

In the world of Python coding, there are three special helpers: map, filter, and reduce. They're like handy tools that can make your coding life easier. Map can quickly change a bunch of things, filter can sift through stuff to find what you need, an...


43: Exceptional Handling in Python

https://infronx.com/exceptional-handling-in-python

Hashnode - python (python)

Exception handling is a crucial aspect of any programming language, and Python is no exception (pun intended). Exception handling allows you to gracefully manage and respond to unexpected errors or exceptional situations that may arise during the exe...


44: File Handling in Python

https://infronx.com/file-handling-in-python

Hashnode - python (python)

File handling is a fundamental aspect of programming, enabling developers to interact with external files to store, retrieve, and manipulate data. Python, with its rich set of built-in libraries, offers robust file handling capabilities that make it ...


45: Overview of Performance Metrics

https://tigerabrodi.blog/overview-of-performance-metrics

Hashnode - javascript (Javascript)

Introduction In this post, I wanna dive into Core Web Vitals and other performance metrics that are useful to measure the performance of a website. Core Web Vitals Largest Contentful Paint (LCP) LCP measures the time it takes for the largest content ...


46: More of my notes on Web Performance

https://tigerabrodi.blog/more-of-my-notes-on-web-performance

Hashnode - javascript (Javascript)

CSS before JS CSS links should be placed in the of the document, while JavaScript links should be placed at the end of the document, just before the closing tag. This is because CSS is render blocking, while JavaScript is not. Meaning,...


47: Proxies in JavaScript give your objects superpower

https://tigerabrodi.blog/proxies-in-javascript-give-your-objects-superpower

Hashnode - javascript (Javascript)

Proxies in JavaScript Proxies are a way for you to customize the behavior of objects in JavaScript. For example, let's say you always wanna log when a property is accessed on an object. You can use a proxy for that. It's a way to create a more "power...


48: WeakMap in JavaScript explained

https://tigerabrodi.blog/weakmap-in-javascript-explained

Hashnode - javascript (Javascript)

Introduction I enjoy reading Open Source code. Especially ones around performance optimization. I have always had a tough time understanding WeakMap in JavaScript. And it's not because it's a complex concept, but rather because I had a wrong mental m...


49: Building Powerful Web Apps: The Dream Team of Laravel and Vue.js

https://asis-sharma.hashnode.dev/building-powerful-web-apps-the-dream-team-of-laravel-and-vuejs

Hashnode - vuejs (Javascript)

In the ever-evolving landscape of web development, crafting dynamic and interactive user experiences is no longer a luxury, it's a necessity. Enter the dream team of Laravel and Vue.js! This powerhouse combination brings together the robust backend f...


50 / 56

50: Il assiste à la 1ère conférence sur l'IA militaire, et ressort traumatisé

https://www.lebigdata.fr/il-assiste-a-la-1ere-conference-sur-lia-militaire-et-ressort-traumatise

Le Big Data (dataviz)

Lors de la première conférence sur l'IA militaire à Washington D.C., tenue les 7 et 8 mai, un participant décrit … Cet article Il assiste à la 1ère conférence sur l’IA militaire, et ressort traumatisé a été publié sur LEBIGDATA.FR.


51: Setting Up Node.js and Express with TypeScript

https://www.sonusahu.com/setting-up-nodejs-and-express-with-typescript

Hashnode - javascript (Javascript)

Creating a Node.js project with Express and TypeScript allows you to take advantage of TypeScript's type-checking and modern JavaScript features. This guide will walk you through the process step-by-step. Step 1: Initialize Your Project First, create...


52: Debugger.godMode()

https://flounder.hashnode.dev/debugger-god-mode

Hashnode - Kotlin (Mobiles)

Back in the day, computer games were different. Not only have graphics and mechanics evolved since, but there's also one characteristic that doesn't seem very common in games today: nearly all of them had cheat codes. Cheat codes were sequences of ke...


53: What are Web Push Notifications' And How do they work'

https://thepradipvc.hashnode.dev/what-are-web-push-notifications-and-how-do-they-work

Hashnode - javascript (Javascript)

Introduction In this article, I will answer some prominent questions on web push notifications. Web Push Notifications (aka Browser Push Notifications) is a way to send some message to users even when they are not actively using the website. This pro...


54: Embark on a Digital Odyssey: Exploring Python's Versatility

https://colddsam.com/embark-on-a-digital-odyssey-exploring-pythons-versatility

Hashnode - python (python)

Embark on a Digital Odyssey: Exploring Python's Versatility Python, a towering figure in the programming landscape, stands as a beacon of versatility, empowering exploration across diverse frontiers. With its beginner-friendly syntax and extensive li...


55: Run multiple node.js environments with a single command

https://jadge.hashnode.dev/run-multiple-nodejs-environments-with-a-single-command

Hashnode - javascript (Javascript)

Introduction If you have a repository with two or more environments, let's say your client and server folders and you want to easily start both environments with one command and also get the outputs of both processes in the same terminal window then ...


56: Tech Wisdom and Personal Growth: Ghosts Cipher's Journey ' '

https://ghostscipher.com/tech-wisdom-and-personal-growth-ghosts-ciphers-journey

Hashnode - javascript (Javascript)

Introduction Hi there! ' I'm Ghosts Cipher, a passionate developer with over a decade of experience in the tech industry. I've immersed myself in JavaScript, React, and Next.js throughout my career, and I'm thrilled to share my knowledge and insight...




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