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

« Avril 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 22 Avril 2023 (79)

1: Next JS and Tailwind CSS: A Powerful Combination for Web Development

https://usamausman.hashnode.dev/next-js-and-tailwind-css-a-powerful-combination-for-web-development

Hashnode - javascript (Javascript)

Next JS and Tailwind CSS: A Powerful Combination for Web Development In recent years, Next JS and Tailwind CSS have become two of the most popular tools for web development. Next JS is a powerful framework for building React-based applications, while...


2: Calculate distance and slope of a line in Python

https://blog.amit.academy/calculate-distance-and-slope-of-a-line-in-python

Hashnode - python (python)

In this article, we'll explore how to implement a Line class in Python that calculates the distance and slope between two points. We'll also discuss some possible optimizations to make the code more efficient and maintainable. The mathematical equati...


3: Turno con el Doctor!''''

https://www.emilianogorr.xyz/turno-con-el-doctor

Hashnode - python (python)

Intro Después de muchos años sin hacerlo, decidí concurrir a un control cardiológico, el médico me recetó una serie de estudios. Una vez que hice los estudios, necesitaba volver al cardiólogo para mostrarle los resultados. El problema fue que la próx...


4: Discover the Power of Computer Vision: An Introduction to OpenCV

https://hcodes.hashnode.dev/discover-the-power-of-computer-vision-an-introduction-to-opencv

Hashnode - python (python)

What is open-cv and what it is used for' OpenCV is an open-source computer vision and machine learning library used for real-time image processing, object detection and tracking, facial recognition, robotics and much more, making it a powerful tool f...


5: Comment se faire plaisir sans danger avec un sextoy''

https://www.realite-virtuelle.com/comment-se-faire-plaisir-sans-danger-avec-un-sextoy/

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

Voici tout ce que vous devez savoir et les règles à suivre pour utiliser un […] Cet article Comment se faire plaisir sans danger avec un sextoy'' a été publié sur REALITE-VIRTUELLE.COM.


6: WhatsApp Unveils 'Keep in Chat' to Override Disappearing Messages

https://www.webpronews.com/whatsapp-keep-in-chat/

WebProNews SEO (Développement)

WebProNews WhatsApp Unveils ‘Keep in Chat’ to Override Disappearing Messages WhatsApp has unveiled "Keep in Chat," a new feature to give users the ability to hold on to a message ' with one big caveat. WhatsApp Unveils ‘Keep in Chat’ to Override Disappearing Messages Staff


7: TypeScript Introduction

https://charanmn7.hashnode.dev/typescript-introduction

Hashnode - javascript (Javascript)

TypeScript is a superset of JavaScript. It means that it has all the features of JavaScript and adds more on top of them. TypeScript's features like static typing and compile-time checks, including all the features of ECMAScript (a JavaScript standar...


8: OOP: How to implement Object-Oriented Programming concepts in python

https://gidakinsanmi.hashnode.dev/oop-how-to-implement-object-oriented-programming-concepts-in-python

Hashnode - javascript (Javascript)

Object-oriented programming is a programming paradigm that uses the concept of "objects" in storing data and the procedures for manipulating the data. With OOP, programmers can easily reuse, maintain and modify software codes. Fortunately, Python is ...


9: Getting Started with Data Engineering: A Step-by-Step Guide

https://rohan-anand.com/getting-started-with-data-engineering-a-step-by-step-guide

Hashnode - python (python)

Are you interested in becoming a data engineer but don't know where to start' In this post, I'll walk you through the basics of data engineering using a simple project that involves fetching data from GitHub and visualizing it through Looker. Steps:-...


10 / 79

10: My JavaScript Revision

https://hippargisr.hashnode.dev/my-javascript-revision

Hashnode - javascript (Javascript)

What is JavaScript' JavaScript is a scripting or programming language that allows you to implement complex features on web pages. JavaScript is a programming language that is primarily used for creating dynamic web pages or applications. It is a high...


11: DAY 7 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-7-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to check whether a given string is a palindrome or not:- str=input("ENTER THE STRING : ") if str == str[::-1]: print("YES") else: print("NO") Output: ENTER THE STRING : eye YES The code first prompts the user to inpu...


12: iOS Journal Developers 'About To Be Sherlocked'

https://www.webpronews.com/ios-journal-developers-sherlocked/

WebProNews SEO (Développement)

WebProNews iOS Journal Developers ‘About To Be Sherlocked’ In addition, the fact that macOS can run iOS apps could threaten Day One on the Mac as well. iOS Journal Developers ‘About To Be Sherlocked’ Matt Milano


13: Ranked: The Most Expensive Sports Team Sales in History

https://www.visualcapitalist.com/cp/ranked-most-expensive-sports-team-sales/

Visual Capitalist (dataviz)

How does the $6.1 billion Washington Commanders sale measure up against the most expensive sports team sales in history' The post Ranked: The Most Expensive Sports Team Sales in History appeared first on Visual Capitalist.


14: Day 15 Task: Python Libraries for DevOps

https://chetan.devops/day-15-task-python-libraries-for-devops

Hashnode - python (python)

#.Reading JSON and YAML in Python. In Python, you can read JSON and YAML files using built-in libraries json and yaml respectively. Here's an example of how to read a JSON and YAML file: Reading a JSON file: import json # open the file with open('da...


15: Run ChatGPT-Style Questions Over Your Own Files Using the OpenAI API and LangChain!

https://www.reaminated.com/run-chatgpt-style-questions-over-your-own-files-using-the-openai-api-and-langchain

Hashnode - python (python)

https://youtu.be/fo0cg5pAh2g Introduction I'm sure you've all heard about ChatGPT by now. It's an amazing Large Language Model (LLM) system that is opening up new and exciting innovative capabilities. However, it's been trained over a huge corpus o...


16: Measuring Performance of Long Running Tasks in Browser

https://kunaldesai.hashnode.dev/measuring-performance-of-long-running-tasks-in-browser

Hashnode - javascript (Javascript)

I was looking at some performance metrics around file upload the other day and noticed some really large outliers. It was being reported that some operations were taking over 20 hours! After digging through some of the data, I noticed that the there ...


17: Let, Const and Var; What's really the difference'

https://debanjo.hashnode.dev/let-const-and-var-whats-really-the-difference

Hashnode - javascript (Javascript)

You may have seen Javascript devs use var or let to declare variables in several codes or tutorials, this can be confusing if you don't understand the reason behind all these JavaScript variable declaration keywords. Variables are computer memory sto...


18: Introduction to Flutter: Setting up your Development Environment

https://dexter.hashnode.dev/introduction-to-flutter-setting-up-your-development-environment-clgs83h9l00030al65s5j7mcx

Hashnode - Flutter (Flutter)

Introduction Hey there! Long time, no talk... You're welcome back to my blog and we'd continue with the "Build with Flutter" series. If you haven't read my previous post where I talked extensively about getting started in cross-platform development u...


19: Exploring the Different Types of Loops in JavaScript: A Beginner's Guide

https://kgkunal.hashnode.dev/exploring-the-different-types-of-loops-in-javascript-a-beginners-guide

Hashnode - javascript (Javascript)

Loops in JavaScript are an essential part of the language, enabling developers to execute a block of code repeatedly. This ability is particularly useful when you need to perform a specific task multiple times or iterate through a set of data. There ...


20 / 79

20: Everything about JSX

https://chirayu31.hashnode.dev/everything-about-jsx

Hashnode - javascript (Javascript)

One of the core concepts of React. What is JSX' JSX is a JavaScript Extension Syntax used in React to easily write HTML and JavaScript together. const jsx = This is JSX This is simple JSX code in React. But the browser does not understand...


21: How to Integrate Tailwind CSS in Your Angular Project

https://blogs.ayushdev.com/how-to-integrate-tailwind-css-in-your-angular-project

Hashnode - javascript (Javascript)

Angular is a powerful framework for building web applications, but styling and designing the UI can be a challenging task. Tailwind CSS is a popular utility-first CSS framework that makes it easy to create beautiful, responsive UIs with minimal effor...


22: OOPs Concepts in Python Language

https://waughkes.hashnode.dev/oops-concepts-in-python-language-clgs4njr0000109ibdqbw9wsh

Hashnode - python (python)

Introduction Object-Oriented Programming, also known as OOPs concepts in Python. In this article, I will explain the basic concepts of Object-Oriented Programming in Python programming, oop fundamentals, and features of oops. Developers often choose ...


23: Comparison between Python Launcher for Windows and Unix

https://oleksis.hashnode.dev/comparison-between-python-launcher-for-windows-and-unix

Hashnode - python (python)

FeaturePython Launcher for WindowsPython Launcher for Unix PlatformWindowsUnix-like operating systems Selecting Python versionBased on shebang lines, file extensions, command-line options, using environment variables or configuration files (.ini)...


24: An Overview of the Different Database Types for Python Backend Development

https://justjosephtobi.hashnode.dev/an-overview-of-the-different-database-types-for-python-backend-development

Hashnode - python (python)

As a backend developer understanding your database is as critical as your code itself. It is common for developers to learn a popular database and use it for various applications. However, there are better approaches than this in practice since each ...


25: Flutter pagination ft. Bloc

https://smkwinner.dev/flutter-pagination-ft-bloc

Hashnode - Flutter (Flutter)

Welcome back, everyone! Today, we will be learning about implementing pagination in Flutter using Bloc as our state management solution. To fetch products, we will be using a modified version of the fake-store APIs that includes pagination. Let's beg...


26: Getting to know Django Signals

https://ahmadsalah.com/getting-to-know-django-signals

Hashnode - python (python)

If you've been working with Django for a while, you've probably heard of Django Signals. But what are they, and why should you care' Well, my friend, you're in for a treat. In this article, we'll dive deep into the world of Django Signals and discove...


27: The Importance of Clean Code in JavaScript Development

https://rahulj9ablogs.hashnode.dev/the-importance-of-clean-code-in-javascript-development

Hashnode - javascript (Javascript)

So in the past few years, Javascript has emerged as one of the most popular programming languages and its popularity is still increasing day by day. New features, libraries and frameworks are coming regularly and so the style of doing a task is also ...


28: JavaScript For-In Loop: An Overview

https://programdoc.hashnode.dev/javascript-for-in-loop-an-overview

Hashnode - javascript (Javascript)

The for...in loop in JavaScript is a control flow statement that iterates over the properties of an object or the elements of an array. It is similar to the for loop, but instead of using an index to access the elements of an array, it uses a propert...


29: Secure and Easy Authentication with JSON Web Tokens (JWT)

https://mukulpadwal.hashnode.dev/secure-and-easy-authentication-with-json-web-tokens-jwt

Hashnode - javascript (Javascript)

Introduction Authentication and authorization are critical aspects of building secure web applications. Developers need to ensure that only authorized users can access protected resources. One way to achieve this is by using JSON Web Tokens (JWT). In...


30 / 79

30: Simplify HTTP Requests in Flutter with GoOnline Package

https://ndukweagu.hashnode.dev/simplify-http-requests-in-flutter-with-goonline-package

Hashnode - Flutter (Flutter)

Building Flutter apps that consume RESTful APIs requires developers to make HTTP requests, parse responses, and handle errors. This can quickly become complex, especially as the app scales and more APIs are integrated. But, with the GoOnline package,...


31: Day 54 - is' vs '==' in Python

https://codewithjain.hashnode.dev/day-54-is-vs-in-python

Hashnode - python (python)

Introduction Welcome to my 54th blog post on the Python journey. On day 54, I learned about the comparison operator 'is' and '=='. We will also have a look at the difference between the 2 operators in this blog post. Let's dive into more details and ...


32: Basic Data Structures in Python

https://andrewdass.hashnode.dev/basic-data-structures-in-python

Hashnode - python (python)

Overview This article will explain what is a data structure, the differences and how to use commonly used data structures in Python: lists, tuples, sets and dictionaries. Materials or Technology Needed Computer Python Command Prompt, Terminal or I...


33: Getting closure with React

https://blog.reilly.dev/getting-closure-with-react

Hashnode - javascript (Javascript)

What's a closure' Closures are like a backpack for functions. The backpack holds all of the values the function needs from its original environment, even if it's called in a different place. It gives functions access to all of its belongings no matte...


34: Building and testing a REST HAL API using Kotlin, Spring Data REST and JPA

https://aregall.tech/building-and-testing-a-rest-hal-api-using-kotlin-spring-data-rest-and-jpa

Hashnode - Kotlin (Mobiles)

Overview This article will walk through the process of implementing a simple yet powerful hypermedia-driven REST API application, using Kotlin, Spring Boot, and Spring Data REST. The goal is to demonstrate how we can build a robust REST API, followin...


35: Introduction To Frontend Frameworks

https://dmadindividual.hashnode.dev/introduction-to-frontend-frameworks

Hashnode - javascript (Javascript)

Frontend Frameworks As a developer, you must have heard the word "framework" and kept wondering what it means to you as a developer. In this article, I would explain a depth definition of frameworks mainly for frontend Developers. Frameworks are a se...


36: Train Test Split: Importance, Use Cases, and Practical Implementation

https://rhythmblogs.hashnode.dev/train-test-split-importance-use-cases-and-practical-implementation

Hashnode - python (python)

Machine learning models are trained on data to make predictions or classifications on new data. However, if the same data is used for training and testing the model, the model will memorize the data and perform poorly on new data. To avoid this probl...


37: These 7 CSS Skills Literally can make you a frontend Champion

https://piyushdev.hashnode.dev/these-7-css-skills-literally-can-make-you-a-frontend-champion

Hashnode - javascript (Javascript)

Front-End Web Development is not rocket science. But people tame this part of web development as if it has some great deal to it. Many people don't like doing the front-end part of the website or the application. That's probably because they feel tha...


38: Why you should learn JavaScript 2023.

https://alerntech.hashnode.dev/why-you-should-learn-javascript-2023

Hashnode - javascript (Javascript)

Hello there! I'm Abubakar Muhammed Ala, and I'm excited to share my insights on this topic and help you understand why JavaScript is a must-learn language in 2023. JavaScript is one of the most popular programming languages used today. It's a versati...


39: Implement a Cache with Time-to-Live (TTL)

https://nishanthprabhu.hashnode.dev/implement-a-cache-with-time-to-live-ttl

Hashnode - javascript (Javascript)

Problem Description You are building a backend service that needs to perform database lookups for various queries. However, the database is slow and it's not feasible to query it for every request. To speed up your service, you decide to implement a ...


40 / 79

40: Object Oriented Programming in JavaScript

https://siddhantsiddh15.hashnode.dev/object-oriented-programming-in-javascript

Hashnode - javascript (Javascript)

The following blog covers the OOP concepts such as classes, inheritance, prototype inheritance Class vs Instance Class is a factory which can produce instance. Consider 'class' is a car factory and maruti suzuki is an instance produced. Now every car...


41: Customizing Tailwind CSS Animations: Advancing Your Web Design Skills

https://nitinfab.hashnode.dev/customizing-tailwind-css-animations-advancing-your-web-design-skills

Hashnode - javascript (Javascript)

Tailwind CSS is a breakthrough CSS framework that has changed the way developers approach front-end development. Because of its low-level nature of it and its mobile-first approach, it has become a popular choice for designing unique, responsive, an...


42: The importance of Data Structures and Algorithms, and why React is so amazing

https://yajatgulati.hashnode.dev/the-importance-of-data-structures-and-algorithms-and-why-react-is-so-amazing

Hashnode - javascript (Javascript)

Everyone dreads DSA Like every Computer Science major, I dreaded the Data Structures and Algorithms course. It made me re-evaluate my decision to study for this degree. Every time I sat down to study, all I could think of was, when will I ever use an...


43: An Introduction to JavaScript: Getting Started with Basics.

https://marvy-e.hashnode.dev/an-introduction-to-javascript-getting-started-with-basics

Hashnode - javascript (Javascript)

Javascript is a programming language widely used to develop interactive web applications. It is a high-level, interpreted language that can be run on a browser, server or any other platform that supports it. In this article, we will go through the ba...


44: 5 Tips for Optimizing ReactJS Performance and Building Lightning-Fast Applications

https://nilanth.hashnode.dev/5-tips-for-optimizing-reactjs-performance-and-building-lightning-fast-applications

Hashnode - javascript (Javascript)

ReactJS is a popular JavaScript library for building user interfaces. However, building high-performance applications with ReactJS can be challenging, especially when dealing with large data sets or complex components. In this blog post, we will cove...


45: JavaScript Interview Question: 12. Memory Management & Garbage Collection

https://atomicjuggernaut.hashnode.dev/javascript-interview-question-12-memory-management-garbage-collection

Hashnode - javascript (Javascript)

Memory management and garbage collection are essential concepts in JavaScript. When a variable, object, or function is declared, it is stored somewhere in the memory. There may be multiple locations to hold vast values, but one box is used as a locat...


46: 50 Essential Tips and Examples for Debugging ReactJS Issues with ChatGPT

https://nilanth.hashnode.dev/50-essential-tips-and-examples-for-debugging-reactjs-issues-with-chatgpt

Hashnode - javascript (Javascript)

Debugging ReactJS applications can be a real challenge, especially when you're trying to identify and solve issues quickly and efficiently. But what if we told you that there's a solution that can help you streamline your debugging process and save t...


47: DAY 6 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-6-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to find the factorial of a given number: n=int(input('Enter the number : ')) fact=1 for i in range(1,n+1): fact=fact*i print(fact) Output : Enter the number : 6 720 This is a Python program to calculate the factorial o...


48: How to Deploy a Cloud Native Monitoring Application on Kubernetes

https://vicmode.hashnode.dev/how-to-deploy-a-cloud-native-monitoring-application-on-kubernetes

Hashnode - python (python)

Project Overview Here's a brief overview of the process of building the monitoring app and what the app does: In this blog post, we will be building a monitoring application using Python and Flask that can monitor the CPU and memory utilization of yo...


49: Best 5 Online Resources to Learn JavaScript

https://shivankjshacker.hashnode.dev/best-5-online-resources-to-learn-javascript

Hashnode - javascript (Javascript)

Why Javascript' JavaScript has become the most loved language among developers. It has been growing in popularity and has risen in popularity and demand over the last decade. Don't believe me' Check this out ' As you can see, JavaScript is 1.5X mor...


50 / 79

50: Package.json VS package-lock.json

https://supreeth.hashnode.dev/packagejson-vs-package-lockjson

Hashnode - javascript (Javascript)

Package.json firstly, the package.json file is used to specify the metadata and dependencies of any project. common fields in package.json name - contains the name of the package. version - contains the version number of the package. description - co...


51: Unlock the Power of Node.js Testing with the New Node Test Runner Feature

https://kristijan-pajtasev.hashnode.dev/unlock-the-power-of-nodejs-testing-with-the-new-node-test-runner-feature

Hashnode - javascript (Javascript)

Node.js has recently released a new version (v20). In it, Node.js announced that its new feature, the Node Test Runner, has become officially stable. This new feature offers developers a standardized way to test their Node.js applications, ensuring t...


52: My Journey as a Frontend Developer in Crafting a Sustainable eCommerce Platform

https://yatendrakumar.hashnode.dev/my-journey-as-a-frontend-developer-in-crafting-a-sustainable-ecommerce-platform

Hashnode - vuejs (Javascript)

Introduction Imagine a platform that brings together customers, vendors, and administrators in the pursuit of sustainability, where every transaction contributes to a greener future. That was the vision behind our college assignment - to create an eC...


53: Creating a Quiz App.

https://aappy01.hashnode.dev/creating-a-quiz-app

Hashnode - javascript (Javascript)

Creating a Quiz app Is one project every frontend web developer has been asked or adviced to build as part of a portfolio project at one point or the other. Why' Because it's one of the best projects to practice your knowledge of JavaScript and sharp...


54: Google muscle la sécurité de Chrome avec des fonctions supplémentaires

https://www.lemondeinformatique.fr/actualites/lire-google-muscle-la-securite-de-chrome-avec-des-fonctions-supplementaires-90227.html

Le monde informatique (Informatique / Internet)

Google a déployé plusieurs fonctions supplémentaires pour les utilisateurs professionnels de son navigateur Chrome, notamment la prévention (...)


55: Simpler Async State Management in React Apps with Hyperfetch

https://reuben09.hashnode.dev/simpler-async-state-management-in-react-apps-with-hyperfetch

Hashnode - javascript (Javascript)

Introduction Reactjs, a Javascript library that has no specific pattern for data fetching, the most basic approach it uses is the useEffect hook for data fetching and the useState hook to handle the state of the component, including any loading error...


56: Creating food for NPCs

https://bfranse.com/creating-food-for-npcs

Hashnode - Unity (unity)

Welcome to part 8 of my series on Unity development (And already my 10th article on Hashnode ')! In the last article, I showed you how to create random movement behaviour for the fish in my game. In this article, I will show you how to create fish f...


57: How to Build a Real-Time Posting Social Media App with Firebase Realtime Database (Part 1- Authentication)

https://deekshatw.hashnode.dev/android-app-social-media

Hashnode - Kotlin (Mobiles)

Are you interested in building your own social media app, complete with real-time database functionality' Look no further! In this blog post, I'll walk you through the process of creating a fully functional social media app using Kotlin and Firebase'...


58: Navigation and routing in Flutter

https://rahulnaik.hashnode.dev/navigation-and-routing-in-flutter

Hashnode - Flutter (Flutter)

Flutter provides a complete system for navigating between screens and handling deep links. Small applications without complex deep linking can use Navigator, while apps with specific deep linking and navigation requirements should also use the Router...


59: The for...of and for...in Loops in Javascript

https://viditmaniyar.hashnode.dev/the-forof-and-forin-loops-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, loops are an essential part of programming, and they help developers to iterate over data structures like arrays and objects. Two common types of loops in JavaScript are the for of and for in loops. Although these two loops look simila...


60 / 79

60: Javascript for Noobs: The for...of and for...in Loops

https://viditmaniyar.hashnode.dev/javascript-for-noobs-the-forof-and-forin-loops

Hashnode - javascript (Javascript)

In JavaScript, loops are an essential part of programming, and they help developers to iterate over data structures like arrays and objects. Two common types of loops in JavaScript are the for of and for in loops. Although these two loops look simila...


61: Beginner Guide to know your audience as a Technical Writer

https://truevine.hashnode.dev/beginner-guide-to-know-your-audience-as-a-technical-writer

Hashnode - javascript (Javascript)

Since you are starting a career as a technical writer, The next question is, who are you writing for' Who are your audiences' The goal of a technical writer is to make your writing technically sound and easier to understand. The first step to achievi...


62: A Comprehensive Guide on the use of If-Else Statement in JavaScript

https://ghloriey.hashnode.dev/a-comprehensive-guide-on-the-use-of-if-else-statement-in-javascript

Hashnode - javascript (Javascript)

Introduction If-else statement is a block of code that is executed when a particular condition is met. It is used to perform different actions based on different conditions, such that if a particular condition is true, a certain code should be execut...


63: Liens vagabonds :' Innovate or die', Netflix a des problèmes de vieille télé

https://www.meta-media.fr/2023/04/22/liens-vagabonds-innovate-or-die-netflix-a-des-problemes-de-vieille-tele.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE Netflix se fait vieille - Cette semaine, Netflix a communiqué des résultats en demi-teinte. Certes, la plateforme de streaming aux 232,5M d'utilisateurs dans le monde a gagné au premier trimestre 1,75 M nouveaux abonnés (principalement en Asie). Oui, elle a enregistré un chiffre d'affaires de 8,16... The post Liens vagabonds :' Innovate or die', Netflix a des problème [...]


64: Initializing an object property if assigning to it fails

https://javascript.co.in/initializing-an-object-property-if-assigning-to-it-fails

Hashnode - javascript (Javascript)

If you initialize a variable like let applications = {} and assign a property of applications with an array, like as in applications['foo'].push(1) it'll throw an error because foo is not yet a property of applications. In Chrome it throws the follow...


65: Callback and Arrow functions in Javascript

https://saswatrath.hashnode.dev/callback-and-arrow-functions-in-javascript

Hashnode - javascript (Javascript)

One of the important concepts in JavaScript is the idea of callbacks, which are functions that are passed as arguments to other functions and then executed when certain events occur. In recent years (after the release of the ES6 version of Javascript...


66: JavaScript for Beginners: Unlocking the Basics of Datatypes, Methods, Arrays, and Functions

https://nikk.hashnode.dev/javascript-for-beginners-unlocking-the-basics-of-datatypes-methods-arrays-and-functions

Hashnode - javascript (Javascript)

Introduction Welcome to the wonderful world of JavaScript! Whether you are a complete beginner or someone who has dabbled in programming before, this blog is the perfect starting point for unlocking the basics of datatypes, methods, arrays, and funct...


67: Jenkins Master and Slave Concept

https://mrdevops.hashnode.dev/jenkins-master-and-slave-concept

Hashnode - javascript (Javascript)

A Jenkins master comes with the basic installation of Jenkins, and in this configuration, the master handles all the tasks for your build system. If you are working on multiple projects, you may run multiple jobs on each project. Some projects need t...


68: Minimum Insertion Steps to Make a String Palindrome

https://leeting-lcs.hashnode.dev/minimum-insertion-steps-to-make-a-string-palindrome

Hashnode - python (python)

Problem Statement:- Given a string s. In one step you can insert any character at any index of the string. Return the minimum number of steps to make s palindrome. A Palindrome String is one that reads the same backward as well as forward. Link: http...


69: How to Offer Free Gifts for WooCommerce

https://www.wpexplorer.com/how-to-offer-free-gifts-for-woocommerce/

WP Explorer (wordpress)

Building and maintaining a high converting audience is tricky. You need to be sure your products appeal to your customers plus leverage a number of marketing techniques to keep new leads coming in and old customers returning. A great way to market is with upsells. And the best part is that this technique comes in […] The post How to Offer Free Gifts for WooCommerce appeared first on WPExplor [...]


70 / 79

70: How to build charts with Chart.js

https://gidakinsanmi.hashnode.dev/how-to-build-charts-with-chartjs

Hashnode - javascript (Javascript)

Chart.js is one of the most popular JavaScript charting libraries. It's the only chart library with over 2.7m weekly downloads on npm and 60k stars on GitHub. With Chart.js, you can easily create and customize different kinds of charts. At the end of...


71: How Gen Z Feels About Its Financial Future

https://www.visualcapitalist.com/how-gen-z-feels-about-its-financial-future/

Visual Capitalist (dataviz)

Despite the looming uncertainty, members of Gen Z maintains an optimistic outlook about their financial future The post How Gen Z Feels About Its Financial Future appeared first on Visual Capitalist.


72: Contractr Project Update: Implementing the Matching Feature

https://arashjangali.com/contractr-project-update-implementing-the-matching-feature

Hashnode - javascript (Javascript)

Hi everyone, I'm excited to share with you the latest updates on the Contractr project. Today, on Day 81 of my #100DaysOfCode challenge, I worked on implementing the matching feature, which is a crucial part of the app's functionality. First, I worke...


73: Charted: Apple's Profit of Nearly $100 Billion in 2022

https://www.visualcapitalist.com/cp/charting-apples-profit-100-billion-2022/

Visual Capitalist (dataviz)

How does the world's largest tech company make its billions' This graphic charts Apple's profit in 2022 totaling $100 billion. The post Charted: Apple’s Profit of Nearly $100 Billion in 2022 appeared first on Visual Capitalist.


74: Flow, SharedFlow, StateFlow Class Diagram

https://vtsen.hashnode.dev/flow-sharedflow-stateflow-class-diagram

Hashnode - Kotlin (Mobiles)

This is part of the asynchronous flow series: Part 1 - Exploring Android LiveData Usages and Behaviors Part 2 - Introduction to Kotlin Flows and Channels Part 3 - Exploring Different Ways to Collect Kotlin Flow Part 4 - Convert Flow to SharedFlow...


75: JavaScript Events: A Beginner's Guide to Types of Events and Event Handlers

https://utinfrancis.hashnode.dev/javascript-events-a-beginners-guide-to-types-of-events-and-event-handlers

Hashnode - javascript (Javascript)

JavaScript events are a fundamental aspect of DOM Manipulation, serving as the driving force behind dynamic and interactive web applications. These events enable developers to manipulate the behaviour of web page elements in response to user actions,...




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