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

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


6 Aout 2023 (52)

1: Harness the Potential of Logging: Create a Python Logger from Scratch

https://psycode.com/harness-the-potential-of-logging-create-a-python-logger-from-scratch

Hashnode - python (python)

Imagine building an application for a client and it worked successfully on your 'computer' and also worked successfully for the client initially. Then on a fateful morning, you get a message from the client saying the application is bugging out. To d...


2: Introduction to Pandas and DataFrames

https://prakharalsoblogs.hashnode.dev/introduction-to-pandas-and-dataframes

Hashnode - python (python)

Introduction to Pandas You can think of pandas as an extremely powerful version of excel, with lot more features. So, lets start learning about pandas step by step Series and its functions A Series is a data type which is very similar to a NumPy arr...


3: JavaScript Notes

https://piyushb9.hashnode.dev/javascript-notes-1-1-1-1-1-1-1-1-1-1

Hashnode - javascript (Javascript)

Understanding the Event Loop in JavaScript JavaScript is a single-threaded language, which means it can only execute one task at a time. However, JavaScript can also handle asynchronous operations, such as fetching data from an API, listening to user...


4: Refactorizando Kotlin con AI Assitant

https://isabeliita90.hashnode.dev/refactorizando-kotlin-con-ai-assitant

Hashnode - Kotlin (Mobiles)

Ya escribí hace unas semanas sobre cómo el nuevo asistente de IntelliJ puede ayudarte a escribir mensajes de commit muy completos. https://isabeliita90.hashnode.dev/adios-a-los-commits-wip Hoy os quiero contar cómo puede ayudarnos a refactorizar nu...


5: Python Data Types and Data Structures for DevOps ''

https://kajalb.hashnode.dev/python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Introduction ' Python, a versatile and powerful programming language, has gained immense popularity in the DevOps domain due to its simplicity, ease of use, and a diverse range of built-in data types and data structures. ' DevOps professionals leve...


6: Where is my chromedriver'!

https://jcdev.com/where-is-my-chromedriver

Hashnode - python (python)

Anyone getting frustrated with finding your chromedriver every time you're using Selenium in a Python script, perhaps To add ChromeDriver to the System PATH on your macOS, follow these steps: Open a Terminal: Go to "Applications" > "Utilities" > "Te...


7: Tinder va vous rendre plus beau grâce à l'IA : la nouvelle ère de l'amour '

https://www.lebigdata.fr/tinder-ia-choix-photo

Le Big Data (dataviz)

Tinder, une des applications de rencontre les plus populaires, prévoit d'implémenter l'IA à une nouvelle fonctionnalité conçue pour améliorer l'expérience … Cet article Tinder va vous rendre plus beau grâce à l’IA : la nouvelle ère de l’amour ' a été publié sur LEBIGDATA.FR.


8: Basics of Python for DevOps Engineers: A Comprehensive Guide | day13 90daysofdevops

https://mydevopsjourney.cloud/basics-of-python-for-devops-engineers-a-comprehensive-guide-day13-90daysofdevops

Hashnode - python (python)

Introduction ' Welcome to the world of Python, a versatile and powerful programming language that's a must-know for any DevOps engineer. In this blog, we'll dive into what Python is, its applications in the DevOps realm, how to install it on a Windo...


9: Understanding Object-Oriented Programming (OOP) Concepts

https://ankitbajpai1607.hashnode.dev/understanding-object-oriented-programming-oop-concepts

Hashnode - javascript (Javascript)

Object-Oriented Programming (OOP) is a powerful paradigm that allows developers to model real-world entities and their interactions in software systems. JavaScript, a versatile and widely used programming language, fully supports OOP principles throu...


10 / 52

10: How to Create and Connect an SQLite Database with Flask App using Python

https://geekpython.in/connect-sqlite-database-with-flask-app

Hashnode - python (python)

This article will guide you step by step in making a database using Flask-SQLAlchemy. It will show you how to work with an SQLite database in your Flask app, and then how to make a form on the website to collect user information and put it into the d...


11: Exploring Pydroid 3: The Ultimate Python IDE for Android

https://classicisaac.hashnode.dev/exploring-pydroid-3-the-ultimate-python-ide-for-android

Hashnode - python (python)

As programmers, there will be countless instances when coding ideas strike us outside of our usual environment, without access to a laptop or desktop. It's crucial to have a quick and reliable solution to jot down those Python code snippets seamlessl...


12: day14-Python Data Types and Data Structures for DevOps'.

https://snehaf.dev/day14-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

'Datatypes in Python: Data types define the kind of data that a variable can hold. Python is a dynamically typed language, which means you don't need to explicitly specify the data type of a variable. Instead, Python infers the data type based on th...


13: Python Complex Number Library Code

