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

« Février 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


11 Février 2024 (47)

1: Chic Code: Composable Couture with Modifiers

https://starchild.hashnode.dev/chic-code-composable-couture-with-modifiers

Hashnode - Kotlin (Mobiles)

Imagine you're getting ready for a fancy event. You pick your outfit'that is your composable functions. But it's the accessories, the little details, that make you stand out. That's where modifiers come in'they're your app's fashion stylist, giving i...


2: Beyond REST and GRAPHQL: Why You Should Consider RPC (and Why tRPC Makes It Easy)

https://opyjo2.hashnode.dev/beyond-rest-and-graphql-why-you-should-consider-rpc-and-why-trpc-makes-it-easy

Hashnode - javascript (Javascript)

In the ever-evolving landscape of web development, choosing the right architecture for server-client communication is crucial for building efficient, scalable, and maintainable applications. While REST (Representational State Transfer) and GraphQL ha...


3: Flatiron School Phase 1 - Javascript Debugging

https://sethspr.hashnode.dev/flatiron-school-phase-1-javascript-debugging

Hashnode - javascript (Javascript)

Intro - First Post Hello there, fellow devs! My name is Seth Spring and I am on a transformative journey attending a full-stack BootCamp courtesy of Flatiron School in New York City. As I navigate through each intensive 3-week phase I will reflect on...


4: Embracing Haxe:

https://twistedbrain.hashnode.dev/embracing-haxe

Hashnode - javascript (Javascript)

In the vast universe of programming languages, finding the one that fits like a glove can be a daunting odyssey. My journey through the realms of C#, Swift, and JavaScript was a quest for a language that wasn't just powerful but also resonant with my...


5: Combining Poetry and Conda '

https://hackticdad.dev/combining-poetry-and-conda

Hashnode - python (python)

For one of my clients I had to convert a couple of pip-managed repositories to Poetry-managed ones. When I got to the last repo, there was one catch: it required Conda as well. This is quite straightforward, with the help of some packages and a coupl...


6: Getting Started With React AND Deploying A React App

https://abc13.hashnode.dev/getting-started-with-react-and-deploying-a-react-app

Hashnode - javascript (Javascript)

What is React'!! React is your UI building buddy, crafting dynamic web interfaces with reusable components. It keeps things efficient by only updating what's changed, making your apps smooth and fast. Declarative and flexible, it's a popular choice f...


7: Day 23 of 100days of code.

https://paks.hashnode.dev/handling-delete-request

Hashnode - javascript (Javascript)

Fundamentals of node JS Handling DELETE Request Lets create a new route handler for handling the DELETE request on the HTTP server. Lets write some logic. first we want to get the ID of the movie using the find() method, then we get the index of the ...


8: Day 15 : Python Libraries for DevOps

https://theyashsisodiya.hashnode.dev/day-15-python-libraries-for-devops

Hashnode - python (python)

