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


8 Octobre 2023 (41)

1: The Art of Problem Solving with JavaScript: Unleashing the Versatility of a Web Dev Superpower

https://opini.hashnode.dev/the-art-of-problem-solving-with-javascript-unleashing-the-versatility-of-a-web-dev-superpower

Hashnode - javascript (Javascript)

When you hear "JavaScript," you might instinctively think of interactive web pages and dynamic web applications. And you wouldn't be wrong'JavaScript has indeed revolutionized web development. But there's a hidden gem within this versatile scripting ...


2: Discover Incredible Tricks with JavaScript

https://blog.jahid.me/discover-incredible-tricks-with-javascript

Hashnode - javascript (Javascript)

Within the scope of this article, you will be presented with some straightforward and impressive JavaScript techniques that will elevate the quality of your code. Tip 1: Combining multiple objects together. Consider you have three different objects: ...


3: Hello Neo!

https://clickzerone.hashnode.dev/hello-neo

Hashnode - javascript (Javascript)

When we starting javascript learn, find a wonderful page on Youtube which name is 30 days of javascript. Also we follow the document on Githup. I will share my first code experience. It is relevant h1 and h2 tag, button tag, alert, and under the body...


4: What is Strict Mode in JavaScript'

https://ekaterine-mitagvaria.hashnode.dev/what-is-strict-mode-in-javascript

Hashnode - javascript (Javascript)

Strict mode is a JavaScript feature that makes the interpreter more strict with JavaScript syntax reducing the likelihood of mistakes in your code. If you are not using a strict mode then you are in a sloppy mode. In this post, we are going to cover ...


5: Getting started with Flutter

https://dilshan97.hashnode.dev/getting-started-with-flutter

Hashnode - Flutter (Flutter)

History & Evolution Dive into modern app development, The Flutter is the newest free and open-source framework developed by Google for building super cool beautiful, natively compiled, and multi-platform applications from a single codebase. In May 20...


6: Practice your react skills throughout building a fun game

https://codewithamine.hashnode.dev/practice-your-react-skills-throughout-building-a-fun-game

Hashnode - javascript (Javascript)

Introduction : This article assumes that you have a basic knowledge of react. We will build a game for counting sheep, and we will use concepts like Context API and useState, useRef. Don't freak out if you are not familiar with these concepts I will ...


7: 30 Days of JAVASCRIPT 6/30

https://asifcodes.hashnode.dev/30-days-of-javascript-630

Hashnode - javascript (Javascript)

1.Array Data Structure Arrays are an essential data structure in JavaScript that allow us to store and manipulate multiple values in a single variable. They provide us with powerful methods and operations to work with collections of data. In this blo...


8: React - Local Storage 1

https://deepaksingh1301.hashnode.dev/react-local-storage-1

Hashnode - javascript (Javascript)

"I recently stumbled upon an intriguing website known as Reacterry, thanks to a deep Reddit discussion focused on React-related questions. Reacterry offers a well-structured learning path, starting from the basics and gradually advancing to more chal...


9: Simplifying User Authentication in Flutter: A Step-by-Step Guide with Interactive Example

https://harshvardhan082.hashnode.dev/simplifying-user-authentication-in-flutter-a-step-by-step-guide-with-interactive-example

Hashnode - Flutter (Flutter)

Authentication is a critical component of almost every mobile application, ensuring that users have secure access to their accounts. Implementing authentication in your Flutter app is essential, and Firebase provides a robust set of tools to make thi...


10 / 41

10: Separating'' Business Logic 'from UI Components '

https://mohamedzhioua.hashnode.dev/separating-business-logic-from-ui-components

Hashnode - javascript (Javascript)

Here is a small article highlighting the steps of separating business logic from UI in React, using the code you provided as an example: Steps to separate business logic from UI in React: Identify the business logic in your components. This includes...


11: Jailbreak Bing Chat : cette technique macabre permet de manipuler l'IA de Microsoft

