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

« Décembre 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 30 Décembre 2023 (60)

1: Whipping Up Flask and PostgreSQL Magic with Dokku PAAS

https://techtitters.iamharsh.dev/whipping-up-flask-and-postgresql-magic-with-dokku-paas

Hashnode - python (python)

Well, well, well! My grand date night plans just got a plot twist ' she ditched me for her best friend. Classic move! But who needs romance when you can have a thrilling adventure in the world of DevOps, right' So, here we are, back in the magical ki...


2: A Complete Guide to Python File Handling: Data Manipulation Made Simple

https://alemsbaja.hashnode.dev/a-complete-guide-to-python-file-handling-data-manipulation-made-simple

Hashnode - python (python)

While developing applications there are instances where writing or reading from a file will be handy to enable proper functionalities since the RAM is volatile (holds data temporarily) when the program is executed. In this article we'll cover in-dept...


3: Understanding how React JS works

https://kamrank.hashnode.dev/understanding-how-react-js-works

Hashnode - javascript (Javascript)

This article focuses on how React manages the dynamic nature of the applications and renders them efficiently'also taking into consideration important aspects of React which include managing state, rendering, and re-rendering the components in case t...


4: why todo app is so famous in javascript''

https://piyushagrawal.hashnode.dev/why-todo-app-is-so-famous-in-javascript

Hashnode - javascript (Javascript)

The popularity of to-do app projects in JavaScript can be attributed to several factors: Simplicity: To-do apps are relatively simple and straightforward projects. They involve basic CRUD (Create, Read, Update, Delete) operations, which make them su...


5: Packaging a Lambda Python function

https://ferrera.live/packaging-a-lambda-python-function

Hashnode - python (python)

As part of the Cloud Resume Challenge, one step of the process was to create a Lambda function that allows updating a record in a DynamoDB table, specifically a counter. The purpose of this is to maintain a visitor counter for your personal webpage. ...


6: Weekend Reading ' Hot Potatoes

https://labnotes.org/weekend-reading-hot-potatoes/

Lab notes (Développement)

This week we decide on monolithic vs micro-service, Remix all the things, run a performance comparison, get better at making decisions, say farewell to Firefox and Substack, exercise every morning, recommend two things you can watch online, and collect our New Year's event tickets.


7: Install TensorFlow on your on Mac M1/M2/M3 with GPU Support

https://blog.fotiecodes.com/install-tensorflow-on-your-on-mac-m1m2m3-with-gpu-support-clqs92bzl000308l8a3i35479

Hashnode - python (python)

I recently moved from an Intel based processor to an M1 apple silicon Mac and had a hard time setting up my development environments and tools, especially for my machine learning projects, I was particularly exited to use the new Apple Silicon ARM64 ...


8: Install TensorFlow on your Mac M1/M2/M3 with GPU Support

https://blog.fotiecodes.com/install-tensorflow-on-your-mac-m1m2m3-with-gpu-support-clqs92bzl000308l8a3i35479

Hashnode - python (python)

I recently moved from an Intel based processor to an M1 apple silicon Mac and had a hard time setting up my development environments and tools, especially for my machine learning projects, I was particularly exited to use the new Apple Silicon ARM64 ...


9: Add Gradient Background in Flutter AppBar

https://blog.dipenmaharjan.com.np/add-gradient-background-in-flutter-appbar

Hashnode - Flutter (Flutter)

In this article, we shall see how to add a gradient background button to the Scaffold Appbar in our Flutter application. As you can see, this AppBar contains different gradient styles. So, to start, let's create an app bar. Scaffold( appBar: App...


10 / 60

10: Easy Scopes with var, let, const - No More Confusion!

https://vibhuu.hashnode.dev/easy-scopes-with-var-let-const-no-more-confusion

Hashnode - javascript (Javascript)

To understand var, let and const keywords it's important to know about scopes. What are scopes' Scopes refer to the specific regions where the variables can be declared and recognized. Beyond the scope, variables are not accessible. There are three t...


11: Python

https://ehion.com/python

Hashnode - python (python)

Python, a versatile and powerful programming language, has emerged as a cornerstone in the realm of software development. Its simplicity, readability, and extensive community support have made it a favorite among beginners and seasoned developers ali...


