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

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


5 Mars 2023 (77)

1: [Podcast] Quel stack pour des conteneurs en prod '

https://lydra.fr/quel-stack-pour-des-conteneurs-en-prod-radio-devops-32

Humancoders ()

Commentaires L'article [Podcast] Quel stack pour des conteneurs en prod ' a été posté dans la catégorie DevOps de Human Coders News


2: Sobriété et efficacité dans l'IT : les leviers pour concevoir des services informatiques

https://blog.nicolashachet.com/numerique-responsable/sobriete-et-efficacite-dans-lit-les-leviers-pour-concevoir-des-services-informatiques/

Humancoders ()

Sobriété ' et efficacité ' : deux leviers pour prendre en compte les enjeux environnementaux ' dans la conception de services informatiques. Je partage l'analyse de Jean-Marc Jancovici sur la sobriété : c'est à dire le choix délibéré de modérer voire renoncer à certains usages / fonctionnalités / contenus / niveaux de performances, ' toute Continue Reading Commentaires L'article Sobr [...]


3: J'ai automatisé LinkedIn avec Zapier et ChatGPT

https://davidl.fr/blog/github-linkedin-chatgpt

Humancoders ()

Dites adieu aux heures passées à produire du contenu marketing d'ingénierie et bonjour à vous concentrer sur l'écriture de plus de code. Commentaires L'article J'ai automatisé LinkedIn avec Zapier et ChatGPT a été posté dans la catégorie Git de Human Coders News


4: Weekend Reading ' ' That well-worn look '

https://labnotes.org/weekend-reading-that-well-worn-look/

Lab notes (Développement)

This week we celebrate cleaning products, a new timezone, predictive coding, Yiddish slang, and techno-linguistic chaos.


5: Console.log

https://vickyjay.hashnode.dev/consolelog

Hashnode - javascript (Javascript)

The JavaScript Console When we create front-end websites and applications, we work in the browser environment. We can use JavaScript to manipulate the DOM (Document Object Model) and display different elements and values, but many times, we just need...


6: LibreOffice 7.5.1 Brings Improved Dark Mode, 90+ Bug Fixes

https://www.webpronews.com/libreoffice-7-5-1-brings-improved-dark-mode-90-bug-fixes/

WebProNews SEO (Développement)

WebProNews LibreOffice 7.5.1 Brings Improved Dark Mode, 90+ Bug Fixes The Document Foundation has released the latest version of LibreOffice, bringing more than 90 bug fixes and improved Dark Mode. LibreOffice 7.5.1 Brings Improved Dark Mode, 90+ Bug Fixes Staff


7: Java forever

https://nimesh.hashnode.dev/java-forever

Hashnode - javascript (Javascript)

Java is a popular programming language that was first introduced in the mid-1990s by Sun Microsystems. It has since become one of the most widely used programming languages in the world, thanks to its simplicity, platform independence, and wide range...


8: Best Practices for MERN Stack Development

https://ahsanraza.hashnode.dev/best-practices-for-mern-stack-development

Hashnode - javascript (Javascript)

Introduction If you're new to the world of MERN stack development or just looking for some tips, here are some best practices that will help you get started. Code organization Code organization is important because it allows you to effectively manag...


9: Data Visualization with D3.js

https://openreplay.hashnode.dev/data-visualization-with-d3js

Hashnode - javascript (Javascript)

Data visualization is transforming information into a visual representation through visual media, such as a map or graph, to make data more accessible for the human brain to understand and pull insights from. Its purpose is to facilitate the recognit...


10 / 77

10: The Power of Generative Adversarial Networks (GANs) in creating realistic digital images!

https://judevector.hashnode.dev/the-power-of-generative-adversarial-networks-gans-in-creating-realistic-digital-images

Hashnode - python (python)

I know most of us have been seeing a lot of AI Generated Realistic Images out online, by the big tech companies and small ones,but do you know how it works ' Let's talk about the Power of Generative Adversarial Networks (GANs) in creating realistic ...


