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

« Janvier 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 21 Janvier 2023 (88)

1: Learning animations in JavaScript with a marching ant

https://mimsydev.hashnode.dev/learning-animations-in-javascript-with-a-marching-ant

Hashnode - javascript (Javascript)

First steps First I had to draw the ant. I made a very basic ant using SVG circles and lines. Here is the little fella. Next, I needed to figure out the logic for making him zig-zag up and down the page. No ant goes in a straight line, after all. So...


2: API server with Nuxt 3

https://guillaumeduhan.hashnode.dev/api-server-with-nuxt-3

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=RQhWvHz3I5I Nuxt.js is a framework for building server-rendered Vue.js applications. In Nuxt version 3, the framework has been updated to include several new features and improvements, including improved development ...


3: Head in the Cloud, Feet in the Terminal

https://blog.mivancic.com/head-in-the-cloud-feet-in-the-terminal

Hashnode - python (python)

Originally posted here on 10/22/22 As of today, 10/22/2022, I officially completed Forrest Brazeal's Cloud Resume Challenge. To those who aren't familiar with the requirements check here. For a quick peek at what I ended up building: To view the fin...


4: Boilerplate: Vue3 + Vite

https://zrfvnzr.hashnode.dev/boilerplate-vue3-vite

Hashnode - vuejs (Javascript)

Github repository: https://github.com/zrfvnzr/boilerplates-vue3-vite Created a Vue3 + Vite Project Related: Getting started with Vue 3 + Vite Delete the HelloWorld component Go to /src/components and the delete the file HelloWorld.vue Unlink and...


5: margin 0;

https://machinecode.hashnode.dev/margin-0

Hashnode - javascript (Javascript)

so today I bought a modern JavaScript course and came across a line with a semicolon at the end... I got scared for a second!'


6: A Beginner Guide to Typescript

https://webdynamo.hashnode.dev/a-beginner-guide-to-typescript

Hashnode - javascript (Javascript)

What is Typescript' TypeScript is a powerful and popular open-source programming language that is a strict syntactical superset of JavaScript. It was developed and maintained by Microsoft and is used to build large-scale, enterprise applications. One...


7: Why Kotlin for Android Development'

https://tekadroid.com/why-kotlin-for-android-development

Hashnode - Kotlin (Mobiles)

As an Android developer, you may be wondering why you should consider using Kotlin for your next project. Kotlin is a modern programming language that was first introduced by JetBrains in 2011, and it has been gaining popularity in the Android develo...


8: Problem Solving With Linked Lists: Sum List [Python]

https://hello-dayana.hashnode.dev/problem-solving-with-linked-lists-sum-list-python

Hashnode - python (python)

Introduction Solving problems with linked lists is essential for mastering this data structure. In this specific case, we'll be taking a linked list of integers, summing up all the values together and returning the sum. We'll also be comparing the re...


9: Hoisting in JavaScript - An in-depth guide on how hosting works in JavaScript.

https://priyanshshrivastava.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

In this blog, I would share my understanding of Hoisting in JavaScript (to be precise we will talk about Hosting in var defined variables and functions)and how I understand this very important concept of JavaScript. As I am a Java person there are a ...


10 / 88

10: JavaScript in 2023, is JS still relevant in 2023

https://techflow.hashnode.dev/is-javascript-worth-learning-in-2023

Hashnode - javascript (Javascript)

Should I learn javascript, is javascript still relevant in 2023' The short answer is yes! JavaScript is still one of the most popular and important programming languages in the world, and it's not going anywhere anytime soon." Javascript is a very p...


11: Flutter Introduction To Beginners

https://yash240408.hashnode.dev/flutter-introduction-to-beginners

Hashnode - Flutter (Flutter)

What is Flutter' Google developed the open-source Flutter framework for building mobile apps. Applications are created with it for Linux, Mac, Windows, Android, iOS, and the web. The framework was created utilizing the Dart programming language and a...


12: Explain to me HTTPS like I'm five

https://amishakodes.hashnode.dev/explain-to-me-https-like-im-five

Hashnode - javascript (Javascript)

