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

« Février 2024 »

  • 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


18 Février 2024 (52)

1: Web Scraping for Machine Learning 2024

https://crawlbase.hashnode.dev/web-scraping-for-machine-learning-2024

Hashnode - javascript (Javascript)

This blog is originally posted to the Crawlbase blog. Web scraping gives you the ability to collect vast amounts of data in a structured format, allowing you to train your machine learning models more effectively. By automatically extracting data fro...


2: Are You Your Own Worst Critic' Cultivating Mindful Self-Compassion for Personal Growth

https://www.smashingapps.com/mindful-self-compassion-for-personal-growth/

Smashing apps (Internet / Design)

So, silence the inner critic, embrace the practice of mindful self-compassion, and watch your well-being bloom! Take a moment now to commit to trying one of the suggested practices for a week.


3: Writing Implicitly Animated Widgets in Flutter

https://blog.fution.co/writing-implicitly-animated-widgets-in-flutter

Hashnode - Flutter (Flutter)

There are many ways to create animations in Flutter. Most of these involve creating an Animation and/or AnimationController and explicitly calling forward/reverse. However, a lot of the time what you want is to be able to provide a state and have the...


4: Day 3: Operators and Expressions in python

https://himanshuchauhan.hashnode.dev/day-3-operators-and-expressions-in-python

Hashnode - python (python)

On the third day of my Python learning journey, I delve into the realm of operators and expressions. Python boasts a rich repertoire of operators, each serving distinct purposes. In this blog post, I'll dissect two fundamental topics within Python: o...


5: Netflix's Web Performance: Strategies, Achievements, and System Design Insights.

https://sankalp-haritash.hashnode.dev/netflixs-web-performance-strategies-achievements-and-system-design-insights

Hashnode - javascript (Javascript)

Netflix, a global leader in video streaming, has been relentless in its pursuit of providing an exceptional user experience. In a detailed case study our focus is on to study how Netflix enhancing the Time-to-Interactive (TTI) for Netflix.in on deskt...


6: My 1st Blog Article

https://deva6630blogs.com/my-1st-blog-article

Hashnode - javascript (Javascript)

Callback hell is a term used in JS to describe a situation where you have multiple nested callbacks, making the code difficult to read, understand and maintain. It is typically occurs asynchronous code where operations depend on the completion of oth...


7: Day 1 in Python

https://poojadanu.hashnode.dev/day-1-in-python

Hashnode - python (python)

Learning Python Basics and Data Types Embarking on my first day of learning Python was an exciting journey filled with discovery and enthusiasm. Contrary to my initial unease, Python's simple syntax and versatility made it an accessible and enjoyable...


8: ChatGPT exploité par les hackers en Chine, Iran et Russie : Microsoft hallucine

https://www.lebigdata.fr/hackers-chatgpt

Le Big Data (dataviz)

La guerre contre les cybercriminels est aussi vieille que l’informatique elle-même. La technique utilisée par les pirates évoluent avec la … Cet article ChatGPT exploité par les hackers en Chine, Iran et Russie : Microsoft hallucine a été publié sur LEBIGDATA.FR.


9: Day 30 of 100days of code.

https://paks.hashnode.dev/day-30-environment-variables

Hashnode - javascript (Javascript)

Working with Express JS Environment variables Keep in mind that nodeJS and express apps can run in different environments. The two most important environments are development and production environments. By default express sets the environment to dev...


10 / 52

10: Learning Topics

https://poojadanu.hashnode.dev/learning-topics

Hashnode - python (python)

In this series, we're diving deep into Python, covering everything from the fundamental basics to advanced topics. Whether you're a complete beginner or an experienced coder looking to level up your Python skills, this challenge is for you. Here's wh...


11: Revolutionizing Real-Time Alerts with AI, NATs and Streamlit

https://boburadvocate.hashnode.dev/revolutionizing-real-time-alerts-with-ai-nats-and-streamlit

Hashnode - python (python)

Imagine you have an AI-powered personal alerting chat assistant that interacts using up-to-date data. Whether it's a big move in the stock market that affects your investments, any significant change on your shared SharePoint documents, or discounts ...


12: Mastering Falsy Values in React: Avoiding Traps and Pitfalls

https://devcenterguides.com/mastering-falsy-values-in-react-avoiding-traps-and-pitfalls

Hashnode - javascript (Javascript)

Introduction Let's dive into the intriguing world of truthy and falsy values in JavaScript and why they play a crucial role in our React adventures. Javascript JavaScript, the language that powers the magic behind React, has this interesting concept...


13: Switch Case in Javascript