Reading JSON and YAML in Python: JSON (JavaScript Object Notation) and YAML (YAML Ain't Markup Language) are both popular formats for storing and transmitting structured data. They are commonly used in configuration files, API responses, and data int...


9: Meta, OpenAI et Google rejoignent la C2PA pour améliorer la transparence des contenus en ligne

https://www.usine-digitale.fr/article/meta-openai-et-google-rejoignent-la-c2pa-pour-ameliorer-la-transparence-des-contenus-en-ligne.N2208128

L'usine-digitale (Informatique)

La désinformation est plus prévalente que jamais sur Internet en 2024. Les faux contenus peuvent se répandre comme une trainée de poudre sur les réseaux sociaux. Le temps d'en identifier et "débunker" un, dix autres ont été produits. Le boom de l'IA générative ne fait qu'empirer les choses, la création de trucages étant désormais triviale. Avec un fort enjeu lors de cette année d'él [...]


10 / 47

10: Python Libraries for DevOps

https://rborse0730.hashnode.dev/python-libraries-for-devops

Hashnode - python (python)

#day15 of #90daysofDEVOPS JSON and YAML are two widely-used data formats in Python, each serving different purposes and offering distinct advantages: JSON: Purpose: JSON is primarily utilized as a lightweight format for data exchange, commonly employ...


11: Build your own react in rust.

https://itsahaj.hashnode.dev/build-your-own-react-in-rust

Hashnode - javascript (Javascript)

Introduction In this blog I am going through on how can you make your own react like library (Or I should say framework because rust won't be so lenient on you'), In this blog I'll be showing you JavaScript and Rust code examples side by side. Discl...


12: Mastering DevOps: Essential Python Libraries for File Parsing

https://whomaheshh.hashnode.dev/mastering-devops-essential-python-libraries-for-file-parsing

Hashnode - python (python)

Introduction: Embarking on the journey as a DevOps engineer, one quickly realizes the pivotal role Python plays in streamlining day-to-day tasks. Among the myriad of Python libraries at your disposal, mastering the art of parsing files'''be it JSON, ...


13: Moving forward: Enhancing the Multiplayer Shooter Game

https://mollymcconnectedgames.hashnode.dev/moving-forward-enhancing-the-multiplayer-shooter-game

Hashnode - Unity (unity)

With the foundations laid by implementing networking and player movement through Photon and Unity, the next step is adding more features to the game. Let's take a closer look at the recent additions. New Features Added Loading Screen A loading screen...


14: Day 13 of 90DaysOfDevOps

https://basavaraj-devops-blog.hashnode.dev/day-13-of-90daysofdevops

Hashnode - python (python)

In the realm of DevOps, automation is the cornerstone of efficiency, enabling rapid deployment, configuration management, and infrastructure orchestration. What is Python' Python is a popular programming language. It was created by Guido van Rossum, ...


15: useNavigate and useLocation hooks in ReactJS

https://deekshithmd.hashnode.dev/usenavigate-and-uselocation-hooks-in-reactjs

Hashnode - javascript (Javascript)

As the name suggests these are the 2 hooks mainly used for navigation functionality in reactjs, as these are router related functionalities these are bundled inside react-router-dom library. useLocation() hook: How to use useLocation hook' Inorder to...


16: How JS code gets executed'

https://how-js-code-gets-executed.hashnode.dev/green-code

Hashnode - javascript (Javascript)

Welcome, Reader! Explore the world of JavaScript code execution in this blog. Learn about parsing, execution contexts, and more. Discover insights to enhance your coding skills and boost performance! Let's begin What is JavaScript' JavaScript is a Hi...


17: Unveiling the Power and Versatility of Python: A Comprehensive Guide

https://khagendra.hashnode.dev/unveiling-the-power-and-versatility-of-python-a-comprehensive-guide

Hashnode - python (python)

Python, often hailed as the Swiss Army knife of programming languages, has emerged as a powerhouse in the world of software development. With its elegant syntax, extensive libraries, and broad applications, Python has become the language of choice fo...


18: JavaScript Execution & Asynchronicity.

https://onepiece.hashnode.dev/javascript-execution-asynchronicity

Hashnode - javascript (Javascript)

JavaScript is a crucial component in modern web development, enabling dynamic and interactive experiences. Understanding how JavaScript code gets executed, its asynchronous nature, event loop mechanism, callbacks, and interaction with browser APIs is...


19: Introduction to Graph QL

https://edunode.hashnode.dev/introduction-to-graph-ql

Hashnode - javascript (Javascript)

In this article we are going to understand that what is GraghQL and what types of problem are solved by GraphQL. What is GraphQL' GraphQL is a query language for APIs (Application Programming Interfaces) and a runtime environment for executing those ...


20 / 47

20: String methods in javascript

https://alokblogs.com/string-methods-in-javascript

Hashnode - javascript (Javascript)

Day 5 of 30 days of javascript In this article we will learn about the string methods in javascript charAt(index): Returns the character at the specified index in a string. javascriptCopy codeconst str = 'Hello'; console.log(str.charAt(0)); // Out...


21: Mastering React with ES6'

https://sasika.hashnode.dev/mastering-react-with-es6

Hashnode - javascript (Javascript)

React, the popular JavaScript library for building user interfaces has revolutionized the way developers create web applications. With the introduction of ES6 (ECMAScript 2015), React development has become even more powerful and expressive. In this ...


22: À propos du projet « Écologies incarnées »

https://www.visionscarto.net/projet-ecologies-incarnees

Visions Carto (dataviz)

Le projet « Écologies incarnées » est une grande enquête collaborative qui explore la manière dont le corps humain interagit dans la vie quotidienne avec une multiplicité de produits toxiques, et comment les gens perçoivent, comprennent cette exposition, et enfin, agissent pour tenter de la réduire, compte tenu du fait que nous vivons dans un monde inégalement pollué. par Tait Mandle [...]


23: Day 2 - Life Cycle of Terraform

https://venkateshrao.hashnode.dev/day-2-life-cycle-of-terraform

Hashnode - python (python)

Terraform Init :- Terraform Init performs various initialization steps to prepare the current working directory for use with Terraform. This command downloads the necessary provider plugins and sets up the backend configuration. The backend configura...


24: Working with Typescript Enums

https://zishantareque.hashnode.dev/working-with-typescript-enums

Hashnode - javascript (Javascript)

TypeScript enums are a powerful feature that allows developers to define a set of named constants. However, while enums may seem convenient at first glance, they come with their own set of limitations and drawbacks that can lead to unexpected behavio...


25: Python: Unleashing Boundless Potential in the Programming Paradigm

https://shalu222.hashnode.dev/python-unleashing-boundless-potential-in-the-programming-paradigm

Hashnode - python (python)

As the programming landscape undergoes continual transformation, Python has risen to prominence, captivating developers worldwide. Its versatility, readability, and expansive ecosystem of libraries and frameworks position Python not merely as a langu...


26: LLRT: Amazon's Low Latency RunTime for JavaScript Environments.

https://blog.nidhin.dev/llrt-amazons-low-latency-runtime-for-javascript-environments

Hashnode - javascript (Javascript)

LLRT (Low Latency RunTime) is a lightweight Javascript runtime designed to address the growing demand for fast and efficient Serverless applications. LLRT is 10x faster in startup (Cold Start) and 2x overall lower cost compared to other Javascript ru...


27: À propos du projet « Écologies incarnées »

https://visionscarto.net/projet-ecologies-incarnees

Visions Carto (dataviz)

Le projet « Écologies incarnées » est une grande enquête collaborative qui explore la manière dont le corps humain interagit dans la vie quotidienne avec une multiplicité de produits toxiques, et comment les gens perçoivent, comprennent cette exposition, et enfin, agissent pour tenter de la réduire, compte tenu du fait que nous vivons dans un monde inégalement pollué. par Tait Mandle [...]


28: LastPass Warns Of Fake App On Apple App Store

https://www.webpronews.com/lastpass-warns-of-fake-app-on-apple-app-store/

WebProNews SEO (Développement)

WebProNews LastPass Warns Of Fake App On Apple App Store A fake LastPass app has made its way onto the Apple App Store, a likely attempt to steal users' sensitive information. LastPass Warns Of Fake App On Apple App Store Matt Milano


29: How to detect caps lock with JavaScript

https://wisdomgeek.hashnode.dev/how-to-detect-caps-lock-with-javascript

Hashnode - javascript (Javascript)

The need to verify and notify the user if the Caps Lock key is on is fairly common. It is particularly significant when constructing password inputs because users do not realize they are typing with their caps lock on. Let us see how to detect caps l...


30 / 47

30: Day 15 Task: Python Libraries for DevOps

https://supriyasurkar.hashnode.dev/day-15-task-python-libraries-for-devops

Hashnode - python (python)

This is #90DaysofDevopschallenge under the guidance of ShubhamLondhe sir. Reading JSON and YAML in Python for DevOps As a DevOps Engineer, understanding how to parse various file formats like text files (txt), JavaScript Object Notation (JSON), YAML ...


31: How To Connect Database Like a pro

https://gokuthecoder.hashnode.dev/how-to-connect-database-like-a-pro

Hashnode - javascript (Javascript)

we are use online MongoDB database Fist of all we create our connection uri from monogdb Go to mongoDB signup & create Project click on connect and copy URI string Now we are go to our code and learn what is good practise to connect server t...


32: JavaScript's Object Copy Puzzle: Shallow vs Deep'

https://techjaydev.hashnode.dev/javascripts-object-copy-puzzle-shallow-vs-deep

Hashnode - javascript (Javascript)

In the JavaScript world, you often experience some strange behavior. One such quirk that frequently confounds developers is the Object Copy Problem. In the wild and woolly realm of JavaScript, you may encounter some rather peculiar phenomena. Picture...


33: What is Express'

https://hmyounus.hashnode.dev/what-is-express

Hashnode - javascript (Javascript)

Express is a small framework that sits on top of Node.js's web server functionality to simplify its APIs and add helpful new features. It makes it easier to organize your application's functionality with middleware and routing; it adds helpful utilit...


34: Express.js Learning

https://hmyounus.hashnode.dev/expressjs-learning

Hashnode - javascript (Javascript)

Express JS is a small framework that works on top of Node web server functionality to simplify its APIs and add helpful new features. It makes it easier to organize your application's functionality with middleware and routing. It adds helpful utiliti...


35: "The Ultimate Guide: Your Path to Data Science Excellence"

https://divyabgowda.hashnode.dev/the-ultimate-guide-your-path-to-data-science-excellence

Hashnode - python (python)

Embark on Your Data Science Odyssey: A Guided Roadmap to Success" What is data science' Data science combines math and statistics, specialized programming, advanced analytics, artificial intelligence (AI), and machine learning with specific subject m...


36: Ces chercheurs veulent créer une IA à partir du cerveau d'Einstein

https://www.lebigdata.fr/ia-albert-einstein

Le Big Data (dataviz)

Une IA qui raisonne comme Albert Einstein, est-ce possible'' En tout cas, ces scientifiques allemands ont été fascinés par cette … Cet article Ces chercheurs veulent créer une IA à partir du cerveau d'Einstein a été publié sur LEBIGDATA.FR.


37: Understanding the useState Hook in React: A Beginner's Guide

https://prajwalpandey.hashnode.dev/understanding-the-usestate-hook-in-react-a-beginners-guide

Hashnode - javascript (Javascript)

React, one of the most popular JavaScript libraries for building user interfaces, provides developers with powerful tools to manage state within their applications. One such tool is the useState hook, which allows functional components to manage stat...


38: Building an Image Resizer with Flask, React and Vite

https://ethan91.hashnode.dev/building-an-image-resizer-with-flask-react-and-vite

Hashnode - javascript (Javascript)

Introduction Hello! ' In this tutorial I will show you how to build a simple image resizer using Flask, React and Vite. Requirements Basic knowledge of Python/React OpenCV installed Creating The Server Side First we create the server side usin...


39: Demystifying useEffect: Mastering Cleanup Functions in React

https://tigerabrodi.blog/demystifying-useeffect-mastering-cleanup-functions-in-react

Hashnode - javascript (Javascript)

Introduction You have probably heard of the two words in your React.js journey: cleanup and unmount. They both go hand in hand but were confusing to me for a long time in my React journey. If we look at what the new React documentation says, it's a b...


40 / 47

40: DeepMind laisse l'IA apprendre seule, les perfs de GPT-4 explosent

https://www.lebigdata.fr/cadre-raisonnement-llm

Le Big Data (dataviz)

L'intelligence artificielle peut apprendre seule grâce à ce nouveau cadre de raisonnement pour LLM. Ses performances connaissent ensuite une amélioration … Cet article DeepMind laisse l’IA apprendre seule, les perfs de GPT-4 explosent a été publié sur LEBIGDATA.FR.


41: Simple Python Project: HDBMS - Bridging the Gap Between Coding Basics and Real-World Application

https://faiztech.hashnode.dev/simple-python-project-hdbms-bridging-the-gap-between-coding-basics-and-real-world-application

Hashnode - python (python)

In the realm of programming, there's often a divide between learning the basics of coding and applying those skills to real-world scenarios. Bridging this gap is essential for aspiring developers to gain practical experience and prepare for the chall...


42: CSRF in Web application

https://mycodingjourneyy.hashnode.dev/csrf-in-web-application

Hashnode - python (python)

CSRF stands for Cross Site Request Forgery. It means hackers sends request to a server by using hacked person's AUTH details. When an user logged into a website, browser will store the authentication related details such as authentication token in se...


43: Introducing CodeAI: Revolutionizing Coding with AI Assistance

https://enigma52.hashnode.dev/codeai

Hashnode - javascript (Javascript)

Are you tired of the trial-and-error process when coding HTML, CSS, or JavaScript' Do you wish there was a more efficient way to test out your code and get instant feedback' Look no further, because we're thrilled to introduce CodeAI ' the groundbrea...


44: WebDesign Tutorial - About Material Minimal

https://keepcodingblog.hashnode.dev/webdesign-tutorial-about-material-minimal

Hashnode - javascript (Javascript)

This is part 20. You can find the part 19, Plan the process, here About Material Minimal MDBootstrap and Tailwind Elements design system, called Material Minimal, is an improved version of the classic Material Design. Just for the record: "A design ...


45: Unlock Objects In JavaScript

https://aryansharma.hashnode.dev/objects-in-javascript

Hashnode - javascript (Javascript)

You might have seen such key-value pairs in code or somewhere, let user = { // an object name: "Aryan", // by key "name" store value "Aryan" age: "18" // by key "age" store value 18 }; But what are these lines of ...


46: Day 4 - Any Type and Tuples

https://osafalisayed.com/day-4-any-type-and-tuples

Hashnode - javascript (Javascript)

Any type in TypeScript allows a variable to have any datatype. We revert to JavaScript if you use any keyword. // A variable of type any can take any value let x: any; x = 10; x = false; x = "string"; // We can put all these values because any type a...


47: Progress on the Untitled Multiplayer Game

https://gamesblog.hashnode.dev/progress-on-the-untitled-multiplayer-game

Hashnode - Unity (unity)

The game is aging like a fine wine, we have made a lot of progress over the last two weeks. We have got the player movement right. The player can now- Walk Run Look at different directions Apart from the movement, we were able to implement realm...




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