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


26 Novembre 2023 (44)

1: What is Machine Learning '

https://bla.hashnode.dev/what-is-machine-learning

Hashnode - python (python)

Machine Learning involves the process of instructing computers to acquire knowledge and make decisions. Think of it this way; imagine having a robot companion whom you don't have to give instructions to all the time. Instead you demonstrate some exam...


2: Python Cool Tricks - How to beat color names in Python

https://bulog.tech/python-cool-tricks-how-to-beat-color-names-in-python

Hashnode - python (python)

You have a list of colors L (for example 630 colors), but you need to display something with even more colors (for example 1700). When you have used all the colors from the list L, then you will start again from the beginning and so on until you reac...


3: Multi-Threading vs Parallel Computing in Python

https://harshamangena.hashnode.dev/multi-threading-vs-parallel-computing-in-python

Hashnode - python (python)

Python, known for its simplicity and readability, is a go-to language for many developers. However, when it comes to concepts like multi-threading and parallel computing, things can get a bit complex. In this article, we'll unravel these concepts, pr...


4: Securing Streamlit: A Guide to Detecting Brute Force Attacks, Validating Referral Codes, and Automating Account Security with AWS Cognito and Boto3

https://nebulablogs.com/securing-streamlit-a-guide-to-detecting-brute-force-attacks-validating-referral-codes-and-automating-account-security-with-aws-cognito-and-boto3

Hashnode - python (python)

In my previous post, I discussed how to use Streamlit for building forms and enabling users to upload images. This project also needed an additional layer of access control to only allow a subset of users with referral codes to view the form. The mai...


5: Handling State in Jetpack Compose

https://joelmuraguri.hashnode.dev/handling-state-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

Introduction In the realm of Android development, state management plays a pivotal role in ensuring a seamless and responsive user experience. Jetpack Compose, a declarative UI toolkit for building Android apps, introduces a paradigm shift in state m...


6: Machine learning tools and frameworks

https://techeffect.hashnode.dev/machine-learning-tools-and-frameworks

Hashnode - python (python)

Machine learning tools and frameworks provide the necessary infrastructure and resources for developing, training, and deploying machine learning models. Here are some popular tools and frameworks used in the field of machine learning: Machine Learni...


7: Day 14 -Python Data Types and Data Structures

https://shefalimishra.hashnode.dev/day-14-python-data-types-and-data-structures

Hashnode - python (python)

New day, new topic! Today, we're diving into the world of Python data types and data structures, which are essential for any DevOps engineer. Understanding these concepts will help you manipulate and organize data efficiently in your DevOps tasks. Da...


8: How to Detect, Fix, and Prevent Circular Dependencies in JavaScript

https://antelo.live/how-to-detect-fix-and-prevent-circular-dependencies-in-javascript

Hashnode - javascript (Javascript)

Circular dependencies in JavaScript occur when two or more modules depend on each other in a way that creates a loop. In simpler terms, it happens when Module A depends on Module B, and Module B depends on Module A, forming a cycle. This can lead to ...


9: Hello world!

https://codingtute.com/2023/11/26/hello-world/

codingtute.com (Développement)

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!


10 / 44

10: MERN Stack Journey : Learning MERN Stack as a beginner

https://shubhamingole.hashnode.dev/mern-stack-journey-learning-mern-stack-as-a-beginner

Hashnode - javascript (Javascript)

Hola mate, hope you are doing well, if you are a beginner to MERN stack, this blog shows my whole journey with the MERN stack. Let's start with my introduction, who am I' and what I have done yet' So here is a bit of introduction, my name is Shubham...


11: Node.js and NPM: don't be afraid of them!

https://www.emanueleferonato.com/2023/11/26/node-js-and-npm-dont-be-afraid-of-them/

Emanuele Feronato (.GAME / Javascript)

Node.js and NPM may scare many developers struggling with javascript, but they shouldn't. Here is a very quick guide to installing Node and NPM, let's start from the bare bones and see how to install them.