11: Domain name and hit Enter. Then'

https://icegeek.hashnode.dev/dnahet

Hashnode - javascript (Javascript)

Ever wondered what happens when you type "www.xyz.com" in your browser's address bar and it answers with the exact page you want' Ya, that's no magic. There are a series of processing steps that are run by the browser in order to paint actual pixels ...


12: Controlling Xiaomi vacuum cleaners with Node.js API

https://efim.hashnode.dev/controlling-xiaomi-vacuum-cleaners-with-nodejs-api

Hashnode - javascript (Javascript)

Introduction If you have a Xiaomi vacuum cleaner and want to control it using Node.js API, then you've come to the right place. We will start by setting up the environment and installing the required packages. Then, we will show you how to get the co...


13: JavaScript'de Object.freeze(), Object.seal() ve Object.defineProperty() kavramlar'

https://blog.cemaligencer.com/javascriptde-objectfreeze-objectseal-ve-objectdefineproperty-kavramlari

Hashnode - javascript (Javascript)

Object.freeze(), Object.seal() ve Object.defineProperty() gibi kavramlar, JavaScript nesne yönelimli programlama paradigmalar'nda oldukça önemlidir. Bu kavramlar' örneklerle aç'klamaya çal''al'm. Object.freeze() Object.freeze() yöntemi, bir nesnenin ...


14: JavaScript'de De'i'kenler

https://blog.cemaligencer.com/javascriptde-degiskenler

Hashnode - javascript (Javascript)

Javascript'te de'i'ken tan'mlamak için var, let ve const anahtar kelimeleri kullan'l'r. Bu anahtar kelimeleri kullan'rken do'ru seçim yapmak kodun okunabilirli'i ve yönetilebilirli'i aç's'ndan önemlidir. Bu yaz'da, bu üç anahtar kelimenin ne zaman ve...


15: Build A Responsive SideBar Navigation using HTML & CSS & JAVSCRIPT

https://webmonster.com/build-a-responsive-sidebar-navigation-using-html-css-javscript

Hashnode - javascript (Javascript)

In this video, we'll go over how to create a sidebar for your YouTube videos using HTML, CSS, and JavaScript. A sidebar can be a great way to showcase related videos, promote your other content, or add other helpful information for your viewers. We'l...


16: How to compare values using comparison operators in JavaScript.

https://tossi.hashnode.dev/how-to-compare-values-using-comparison-operators-in-javascript

Hashnode - javascript (Javascript)

The first operator we explore is the Equal to (==) operator. It checks if two values are equal. For example: const priceOne = 5; const priceTwo = 10; console.log(priceOne == priceTwo); Here, we used the Equal to (==) operator to check if the value...


17: "Comprehensive Guide to Building Interactive Web Applications for Beginners with Dash: A Python Framework for Data Visualization"

https://moeen.hashnode.dev/building-interactive-web-apps-for-beginners-with-dash-a-comprehensive-guide

Hashnode - python (python)

Introduction to Dash' Dash is a powerful Python framework developed by Plotly for creating interactive web apps and data visualizations. It includes a plethora of pre-built components and tools that make it simple to build professional-looking applic...


18: What is variables javascript

https://tossi.hashnode.dev/what-is-variables-javascript

Hashnode - javascript (Javascript)

Variables are containers that store information for later use. Let's create our first variable: let test; We use the let keyword to declare a variable with the name test. But, what happens if we use console.log() to log our new variable' let...


19: Day 8 in 100daysofcode challenge

https://wightintech.hashnode.dev/day-8-in-100daysofcode-challenge

Hashnode - Flutter (Flutter)

Hello and welcome to day 8 of my 100 days of code challenge super excited about writing this Sunday blog. A productive day after being lazy all weekend. Today's blog will include my first Sunday sauce section, a section where I share something useful...


20 / 77

20: Why Learning Programming (Coding) with Web Development is a Smart Choice

