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

« Février 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 4 Février 2023 (111)

1: Javascript innerHTML

https://fjolt.hashnode.dev/javascript-innerhtml

Hashnode - javascript (Javascript)

In Javascript, we have lots of different ways to manipulate DOM elements. DOM elements are the HTML elements we define when we write our scripts. Once we are targetting a particular DOM element, it's often useful to set its contents with new HTML con...


2: How to Hide and Show Password by Toggle in React Js

https://hashnode.com/63beafe4cb3f74f5aafecb22/dashboard/domain/how-to-hide-and-show-password-by-toggle-in-react-js

Hashnode - javascript (Javascript)

Introduction If you've been struggling to create a simple logic to hide and show passwords in React, or you want a different approach to achieving the hide and show feature, then you are at the right place. In this article, I will create an illustrat...


3: How to Hide and Show Password by Toggle in React Js

https://devemeka.dev/how-to-hide-and-show-password-by-toggle-in-react-js

Hashnode - javascript (Javascript)

Introduction If you've been struggling to create a simple logic to hide and show passwords in React, or you want a different approach to achieving the hide and show feature, then you are at the right place. In this article, I will create an illustrat...


4: Authenticating with Google Sign-In and Firebase Auth and Firebase UI on Kotlin for Android

https://blog.dyor.com/authenticating-with-google-sign-in-and-firebase-auth-and-firebase-ui-on-kotlin-for-android

Hashnode - Kotlin (Mobiles)

This is the first installment of my weekly series on "New Android Development." I want to get started on Firestore immediately, but before you can do anything interesting (e.g., multi-user) you need to have authentication. Otherwise, there is no way ...


5: ReactJS: A Comprehensive Guide for Web Development

https://fistonn.com/reactjs-a-comprehensive-guide-for-web-development

Hashnode - javascript (Javascript)

ReactJS is a popular JavaScript library for building user interfaces (UI) and single-page applications (SPAs). It was developed and maintained by Facebook and has since become one of the most widely-used tools for front-end web development. This libr...


6: Asynchronous and Synchronous nature of JavaScript

https://pydeveloper-blogs.hashnode.dev/asynchronous-and-synchronous-nature-of-javascript

Hashnode - javascript (Javascript)

Today we all are going to know about one of the important properties of Javascript which is its Asynchronous nature. Now some of you are thinking what is Asynchronous' How it is related to Javascript' Asynchronous is a technique of programming that e...


7: Introduction aux réseaux de neurones Transformers

https://larevueia.fr/introduction-aux-reseaux-de-neurones-transformers/

La revue IA (data)

Disclaimer, je ne vais pas parler la série américaine Transformers, même si ça ressemble. A chaque nouvelle évolution en deep learning, on se dit toujours la même chose, cette fois c’est fini, on a atteint le sommet. Mais à chaque fois on arrive à repousser encore un peu plus les limites. Les transformers sont une […] L'article Introduction aux réseaux de neurones Transformers [...]


8: Markdown And reStructured

https://aasiyaonize.hashnode.dev/markdown-and-restructured

Hashnode - python (python)

Markdown Elements Markdown allows users to create text elements such as links, bullets, text bold, etc with coded typographical symbols and spaces. I did a few lessons on markdowns tutorials, here are pointers on a few of the elements: Asterisks(*) -...


9: Roadmap to becoming a data scientist

https://emmadata.hashnode.dev/roadmap-to-becoming-a-data-scientist

Hashnode - python (python)

Becoming a data scientist is a highly sought-after career path, and for good reason. With the increasing importance of data in every industry, there has never been a better time to get started on this rewarding and exciting journey. In this article, ...


10 / 111

10: Getting Started with Bottom Sheets in Android Using Kotlin Part 1 [Beginner Friendly]

https://lemonboy.dev/getting-started-with-bottom-sheets-in-android-using-kotlin-part-1-beginner-friendly

Hashnode - Kotlin (Mobiles)

Hi guys ', in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the traditional view system (XML-based). Without furth...


11: How to Setup a Simple ETL Pipeline with AWS Lambda for Data Science

https://hashnode.dataknowsall.com/how-to-setup-a-simple-etl-pipeline-with-aws-lambda-for-data-science

Hashnode - python (python)

Introduction to ETL with AWS Lambda When it comes time to build an ETL pipeline, many options exist. You can use a tool like Astronomer or Prefect for Orchestration, but you will also need somewhere to run the compute. With this, you have a few optio...


12: The Ultimate Web Scraping With Python 101

https://hojaleaks.com/the-ultimate-web-scraping-with-python-101

Hashnode - python (python)

Web scraping is a powerful tool that allows you to extract data from websites and use it for various purposes such as data analysis, machine learning, and more. In this tutorial, we will be using Python to scrape data from a website. Before we begin,...


13: JavaScript Functions Explained

https://tanishka.hashnode.dev/javascript-functions-explained

Hashnode - javascript (Javascript)