12: Mastering JavaScript: A Comprehensive Guide || Part 6

https://blog.mayankaggarwal.live/mastering-javascript-a-comprehensive-guide-part-6

Hashnode - javascript (Javascript)

** Introduction** Welcome to our comprehensive guide on JavaScript functions and scope! In the world of web development, JavaScript is an integral language that powers interactivity and dynamic behavior on the web. Understanding the core concepts of ...


13: Default Apps 2023

https://labnotes.org/default-apps-2023/

Lab notes (Développement)

(Inspired by Chris Coyier)📨 Mail Client: Shortwave and Spark📮 Mail Server: Google📝 Notes: Notes and Notion✅ To-Do: Things📆 Calendar: Fantastical through Google Calendar📁 Cloud File Storage: iCloud Drive📖 RSS: Reeder through Feedly 


14: Day 13- Basics of Python

https://shefalimishra.hashnode.dev/day-13-basics-of-python

Hashnode - python (python)

What is Python' ANS: Python is a high-level programming language known for its simplicity and readability, often used for various applications, including web development, data analysis, and automation. - Python is a Open source, general purpose, ...


15: Update Items In DynamoDB Using Python

https://binaryguy.tech/update-items-in-dynamodb-using-python

Hashnode - python (python)

In this blog, we will learn how to update items in DynamoDB using Python and boto3. We will also learn how to remove attributes on an item, add a new element to a list in an item, and increment the value of an attribute of an item in the DynamoDB tab...


16: Python Programming

https://gauravrs27.hashnode.dev/python-programming

Hashnode - python (python)

Introduction As a DevOps engineer/ IT professional, one needs to have a good working knowledge of a programming language so it makes your life easier in the computer lifecycle and its various usages. So basically, as DevOps engineers, we need to writ...


17: Python ' Code Snippets

https://jv-conseil.hashnode.dev/python-code-snippets

Hashnode - python (python)