12: Ce hacker révèle comment savoir si vos réseaux sociaux sont piratés

https://www.lebigdata.fr/reseaux-sociaux-pirates

Le Big Data (dataviz)

Peu importe le niveau de sécurité des réseaux sociaux que vous utilisez et le soin accordé à votre hygiène numérique, … Cet article Ce hacker révèle comment savoir si vos réseaux sociaux sont piratés a été publié sur LEBIGDATA.FR.


13: What is Hoisting in JavaScript'

https://devhubcommunity.hashnode.dev/what-is-hoisting-in-javascript

Hashnode - javascript (Javascript)

What is Hoisting' JavaScript hoisting is a concept that refers to the behavior of how variable and function declarations are moved to the top of their containing scope during the compilation phase before the code is executed. This allows you to use v...


14: Day 3 with React

https://tech2say.hashnode.dev/day-3-with-react

Hashnode - javascript (Javascript)

: Laying the Foundation In this lesson, we'll delve into the foundational aspects of starting a React project and understanding JSX, components, and their interactions. Starting the Project Initiating a React project can be a bit repetitive, especial...


15: Server Side Kotlin -17

https://devnation.joshisfitness.com/server-side-kotlin-17

Hashnode - Kotlin (Mobiles)

fold(): fold() takes an initial value and applies a given operation to each element of the collection, accumulating the result. It requires an initial value to start the accumulation process. Example: Calculating the sum of elements with ...


16: L'humain vient de communiquer avec une baleine pour la première fois

https://www.lebigdata.fr/humain-communiquer-avec-une-baleine

Le Big Data (dataviz)

Avez-vous déjà imaginé un échange entre l’humain et le géant des mers, la baleine à bosse ' Une équipe de … Cet article L’humain vient de communiquer avec une baleine pour la première fois a été publié sur LEBIGDATA.FR.


17: Higher-Order Array Loops (for in, for of, and foreach loop) in JavaScript in-depth

https://techthinkers.dev/higher-order-array-loops-for-in-for-of-and-foreach-loop-in-javascript-in-depth

Hashnode - javascript (Javascript)

There are several types of array loops. Let's discuss them one by one with an example: For-In Loop In JavaScript, the for...in loop is used to iterate over the properties of an object. It can be used with both arrays and objects, but it's important t...


18: How to make a 3D Website(Threejs) .

https://grahanam.hashnode.dev/how-to-make-a-3d-websitethreejs

Hashnode - javascript (Javascript)

Welcome Coders! '' In this guide, we'll explore the process of crafting an incredible interactive 3D website. Before we proceed, take a look at my 3D Portfolio Website. Let's get started! '' Prerequisites: Basic knowledge of Node.js Installed Nod...


19: Typescript Implicit Variable Declaration

https://ezelu.hashnode.dev/typescript-implicit-variable-declaration

Hashnode - javascript (Javascript)

Typescript is a strong typed programming language, enhanced developer experience and has wide acceptance in the industry. In Typescript, you there are 2 ways you can declare a variable;1. Implicit Declaration2. Explicit Declaration In this articl...


20 / 60

20: Day 16: Interview Questions (Beginner and Intermediate) and Real-World Python in DevOps

https://chandreshpatle.com/day-16-interview-questions-beginner-and-intermediate-and-real-world-python-in-devops

Hashnode - python (python)

' Introduction Welcome to Day 16 of our Python for DevOps series! Today, we'll dive into some interview questions for both beginners and intermediate Python developers. Additionally, we'll discuss a real-world example of using Python to solve a DevO...


21: Unleashing React.js

https://rudraiitm.hashnode.dev/unleashing-reactjs

Hashnode - javascript (Javascript)

Introduction React.js is a JavaScript library ' the engine behind modern, dynamic user interfaces. It is used to create modular user interfaces and promotes the development of reusable UI components that display dynamic data. How does React work ' Re...


22: Migrating Django App From Postgres to MongoDB

https://muizz.hashnode.dev/migrating-django-app-from-postgres-to-mongodb

Hashnode - python (python)

So, we've got Postgres, the SQL-compliant RDBMS, giving us that structured, organized feel. Then there's MongoDB, the NoSQL rebel, saying, "Who needs tables anyway' Not me!" When you're trying to keep Jeff Bezos from raiding your piggy bank in AWS-RD...


