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

« Novembre 2023 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Samedi 18 Novembre 2023 (46)

1: AirBnB Clone- Part. 1: building the console. (introduction)

https://sammyoluwaseyi.hashnode.dev/airbnb-clone-part-1-building-the-console-introduction

Hashnode - python (python)

This is one of the major projects in the ALX Software Engineering program. It is the first web application that you will build as an ALX student. It involves the practical application of proficiency in the foundational concepts emphasized in the ALX ...


2: C'est fini ! ChatGPT Plus n'accepte plus d'abonnés : Quelle alternative '

https://www.lebigdata.fr/chatgpt-plus-nouveaux-abonnes

Le Big Data (dataviz)

ChatGPT Plus n'aura plus de nouveaux abonnés jusqu'à nouvel ordre. Sans le vouloir, OpenAI engendre un marché noir de comptes … Cet article C'est fini ! ChatGPT Plus n'accepte plus d'abonnés : Quelle alternative ' a été publié sur LEBIGDATA.FR.


3: Magic of Function Currying

https://ojaselawadhi.tech/magic-of-function-currying

Hashnode - javascript (Javascript)

Hey fellow code buddies! Today, let's chat about a cool thing called Function Currying. It's like having a super friend for your code, making it more flexible and fun. Imagine it as the superhero sidekick your code never knew it needed. Excited to le...


4: Pomodoro Timer | JavaScript Project

https://codingcss.hashnode.dev/pomodoro-timer-javascript-project

Hashnode - javascript (Javascript)

Introduction: In this tutorial, we will learn how to create a simple Pomodoro timer web application using HTML, CSS, and JavaScript. The application allows users to set focus time, short breaks, and long breaks, helping them manage their time effecti...


5: Complete Responsive Food / Restaurant Website Design Using HTML, CSS And JAVASCRIPT

https://codingcss.hashnode.dev/complete-responsive-food-restaurant-website-design-using-html-css-and-javascript

Hashnode - javascript (Javascript)

how to make complete responsive food / restaurant website design using html css and vanilla javascript. create a complete responsive online food website design template using html css and vanilla javascript step by step the main feature of this websi...


6: Day 14: Python Data Types and Data Structures for DevOps

https://veddevopsblog.hashnode.dev/day-14-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Welcome back, DevOps enthusiasts! ' Today, we're diving into the fascinating world of Python data types and data structures. Understanding these concepts is crucial for building robust and efficient programs. Data Types in Python In Python, everythi...


7: How to build an API for AI chat app using Upstash Redis as Database

https://harshpathak.hashnode.dev/how-to-build-an-api-for-ai-chat-app-using-upstash-redis-as-database

Hashnode - javascript (Javascript)

Since HTTP protocol is stateless, it is necessary to give persistent memory to maintain context of conversation. Otherwise, the context will be lost with each API call if you use OpenAI API directly. In this post, we'll build a simple AI assistant by...


8: « C'est digne de Big Brother » : la surveillance sur le Web dépasse ce qu'on imaginait

https://www.lebigdata.fr/surveillance-web

Le Big Data (dataviz)

Chaque fois que nous utilisons Internet, nous laissons une trace sur le Web : les sites visités, chaque élément cliqué … Cet article « C’est digne de Big Brother » : la surveillance sur le Web dépasse ce qu’on imaginait a été publié sur LEBIGDATA.FR.


9: From React to Next.js: A Transition Guide for Web Wizards

https://hackstone.hashnode.dev/from-react-to-nextjs-a-transition-guide-for-web-wizards

Hashnode - javascript (Javascript)

Problem with ReactJS Before this we need understand difference between Client Side Rendering(CSR) vs Server Side Rendering(SSR), below is pretty nice video explains the same. ' In nutshell, CSR(Client Side Rendering) shows an empty page before loa...


10 / 46

10: ' Day 13: Unleashing the Power of Python in the DevOps Odyssey

https://veddevopsblog.hashnode.dev/day-13-unleashing-the-power-of-python-in-the-devops-odyssey

Hashnode - python (python)

Hello Dosto! ' As we embark on a new chapter in our DevOps expedition, let's immerse ourselves in the foundational aspects of Python. Beyond being just a programming language, Python is a gateway to logic, creativity, and boundless possibilities ' a...


11: Styling in NextJS

https://sauravblog.hashnode.dev/styling-in-nextjs

Hashnode - javascript (Javascript)

