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

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


21 Avril 2024 (37)

1: Flutter & Supabase Mobile App Starter Template

https://miljepetrovic.com/flutter-supabase-mobile-app-starter-template

Hashnode - Flutter (Flutter)

This template provides a solid foundation for building cross-platform mobile applications using Flutter and Supabase. This template will save you 24+ hours of development work. You can quickly kickstart your mobile app development process, focusing o...


2: Crafting PySpark Custom Functions

https://cenz.hashnode.dev/crafting-pyspark-custom-functions

Hashnode - python (python)

Code reusability, abstraction, modularity, and ease of debugging are fundamental principles in software development, and Python's functions play a vital role in upholding these principles. By encapsulating specific tasks within functions, developers ...


4: TikTok Lite achète votre cerveau pour 38 centimes de l'heure : Tout savoir

https://www.lebigdata.fr/tiktok-lite-recompenses-connexion

Le Big Data (dataviz)

Se faire payer pour subir à longueur de journée un lavage de cerveau, c'est un peu le concept de TikTok … Cet article TikTok Lite achète votre cerveau pour 38 centimes de l'heure : Tout savoir a été publié sur LEBIGDATA.FR.


5: Python Internals

https://curiousindian958.hashnode.dev/python-internals

Hashnode - python (python)

When we create a variable in Python and assign some data to it an object of the data gets created in memory and the variable points to it. So when we assign the same data value to another variable it references the same data. (Everything in Py is an ...


6: Day 1

https://blog.manitchitkara.me/day-1

Hashnode - javascript (Javascript)

Today is the first day of daily blogging about learning development. I began the day by searching for a React tutorial and started to follow along. It's been a while since I've coded regularly. Watching the tutorial brought back memories of when I fi...


7: Day 3 of 100DaysOfCode: Missing - A Detective's Mystery

https://keiran-portfolio.hashnode.dev/day-3-of-100daysofcode-missing-a-detectives-mystery

Hashnode - python (python)

In Day 3 of #100DaysOfCode, I have created a short mini project called Missing: A Detective's Mystery program using the following concepts I learnt today: If Statements Multiple If Statements in succession Nested If and Elif statements Logical Op...


8: Web Storage APIs

https://gunjanagarwal.hashnode.dev/web-storage-apis

Hashnode - javascript (Javascript)

In this blog, we explore the Web Storage API provided by modern web browsers. This API allows websites to store data directly within the user's browser. There are three main types of Web Storage APIs: Local Storage: Enables data storage across brows...


9: Aggregation Pipeline In MongoDB using $bucket & $facet (Part 4)

https://ganesh3142.hashnode.dev/aggregation-pipeline-in-mongodb-using-bucket-facet-part-4

Hashnode - javascript (Javascript)

Hello and welcome back readers in this next and last part of this series, In this part, we will learn about two other important operators i.e. $bucket and $facet. Till now in this series, we have explored some of the major and most important aggregat...


10 / 37

10: Introduction to Quantum Machine Learning (QML)

https://rvbug.hashnode.dev/introduction-to-qml

Hashnode - python (python)

Prelude My love for Quantum Physics rekindled in 2017 while studying the foundation of mathematics used in Machine Learning and Deep Learning. Another interesting branch gaining momentum is Quantum Machine Learning (QML) - an intersection between Qua...


11: Mots de passe dérobés: le cauchemar dont vous ne vous réveillerez pas

https://www.lebigdata.fr/mots-de-passe-derobes-le-cauchemar-dont-vous-ne-vous-reveillerez-pas

Le Big Data (dataviz)

Une campagne d’hameçonnage extrêmement sophistiquée utilisant des e-mails, SMS et appels vocaux a récemment ciblé les utilisateurs du gestionnaire de … Cet article Mots de passe dérobés: le cauchemar dont vous ne vous réveillerez pas a été publié sur LEBIGDATA.FR.


12: NaPoWriMo x NaPoGenMo 2024 Day 21:

https://blog.illestpreacha.com/napowrimo-reflections

Hashnode - javascript (Javascript)

PoeticReflections For the 21st day of NaPoWriMo/NaPoGenMo 2024, 'PoeticReflections' coded in Hydra & Sies8s puts the poem in a reflective / near symmetrical animated state. Poem Allow myself to reset Allow my mind to reflect Inspect what the feelings...


13: Express.js at first impression

https://ruptudas011.hashnode.dev/expressjs-at-first-impression

Hashnode - javascript (Javascript)

Title: My First Day with Express.js: Creating a Server and Understanding Backend Architecture Hey Hashnode community! ' Today, I delved into the world of Express.js, and what an exciting journey it has been! In this blog post, I'll share my experien...


14: TypeScript by Example

https://danieljalopes.hashnode.dev/02-typescript-by-example

Hashnode - javascript (Javascript)

Introduction This intends to be a quick reference for an experienced developer to quickly learn and use Typescript. Commands Install on the local machine Typescript engine npm install -g typescript Check version tsc --version Transpile Typescript t...


15: Exploring the Basics of Python Dictionaries

https://thecloudpi.hashnode.dev/exploring-the-basics-of-python-dictionaries

Hashnode - python (python)

In Python, a dictionary is a built-in data structure that stores a collection of key-value pairs. It is unordered, mutable, and can contain any data types as keys and values. Dictionaries are also known as associative arrays or hash tables in other p...


16: Exploring the Basics of Python Dictionaries

https://lingarajtechhub.com/exploring-the-basics-of-python-dictionaries

Hashnode - python (python)

In Python, a dictionary is a built-in data structure that stores a collection of key-value pairs. It is unordered, mutable, and can contain any data types as keys and values. Dictionaries are also known as associative arrays or hash tables in other p...


17: The Great Showdown: HTML vs. Django

https://blog.nischallamichhane.com.np/html-vs-django

Hashnode - python (python)

Welcome, dear readers, to the ultimate showdown between two titans of the web development world: HTML and Django. In one corner, we have HTML, the veteran markup language that's been shaping the web since the dawn of the internet. In the other corner...


18: How to Create a SIP Calculator with React.js useEffect

https://thecloudpi.hashnode.dev/how-to-create-a-sip-calculator-with-reactjs-useeffect

Hashnode - javascript (Javascript)

Here's a basic SIP (Systematic Investment Plan) calculator built with React.js and the useEffect hook. This calculator lets users enter their monthly investment amount, expected rate of return, and how long they plan to invest, to find out the final ...


19: How to Create a SIP Calculator with React.js useEffect

https://lingarajtechhub.com/how-to-create-a-sip-calculator-with-reactjs-useeffect

Hashnode - javascript (Javascript)

Here's a basic SIP (Systematic Investment Plan) calculator built with React.js and the useEffect hook. This calculator lets users enter their monthly investment amount, expected rate of return, and how long they plan to invest, to find out the final ...


20 / 37

20: Building a Personal NFT Marketplace on Algorand

https://alexandercodes.hashnode.dev/building-a-personal-nft-marketplace-on-algorand

Hashnode - python (python)

Introduction In this post, we're going to look at writing a simple smart contract in Algorand Python that allows a creator to list and sell their NFTs. The creator will be able to transfer assets to the application and set a sale price for each item ...


21: Ce célèbre site de téléchargement bientôt de retour''! Tout savoir

https://www.lebigdata.fr/site-uptobox

Le Big Data (dataviz)

Le site de téléchargement de référence, Uptobox, pourrait bien revenir sur les devants de la scène après sa fermeture. Les … Cet article Ce célèbre site de téléchargement bientôt de retour''! Tout savoir a été publié sur LEBIGDATA.FR.


22: What Are Programming Paradigms

https://lior-amsalem.hashnode.dev/what-are-programming-paradigms

Hashnode - javascript (Javascript)

Programming paradigms are fundamental styles or approaches to building software. They dictate the structure, design, and implementation of programs. Different paradigms emphasize different concepts, such as data encapsulation, modularity, and control...


23: What Js Frameworks Do Big Companies Use '' '

https://mince.hashnode.dev/what-js-frameworks-do-big-companies-use

Hashnode - javascript (Javascript)

Today we will know what javascript framework famous web apps or websites we use daily use. Let's deep dive in ! Google Google uses angular to make it's side product's application. Typescript is used along with angular Facebook As expected facebook u...


24: Master CSS Units

https://bharatblogs.hashnode.dev/master-css-units

Hashnode - javascript (Javascript)

Hi Folks, In this article we are going to learn about UNITS IN CSS, Like in real world we have different types of measuring units to measure different items e.g. we measure liquid in liter, rice in kg etc. Similarly In CSS, we have different units to...


25: [DAY 6-8] I Learned CSS Colors, HTML Forms, & Built A Survey Form Project

https://thomaslearnscoding.hashnode.dev/day-6-8-i-learned-css-colors-html-forms-built-a-survey-form-project

Hashnode - javascript (Javascript)

Hey everyone! I've made a few changes to my blogging routine to ensure the content I deliver has valuable content and is easy to read. Instead of posting every day, I've switched to a biweekly schedule, publishing twice a week. This allows me to focu...


26: Understanding JavaScript

https://hemaa.hashnode.dev/understanding-javascript

Hashnode - javascript (Javascript)

Let's try to understand the basics of JavaScript. JavaScript is a synchronous single-threaded programming language. What is a single-threaded language'A single-threaded language means that it can only execute one piece of code at a time. In other wor...


27: Introduction to JavaScript

https://developermohit.com/introduction-to-javascript

Hashnode - javascript (Javascript)

DEFINITION OF JAVASCRIPT JavaScript is a light weight, scripting language for web pages that allow developers to create dynamic and interactive content within web browser. It is used HTML and CSS to enhance the functionality of a website. Features ' ...


28: Urgent : Tesla rappelle tous les Cybertrucks à cause de ce gros problème'!

https://www.lebigdata.fr/cybertrucks-tesla

Le Big Data (dataviz)

Les Cybertrucks de Tesla rencontrent encore une difficulté. Après son design qui ne passe pas auprès des adeptes, les voitures … Cet article Urgent : Tesla rappelle tous les Cybertrucks à cause de ce gros problème'! a été publié sur LEBIGDATA.FR.


29: Weekly Indie Log 28

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

Hashnode - Flutter (Flutter)

' Check out my apps: HabitKit, WinDiary and Liftbear Let's talk about ASO (App Store Optimization) this week. It actually started with a really pleasant surprise. After weeks of no big changes, the ranking of my app HabitKit in the App Store starte...


30 / 37

30: Introduction to AWS CloudFront

https://rohit1101.hashnode.dev/introduction-to-aws-cloudfront

Hashnode - python (python)

What is CloudFront' Amazon CloudFront is a globally distributed content delivery network service offered by Amazon Web Services (AWS). It accelerates the delivery of websites, APIs, video content, and other web assets to users across the globe by cac...


31: Creating a custom PlayClipAtPoint function

https://theredmark.hashnode.dev/creating-a-custom-playclipatpoint-function

Hashnode - Unity (unity)

The AudioSource.PlayClipAtPoint() function doesn't let us have a lot of control over the Audio Source itself. So I created a custom class for this. using UnityEngine; using UnityEngine.Audio; public class AudioClipPlayer : MonoBehaviour { [Head...


32: Unity: Hierarchy filling up with "New Game Object" objects

https://theredmark.hashnode.dev/unity-hierarchy-filling-up-with-new-game-object-objects

Hashnode - Unity (unity)

This is a bug that occurred in my new game "Survivesmith" a while back. I've been ignoring it for too long and today, I decided to find a fix finally. I searched for a solution online and didn't quite get the answer. So I asked ChatGPT if it could ...


33: Efficient Manual Deployment of Firebase Web to Hosting: A Step-by-Step Guide

https://harishkunchala.com/efficient-manual-deployment-of-firebase-web-to-hosting-a-step-by-step-guide

Hashnode - Flutter (Flutter)

As we know that Without automatic builds and deploys, we will handle the process yourself every time you want to update your web app. Prerequisite: Make sure that your Flutter web app is connected to Firebase as shown in this article. Now that's done...


34: Hosting your Flutter Web App on Firebase: Step by Step including Github Actions

https://harishkunchala.com/hosting-your-flutter-web-app-on-firebase-step-by-step-including-github-actions

Hashnode - Flutter (Flutter)

There are severWhile there are several popular ways to host your Web Apps such as AWS, GCP or even Digital Ocean (Which I am a huge fan), nothing beats the simplicity of hosting on Firebase Web and it's free for the most part. Introduction: Firebase ...


35: Svelte vs React vs Vue: A Comparative Study

https://blog.ahmedsuliman.com/svelte-vs-react-vs-vue-a-comparative-study

Hashnode - javascript (Javascript)

Introduction In the realm of modern web development, choosing the right framework can be a daunting task. Today, we will delve into a comparative study of three popular JavaScript frameworks: Svelte, React, and Vue. These frameworks have gained signi...


36: Optimizing Your SvelteKit Application for Performance

https://blog.ahmedsuliman.com/optimizing-your-sveltekit-application-for-performance

Hashnode - javascript (Javascript)

Introduction In the world of web development, performance optimization is a crucial aspect that can significantly impact the user experience. When it comes to SvelteKit, a popular framework for building web applications, performance optimization is n...




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