https://blog.desidevs.ga/why-learning-programming-coding-with-web-development-is-a-smart-choice

Hashnode - javascript (Javascript)

Visualization In web development you can easily have a visualisation of your program when you start seeing your program in real by your eyes it's help you to see what are you actually doing with HTML markup language and style sheet languages like CSS...


21: JavaScript is better than PHP'

https://fajar-dev.my.id/javascript-is-better-than-php

Hashnode - javascript (Javascript)

JavaScript and PHP are two different programming languages that are often used for different purposes. However, there are several arguments that suggest that JavaScript is better than PHP JavaScript JavaScript is a high-level, dynamic, and interprete...


22: Jump Game IV

https://leeting-lcs.hashnode.dev/jump-game-iv

Hashnode - python (python)

Problem Statement:- Given an array of integers arr, you are initially positioned at the first index of the array. In one step you can jump from index i to index: i + 1 where: i + 1 < arr.length. i - 1 where: i - 1 >= 0. j where: arr[i] == arr[j] a...


23: Creating a lot of variations of your Pixelart quickly

https://tante.hashnode.dev/creating-a-lot-of-variations-of-your-pixelart-quickly

Hashnode - Unity (unity)

Sometimes when creating pixel art assets for your games, you want to create a lot of different color variations quickly. In Hooked, we wanted to do exactly this for the trees. In this blog post, I want to walk you through the process of how I've impl...


24: Unlocking the Secrets of Kotlin Standard Functions

https://kerollosragaie.hashnode.dev/unlocking-the-secrets-of-kotlin-standard-functions

Hashnode - Kotlin (Mobiles)

Some of the Kotlin's standard functions are so similar that we are not sure which to use. Here I will introduce a simple way to clearly distinguish their differences and how to pick which to use. Scoping functions The functions that I'll focus on are...


25: React Hooks made easy with Examples

https://burhanraja.hashnode.dev/react-hooks-made-easy-with-examples

Hashnode - javascript (Javascript)

Introduction Before diving into the React Hooks, let me give you a brief about what is react. What is React' React is a javascript's Frontend library, not a framework. It is developed by Facebook (now Meta) in 2013. React makes Frontend easy to build...


26: Authentication in Node.js With Express-js and MongoDB

https://babluroy.hashnode.dev/authentication-in-nodejs-with-express-js-and-mongodb

Hashnode - javascript (Javascript)

This article explains how to perform user authentication in Node.js with express-js & MongoDB. In end, I have attached the GitHub repo. Alright, let's get down to the nitty-gritty and explore Authentication in-depth. Folder structure: I am assuming t...


27: This day in search marketing history: March 5

https://searchengineland.com/search-marketing-history-march-5-393889

Search engine land (Référencement)

Google confirms Vince Update, plus: mobile-first indexing, webspam, Google adds page load time to Quality Score algorithm and more. The post This day in search marketing history: March 5 appeared first on Search Engine Land.


28: Starting To Code in Python.

https://sanjilshahi.com.np/starting-to-code-in-python

Hashnode - python (python)

Are you interested in learning to code' Python is a great programming language to start with. It's easy to learn, has a simple syntax, and is used in a variety of fields like web development, data science, and artificial intelligence.[1] In this post...


29: THe < OOPS > ConCepT........ Read more

https://amansagar.hashnode.dev/the-oops-concept-read-more

Hashnode - javascript (Javascript)

Object-Oriented Programming (OOP) is a programming paradigm that is based on the concept of objects, which can contain data and code that act on that data. OOP is a powerful way to organize and structure code, making it easier to understand, maintain...


30 / 77

30: 2023's Top Programming Languages: What You Need to Know

https://aryansharma.hashnode.dev/2023s-top-programming-languages-what-you-need-to-know

Hashnode - javascript (Javascript)

