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

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


28 Mai 2023 (59)

1: Advancing Towards Deployment: Exploring Hosting Platforms and Streamlining the Process - Day 117 of 365DaysOfCode

https://arashjangali.com/advancing-towards-deployment-exploring-hosting-platforms-and-streamlining-the-process-day-117-of-365daysofcode

Hashnode - javascript (Javascript)

Day 117 of #365DaysOfCode I found that React's built-in createContext and useContext hooks didn't quite meet my requirements. These hooks are typically used to pass data through the component tree without having to pass props down manually at every l...


2: Impact of Fonts on web browsers

https://alishabhale.hashnode.dev/impact-of-fonts-on-web-browsers

Hashnode - javascript (Javascript)

Introduction As front-end developers, we often focus on the visual design and functionality of websites, but have you ever considered the impact of fonts on Cumulative Layout Shifts (CLS)' I can relate to this, as I, too, overlooked the significance ...


3: Mastering Frontend Topics Before Your Interview: Essential Skills and Strategies

https://ayush77.hashnode.dev/mastering-frontend-topics-before-your-interview-essential-skills-and-strategies

Hashnode - javascript (Javascript)

Difference between useEffect and useState' Intro line: useState and useEffect both are hooks that are most commonly used in any React application. 3 points of comparison: i. Purpose: useState: Used to manage state within a component. useEffect: Use...


4: Tech foutraque 1

https://techfoutraque.hashnode.dev/tech-foutraque-first-article

Hashnode - javascript (Javascript)

' Frontend State of Node.js Performance 2023 Conditional CSS with :has and :nth-last-child Getting started with View Transitions on multi-page apps State Management in React Applications Understanding React Concurrency You Might Not Need React...


5: How I Tried to Get Rich Using Web Scraping

https://blog.willbraun.dev/how-i-tried-to-get-rich-using-web-scraping

Hashnode - python (python)

I've been a tennis player and fan of the pro tour my whole life. Since sports betting in the US was legalized, I've seen some friends of mine make ridiculous bets on tennis matches. Even with my knowledge of the game and pro players, I can't stomach ...


6: Test your Flutter app with different screens: Device_Preview

https://rafat.hashnode.dev/test-your-flutter-app-with-different-screens-devicepreview

Hashnode - Flutter (Flutter)

Since Flutter is a cross-platform framework, we can develop applications for any screen size and platform. Hence we have to maintain our design responsive. To measure the responsiveness either we have to buy different sizes of devices or need a tool ...


7: Day 5 Of 30DaysOfJavaScript

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

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 4 Article on #30DaysOfJs. In case, if you haven't then make sure you give it a read by clicking here. Arrays In contrast to variables, an array can store multiple values. Each value in an ...


8: Charted: The Number of Democracies Globally

https://www.visualcapitalist.com/cp/number-democracies-globally/

Visual Capitalist (dataviz)

How many democracies does the world have' This visual shows the change since 1945 and the top nations becoming more (and less) democratic. The post Charted: The Number of Democracies Globally appeared first on Visual Capitalist.


9: What is advantage of typescript why should we use it in our project '

https://thatisabhi.hashnode.dev/what-is-advantage-of-typescript-why-should-we-use-it-in-our-project

Hashnode - javascript (Javascript)

TypeScript is a typed superset of JavaScript that adds optional static typing to the language. It was created by Microsoft in 2012 and has been growing in popularity ever since. There are many advantages to using TypeScript in your projects. Here are...


10 / 59

10: Higher-order functions in JavaScript

https://srinivasakarthikeyan.hashnode.dev/higher-order-functions-in-javascript

Hashnode - javascript (Javascript)

JavaScript treats functions as first-class citizens. Functions are considered values similar to primitives. Functions can be assigned to variables, passed as arguments to other functions and return a function from another function. Power of higher-...


11: The Most Popular Programming Languages in 2023: Stay Ahead of the Game

https://azharmaulana.hashnode.dev/the-most-popular-programming-languages-in-2023-stay-ahead-of-the-game

Hashnode - javascript (Javascript)

In the rapidly evolving digital landscape, programming has become one of the most sought-after skills one can possess. Programming languages serve as tools for creating computer programs and applications that we use in our daily lives. In this articl...


12: Intersection of Two Linked Lists