https://christopherchilengwe.hashnode.dev/python-complex-number-library-code

Hashnode - python (python)

Drclass ComplexNumber: def __init__(self, real_part, imaginary_part): self.real = real_part self.imaginary = imaginary_part def __str__(self): if self.imaginary >= 0: return f"{self.real} + {self.imaginary...


14: Security & Compliance(PII)

https://anilvermaspeaks.hashnode.dev/security-compliancepii

Hashnode - javascript (Javascript)

PII is personal data that can be used to uncover a specific individual's identity, such as SSNs, full names, and phone numbers. Personally identifiable information (PII) is any information connected to a specific individual that can be used to uncove...


15: Security & Compliance(GDPR)

https://anilvermaspeaks.hashnode.dev/security-compliancegdpr

Hashnode - javascript (Javascript)

Controls that a company implements to protect its assets and meeting the standards that a third-party has set forth as best practices. GDPR- The purpose of the GDPR is to protect individuals and the data that describes them and to ensure the organisa...


16: Security & Compliance(MITM)

https://anilvermaspeaks.hashnode.dev/security-compliancemitm

Hashnode - javascript (Javascript)

A man in the middle (MITM) attack is a general term for when a perpetrator positions himself in a conversation between a user and an application ' either to eavesdrop or to impersonate one of the parties, making it appear as if a normal exchange of i...


17: Security & Compliance(CSRF)

https://anilvermaspeaks.hashnode.dev/security-compliancecsrf

Hashnode - javascript (Javascript)

Cross site request forgery (CSRF), also known as XSRF, Sea Surf or Session Riding, is an attack vector that tricks a web browser into executing an unwanted action in an application to which a user is logged in. Prevention Logging off web application...


18: Mastering JavaScript: Unraveling the Power of Web Development

https://pabhinaw.hashnode.dev/mastering-javascript-unraveling-the-power-of-web-development

Hashnode - javascript (Javascript)

Introduction: Welcome to "Mastering JavaScript: Unraveling the Power of Web Development" ' your definitive guide to conquering one of the most influential programming languages in modern web development! JavaScript is the backbone of the web, empower...


19: Manejo de archivos .CSV con Python

https://jorgecespedes.hashnode.dev/manejo-de-archivos-csv-con-python

Hashnode - python (python)

Una guía práctica para trabajar con datos tabulares El formato CSV (Comma Separated Values) es ampliamente utilizado para almacenar y transferir datos tabulares de una manera sencilla y legible. Python, con su amplia biblioteca de herramientas, facil...


20 / 52

20: Master JavaScript Scroll Reveal Library: Boost The User Experience '

https://thejrpranav09.hashnode.dev/master-javascript-scroll-reveal-library-boost-the-user-experience

Hashnode - javascript (Javascript)

Introduction - Hey, there '' Web developers welcome to an exhilarating quest into the captivating world of "Scroll Reveal" in JavaScript. As websites become more dynamic and interactive, adding scroll animations has become a popular way to enhance ...


21: The Comprehensive Guide to the Vital Role of Code Documentation in Software Development

https://blog.idurarapp.com/the-comprehensive-guide-to-the-vital-role-of-code-documentation-in-software-development

Hashnode - javascript (Javascript)

Introduction In the dynamic realm of software development, where innovation and collaboration thrive, the importance of comprehensive code documentation cannot be overstated. Just as a well-constructed map guides travellers through uncharted territor...


22: Day 15: Use of JSON and YAML in DevOps.

https://learntoearn.hashnode.dev/day-15-use-of-json-and-yaml-in-devops

Hashnode - python (python)