Hi there! Namaste'' As a tech geek or even a newbie in the tech world. We struggle to find which new programming language to learn next. We developers regularly pick up new skills as we work on various projects using various tech stacks. It is ther...


31: Microservice Architecture and System Design with Python & Kubernetes | Auth

https://ikunalsingh.hashnode.dev/microservice-architecture-and-system-design-with-python-kubernetes-auth

Hashnode - python (python)

Architecture ' Tools and Languages Used ' Python Docker Kubernetes MongoDB MySQL RabbitMQ Working '' The Client uploads the video to be converted, the video will first hit our API gateway. API gateway will store the video in MongoDB and ...


32: JavaScript Object Destructuring

https://rajsahu-blog.com/javascript-object-destructuring

Hashnode - javascript (Javascript)

Javascript object destructuring is a technique that allows you to extract specific values from an object and assign them to variables in a more concise way. It can make your code more readable and easier to understand. Basic Syntax The basic syntax f...


33: Day 6 of my full stack project

https://jaychavan.hashnode.dev/day-6-of-my-full-stack-project

Hashnode - javascript (Javascript)

Fully done with Backend User routes learned a lot about routing and playing with APIs Added the following admin can see all the users Admin can get one user creating & updating reviews for the products Rating and number of reviews Delete user - ...


34: How to Manage Conflicts in Git: A Practical Guide

https://m4hblogs.hashnode.dev/how-to-manage-conflicts-in-git-a-practical-guide

Hashnode - javascript (Javascript)

As multiple developers work on the same codebase, conflicts can arise when changes made to the code overlap or contradict each other. Git provides several tools to help manage these conflicts, allowing developers to work collaboratively without disru...


35: Day 13 - String Methods in Python

https://codewithjain.hashnode.dev/day-13-string-methods-in-python

Hashnode - python (python)

Introduction Welcome to day 13 of my python coding journey blog post. On day 13, I learnt about different methods of strings in python. Python provides various built-in string methods that can be used to alter and modify the strings. Let's dive deep ...


36: Handling Form Data in React

https://oluwatrillions.hashnode.dev/handling-form-data-in-react

Hashnode - javascript (Javascript)

