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

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


29 Octobre 2023 (39)

1: Avoiding Common Python Traps

https://harshamangena.hashnode.dev/avoiding-common-python-traps

Hashnode - python (python)

Introduction Python is a fantastic tool that makes programming feel like a breeze. But sometimes, even the best of us can fall into little traps that make our code slower or take up more space than necessary. In this guide, we'll walk through some co...


2: An App Better than Pomodoro' Maintain Flow with SvelteKit.

https://cs310.hashnode.dev/an-app-better-than-pomodoro-maintain-flow-with-sveltekit

Hashnode - javascript (Javascript)

Introduction Hello everyone. In this article, I will show you how to build a "Flowmodoro" app using SvelteKit. What is Flowmodoro' Flow + modoro (i.e. pomodoro) =Flowmodoro And so, "Flowmodoro" is Pomodoro, but better suited to maintain the flow sta...


3: Entendendo Funções Callable em Python

https://blog.rsviana.com.br/callable-python

Hashnode - python (python)

Python é uma linguagem de programação versátil que oferece muitos recursos e funcionalidades poderosas. Uma das características interessantes da linguagem é a capacidade de tratar funções como objetos de primeira classe. Isso significa que as funções...


4: Python for Beginners: Reasons to Learn Python

https://datasciencejourney.com/python-for-beginners-reasons-to-learn-python

Hashnode - python (python)

Python, a widely used programming language, was created by Guido van Rossum and released in 1991. It is utilized in various fields, including data science, software development, mathematics, and system scripting. Why Python' Platform independent Si...


5: Track the visibility of a page using Javascript

https://rookiecoderlok.hashnode.dev/track-the-visibility-of-a-page-using-javascript

Hashnode - javascript (Javascript)

Introduction Ever wondered how platforms such as Netflix play a short clip of a movie when we are in the tab and stop playing it when we switch the tab' There are two ways to achieve the functionality 1) Using onblur and onfocus 2) Using page visibil...


6: Ransomware : Boeing sous la menace des pirates. Le compte à rebours est lancé !

https://www.lebigdata.fr/boeing-pirates

Le Big Data (dataviz)

Boeing, l’une des principales sociétés aérospatiales au monde, est actuellement sous la menace de hackers, connus pour leur efficacité impitoyable. … Cet article Ransomware : Boeing sous la menace des pirates. Le compte à rebours est lancé ! a été publié sur LEBIGDATA.FR.


7: Exploring the World of Car Rental Management: Building a Python Application - Part 7

https://bryanjames.hashnode.dev/exploring-the-world-of-car-rental-management-building-a-python-application-part-7

Hashnode - python (python)

Article 7: Designing the Database Schema Welcome back to our series on building a Python-based car rental management system. In Part 6, we discussed the importance of system design and architecture, which is the foundation of any software project. No...


8: Weekend Reading ' Happy "let's circle back after the holidays" season

https://labnotes.org/weekend-reading-happy-lets-circle-back-after-the-holidays-season/

Lab notes (Développement)

This week we tell jokes about programmers, return to COBOL, change traffic lights to blue, hear voices, discover embeddings, ride a tricycle from 1936, and sleep like a whale.


9: Micro Frontend with Webpack Module Federation

https://then.my.id/micro-frontend-with-webpack-module-federation

Hashnode - javascript (Javascript)

Many of us have heard of Microservice, an architecture pattern to break a big application backend service (monolith) into many small services. Each service handles a single concern of business domain or product functionality. As a result, we hope to ...


10 / 39

10: Javascript Destructure, Spread and Rest

https://then.my.id/javascript-destructure-spread-and-rest

Hashnode - javascript (Javascript)

Destructure, Spread, and Rest are three very useful features brought to us in JavaScript version ES6 (2015) and some enhancements in ES9(2018), which you might not find in many other programming languages. Those features make our life easier in acces...


11: Data types conversions in javascript

https://udayraj.sawant.com/data-types-conversions-in-javascript

Hashnode - javascript (Javascript)

Number conversions String to Number conversion When we want to convert a String to a number we use Number() function let goalsScored="4"; let goalsScoredInNum= Number(goalsScored) //Output: 4 //if we check type of goalsScoredInNum it will show ...


12: Python 3.10 Installation on the Ubuntu

https://7f.hashnode.dev/python-310-installation-on-the-ubuntu

Hashnode - python (python)

To install Python 3.10 on your Ubuntu system, you can follow these steps. Please note that the specific commands and package names may vary depending on your Ubuntu version and distribution. Update Package List: Open a terminal and ensure your pack...


13: Consuming APIs in React (With Code Examples)

https://www.catherinekiiru.com/consuming-apis-in-react-with-code-examples

Hashnode - javascript (Javascript)

Consuming and rendering data from APIs is akin to knowing how to write "hello world". It's a right of passage if you plan on building scalable software solutions. APIs are like the invisible heros that keep applications connected to one another. With...


14: LinkedIn Voyager API: The Ultimate Developer's Guide