https://www.lebigdata.fr/jailbreak-bing-chat

Le Big Data (dataviz)

L’utilisateur Denis Shiryaev a récemment réussi à faire un jailbreak de Bing Chat. Ce chatbot de Microsoft, similaire à ChatGPT, … Cet article Jailbreak Bing Chat : cette technique macabre permet de manipuler l'IA de Microsoft a été publié sur LEBIGDATA.FR.


12: Streamline Your Jupyter Notebooks: Simplify and Organise with the %run Magic Command

https://blog.ritaokonkwo.com/streamline-your-jupyter-notebooks-simplify-and-organise-with-the-run-magic-command

Hashnode - python (python)

In a previous article, I wrote about using the timeit magic command to measure the time efficiency of different operations. In this article, I will write about the run magic command and explain how it has helped me to organise my notebooks. While w...


13: Vos enfants reçoivent 5000 notifications par jour : dépêchez-vous d'intervenir

https://www.lebigdata.fr/enfants-5000-notifications-par-jour

Le Big Data (dataviz)

Un récent rapport portant sur l’utilisation des smartphones par les jeunes met en garde les parents contre un phénomène alarmant. … Cet article Vos enfants reçoivent 5000 notifications par jour : dépêchez-vous d'intervenir a été publié sur LEBIGDATA.FR.


14: How to Create and Integrate MySQL Database with the Flask App

https://teamgeek.geekpython.in/how-to-create-and-integrate-mysql-database-with-the-flask-app

Hashnode - python (python)

MySQL is a widely used open-source relational database known for its performance, reliability, and scalability. It is suitable for various types of software applications, including web applications, e-commerce platforms, and content management system...


15: Unveiling the Power of JavaScript Objects: A Real-World Guide

https://alishabhale.hashnode.dev/unveiling-the-power-of-javascript-objects-a-real-world-guide

Hashnode - javascript (Javascript)

Welcome to an exciting exploration of JavaScript objects, where we'll dive deep into the fascinating world of objects in JavaScript. In this blog post, we'll unravel their mysteries, explore their inner workings, and learn how to create and manipulat...


16: K-Pop : en Corée, l'IA remplace les popstars et les fans applaudissent

https://www.lebigdata.fr/k-pop-eternity-groupe-ia

Le Big Data (dataviz)

Dans le clip de leur tout dernier single intitulé « DTDTGMGN », les membres du groupe K-Pop Eternity se livrent … Cet article K-Pop : en Corée, l'IA remplace les popstars et les fans applaudissent a été publié sur LEBIGDATA.FR.


17: Ways of Importing a Module

https://code-11.hashnode.dev/ways-of-importing-a-module

Hashnode - python (python)

Importing the Entire Module: This imports the entire module, and you access its contents using the module name. import module_name Example: import math result = math.sqrt(16) Importing Specific Items from a Module: You can imp...


18: JavaScript Code Execution - Simplified

https://blogs.jaytillu.in/javascript-code-execution-simplified

Hashnode - javascript (Javascript)

JavaScript executes code in two phases: Memory Creation Phase (Variable Setup): This is where JavaScript gets ready to work. It sets up space in memory for things like variables and functions. Variables are prepared but don't have values yet; the...


19: A beginner's guide to Web Development

https://samarthhapse.hashnode.dev/a-beginners-guide-to-web-development

Hashnode - javascript (Javascript)

What is Web Development' Web development is the process of creating websites and web applications. It involves a combination of programming, design, and problem-solving skills to build functional and visually appealing online experiences. Web develop...


20 / 41

20: Types of Functions in Java Script

https://harikirankante.hashnode.dev/types-of-functions-in-java-script

Hashnode - javascript (Javascript)

Introduction JavaScript, the versatile language that powers much of the web, is celebrated for its ability to create dynamic and interactive web applications. At the heart of JavaScript's magic lies a fundamental building block: functions. Understand...


21: Azure Cognitive Search: Transforming Information into Insight

