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

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


21 Mai 2023 (59)

1: Data Science Unveiled: Taking the First Steps into a World of Insights

https://ayanidris.hashnode.dev/data-science-unveiled-taking-the-first-steps-into-a-world-of-insights

Hashnode - python (python)

Introduction: Welcome to the first blog post of our series, "Exploring Data Science with Ayan." Thank you for joining us on this exciting journey as we dive into the fascinating world of data science. Today, we will delve into the distinctions betwee...


2: From JavaScript to Go

https://ytsruh.hashnode.dev/from-javascript-to-go

Hashnode - javascript (Javascript)

Years ago I started programming in PHP - I hated it. I don't mean to dunk on PHP, I know lots of people use it & love it but it was not for me. A few years later I started again and went the route of JavaScript, I loved it and was quickly building bo...


3: Data Cleaning and Preprocessing in Python: A Practical Guide

https://isaacwrites.hashnode.dev/data-cleaning-and-preprocessing-in-python-a-practical-guide

Hashnode - python (python)

INTRODUCTION In today's data-driven world, clean and well-preprocessed data is the foundation for accurate analysis and reliable machine learning models. Data cleaning and preprocessing are essential steps in any data analysis pipeline, ensuring that...


4: Exploring JavaScript Prototype Inheritance

https://victoriacheng15.hashnode.dev/exploring-javascript-prototype-inheritance

Hashnode - javascript (Javascript)

What is prototype inheritance' Prototype inheritance is a mechanism for object-oriented programming that allows objects to inherit properties and methods from other objects. In prototypal inheritance, each object has an internal link to another objec...


5: Introducing ts-react-kit: A Comprehensive Boilerplate for Building Modern React Apps with TypeScript ''

https://frontend-backend.hashnode.dev/introducing-ts-react-kit-a-comprehensive-boilerplate-for-building-modern-react-apps-with-typescript

Hashnode - javascript (Javascript)

ts-react-kit is a comprehensive boilerplate that comes pre-configured with popular tools and libraries such as Tailwind, ESLint, Prettier, lint-staged, Jest, and React Testing Library, allowing you to build high-quality applications right from the st...


6: Getting Started with Python

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

Hashnode - python (python)

Python Introduction Python is a general-purpose interpreted, interactive, object-oriented and high-level programming language. Python was developed by Guido Van Rossum in 1989 while working at National Research Institute in the Netherlands. Where...


7: Javascript is replacing your $400 scanner

https://colonelparrot.hashnode.dev/javascript-is-replacing-your-400-scanner

Hashnode - javascript (Javascript)

We now live in an age where you no longer need to buy a $400 printer to scan documents. Tools like Adobe Scan and CamScanner allow you to do it straight from your phone! Web developers are constantly pushing the limits of what can be accomplished on ...


8: Smartphones : cette technique toute simple trompe la reconnaissance faciale

https://www.lebigdata.fr/reconnaissance-faciale-smartphones

Le Big Data (dataviz)

Alors que la reconnaissance faciale était supposée mieux sécuriser votre smartphone, il semblerait que ce système d'authentification biométrique ne soit … Cet article Smartphones : cette technique toute simple trompe la reconnaissance faciale a été publié sur LEBIGDATA.FR.


9: Understanding React Hooks

https://chrisabuga.com/understanding-react-hooks

Hashnode - javascript (Javascript)

React Hooks has changed how developers write functional components in React, introducing a more accessible and intuitive approach to managing state and side effects. Introduced in React 16.8, React hooks allow developers to use state and other React ...


10 / 59

10: How to Build an AI-Powered Game Bot with PyTorch'and EfficientNet

https://akshayballal.hashnode.dev/how-to-build-an-ai-powered-game-bot-with-pytorchand-efficientnet

Hashnode - python (python)

Introduction Are you new to the world of Artificial Intelligence and looking for a fun project to get started' Look no further! This blog will guide you through the creation of an AI model that can play the popular Chrome Dino Game using PyTorch and ...


11: React vs. Vue

https://kamilapreetisamuel.hashnode.dev/react-vs-vue

Hashnode - vuejs (Javascript)

React: Definition: React is a declarative, efficient, flexible, open-source JavaScript library for building reusable UI components. History: It was created by Jordan Walke, a software engineer at Facebook. React was initially developed and maintain...


12: Get Started with React