NextJS has lots of stuff related to Styling, Here are the things we can use for styling CSS Modules Tailwind CSS-IN-JS SASS Let's see all one by one:- CSS Modules:- If you are a Vanilla CSS person, this is one of the best options for you, Nex...


12: Firebase Authentication with Flutter: Complete Guide for Beginners

https://www.allaboutflutter.com/firebase-authentication-with-flutter-complete-guide-for-beginners

Hashnode - Flutter (Flutter)

Firebase provides a set of tools that are generally implemented in the backend of any application and makes the task of developing applications very easy. We can authenticate, save data, images, and files, chat with people, and do machine-learning ta...


13: Flutter Firebase Tutorial - Getting Started

https://www.allaboutflutter.com/flutter-firebase-tutorial-getting-started

Hashnode - Flutter (Flutter)

Firebase is a backend service managed by Google and is hugely used by developing teams for fast and easy development removing the hassle of setting up and running their own servers. So in this article, we are going to learn to set up our flutter proj...


14: Django for Web Development

https://prakharalsoblogs.hashnode.dev/django-for-web-development

Hashnode - python (python)

Installing Django After installing Python, we can install django using this command pip install django Creating an environment How to run locally To run the project locally, first we have to change our directory to "mysite". We can do so by cd mysi...


15: How to train models'

https://adityashukla.hashnode.dev/how-to-train-model

Hashnode - python (python)

Prerequisites Basic knowledge of Python and how to install Python packages. Also, scroll down to part III if you are just not interested in theory and just want to dive into code. I. Introduction A brief overview of machine learning: Machine learning...


16: Understanding Node.js Error Handling: A Guide to Controller and Application-Level Strategies

https://kehindelawal-articles.hashnode.dev/understanding-nodejs-error-handling-a-guide-to-controller-and-application-level-strategies

Hashnode - javascript (Javascript)

Introduction Error handling is among the most essential skills a Node.js developer must possess without a doubt. Even though Error Handling is not peculiar to Node.js but it requires a special focus due to the natural pain points presented by the Jav...


17: Seamless Google Authentication with Firebase in Flutter: A Step-by-Step Guide

https://www.allaboutflutter.com/seamless-google-authentication-with-firebase-in-flutter-a-step-by-step-guide

Hashnode - Flutter (Flutter)

Ensuring secure authentication is crucial for any modern app. Google Authentication provides a widely trusted and user-friendly method to verify user identities. With the help of Firebase, a suite of cloud-based tools offered by Google, it's possible...


18: To Do List JavaScript | JavaScript Project

https://codingcss.hashnode.dev/to-do-list-javascript-javascript-project

Hashnode - javascript (Javascript)

Hey everyone. Welcome to this tutorial. In this tutorial, we will learn how to create a to-do list app with local storage. To build this app we need HTML, CSS and JavaScript. This is an intermediate-level JavaScript project. If you are looking for mo...


19: How to ignore a file or Directory with Live Server

https://techloop.hashnode.dev/how-to-ignore-a-file-or-directory-with-live-server

Hashnode - javascript (Javascript)

After spending hours moving event.preventDefault() around I read this on Stack Overflow link I quickly deleted Live Server v5.7.8 by Ritwick Deyand and tested the page without Live Server the weird refreshing was gone. It turns out the whole thing w...


20 / 46

20: La tablette de votre enfant est infestée de malwares espions, selon cette étude

https://www.lebigdata.fr/etude-malwares-espions

Le Big Data (dataviz)

Un chercheur a annoncé une nouvelle qui a bouleversé internet. Selon ce spécialiste, les tablettes pour enfants contiennent des malwares … Cet article La tablette de votre enfant est infestée de malwares espions, selon cette étude a été publié sur LEBIGDATA.FR.


21: Understanding package manager and systemctl

https://asadblog.hashnode.dev/understanding-package-manager-and-systemctl

Hashnode - javascript (Javascript)

What is a package manager in Linux' In Linux, a package manager is a tool that helps users install, update, configure, and remove software packages on their system. It automates the process of handling software dependencies, ensuring that required li...


22: Open / Closed Principle

https://howardphung.hashnode.dev/open-closed-principle

Hashnode - javascript (Javascript)

Hello folks, welcome back to the second article in the SOLID principles series. Make sure you're already going through the first principle in my last article. Not yet' Check it out! Here is the Link. Enough talk, let's get started now. Definition of...


23: Tree-shaking 101

https://danaciocan.com/tree-shaking-101

Hashnode - javascript (Javascript)