What is HTTP' HTTP stands for "Hypertext Transfer Protocol." It's like a set of rules that helps computers talk to each other when they are trying to share a website or a picture. In simple words, Imagine that you and your friend are playing in the s...


13: What is Event loop in Javascript and what it does'

https://techbyakash.hashnode.dev/what-is-event-loop-in-javascript-and-what-it-does

Hashnode - javascript (Javascript)

What is Javascript' Let's clear this up first. Javascript is a programming language used to develop web apps. It is also used to develop cross-platform desktop and mobile applications (through frameworks). JS is Single-Threaded, non-blocking, and sup...


14: Understanding Mutability In JavaScript.

https://pseremba.hashnode.dev/understanding-mutability-in-javascript

Hashnode - javascript (Javascript)

The concept of mutability in JavaScript is one of the most confusing especially for beginners. Let us begin by defining mutability. According to the Cambridge dictionary, mutability is the ability to change or be likely to change. In programming, we ...


15: Handling File Upload in Node with Multer.

https://shubhamgulik.hashnode.dev/handling-file-upload-in-node-with-multer

Hashnode - javascript (Javascript)

This is my 1st blog post. So, creating a blog on something which I have learned recently. So we will learn how to upload a file using the popular Node.js middleware, Multer. Multer is a middleware that allows us to handle HTTP requests with enctype "...


16: What is javascript '

https://parma.hashnode.dev/what-is-javascript

Hashnode - javascript (Javascript)

JavaScript is a programming language primarily used to create interactive front-end web experiences. It can be used to create dynamic web pages, interactive forms, and responsive user interfaces. JavaScript is also used for server-side programming ...


17: MLOps is not DevOps but why'

https://farisology.com/mlops-is-not-devops-but-why

Hashnode - python (python)

After a few months as an ML operations engineer, I discovered some of the many misconceptions surrounding the field. These misconceptions came from various directions and the online space is one of them. One of the most prevalent is the belief that M...


18: Different ways to loop through an array using JavaScript

https://my-tech-journey.hashnode.dev/loop-array-javascript

Hashnode - javascript (Javascript)

Looping through an array of data is an inevitable yet common task when it comes to building web apps, and every developer goes through it at least once in their code. In this article, I'm sharing with you some ways one can loop through an array, with...


19: Flutter & GraphQL: The Perfect Match for Building a Next-Generation Mobile App

https://arbazshaikh.tech/flutter-graphql-the-perfect-match-for-building-a-next-generation-mobile-app

Hashnode - Flutter (Flutter)

Are you tired of building mobile apps with clunky, outdated technologies' Look no further than Flutter - the revolutionary open-source mobile application development framework created by Google. With Flutter, you can easily create beautiful, responsi...


20 / 88

20: Python dir() function

https://vasanth011.hashnode.dev/python-dir-function

Hashnode - python (python)

Hey' Guys Today I'm going to explain the python dir function. Python's dir() function is a built-in function used to find out the names of the attributes and methods of an object. It is a very useful tool for exploring and understanding how to work ...


21: KFC victime d'un ransomware, des centaines de restaurants ferment

https://www.lebigdata.fr/kfc-ransomware

Le Big Data (dataviz)

La chaîne de fast food KFC a été frappée par une attaque de ransomware au début de cette semaine. L'incident … Cet article KFC victime d’un ransomware, des centaines de restaurants ferment a été publié sur LeBigData.fr.


22: Elasticsearch with Python ' Part 1 [Installation and basics]

https://devshailesh.hashnode.dev/elasticsearch-with-python-part-1-installation-and-basics

Hashnode - python (python)

In this article, I am covering how to install, the basics of Elasticsearch and how to integrate it with python. So let's get started' Elasticsearch: Elasticsearch [ES] is an open-source, RESTful, distributed search and analytics engine built on Apach...


23: JavaScript Evolution

https://rahulpanchal.hashnode.dev/javascript-evolution

Hashnode - javascript (Javascript)

JavaScript is a programming language that was initially released in 1995. It was developed by Netscape Communications as a way to add interactive elements to web pages. Since its initial release, JavaScript has undergone significant changes and has b...