https://nileshsaini.hashnode.dev/intersection-linked-lists

Hashnode - javascript (Javascript)

One common problem involving linked lists is determining if and where two lists intersect. The intersection point is defined as the node at which the two linked lists share common elements. This problem poses an interesting challenge due to the varyi...


13: How to Write Input() in 20 Different Languages

https://blog.learnhub.africa//how-to-write-input-in-20-different-languages

Hashnode - javascript (Javascript)

While working on a project today using C, I realized I had forgotten the input syntax. Thanks to ChatGPT, which came in handy, I got the syntax, and that made me smile as the more we use other programming languages, the more we mix and forget some o...


14: Decoding Web Scraping with Python

https://blog.shlokashah.com/decoding-web-scraping-with-python

Hashnode - python (python)

Web scraping has become an important technique for extracting valuable information from websites. With the growing need for data-driven insights, web scraping provides a powerful means to gather data from various sources on the internet. In this blog...


15: A Step-by-Step Guide to Creating a React Project the Right Way

https://gouravmohanty.hashnode.dev/a-step-by-step-guide-to-creating-a-react-project-the-right-way

Hashnode - javascript (Javascript)

I have worked as a developer for React for more than three years. Hundreds of developers, both amateur and experienced, have approached me with similar problems since I began working with React. Several factors, including the abundance of online tuto...


16: Build Stocks Tracker Web App using Anvil and Google Colab

https://lowcodebhai.com/stocks-tracker-app-anvil-colab

Hashnode - python (python)

In this article, I will show you how to build a web app using Anvil and Google Colab to track your favorite stocks. For those who are not aware of Anvil, it is a low-code platform that allows users to build and deploy full-stack web apps using only P...


17: Implementing Real-Time Notifications Using Redis Pub/Sub

https://arnab2001.hashnode.dev/implementing-real-time-notifications-using-redis-pubsub

Hashnode - javascript (Javascript)

Real-time notifications play a crucial role in enhancing user engagement and providing a dynamic user experience in web applications. One of the popular technologies for implementing real-time communication is Redis Pub/Sub, which offers a scalable a...


18: NPM Ecosystem

https://devsintech.hashnode.dev/npm-ecosystem

Hashnode - javascript (Javascript)

Overview Hey, We are back with a blog on the most used package manager. In this blog, we will try to learn one of the package managers of JavaScript and it is also a default package manager for Node.js runtime environment. In this blog, I will cover ...


19: "Roadmap to Success: How to Crack Frontend Developer Placements in 4 Months"

https://jatinonwebdevelopment.hashnode.dev/roadmap-to-success-how-to-crack-frontend-developer-placements-in-4-months

Hashnode - javascript (Javascript)

To crack a product-based company as a software engineer, it's important to focus on both technical skills and interview preparation. Here's a roadmap for the next four months to help you prepare: Month 1: Strengthen Core Technical Skills Review Java...


20 / 59

20: Understanding Closures and Callbacks in JavaScript

https://pratish.hashnode.dev/understanding-closures-and-callbacks-in-javascript

Hashnode - javascript (Javascript)

Introduction JavaScript is a versatile programming language widely used for web development, and it incorporates powerful concepts like closures and callbacks. Understanding these concepts is essential for writing efficient and maintainable JavaScrip...


21: Unreveling Coercion in JavaScript: Understanding Implicit Type Conversion

https://www.apnicodeshala.com/unreveling-coercion-in-javascript-understanding-implicit-type-conversion

Hashnode - javascript (Javascript)

Introduction: JavaScript is a versatile programming language that offers flexibility and convenience when it comes to handling data types. However, this flexibility can sometimes lead to unexpected behaviours due to a process called coercion. Coercio...


22: Simplifying Your Codebase: Best Practices for Organizing Types

https://egimata.hashnode.dev/simplifying-your-codebase-best-practices-for-organizing-types

Hashnode - javascript (Javascript)

As developers, we all strive for a well-organized codebase that is easy to navigate and maintain. One crucial aspect of organizing code is effectively managing types. In this article, we will explore some best practices for organizing types in your a...


23: Master Code Structure Quickly and Easily in JavaScript

https://aryansharma.hashnode.dev/master-code-structure-quickly-and-easily-in-javascript

Hashnode - javascript (Javascript)