I spent a significant amount of time at work these last few months exploring tree-shaking and finding that it wasn't nearly as easy as I thought. We have been trying to build a simple UI library and wanted to get it to tree-shake to prevent consumers...


24: Liens vagabonds : Digital Markets Act, un bras de fer sans fin... et le départ de Sam Altman

https://www.meta-media.fr/2023/11/18/liens-vagabonds-digital-markets-act-un-bras-de-fer-sans-fin-et-le-depart-de-sam-altman.html

Meta Media (Internet)

TikTo et Meta contre DMA - Après l'avertissement adressé en octobre dernier à Meta et TikTok concernant la désinformation présente sur leurs plateformes dans le cadre du Digital Service Act (DSA), c'est au tour du Digital Markets Act (DMA) de devenir le foyer de contentieux. Les deux sociétés ont engagé des... The post Liens vagabonds : Digital Markets Act, un bras de fer sans fin... et l [...]


25: TikTok : le guide pour bien débuter sur l'application

https://www.blogdumoderateur.com/tiktok-guide-bien-debuter-application/

Blog du Moderateur ()

Découvrez ce qu'il faut savoir sur TikTok, le réseau social de ByteDance, avant de vous lancer !


26: Cette nouvelle IA YouTube vous permet de prendre la voix des stars

https://www.lebigdata.fr/ia-youtube-voix-stars

Le Big Data (dataviz)

L’ère numérique ne cesse de nous surprendre. La dernière nouveauté ' Une fonctionnalité IA révolutionnaire lancée par YouTube. Elle offre … Cet article Cette nouvelle IA YouTube vous permet de prendre la voix des stars a été publié sur LEBIGDATA.FR.


27: Building UI with Flutter

https://dilshan97.hashnode.dev/building-ui-with-flutter

Hashnode - Flutter (Flutter)

Flutter Widgets is a modern framework that is inspired by React JS. Flutter's central idea is that build UI out of the widgets. Widgets describe how their view should appear based on their current configurations and state. Upon a change in a widget's...


28: 13 Most Common JavaScript String Methods You Should Know About

https://shefali.dev/javascript-string-methods

Hashnode - javascript (Javascript)

In JavaScript, strings are sequences of characters. JavaScript provides a rich set of methods to manipulate and work with strings. In this post, I'll introduce you to the 13 most commonly used JavaScript string methods and their functionalities. Stri...


29: What Are While Loops ' Complete Guide

https://gamedevacademy.org/what-are-while-loops-complete-guide/

Game dev academy (Jeux)

Welcome to the journey into the fascinating world of programming! Today, we dive into one of the fundamental building blocks of writing code: while loops. Loops are like the heartbeat ... Read more


30 / 46

30: Error when publish app to chplay "at androidx.fragment.app.FragmentActivity.onStart(Unknown Source:20)"

https://saigon.agency/blog/error-when-publish-app-to-chplay-at-androidxfragmentappfragmentactivityonstartunknown-source20

Hashnode - Flutter (Flutter)

"at androidx.fragment.app.FragmentActivity.onStart(Unknown Source:20)" I checked wrong in path folder android. I forget rename 3 folder like such as package bundle id: net.st47.vietech It will show error "fragment.app.FragmentActivity.onStart"


31: What Are Lists In Programming ' Complete Guide

https://gamedevacademy.org/what-are-lists-in-programming-complete-guide/

Game dev academy (Jeux)

Welcome to an exciting journey through the world of programming! While the syntax of programming languages can be as diverse as the spoken word, certain concepts remain universal. One of ... Read more


32: What Are Interfaces In Programming ' Complete Guide

https://gamedevacademy.org/what-are-interfaces-in-programming-complete-guide/

Game dev academy (Jeux)

Interfaces in programming are like the blueprints for a house; they outline the structure and capabilities without getting into the nitty-gritty details of how everything is done. Similarly, interfaces in ... Read more


33: What Are Hashmaps ' Complete Guide

https://gamedevacademy.org/what-are-hashmaps-complete-guide/

Game dev academy (Jeux)

Have you ever played a game where you had to manage an inventory of items, like potions, weapons, and tools' Or perhaps you’ve managed a guest list for an event, ... Read more


34: What Are For Loops ' Complete Guide

https://gamedevacademy.org/what-are-for-loops-complete-guide/

Game dev academy (Jeux)