Forms are the most used HTML element, and as a result, they are a part of web development that we have to deal with every day as developers, and form handling comes in different ways depending on choice. In React, there are two ways to handle forms (...


37: An intro to JavaScript and game development

https://noobcodertries.hashnode.dev/an-intro-to-javascript-and-game-development

Hashnode - javascript (Javascript)

Wanna play cool, interactive games but are not sure how to start' Here is a simple guide to getting your fundamentals straight. Introduction to JavaScript JavaScript is a versatile and ever-evolving programming language, with many interesting topics ...


38: WCCChallenge: Sparkles

https://blog.illestpreacha.com/wccchallenge-sparkles

Hashnode - javascript (Javascript)

SparklesRItual For this week's Creative Code challenge by @sableRalph : Sparkles, I decided to code a Sparkle-filled ritual in P5js, Hydra & Seis8s The sparkles effect comes from P5js The ritual and movement come from modulating the P5js mouse move...


39: What is an API or What is Bitquery API'

https://aqeere.hashnode.dev/what-is-an-api-or-what-is-bitquery-api

Hashnode - javascript (Javascript)

API, also known as application program interface, is a medium through which software applications send, request, and receive digital information between themselves. Think of API as a waiter in a pizza shop who takes orders from the customer, takes th...


40 / 77

40: The page does not automatically scroll to the top when switching routes React JS

https://pawanjs.hashnode.dev/the-page-does-not-automatically-scroll-to-the-top-when-switching-routes-react-js

Hashnode - javascript (Javascript)

There is a common issue that is faced by many developers during developing a React app which is page is not automatically scrolled to the top after route changes. Although this issue is not present in frameworks like Gatsby and Next JS. This issue ar...


41: Infinite Scroll in React - Without External Libraries

https://blog.theshubhagrwl.in/infinite-scroll-in-react-without-external-libraries

Hashnode - javascript (Javascript)

Infinite Scroll is an effect we put on websites to create a seamless user experience. This effect is no magic, it is just some clever use of JavaScript to give the website a better overall experience. This technique is used on many websites, especial...


42: LeetCode - Count Good Nodes in Binary Tree

https://alkesh26.hashnode.dev/leetcode-count-good-nodes-in-binary-tree

Hashnode - javascript (Javascript)

Problem statement Given a binary tree root, a node X in the tree is named good if in the path from root to X there are no nodes with a value greater than X. Return the number of good nodes in the binary tree. Problem statement taken from: https://lee...


43: What is console.log in javascript

https://tossi.hashnode.dev/what-is-consolelog-in-javascript

Hashnode - javascript (Javascript)

We will use console.log() as a tool to test our code. console.log(1); As you can see, console.log() simply displays information in your JavaScript console ' in this case the value 1.


44: Unlock the Power of Geolocation API in Javascript: Enhance Your Web Apps with Location-Based Features

https://tobit.hashnode.dev/unlock-the-power-of-geolocation-api-in-javascript-enhance-your-web-apps-with-location-based-features

Hashnode - javascript (Javascript)

What is the geolocation API' The geolocation API is a powerful tool available in Javascript that allows web applications to access the user's location information. This API allows web developers to create location-based features that enhance the user...


45: How to use WebGL for Interactive 3D Graphics

https://egimata.hashnode.dev/how-to-use-webgl-for-interactive-3d-graphics

Hashnode - javascript (Javascript)

Well of course you have, If you've ever played a modern video game on a console or computer, then you're already familiar with the concept. I am not talking about the old school games like Super Mario or Donkey Kong which were made in a 2D canvas. I ...


46: 6 Useful JavaScript Tips for Beginners

https://hardikgohilhlr.hashnode.dev/6-useful-javascript-tips

Hashnode - javascript (Javascript)

Hey Guys, Hope you all are doing well. Here are some of the useful tips that can improve productivity and overall performance of JavaScript code. These tips are for beginner and intermediate programmers as well. So without further ado let's jump in! ...


47: Mastering Prototyping in JavaScript: A Comprehensive Guide

https://mohitmohlia.hashnode.dev/mastering-prototyping-in-javascript-a-comprehensive-guide

Hashnode - javascript (Javascript)

Prototyping in JavaScript: An Introduction JavaScript is a powerful programming language that is widely used to create dynamic, interactive websites and web applications. One of the key features of JavaScript is its ability to use prototyping to add ...


48: Black Formatter Not Working in VSCode

https://tidycoders.com/black-formatter-not-working-in-vscode

Hashnode - python (python)

I had an issue setting up black autoformatting for a new python project recently (something I definitely recommend that you do) so here is the fix for anyone who runs into the same problem. The Issue I wanted to achieve a setup where prettier would b...


49: Closures in JS '

https://dailylearn.hashnode.dev/closures-in-js

Hashnode - javascript (Javascript)

In this blog, we are going to learn about closure the most important topic in javascript. Now if we try to understand the theoretical part and definitions thenwe may remember this topic week or max month. So rather than going with thetheoretical part...


50 / 77

50: Neeva, moteur de recherche basé sur l'IA qui rémunère ses sources

https://www.lemondeinformatique.fr/actualites/lire-neeva-moteur-de-recherche-base-sur-l-ia-qui-remunere-ses-sources-89587.html

Le monde informatique (Informatique / Internet)

Ceux qui s'inquiètent de savoir si les éditeurs et les créateurs de contenu obtiendront leur part à l'ère (...)


51: Getting started with Django App

https://srujangowda.hashnode.dev/getting-started-with-django-app

Hashnode - python (python)

Introduction An app in Django is a self-contained module that provides a specific functionality within the Django project. A Django project can have multiple apps, each of which handles multiple functionalities of a project. For example, let's say yo...


52: React setup without create-react-app

https://tango.com/react-setup-without-create-react-app

Hashnode - javascript (Javascript)

If you are using create-react-app stop using this for production applications because you may install many inbuild dependencies and your application it causes heavy and slow applications for users. (npx create-react-app good for beginners). If you wa...


53: Day 1: Learning JavaScript.

https://parzival71.hashnode.dev/day-1-learning-javascript

Hashnode - javascript (Javascript)

Hello, community this is my debut blog. I will be using this platform as a log for my learning so that I can keep track of what I am learning so, today I learned how we came across javascript for web development. Javascript is the pinnacle of web dev...


54: A list of the top 10 tools for collecting data through web scraping using Python.

https://lifebeyondtime.hashnode.dev/a-list-of-the-top-10-tools-for-collecting-data-through-web-scraping-using-python

Hashnode - python (python)

Web scraping has gained popularity as a means of collecting information from websites, and Python stands out as one of the most commonly used programming languages for this purpose. With a vast selection of libraries and frameworks available, Python ...


55: Mastering Debugging with console.log() in JavaScript

https://coderbuddy.in/mastering-debugging-with-consolelog-in-javascript

Hashnode - javascript (Javascript)

Introduction When it comes to debugging in JavaScript, console.log() is one of the most commonly used functions. It allows developers to log messages, variables, and objects to the console, providing insights into how their code is executing. In this...


56: useCallback vs useMemo

https://sumideycodingblog.hashnode.dev/usecallback-vs-usememo

Hashnode - javascript (Javascript)

In the world of React, when building a complex application performance optimization is a crucial aspect. Two of the most commonly used hooks that can aid in this are useCallback and useMemo. While both hooks are used to better the performance of the ...


57: Hoisting & TDZ (Temporal Dead Zone) in JavaScript

https://amnah.com/hoisting-tdz-temporal-dead-zone-in-javascript

Hashnode - javascript (Javascript)

As per MDN: JavaScript Hoisting refers to the process whereby the interpreter appears to move the declaration of functions, variables, or classes to the top of their scope, prior to the execution of the code. Let's dive deep and understand hoisting i...


58: React Sorting - JavaScript Exercise 8

https://rajeshtomjoe.com/react-sorting-javascript-exercise-8

Hashnode - javascript (Javascript)

Overview In this exercise, you will be building a React component that can sort a list of items based on user selection. The component should allow the user to choose a sorting option from a dropdown menu and then display the sorted list accordingly....


59: Shared Preferences

https://raman04.hashnode.dev/shared-preferences

Hashnode - Flutter (Flutter)

Shared Preferences is a simple key-value storage system provided by the Flutter framework. This storage system is used to store small amounts of data that are required by the application across different screens. Shared Preference is an ideal solutio...


60 / 77

60: HTML Element

https://coderanils.hashnode.dev/html-element

Hashnode - javascript (Javascript)

An HTML element is defined by a start tag, some content, and an end tag: Content goes here... The HTML element is everything from the start tag to the end tag: My First Heading My first paragraph. Start tagEle...


61: HTML Basic to Advance

https://coderanils.hashnode.dev/html-introduction

Hashnode - javascript (Javascript)

What is HTML' HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display t...


62: Significance of purpose and meaning in life

https://sumanprasad.hashnode.dev/significance-of-purpose-and-meaning-in-life

Hashnode - python (python)

' Introduction: Looking for a sense of purpose and meaning in life is essential for everyone, especially for graduates who are entering a new phase in their lives. As Sadhguru suggests in his book, Inner Engineering, connecting with our inner selves...


63: [].map, [].filter, [].find & [].reduce functions in JS

https://blog.khemanthraju.com/map-filter-find-reduce-functions-in-js

Hashnode - javascript (Javascript)

.map() : This function helps to Map each element from the given array and do the manipulation like incrementing by 2, multiplying by 5, and so on' Syntax: map((element) => { /* ' */ }) map((element, index) => { /* ' */ }) map((element, index, array) ...


64: GitHub : The place where we fork

https://rohan-anand.com/github-the-place-where-we-fork

Hashnode - python (python)

Introduction In this blog, I am going to show you how to fetch all repositories that have more stars, put them in BigQuery and visualize that through Looker(Google Data Studio). I will be fetching the repo description, number of times it forked, the ...


65: BYF: Polyfill

https://akp.hashnode.dev/byf-polyfill

Hashnode - javascript (Javascript)

With the newer react version, you might have come across an error that looks something like this: BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module a...


66: Basics Of Python

https://priyachakraborty.hashnode.dev/basics-of-python-day-1

Hashnode - python (python)

This blog is for beginners, who are willing to learn python. Starting from day 1 to day 30. I am going to cover the all basic topics of python that will be helpful for beginners. Day 1 : Starting with a simple python code -> Remember one thing, Pytho...


67: Which CSS Framework will be used in 2023 '

https://coderscode.hashnode.dev/which-css-framework-will-be-used-in-2023

Hashnode - javascript (Javascript)

It's hard to predict with certainty which CSS framework will be used the most in 2023, as it depends on various factors such as emerging trends, user preferences, and technological advancements. However, here are some CSS frameworks that are expected...


68: How To Plot A Trading Graph With Bitquery API and Javascript

https://balogunmaliko.hashnode.dev/how-to-plot-a-trading-graph-with-bitquery-api-and-javascript

Hashnode - javascript (Javascript)

In the fast-paced world of cryptocurrency trading, having access to real-time data and analytics is crucial for making informed decisions. Bitquery is a powerful data analytics platform that provides developers with access to a vast amount of blockch...


69: How to Use Decorators in Python'

https://realpythonproject.hashnode.dev/how-to-use-decorators-in-python

Hashnode - python (python)

Decorators in Python are a powerful tool that allows you to modify the behavior of functions and classes. In this tutorial, we'll take a deeper look at advanced decorators and how they can be used to solve common programming challenges. This tutorial...


70 / 77

70: I Created A Simple Note App With Jetpack Compose

https://ethan91.hashnode.dev/i-created-a-simple-note-app-with-jetpack-compose

Hashnode - Kotlin (Mobiles)

Introduction Hello! ' I created a simple note taking app using Jetpack Compose so I'd thought I'd show it to you, it's still pretty simple so any feedback etc. Is appreciated. The Main Screen The main screen when the user loads the app is as follow...


71: [Simple Web Apps] 2. Customizable Toast Notifications

https://arunkumars08.hashnode.dev/simple-web-apps-2-customizable-toast-notifications

Hashnode - javascript (Javascript)

In my previous article on the series of building simple web apps, I wrote about building simple toast notifications. Now, we will improve that to add some interesting customizations/configuration capabilities. In this article, we are going to add som...


72: How to Calculate Time to Read an Article in JavaScript

https://euniceogboye.hashnode.dev/how-to-calculate-time-to-read-an-article-in-javascript

Hashnode - javascript (Javascript)

Calculating the time it takes to read an article is a useful feature for many websites, especially for those that provide content in the form of articles, blogs, or tutorials. The ability to estimate the time it takes to read an article can help user...


73: Tools Used by web developers

https://moreshwar.hashnode.dev/tools-used-by-web-developers

Hashnode - javascript (Javascript)

VS Code Editor Free and Open Source: VS Code is free to download and use, and its source code is open source, which means developers can modify and customize it to suit their needs. Git Integration: VS Code has built-in Git integration, which makes...


74: RBAC Authorization with FastAPI and PropelAuth

https://propelauth.hashnode.dev/rbac-authorization-with-fastapi-and-propelauth

Hashnode - python (python)

Role-based access control (RBAC) is a method of deciding who gets access to what based on their role. As an example, let's say we are building a product that allows teams to chat with their coworkers. Within a team, each user is either an Admin or a ...




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