https://blog.learnhub.africa/linkedin-voyager-api-the-ultimate-developers-guide

Hashnode - python (python)

LinkedIn has become the go-to platform for professional networking and opportunities. With over 722 million members, it offers a trove of data that can be invaluable for developers. The LinkedIn Voyager API is the latest evolution in LinkedIn's suite...


15: Javascript ES6+ Cheatsheet

https://then.my.id/javascript-es6-cheatsheet

Hashnode - javascript (Javascript)

If you just got into programming there would be so many javascript scripts or syntaxes that need to familiarize yourself with, below are the most common syntaxes which you would need to know to start. Conditional Statement iF - Else Statement let ...


16: Difference between Git and GitHub

https://chiragmanglik7.hashnode.dev/difference-between-git-and-github

Hashnode - python (python)

Git Git is a distributed version control system. It is a software tool that allows developers to track changes in their codebase and collaborate with others. Git is primarily a command-line tool, although there are graphical user interfaces (GUIs) ...


17: Essential Pandas Functions for Data Scientists (Part 1)

https://theengineerkid.hashnode.dev/essential-pandas-functions-for-data-scientists-part-1

Hashnode - python (python)

Introduction When it comes to Data Science, Pandas is the go-to library. If you are a Data Nerd, Pandas is something you should be using every day. Pandas is a powerful data analysis library for Python. It is used for data manipulation, data cleaning...


18: A Day to Remember: Cloud Native Day Pune 2023 Recap '

https://blog.prasadsuman.me/a-day-to-remember-cloud-native-day-pune-2023-recap

Hashnode - python (python)

Introduction: ' Just had the most incredible day at Cloud Native Day Pune 2023! ' This year's event exceeded all expectations, bringing together some of the brightest minds in the world of cloud-native tools, applications, and DevOps. The conferenc...


19: JavaScript Functions: The Ultimate Guide For Web Developers To Enhance Code Efficiency

https://aryansharma.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

Welcome to my other blog about this JavaScript Blog Course. You can find it here'' In this blog, we are going to learn JavaScript Switch Statements. What to wait' It is pretty often that sometimes, we need to perform a similar task in many places of...


20 / 39

20: L'échelle, sur une carte du monde

https://neocarto.hypotheses.org/20018

Neo Carto (dataviz)

Pourquoi est-il préférable de ne pas mettre d’échelle (géo)graphique sur une carte du monde ' Ce billet est une traduction en français et légèrement adaptée de l’expérimentation réalisée en anglais sur le sujet par Nicolas Lambert ; elle est par ailleurs accessible en version interactive ici Si l’ajout d’une barre d’échelle graphique sur les cartes est ess [...]


21: NorthCoders Week3 - Recursion & OOP

https://tommirfin.com/northcoders-week3-recursion-oop

Hashnode - javascript (Javascript)