https://techno101.hashnode.dev/switch-case-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the switch statement is used to perform different actions based on different conditions. It evaluates an expression and then executes statements associated with the matching case label. Here's a basic syntax of the switch statement: ja...


14: Module 5

https://ithink.hashnode.dev/module-5

Hashnode - javascript (Javascript)

Functions Declaring functions at the beginning of the code is just good practice, not a JavaScript syntax requirement. Function declarations are automatically moved to the top of the scope, so we can use them before the declaration as long as they ar...


15: Lecture 10 - Error Handling with Try-Except

https://devopswithabdullah.hashnode.dev/lecture-10-error-handling-with-try-except

Hashnode - python (python)

Try/Except: In Python, the try and except blocks are used for exception handling, allowing you to gracefully handle errors or exceptions that occur during program execution. try Block: The try block lets you test a block of code for errors. except Bl...


16: Day 40 Navigating Jenkins Interviews with Ease: Your Go-To Q&A Guide! '

https://davender.hashnode.dev/day-40-navigating-jenkins-interviews-with-ease-your-go-to-qa-guide

Hashnode - javascript (Javascript)

Hey there, fellow DevOps adventurers! Are you gearing up for a Jenkins-focused interview' Look no further! In this comprehensive Q&A blog, we'll explore essential Jenkins interview questions, sprinkled with a touch of emojis to keep things fun and en...


17: From Pixels to Predictions: A LeNet-5 Intro in PyTorch.

https://vedantpoduval.hashnode.dev/from-pixels-to-predictions-a-lenet-5-intro-in-pytorch

Hashnode - python (python)

Note:This blog assumes that you have a basic understanding of Pytorch and convolutions in general.Now onto LeNet-5. The Story of LeNet-5 I was trying to understand about how convolutions work and came across LeNet - 5. It was developed in 1998 by Yan...


18: Lecture 9 - Conditionals and Boolean Data Type

https://devopswithabdullah.hashnode.dev/lecture-9-conditionals-and-boolean-data-type

Hashnode - python (python)

Boolean Data Type (bool): In Python, the boolean data type represents two possible values: True and False. Booleans are used in expressions and conditional statements to evaluate conditions and make decisions. The boolean data type is essential for c...


19: Flutter Isolates 101

https://achintya-7.hashnode.dev/flutter-isolates-101

Hashnode - Flutter (Flutter)

What are Isolates' In Flutter Isolates are a way to run computationally intensive tasks in the background. Isolates are independent and do not share memory. They communicate with each other by sending messages. This is a very important concept to u...


20 / 52

20: Lecture 8 - Accepting User Input

https://devopswithabdullah.hashnode.dev/lecture-8-accepting-user-input

Hashnode - python (python)