23: Python Program to Convert a List of Integers into Single Integer

https://www.computwrcodingclass.com/python-program-to-convert-a-list-of-integers-into-single-integer

Hashnode - python (python)

https://youtu.be/xyDao_5geLo #computercodingclass #python #integer #list #programming Computer Coding Class


24: A Simplified Guide to Understanding JSON Web Tokens (JWT)

https://passionatedev22.hashnode.dev/understand-jwt

Hashnode - javascript (Javascript)

I. Introduction: JSON Web Tokens (JWT) has emerged as a versatile and widely adopted method for securely transmitting information between client and server. This article delves into the intricacies of JWT, exploring its components, advantages, and pr...


25: Python 24: File Word Counter

https://gregorschafroth.hashnode.dev/python-24-file-word-counter

Hashnode - python (python)

Alright today my small daily python exercise was to build a word counter. Also for the first time I started using docstrings to comment on what functions are doing, since I just learned about help() and thought I should start doing this the right way...


26: [Deep Dive] JS Single/Multi-Threading, Non-Blocking Nature

https://mehulcodes.com/deep-dive-js-singlemulti-threading-non-blocking-nature

Hashnode - javascript (Javascript)

MehulCodes Why and how is Javascript single-threaded and has a non-blocking nature' ChatGPT ChatGPT JavaScript is single-threaded and has a non-blocking nature primarily due to its origins and design goals. When JavaScript was initially created by Br...


27: Building Neural Networks in Python with PyTorch, TensorFlow, and Keras

https://matinmollapur.hashnode.dev/building-neural-networks-in-python-with-pytorch-tensorflow-and-keras

Hashnode - python (python)

Deep learning has become an essential technique for many AI applications like computer vision, natural language processing, and more. Python has become the language of choice for implementing deep learning models due to its simplicity and the availab...


28: How To Create Random Strong Password Generator using HTML CSS & JavaScript

https://sharathchandark.hashnode.dev/how-to-create-random-strong-password-generator-using-html-css-javascript

Hashnode - javascript (Javascript)

Overview: Welcome to our JavaScript Random Strong Password Generator App Coding Tutorials. In this article, we'll walk you through a step-by-Step guide to building a fully functional password generator application from scratch using HTML, CSS and of ...


29: DockerFile in Docker for DevOps

https://atharvkshirsagar.dev/dockerfile-in-docker-for-devops

Hashnode - python (python)

A Dockerfile is a text file that contains instructions for building a Docker image. The Dockerfile defines the environment in which an application runs, including the operating system, libraries, and dependencies. Here are some key points to know abo...


30 / 60

30: Le Japon sera-t-il premier à remarcher sur la Lune depuis Niel Armstrong '

https://www.lebigdata.fr/japon-premier-a-remarcher-sur-la-lune

Le Big Data (dataviz)

Le Japon se lance dans une grande aventure spatiale. Bientôt, des astronautes japonais pourraient marcher sur la Lune. Ce serait … Cet article Le Japon sera-t-il premier à remarcher sur la Lune depuis Niel Armstrong ' a été publié sur LEBIGDATA.FR.


31: JavaScript trim() method: Simply Explained

https://xdcoder.hashnode.dev/javascript-trim-method-simply-explained

Hashnode - javascript (Javascript)

In JavaScript, the trim() method is a built-in method for strings. It is used to remove whitespace (spaces, tabs, and line breaks) from both ends of a string. The trim() method does not modify the original string; instead, it returns a new string wit...


32: JavaScript Roadmap Guide

https://symplymuslimah.hashnode.dev/javascript-roadmap-guide

Hashnode - javascript (Javascript)

Whether you're a beginner embarking on your coding adventure or an experienced developer looking to deepen your skills, this article is designed to be your compass through the vast and dynamic world of JavaScript. Why is it important to learn JavaScr...


33: How much JavaScript is required to get started with reactJS'

https://blog.rahuljha.info/how-much-javascript-is-required-to-get-started-with-reactjs

Hashnode - javascript (Javascript)

React is a popular JavaScript library used for building user interfaces. While it greatly simplifies the process of creating interactive web applications, it is important to have a solid understanding of JavaScript fundamentals to effectively utilize...