YAML (YAML Ain't Markup Language) and JSON (JavaScript Object Notation) are both data serialization formats used to represent and exchange structured data. They serve as lightweight and human-readable alternatives to traditional data interchange form...


23: Day 15: Use of JSON and YAML in DevOps.

https://blogs.himanshu.me/day-15-use-of-json-and-yaml-in-devops

Hashnode - python (python)

YAML (YAML Ain't Markup Language) and JSON (JavaScript Object Notation) are both data serialization formats used to represent and exchange structured data. They serve as lightweight and human-readable alternatives to traditional data interchange form...


24: The Rate Limiter Part - 2

https://uva.hashnode.dev/the-rate-limiter-part-2

Hashnode - javascript (Javascript)

In this upcoming blog, our focus will be on understanding the process of returning values from a debounced rate-limiting function. Building on our previous discussion about rate limiting and its implementation over the traditional approach, we will e...


25: CORS explained using Django and Flask

https://rohansblog.hashnode.dev/cors-explained-using-django-and-flask

Hashnode - python (python)

Cross Origin Resource Sharing (CORS) This is a browser mechanism that allows a website on one URL to request data from a different URL. Certain "cross-domain" requests, notably Ajax requests, are forbidden by default by the same-origin security pol...


26: Python Data Types and Data Structures for DevOps

https://devops101-.hashnode.dev/python-data-types-and-data-structures-for-devops

Hashnode - python (python)

New day, New Topic.... Let's learn along! ' Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an obje...


27: Case Study: Crafting Hostinger's Visual Identity One Landing Page at a Time

https://www.awwwards.com/case-study-crafting-hostingers-visual-identity-one-landing-page-at-a-time.html

awwwards (Internet)

The Creatives Team at Hostinger oversees the brand's identity and visual storytelling. This article will examine our process of recreating and enhancing...


28: 100 days of Python Exercises

https://brrrpcodes.hashnode.dev/100-days-of-python-exercises-1-1

Hashnode - python (python)

Day 3: Nested Loops Nested loops is simply a loop inside another loop.The nested loop can either be the for loop or while loop . The outer loop can contain the for loop and the inner loop contains the while loop. EXERCISE : Write a nested for loop pr...


29: Python Data Types and Data Structures for DevOps

https://devops-kavitha.hashnode.dev/python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are clas...


30 / 52

30: JavaScript Primitive Data types. The Sigma Types. Undefined, null, boolean, and Symbol.

https://mugaba.hashnode.dev/javascript-primitive-data-types-the-sigma-types-undefined-null-boolean-and-symbol

Hashnode - javascript (Javascript)

Introduction. JavaScript has several primitive data types some of which we have already covered in this series like Strings and Numbers.I call these undefined, null, boolean, and Symbol Sigma data types because they are used almost everywhere though ...


31: ' React Coding Question: Implementing Pagination in React '

https://rahulrana0707.hashnode.dev/react-coding-question-implementing-pagination-in-react

Hashnode - javascript (Javascript)

In this post, I'll walk you through a basic React coding question on implementing pagination using the JSONPlaceholder API. This question is a great way to learn how to handle asynchronous data fetching and manage state in a React functional componen...


32: Day 11 Of 30DaysOfJavaScript

https://shivankkapur.hashnode.dev/day-11-of-30daysofjavascript

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 10 Article on #30DaysOfJs. In case, if you haven't then make sure you give it a read by clicking here. Destructuring and Spread Destructuring refers to the way of unpacking arrays, and obj...


33: Demystifying useMemo and memo in React: Optimizing Performance with React's Memoization Techniques

https://codersk36.hashnode.dev/demystifying-usememo-and-memo-in-react-optimizing-performance-with-reacts-memoization-techniques

Hashnode - javascript (Javascript)

Introduction In modern web development, building performant user interfaces is of paramount importance. React, being a popular JavaScript library for building user interfaces, provides developers with various tools and techniques to optimize the perf...


34: Working with JSON and YAML in Python for DevOps

https://sky11.hashnode.dev/working-with-json-and-yaml-in-python-for-devops

Hashnode - python (python)

As a DevOps Engineer, parsing and handling configuration files is a crucial part of your daily tasks. Python provides several libraries that can help you work with different types of files, including JSON and YAML. In this blog post, we will explore ...


35: Python Data Essentials:

https://devoperation.hashnode.dev/python-data-essentials

Hashnode - python (python)

Python Data Types: Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types ar...


36: Exploring Parallel Processing and Multithreading in JavaScript.

https://mophat.hashnode.dev/exploring-parallel-processing-and-multithreading-in-javascript

Hashnode - javascript (Javascript)

In the world of computer science, the concept of multithreading and parallel processing plays a pivotal role in optimizing the efficiency of programs. These concepts allow a single process to execute multiple threads of code concurrently, making the ...


37: filter() in javascript

https://sumanad.hashnode.dev/filter-in-javascript

Hashnode - javascript (Javascript)

Let's start with a question. const filteredMetaData = metaData.filter((md) => md.Code== 2010)); A. If(filteredMetaData.length){ } B. If(filteredMetaData){ } Which option should be used when you want to enter inside the if condition when the filte...


38: How Did The React Project Become A Success'

https://devhubcommunity.hashnode.dev/how-did-the-react-project-become-a-success

Hashnode - javascript (Javascript)

'This is the story of how the community transformed an underdog UI library into the most popular JavaScript framework today'. How React Project Started Actually' React project idea was started by Jorden Walke at Facebook in 2011. jQuery and Backbone ...


39: Creating a CI/CD environment for serverless containers on Cloud Run with GitHub Actions for Python Flask Web-Application

https://gaurangkudale.hashnode.dev/creating-a-cicd-environment-for-serverless-containers-on-cloud-run-with-github-actions-for-python-flask-web-application

Hashnode - python (python)

In this article, you set up an environment for automated building, testing, and deployment, using Docker and Cloud Run. For Docker, the language that you're using isn't important, but this tutorial uses the Python programming language. This tutorial ...


40 / 52

40: Promises in Javascript

https://indracit.hashnode.dev/promises-in-javascript-1

Hashnode - javascript (Javascript)

In JavaScript, promises are a powerful mechanism for handling asynchronous operations. They provide a way to work with asynchronous code in a more structured and readable manner. Promises represent the eventual completion or failure of an asynchronou...


41: Should you learn TypeScript in 2023'

https://shivankjshacker.hashnode.dev/should-you-learn-typescript-in-2023

Hashnode - javascript (Javascript)

TypeScript is an exciting language. I learnt a bit earlier this year, but still have a lot left. On every great React.js open-source project I find on GitHub, it's React.ts (bad joke, sorry :). It's booming among frontend and backend developers these...


42: 9 Open-Source Libraries To Boost Your Coding Skills With Real Projects

https://www.rahulbagal.software/9-open-source-libraries-to-boost-your-coding-skills-with-real-projects

Hashnode - javascript (Javascript)

Introduction Are you a passionate coder looking to make a real impact in the world of open-source development' Do you want to contribute to projects that can change lives and empower the global developer community' If the answer is a resounding "YES,...


43: Svelte: The Emerging Giant in Web Development's Room

https://hashnode.probirsarkar.com/svelte-the-emerging-giant-in-web-developments-room

Hashnode - javascript (Javascript)

Svelte is a modern web framework that allows you to write less code and get more done. Unlike other frameworks like React, Vue, or Angular, Svelte does not use a virtual DOM or a runtime library. Instead, it compiles your code into vanilla JavaScript...


44: How to Version Software

https://rommansabbir.com/how-to-version-software

Hashnode - Kotlin (Mobiles)

Introduction Versioning software is a critical practice that allows developers to track and manage changes in their applications. By following versioning best practices, we can ensure smooth updates, maintain backward compatibility, and keep your use...


45: Flutter day26

https://shreshtxa.hashnode.dev/flutter-day26

Hashnode - Flutter (Flutter)

Getting back on my flutter course >>>> Future, async, and await: asynchronous programming: Asynchronous programming is a technique that enables your program to start a potentially long-running task and still be able to be responsive to other events w...


46: Simplified Comparisons In JavaScript

https://aryansharma.hashnode.dev/comparisons-in-javascript

Hashnode - javascript (Javascript)

Hey, friends'' I am Aryan Sharma and I hope you all are doing great! This is another blog in the JavaScript course for absolute beginners.''I hope this blog course will help you become good at JavaScript. So, I am starting this blog. Let's get st...


47: Clean Architecture in Node.js

https://edunode.hashnode.dev/clean-architecture-in-nodejs

Hashnode - javascript (Javascript)

The secret to building a large project that is easy to maintain and performs better is to separate files into components that can change independently without affecting other components An important goal of clean architecture is to provide developers...


48: Day 3: Reviewing Python Object Oriented Programming

https://dailydsa.com/day-3-reviewing-python-object-oriented-programming

Hashnode - python (python)

Today I reviewed and learned how to apply object-oriented programming in Python '


49: Sentry - The Secret Weapon for Flutter Error Tracking

https://sungod.hashnode.dev/sentry

Hashnode - Flutter (Flutter)

Introduction : No one wants their flawless app to crash when it hits the hands of users. But the reality is that even the most robust Flutter apps can fail in production due to unanticipated errors and bugs. Without a proper error monitoring system, ...


50 / 52

50: How to Build Your Blog in Django

https://pwaveino.hashnode.dev/how-to-build-your-blog-in-django

Hashnode - python (python)

Introduction Django is a high-level Python web development framework that prioritizes efficiency, security, and scalability, it is no surprise that Django in recent times has emerged among the 10 most popular web development frameworks, it follows a ...


51: Hey there, Flutter Developers! Let's Master Handling User Input with Form Widgets! ''

https://raman04.hashnode.dev/hey-there-flutter-developers-lets-master-handling-user-input-with-form-widgets

Hashnode - Flutter (Flutter)

Hey everyone, it's me - your friendly neighborhood Flutter developer! ' Are you ready to take your Flutter app to the next level' Today, we're going to dive deep into the fantastic world of handling user input with Form widgets, and trust me, it's g...


52: Custom Table in Flutter

https://blog.nanisamireddy.dev/custom-table-in-flutter

Hashnode - Flutter (Flutter)

Flutter provides a number of widgets for displaying data in a table format, including the Table and DataTable widgets. The Table widget is a more flexible option than the DataTable widget, as it allows you to resize the rows dynamically based on the ...




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