In your repository, create a file under .vscode/python.code-snippets { // Place your workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and description. // Add comma separated ids of the langua...


18: Proxy Method: JavaScript Design Pattern

https://ayeshatechtalk.hashnode.dev/proxy-method-javascript-design-pattern

Hashnode - javascript (Javascript)

In this article, we will see what are Proxy Patterns using JavaScript, which is one of the Design Pattern. Prerequisites: Javascript But before moving ahead with Proxy Patterns, what are Design Patterns' ' Design patterns are elegant solutions to sol...


19: Set up virtual environment with Anaconda

https://stephendavidwilliams.com/set-up-virtual-environment-with-anaconda

Hashnode - python (python)

' What is a virtual environment' A virtual environment is a special directory for holding a specific version of Python and other modules. ' Why do we need them' Creating a virtual environment prevents packages with different versions from interferi...


20 / 44

20: Best Practices in Ansible: Crafting Reliable and Maintainable Automation '''

https://blog.prasadsuman.me/best-practices-in-ansible-crafting-reliable-and-maintainable-automation

Hashnode - python (python)

Introduction to Ansible Best Practices In the dynamic realm of automation, adhering to best practices is the compass that guides you through the complexities of managing infrastructure. Ansible, with its flexibility and power, benefits from a set of ...


21: Number Trivia App | JavaScript Project

https://codingcss.hashnode.dev/number-trivia-app-javascript-project

Hashnode - javascript (Javascript)

Build a number trivia app where users input a number, and the app displays interesting facts related to that number. The app includes a 'Get Random Fact' button, allowing users to discover facts for random numbers. This interactive application provid...


22: Level up your NodeJS Dockerfiles with these 3 tips ''

https://aspnxdd.hashnode.dev/level-up-your-nodejs-dockerfiles-with-these-3-tips

Hashnode - javascript (Javascript)

Dockerfiles are the blueprints for your containers. They are simple text files with a list of commands that you would normally execute manually to create a container image. The Dockerfile is the source code for your container. Dockerfiles are easy to...


23: VisualShaderNodeUIntFunc in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeuintfunc-in-godot-complete-guide/

Game dev academy (Jeux)

As we delve into the enchanting world of visual programming with Godot 4, we come across a myriad of intriguing nodes that make up the visual shader graph – one ... Read more


24: VisualShaderNodeUIntConstant in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodeuintconstant-in-godot-complete-guide/

Game dev academy (Jeux)

VisualShaderNodeUIntConstant is a node within Godot’s robust visual shader system, which is a valuable tool for developers wanting to create shaders with an easy-to-use, drag-and-drop interface. Shaders are fundamental in ... Read more


25: VisualShaderNodeTransformVecMult in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformvecmult-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our tutorial on the VisualShaderNodeTransformVecMult class in Godot 4, where we dive into the intricacies of shader programming within one of the most powerful open-source game engines available ... Read more


26: VisualShaderNodeTransformParameter in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformparameter-in-godot-complete-guide/

Game dev academy (Jeux)

Visual shaders in Godot are an incredibly powerful tool that allow developers to create stunning visual effects without the need to write complex shader code by hand. They’re particularly useful ... Read more


27: VisualShaderNodeTransformOp in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformop-in-godot-complete-guide/

Game dev academy (Jeux)

Understanding the VisualShaderNodeTransformOp in Godot 4 is an important step for any game developer looking to advance their skill set. As an integral part of the visual shader graph, it ... Read more


28: VisualShaderNodeTransformFunc in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformfunc-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this tutorial where we will dive into the intricacies of the VisualShaderNodeTransformFunc class within the Godot 4 engine. Mastering this node can greatly enhance your abilities in creating ... Read more


29: VisualShaderNodeTransformDecompose in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformdecompose-in-godot-complete-guide/

Game dev academy (Jeux)

Visual shaders in game development are a fascinating leap beyond traditional shaders. They allow developers to create complex visual effects in a more visual and often intuitive way. And one ... Read more


30 / 44

30: VisualShaderNodeTransformConstant in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformconstant-in-godot-complete-guide/

Game dev academy (Jeux)

Are you venturing into the expansive world of game development, or perhaps seeking to gain more proficiency in Godot 4’s powerful shader system' Understanding shader nodes is pivotal, and the ... Read more


31: VisualShaderNodeTransformCompose in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetransformcompose-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our latest tutorial where we’ll explore the power of Godot 4’s VisualShaderNodeTransformCompose class. If you’re an aspiring game developer or a seasoned coder looking to enhance your skillset, ... Read more


32: VisualShaderNodeTextureSDFNormal in Godot ' Complete Guide

https://gamedevacademy.org/visualshadernodetexturesdfnormal-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our comprehensive guide on the VisualShaderNodeTextureSDFNormal class in Godot 4. If you’re a budding game developer or a seasoned coder looking for new ways to enhance your game ... Read more


33: A Comprehensive Overview of JavaScript (Introduction to JavaScript)

https://techthinkers.dev/a-comprehensive-overview-of-javascript-introduction-to-javascript

Hashnode - javascript (Javascript)

A Comprehensive Overview of JavaScript JavaScript is a versatile, high-level, interpreted programming language that plays an important role in shaping the World Wide Web. Its extensive adoption has resulted in millions of websites and web application...


34: Unveiling the Magic of WebRTC: Connecting Browsers Seamlessly

https://prontent.com/unveiling-the-magic-of-webrtc-connecting-browsers-seamlessly

Hashnode - javascript (Javascript)

In the vast digital landscape, WebRTC emerges as a wizardry, seamlessly connecting two web browsers and allowing them to share data without the intermediary of a server. At its core, WebRTC operates on the UDP protocol, facilitating swift and efficie...


35: Nvidia va lancer le GPU le plus puissant de son histoire

https://www.lebigdata.fr/nvidia-gpu-plus-puissant

Le Big Data (dataviz)

Nvidia tease la puce B100 qui sera sans doute le GPU le plus puissant de son catalogue. Ses performances dépasseraient … Cet article Nvidia va lancer le GPU le plus puissant de son histoire a été publié sur LEBIGDATA.FR.


36: Recifood - Recipe Search App built with Next.js '

https://ashishjaiswar.hashnode.dev/recifood-recipe-search-app-built-with-nextjs

Hashnode - javascript (Javascript)

Hey Food Enthusiasts, I'm excited to share some incredible news with you! After dedicated efforts and a lot of hard work, I'm thrilled to announce the official launch of Recifood ' your new companion on a culinary journey around the world. '' What ...


37: Introduction to TypeScript with React

https://blog.yogeshchavan.dev/introduction-to-typescript-with-react

Hashnode - javascript (Javascript)

In this article, you will learn how to use TypeScript with React. So by the end of this article, you will have a solid understanding of how to write React code with TypeScript. Want to watch the video version of this tutorial' You can check out the v...


38: Hoisting in JS | Global Execution Context

https://manasupadhyay.hashnode.dev/hoisting-in-js-global-execution-context

Hashnode - javascript (Javascript)

Introduction Hoisting in js, this is one of the most common questions in js interviews. So in this article, we are going to deep dive into what is hoisting. But first, can you tell me the output of this code: I guess most of you would have been able...


39: Two ways to update the state in React.js

https://blog.nirmites.com/two-ways-to-update-the-state-in-reactjs

Hashnode - javascript (Javascript)

In any class-based component, there are two ways we can update the state, and below is a brief explanation. The first one this.setState({name: { first: "John", last: "Doe" }}); The second one this.setState( (state, props) => { return...


40 / 44

40: Day 12: Python Tasks for DevOps (Part 1) - File Operations

https://chandreshpatle.com/day-12-python-tasks-for-devops-part-1-file-operations

Hashnode - python (python)

Welcome back to our Python for DevOps series! In today's installment, we'll focus on a crucial aspect of DevOps automation - File Operations. We'll explore the basics of working with files in Python. Let's dive into the world of automating file opera...


41: Unsaved Changes Alert and Unsubmitted Data Preservation on Page Exit in React App

https://robiul.dev/unsaved-changes-alert-and-unsubmitted-data-preservation-on-page-exit-in-react-app

Hashnode - javascript (Javascript)

Hello fellow developers, Today, we're delving into a fascinating topic that you may have encountered while using Facebook. You might have noticed a popup while crafting a post - Changes you made may not be saved - when attempting to leave the page mi...


42: Add, Delete, and Edit a list in Python

https://ruthr.hashnode.dev/add-delete-and-edit-a-list-in-python

Hashnode - python (python)

Here are a few common ways to add, delete, and edit a list in Python. Adding to Lists To add to the list of items you can use the .append() or .insert() methods from Python. These two methods will mutate the original array. To use append, you would d...


43: Delete Items in DynamoDB using Python

https://binaryguy.tech/delete-items-in-dynamodb-using-python

Hashnode - python (python)

In this blog, we will learn how to delete items in DynamoDB using Python and boto3. We can only delete one item at a time in DynamoDB. Delete Item in DynamoDB When we want to delete an item in the DynamoDB table, we must pass the item's full primary ...


44: oklch() retains perceived lightness for different hue angles (tilPost)

https://www.stefanjudis.com/today-i-learned/oklch-perceived-lightness/

Stefan Judis (Développement)

As far as I see, it's time to ditch hsl() and use oklch() for color palettes and design systems. Why's that' For me, it boils down to two reasons. New devices and monitors can display colors that aren't defined in the sRGB color space used by rgb(), hsl() or hex colors. Isn't it sad that you can't express these vibrant colors in CSS using existing color methods' It is. And the solution are new CSS [...]




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