Looping through sequences, whether it’s numbers, characters or more elaborate structures, is a fundamental concept in programming that enables us to perform tasks repetitively and efficiently. If you’re just starting ... Read more


35: What Are Events In Programming ' Complete Guide

https://gamedevacademy.org/what-are-events-in-programming-complete-guide/

Game dev academy (Jeux)

Welcome to this exciting journey through the world of programming events! Whether you’re just dipping your toes in the vast ocean of code or you’ve been navigating its waters for ... Read more


36: What Are Comparison Operators ' Complete Guide

https://gamedevacademy.org/what-are-comparison-operators-complete-guide/

Game dev academy (Jeux)

Comparison operators are among the most fundamental concepts in programming, and learning to use them is a key step on your journey to becoming a versatile coder. These operators help ... Read more


37: What Are Assignment Operators ' Complete Guide

https://gamedevacademy.org/what-are-assignment-operators-complete-guide/

Game dev academy (Jeux)

Understanding the role of assignment operators in programming is like learning how to pass the baton in a relay race; it’s about transferring values into variables effectively and accurately. These ... Read more


38: What Are Access Modifiers ' Complete Guide

https://gamedevacademy.org/what-are-access-modifiers-complete-guide/

Game dev academy (Jeux)

Welcome to our exploration of access modifiers, a concept in programming that unlocks better control and protection for the data and functions within our code. If you’re crafting digital worlds ... Read more


39: What Is Selection Sort ' Complete Guide

https://gamedevacademy.org/what-is-selection-sort-complete-guide/

Game dev academy (Jeux)

Have you ever wondered how your favorite games and apps manage to organize scores or data so neatly every single time' Behind the scenes, sorting algorithms are hard at work. ... Read more


40 / 46

40: The Inner Workings of Web Browsers!

https://arindam1729.hashnode.dev/the-inner-workings-of-web-browsers

Hashnode - javascript (Javascript)

Introduction: We, Developers, use browsers almost every day! But Have you ever thought How the Browser internally works' How do they show pages from HTML, CSS, and Javascript' If you haven't! Don't worry! In this article we'll be exploring the intern...


41: Introduction blog : Sujal rana

https://sujalrana.hashnode.dev/introduction-blog-sujal-rana

Hashnode - javascript (Javascript)

Hey there, fellow tech enthusiasts! Welcome to my very first blog post on Hashnode,I am Sujal Rana(self taught software developer).I have dabbled in various technologies, including Python, Go,Rust,JavaScript,CSS,Cloud, little bit IOT ,Automation,Robo...


42: Mastering Loop Structures in Python : Unlocking the Full Potential of Iteration

https://alemsbaja.hashnode.dev/mastering-loop-structures-in-python-unlocking-the-full-potential-of-iteration

Hashnode - python (python)

In this article, we'll learn in-depth about conditional statements, the use of for, in, while, break, continue, and pass and their examples in Python programming language. Most applications if not all perform iteration through one or more variables w...


43: Sam Altman, CEO d'OpenAI, a été limogé par son conseil d'administration

https://www.usine-digitale.fr/article/sam-altman-ceo-d-openai-limoge-par-le-conseil-d-administration.N2196503

L'usine-digitale (Informatique)

Déflagration dans le petit monde de l'IA : Sam Altman, le très respecté CEO d'OpenAI, vient d'être licencié par le conseil d'administration. Ce dernier l'accuse de lui avoir dissimuler des informations. Greg Brockman, président et cofondateur de l'entreprise, a annoncé son départ dans la foulée.


44: DevOps Organizations Are Increasingly Turning to Alternate Cloud Providers

https://www.webpronews.com/devops-organizations-are-increasingly-turning-to-alternate-cloud-providers/

WebProNews SEO (Développement)

WebProNews DevOps Organizations Are Increasingly Turning to Alternate Cloud Providers A new report on the DevOps industry should be a concern for the top three cloud providers, showing that organizations are increasingly looking for alternate providers. DevOps Organizations Are Increasingly Turning to Alternate Cloud Providers Staff


45: A Statitically And Strongly Typed Compiled Programming Language Which Is A Superset Of JavaScript

https://pyfy.hashnode.dev/a-statitically-and-strongly-typed-compiled-programming-language-which-is-a-superset-of-javascript

Hashnode - javascript (Javascript)

Could someone please make such a language' People have made Codon, and now Mojo for Python. We need one for JavaScript. Oh, wait... Static Hermes (what a weird name) is out now. Well, Hermes had been around for some time it seems and now Static Herme...




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