https://annu96.hashnode.dev/get-started-with-react

Hashnode - javascript (Javascript)

Intro to React React is a library to build single-page applications. It is maintained by Facebook(meta).Now, what does a single-page application mean' It means that our application runs without reloading the page again and again which gives a seamles...


13: 10 VS Code Extensions To Boost Your Productivity

https://www.rahulbagal.software/10-vs-code-extensions-to-boost-your-productivity

Hashnode - javascript (Javascript)

1. Live Server: Launch a local development server instantly. Live Server Extension VS Code's Live Server extension allows you to launch a local development server instantly, enabling you to see live changes in your web application without the need ...


14: How to zip files with WebPack 5

https://piterjov.hashnode.dev/how-to-zip-files-with-webpack-5

Hashnode - javascript (Javascript)

Have you ever come into a situation where you must copy some project files into a separate folder and zip them' Here's how I did it in my React project... Install dependencies As always you will need several dependencies. npm install --save zip-webpa...


15: Creating Flip Clock Countdown in React JS

https://anythingtech.dev/creating-flip-clock-countdown-in-react-js

Hashnode - javascript (Javascript)

Using Vite React Create a new Vite React: npm create vite@latest my-project -- --template react cd my-project This would create a new dev. environment for your project. Install the necessary dependencies: The installation of dependencies comes r...


16: Understanding Queues

https://harshamangena.hashnode.dev/understanding-queues

Hashnode - python (python)

Introduction Queues are fundamental data structures in computer science that play a crucial role in managing and organizing elements in a specific order. They follow the First-In-First-Out (FIFO) principle, meaning that the first element inserted in...


17: The Ultimate Web3 Learning Roadmap

https://web3daily.hashnode.dev/the-ultimate-web3-learning-roadmap

Hashnode - javascript (Javascript)

Web3 is a field that's expanding constantly and accommodating new professionals and developers every day, if you want to get started with Web3 this guide will show you help you get started. What is Web3' Chances are if you're reading this article, yo...


18: How to Setup and Add Google Analytics to Your React App

https://mdfaisal.hashnode.dev/how-to-setup-and-add-google-analytics-to-your-react-app

Hashnode - javascript (Javascript)

To read more articles like this, visit my blog In the current information age, every successful business needs to know about its customers and what they care about the most. and the easiest way of doing this is to track them when they visit your webs...


19: Everything NumPy - Arrays

https://kavirana.hashnode.dev/everything-numpy-arrays

Hashnode - python (python)

Welcome to this comprehensive guide on Numpy! Whether you're a beginner or looking to refresh your knowledge, this blog has got you covered. We'll explore the fundamental aspects of Numpy, including array attributes, creation methods, and powerful ar...


20 / 59

20: The NumPy Handbook

https://kavirana.hashnode.dev/the-numpy-handbook

Hashnode - python (python)

Welcome to this comprehensive guide on NumPy! Whether you're a beginner or looking to refresh your knowledge, this blog has got you covered. We'll explore the fundamental aspects of NumPy, including array attributes, creation methods, and powerful ar...


21: How does Javascript code executes'

https://sourabh221.hashnode.dev/how-does-javascript-code-executes

Hashnode - javascript (Javascript)

Javascript is considered as the language of the web. It has grown in popularity recently and is now one of the top choices by organisations for developing websites and web applications. Along with Javascript, we have a lot of packages provided throug...


22: Getting the Most Out of MLOps with ZenML: 3

https://farisology.com/getting-the-most-out-of-mlops-with-zenml-3

Hashnode - python (python)

Intro In the previous post, we have gone through deploying the ZenML server. The ZenML server is where we can view the dashboard and monitor our pipeline and previous runs with a nice visual graph representing the pipeline. Then we looked into using...


23: Why Flutter'

https://mubaracktahir.hashnode.com/why-flutter-clhxieb7c00030ajy90muclwp

Hashnode - Flutter (Flutter)

Flutter is a free and open-source UI toolkit developed by Google in 2018. It allows developers to build natively compiled applications for mobile, web, and desktop platforms using one programming language from a single codebase. Flutter achieves this...


24: how to run simulations in your browser.

https://dylanintech.hashnode.dev/how-to-run-simulations-in-your-browser

Hashnode - python (python)