https://gathiira.hashnode.dev/azure-cognitive-search-transforming-information-into-insight

Hashnode - python (python)

What is Azure Cognitive Search SELECT pk, COUNT(*) FROM table GROUP BY pk HAVING COUNT(*) > 1. In today's digital age, organizations are flooded with vast amounts of data from diverse sources. Extracting meaningful insights from this data is a daunti...


22: Understanding the Stack Data Structure and Algorithms (LIFO) in JavaScript

https://dozzy.hashnode.dev/understanding-the-stack-data-structure-and-algorithms-lifo-in-javascript

Hashnode - javascript (Javascript)

Stacks are a fundamental data structure that follows the Last-In-First-Out (LIFO) principle. They are used to efficiently manage and manipulate data in various applications, such as function call tracking, expression evaluation, and more. In this art...


23: ChatGPT, mauvais détecteur de failles dans le code

https://www.lemondeinformatique.fr/actualites/lire-chatgpt-mauvais-detecteur-de-failles-dans-le-code-91755.html

Le monde informatique (Internet / Informatique)

L'IA générative - en particulier ChatGPT - ne devrait pas être considérée comme une ressource fiable pour détecter (...)


24: On sait enfin ce qui se cache à l'intérieur de la Lune ! Révélation des scientifiques

https://www.lebigdata.fr/interieu-lune

Le Big Data (dataviz)

Contrairement à la Terre (et à Vénus), la Lune manque d'activité tectonique et sa structure interne est donc bien préservée … Cet article On sait enfin ce qui se cache à l'intérieur de la Lune ! Révélation des scientifiques a été publié sur LEBIGDATA.FR.


25: State in React JS

https://saifur-rahman39.hashnode.dev/state-in-react-js

Hashnode - javascript (Javascript)

Becoming an expert in managing state in React is a valuable skill as state management is a fundamental concept in React development. State allows you to store and manage data within your React components, and it's crucial for building dynamic and int...


26: Implement custom for-each in JavaScript

https://fullstacksage.hashnode.dev/implement-custom-for-each-javascript

Hashnode - javascript (Javascript)

There are essentially two approaches to implementing a custom forEach function in JavaScript. The Primary Approach: In this fundamental approach, we create a function that accepts two parameters: an array and a callback function. Within this function...


27: Day 13 : Python For DevOps (Intro)

https://devab.hashnode.dev/day-13-python-for-devops-intro

Hashnode - python (python)

The Importance of Python in DevOps...' Python's flexibility and simplicity make it the ideal partner for DevOps. It functions as a Swiss Army knife for IT tasks, helping to automate monotonous tasks (just think of a task robot), offering a vast toolb...


28: Issue: Can Anyone Help Me With This Python Issue '

https://hrkhan.com/issue-can-anyone-help-me-with-this-python-issue

Hashnode - python (python)

I have created this PYTHON TIC-TAC-TOE PROJECT but the thing is - Whenever the program asks for "Choose a position from 1-9"; if the user by mistake, presses any alphabet or other key instead of a numerical value; it should display "Invalid Input", a...


29: Building a Tkinter GUI Application from Scratch

https://blog.learnhub.africa/building-a-tkinter-gui-application-from-scratch

Hashnode - python (python)

Tkinter is a powerful yet easy-to-use graphical user interface (GUI) toolkit that comes included with Python. It allows you to build desktop applications with Python GUIs quickly and intuitively. This step-by-step tutorial will build a complete Tkint...


30 / 41

30: Proxy Design Pattern In JavaScript

https://codechitra.hashnode.dev/proxy-design-pattern-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, a proxy is an object that allows you to intercept and customize operations on another object (known as the target). Proxies provide a way to define custom behavior for fundamental operations like property access, function invocation, a...


31: Mastering Modern Frontend Development: Tools, Libraries, and Testing

https://codenowdamn.hashnode.dev/mastering-modern-frontend-development-tools-libraries-and-testing

Hashnode - javascript (Javascript)