Functions As we know, functions are nothing but a block of code which executes a particular task and can be reused. However, functions in JavaScript are a tad bit different from functions in the majority of languages. Default Parameters Let's conside...


14: JavaScript : Functions at a glance

https://tanishka.hashnode.dev/javascript-functions-at-a-glance

Hashnode - javascript (Javascript)

Functions As we know, functions are nothing but a block of code which executes a particular task and can be reused. However, functions in JavaScript are a tad bit different from functions in the majority of languages. Default Parameters Let's conside...


15: How to copy Objects in Javascript

https://blog.theashishmaurya.me/how-to-copy-objects-in-javascript

Hashnode - javascript (Javascript)

Hello Reader,If you don't already know I am Ashish Maurya, a frontend developer, and all-time learner. I have been building web apps and servers in Javascript enough to write this article. Note: In javascript everything thing ( well almost everything...


16: Convert a dd/mm/yyyy string to a Date object in JavaScript

https://lavary.hashnode.dev/convert-a-ddmmyyyy-string-to-a-date-object-in-javascript

Hashnode - javascript (Javascript)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza If you need a cross-browser approach to convert a dd/mm/yyyy string to a Date object in JavaScript, here's...


17: React native with android studio setup

https://spsanchore.com/react-native-with-android-studio-setup

Hashnode - javascript (Javascript)

Android Development Environment Setup Make sure you have the Node installed if not then you can install it from here and you can check the version of a node using node -v https://nodejs.org/en/download/ Download android studio from https://develop...


18: About "Await is only valid in Async functions" error in JavaScript

https://lavary.hashnode.dev/about-await-is-only-valid-in-async-functions-error-in-javascript

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza Await is only valid in Async functions; This syntax error occurs when you use an await expression outside ...


19: About "AttributeError module 'DateTime' has no attribute 'strptime'" in Python

https://lavary.hashnode.dev/about-attributeerror-module-datetime-has-no-attribute-strptime-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The error 'AttributeError module 'DateTime' has no attribute 'strptime'' occurs when you call the strptime...


20 / 111

20: About "Unindent does not match any outer indentation level" error in Python

https://lavary.hashnode.dev/about-unindent-does-not-match-any-outer-indentation-level-error-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The 'IndentationError: unindent does not match any outer indentation level' error occurs when the indentat...


21: About "missing 1 required positional argument: 'self'" in Python

https://lavary.hashnode.dev/about-missing-1-required-positional-argument-self-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The Python error TypeError: missing 1 required positional argument: 'self' usually occurs if you call a me...


22: How to reverse a range in Python (with examples)

https://lavary.hashnode.dev/how-to-reverse-a-range-in-python-with-examples

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza Sometimes you need to reverse a range in Python to iterate over a list of items in reverse order. This qui...


23: About "TypeError: unhashable type: 'dict'' in Python

https://lavary.hashnode.dev/about-typeerror-unhashable-type-dict-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The 'TypeError: unhashable type: 'dict'' error occurs if you use a dictionary where a hashable object is e...


24: On "TabError: inconsistent use of tabs and spaces in indentation" in Python

https://lavary.hashnode.dev/on-taberror-inconsistent-use-of-tabs-and-spaces-in-indentation-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The error 'inconsistent use of tabs and spaces in indentation' occurs when you mix tabs and spaces to inde...


25: About "Not all arguments converted during string formatting" error in Python

https://lavary.hashnode.dev/about-not-all-arguments-converted-during-string-formatting-error-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza TypEerror: not all arguments converted during string formatting in Python occurs for the following reasons...


26: About "can only concatenate str (not 'list') to str" in Python

https://lavary.hashnode.dev/about-can-only-concatenate-str-not-list-to-str-in-python

Hashnode - python (python)

' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The Python error 'TypeError: can only concatenate str (not 'list') to str' occurs if you concatenate a str...


27: Code Smell 194 - Missing Interval

https://maximilianocontieri.com/code-smell-194-missing-interval

Hashnode - Kotlin (Mobiles)

TL;DR: Intervals are there. Why use plain dates' Problems Missing abstraction Duplicated Code Not enforced invariants Primitive Obsession Bijection Fault Fail Fast principle violation Solutions Create and use an Interval Object Context The...


28: Comment le FBI a infiltré un groupe de hackers pour le détruire '

https://www.lebigdata.fr/fbi-pirate-hacker

Le Big Data (dataviz)

Dans sa lutte acharnée contre la cybercriminalité, le FBI a réussi à infiltrer et neutraliser un groupe de hackers les … Cet article Comment le FBI a infiltré un groupe de hackers pour le détruire ' a été publié sur LeBigData.fr.


29: Restarting my Computer Programmer and Data Scientist journey.

https://anonprogrammer.hashnode.dev/restarting-my-computer-programmer-and-data-scientist-journey

Hashnode - python (python)

Let's make the past concise, and learn to keep the future wise. So, I completed my graduation in 2019, started my Master's in Data Science a year later, and opted out of it a year later.I have a theoretically great understanding of most programming c...


30 / 111

30: Setup And Install React-Native With Expo