34: Top ReactJS Developer Tools You Must Use in 2024

https://technosoftwares7.hashnode.dev/top-reactjs-developer-tools-you-must-use-in-2024

Hashnode - javascript (Javascript)

Introduction: Having the appropriate tools to keep ahead in the ever-changing field of web development is essential. When combined with the appropriate developer tools, ReactJS, a powerful framework for creating dynamic user interfaces, gains even mo...


35: The Easiest Way to Start Mobile App Development: React Native

https://blog.coding2047.com/the-easiest-way-to-start-mobile-app-development-react-native

Hashnode - javascript (Javascript)

Are you an aspiring mobile app developer who's been hesitant to take the jump due to complex programming languages and heavy software requirements' If so, you're not alone. I can relate to your initial struggles because I, too, embarked on a journey ...


36: Python Interview Questions Part 1

https://bigsmoke.hashnode.dev/python-interview-questions-part-1

Hashnode - python (python)

Basic Python Concepts What is Python' Explain the difference between Python 2 and Python 3. What are the advantages of using Python' Describe Python's memory management. What are the differences between lists and tuples in Python' Explain the c...


37: How to Transfer Data from Text File to Excel using Python

https://www.computwrcodingclass.com/how-to-transfer-data-from-text-file-to-excel-using-python

Hashnode - python (python)

https://youtu.be/62raBe7EEuE #python #coding #automation #excel Computer Coding Class


38: How to Extract Digits from a String in Python

https://www.computwrcodingclass.com/how-to-extract-digits-from-a-string-in-python

Hashnode - python (python)

https://youtu.be/rwPI0ee5-oQ #computercodingclass #python #regex #coding #programming Computer Coding Class


39: Introduction to Kotlin: Classes, Constructors, Encapsulation, Inheritance, and Interfaces

https://androidguide.hashnode.dev/introduction-to-kotlin-classes-constructors-encapsulation-inheritance-and-interfaces

Hashnode - Kotlin (Mobiles)

Classes Class is a group of similar entities and can be defined using the class keyword in Kotlin. class Person { /*...*/ } Objects (i.e. instances) of a class, can be created by calling its constructor. Via Objects, we can access the properties of ...


40 / 60

40: How to Upload Django Project to Github.'

https://irfanblogs.hashnode.dev/how-to-upload-django-project-to-github

Hashnode - python (python)

Introduction In this blogpost article you will learn how you can push a django project to Github with the help of Git. Git is a software package used for version control of your source code. It enables you to update your code, whilst still being able...


41: Demystifying Python Namespaces

https://akashdevblog.hashnode.dev/demystifying-python-namespaces

Hashnode - python (python)

Hey everyone, Welcome to the new article of Python Foundations for Beginners Series. In this article, we are going to cover a small yet very important topic Namespace. So without further ado, let's start. In Python, a namespace is a container that ho...


42: Did you know about Discriminated Unions in TypeScript'

https://mhetreayush.hashnode.dev/did-you-know-about-discriminated-unions-in-typescript

Hashnode - javascript (Javascript)

Instead of diving straight into the theory, let us take a look at a practical example: Requirements: You need to create a function that returns one of the 3 shapes, namely Square, Rectangle, and Circle. The function should accept only the relevant ...


43: JavaScript Truncate String: What You Need To Know

https://rajamsr.hashnode.dev/javascript-truncate-string

Hashnode - javascript (Javascript)

If you are working with JavaScript, you may encounter situations where you need to truncate a string to a certain length. For example, you may want to display a summary of a blog post or limit the number of characters in a user input. How can you do ...


44: Day 10: AWS Access: A Triad of Options ''

https://blog.prasadsuman.me/day-10-aws-access-a-triad-of-options

Hashnode - python (python)

Navigating AWS: Your Access Passageways ' Accessing the vast landscape of AWS comes with choices. Let's explore the three primary options available to users: AWS Management Console '' Protection: Secured by a combination of password and Multi-Fac...


45: From Python to Go in 5 minutes

https://xuanyu.ca/from-python-to-go-in-5-minutes

Hashnode - python (python)