Accepting User Input: Accepting user input in Python is quite straightforward. You can use the input() function to prompt the user for input. Syntax: input("Input Something: ") Output: Example: day = input("What day is today'") print("Today is", da...


21: Exception Handling in Python

https://techno101.hashnode.dev/exception-handling-in-python

Hashnode - python (python)

Exception handling in Python is a mechanism that allows you to handle errors and unexpected situations that occur during the execution of a program. It helps in gracefully managing errors and preventing your program from crashing. Python provides a b...


22: 'Day 15- Python Libraries for DevOps

https://vivek0007.hashnode.dev/day-15-python-libraries-for-devops

Hashnode - python (python)

'JSON and YAML in Python As a DevOps Engineer you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Pythonfor DevOps. Python has numerous libraries like os, sys, json, yaml etc that a D...


23: Asynchronous Programming In JavaScript

https://oofeyang.hashnode.dev/asynchronous-programming-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a programming language that can only run one line of code at a time. This implies that JavaScript is a single-threaded language, and by default, it runs code in a synchronous manner. Asynchronous programming was introduced to help handl...


24: From Data to Dish: Cooking Up Success with MongoDB

https://dozie.hashnode.dev/from-data-to-dish-cooking-up-success-with-mongodb-1

Hashnode - javascript (Javascript)

Developers are the chefs and data is our ingredient. With MongoDB's flexibility and power as our tools, we will be creating great digital experiences like dining at a fine restaurant. For those who are willing to investigate its possibilities, this d...


25: From Data to Dish: Cooking Up Success with MongoDB

https://dozie.hashnode.dev/from-data-to-dish-cooking-up-success-with-mongodb

Hashnode - javascript (Javascript)

Developers are the chefs and data is our ingredient. With MongoDB's flexibility and power as our tools, we will be creating great digital experiences like dining at a fine restaurant. For those who are willing to investigate its possibilities, this d...


26: Lecture 7 - Functions

https://devopswithabdullah.hashnode.dev/lecture-7-functions

Hashnode - python (python)

Functions: In Python, a function is a block of reusable code that performs a specific task. Functions provide a way to organize and modularize code, making it easier to understand, reuse, and maintain. Functions can take inputs (arguments) and option...


27: Lecture 6 - Variables

https://devopswithabdullah.hashnode.dev/lecture-6-variables

Hashnode - python (python)

Reserved Keywords in Python: Reserved words (also called keywords) are defined with predefined meaning and syntax in the language. These keywords have to be used to develop programming instructions. Reserved words can't be used as identifiers for oth...


28: The Basics Of React Components

https://favournumonde.hashnode.dev/the-basics-of-react-components

Hashnode - javascript (Javascript)

In an ever improving world of Web development, React framework is one of the best frameworks for developing dynamic and interactive web applications. There is a fundamental concept at the heart of React: components. This serves as the foundation of e...


29: No QueryClient set, use QueryClientProvider to set one [Fix]

https://lucas-schiavini.hashnode.dev/no-queryclient-set-use-queryclientprovider-to-set-one-fix

Hashnode - javascript (Javascript)

So I am a big dumb dumb. I have a couple of projects all using react-query, and some using @tanstack/react-query. On one of those I encountered those errors, and here's the code. "use client"; import {QueryClient, QueryClientProvider} fro...


30 / 52

30: Lecture 5 - Strings and Number Data Types

https://devopswithabdullah.hashnode.dev/lecture-5-strings-and-number-data-types

Hashnode - python (python)

Strings (str): In Python, the string data type is used to represent and manipulate textual data. How to Write Strings: Strings are sequences of characters, enclosed within either single quotes (' ') or double quotes (" "). Python treats single quotes...


31: Map, Reduce and Filter in JavaScript

https://shivamgupta6418.hashnode.dev/map-reduce-and-filter-in-javascript

Hashnode - javascript (Javascript)

In JavaScript map, reduce and filter are higher-order function that operate on an array which manipulate and extract values from it Map() The map function is used to create a new array by providing the function to each element of array // Example 1 c...


32: My Mobile Development Journey

https://mobilemilk.hashnode.dev/my-mobile-development-journey

Hashnode - Flutter (Flutter)

Hey there, I'm Mile (Mobile Milk). I created this blog to have a place where I can document my journey to improve my mobile development skills. I started learning mobile development during my Diploma in Mobile Software Development in 2018, where I co...


33: All about files in python '

https://python-by-ashusnapx.hashnode.dev/all-about-files-in-python

Hashnode - python (python)

file = open('test.py') This above code will give error, if no test.py file is present. file = open('test.py', 'w') This above code will find the test.py file first, if found, its good, if not, then it will first create a test.py file and then open ...


34: Core Web Vitals sound complicated, right' Let's make it easy

https://nadaaskora.hashnode.dev/core-web-vitals-restaurant-analogy

Hashnode - javascript (Javascript)

I used to think Core Web Vitals were some supertechnical thing only web heroes cared about. But really, they're about whether your website feels good to use! Let me break it down with a story... Imagine you arrive with friends at a restaurant, for a ...


35: 6th Week Python Experience

https://anish04.hashnode.dev/6th-week-python-experience

Hashnode - python (python)

As I delved into my sixth week of Python exploration, the journey into the intricacies of this versatile programming language took on a new dimension. With each passing week, my understanding deepens, and the horizon of possibilities expands. This we...


36: Step-by-Step Guide: Deploying Your First HTML, CSS, and JavaScript Projects on GitHub

https://renzrph.hashnode.dev/step-by-step-guide-deploying-your-first-html-css-and-javascript-projects-on-github

Hashnode - javascript (Javascript)

If you are new to programming and you've just finished your first website, and you're wondering how you can make it public, you're on the right page. In this blog, I will teach you how to deploy your program with just a few steps using GitHub pages. ...


37: Lecture 4 - Python IDE vs Simple File Editor

https://devopswithabdullah.hashnode.dev/lecture-4-python-ide-vs-simple-file-editor

Hashnode - python (python)

Python IDE: IDE stands for Integrated Development Environment. The IDE provides all the functionality to write the code and then execute it. Everything is in one place. You can write your code, navigate to the files, and also there is a console for s...


38: API Testing with Playwright: Handbook for beginners

https://articles.eminmuhammadi.com/api-testing-with-playwright-handbook-for-beginners

Hashnode - python (python)

When it comes to testing APIs, having efficient tools and frameworks is crucial. Playwright, a powerful automation library, not only excels in browser automation but also provides seamless API testing capabilities. In this article, we'll delve into h...


39: Scaling Design Through Quality Feedback

https://celestialdesigner.hashnode.dev/scaling-design-through-quality-feedback

Hashnode - python (python)

Introduction: it is noteworthy to state that Feedback and User research are sine qua non that ought to be observed during design process, the latter lays the basis for researcher to get response from users and stakeholder this data gathered from user...


40 / 52

40: Python Loops: 10 Problems Solved

https://hruthik.hashnode.dev/python-loops-10-problems-solved

Hashnode - python (python)

Loops are a fundamental concept in programming that allow you to execute a block of code repeatedly. In Python, there are two main types of loops: for loops and while loops. In this article, we'll explore 10 problems that can be solved using loops in...


41: JavaScript String Methods Unleashed: Practical Uses and Real-world Examples'

https://richak.hashnode.dev/javascript-string-methods-unleashed-practical-uses-and-real-world-examples

Hashnode - javascript (Javascript)

'Introduction Hello fellow coders ''''''! After a long hiatus, I finally have some time to spare, and I've decided to write a blog focusing on JavaScript string methods. Whether you're a fresher entering the world of coding or an experienced dev...


42: JavaScript Debugging by ShadBalti

https://shadbalti.hashnode.dev/javascript-debugging-by-shadbalti

Hashnode - javascript (Javascript)

The JavaScript developer's life is rarely a serene stroll through well-lit code. More often, it's a perilous trek through a labyrinthine jungle of logic, where cryptic error messages lurk behind every tangled branch. Today, I invite you to join me on...


43: Google vient d'exploser GPT ! Voici Gemini 1.5, le nouveau roi des chatbots IA

https://www.lebigdata.fr/google-gemini-nouveautes

Le Big Data (dataviz)

On n'aura pas attendu longtemps pour que Google lance une nouvelle version de Gemini. Celle-ci serait supérieure à GPT-4 Turbo. … Cet article Google vient d’exploser GPT ! Voici Gemini 1.5, le nouveau roi des chatbots IA a été publié sur LEBIGDATA.FR.


44: Understanding Impeller: A deep-dive into Flutter's Rendering Engine

https://hashnode.tomicriedel.com/understanding-impeller-a-deep-dive-into-flutters-rendering-engine

Hashnode - Flutter (Flutter)

In the world of Flutter, in the past few months, there was a lot of talk about Impeller. Impeller stable release here, Impeller preview release there' But only a few people talk about the underlying mechanics of Impeller. But it's important to know h...


45: Python Conditionals: 10 Problems Solved

https://hruthik.hashnode.dev/python-conditionals-10-problems-solved

Hashnode - python (python)

Conditionals in Python allow you to execute different blocks of code based on certain conditions being met. In this article, we'll explore 10 problems that can be solved using conditionals in Python. 1. Age Group Categorization The first problem we'l...


46: Day 15 - Mastering Python Libraries for File Magic! ''

https://nilkanthmistrydevops.dev/day-15-mastering-python-libraries-for-file-magic

Hashnode - python (python)

As DevOps engineers, maneuvering through different file formats is part of our daily routine. Python, equipped with its powerful libraries, provides an intuitive solution. Today, let's uncover the capabilities of the json and yaml libraries. '' Cre...


47: React & Javascript Optimization Techniques - Part I

https://blog.tuanhadev.tech/react-javascript-optimization-techniques-part-i

Hashnode - javascript (Javascript)

When we start our journey as programmers, our primary concern is often making code run with zero errors. Initially, we may not prioritize code optimization. However, optimizing code is a crucial aspect that fosters growth, leading one toward becoming...


48: Access My Paid React Course for FREE for LIFETIME'

https://blog.yogeshchavan.dev/access-my-paid-react-course-for-free-for-lifetime

Hashnode - javascript (Javascript)

I'm thrilled to offer my paid React course for FREE! The following are some of the reasons for making the course FREE. ' The ongoing layoffs and to support professionals in upskilling during these challenging times ' Received numerous messages reques...


49: Mastering Dart: A Deep Dive into 'static' Keyword

https://nibu.hashnode.dev/mastering-dart-a-deep-dive-into-static-keyword

Hashnode - Flutter (Flutter)

Introduction Welcome to our comprehensive guide on mastering Dart programming! In this blog post, we're about to dive deeply into one of Dart's essential keywords: 'static'. Don't worry if you're new to programming or if you find these concepts a bit...


50 / 52

50: How to get better at JavaScript: Simple Steps for Improvement

https://shivamkatareblog.hashnode.dev/how-to-get-better-at-javascript-simple-steps-for-improvement

Hashnode - javascript (Javascript)

Hello reader, ' Are you a developer, learning JavaScript, or working with JavaScript and its libraries and frameworks' Well, as a web developer, we all do these things. We follow some path and learn these things and learn them in a sequence order li...




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