https://spsanchore.com/setup-and-install-react-native-with-expo

Hashnode - javascript (Javascript)

There are two ways to setup react native development environment Expo Go QuickStart React - Native Cli (Android Studio) 1. Expo Go QuickStart If you are new to mobile development, the easiest way to get started is with Expo Go. Expo is a set of t...


31: Basics of Web Development:

https://muhammadharis.hashnode.dev/basics-of-web-development

Hashnode - javascript (Javascript)

Web development is the process of creating websites and applications for the internet. It involves a wide range of skills and technologies, from design and user experience, to coding and database management. Whether you are a beginner or an experienc...


32: Nuxt-content with Nuxt 3

https://guillaumeduhan.hashnode.dev/nuxt-content-with-nuxt-3

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=5mTQLWyyVNM&ab_channel=CodewithGuillaume Nuxt-Content is a module for the Nuxt.js framework that allows you to manage content in a headless CMS manner. It provides an easy way to work with dynamic content in a Nuxt.j...


33: reactjs(useRef Hook)

https://shivrajdeopa.hashnode.dev/reactjsuseref-hook

Hashnode - javascript (Javascript)

useRef(initialValue) // In the above line the initialvalue passed is assigned to the ref object's current property. Returns: useRef hook returns an object with a single property. Lets understand its working with the help of sample code illustrated be...


34: Dynamic Form using Schema-Based UI

https://avasbajracharya.hashnode.dev/dynamic-form-using-schema-based-ui

Hashnode - javascript (Javascript)

If your application needs to work with many forms and data collection flows, then writing forms in JSX(React) can be very repetitive. Even though we might try to extract the standard components, the core problem lies in displaying the right set of in...


35: Understand Call, Bind, and Apply in the Simplest and Easy Way Possible!!'

https://priyankdeep78.hashnode.dev/understand-call-bind-and-apply-in-the-simplest-and-easy-way-possible

Hashnode - javascript (Javascript)

We all know how much these Javascript methods are confusing to understand. But there is always a simple way to explain complex things. Close your eyes and imagine yourself in the vast universe! You have an amazing spaceship and you are on a mission t...


36: Understand Javascript's Call, Bind, and Apply in the Simplest and Easy Way Possible!!'

https://priyankdeep78.hashnode.dev/understand-javascripts-call-bind-and-apply-in-the-simplest-and-easy-way-possible

Hashnode - javascript (Javascript)

We all know how much these Javascript methods are confusing to understand. But there is always a simple way to explain complex things. Close your eyes and imagine yourself in the vast universe! You have an amazing spaceship and you are on a mission t...


37: An algorithm to Get the Middle Character using JavaScript

https://josephwamiti.hashnode.dev/an-algorithm-to-get-the-middle-character-using-javascript

Hashnode - javascript (Javascript)

Do you want to test your JavaScript skills' Then try out the Get the Middle Character Challenge! This challenge is designed to test your understanding of string manipulation and your ability to solve complex problems. The challenge is simple: given ...


38: The Secret to Lightning-Fast JavaScript: Optimization Techniques You Can't Afford to Miss

https://blog.dharmen.dev/the-secret-to-lightning-fast-javascript-optimization-techniques-you-cant-afford-to-miss

Hashnode - javascript (Javascript)

Are you tired of slow-loading web pages ruining your user experience' Do you want to ensure that your website runs at lightning speed and provides a seamless browsing experience for your users' Then you need to optimize your JavaScript code. Accordin...


39: Variance Decomposition Proportions

https://theforce.hashnode.dev/variance-decomposition-proportions

Hashnode - python (python)

This post outlines the idea of collinearity in a dataset (including a formal-ish definition), possible issues arising with collinearity and ways of diagnosing the existence and degree of collinearity. Furthermore, this outlines a few issues with hist...


40 / 111

40: JavaScript Built-in Data Types

https://yesitstech.hashnode.dev/javascript-built-in-data-types

Hashnode - javascript (Javascript)

JavaScript is a dynamic and flexible programming language that is widely used for creating interactive web applications. One of the most fundamental concepts in JavaScript is understanding the different built-in data types available. These data types...


41: Introduction to Web Server and HTML

https://mounikasangishetty.hashnode.dev/introduction-to-web-server-and-html

Hashnode - javascript (Javascript)

What is a Web Server' Simply, A web server is a PC that stores, processes and delivers website documents to the web browser. A web server is a PC that runs websites. The main job of a server is to display the website content. It's a PC program that d...


42: Decorators in python (part-2)

https://blog.lokesh1729.com/decorators-in-python-part-2

Hashnode - python (python)

Introduction If you have not read the previous post, please go through it because it is a prerequisite for this. In this post, we will go into some more depth and learn about decorators with arguments. functools.wraps decorator We learned from the pr...


43: 6 AI Tools for Programmers

https://oluwatrillions.hashnode.dev/6-ai-tools-for-programmers

Hashnode - javascript (Javascript)

