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

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


Samedi 8 Juillet 2023 (89)

1: Getting Started with Python

https://mizanf123.hashnode.dev/getting-started-with-python

Hashnode - python (python)

Python, what is it' Python is a popular high-level programming language known for its simplicity and readability. It was created by Guido van Rossum and first released in 1991. Python is designed to emphasize code readability and productivity, making...


2: Generating a pizza quote with Playwright

https://madelinecaples.hashnode.dev/generating-a-pizza-quote-with-playwright

Hashnode - javascript (Javascript)

Intro: Motivation Recently at work, I had a new project to generate insurance quotes from a variety of leads using Playwright and then scrape the resulting quote prices. The goal was to then compare those prices against an API that also gives quotes ...


3: Tuple Methods

https://code-11.hashnode.dev/tuple-methods

Hashnode - python (python)

Python Provides a couple of built-in methods to work with tuples. count(): The count() method returns the number of times a specific element appears in the tuple. This can be useful when searching for a particular value in a tuple. Example: t = (1, 2...


4: Day 9 '''', Exploring Advanced DOM Manipulation Techniques: Beyond the Basics

https://codewithart.hashnode.dev/day-9-exploring-advanced-dom-manipulation-techniques-beyond-the-basics

Hashnode - javascript (Javascript)

Welcome back, programmers! We'll continue our journey into the realm of web development in this blog article by going further into advanced DOM manipulation techniques. Prepare to take your talents to the next level as we explore element construction...


5: Vite :- A 5-step guide to get you started

https://abshukla.hashnode.dev/vite-a-5-step-guide-to-get-you-started

Hashnode - javascript (Javascript)

What is Vite' Vite which translates to "quick" in French, is a frontend build tool for JS, developed by Evan You, who also happens to be the creator of VueJS. Now what does a frontend build tool mean' When developing or shipping a web app (using Reac...


6: Documentation VS Youtube Tutorials

https://euclidstellar.hashnode.dev/documentation-vs-youtube-tutorials

Hashnode - Flutter (Flutter)

Mastering the Art of Learning: Embracing Documentation over YouTube Tutorials In the ever-evolving world of technology, learning new tech stacks has become a necessity for professionals and enthusiasts alike. When it comes to acquiring knowledge, two...


7: Welcome pynites

https://inioluwaoladipupo.hashnode.dev/welcome-pynites

Hashnode - python (python)

Introducing Inioluwa Oladipupo: A Python Enthusiast You Should Follow! Are you passionate about Python and eager to dive into the world of programming' Look no further! Allow me to introduce you to Inioluwa Oladipupo, a talented individual whose expe...


8: Use JavaScript Blobs to Create Files: The Case of Hundreds of Bulk Import Errors

https://webjose.hashnode.dev/use-javascript-blobs-to-create-files-the-case-of-hundreds-of-bulk-import-errors

Hashnode - javascript (Javascript)

Recently, I had the need to re-write some data bulk upload validation code. The code was re-written so errors were clearly specified in the server endpoint's HTTP response. The normal approach here would be to show a table that is built off of the li...


9: Mastering Backend Development: The Ultimate Guide to Building a Nodejs Blog App Server. Part - 1

https://saiyashwanth.com/mastering-backend-development-the-ultimate-guide-to-building-a-nodejs-blog-app-server-part-1

Hashnode - javascript (Javascript)

Building a backend server for your blog app is a crucial step towards creating a reliable and high-performing platform for your users. In this comprehensive guide, we will walk through the process of building a dynamic Node.js backend server that wil...


10 / 89

10: First day of JSB CodeSmith

https://radicalblocks.dev/first-day-of-jsb-codesmith

Hashnode - javascript (Javascript)

Hi all, my name is Millan and I am an aspiring Javascript developer. I was born and raised in Chile and immigrated to the US with my family in the 90's when I was a kid. I am also queer and trans. I just started one of CodeSmith's prep courses called...


11: Union and Intersection of two Arrays

https://divyanshsareen.hashnode.dev/union-and-intersection-of-two-arrays

Hashnode - javascript (Javascript)

In this article, we will go through two ways of finding union and two ways of finding intersection of arrays. But before that, let's take a look at what exactly is union and intersection of two arrays. Union of two arrays will contain all the elemen...


12: Pourquoi Kotlin'

https://beryl.hashnode.dev/pourquoi-kotlin

Hashnode - Kotlin (Mobiles)

Comme promis dans mon précédent article, nous allons démarrer notre série d'article sur le développement Android avec Kotlin. Alors,.. Qu'est ce que Kotlin' Kotlin est un langage de programmation mutiparadigme, multiplateforme et à typage statique. I...


13: A storage for you '

https://lennyaiko.hashnode.dev/a-storage-for-you

Hashnode - javascript (Javascript)

When writing code, it is possible to use the same expression at different points. You could easily copy and paste that expression to different points, and it would work. Alternatively, you could store that expression in a container with a name and ca...


14: JavaScript - Bind, Call, and Apply

https://victoriacheng15.hashnode.dev/javascript-bind-call-and-apply

Hashnode - javascript (Javascript)

What are they' In JavaScript, bind(), call(), and apply() are methods that allow you to control the execution context of a function. They provide ways to explicitly set the value of this within a function and optionally pass arguments to the function...


15: Simplifying Next.Js App-Directory

https://ms-blog.hashnode.dev/simplifying-nextjs-app-directory

Hashnode - javascript (Javascript)

If you were working on the previous versions of Next.js then you might be very much familiar with the page directory, where the developer can create a file inside the page directory and it will be acting as a route. For example: Creating a file like ...


16: Becoming strict in JS '

https://lennyaiko.hashnode.dev/becoming-strict-in-js

Hashnode - javascript (Javascript)

For a long time, JavaScript has evolved without any compatibility issues. Why' New features were added without changing old functionality. JS was designed to be simple, and for that reason, operations that should cause an error are forgiven. While th...


17: Caching in Android: Strategies, Implementation, and Considerations for Optimal Performance

https://rommansabbir.com/android-caching

Hashnode - Kotlin (Mobiles)

Delve into the world of caching in Android applications, encompassing a comprehensive overview of various caching strategies, practical implementation techniques, and essential considerations for determining what, how, and when to cache. This article...


18: Dockerizing a Django Todo App: A Step-by-Step Guide

https://dikshanthasbe.hashnode.dev/dockerizing-a-django-todo-app-a-step-by-step-guide

Hashnode - python (python)

Introduction In this tutorial, we will explore the process of containerizing a Django Todo App using Docker. By adopting containerization, we can simplify the deployment process and ensure consistent behavior across different environments. Docker pro...


19: Javascript: Day1:7/8/2023;

https://cssthings.hashnode.dev/javascript-day1782023

Hashnode - javascript (Javascript)

JavaScript is a popular programming language primarily used for creating interactive and dynamic web content. It was originally developed by Brendan Eich at Netscape Communications in the mid-1990s. Since then, it has evolved significantly and become...


20 / 89

20: C Program to Convert Celsius to Fahrenheit

https://codingtute.com/c-program-to-convert-celsius-to-fahrenheit/

codingtute.com (Développement)

In this article, we will discuss how to write a C program to convert temperature from Celsius to Fahrenheit. We will provide a step-by-step explanation and include code examples to make it easy for beginners to understand the concept. So, let’s get started! Understanding the Conversion Formula Before we dive into the code, let’s understand […] The post C Program to Convert Celsiu [...]


21: Write code for humans, not machines only '

https://lennyaiko.hashnode.dev/write-code-for-humans-not-machines-only

Hashnode - javascript (Javascript)

Comments are essential if you want anyone to understand your code. But here's the interesting part: they help you too. If you leave a project for a period of time, you can quickly ascertain what each function or statement does with proper comments. C...


22: Different Ways to Define Functions in JavaScript'

https://webdevelopmentrr.dev/different-ways-to-define-functions-in-javascript

Hashnode - javascript (Javascript)

Introduction: In JavaScript, functions are fundamental building blocks that enable you to write reusable and modular code. There are several ways to define functions in JavaScript, each with its own syntax and use cases. In this article, we will expl...


23: [Part - 2]: React web application development using good practical methodology 2023

https://lakshmananarumugam.com/part-2-react-web-application-development-using-good-practical-methodology-2023

Hashnode - javascript (Javascript)

Part 1 link Testing: Write tests for your React components and application logic. Use testing frameworks like Jest and React Testing Library. For the todo list application, write tests to ensure components render correctly, handle user interactions,...


24: [Part - 1]: React web application development using good practical methodology 2023

https://lakshmananarumugam.com/part-1-react-web-application-development-using-good-practical-methodology-2023

Hashnode - javascript (Javascript)

Certainly! Let's explore an example approach for React application development using the best methodologies. We'll consider the development of a simple to-do list application. Component-Driven Development (CDD) Single Responsibility Principle (SRP)...


25: Random Forest : Intuition and Implementation

https://kavirana.hashnode.dev/random-forest-intuition-and-implementation

Hashnode - python (python)

Random Forest is a bagging ensemble learning method that builds a collection of decision trees and combines their predictions to make accurate and reliable predictions. Intuition: Wisdom of the Crowd Random Forest is like a team of decision trees wor...


26: Day 1: Exploring the Power of Node.js : Why Dive into the World of Node'

https://pratima-adhikari.hashnode.dev/day-1-exploring-the-power-of-nodejs-why-dive-into-the-world-of-node

Hashnode - javascript (Javascript)

Welcome to the Node Unleashed series, where we embark on an exciting journey into the world of Node.js. In this first part, we'll start with a simple introduction to Node. Prerequisites: 1) JavaScript Fundamentals2) Basic understanding of Web develop...


27: This is how you instruct the machine! '

https://lennyaiko.hashnode.dev/this-is-how-you-instruct-the-machine

Hashnode - javascript (Javascript)

JSwL: Episode 3 The machine can only perform actions or operations when given a statement. Before we dive into statements, you should know these three concepts: A program is a set of instructions that tells the machine what to do. The valid format ...


28: Git Commit: A Comprehensive Guide

https://codingtute.com/git-commit/

codingtute.com (Développement)

In the world of version control systems, Git holds a top position due to its efficiency and extensive features. One of the fundamental commands that every Git user should be familiar with is git commit In this article, we will deep dive into the git commit command, exploring its purpose, syntax, and practical examples. Also […] The post Git Commit: A Comprehensive Guide appeared first on Cod [...]


29: How to Harness GraphQL with Nestjs Like a Pro: An Ultimate Guide

https://idrisbankole.hashnode.dev/how-to-harness-graphql-with-nestjs-like-a-pro-an-ultimate-guide

Hashnode - javascript (Javascript)

Introduction Brief History of GraphQL GraphQL is an open-source data query and manipulation language for APIs and a runtime query engine. Facebook (now Meta) started GraphQL development in 2012 and released it in 2015. GraphQL was moved in November 2...


30 / 89

30: JavaScript Security Best Practices: Mastering XSS, CSRF, and CORS Defenses

https://snehasish.dev/mastering-javascript-security-practices-xss-csrf-cors

Hashnode - javascript (Javascript)

Greetings, fellow developers! In our hands lies the power to craft incredible web applications using JavaScript, a language that has long established its dominance in the realm of web development. Yet, with great power comes great responsibility, and...


31: JavaScript Security Best Practices: Mastering XSS, CSRF, and CORS Defenses

https://blog.snehasish.dev/mastering-javascript-security-practices-xss-csrf-cors

Hashnode - javascript (Javascript)

Greetings, fellow developers! In our hands lies the power to craft incredible web applications using JavaScript, a language that has long established its dominance in the realm of web development. Yet, with great power comes great responsibility, and...


32: FrontEnd FrameWorks

https://amanmishra.hashnode.dev/frontend-frameworks

Hashnode - javascript (Javascript)

Title: Exploring Front-end Frameworks: A Comparative Analysis of React, Angular, and Vue.js Introduction: Front-end frameworks have revolutionized web development by providing developers with powerful tools and abstractions to build dynamic and inter...


33: Git Add: A Complete Guide to Managing Changes in Git

https://codingtute.com/git-add/

codingtute.com (Développement)

Git, a powerful version control system, allows developers to track and manage changes to their codebase effectively. Among the essential Git commands, git add plays a pivotal role in preparing changes for the next commit. In this article, we’ll delve into the depths of the git add command, exploring its purpose, usage, variations, and best […] The post Git Add: A Complete Guide to Mana [...]


34: Top 14 Common code bug and fix in react with examples - 2023

https://lakshmananarumugam.com/top-14-common-code-bug-and-fix-in-react-with-examples-2023

Hashnode - javascript (Javascript)

Introduction: React has gained immense popularity among web developers due to its component-based architecture, virtual DOM, and efficient rendering. However, as with any technology, React is not without its challenges. In this blog post, we will add...


35: Day 46 of 100daysofjs

https://arpanmukherjee.hashnode.dev/day-46-of-100daysofjs

Hashnode - javascript (Javascript)

In this lesson, we'll discuss addEventListener() and removeEventListener(), which are used to assign and remove event handlers, respectively. Consider the following HTML code: Lesson 48


36: Do you think about JS as you should'

https://lennyaiko.hashnode.dev/do-you-think-about-js-as-you-should

Hashnode - javascript (Javascript)

JavaScript, like so many other languages out there, comes with a mindset. Your perspective towards JS will determine your direction and how well you understand it. Here are 3 quotes 'I am not content, nor should you be, with stopping once something j...


37: Introduction to Data Structures and Algorithms: Understanding Essential Concepts and Performance Analysis

https://devlifes.hashnode.dev/introduction-to-data-structures-and-algorithms-understanding-essential-concepts-and-performance-analysis

Hashnode - python (python)

Introduction: Data structures and algorithms are the backbone of efficient and effective software development. They provide the foundation for organizing and manipulating data, enabling us to solve complex problems. In this article, we will explore e...


38: Using React Hooks useState and useEffect to Set a State Variable Upon Entry into Application

https://nomadlyfe.hashnode.dev/using-react-hooks-usestate-and-useeffect-to-set-a-state-variable-upon-entry-into-application

Hashnode - javascript (Javascript)

Introduction React Hooks revolutionized the way we write reusable and stateful logic in React applications. Among the most commonly used hooks are useState and useEffect, which allow us to manage component state and perform side effects respectively....


39: How To Create Our Own DataTypes in Python(with OOPs)

https://yash-kathoke.hashnode.dev/how-to-create-our-own-datatypes-in-pythonwith-oops

Hashnode - python (python)

Prerequisites Crushed First of all, everything in Python is an object. >>Understanding Datatype in Python let us understand very basic datatype in Python i.e., int. num = 10 # Printing the type of integer variable num print(type(num)) #-----------...


40 / 89

40: A Guide: Understanding JavaScript Data Types.

https://yusufxcode.hashnode.dev/a-guide-understanding-javascript-data-types

Hashnode - javascript (Javascript)

Data types are the foundational blocks of any programming language upon which structures of codes are built. It's practically impossible to erect a structure of codes without understanding the basic data types needed at the foundation for the structu...


41: Comment gagner 1000 dollars par mois avec ChatGPT ' 

https://www.lebigdata.fr/gagner-1000-dollars-chatgpt

Le Big Data (dataviz)

ChatGPT : le compagnon intelligent pour gagner 1000 dollars mensuels. Découvrez les astuces pratiques pour monétiser votre utilisation de l’IA … Cet article Comment gagner 1000 dollars par mois avec ChatGPT '  a été publié sur LEBIGDATA.FR.


42: Docker-Compose Project

https://siddhipradamohapatro.hashnode.dev/docker-compose-project

Hashnode - javascript (Javascript)

Docker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. ...


43: Javascript course for beginner

https://futureenginetm.hashnode.dev/javascript-course-for-beginner

Hashnode - javascript (Javascript)

Hello world, this is javascript course for beginer level, it is soon coming


44: Beginners Hands-On With Git: The Most Awaited!

https://prakhar09.hashnode.dev/beginners-hands-on-with-git-the-most-awaited

Hashnode - javascript (Javascript)

Hello Folks, Welcome To The Fourth Blog Post From The Series Of Git & GitHub. As Promised I Will Deliver The Comprehensive Series On Git & GitHub, let us Get into the fourth part without any delay! Prerequisite For this blog : (Follow The Order, As P...


45: Fine-Tuning AI Models

https://pranavjoshi.hashnode.dev/fine-tuning-ai-models

Hashnode - python (python)

Understanding AI Models and Fine-Tuning Artificial Intelligence AI (Artificial Intelligence) focuses on the creation and development of intelligent machines that can perform tasks that would require human intelligence. AI has numerous applications ac...


46: 6 - Change of plan with the frontend approach

https://hellosambhavi.com/6-change-of-plan-with-the-frontend-approach

Hashnode - vuejs (Javascript)

In my previous post, I wrote about setting up the User module in Wobu. Backend work started to take good shape. After a while, I was at crossroads '. When I started developing Wobu, I wanted to focus on the backend first and decided to keep the fron...


47: How to create a digital Clock using HTML, CSS and Javascript'

https://keshavkumarhembram.hashnode.dev/how-to-create-a-digital-clock-using-html-css-and-javascript

Hashnode - javascript (Javascript)

Table of Contents Introduction Final Result Let's start building Clock Creating HTML document Using Date object for getting time We have a date now but we have to show it to the normal user using DOM Final Javascript Code Styling clock Conclusion ...


48: Notes from a course that helped me integrate django and Vue

https://hellosambhavi.com/notes-from-a-course-that-helped-me-integrate-django-and-vue

Hashnode - vuejs (Javascript)

Introduction In one of the projects that I'm working on, there was a need to integrate django and Vue. There are a lot of articles, blog posts and courses on integrating both. Most of them use the strict frontend and backend approach i.e. Vue takes c...


49: Pick Function Refactoring & Property Management

https://mehediimun.hashnode.dev/pick-function-refactoring-property-management

Hashnode - javascript (Javascript)

''' ''' '''' ' ''''' '' '''' Object ''' Keys '' ''' ''''' ''' ''''''' '''' ''''''''' ''''''''' '''''' ''' '''' '''' '' ''''''' '''' ''''''' '''' ''''''''' '''''' ''' ''' '''''''''' ''''''' ''' '''' '''' ''''''' ''' '''' ''''''' '' ''''''' ''' ''''' '...


50 / 89

50: Phone Number Hint API in Jetpack Compose

https://sagar0-0.hashnode.dev/phone-number-hint-api-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

The Phone Number Hint API is a part of the Google Play services library and uses a PendingIntent to initiate the flow. This means that the user is presented with a UI that lists all of their SIM-based phone numbers. The user can then select the phone...


51: Getting Started with JavaScript: A Beginner's Guide

https://ayoolaayodele.hashnode.dev/getting-started-with-javascript-a-beginners-guide

Hashnode - javascript (Javascript)

Introduction:JavaScript is a popular programming language that powers the interactivity and dynamic features of websites. Whether you're a web developer or just starting your coding journey, learning JavaScript is a great way to enhance your skills. ...


52: Simplifying Data Extraction from PowerPoint Presentations with Python

https://snehasish.dev/simplifying-data-extraction-from-powerpoint-presentations-with-python

Hashnode - python (python)

Ever found yourself stuck with a PowerPoint presentation full of tables brimming with vital data' You might have tried manually copying the data from these tables, only to find the process tedious, time-consuming, and not to mention, prone to mistake...


53: Simplifying Data Extraction from PowerPoint Presentations with Python

https://blog.snehasish.dev/simplifying-data-extraction-from-powerpoint-presentations-with-python

Hashnode - python (python)

Ever found yourself stuck with a PowerPoint presentation full of tables brimming with vital data' You might have tried manually copying the data from these tables, only to find the process tedious, time-consuming, and not to mention, prone to mistake...


54: Simplifying Data Extraction from PowerPoint Presentations with Python

https://blog.snehasishnayak.com/simplifying-data-extraction-from-powerpoint-presentations-with-python

Hashnode - python (python)

Ever found yourself stuck with a PowerPoint presentation full of tables brimming with vital data' You might have tried manually copying the data from these tables, only to find the process tedious, time-consuming, and not to mention, prone to mistake...


55: An Introduction to React

https://maanav.hashnode.dev/an-introduction-to-react

Hashnode - javascript (Javascript)

What is React' React is a javascript library created by Jordan Walke, a software engineer at Facebook, in 2013. It is used for building user interfaces and web applications efficiently with significantly less code than you would with vanilla Javascri...


56: Building an all-encompassing package for openrouteservice API in Flutter and Dart

https://dhi13man.hashnode.dev/flutter-dart-package-for-openrouteservice-api

Hashnode - Flutter (Flutter)

Introduction As a Flutter developer, I was working on a project that required integration with openrouteservice API to generate a route between two coordinates. However, I realized that there was no convenient package available to integrate its servi...


57: Guide for Back-End Development with Node.js

https://omkarbhosale.hashnode.dev/guide-for-back-end-development-with-nodejs

Hashnode - javascript (Javascript)

Here's a complete roadmap for back-end development in Node.js: JavaScript Fundamentals: Start by gaining a strong understanding of JavaScript, as Node.js is built on it. Learn about variables, data types, functions, objects, arrays, and control flow....


58: What is HTMX' The Next Big Thing in Web Development'

https://programmingfire.com/what-is-htmx-the-next-big-thing-in-web-development

Hashnode - javascript (Javascript)

Introduction In the ever-evolving world of web development, new technologies and frameworks emerge constantly, aiming to simplify development and enhance user experiences. One such technology gaining attention is HTMX. HTMX, also known as Hypertext M...


59: Unleashing JavaScript Power in Server-side Development: The Magic of Node.js

https://snehasish.dev/unleashing-javascript-power-server-side-development-nodejs

Hashnode - javascript (Javascript)

JavaScript, once a humble client-side scripting language, has risen to become one of the most prominent languages in the web development sphere. Its ability to handle complex, dynamic, and interactive web elements gave birth to its popularity. Howeve...


60 / 89

60: Dix ans après, le club français d'e-sport Vitality reste leader

https://www.usine-digitale.fr/editorial/dix-ans-apres-le-club-francais-d-e-sport-vitality-reste-leader.N2149087

L'usine-digitale (Informatique)

Bien déterminé à poursuivre sa course en tête, dans un marché de l'e-sport en difficulté, Vitality veut se concentrer sur ses supporters et une poignée de titre compétitifs majeurs.


61: Understanding Next.js routeChangeStart and router events

https://elijahtrillionz.com/understanding-nextjs-routechangestart-and-router-events

Hashnode - javascript (Javascript)

One of the many features of modern, full-stack React frameworks like Next.js is an impressive built-in routing system. While React is great for single-page applications on its own, we can use it with frameworks like Next.js to build complex multi-pag...


62: La Robocup, une compétition mondiale où les connaissances sont partagées pour faire progresser la filière

https://www.usine-digitale.fr/article/la-robocup-une-competition-mondiale-ou-les-connaissances-sont-partagees-pour-faire-progresser-la-filiere.N2151187

L'usine-digitale (Informatique)

25 000 compétiteurs venus de 45 pays s'affrontent actuellement à Bordeaux où se tient, jusqu'à ce dimanche 10 juillet, la Robocup. Plus qu'une compétition de football, cet événement mondial de robotique et d'intelligence artificielle est l'occasion de partager des technologies et de les faire monter en puissance.


63: Breaking Boundaries: HTMX Redefines Client-Server Communication

https://kanurkarprateek.hashnode.dev/breaking-boundaries-htmx-redefines-client-server-communication

Hashnode - javascript (Javascript)

Introduction Web development has evolved rapidly over the years, with new frameworks and libraries emerging constantly. However, sometimes the most effective solutions can be found in the simplicity of traditional web technologies. HTMX is a JavaScri...


64: Mastering the Art of ESM and CJS Package Handling

https://blog.okikio.dev/mastering-the-art-of-esm-and-cjs-package-handling

Hashnode - javascript (Javascript)

Greetings, fellow devs and bundlejs aficionados! ' I was closing out some long lived issues over on bundlejs, when issue #50 reminded me of the ongoing debate about how bundlejs should handle the ESM and CJS packages. Lightbulbs flickered, coffee wa...


65: IA générative : évolution, révolution' ou dégénération '

https://www.meta-media.fr/2023/07/08/ia-generative-evolution-revolution-ou-degeneration.html

Meta Media (Internet)

Un spectre hante le monde ' il s'appelle ChatGPT. Ce bot polyglotte, surgi en novembre 2022, et sa technologie, sont les meneurs d'une disruption aussi importante que l'apparition de la machine à vapeur, des ordinateurs personnels et des smartphones. L'Intelligence Artificielle (IA) générative, puisqu'il s'agit d'elle, a de loin pris... The post IA générative : évolution, révolution' ou dé [...]


66: Beyond the Surface: Delving into the Intricacies of JavaScript Objects.

https://azharibraheem.hashnode.dev/beyond-the-surface-delving-into-the-intricacies-of-javascript-objects

Hashnode - javascript (Javascript)

JavaScript is a versatile programming language that empowers developers to create dynamic and interactive web applications. At the heart of JavaScript lies the concept of objects, which play a fundamental role in representing and manipulating data. U...


67: JavaScript Function Expression: What, Why, and How

https://salmon.hashnode.dev/javascript-function-expression-what-why-and-how

Hashnode - javascript (Javascript)

Functions are one of the most fundamental and powerful features of JavaScript. They allow you to define reusable blocks of code that can perform specific tasks and return values. However, did you know that there are different ways of creating functio...


68: An Introduction to the Open-Source Server Environment

https://howtodoindev.hashnode.dev/an-introduction-to-the-open-source-server-environment

Hashnode - javascript (Javascript)

Node.js is a powerful and versatile open-source server environment that has gained significant popularity in the world of web development. With its wide range of features and capabilities, Node.js has revolutionized server-side programming and empowe...


69: Hoisting in JavaScript

https://sanil.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

Did you know that JavaScript allocates memory to all variables and functions first, even before executing the code' Yes, that's true. And this results in a phenomenon called "hoisting" in JavaScript. Hoisting is a javascript mechanism where variables...


70 / 89

70: Python Numbers: A Comprehensive Guide to Numeric Data Types and Mathematical Operations

https://codinginsights.tech/python-numbers-a-comprehensive-guide-to-numeric-data-types-and-mathematical-operations

Hashnode - python (python)

Introduction Greetings, dear readers! We're glad to have you back for another exciting installment of our Python series. In our previous articles, we explored Python syntax, comments, variables, data types, operators, and loops. If you haven't read t...


71: Creating your Chrome Extension: A Step-by-step Guide

https://abhiwritescode.hashnode.dev/creating-your-chrome-extension-a-step-by-step-guide

Hashnode - javascript (Javascript)

if I ask you one question, have you ever used Grammarly or an Ad Blocker while browsing Chrome or for instance any browser like Firefox or Edge' Your answer would be yes, And what are they' They are called Extensions. So in this blog, I will guide yo...


72: React And Node.js Integration: Step By Step Guide - A New Youtube Video

https://blog.yogeshchavan.dev/react-and-nodejs-integration-step-by-step-guide-a-new-youtube-video

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=0zatGzwgvsw&list=PLSJnlFr3D-mEn4JLpA4F7UCAX_e5Nmx3q&index=15 I got a lot of requests for a youtube video showing how to connect React with Node.js Express APIs. So finally it's here. In this video, you will learn: ' ...


73: How to Prevent Unnecessary React Component Re-Rendering

https://femitosin.hashnode.dev/how-to-prevent-unnecessary-react-component-re-rendering-cljtl2omd000e09lg3g2c038m

Hashnode - javascript (Javascript)

Understanding how React renders components is essential for building efficient and performant applications. When a component's state or props change, React automatically updates the User Interface(UI) to reflect those changes. As a result, React call...


74: Liens vagabonds : Meta, Twitter et Threads, la guerre est déclarée

https://www.meta-media.fr/2023/07/08/liens-vagabonds-meta-twitter-et-threads-la-guerre-est-declaree.html

Meta Media (Internet)

Twitter dans la tourmente - Difficile de suivre l'actualité de Twitter tant elle est chaotique. Samedi 1er juillet, Elon Musk annonçait restreindre la lecture de tweets - 10 000 messages par jour pour les comptes vérifiés, 600 pour les utilisateurs non vérifiés et 500 pour les nouveaux comptes non vérifiés.... The post Liens vagabonds : Meta, Twitter et Threads, la guerre est déclarée fi [...]


75: How do functions work in JavaScript & Variable Environment'

https://lovishduggal.hashnode.dev/how-do-functions-work-in-javascript-variable-environment

Hashnode - javascript (Javascript)

Guess what is the output of the program' 1 var x = 10; 2 a(); 3 b(); 4 console.log(x); 5 function a() { 6 var x = 100; 7 console.log(x); 8 } 9 function b() { 10 var x = 1000; 11 console.log(x); 12 } Output is: 100 1000 10 Why do we ...


76: Redis Unraveled: Exploring the Power of Redis for Use Cases in Python

https://nikhilakki.in/redis-unraveled-exploring-the-power-of-redis-for-use-cases-in-python

Hashnode - python (python)

Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker. It stands for "Remote Dictionary Server." Redis is known for its speed, simplicity, and versatility, and it is often used as a key-valu...


77: JavaScript: Inserting Special Characters (and Emojis) in the Strings

https://blog.nirmites.com/javascript-inserting-special-characters-and-emojis-in-the-strings

Hashnode - javascript (Javascript)

Well, this time, we'll go beyond the book. We want to insert a special character into the JavaScript String. Below is the code, and some explanation after that. const someText = "Copyright Sign: u00A9"; console.log(someText); // Copyright © Alrigh...


78: Day-1 Topic-2 Evolution of ECMAScript

https://howtodoindev.hashnode.dev/day-1-topic-2-evolution-of-ecmascript

Hashnode - javascript (Javascript)

The Evolution of ECMAScript: From ES1 to ES2015 ECMAScript, the standardized specification of JavaScript, has witnessed a remarkable journey of development and growth. Let's delve into the different versions of ECMAScript, exploring their significanc...


79: Day-1 Topic-1 History of Javascript

https://howtodoindev.hashnode.dev/day-1-topic-1-history-of-javascript

Hashnode - javascript (Javascript)

The Fascinating Journey of JavaScript: From Mocha to JavaScript In the world of web development, JavaScript reigns supreme. This versatile programming language has evolved over time, capturing the hearts of developers worldwide. Let's take a captivat...


80 / 89

80: Tech Chronicles: Conquer Memory Monsters with Python's Yield in Large Directory Processing

https://r3-n.com/tech-chronicles-conquer-memory-monsters-with-pythons-yield-in-large-directory-processing

Hashnode - python (python)

In today's data-driven world, handling large directory structures containing numerous files and subdirectories is a common challenge. Whether you're working with massive datasets, organizing files, or performing resource-intensive operations, optimiz...


81: Day - 13 DevOps challenge

https://prabirmahatha.hashnode.dev/day-13-devops-challenge

Hashnode - python (python)

'' What is Python' Python is a versatile programming language widely used in computer engineering. It offers a simple and readable syntax, making it beginner-friendly and efficient for rapid prototyping. Python supports various paradigms, including o...


82: State Management in Vue 3

https://icarusgk.hashnode.dev/state-management-in-vue-3

Hashnode - vuejs (Javascript)

In Vue 3, you can declare reactive state with the ref() function. First of all, what is reactive state' ' Reactive state is a special type of state that automatically updates the UI when underlying data changes. But, why can't we just use normal mut...


83: Synchronous vs Asynchronous

https://sanil.hashnode.dev/synchronous-vs-asynchronous

Hashnode - javascript (Javascript)

First we start, "What is javascript'" JavaScript is a single-threaded, non-blocking, asynchronous, concurrent programming language with lots of flexibility. Hold on did it say single-threaded and asynchronous at the same time' If you understand what ...


84: 5 façons dont l'IA peut détruire le monde, et tous nous tuer en une seconde

https://www.lebigdata.fr/5-facons-ia-detruire-monde-2

Le Big Data (dataviz)

Les experts frissonnent face à une réalité terrifiante : l’IA peut-elle être notre propre bourreau et détruire le monde ' … Cet article 5 façons dont l'IA peut détruire le monde, et tous nous tuer en une seconde a été publié sur LEBIGDATA.FR.


85: Controlled components vs. Uncontrolled components

https://chrisabuga.com/controlled-components-vs-uncontrolled-components

Hashnode - javascript (Javascript)

Introduction This reading will teach you how to work with uncontrolled inputs in React and the advantages of controlled inputs via state design. You will also learn when to choose controlled or uncontrolled inputs and the features each option support...


86: Creating a BLOB from a Base64 string in JavaScript

https://igbinobaebenezer.hashnode.dev/creating-a-blob-from-a-base64-string-in-javascript

Hashnode - javascript (Javascript)

As a software developer, you might encounter a circumstance where you need to translate a Base64 string into a JavaScript BLOB. This can come in handy in a variety of circumstances, such as when you need to store a file or an image in a database. In ...


87: Vintage Viz: The World's Rivers and Lakes, Organized Neatly

https://www.visualcapitalist.com/vintage-visualization-of-the-worlds-lakes-and-rivers/

Visual Capitalist (dataviz)

Rivers and lakes have played important roles throughout history. This Vintage Viz looks at these bodies of water from the viewpoint of 1850. The post Vintage Viz: The World’s Rivers and Lakes, Organized Neatly appeared first on Visual Capitalist.


88: Python Data Structures: Lists, Tuples, Sets, and Dictionaries

https://modupegiwa.hashnode.dev/python-data-structures-lists-tuples-sets-and-dictionaries

Hashnode - python (python)

Introduction Data structures are used to organize and store data in a particular way, making it efficient to access, manipulate, and manage the data. Python provides a rich set of data structures that allow developers to efficiently store and manipul...




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