Hey, Amazing ones Hello everyone, my name is Aryan Sharma and I hope you're all doing well. I'm excited to kick off this JavaScript course for absolute beginners with my second blog post. In the first blog, we learned about script tags. You can find...


24: Typescript vs Javascript

https://0xnishchit.hashnode.dev/typescript-vs-javascript

Hashnode - javascript (Javascript)

TypeScript vs JavaScript: A Detailed Comparison with Code Examples Introduction: JavaScript and TypeScript are both popular programming languages used for web development. JavaScript is a dynamic, interpreted language, while TypeScript is a staticall...


25: Promise Chaining in Javascript

https://pulkitgovrani.hashnode.dev/promise-chaining-in-javascript

Hashnode - javascript (Javascript)

In the previous blog, we learned about the basics of promises in javascript. Here is the link if you've missed it: https://pulkitgovrani.hashnode.dev/what-are-promises-in-javascript Now in this blog, we will be learning how promises can handle more t...


26: An Introductory Guide to Web Development

https://codernitesh.hashnode.dev/an-introductory-guide-to-web-development

Hashnode - javascript (Javascript)

Welcome to The Web Chronicles: Knowledge from the Universe of Development! This blog series aims to take you on a journey through the exciting realm of web development. In this first part, we'll delve into the fundamentals, starting with the Internet...


27: Supercharge Your VS Code Development with Essential Extensions

https://sayyidmahaboob.hashnode.dev/supercharge-your-vs-code-development-with-essential-extensions

Hashnode - javascript (Javascript)

Introduction: Visual Studio Code (VS Code) has become the go-to code editor for developers, thanks to its extensive ecosystem of extensions. In this blog post, we'll explore a curated selection of must-have extensions that will supercharge your devel...


28: Errors and Exceptions in Python

https://vidyavipul.hashnode/errors-and-exceptions-in-python

Hashnode - python (python)

Handling Errors and Exceptions in Python! Are you tired of encountering pesky errors in your Python code' Fear not! Let's unravel the world of errors and exceptions, equipping you with the knowledge to tackle them like a pro! As developers, errors ar...


29: Understanding __name__ == "__main__" in Python

https://rhythmblogs.hashnode.dev/understanding-name-main-in-python

Hashnode - python (python)

In Python, the __name__ variable plays an important role in determining the context in which a module or script is being executed. One common usage of __name__ is the __name__ == "__main__" idiom, which is often found at the end of Python scripts. Th...


30 / 59

30: Understanding JavaScript 'this' and call(),apply(),bind()

https://srinivasakarthikeyan.hashnode.dev/understanding-javascript-this-and-callapplybind

Hashnode - javascript (Javascript)

'this' is a special keyword in JavaScript that confuses the developers. Let's break down the core concept behind 'this'. 'this' keyword in JavaScript represents the object it's currently associated with during the execution. By default, this repres...


31: Getting Started: Monitoring a FastAPI App with Grafana and Prometheus - A Step-by-Step Guide

https://zoo.hashnode.dev/getting-started-monitoring-a-fastapi-app-with-grafana-and-prometheus-a-step-by-step-guide

Hashnode - python (python)

Introduction Monitoring plays a crucial role in ensuring the performance, availability, and stability of FastAPI applications. By closely tracking key metrics and identifying potential issues, developers can proactively address them and deliver a bet...


32: File Uploads Made Easy with Node.js

https://itsvinayak.hashnode.dev/file-uploads-made-easy-with-nodejs

Hashnode - javascript (Javascript)

In today's world, file uploads have become a very common feature in web applications. Node.js provides an easy way to handle file uploads in web applications. With the help of third-party packages like multer and formidable, file uploads can be handl...


33: What is composition and pipe in JavaScript functional programming

https://amitsblog.hashnode.dev/what-is-composition-and-pipe-in-javascript-functional-programming

Hashnode - javascript (Javascript)

Prerequisite - you must have good knowledge of reduce and reduceRight methods of the array in JavaScript and how they work under the hood. If you know about the reduce and reduceRight , please click here composition- When talking about function compo...


34: Rethinking Pace: The Slow Learner's Story

https://starchild.hashnode.dev/rethinking-pace-the-slow-learners-story

Hashnode - Kotlin (Mobiles)