Frontend development isn't just about lines of code; it's an exciting journey that involves creativity, problem-solving, and turning your ideas into stunning digital experiences. It isn't also about learning only HTML, CSS, and Javascript as well. Th...


32: Weekly Indie Log 5

https://roehl.dev/weekly-indie-log-5

Hashnode - Flutter (Flutter)

September Statistics Recap This week I sat down and took a look at the September statistics for my app business: ' $4386 revenue (-8%) ' $1666 MRR (+15%) ' 2017 subscribers (+17%) Although the total revenue was down by 8% in comparison to Aug...


33: How I build My Own Data structure for Indexing : Bidirectional Map

https://blog.theashishmaurya.me/how-i-build-my-own-data-structure-for-indexing-bidirectional-map

Hashnode - javascript (Javascript)

Recently, in my organization, we came across a need to build an index of files we are using for our in-browser filesystem, where we have the id's of the file/folder which is how frontend understands and a path associated with it in the in-browser fil...


34: Several ways to iterate over a JavaScript array

https://saifur-rahman39.hashnode.dev/several-ways-to-iterate-over-a-javascript-array

Hashnode - javascript (Javascript)

Several ways to iterate over a JavaScript array In JavaScript, there are several ways to iterate over an array, and how you categorize or process the elements depends on your specific requirements. Here are some common methods for iterating over an a...


35: Easily Embed Checkout Into Your SaaS or E-Commerce Page

https://bankous.paygeon.io/easily-embed-checkout-into-your-saas-or-e-commerce-page

Hashnode - javascript (Javascript)

In the ever-evolving landscape of online payments, businesses often find themselves searching for ways to offer seamless and secure checkout experiences for their customers. While there are numerous payment gateways available, customizing your paymen...


36: JavaScript Modules: Unleashing the Power of Modularity in Modern Web Development

https://blog.ganeshjaiwal.dev/javascript-modules-unleashing-the-power-of-modularity-in-modern-web-development

Hashnode - javascript (Javascript)

In the fast-paced world of web development, staying organized and efficient is paramount. As web applications become increasingly complex, the need for structured and modular code has never been more critical. Enter JavaScript modules, a fundamental ...


37: Flutter Animations Beyond the Basics

https://sungod.hashnode.dev/animations-beyond-the-basics

Hashnode - Flutter (Flutter)

Introduction As we continue our exploration into the captivating world of Flutter animations, we delve even deeper into the art of bringing your mobile applications to life. In the first part of this series, we uncovered the magic of implicit animati...


38: Creating a react app with CRA (Create React App) on Deepin Linux 20.9 apricot via the command-line

https://blog.alexandrecalaca.com/creating-a-react-app-with-cra-create-react-app-on-deepin-linux-209-apricot-via-the-command-line

Hashnode - javascript (Javascript)

React.js React, also known as React.js or ReactJS, is an open-source JavaScript library for building user interfaces (UIs) and web applications. Developed and maintained by Facebook, React has gained widespread popularity in the web development commu...


39: Decoding Tokens in Python

https://codeclubanalysis.hashnode.dev/decoding-tokens-in-python

Hashnode - python (python)

In today's linked digital environment, securing safe access to apps, services, and resources is critical. This is where the notion of tokens comes into play, playing a critical part in authentication and authorization operations. Tokens are digital k...


40 / 41

40: Variables

https://spewing-facts.hashnode.dev/variables

Hashnode - python (python)

Introduction Python variables are an easy way to store information temporarily (as long as your code is running) in RAM (Random Access Memory). Variables aren't just in Python, they are everywhere. Javascript, Java, C, C++, Ruby, and so many more. In...


41: Python Printing and Primitive Data Types

https://spewing-facts.hashnode.dev/python-printing-and-primitive-data-types

Hashnode - python (python)

Introduction Python has many different data types that have evolved. There are four primitive data types and many other data types. You can print all of these and most of them are useful even when you are just starting programming with Python. ' pr...




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