24: Environment Variables in React

https://blogs.m3rashid.in/environment-variables-in-react

Hashnode - javascript (Javascript)

It is a very common and encouraged practice, not to store any API key or secret in your react apps. This is quite a nice suggestion because you want your API keys to be secure and un-exposed. This is even suggested by the CRA team and I quote Your p...


25: How To Implement React Conditional Rendering

https://godswillch.hashnode.dev/how-to-implement-react-conditional-rendering

Hashnode - javascript (Javascript)

There are situations where you might want to render your component based on certain conditions. With JavaScript syntax like if/else statements, &&, and ': operator you can conditionally render JSX. There is no point in overthinking it. it's as easy a...


26: How to format JavaScript date and time with Intl.DateFormat

https://daminda.hashnode.dev/how-to-format-javascript-date-and-time-with-intldateformat

Hashnode - javascript (Javascript)

Intl Object in JavaScript Intl ( internationalization )is an in-built Object in JavaScript for language-sensitive formatting. It includes constructors for formatting strings, lists, numbers, and dates and times. In this post, I am going to talk about...


27: What is JavaScript' Easy and simple.

https://ishantblog.hashnode.dev/what-is-javascript-easy-and-simple

Hashnode - javascript (Javascript)

Java Script is a computer programming language, which enables us to write the logic behind our code. Basically, If for example, you wrote a Web code and you used HTML and CSS for the skeleton body and design respectively. How you will write logic' he...


28: Python - The Ultimate Programming Language Guide for Beginner

https://yash240408.hashnode.dev/python-the-ultimate-programming-language-guide-for-beginner

Hashnode - python (python)

What is Python [Programming Language]' Web development, data analysis, artificial intelligence, and scientific computing all make extensive use of Python, a potent, high-level programming language. Guido van Rossum originally made it available in 199...


29: What happens when you run Javascript code'

https://nishant-ranjan.hashnode.dev/what-happens-when-you-run-javascript-code

Hashnode - javascript (Javascript)

Hello again ', There are a lot of things that happen behind the scenes inside the JavaScript engine. Remember in the last blog I discussed that everything in JavaScript happens inside an Execution Context. How Javascript works & execution context' a...


30 / 88

30: Handling Forms in FASTAPI

https://nikhilkumarreddy28.hashnode.dev/handling-forms-in-fastapi

Hashnode - python (python)

My Files Structure: main.py Static Any CSS, JS, IMAGES templates Form.html display.html main.py from fastapi import FastAPI,Request,Form from fastapi.responses import HTMLResponse from fastapi.staticfiles import StaticFiles from fastapi.te...


31: Introduction To Closures

https://aryanblog.dev/introduction-to-closures

Hashnode - javascript (Javascript)

A closure is a function that returns another function, and it has access to the variables in the outer function's scope, even after the outer function has returned. It allows the inner function to "remember" the state of the outer function, so that i...


32: Create a Video call app with Flutter ZEGOCLOUD

https://huzaifaahmed.com/video-call-app-zegocloud

Hashnode - Flutter (Flutter)

Introduction Integrating video call functionality into a Flutter app can be done using ZEGOCLOUD's Video Call API. In this article, I will walk you through the process of setting up and using the API to add video call functionality to your Flutter ap...


33: Python Primer: A Step-by-Step Guide to the Basics

https://blog.bhuvanpati.com/python-primer-a-step-by-step-guide-to-the-basics

Hashnode - python (python)

In the previous article, I provided some background knowledge of Python and installation of python on different platforms. In this article, I will be covering the basics of the language and delving deeper into the above concepts, and see how to use t...


34: Infinite Scroll Using Intersection Observer API '

https://thedeepakyadav.hashnode.dev/infinite-scroll-using-intersection-observer-api

Hashnode - javascript (Javascript)

Intersection Observer API helps to asynchronously observe changes in the intersection of a target element and perform some actions based on the intersection.This can be used to determine if an element is visible within the viewport or if it has been ...


35: Fundamentals of TypeScript (Part-1) without react.