AI won't take your job, but the developers who use AI will. Artificial Intelligence is changing the software landscape with tools that have been a great relief to developers, in that it reduces the burden to build from scratch and increases productiv...


44: My TikTok (ByteDance) Frontend Software Engineer Interview Experience

https://explainthis.hashnode.dev/my-tiktok-bytedance-frontend-software-engineer-interview-experience

Hashnode - javascript (Javascript)

The post was originally published on ExplainThis with the title 'My TikTok (ByteDance) Frontend Software Engineer Interview Experience' This is a blog post on my interview experience with TikTok in summer 2022. The role I interviewed for was Fronten...


45: Un Oculus Quest Pro en chemin '

https://www.realite-virtuelle.com/oculus-quest-pro-en-chemin/

realite-virtuelle.com (Réalité Virtuelle)

Un Oculus Quest Pro, c'est une idée qui n'a pas manqué d'intéresser le président en […] Cet article Un Oculus Quest Pro en chemin ' a été publié sur Réalité-Virtuelle.com.


46: A Practical Guide to Array and Object Destructuring

https://saimounikaperi.hashnode.dev/a-practical-guide-to-array-and-object-destructuring

Hashnode - javascript (Javascript)

Object in JavaScript is used to store multiple values as a complex data structure. We create objects with curly braces ({...}) and one or more properties separated by a comma. Each of the properties is a key-value pair separated by the colon(:) symbo...


47: Increase your JavaScript code performance by removing Event Listeners

https://mdjamilkashemporosh.hashnode.dev/increase-your-javascript-code-performance-by-removing-event-listeners

Hashnode - javascript (Javascript)

There are many ways to increase code performance. always keep in mind " Using less JavaScript will result in better performance " Using .removeEventListener() The .removeEventListener() method accepts three parameters: EventListener type, EventListe...


48: The best way to remove unnecessary Event Listeners and increase JavaScript code performance

https://mdjamilkashemporosh.hashnode.dev/the-best-way-to-remove-unnecessary-event-listeners-and-increase-javascript-code-performance

Hashnode - javascript (Javascript)

There are many ways to increase code performance. always keep in mind " Using less JavaScript will result in better performance " Using .removeEventListener() The .removeEventListener() method accepts three parameters: EventListener type, EventListe...


49: How I Make 404 Page User Not Found Using Ember.js Framework

https://shubhamsigdar.hashnode.dev/how-i-make-404-page-user-not-found-using-emberjs-framework

Hashnode - javascript (Javascript)

Hi everyone, Welcome to my blog. This post will show you How to Make a 404 Page User Not Found Using ember.js frameworks. These issues are given to me in realdevsquad open-source project because they are migrating their website to ember.js. In this i...


50 / 111

50: Python Basics 2 - Lets Learn Some Python

https://aayushsinha.hashnode.dev/python-basics-2-lets-learn-some-python

Hashnode - python (python)

Hello and welcome to second blog of series The Pythonic Way. So now that you have some basic idea of computation and algorithm. We can start actually start coding in Python. But before that it is important that you should have some sort of IDE instal...


51: My VS Code setup

https://hashnode.j471n.in/my-vs-code-setup

Hashnode - javascript (Javascript)

In this article, I'll be sharing my VS Code Setup with you. It includes the theme and Icons that use and also Extensions (this is very important). 'Theme I use Andromeda as my primary theme for my vs code 'Icons For Icons, I sometimes switch betwe...


52: Integrate Paypal API

https://kryptonanshu.hashnode.dev/integrate-paypal-api

Hashnode - javascript (Javascript)

This article is about Integrating Paypal API As a developer, integrating APIs into your project is imperative. I recently integrated PayPal's payment gateway on a side project and plan on sharing how to do it. PayPal is well known for online payments...


53: Event Loop - Advanced JavaScript Series - Part 1

https://fornonecs.hashnode.dev/event-loop-advanced-javascript-series-part-1

Hashnode - javascript (Javascript)