Admittedly, I've always identified as a 'slow learner.' In my school years, I grappled with the fast-paced absorption of concepts, and this struggle cast a shadow on my academic performance. This inadvertently bred a harmful perception within me'I be...


35: Discover how programming languages such as Python, Node.js, and Kotlin handles asynchronous programming efficiently

https://subhadipfx.hashnode.dev/discover-how-programming-languages-such-as-python-nodejs-and-kotlin-handles-asynchronous-programming-efficiently

Hashnode - javascript (Javascript)

In the vast landscape of software development, multitasking is the backbone of efficient and responsive applications. It allows us to juggle multiple tasks simultaneously, akin to a skilled performer flawlessly spinning plates on poles. However, trad...


36: Longest Valid Parentheses - LeetCode

https://alkesh26.hashnode.dev/longest-valid-parentheses-leetcode

Hashnode - javascript (Javascript)

Problem statement Given a string containing just the characters '(' and ')', return the length of the longest valid (well-formed) parentheses substring. Problem statement taken from: https://leetcode.com/problems/longest-valid-parentheses Example 1: ...


37: Decision Trees and Random Forests

https://sowmithwrites.hashnode.dev/decision-trees-and-random-forests

Hashnode - python (python)

Decision Trees: Decision trees are similar to binary trees, the leaf nodes of the decision trees give the outputs of the models Decision trees can be used for classification problems and Regression problems we use entropy and gini impurity to make sp...


38: How to Round a Number to 2 Decimal Places in JavaScript

https://robiul.dev/round-to-2-decimal-places-in-javascript

Hashnode - javascript (Javascript)

Introduction There are many ways to round a number to 2 Decimal Places in javascript. Also, you may have read a few articles on the internet discussing different approaches to do that. But one thing that I have realized all of the articles has just t...


39: Learn Python in 10 Minutes or Less!

https://devashishpatil.hashnode.dev/learn-python-in-10-minutes-or-less

Hashnode - python (python)

[Important] There is a lot of code written in here and much less text. I know it is overwhelming to see so much code when you don't even understand the language. But I have explained everything in each code block itself via comments. Reading line-by-...


40 / 59

40: what is the importance of async and await in JS'

https://indrajeetcodes.hashnode.dev/what-is-the-importance-of-async-and-await-in-js

Hashnode - javascript (Javascript)

In JavaScript, async and await are keywords used in asynchronous programming to simplify working with promises. They are part of the ES2017 (ES8) specification and provide a more readable and sequential way to handle asynchronous operations. Here's a...


41: Dockerize Travel-Website !

https://gauri1504.hashnode.dev/dockerize-travel-website

Hashnode - javascript (Javascript)

Steps included: 1 Make a folder 2 Clone the repo 3 Make dockerfile 4 Build the image 5 Run 6 Test the project Step-1 In this step, we will first make a separate folder/directory mkdir project02 cd project02 Step-2 In this step, we will clone th...


42: Little Known Facts on Functions In Javascript

https://srinivasakarthikeyan.hashnode.dev/little-known-facts-on-functions-in-javascript

Hashnode - javascript (Javascript)

Functions In Javascript: JavaScript embraces a wide range of functional programming principles alongside its object-based programming foundation. Let's explore the different ways to define Functions in JavaScript and their Practical uses. Function de...


43: Journey into JavaScript's Call Stack: Unraveling the Essence of Function Execution

https://shaileshparmarwebdev.hashnode.dev/journey-into-javascripts-call-stack-unraveling-the-essence-of-function-execution

Hashnode - javascript (Javascript)

Introduction The call stack is an essential concept in JavaScript that plays a fundamental role in managing function calls and maintaining the execution order of a program. In this blog post, we will delve into the details of the call stack, its purp...


44: Node.js Events: Building Event-Driven Applications

https://snehafarkya.hashnode.dev/nodejs-events-building-event-driven-applications

Hashnode - javascript (Javascript)

Node.js is a powerful and widely used JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to build scalable and high-performance network applications. One of the key features that make Node.js so efficient is its event-dri...


45: Top 7 AWS Services for Developers

https://roshancodes.com/top-7-aws-services-for-developers

Hashnode - javascript (Javascript)

In the fast-paced world of software development, utilizing cloud services is essential for building scalable, reliable, and secure applications. Among the leading cloud service providers, Amazon Web Services (AWS) stands out with its extensive range ...