hey everyone ' so i built this app that lets you spin up simulations in your browser with no code. it's called simulacra labs. here's a quick demo: https://youtu.be/9M2Kyaf8fSA tbh it's pretty fun + easy to use. let me show you how. first ' go to t...


25: Mastering Spread and Rest Operators: A Comprehensive Guide to Their Differences in JavaScript"

https://fullstackwebdevtalks.hashnode.dev/mastering-spread-and-rest-operators-a-comprehensive-guide-to-their-differences-in-javascript

Hashnode - javascript (Javascript)

One of the most often asked topics in Javascript interviews is about the spread and rest operators, which may appear to be identical and interchangeable concepts. Both the rest and spread operators in JavaScript are represented by three dots (...). T...


26: How to implement DFS' | Techletter 27

https://prajwalhaniya.hashnode.dev/how-to-implement-dfs-techletter-27

Hashnode - javascript (Javascript)

PART 3 The DFS is implemented using stack. So let's first implement stack in JavaScript class Stack { constructor() { this.arr = []; } push(element) { this.arr.push(element); } pop() { if (this.arr.length...


27: Configurando o banco de dados MySQL no framework Django

https://blog.justcode.com.br/configurando-o-banco-de-dados-mysql-no-framework-django

Hashnode - python (python)

Hoje veremos como realizar a configuração do banco de dados MySQL utilizando-se o driver mysqlclient no framework web Django. ' Código testado no Django 4.2. ' O framework Django 4.2 suporta MySQL 8 ou superior. Dependências Ubuntu sudo apt inst...


28: Top 5 Websites To Get You Started as a Web Developer for Free.

https://devwithadex.hashnode.dev/top-5-websites-to-get-you-started-as-a-web-developer-for-free

Hashnode - javascript (Javascript)

Have you ever been interested in getting into the tech world as a Web developer, this is the perfect article for you. In this article, I'll be breaking down the top 5 websites to become a web developer based on my reviews and experience with these pl...


29: Choosing the Perfect Machine Learning Algorithm: A Step-by-Step Guide for Your Dataset

https://rhythmblogs.hashnode.dev/choosing-the-perfect-machine-learning-algorithm-a-step-by-step-guide-for-your-dataset

Hashnode - python (python)

Machine learning algorithms play a crucial role in solving complex problems and extracting insights from data. However, choosing the right algorithm for a specific dataset can be a challenging task. In this blog post, we will provide a detailed guide...


30 / 59

30: Code an EMI Loan Calculator (Beginners Guide)

https://abigirlmuchineripi.hashnode.dev/code-an-emi-loan-calculator-beginners-guide

Hashnode - javascript (Javascript)

Definition To ensure that we are all on the same page, I will start by defining the term loan. A loan is an amount of money that one party lends to another party with the consent of repayment at a specified interest rate and a given period in install...


31: JavaScript - Web Development Programming: D-001 | 2023

https://blog.ahangaraadil.com/javascript-web-development-programming-d-001-2023

Hashnode - javascript (Javascript)

A brief blog related to the introduction of Javascript. JavaScript is a coding language that makes websites fun and interactive. It's like a magic wand that brings web pages to life! With JavaScript, you can make games, create cool animations, and ...


32: Introduction to JavaScript: basic part 2

https://rishabh07r.hashnode.dev/introduction-to-javascript-basic-part-2

Hashnode - javascript (Javascript)

Hello, amazing people ', Welcome to the amazing world of JavaScript! ' In the first part, we learned about variables, data types, and Operators building the foundation for our coding journey. Now, let's take it up a notch and explore even more conc...


33: Node.Js with Livia || Caching In Node.Js: Optimizing Performance (Part I)

https://oputaolivia.hashnode.dev/caching-in-nodejs

Hashnode - javascript (Javascript)

Have you ever had a problem with your computer, and someone told you to fix it by clearing your browser cache or your DNS cache' ' Well in this article we would be looking at caches and in my next article we would be delving deep into implementing c...


34: Unlocking Secrets: Master the Art of Hiding Text Behind Photos with Python Steganography

https://hcodes.hashnode.dev/unlocking-secrets-master-the-art-of-hiding-text-behind-photos-with-python-steganography

Hashnode - python (python)

Introduction Steganography is the practice of hiding data within other data. This can be used for a variety of purposes, such as sending secret messages or protecting sensitive information. In the context of this blog post, we will be using steganogr...