Who are the audience' You have been programming for years and have heard some different types of languages. You know what a static-typed language looks like and know Python. Now, you want to pick up quickly and have a basic understanding of Go. There...


46: Day 03/100 - Rate Limiting In ExpressJs Application

https://allahisrabb.hashnode.dev/day-03100-rate-limiting-in-expressjs-application

Hashnode - javascript (Javascript)

Good morning, afternoon or evening depending on your blessed location '. Today being the third day, I did a lot of things, which included drafting database diagrams, ratelimiting, converting of workflow to codes, resolving conflicts and merging pull...


47: Plane in Godot ' Complete Guide

https://gamedevacademy.org/plane-in-godot-complete-guide/

Game dev academy (Jeux)

Planes are a fundamental component in 3D graphics and game development, acting as invisible barriers, pathways, or even as tools for collision detection and level design. Understanding how planes work ... Read more


48: PackedVector3Array in Godot ' Complete Guide

https://gamedevacademy.org/packedvector3array-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our deep dive into the world of Godot 4 and one of its key data structures, the PackedVector3Array. This powerful class is designed to help you manage 3D ... Read more


49: PackedVector2Array in Godot ' Complete Guide

https://gamedevacademy.org/packedvector2array-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our tutorial on the PackedVector2Array class in Godot 4. Whether you’re at the initial stages of your game development journey or looking to sharpen your Godot skills, learning ... Read more


50 / 60

50: PackedStringArray in Godot ' Complete Guide

https://gamedevacademy.org/packedstringarray-in-godot-complete-guide/

Game dev academy (Jeux)

Embracing the efficiencies in your Godot 4 projects is crucial to developing a sleek and performance-focused game. This tutorial is designed for that ingenious purpose, introducing you to the world ... Read more


51: PackedInt64Array in Godot ' Complete Guide

https://gamedevacademy.org/packedint64array-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our tutorial on the PackedInt64Array class in Godot 4, where you’ll discover how to utilize this powerful data structure to its full potential. Throughout this guide, we’ll journey ... Read more


52: PackedInt32Array in Godot ' Complete Guide

https://gamedevacademy.org/packedint32array-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to a deep dive into the world of Godot 4 and its PackedInt32Array class! Through this tutorial, you’ll get to explore the intricate world of data management in game ... Read more


53: PackedFloat64Array in Godot ' Complete Guide

https://gamedevacademy.org/packedfloat64array-in-godot-complete-guide/

Game dev academy (Jeux)

Diving into the world of game development often means grappling with various data types and how they’re managed. Efficient handling of data is crucial, especially when dealing with aspects like ... Read more


54: PackedFloat32Array in Godot ' Complete Guide

https://gamedevacademy.org/packedfloat32array-in-godot-complete-guide/

Game dev academy (Jeux)

Working with data effectively is a crucial skill for any developer, especially when it comes to game development where performance can directly affect the player experience. Godot Engine provides a ... Read more


55: PackedColorArray in Godot ' Complete Guide

https://gamedevacademy.org/packedcolorarray-in-godot-complete-guide/

Game dev academy (Jeux)

Understanding the intricacies of game development can often feel daunting to newcomers and experienced developers alike, yet mastering the tools of the trade is essential for crafting engaging interactive experiences. ... Read more


56: PackedByteArray in Godot ' Complete Guide

https://gamedevacademy.org/packedbytearray-in-godot-complete-guide/

Game dev academy (Jeux)

Understanding PackedByteArray in Godot 4 PackedByteArray is an essential class within the Godot 4 engine environment, bringing efficiency and precision to the management of byte data within your projects. Whether ... Read more


57: Fancy Debugging

https://madue.hashnode.dev/fancy-debugging

Hashnode - javascript (Javascript)

Debugging is the process of locating hidden problem(s) in your code without knowledge of the cause of such problem(s). Or it is the way of approaching problem(s) in code to make it runnable. It is a hopeful encounter of solving a problem. There is a ...


58: The Art of Successful Programming

https://madue.hashnode.dev/the-art-of-successful-programming

Hashnode - javascript (Javascript)

Programming is an art form. This short sentence may seem unreliable to a programming novice who sees coding as a spark of light standing beside a highly flammable substance, which may explode at any moment. In this illustration the spark (is coding) ...




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