class Northcoders{ constructor() { this.week3 = "fun" this.learned = "OOP & Recursion" this.project = "pokemon" } Week three at North Coders tackled two notoriously difficult concepts in Java Script. This week was a crescendo to last week's learning...


22: How To Create a Custom Hook to Handle Inputs in React

https://jebbs.hashnode.dev/how-to-create-a-custom-hook-to-handle-inputs-in-react-cf2ab177f70d

Hashnode - javascript (Javascript)

Introduction A common challenge for frontend developers is handling inputs and form validation. You have to set a lot of conditions to fulfil if you want solid validation logic. Quite rightly, there are a few tools that are helpful for handling forms...


23: Exploring FastAPI: A Brief Introduction and Background

https://devhubcommunity.hashnode.dev/exploring-fastapi-a-brief-introduction-and-background

Hashnode - python (python)

Background FastAPI is a modern web-based framework for building fast APIs in Python. Released in 2018, it is comparatively new to the field, but the ease of use, speed, and robustness made it popular among developers. It is built upon Starlette for t...


24: What is Python environment and how to use it'

https://fryblog.hashnode.dev/what-is-python-environment-and-how-to-use-it

Hashnode - python (python)

Introduction 3 years ago I started learning Python, and what made me stop learning it, were the issues I had with the virtual environment, Python interpreter, path errors and a lot of other problems I wasn't able to understand as I was starting learn...


25: Understanding React: The Heart of Modern Web Development

https://mahekunnisa.hashnode.dev/understanding-react-the-heart-of-modern-web-development

Hashnode - javascript (Javascript)

Introduction React is a JavaScript library that has revolutionized web development. Whether you're a beginner or an experienced developer, understanding React's core concepts is crucial. In this post, we'll explore the fundamentals, dive into the Vir...


26: A story about merge requests '

https://doublethink.hashnode.dev/a-story-about-merge-requests

Hashnode - python (python)

Imagine that two completely equal colleagues in terms of hierarchy and experience are dealing with a merge request (MR). Everything looks good, except for this piece of code that person B wrote (because they don't use Sourcery): # ... subnets = [] ...


27: The Reality of Learning to Code

https://tavette.hashnode.dev/the-reality-of-learning-to-code

Hashnode - javascript (Javascript)

If you're like me, you may have encountered blog posts, advertisements, emails, or social media posts touting the life-changing potential of learning to code and securing a job as a software developer. While these narratives certainly fuel excitement...


28: Understanding Typecasting in JavaScript

https://sdemanish.hashnode.dev/understanding-typecasting-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a dynamically-typed language, which means that variables are not bound to a specific data type at the time of declaration. This flexibility allows for a wide range of operations but can sometimes lead to unexpected results. Typecasting ...


29: Ces artistes remettent en question la sincérité des initiatives IA de Meta

https://www.lebigdata.fr/initiatives-ia-meta

Le Big Data (dataviz)

« Un formulaire de demande de suppression de données IA », c'est la nouvelle approche de Meta pour rassurer les … Cet article Ces artistes remettent en question la sincérité des initiatives IA de Meta a été publié sur LEBIGDATA.FR.


30 / 39

30: Building a Todo App with React Context

https://kashiblog.hashnode.dev/building-a-todo-app-with-react-context

Hashnode - javascript (Javascript)

For reference, my GitHub repository is also available, Extra: Tailwind CSS style, Vite Tool for reduced loading time. GitHub Link: https://github.com/prasadpatil1123/react/tree/main/todocontextLocal10 Introduction In the world of web development, Tod...


31: Nintendo Switch : ces 10 jeux valent une fortune ! Vous les avez à la maison '

https://www.lebigdata.fr/nintendo-switch-jeux-plus-chers

Le Big Data (dataviz)

Lorsque Nintendo a révélé la Nintendo Switch et ses jeux les plus rares, les réactions étaient empreintes d’excitation. Après l’expérience … Cet article Nintendo Switch : ces 10 jeux valent une fortune ! Vous les avez à la maison ' a été publié sur LEBIGDATA.FR.


32: Shutterstock AI : Le nouveau générateur d'images par IA

https://www.blogduwebdesign.com/blog/webdesign/shutterstock-ai-generateur-images-ia.html

blogduwebdesign (Design)

Hier, le 26 octobre 2023, Shutterstock a dévoilé ses dernières avancées en matière d'édition créative, propulsées par l'intelligence artificielle. Ces nouvelles fonctionnalités offrent une gamme infinie d'options pour affiner et sublimer les images présentes dans la vaste bibliothèque de haute qualité d [...]


33: Steam Deck : comment vider le cache de téléchargement ' Tutoriel

https://www.lebigdata.fr/vider-cache-steam-deck

Le Big Data (dataviz)

Si vous suivez ces étapes, vider le cache de téléchargement sur Steam Deck est une tâche simple. Nous vous fournissons … Cet article Steam Deck : comment vider le cache de téléchargement ' Tutoriel a été publié sur LEBIGDATA.FR.


34: A simple guide for working with dates in JavaScript | Techletter 47

https://prajwalhaniya.hashnode.dev/a-simple-guide-for-working-with-dates-in-javascript-techletter-47

Hashnode - javascript (Javascript)

JavaScript comes with a built-in date object. By default, new Date() creates an object corresponding to the current date and time. This will be created according to the current computer's system settings. const presentDate = new Date(); console.log(p...


35: Python with a Command Line Interface

https://listerfelt.hashnode.dev/python-with-a-command-line-interface

Hashnode - python (python)

Main Menu To start the cli.py file, we will add the main menu. #cli.py def main_menu(): print(''' ******************** Main Menu ******************** Select an option: g. List all genres v. List all movies r. Lis...


36: My Developer Journey with Python: From Novice to Ninja

https://techvillian.hashnode.dev/my-developer-journey-with-python-from-novice-to-ninja

Hashnode - python (python)

Introduction Amid the sea of code and algorithms in the peaceful hum of my first semester of university, there it was'a fragment that would alter the trajectory of my life. With its elegant simplicity, Python enticed me on a new journey, much like an...


37: Javascript Accessors in action '

https://blog.utkallabs.com/javascript-accessors-in-action

Hashnode - javascript (Javascript)

While discussing with my friends I came across one interesting question which excites me to create this blog entry. The question was, how the following conditions get satisfied to print the text in the console. How I solved it' ' Let's solve this w...


38: Création d'un Calculateur Simple en Python

https://njamaleddine.hashnode.dev/creation-dun-calculateur-simple-en-python

Hashnode - python (python)

Introduction : Dans ce blog, nous allons appliquer quelques concepts que j'ai abordé dans mes différents blogs postés précédement pour créer un calculateur simple en Python. Un calculateur est un excellent exemple d'application pratique de la program...


39: JS surprise: Array.every() always returns true for empty arrays (note)

https://www.stefanjudis.com/notes/array-every-always-returns-true-for-empty-arrays/

Stefan Judis (Développement)

JavaScript is always good for a surprise, isn't it' Nicholas C. Zakas published a discovery that made my head spin. Do you know the array method every' This is how MDN describes what it does: The every() method of Array instances tests whether all elements in the array pass the test implemented by the pro [...]




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