35: Streamlining the Food Truck Experience: Harnessing the Power of Python for Your Website

https://boardwalkbites.hashnode.dev/streamlining-the-food-truck-experience-harnessing-the-power-of-python-for-your-website

Hashnode - python (python)

In today's digital age, a strong online presence is crucial for the success of any business, including food trucks. To stand out from the competition and provide a seamless customer experience, many food truck owners are turning to Python, a versatil...


36: A Detailed Guide on TypeScript Enum

https://refine.hashnode.dev/a-detailed-guide-on-typescript-enum

Hashnode - javascript (Javascript)

Author: Abdullah Numan Introduction Enums are constants based data structures that store a set of named constants grouped around a central theme or intent. In TypeScript, Enums are a feature that injects runtime JavaScript objects to an application ...


37: Day 2 of 100daysofjs

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

Hashnode - javascript (Javascript)

What is Syntex in JavaScript' Just like we follow some rules while speaking English (the grammar). We have some rules to follow while writing JavaScript programs. The set of these rules is called Syntex in Javascript. What is a variable' A variable i...


38: Merge k Sorted Lists - LeetCode

https://alkesh26.hashnode.dev/merge-k-sorted-lists-leetcode

Hashnode - javascript (Javascript)

Problem statement You are given an array of k linked-lists lists, each linked-list is sorted in ascending order. Merge all the linked-lists into one sorted linked-list and return it. Problem statement taken from: https://leetcode.com/problems/merge-k...


39: Logging with Python '

https://therollingambit.hashnode.dev/logging-with-python

Hashnode - python (python)

Logging can be beneficial if set up correctly. It can help developers to debug if something goes wrong in production. 1'' Here, we are gonna use the logging package in Python. import logging logging.basicConfig(level=logging.WARNING) # 5 levels of ...


40 / 59

40: Best TypeScript ORM just got better

https://alexblokh.hashnode.dev/best-typescript-orm-just-got-better

Hashnode - javascript (Javascript)

Well, the last 3 months were wild. We went public with Drizzle ORM and it gained quite some adoption. The first YouTube video about us came out and it blew through the roof. As of now, we sit on 5.6k GitHub stars and actively growing ' 3.4k develop...


41: My experience with Vue

https://blog.nicm42.co.uk/my-experience-with-vue

Hashnode - vuejs (Javascript)

I've done a a few projects using React and one using Svelte, so I though it was finally time to try Vue. Vue has a similar idea to both React and Svelte, so I at least had an idea of what I was doing. But it was different enough that sometimes I had ...


42: Shortest Bridge

https://leeting-lcs.hashnode.dev/shortest-bridge

Hashnode - python (python)

Problem Statement:- You are given an n x n binary matrix grid where 1 represents land and 0 represents water. An island is a 4-directionally connected group of 1's not connected to any other 1's. There are exactly two islands in grid. You may change ...


43: '''''' ''''' React

https://inprogress.hashnode.dev/react-basics

Hashnode - javascript (Javascript)

'' ' HTML, CSS, JavaScript' '''' ''''' '''' React ''''' ''''''''. ' '''' '' 1. JSX 2. Router 3. State 4. Props' '' ''' ''' '''' ''' '' '''' ' '''. Challenge Lessons Learned


44: Memoization in JavaScript: Boosting Performance with Caching

https://azay.hashnode.dev/memoization-in-javascript-boosting-performance-with-caching

Hashnode - javascript (Javascript)

Introduction In the world of JavaScript, optimizing performance is crucial, especially when dealing with complex and computationally intensive tasks. One powerful technique for achieving performance improvements is memoization. Memoization allows us ...


45: Extract Table from Html using BeautifulSoup

https://computercodingclass.hashnode.dev/extract-table-from-html-using-beautifulsoup

Hashnode - python (python)

#computercodingclass #python #scraping #coding #webscraping #programming https://youtu.be/LL6HZLy5afE


46: LeetCode Contest Solution

https://fareedatcp.hashnode.dev/leetcode-contest-solution

Hashnode - python (python)

Problem 1: 2696. Minimum String Length After Removing Substrings You are given a string s consisting only of uppercase English letters. You can apply some operations to this string where, in one operation, you can remove any occurrence of one of the...


47: Empowering Learning Communities: Building a Collaborative Platform for Skill Enhancement