Knowledge Test: Let us examine the output generated by the following code snippet. function callback(i) { console.log(i) } for (var i = 0; i < 3; i++) { setTimeout(() => callback(i), 1000) } for (let i = 0; i < 3; i++) { setTimeout(() =...


54: Get closer to Closures'in JavaScript '' - Part 2

https://riyatiwari.hashnode.dev/get-closer-to-closuresin-javascript-part-2

Hashnode - javascript (Javascript)

If you haven't checked out my previous article, you can visit this link. Part 1 where Closures is thoroughly introduced with code snippets of the execution context, along with some fancy terms made easy, like lexical scope and lexical environment. Pa...


55: Become a JavaScript Pro with These One-Line Tricks''

https://khansa.hashnode.dev/become-a-javascript-pro-with-these-one-line-tricks

Hashnode - javascript (Javascript)

As a JavaScript developer, you know the struggle of writing code that is both functional and efficient. You've spent countless hours scouring the internet for solutions to common coding problems, only to end up with a cluttered and confusing mess of ...


56: Decorators in python (part-1)

https://blog.lokesh1729.com/python-decorators

Hashnode - python (python)

Introduction As usual, let's stick to the first principles. Let's start with what was taught in our schools. What is a function in mathematics' f(x) -> y spelled as f of x is a function that takes x as input and returns y as output. Right, It's the s...


57: Using Playwright for E2E testing

https://ceafive.hashnode.dev/using-playwright-for-e2e-testing

Hashnode - javascript (Javascript)

What is Playwright' Playwright is a popular cross-browser automation and E2E testing framework, developed by Microsoft. It provides support for 3 different browser engines, including Chromium, Firefox, and WebKit. It also supports multiple programmin...


58: In-App Review Android Implementation in Kotlin

https://mansivaghela.hashnode.dev/in-app-review-android-implementation-in-kotlin

Hashnode - Kotlin (Mobiles)

As soon as the review for the app comes to mind, you worry about going to the Playstore, correct'A review is an integral part that lets the developer know how much the users are enjoying their application. However, users generally do not review many ...


59: In-App Review Android Implementation in Kotlin

https://blog.mansi.dev/in-app-review-android-implementation-in-kotlin

Hashnode - Kotlin (Mobiles)

As soon as the review for the app comes to mind, you worry about going to the Playstore, correct'A review is an integral part that lets the developer know how much the users are enjoying their application. However, users generally do not review many ...


60 / 111

60: Building Portfolio Website Using HTML CSS & JavaScript Day110

https://dheerajy1.hashnode.dev/building-portfolio-website-using-html-css-javascript-day110

Hashnode - javascript (Javascript)

Today #Day110 of #365DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Media Queries For small devices CSS Styling container class and nav menu class, .container{ margin-left: var(--mb-1); margin-right: var(--mb-1); } .nav_...


61: Use cases for continue and break statements in JavaScript.

https://blog-debasish.hashnode.dev/use-cases-for-continue-and-break-statements-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the continue and break statements are used to control the flow of execution within loops. The continue statement used to skip the current iteration of a loop and move on to the next iteration. It is often used when you only want to pro...


62: MVVM (Model View ViewModel) Architecture Pattern in Android

https://mansivaghela.hashnode.dev/mvvm-model-view-viewmodel-architecture-pattern-in-android

Hashnode - Kotlin (Mobiles)

We'll be discussing and implementing the Android MVVM architectural pattern in our Android application. Why do we need these patterns' Adding everything to a single activity or fragment would lead to problems in testing and refactoring the code. Henc...


63: MVVM (Model View ViewModel) Architecture Pattern in Android

https://blog.mansi.dev/mvvm-model-view-viewmodel-architecture-pattern-in-android

Hashnode - Kotlin (Mobiles)

We'll be discussing and implementing the Android MVVM architectural pattern in our Android application. Why do we need these patterns' Adding everything to a single activity or fragment would lead to problems in testing and refactoring the code. Henc...


64: Higher Order functions in JavaScript - A brief introduction

https://harshm09.hashnode.dev/higher-order-functions-in-js

Hashnode - javascript (Javascript)

What are Higher-Order functions' In JavaScript, functions are treated as first-class citizens, which means behind the scenes they are just another object. This feature enables the use of functions just like any other variable. A higher-order function...


65: React.JS Props: A Complete Guide with Examples

https://reactpropsbyhiren.hashnode.dev/reactjs-props-a-complete-guide-with-examples

Hashnode - javascript (Javascript)

About React React.JS is a popular JavaScript library used for building user interfaces. It provides a way to create reusable components and manage the state of an application. In React.JS, props (short for properties) are a way to pass data from a pa...


66: React.JS Props: A Complete Guide with Examples

https://hirentimbadiya.hashnode.dev/reactjs-props-a-complete-guide-with-examples

Hashnode - javascript (Javascript)

About React React.JS is a popular JavaScript library used for building user interfaces. It provides a way to create reusable components and manage the state of an application. In React.JS, props (short for properties) are a way to pass data from a pa...


67: Nuxt 3 authentication with Supabase

https://xinnks.hashnode.dev/nuxt-3-authentication-with-supabase

Hashnode - javascript (Javascript)

Supabase is the open-source Firebase alternative that presents us with back-end features such as a Postgres database, authentication, Edge functions, Storage, and Real-time subscriptions that we can use to build applications. The interest of this tut...


68: Liens vagabonds : Les Gafam déçoivent encore

https://www.meta-media.fr/2023/02/04/liens-vagabonds-les-gafam-decoivent-encore.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE : Les géants de la tech déçoivent - La série de mauvaises nouvelles dans le secteur technologique se poursuit. Fin 2022, les cinq géants de la tech (Google, Apple, Amazon, Facebook, Microsoft) avaient déjà collectivement perdu plus de 1.500 milliards de dollars de capitalisation boursière en... The post Liens vagabonds : Les Gafam déçoivent encore first appeared o [...]


69: Machine Learning Day:2

https://blog.kb.tld/machine-learning-day2

Hashnode - python (python)

Introduction: what is NumPy ' NumPy(Numerical Python) is an open-source library of Python. It is designed to perform complex mathematical, image processing, quantum computing, statistical operations, etc., on matrices and multidimensional arrays. How...


70 / 111

70: Object-Oriented Programming in Python

https://jinglecodes.hashnode.dev/object-oriented-programming-in-python

Hashnode - python (python)

With the help of the well-liked programming paradigm known as object-oriented programming (OOP), programmers can create models of actual objects in their code. In OOP, classes serve as the object's blueprint, and objects are instances of those classe...


71: JavaScript Web Storage

https://thenerdyraptor.hashnode.dev/javascript-web-storage

Hashnode - javascript (Javascript)

In this article, we will talk about web storage which is an HTML5 feature that allows us to store data in key-value pairs in the browser. It stores data on the client side so we can access it or change it later. There are two types of web storage: *l...


72: How Destructuring works in JavaScript- A simple yet detailed guide - Part 1 (Destructuring Arrays).

https://priyanshshrivastava.hashnode.dev/destructuring-arrays-in-javscript

Hashnode - javascript (Javascript)

This article will be divided into 3 parts: What is Destructuring ' Why do we need Destructuring' How to master Destructuring so that we can easily play with JavaScript objects and arrays. What is Destructuring' Destructuring is a JavaScript exp...


73: Onestop Guide to deploying a Flutter App to AWS

https://radiant.hashnode.dev/onestop-guide-to-deploying-a-flutter-app-to-aws

Hashnode - Flutter (Flutter)

Introduction Flutter ' is an open-source UI software development kit created by Google. It is used for building high-performance, high-fidelity, and cross-platform mobile and web applications. AWS, on the other hand, is a cloud computing platform th...


74: Javascript

https://coding.dev/javascript

Hashnode - javascript (Javascript)

What is JavaScript' JavaScript is a high-level, interpreted programming language that is widely used for web development. It is used for creating interactive and dynamic web pages, allowing for things like form validation, creating animations, and up...


75: 001. Laying Groundwork for React Native

https://underscore.zrqx.in/001-laying-groundwork-for-react-native

Hashnode - javascript (Javascript)

Satisfying the Requirements The Main Requirements are Java JDK Node JS Android Studio Developer Settings in Phone Java Java, maybe is a dependency for Android Studio. Although we don't explicitly use it to write our App, we shouldn't ignore it ...


76: L'hydrogène peut-il révolutionner l'industrie du Data Center '

https://www.lebigdata.fr/hydrogene-revolutionner-data-center

Le Big Data (dataviz)

L’hydrogène pourrait être la solution pour alimenter les Datas Centers du futur. Cet élément est propre, abondant et peut être … Cet article L’hydrogène peut-il révolutionner l’industrie du Data Center ' a été publié sur LeBigData.fr.


77: February JS Challenge 1: Answers!

https://lilkittykat.hashnode.dev/february-js-challenge-1-answers

Hashnode - javascript (Javascript)

Warning! Please don't read this if you haven't done the challenge yet, or wish to only find out how it was done! Solution So let's take a look at our text to decipher: 54686973007761730061007265616c6c7900746f756768006368616c6c656e676500666f72006d652...


78: Building an SDK with TypeScript

https://durgadas.in/building-an-sdk-with-typescript

Hashnode - javascript (Javascript)

An SDK (Software Development Kit) is a collection of software development tools in one installable package. An SDK can include libraries, APIs, and sample code for a specific platform or programming language. SDKs are used to help developers build ap...


79: get key(s) of a python dictionary when value is given

https://tharinduwx.hashnode.dev/get-keys-of-a-python-dictionary-when-value-is-given

Hashnode - python (python)

# return key(s) in a dictionary when value is given def get_keys(val, dict): keys = [] for key, value in dict.items(): if value == val: keys.append(key) return keys


80 / 111

80: Learning JavaScript

https://ankitanandmastery.hashnode.dev/learning-javascript

Hashnode - javascript (Javascript)

Why JavaScript' Language of the web It is the only computer language that allows us to directly interact with our web pages dynamically on the client side Easy to use It is used widely JavaScript skill is in demand Comments in JavaScript There...


81: How to Fetch Data Using GraphQL API with Vanilla JavaScript

https://mwendwabundi.hashnode.dev/how-to-fetch-data-using-graphql-api-with-vanilla-javascript

Hashnode - javascript (Javascript)

GraphQL is a query language for your API and a server-side runtime for executing queries using a type system you define for your data. It allows developers to access specific data from APIs. GraphQL is a flexible alternative to REST as the server kno...


82: Pourquoi l'IA est si mauvaise pour générer des mains humaines '

https://www.lebigdata.fr/ia-mauvaise-generer-mains-humaines

Le Big Data (dataviz)

L’Intelligence artificielle (IA) a révolutionné de nombreux secteurs, mais sa capacité à générer des images de mains humaines reste limitée. … Cet article Pourquoi l’IA est si mauvaise pour générer des mains humaines ' a été publié sur LeBigData.fr.


83: Undefined vs Null in JS

https://rakeshdeka.hashnode.dev/undefined-vs-null-in-js

Hashnode - javascript (Javascript)

In Javascript Undefined and Null sometimes use interchangeably, But it has some differences between the two. Undefined: undefined means we have created a variable but haven't defined a value for it. let value; console.log(value); output: > undefine...


84: Top 50 Reactjs Questions

https://web3boy.hashnode.dev/top-50-reactjs-questions

Hashnode - javascript (Javascript)

1. What is Reactjs' React is a JavaScript library that makes building user interfaces easy. It was developed by Facebook. 2. Does React uses HTML' No, It uses JSX, which is similar to HTML. 3. When was Reacct first released' React was first released ...


85: Starting a Weekly "New Android Development"' Series

https://blog.dyor.com/starting-a-weekly-new-android-development-series

Hashnode - Kotlin (Mobiles)

In the past, I have only written web applications. I tried to build an iPhone application, and not only was the developer experience super difficult for me based on my web experience, the application would only work for people with iPhones...and only...


86: React - Component Lifecycle (doc)

https://jvspwt.my.id/react-component-lifecycle-doc

Hashnode - javascript (Javascript)

Kita sudah biasa mengelola lokal state di dalam komponen. Namun, bagaimana cara mengelola data (state) yang nilainya berasal dari luar, contohnya internet melalui RESTful API' Jika yang dilakukan adalah memanggil fetch() request di dalam fungsi rende...


87: Html(hyper Text Markup Language)

https://anjalitechblog.dev/htmlhyper-text-markup-language

Hashnode - javascript (Javascript)

what is HTML HTML (HyperText Markup Language) is a language used to create and structure content on a web page. HyperText simply means 'Text within Text'.A text that has a link within it, is a hypertext. whenever anyone clicks on a link which brings ...


88: Promise

https://jvspwt.my.id/promise

Hashnode - javascript (Javascript)

Promise dapat menggantikan peran callback dengan menggunakan ciri khas fungsi .then-nya itu. Situs MDN mengatakan Promise merupakan sebuah objek yang digunakan untuk membuat sebuah perhitungan (kode) ditangguhkan dan berjalan secara asynchronous. Dal...


89: React - Fetch API (doc)

https://jvspwt.my.id/react-fetch-api-doc

Hashnode - javascript (Javascript)

Sekilas tentang RESTful API REST API atau RESTful API merupakan aplikasi yang hidup di sisi server (back-end) yang berfungsi sebagai perantara transaksi data antara aplikasi front-end dengan sumber data (bisa database atau storage). REST API memanfaa...


90 / 111

90: Extensions in Kotlin

https://sagar0-0.hashnode.dev/extensions-in-kotlin

Hashnode - Kotlin (Mobiles)

In this article, we will learn about extensions and what are the different cases where you can(and should) use them. Before starting, I am supposing that you have a basic understanding of OOPs in any programming language. Extensions: We know, wheneve...


91: This day in search marketing history: February 4

https://searchengineland.com/search-marketing-history-february-4-392677

Search engine land (Référencement)

MicroHoo Day 4, plus: Google expands phrase match, Google Adds JSON-LD support, reconsideration requests and more. The post This day in search marketing history: February 4 appeared first on Search Engine Land.


92: A Study on End-to-End Testing Framework Cypress in comparison to Selenium

https://blog.taditdash.com/a-study-on-end-to-end-testing-framework-cypress-in-comparison-to-selenium

Hashnode - javascript (Javascript)

What is Cypress' Cypress is a new-age end-to-end testing tool. End-to-end testing ensures the application is tested exactly how the users are going to interact. Its installation is effortless, usage is smooth, and it runs very fast. Let's discuss mor...


93: Custom Context Menu

https://sandrana.hashnode.dev/custom-context-menu

Hashnode - javascript (Javascript)

What is a Context Menu' A context menu is a menu that pops up every time you press right-click on your mouse. It is also referred to as right-click menu but the professional term is Context Menu. A customized context menu or custom context menu acts ...


94: How to easily understand "this" in Javascript - with a simple visual chart

https://codingcat.hashnode.dev/how-to-easily-understand-this-in-javascript-with-a-simple-visual-chart

Hashnode - javascript (Javascript)

This post will help you figure out how you can easily find out the value of 'this' in JavaScript. If you're in a hurry, there's a JavaScript this keyword cheat sheet at the end. You can view this guide to JavaScript "this" on my blog too. The keyword...


95: Build Your First Port Scanner using Python

https://scofield.hashnode.dev/build-your-first-port-scanner-using-python

Hashnode - python (python)

Cyber security has become necessary for every business today, with over seven websites hacked every second, 380 websites every minute, and 547,000 daily. Security specialists at IBM cannot emphasize this importance enough, with the current statistics...


96: A Beginner's Guide to Python

https://www.rahulbagal.software/a-beginners-guide-to-python

Hashnode - python (python)

Introduction to Python Python is a popular, high-level programming language that is used for a wide range of applications, including web development, scientific computing, data analysis, artificial intelligence, and more. It is known for its simplici...


97: Flutter and AR/VR: How to Build Immersive Experiences with Flutter

https://yatendrakumar.hashnode.dev/flutter-and-arvr-how-to-build-immersive-experiences-with-flutter

Hashnode - Flutter (Flutter)

Flutter is a popular, open-source UI development framework that is used to build native-like apps for various platforms including Android, iOS, and the web. One of the most exciting things about Flutter is its ability to support Augmented Reality (AR...


98: Top 10 Features of Django That Make Web Development a Breeze

https://alfies.hashnode.dev/top-10-features-of-django-that-make-web-development-a-breeze

Hashnode - python (python)

Django is a high-level Python web framework that has gained immense popularity among developers due to its ease of use, scalability, and robustness. Here are the top 10 features of Django that make web development a breeze: Object-Relational Mapping...


99: [Podcast] Le Savoir-être en entreprise

https://lydra.fr/le-savoir-etre-en-entreprise-radio-devops-31

Humancoders ()

En entreprise il est crucial qu'il y ai une bonne coopération. Pour ce faire il faut partager une culture commune mais il est surtout essentiel que l'ambiance générale de l'entreprise s'y prête. Nous allons aujourd'hui aborder la coopération en entreprise, que cela soit de manière générale qu'entre Dev et Ops. 00:00 Intro 01:53 Mauvais départ dès l'embauche 26:14 Ambiance Malsaine 43:4 [...]


100 / 111

100: Les Type Aliases en Kotlin

https://kotlin-java.fr/les-type-aliase-en-kotlin/

Humancoders ()

Les typealias en Kotlin sont un moyen de donner un autre nom à un type existant. Cette fonctionnalité peut être très utile lorsque le nom d'un type est trop long ou difficile à comprendre. Commentaires L'article Les Type Aliases en Kotlin a été posté dans la catégorie Développement de Human Coders News


101: Gérer un index Elasticsearch avec la elasticsearch-php

https://www.mon-code.net/article/166/gerer-un-index-elasticsearch-avec-la-librairie-elasticsearch-php

Humancoders ()

Article sur la gestion d'un index Elasticsearch dans un projet Symfony avec la librairie elasticsearch-php Commentaires L'article Gérer un index Elasticsearch avec la elasticsearch-php a été posté dans la catégorie PHP de Human Coders News


102: La gestion des exceptions en Kotlin

https://kotlin-java.fr/gestion-exceptions-kotlin-throw-try-catch/

Humancoders ()

Les exceptions sont des erreurs qui se produisent pendant l'exécution d'un programme et peuvent être causées par des erreurs de code ou des situations imprévues. Commentaires L'article La gestion des exceptions en Kotlin a été posté dans la catégorie Développement de Human Coders News


103: Alternatives to Heroku for hosting your Node.js app for free

https://svdcse.xyz/alternatives-to-heroku-for-hosting-your-nodejs-app-for-free

Hashnode - javascript (Javascript)

There are several alternatives to Heroku for hosting your Node.js app for free: Glitch: A platform for building, testing, and hosting web apps, including backend Node.js apps. It's easy to use, offers a simple interface, and is suitable for small pr...


104: Visualizing Population Density Patterns in Six Countries

https://www.visualcapitalist.com/cp/population-density-patterns-countries/

Visual Capitalist (dataviz)

These maps show the population density of several countries, using 3D spikes to denote where more people live. The post Visualizing Population Density Patterns in Six Countries appeared first on Visual Capitalist.


105: Ranked: The Top Online Music Services in the U.S. by Monthly Users

https://www.visualcapitalist.com/top-online-music-services-us/

Visual Capitalist (dataviz)

This graphic shows the percentage of Americans that are monthly music listeners for each service. Which online music service is most popular' The post Ranked: The Top Online Music Services in the U.S. by Monthly Users appeared first on Visual Capitalist.


106: Tip: console.table()

https://shahxcode.hashnode.dev/tip-consoletable

Hashnode - javascript (Javascript)

In this article, I am going to discuss a javascript console method called console.table(). I find it useful for casual debugging and don't see much about it online so I figured I'd share it. What is console.table() console.table() is a method that al...


107: Why learn Java !!!

https://vinaycodes.hashnode.dev/why-learn-java

Hashnode - javascript (Javascript)

Java is a widely used, class-based, object-oriented programming language that is designed to be portable and platform-independent. Here are some reasons why one might want to learn Java: Popularity: Java is one of the most popular programming langua...


108: Here are the 10 proven tips and tricks for effortless TypeScript programming in 2023

https://www.somnathblogging.com/here-are-the-10-proven-tips-and-tricks-for-effortless-typescript-programming-in-2023

Hashnode - javascript (Javascript)

With its growing popularity and widespread adoption by businesses, TypeScript is poised to become the future of JavaScript development. Whether you are an experienced JavaScript developer or just starting out, learning TypeScript is a worthwhile inve...




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