https://venkateshprasad.hashnode.dev/fundamentals-of-typescript-part-1-without-react

Hashnode - javascript (Javascript)

What is typescript and why use it' TypeScript is a superset of JavaScript that adds optional type annotations and other features to the language. It was developed by Microsoft and was first released in 2012. There are several reasons why developers m...


36: Want to understand "How Hoisting ''works in JavaScript ''"'

https://riyatiwari.hashnode.dev/want-to-understand-how-hoisting-works-in-javascript

Hashnode - javascript (Javascript)

What is Hoisting ''' In simple words, Hoisting is just the mechanism that allows us to use the functions, variables or classes before we have declared them in our code. We will understand this single line with a bunch of examples. Before we start, I...


37: Just after finishing this video by kunal I am starting a blog to share my learnings.

https://piyush-yadav.hashnode.dev/just-after-finishing-this-video-by-kunal-i-am-starting-a-blog-to-share-my-learnings

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=16x1tyjAt5E https://github.com/piyushyadav1617/My-Javascript-learnings I started my journey to web dev in December 2022 and have been learning since then. I started with basic HTML, CSS and JavaScript and I still a...


38: Server-Side Kotlin-Array Methods

https://devnation.joshisfitness.com/server-side-kotlin-array-methods

Hashnode - Kotlin (Mobiles)

Component1():- This method returns 1st element from the given array. >>>val languages = arrayOf("java","python", "javascript","php") >>>println(languages.componenet1()) java Component 2/3/4:- This method returns 2,3 and 4th elements from the...


39: Event Loop in JavaScript

https://bobby-sadhwani.hashnode.dev/event-loop-in-javascript

Hashnode - javascript (Javascript)

Javascript is a synchronous single-threaded language. JS executes all operations on a single thread. It executes one thing at a time but with the help of the Event loop, it achieves asynchronous behavior. Before understanding event loop, you have to ...


40 / 88

40: How To Start Your Career in Backend Development

https://ankitmewada.hashnode.dev/how-to-start-your-career-in-backend-development

Hashnode - javascript (Javascript)

Are you interested in starting a career in backend development but don't know where to begin' Backend development is a crucial aspect of web development and involves the server-side of web applications. In this blog post, we will discuss the steps yo...


41: Implement Google Pay using Flutter

https://codeblogs.live/implement-google-pay-using-flutter

Hashnode - Flutter (Flutter)

We will cover briefly: What is Google Pay Integration of Google Pay Payment results UI elements My E-book on Flutter ' https://harvinder.gumroad.com/l/flutter-ebook What is Google Pay Google Pay (known as G Pay) is a digital wallet platform and...


42: Redux

https://kamilapreetisamuel.hashnode.dev/redux

Hashnode - javascript (Javascript)

Redux is a predictable state container for JavaScript apps, and it's been a lifesaver for managing the complex state of my project. It's allowed me to separate my state logic from my component logic, making the code more organized and easier to test....


43: What, Why, and How Javascript Static Initialization Blocks'

https://devsmitra.hashnode.dev/what-why-and-how-javascript-static-initialization-blocks

Hashnode - javascript (Javascript)

ES2022 introduces a new feature called static initialization blocks. With static initialization blocks, we can initialize static variables and execute some code only once when the class is loaded. https://www.youtube.com/watch'v=Hv-VldcP6gc&list=PLAA...


44: How to encode and decode a torrent file using Javascript

https://joshiatharva.hashnode.dev/how-to-encode-and-decode-a-torrent-file-using-javascript

Hashnode - javascript (Javascript)

What is a torrent file' The torrent file is used to download a file or folder over a P2P network. A torrent file has an extension .torrent and contains the information about the list of trackers and metadata of the file being downloaded. Torrent file...


45: Fastest Flutter vs React Native comparison

https://kkurko.hashnode.dev/fastest-flutter-vs-react-native-comparison

Hashnode - Flutter (Flutter)

React Native works for your application and you know it well' Go with React Native. Flutter works for your application, and you know it well' Go with Flutter. You're working in a team of ten React Native developers, and you're the only Flutter develo...


46: How to solve the "Waiting for another flutter command to release the startup lock..." issue in Flutter'

https://bibekdhakal.hashnode.dev/how-to-solve-the-waiting-for-another-flutter-command-to-release-the-startup-lock-issue-in-flutter

Hashnode - Flutter (Flutter)

In flutter sometimes you might get stuck in the "Waiting for another flutter command to release the startup lock..." issue: I also got stuck here so let me provide you with a solution that didn't work for me: I tried this one from StackOverflow whi...


47: C++ vs JavaScript. The Differences and The Similarities.

https://aman19.hashnode.dev/c-vs-javascript-the-differences-and-the-similarities

Hashnode - javascript (Javascript)

About Myself... Welcome to my blog! As this is my first blog I should introduce myself, so here it is. My name is Aman Rai and I am a computer science student with a passion for web development and AI. I am constantly learning and growing in these fi...


48: Solving 8-puzzle problem using BFS Approach

https://meprathamblogger.dev/solving-8-puzzle-problem-using-bfs-approach

Hashnode - python (python)

This puzzle is invented by Noyes Palmer Chapman in the 1870s. This is played on a 3-by-3 matrix with 8 elements labelled from 1 to 8 and one blank space. This is a state space search problem in which the starting state and goal state is given and you...


49: JavaScript and History of JavaScript

https://rish7897.hashnode.dev/javascript-and-history-of-javascript

Hashnode - javascript (Javascript)

JavaScript is a programming language. we can perform logical operations using JavaScript. JavaScript has the same role in the websites as the soul in the human body. websites created using HTML and CSS were undoubtedly beautiful but there was a lack ...


50 / 88

50: Disque dur HDD : pourquoi les ventes s'effondrent '

https://www.lebigdata.fr/disque-dur-hdd-vente

Le Big Data (dataviz)

Les disques durs HDD sont de plus en plus remplacés par des solutions de stockage à long terme (LTO) dans … Cet article Disque dur HDD : pourquoi les ventes s’effondrent ' a été publié sur LeBigData.fr.


51: How to Build a Restful API With NestJs, KnexJs, and ObjectionJs

https://mubaraktech.hashnode.dev/how-to-build-a-restful-api-with-nestjs-knexjs-and-objectionjs-cld5suifx000f09l66wj83jvs

Hashnode - javascript (Javascript)

Building a backend service that allows clients to make HTTP requests and get a response in nodejs and typescript can't be better without nestjs because, without it, we will have to bootstrap everything ourselves, but with nestjs framework, all the ha...


52: Document Object Model (DOM) in JAVASCRIPT

https://abhijeetbasfore26.hashnode.dev/document-object-model-dom-in-javascript

Hashnode - javascript (Javascript)

What is API' Application Programming Interface: A piece of software that can be used by another piece of software, to allow applications to talk to each other. Application refers to any software with distinct functions. On the other hand, the inter...


53: Technologies I'm learning in 2023

https://ibrahimraimi.hashnode.dev/technologies-im-learning-in-2023

Hashnode - javascript (Javascript)

I've learned a lot in 2022, and I will not stop learning. The beautiful thing about tech is that there's always more to explore. I'm likely going to be writing articles around these topics as I dive in-depth. So, here's a breakdown of what I have pla...


54: Difference between functions and Methods with examples.

https://charanwrites.hashnode.dev/difference-between-functions-and-methods-with-examples

Hashnode - python (python)

As a programmer, It is very important to know about Functions and Methods. In programming, the terms 'function' and 'method' are often used interchangeably. However, there are fine-drawn differences between the two. Understanding these differences is...


55: HTML (static websites and dynamic websites)

https://code-aryan.hashnode.dev/html-static-websites-and-dynamic-websites

Hashnode - javascript (Javascript)

HTML stands for hypertext markup language which is a non-programming language used to create and structure content on the web estimate is used to make websites by using HTML we can define where do you want to please structure the text and the image b...


56: Python 101: Dictionaries in Python Free Tutorial

https://hojaleaks.com/python-101-dictionaries-in-python-free-tutorial

Hashnode - python (python)

Dictionaries are a powerful data structure in Python that allows you to store and retrieve data in a key-value format. First, let's create a dictionary. We can do this using curly braces {} and separating each key-value pair with a colon. For example...


57: Google rappelle ses fondateurs pour combattre ChatGPT

https://www.lebigdata.fr/google-fondateurs-combattre-chatgpt

Le Big Data (dataviz)

Les fondateurs de Google, Larry Page et Sergey Brin, sont de retour à la tête de l’entreprise pour affronter leur … Cet article Google rappelle ses fondateurs pour combattre ChatGPT a été publié sur LeBigData.fr.


58: Apple met sur pause ses lunettes AR

https://www.lemondeinformatique.fr/actualites/lire-apple-met-sur-pause-ses-lunettes-ar-89274.html

Le monde informatique (Informatique / Internet)

Selon les dernières informations, le projet tant attendu de lunettes AR d'Apple a pris de nouveau du retard. En raison de ce que le leaker-analyste (...)


59: ChatGPT : top 10 des extensions pour utiliser l'IA n'importe où

https://www.lebigdata.fr/chatgpt-top-10-extensions

Le Big Data (dataviz)

Découvrez le top 7 des extensions ChatGPT, permettant d’utiliser le chatbot IA d’OpenAI depuis n’importe quelle application : Google, WhatsApp, … Cet article ChatGPT : top 10 des extensions pour utiliser l’IA n’importe où a été publié sur LeBigData.fr.


60 / 88

60: Node.Js with Livia || Node. Js In a Nutshell

https://oputaolivia.hashnode.dev/node-js-in-a-nutshell

Hashnode - javascript (Javascript)

Hello '' I am back and of course, Happy New Year, if you stumbled on my blog today you should be grateful that you made it to 2023. It's a new year and I decided to do something different, drum rolls please ' ' So I would be starting a Nodejs Serie...


61: Streaming de sport : la France a bloqué 1300 sites, quelles alternatives '

https://www.lebigdata.fr/streaming-sport-france-bloque

Le Big Data (dataviz)

Les opérateurs télécoms français sont engagés dans une lutte contre le streaming illégal de matchs sportifs. Sur demande des chaînes … Cet article Streaming de sport : la France a bloqué 1300 sites, quelles alternatives ' a été publié sur LeBigData.fr.


62: What is JavaScript'

https://devblog.dev/what-is-javascript

Hashnode - javascript (Javascript)

JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, and animate images, not everything but most of the things on the web are controlled using Javascript. History of JavaScript JavaScript wa...


63: Creating A Rewards System With JavaScript

https://h.tronic247.com/creating-a-rewards-system-with-javascript

Hashnode - javascript (Javascript)

Losing users is a common problem for many apps. One way to keep users engaged is to reward them for their daily activities. A lot of apps do this by giving users a daily login bonus such as XP, coins, or a free award/badge. Some sites like coinmarket...


64: The 2023 Python Developer Roadmap

https://varchasvh.hashnode.dev/python-roadmap-2023

Hashnode - python (python)

Python is a powerful, versatile, and widely-used programming language that is perfect for beginners and experienced developers alike. Whether you're just getting started with coding or you're an experienced developer looking to take your skills to th...


65: History of JavaScript

https://himangshukalita.hashnode.dev/history-of-javascript

Hashnode - javascript (Javascript)

What is JavaScript' A scripting language that allows you to implement complex features on web pages. Enables you to update content dynamically, control multimedia, animate images, and much more. We use HTML to structure and give meaning to our web co...


66: How to use map() and filter() methods on the same array in JavaScript'

https://techcode.hashnode.dev/use-map-and-filter-methods-on-the-same-array-javascript

Hashnode - javascript (Javascript)

map, filter and reduce methods were introduced in ES5. These methods are applied to arrays. 'Map() map method in javascript returns a new array depending on the condition applied to the current array for each element. It doesn't change the original a...


67: Callbacks in nodejs

https://saifuddin199.hashnode.dev/callbacks-in-nodejs

Hashnode - javascript (Javascript)

Callbacks are an important concept in Node.js, as they allow for the handling of asynchronous operations. In this article, we will explore what callbacks are, how they are used in Node.js, and why they are important. A callback function, as the name ...


68: Liens vagabonds : ChatGPT, petits mensonges entre amis

https://www.meta-media.fr/2023/01/21/liens-vagabonds-chatgpt-petits-mensonges-entre-amis.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE :  ChatGPT, fabulateur ' - Grosse surprise : Le robot d'écriture d'OpenAI ne sait pas de quoi il parle. Outre l'enchaînement de phrases fluides dignes d'un être humain en plus de langues qu'il ne s'en doute lui-même, l'une des compétences de ChatGPT semble être de se... The post Liens vagabonds : ChatGPT, petits mensonges entre amis first appeared on Meta-media | La [...]


69: Why JavaScript Came into the picture'

https://himangshukalita.hashnode.dev/why-javascript-came-into-the-picture

Hashnode - javascript (Javascript)

Introduction to JavaScript JavaScript is a programming language that is used to make websites more interactive. JavaScript is an essential tool for front-end web development, and it is also used on the back end of a web application. It is a popular a...


70 / 88

70: Creating A New App in ReactJs

https://baibhav.hashnode.dev/creating-a-new-app-in-reactjs

Hashnode - javascript (Javascript)

So, What is React' React is a JavaScript library for building user interfaces. It allows developers to build reusable UI components and manage the state of their applications consistently and efficiently. In this blog post, we will go over the basics...


71: Unleashing the Power of OCR: Image Pre-processing Techniques in Python

https://rj.hashnode.dev/unleashing-the-power-of-ocr-image-pre-processing-techniques-in-python-cld5kbxvt000509ml1mu31jav

Hashnode - python (python)

Reading text from images is a common task in optical character recognition (OCR) applications. In this blog post, we will explore different ways to pre-process an image in Python before using OCR to extract the text. Grayscale Conversion: converting...


72: Building an Analogue Clock in JavaScript Day96

https://dheerajy1.hashnode.dev/building-an-analogue-clock-in-javascript-day96

Hashnode - javascript (Javascript)

Today #Day96 of #100DaysOfCode, I am coding and explaining by 'Building a Clock in JavaScript' taught by [WebDevSimplified]. JavaScript call the clock =every 1 second, setInterval(setClock,1000) Now, define the function, add the second's ratio to mi...


73: Front-End Development 101: An Introduction to HTML, CSS, and JavaScript

https://instant-tech-updates.hashnode.dev/front-end-development-101-an-introduction-to-html-css-and-javascript

Hashnode - javascript (Javascript)

Front-end development is the process of creating the visual and interactive elements of a website or application. It involves the use of HTML (Hypertext Markup Language), CSS (Cascading Style Sheets), and JavaScript to create the user interface and m...


74: Mastering Redux: A Beginner's Guide to State Management in React

https://ogeobubu.hashnode.dev/mastering-redux-a-beginners-guide-to-state-management-in-react

Hashnode - javascript (Javascript)

Introduction In this guide, we will delve into the world of Redux, a popular React state management library. You will have a solid understanding of how to use Redux to manage the state of your React applications by the end of this post. What is Redux...


75: Master JavaScript Array Methods with One Simple Image

https://dipeshjaiswal.hashnode.dev/master-javascript-array-methods-with-one-simple-image

Hashnode - javascript (Javascript)

Are you tired of scrolling through pages of documentation just to find the perfect array method for your JavaScript code' Look no further! In this blog post, we're going to take the complexity out of arrays and simplify the major methods into one eas...


76: Difference between forEach and map methods in JavaScript and how to use them in looping an Array

https://jonuel.hashnode.dev/difference-between-foreach-and-map-methods-in-javascript-and-how-to-use-them-in-looping-an-array

Hashnode - javascript (Javascript)

In this article, we are going to understand the difference between the forEach and map methods in JavaScript. how to use them loop through an array and also which one to use depending on what you want to achieve. JavaScript has a different method of ...


77: This day in search marketing history: January 21

https://searchengineland.com/search-marketing-history-january-21-391982

Search engine land (Référencement)

Google explains the core algorithm, plus: indexifembedded, Google sets sights on content farms, trademarketing SEO and more. The post This day in search marketing history: January 21 appeared first on Search Engine Land.


78: Back-End Development

https://sreew201.hashnode.dev/back-end-development

Hashnode - javascript (Javascript)

Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser. It allows developers to run JavaScript on the server-side, creating server-side applications with JavaScript. One of the ...


79: Know the Widgets in Flutter: Scaffold

https://geekaid.hashnode.dev/know-the-widgets-in-flutter-scaffold

Hashnode - Flutter (Flutter)

You are reading this post means you have just started learning flutter, and now every tutorial or codelab you open you came across a widget named Scaffold. Do not worry after reading this blog post you will have a clear understanding of Scaffold. If ...


80 / 88

80: Create a Card Component Using Chakra-UI

https://emmanueloloke.hashnode.dev/create-a-card-component-using-chakra-ui

Hashnode - javascript (Javascript)

Introduction. Creating beautiful user interfaces in simple and stress-free ways has been the primary focus of Frontend Engineering in recent times. Although Frontend Engineering can get complex depending on the scope of the project you're working on,...


81: Day 15 - Break & Continue Statement

https://viveky.hashnode.dev/day-15-break-continue-statement

Hashnode - python (python)

The break statement enables a program to skip over a part of the code. A break statement terminates the very loop it lies within. Example for i in range(1,101,1): print(i ,end=" ") if(i==50): break else: print("Mississippi...


82: Series | Web frameworks in Python - FastAPI

https://nikhilakki.in/series-web-frameworks-in-python-fastapi

Hashnode - python (python)

Here are some of the main features of FastAPI, along with examples of how they can be used: Fast: FastAPI is built on top of Starlette for high performance, with an easy-to-use interface for defining API endpoints. from fastapi import FastAPI app ...


83: Traverse a Linked List with Recursion [Python]

https://hello-dayana.hashnode.dev/traverse-a-linked-list-with-recursion-python

Hashnode - python (python)

Recursion Recursion is a way of solving a problem by breaking it down into smaller, similar sub-problems. The function calls itself with a simpler version of the problem until it reaches a base case. Why Recursion' Recursion is a powerful technique t...


84: Let's play around with the Carousel marquee ''

https://nitinreddy3.hashnode.dev/lets-play-around-with-the-carousel-marquee

Hashnode - javascript (Javascript)

Today we will look at how we can create a carousel marquee view and customise it according to our requirements. To experiment with the carousel view, we will Create a new codesandbox project. Select a React boilerplate template and boo-ya the pro...


85: Using Amplitude in a VueJS A/B testing scenario

https://codedbychavez.com/using-amplitude-in-a-vuejs-ab-testing-scenario

Hashnode - vuejs (Javascript)

When it comes to releasing new features or changes in software, we can rely on A/B testing for making informed decisions. In this type of testing, we can measure the impact of the new change or feature on users before deciding to deploy it. By doing ...


86: Mapping the World's Forests: How Green is Our Globe'

https://www.visualcapitalist.com/cp/mapping-worlds-forests-how-green-is-our-globe/

Visual Capitalist (dataviz)

Where are the world's forests' These high-resolution maps show how the world's carbon-sequestering forests are spread. The post Mapping the World’s Forests: How Green is Our Globe' appeared first on Visual Capitalist.


87: A Quick Introduction to Micro Frontend using Module Federation

https://strapi.hashnode.dev/a-quick-introduction-to-micro-frontend-using-module-federation

Hashnode - javascript (Javascript)

Author: Temitope Oyedele Micro Frontend is a concept from microservice. They have become a popular method of increasing flexibility. It enables teams to combine components created with the same framework, various frameworks, or libraries. In this tut...


88: Side Effects Summary in Jetpack Compose

https://vtsen.hashnode.dev/side-effects-summary-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

A side effect in Compose is a change to the state of the app that happens outside the scope of a composable function. To handle these side effects, you can use effect handlers. There are 2 types of effect handlers. Suspended Effect HandlerNon-sus...




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