https://howtodoindev.hashnode.dev/empowering-learning-communities-building-a-collaborative-platform-for-skill-enhancement

Hashnode - javascript (Javascript)

Building a Collaborative Learning Platform: Enhance Your Skills with Public Learning In today's fast-paced world, where continuous learning is the key to success, I recently had an idea that would encompass various topics, including front-end and bac...


48: Exploring Favicons: The Powerful Impact of a Small Icon

https://yuvrajshrirame.hashnode.dev/exploring-favicons-the-powerful-impact-of-a-small-icon

Hashnode - javascript (Javascript)

Introduction: In the vast landscape of the Internet, there exists a seemingly insignificant yet highly influential element known as the favicon. This tiny icon, typically measuring 16x16 or 32x32 pixels, holds great importance in web design and user ...


49: Introduction to ad hoc commands

https://mrdevops.hashnode.dev/introduction-to-ad-hoc-commands

Hashnode - javascript (Javascript)

An Ansible ad hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad hoc commands are quick and easy, but they are not reusable. So why learn about ad hoc commands' ad hoc commands demonstra...


50 / 59

50: Mastering Python Function Arguments: A Comprehensive Guide

https://neuronize.dev/mastering-python-function-arguments-a-comprehensive-guide

Hashnode - python (python)

Mastering Python function arguments is crucial for any programmer looking to elevate their skills in this versatile language. This comprehensive guide will walk you through the intricacies of parameters and arguments, their differences, and how to ef...


51: Data structures commonly used in Python

https://humanbot.hashnode.dev/data-structures-commonly-used-in-python

Hashnode - python (python)

Arrays: An array is a collection of elements of the same data type. Unlike lists, arrays have a fixed size, and their elements are of a specific data type. Arrays are provided by the array module in Python. import array my_array = array.array...


52: Day 110 of 365DaysOfCode: Google OAuth 2.0 Integration, useContext Hook, and Navigating Python Learning

https://arashjangali.com/day-110-of-365daysofcode-google-oauth-20-integration-usecontext-hook-and-navigating-python-learning

Hashnode - javascript (Javascript)

Hey everyone! It's Day 110 of #365DaysOfCode, and I've made great progress with Google OAuth 2.0 integration in my project. Today, I focused on the sign-up logic, ensuring a smooth experience for users. I realized that I might need to separate the si...


53: Use JavaScript running web app in the background

https://tp6gw94.hashnode.dev/use-javascript-running-web-app-in-the-background

Hashnode - javascript (Javascript)

'''''''''''''''''' User '''''''''''''''''''''''''' User''''''''''''''''' javscript ' Web APP '''''''' '''''''''''''''''''''''''''''''' Service worker '''' Page Visibility API '''''''''''''' Service worker '''''''(Mobile, Desktop)''''(Chrome, Firefox,...


54: Unleashing the Power of Recursion

https://alxzndr.hashnode.dev/unleashing-the-power-of-recursion

Hashnode - javascript (Javascript)

Introduction Welcome to the fascinating world of recursion, where the power of simplicity can transform complex problems into elegant solutions. In this article, we will embark on a practical journey that demystifies recursion and unveils its potenti...


55: The Number of Android to iPhone Switchers Is on the Rise Again

https://www.webpronews.com/the-number-of-android-to-iphone-switchers-is-on-the-rise-again/

WebProNews SEO (Développement)

WebProNews The Number of Android to iPhone Switchers Is on the Rise Again Android has an issue retaining users, with the number of users switching to the iPhone growing in recent years. The Number of Android to iPhone Switchers Is on the Rise Again Matt Milano


56: Javascript split, splice, join methods

https://dkm-blog.hashnode.dev/javascript-split-splice-join-methods

Hashnode - javascript (Javascript)

split(), splice(), join() javascript methods usage: The split() method splits a String object into an array of strings by separating the string into substrings. The splice() method changes the content of an array by removing existing elements and/or ...


57: Hands-Free Coding

https://www.joshwcomeau.com/blog/hands-free-coding/

Josh W Comeau (CSS / Javascript)

Earlier this year, I lost the ability to use a keyboard and mouse for extended periods. Fortunately, this wasn't as catastrophic as it sounds! This article chronicles my experience using adaptive tools like dictation and eye-tracking as my primary mechanisms for writing code.




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