46: Getting Started with CSS: A Brief Overview

https://yuvrajshrirame.hashnode.dev/getting-started-with-css-a-brief-overview

Hashnode - javascript (Javascript)

CSS, short for Cascading Style Sheets, is a crucial component of web development. It empowers you to control the visual presentation of your web pages, enhancing their appeal and engagement. If you're new to CSS and eager to begin, this beginner's gu...


47: State Management with Currying in React.js

https://babajankhan.hashnode.dev/state-management-with-currying-in-reactjs

Hashnode - javascript (Javascript)

Introduction: Currying is a powerful technique that simplifies state management and promotes code reuse. Let's explore how currying works and see an example of its implementation in a React component. Currying in JavaScript: Currying is a concept in ...


48: Text & Font Properties

https://bashcode.dev/text-font-properties

Hashnode - javascript (Javascript)

First, we change the color of the text with tag. Now change the background color. Text-Align To Centre-align the heading To justify the paragraph Text decoration Text-decoration-style Text-transform Text-indent Letter-spacing an...


49: A Guide to Chrome Extension Configuration: Manifest.json File

https://alhassanjoshua.hashnode.dev/a-guide-to-chrome-extension-configuration-manifestjson-file-cli6vx5ua000209mv0g0den0e

Hashnode - javascript (Javascript)

Outline Introduction What is manifest.json Key Components of the manifest.json Best Practices for manifest.json file configuration Conclusion Introduction The manifest.json file plays a vital role in the development of Chrome extensions. It se...


50 / 59

50: Terraform Variables

https://mrdevops.hashnode.dev/terraform-variables

Hashnode - javascript (Javascript)

Input variables let you customize aspects of Terraform modules without altering the module's own source code. This functionality allows you to share modules across different Terraform configurations, making your module composable and reusable. When y...


51: Git & GitHub: In-Depth Guide

https://neuronize.dev/git-github-in-depth-guide

Hashnode - python (python)

Git and GitHub have transformed the way developers manage code and collaborate on projects. Git, a distributed version control system, offers a robust platform for tracking changes, managing branches, and maintaining a history of code revisions. GitH...


52: How to setup ESLint for your TypeScript project

https://blog.cntechy.com/how-to-setup-eslint-for-your-typescript-project

Hashnode - javascript (Javascript)

ESLint is a tool used for static code analysis, which helps identify potential errors, bugs, or stylistic issues. It can detect problems such as syntax errors, unused variables, missing semicolons, unreachable code, and more. Setup TypeScript project...


53: Day 2 - Understanding Data Types and How to Manipulate Strings

https://petex47.hashnode.dev/day-2-understanding-data-types-and-how-to-manipulate-strings

Hashnode - python (python)

Today the first thing I learned about was Python Data Types. Strings, Integers, Float and Boolean. What is an Integer Data Type' In Python, an integer is a built-in numeric data type that represents whole numbers. Integers are used to store and perfo...


54: A brief overview of WSGI and usage of Gunicorn and Nginx in Django

https://codewithrashid.hashnode.dev/a-brief-overview-of-wsgi-and-usage-of-gunicorn-and-nginx-in-django

Hashnode - python (python)

This article will briefly explain the functionality and usage of WSGI, Gunicorn and Nginx in collaboration with Django. It will help you to understand the process of deploying Django applications on the server and will clarify the role of WSGI file. ...


55: Mapped: Diabetes Rates by Country in 2021

https://www.visualcapitalist.com/cp/diabetes-rates-by-country/

Visual Capitalist (dataviz)

Diabetes affects millions of people around the world, but the spread isn't equal. This map highlights diabetes rates by country in 2021. The post Mapped: Diabetes Rates by Country in 2021 appeared first on Visual Capitalist.


56: Resumability, compilers and event delegation (note)

https://www.stefanjudis.com/notes/resumability-compilers-and-event-delegation/

Stefan Judis (Développement)

Lately, there's been a lot of ground-breaking noise in the JavaScript ecosystem. Don't get me wrong, the "let's invent the next big thing" mantra in JS land isn't new, but for a year or so, it feels like fundamental interactivity patterns are shaken up. React finally shipped a working implementation of Server Components in Next.js. I haven't played with them yet, but it seems they involv [...]




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