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


26 Février 2023 (106)

1: Day 2: Leetcode | 72. Edit Distance

https://izzyo.hashnode.dev/day-2-leetcode-72-edit-distance

Hashnode - javascript (Javascript)

Difficulty: Hard Language: JavaScript Background and History The edit distance algorithm is widely used by data scientists and is the basic algorithm used as the evaluation standard for machine translation and speech recognition. The edit distance of...


2: BEFORE Programming 101 : OOP

https://it-louange.me/before-programming-101-oop

Hashnode - python (python)

INTRODUCTION TO OOP: Object-Oriented Programming (OOP) is a programming paradigm that provides a powerful and flexible way of organizing code, making it easier to create complex software systems that can be maintained and extended over time. OOP is w...


3: The Lycanthrope's Log

https://audrey01.hashnode.dev/the-lycanthropes-log

Hashnode - javascript (Javascript)

Jacques turns into a squirrel on certain days and he needed to keep track of his activity to help me better understand which activity or activities triggers his squirrel transformation.To better understand this guide, you need to read it along with t...


4: Le retour des hirondelles

http://amisdekervoyal.viabloga.com/news/le-retour-des-hirondelles

Amis de Kervoyal (Divers...)

Les hirondelles vont bientôt revenir et annoncer le printemps.Aussi la LPO lance-t-elle une opération participative: Lien ici L'Hirondelle de fenêtre se distingue par son croupion blanc, le dessus de son corps bleu métallique foncé, son ventre blanc pur et sa queue fourchue moyenne. Entre 1980 et 2019, la population d'hirondelles de fenêtre montre un déclin de 26% de ses effectifs nicheurs [...]


5: Alone Game Project

https://j4qk.hashnode.dev/alone-game-project

Hashnode - Unity (unity)

I started making a psychological thriller genre, a visual novel game and right now it has its first playable alpha version, so when there will be any changes, I will write them down here. You can also write down your ideas and reviews.


6: Consuming Promises in Javascript

https://devcoding.hashnode.dev/consuming-promises-in-javascript

Hashnode - javascript (Javascript)

Introduction Promises are one of the most important things that modern Javascript has to offer and there's no way a web developer can avoid using them. It will definitely be your interviewer's favorite topic if you're applying for a full-stack or a f...


7: Day 1 of my no porn challenge and coding

https://git-first.hashnode.dev/day-1-of-my-no-porn-challenge-and-coding

Hashnode - javascript (Javascript)

Yes i took the tough challenge not to see any porn from which i am addicted , today i engaged myself whole day with my friends and i didn't faced any difficulty in watching porn , but i know myself my 3rd to 8th day will be most difficult if i can co...


8: Day 1 of my no porn challenge and coding

https://mysecondcodingjourney.com/day-1-of-my-no-porn-challenge-and-coding

Hashnode - python (python)

Yes i took the tough challenge not to see any porn from which i am addicted , today i engaged myself whole day with my friends and i didn't faced any difficulty in watching porn , but i know myself my 3rd to 8th day will be most difficult if i can co...


9: What are inline and block elements

https://git-first.hashnode.dev/what-are-inline-and-block-elements

Hashnode - javascript (Javascript)

You can think of a inline and block elements as brick and wall analogy . Just like brick is a small block whereas when we lay the bricks in a row it form a complete line in the same manner inline elements occupies that size which fits its content , w...


10 / 106

10: Understanding the this keyword in JavaScript

https://damue.hashnode.dev/understanding-the-this-keyword-in-javascript

Hashnode - javascript (Javascript)

The this keyword is a very important concept in JavaScript. However, it has always been a tricky topic to comprehend especially for new JavaScript developers as well as developers with experience in other programming languages. Although this is a bit...


11: Understanding React's useReducer Hook

https://theseyiblog.hashnode.dev/understanding-reacts-usereducer-hook

Hashnode - javascript (Javascript)

The useReducer React hook is a powerful tool for managing complex states in a React application. It allows developers to handle state updates in a more organized and predictable way and can be especially useful in situations where the state is deeply...


12: Week 4 at Command Shift

https://davedoescoding.hashnode.dev/week-4-at-command-shift

Hashnode - javascript (Javascript)

This is the final week of the Foundations module for the beginning stages of the boot camp. I have to say, it's pretty interesting to look back over 4 weeks and see how much we've covered and how much I've been through and learned. So far we have gon...


13: Difference between Low Level Language And High level Language

https://karthickmv.hashnode.dev/difference-between-low-level-language-and-high-level-language

Hashnode - python (python)

Low-level and high-level languages are two categories of programming languages that are used to create software programs. Here's a detailed concept of each: Low-level languages Low-level languages are programming languages that are closer to the hard...


14: Mapped: The Most Popular Video Streaming Service By Country

https://www.visualcapitalist.com/cp/mapped-the-most-popular-video-streaming-service-by-country/

Visual Capitalist (dataviz)

What is the top streaming service in each country' This map highlights the streaming services with the highest subscribers in 134 countries. The post Mapped: The Most Popular Video Streaming Service By Country appeared first on Visual Capitalist.


15: Mapped: The Most Popular Video Streaming Service by Country

https://www.visualcapitalist.com/cp/mapped-the-most-popular-video-streaming-service-by-country/

Visual Capitalist (dataviz)

What is the top streaming service in each country' This map highlights the streaming services with the highest subscribers in 134 countries. The post Mapped: The Most Popular Video Streaming Service by Country appeared first on Visual Capitalist.


16: Adding Operations in a Linked List

https://shahxcode.hashnode.dev/adding-operations-in-a-linked-list

Hashnode - javascript (Javascript)

In this article, I will explore the topic of adding a node to a linked list, building upon the concepts discussed in my previous article on the subject. The focus will be on a Javascript implementation. We will delve deeper into the different operati...


17: Typing Speed Test - Python Project

https://mahendradew.hashnode.dev/typing-speed-test-python-project

Hashnode - python (python)

Have you played a typing speed game' It's a very useful game to track your typing speed and improve it with regular practice. You can now create your own typing game in Python by just following a few simple steps. About the Python Project This Python...


18: Typing Speed Test - Python Project

https://blog.mahendradewangan.com/typing-speed-test-python-project

Hashnode - python (python)

Have you played a typing speed game' It's a very useful game to track your typing speed and improve it with regular practice. You can now create your own typing game in Python by just following a few simple steps. About the Python Project This Python...


19: Protect Your React App Secrets Like a Boss: The Ultimate .env Setup Guide!

https://thedevsden.dev/protect-your-react-app-secrets-like-a-boss-the-ultimate-env-setup-guide

Hashnode - javascript (Javascript)

React is an amazing library that makes building web applications a breeze! But what if you need to access sensitive information like API keys or database credentials' Well, you definitely don't want to store them in your codebase. That's where the .e...


20 / 106

20: Mastering ReactJS in 2023: Tips & Tricks WeMakeDevs

https://vaibhavtiwari.dev/mastering-reactjs-in-2023-tips-tricks-wemakedevs

Hashnode - javascript (Javascript)

Introduction ReactJS is a popular front-end JavaScript library used for building user interfaces. It was developed by Facebook and has gained massive popularity in recent years due to its versatility, flexibility, and ease of use. As a result, there ...


21: Day 3 of 30 - Value Types and Reference Types

https://kiprotichdominic.hashnode.dev/day-3-of-30-value-types-and-reference-types

Hashnode - javascript (Javascript)

Value Types In JavaScript, a value type is also referred to as a primitive type. These are the most basic data types in the language and include: String Number Boolean Null Undefined Symbol (added in ES6) When a primitive value is assigned to...


22: Flutter Tip'''Level up your App's UX by using In-App Notification

https://milansurelia.hashnode.dev/flutter-tip-level-up-your-apps-ux-by-using-in-app-notification

Hashnode - Flutter (Flutter)

Hello ''''' FlutterDevs, Have you come around to a situation where you have to notify the user after the execution of a specific event in your app' You can simply use SnackBar which is included in Flutter SDK. Right' https://media.giphy.com/media/w...


23: How to Restrict Content By Member in WordPress

https://www.wpexplorer.com/restrict-content-member-wordpress/

WP Explorer (wordpress)

Are you looking to limit/restrict access to certain parts of your WordPress site' In this article we’ll show you how you can restrict your site’s content based on who is logged into your website using popular WordPress plugins. In other words how to setup a membership style website with WordPress. There are many reasons to create a […] The post How to Restrict Content By Member [...]


24: Algorithmes de gradient boosting et introduction à XGBoost

https://larevueia.fr/algorithmes-de-gradient-boosting-et-introduction-a-xgboost/

La revue IA (data)

Si vous avez déjà participé à des compétitions Kaggle, vous avez sûrement déjà entendu parler de XGBoost (eXtreme Gradient Boosting) qui est parmi les algorithmes de Gradient Boosting les plus connus et les plus utilisés dans le monde. Mais est-ce que vous vous êtes déjà demandé qu’est-ce qu’il se cache derrière ses algorithmes qu’on utilise souvent comme des boîte [...]


25: React Native: Getting Started

https://nikhilkumargupta.hashnode.dev/react-native-getting-started

Hashnode - javascript (Javascript)

React Native is a popular framework for building cross-platform mobile apps using JavaScript and React. In this blog, we'll cover the basics of getting started with React Native. Install Required Software To get started with React Native, you'll nee...


26: Unleashing the Power of Emotion Detection

https://praveenks.hashnode.dev/unleashing-the-power-of-emotion-detection

Hashnode - python (python)

In the field of Natural Language Processing (NLP), one of the most fascinating and challenging aspects is understanding human emotions and sentiments expressed in text. Emotions play a critical role in how we communicate and can significantly impact ...


27: Undefined vs Not defined in JavaScript

https://dailylearn.hashnode.dev/undefined-vs-not-defined-in-javascript

Hashnode - javascript (Javascript)

In this blog, we are going to learn about the difference between undefined and not defined in JavaScript, and how they are different from each other. We will also cover the topic of type conversion. In JavaScript, all variables are assigned the val...


28: Week-1 Programming Journey

https://smruuu.hashnode.dev/week-1-programming-journey

Hashnode - python (python)

Hi again! In my previous blog post, I wrote about starting my programming journey and I said I'd do DSA. And so, I did! It was fully on Leetcode. I did the "Two Week Study Plan to Tackle DS Part 1". Today is my 8th day. Although I missed a day in bet...


29: Build API Key Authentication in your Django REST application: Django, Django REST, Simple API Key, Docker

https://koladev.hashnode.dev/build-api-key-authentication-in-your-django-rest-application-django-django-rest-simple-api-key-docker-clelm200p00080ale9tube2ly

Hashnode - python (python)

Depending on the needs of a web application you are working on, you might want to implement ApiKey authentication if you want certain entities to access some of your API resources. API authentication is great for the following cases: Rate limiting: ...


30 / 106

30: Day 6 - Variables and Data Types

https://codewithjain.hashnode.dev/day-6-variables-and-data-types

Hashnode - python (python)

Introduction Hello and welcome to my new blog post. On day 6 of my python coding journey, I learned about Variables and Datatypes. I also learned about 5 different datatypes and wrote some code. So let's get started...... What is a Variable' From th...


31: Big Data Processing Made Fun: A PySpark Tutorial for Jupyter Notebook

https://agarwalutkarsh554.hashnode.dev/big-data-processing-made-fun-a-pyspark-tutorial-for-jupyter-notebook

Hashnode - python (python)

' Jupyter Notebook is a powerful tool that allows us to write and run code in an interactive environment. It is widely used by data scientists, researchers, and developers to explore and analyze data, build and test machine learning models, and crea...


32: Context Receivers in Kotlin: An Example

https://sanskar10100.hashnode.dev/context-receivers-in-kotlin-an-example

Hashnode - Kotlin (Mobiles)

Context Receivers are a new feature introduced in Kotlin 1.6.20. They're useful for receiving the context from the call-site when a function is called. To understand it and its utility, let's first take a look at a similar feature available in the la...


33: 8 Very Useful Built-in Functions in JavaScript for Beginners

https://letscodeblog.hashnode.dev/8-very-useful-built-in-functions-in-javascript-for-beginners

Hashnode - javascript (Javascript)

JavaScript (commonly known as JS) is undoubtedly one of the most popular (and pretty cool) programming languages with wide usage in both client-side and server-side applications. The MDN documentation defines JS as - "JavaScript (JS) is a lightweight...


34: Sentiment Analysis of 'hashnode' Articles

https://rohan-anand.com/sentiment-analysis-of-hashnode-articles

Hashnode - python (python)

Introduction I'm going to tell you how you can see an article's sentiment(rated from -1 to 1). This blog is focusing on fetching the data from a hashnode account, storing it in a BigQuery table and using NLP to measure the sentiment of each article t...


35: Praktik: Javascript 4

https://module.bayupm.com/praktik-javascript-4

Hashnode - javascript (Javascript)

Find find() adalah method yang tersedia pada objek array di JavaScript. Method ini digunakan untuk mencari elemen pertama pada array yang memenuhi kondisi tertentu dan mengembalikan nilai elemen tersebut. Berikut ini adalah contoh kode untuk mengguna...


36: Object Oriented Programming in JavaScript

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

Hashnode - javascript (Javascript)

Introduction A Class is a blueprint used to create objects in JavaScript. Classes in JavaScript can be defined as a template that encapsulates the data with code to work on that data. The classes in JavaScript are provided in the ES6 addition to exte...


37: Your first API with Django Rest in just 5 min. (Windows)

https://anshi.hashnode.dev/your-first-api-with-django-rest-in-just-5-min-windows

Hashnode - python (python)

What is Django' :- Django is a free and open-source framework for Python. Django, pronounced "Jango," is named after the famous jazz guitarist Django Reinhardt. Django made its first release in 2005 and it follows MVC architecture. What is Django Res...


38: Demystifying AI and ML:Understanding the Basics

https://roma.dev/demystifying-ai-and-mlunderstanding-the-basics

Hashnode - python (python)

Artificial Intelligence (AI) and Machine Learning (ML) have become buzzwords in the technology industry, and for a good reason. These technologies are transforming the way we live and work, from personalized recommendations on Netflix to self-driving...


39: Why Clean Code Architecture Is Important in Flutter'

https://rahulnaik.hashnode.dev/why-clean-code-architecture-is-important-in-flutter

Hashnode - Flutter (Flutter)

In Flutter apps, Clean Architecture is used to organize the code into different layers. Each layer has its job to do, and they work together to make the application work. It was created by Reso Coder, a software developer who is passionate about crea...


40 / 106

40: Create CRUD API with Python(Flask), XAMPP and MySQL. Scenario - (Login and Register System) and Preventing Back Button

https://rivondave.hashnode.dev/create-crud-api-with-pythonflask-xampp-and-mysql-scenario-login-and-register-system-and-preventing-back-button

Hashnode - python (python)

CRUD stands for create, read, update, and delete. These functions are the four pillars of a complete CRUD API (and full-stack application, for that matter). 1. PREREQUISITES Basic knowledge of python(flask) Knowledge of HTML, and CSS. Already hav...


41: Catch up on JavaScript: Cookie-es, TW Classed, Devalue, and more

https://marcin-codes.hashnode.dev/catch-up-on-javascript-cookie-es-tw-classed-devalue-and-more

Hashnode - javascript (Javascript)

Cookie-es Hell freezes over before we get the easy native way of manipulating cookies. But if you need to pick something, I recommend this less than 1kb (min + gz) alternative for the most popular js-cookie. TW Classed TW Classed lets you create a p...


42: Build a Telegram bot with Javascript in 5 minutes!

https://getschwfty.hashnode.dev/set-up-your-new-telegram-bot-in-5-minutes-4f01ff453440

Hashnode - javascript (Javascript)

You might think that making bot accounts on Telegram would be difficult. But with a little programming, it is incredibly simple. This is the most concise guide for making a Telegram bot in 3 easy steps. Let's start! First: Telegram has a bot that mak...


43: EDA 101: Explore, Discover, Analyze (Part-4)

https://lokeshwarlakhi.hashnode.dev/eda-101-explore-discover-analyze-part-4

Hashnode - python (python)

At last the most exciting part of the EDA 101 series, Data visualization. if you haven't checked out the previous parts of this blog series, then I'd recommend checking them out first and getting here again (or) you know enough data analysis and now ...


44: A Guide to understanding Javascript Objects

https://codingfreakhead.com/a-guide-to-understanding-javascript-objects

Hashnode - javascript (Javascript)

What are Objects in Javascript' Objects are one of the data types in Javascript. It is used to store key-value pairs, as a collection where the key is a unique identifier of the pair.  Javascript Objects are mutable which means that they can be modi...


45: Deploying and Invoking Soroban Smart Contract using Soroban Python SDK

https://sipit.hashnode.dev/deploying-and-invoking-soroban-smart-contract-using-soroban-python-sdk

Hashnode - python (python)

In my previous post, I showed you how to set up the Soroban Python SDK on Windows. In this post, we'll use the SDK to deploy and invoke Soroban smart contracts on the Futurenet network. Preparation Before we begin, make sure you've downloaded the fol...


46: Setup Soroban Python SDK on Windows

https://sipit.hashnode.dev/setup-soroban-python-sdk-on-windows

Hashnode - python (python)

Soroban has a Python Software Development Kit (SDK) that allows developers to interact with the Soroban Network using the Python programming language. In this post, we will go over the steps to install Soroban Python SDK on Windows. 1. Install Python...


47: Setting up a Django project

https://srujangowda.hashnode.dev/setting-up-a-django-project

Hashnode - python (python)

Django is one of the best web frameworks written in python. It enables to build the full-scale web application efficiently as it contains many libraries and tools that handle many tasks like URL routing, authentication, database management, and more ...


48: Fork in the Road: 2 Scenarios For The EV Rollout

https://www.visualcapitalist.com/sp/fork-in-the-road-2-scenarios-for-the-ev-rollout/

Visual Capitalist (dataviz)

There are several factors that limit the rollout of electric vehicles. Here are two opposing scenarios for how it could play out. The post Fork in the Road: 2 Scenarios For The EV Rollout appeared first on Visual Capitalist.


49: Fork in the Road: 2 Scenarios For The EV Rollout

https://www.visualcapitalist.com/sp/fork-in-the-road-2-scenarios-for-the-ev-rollout/

Visual Capitalist (dataviz)

There are several factors that limit the rollout of electric vehicles. Here are two opposing scenarios for how it could play out. The post Fork in the Road: 2 Scenarios For The EV Rollout appeared first on Visual Capitalist.


50 / 106

50: WCCChallenge: Squishy

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

Hashnode - javascript (Javascript)

SquishyChoreo For this week's Creative Code challenge by @sableRalph : Squishy I decided to code a Squishy Choreography in LiveCodeLab, Hydra and Seis8s. The squishy effect comes from the wave function in LivecodeLab The choreography is done with H...


51: Appel à projets sur les capteurs, programme HQI, archivage PQC' L'actu du quantique en France en février 2023

https://www.usine-digitale.fr/article/appel-a-projets-sur-les-capteurs-programme-hqi-archivage-pqc-l-actu-du-quantique-en-france-en-fevrier-2023.N2105236

L'usine-digitale (Informatique)

Chaque mois, L'Usine Digitale, en partenariat avec Neil Abroug, coordinateur national pour la stratégie quantique, vous propose un récapitulatif des actualités du secteur quantique français.


52: React Introduction

https://samcodes19.hashnode.dev/react-introduction

Hashnode - javascript (Javascript)

React is a declarative, efficient, and flexible JavaScript library for building user interfaces. ReactJS is an open-source, component-based front-end library responsible only for the view layer of the application. React is used to create modular user...


53: Documenting JavaScript code with JSDoc

https://zsevic.hashnode.dev/documenting-javascript-code-with-jsdoc

Hashnode - javascript (Javascript)

JSDoc provides adding types to the JavaScript codebase with appropriate conventions inside comments so different IDEs like Visual Studio Code can recognize defined types, show them, and make coding easier with auto-completion. Definitions are put ins...


54: Qwik City: Supercharge Your Development

https://anaskhan28.hashnode.dev/qwik-city-supercharge-your-development

Hashnode - javascript (Javascript)

This article will be a part of a series of my learning and experimenting with Qwik and its meta-framework. So let's get started ' Introduction In this article let's talk about Qwik city and how it is different from other meta-frameworks. We'll also ...


55: Python Programming: A Comprehensive Guide to Getting Started with Python Programming Language

https://newdevs.hashnode.dev/python-programming-a-comprehensive-guide-to-getting-started-with-python-programming-language

Hashnode - python (python)

Python is a high-level, interpreted programming language that has gained immense popularity in recent years. With its simple syntax and ease of use, Python is an excellent choice for beginners who want to learn programming. In this article, we will e...


56: Clean Code Architecture Flutter

https://cleancodeflutter.hashnode.dev/clean-code-architecture-flutter

Hashnode - Flutter (Flutter)

Reso Coder Clean Architecture is a way of designing software that makes it easy to manage and modify. In Flutter apps, Clean Architecture is used to organize the code into different layers. Each layer has a specific job to do, and they work together ...


57: Build an AI Chatbot in React Using ChatGPT

https://ronaklm.com/build-an-ai-chatbot-in-react-using-chatgpt

Hashnode - javascript (Javascript)

In case you have been living under a rock, like Patrick from Spongebob, and don't know what ChatGPT is: It is a language model created by OpenAI that's designed to understand and generate human-like natural language. You can speak to it on a wide ran...


58: JavaScript Conditionals

https://shubhamv.hashnode.dev/javascript-conditionals

Hashnode - javascript (Javascript)

In programming, it's frequently required to write code that relies on some condition to be true. For a suitable example, let's imagine we're constructing a website! We want users to be sent to the dashboard exclusively if they are logged in. Otherwis...


59: A deep dive into Next.js 13.2

https://hmadhsan.hashnode.dev/a-deep-dive-into-nextjs-132

Hashnode - javascript (Javascript)

Next.js 13.2 has just been released with major updates and patches, which makes it a more powerful Server Side Rendering React framework. Let's explore some of the major new updates. ' Built-in SEO Support with New Metadata API Vercel has now introd...


60 / 106

60: Don't let those bugs slow you down '

https://shru.hashnode.dev/dont-let-those-bugs-slow-you-down

Hashnode - python (python)

Intro I am always fascinated by the flexibility and power of Streamlit. Some months ago, I created a custom component with Streamlit that wraps a React-based toggle component. But, the process was not as smooth as I thought it would be. In this artic...


61: A Flutter Template from ICAPPS: Part 1

https://jacksiro.hashnode.dev/a-flutter-template-from-icapps-part-1

Hashnode - Flutter (Flutter)

Whether you are new to flutter or you are an expert or an engineer in Flutter something that you will want to give a thumbs up to is a reusable codebase packed as a template to be used for whatever app you would be building or maintaining. While rese...


62: Signals in RxJS - Simple & Code Examples

https://monacodelisa.com/signals-in-rxjs

Hashnode - javascript (Javascript)

In RxJS, a signal is an event that indicates some change or state transition in the system. Signals can be anything from user input, network requests, or timer events, to more abstract concepts such as application state changes. In reactive programmi...


63: Pure and Impure Pipe in Angular with an Example.

https://akhilstyles.hashnode.dev/pure-and-impure-pipe-in-angular-with-an-example

Hashnode - javascript (Javascript)

Pipes are simple functions to use in template expressions to accept an input value and return a transformed value A pure pipe is a pipe that is stateless and does not depend on any external factors. This means that if we pass the same input to a pu...


64: Operators in RxJS - Simple & Code Examples

https://monacodelisa.com/operators-in-rxjs

Hashnode - javascript (Javascript)

One of the key features of RxJS is its ability to transform, filter, and combine data streams using operators. Operators are functions that take an Observable as input, modify it in some way, and return a new Observable as output. They allow you to c...


65: The Rise of TypeScript: A Game-Changing Addition to JavaScript

https://eliteslayer.hashnode.dev/the-rise-of-typescript-a-game-changing-addition-to-javascript

Hashnode - javascript (Javascript)

JavaScript has long been a favorite programming language for web developers due to its versatility, ease of use, and ability to create dynamic and interactive web pages. However, as web applications and software become more complex, JavaScript has fa...


66: RoadMap to Web Devlopment in 2023

https://shubham99.hashnode.dev/roadmap-to-web-devlopment-in-2023

Hashnode - javascript (Javascript)

Full Stack Web Devloper (MERN STACK) If you are interested in becoming a full-stack web developer using the MERN stack (MongoDB, Express, React, and Node.js), you can follow the following roadmap: Learn the basics of HTML, CSS, and JavaScript: Start...


67: Mastering JavaScript Promises: The Ultimate Guide

https://loknath.com/mastering-javascript-promises-the-ultimate-guide

Hashnode - javascript (Javascript)

JavaScript is a popular programming language that has revolutionized the way we interact with web pages. One of the most important features of JavaScript is the Promise object. A Promise is an object that represents a value that might not be availabl...


68: Exploring the Unique Features of JavaScript: From Promises to Higher-Order Functions

https://eliteslayer.hashnode.dev/exploring-the-unique-features-of-javascript-from-promises-to-higher-order-functions

Hashnode - javascript (Javascript)

JavaScript is a widely-used programming language that has grown in popularity recently. From web development to mobile app development, JavaScript is a versatile language that can be used in many applications. However, there are some unique features ...


69: Mongo DB Basics

https://blog.jayeshkarli.dev/mongo-db-basics

Hashnode - javascript (Javascript)

MongoDB is a popular open-source NoSQL database management system that is widely used for its flexible and scalable data model. Unlike traditional relational databases, MongoDB uses a document-based data model, which allows for more flexibility and s...


70 / 106

70: Introducing Telegraf CLI v1 ''

https://blog.ridwanobafunso.xyz/introducing-telegraf-cli-v1

Hashnode - javascript (Javascript)

Introduction Telegraf-CLI is a command-line interface tool designed to simplify the development process for developers who are working with the Telegraf library. The Telegraf library is a popular framework for building Telegram bots, and Telegraf-CLI...


71: Understanding Nullish coalescing operator and Optional Chaining

https://thecoderkage.dev/understanding-nullish-coalescing-operator-and-optional-chaining

Hashnode - javascript (Javascript)

As a developer many a time we encounter cases where we have to handle null or undefined in our code. These values can make our code error-prone and it becomes cumbersome to manage all these cases. To handle nullish values effectively, nullish coalesc...


72: Local Notifications in Flutter

https://priyanshupaliwal.hashnode.dev/local-notifications-in-flutter

Hashnode - Flutter (Flutter)

Being a developer and a user, I think notifications are a very important part of our lives. We as developers use notifications in 2 ways To gain the user's attention. To notify users about something, for example, download completed, order placed, e...


73: 10 Python Libraries Every AI/ML Developer Should Know

https://blog.soumendrak.com/10-python-libraries-every-aiml-developer-should-know

Hashnode - python (python)

Requests - Requests is a library used for making HTTP requests in Python. It provides support for handling HTTP methods like GET, POST, and DELETE, and includes features like request headers and authentication. Example code snippet: import requests ...


74: Top 10 VS Code Extensions For Flutter Developers

https://techbotai.hashnode.dev/top-10-vs-code-extensions-for-flutter-developers

Hashnode - Flutter (Flutter)

Here are 10 of the best Visual Studio Code extensions for Flutter developers: Flutter: The official Flutter extension for VS Code, which provides tools for debugging, code completion, and more. Dart: Provides support for the Dart programming langua...


75: Crack the Angular Code: 50 Questions to Test Your Knowledge and Skills

https://shivathmaj.hashnode.dev/crack-the-angular-code-50-questions-to-test-your-knowledge-and-skills

Hashnode - javascript (Javascript)

Angular is one of the most popular web application frameworks in the world, used by developers to build everything from simple websites to complex enterprise applications. Whether you're a beginner just learning the basics or an experienced developer...


76: Mastering JavaScript: Top 5 Must-Learn Frameworks/Libraries for Developers

https://surajjck23.com/mastering-javascript-top-5-must-learn-frameworkslibraries-for-developers

Hashnode - javascript (Javascript)

Today, we're going to be talking about something that's close to my programming heart - JavaScript libraries! If you're a developer like me, then you know how important it is to stay up-to-date with the latest technologies and tools. JavaScript libra...


77: Mastering JavaScript: Top 5 Must-Learn Frameworks/Libraries for Developers

https://codewithsjc.hashnode.dev/mastering-javascript-top-5-must-learn-frameworkslibraries-for-developers

Hashnode - javascript (Javascript)

Today, we're going to be talking about something that's close to my programming heart - JavaScript libraries! If you're a developer like me, then you know how important it is to stay up-to-date with the latest technologies and tools. JavaScript libra...


78: Handling Message Boundaries in Socket Programming

https://enzircle.com/handling-message-boundaries-in-socket-programming

Hashnode - python (python)

In TCP Socket, handling message boundaries can be a huge problem. This is because TCP sockets are stream-oriented, meaning that data is transmitted as a continuous stream of bytes without any inherent message boundaries. Sending and receiving message...


79: Execution Context in JavaScript

https://technologywithsaurav.hashnode.dev/execution-context-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the execution context is an abstract concept that defines the environment in which the JavaScript code is executed. It contains information about the current state of the program, such as the value of variables and functions, the call ...


80 / 106

80: Can AlpineJs replace jQuery'

https://insights.ahyconsulting.com/can-alpinejs-replace-jquery

Hashnode - javascript (Javascript)

Yes, it is possible for ApineJS to replace jQuery in some cases. Both ApineJS and jQuery are JavaScript libraries that are used for developing web applications. jQuery is a widely used library that makes it easy to manipulate the Document Object Mode...


81: Must know about JavaScript.

https://caringsonal.hashnode.dev/must-know-about-javascript

Hashnode - javascript (Javascript)

Here are some important facts about Javascript that every beginner programmer must know. JavaScript is a popular programming language that is used to create dynamic and interactive web pages. It is often referred to as the language of the web and is ...


82: Day 2 of 100DaysOfCode with Flutter

https://dbathula.hashnode.dev/day-2-of-100daysofcode-with-flutter

Hashnode - Flutter (Flutter)

Hello! It's been a while since Day 1 - all thanks to the many hats I wear at work and other distractions I indulge in, in my free time, but here I am back to learning Flutter. The more I code, the more I find the need to follow a results-oriented ap...


83: Array destructuring

https://shivamshandilya.hashnode.dev/array-destructuring

Hashnode - javascript (Javascript)

Destructuring It is an ES6 feature and it is a way of unpacking values from an array or an object into separate variables. In other words, we can say Destructuring is a way to break a complex data structure down into smaller data structures like vari...


84: JavaScript

https://muhammadshakir.hashnode.dev/javascript

Hashnode - javascript (Javascript)

Introduction. JavaScript is a high-level, interpreted programming language that is widely used for front-end web development. It was created by Brendan Eich in 1995 while he was working at Netscape Communications Corporation. Initially, JavaScript wa...


85: Weekend Reading ' ' 6-finger deniability

https://labnotes.org/weekend-reading-6-finger-deniability/

Lab notes (Développement)

This week we have a new search engine we're actually excited about, the results from the 4-day workweek trial are in, and we have questions about craters.


86: Object-oriented programming (OOP) In JavaScript

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

Hashnode - javascript (Javascript)

Intro Object-oriented programming (OOP) is a programming paradigm that focuses on organizing code into objects that have specific attributes and methods. OOP is a popular approach used in many programming languages, including JavaScript. In this blog...


87: What the Error!!

https://thecoderkage.dev/what-the-error

Hashnode - javascript (Javascript)

Errors are a part of every programming language. And if you are a Developer, they are a part of your life too. Errors can make you pull your hair and sit for long hours trying to figure out What the Error is. So here is an effort to make you understa...


88: Introduction to HTML: The Basics

https://newsblog.hashnode.dev/introduction-to-html-the-basics

Hashnode - javascript (Javascript)

Sure! Here's a sample blog post about HTML that you can use as a starting point: Title: Introduction to HTML: The Basics HTML (Hypertext Markup Language) is the foundation of every website. It's a markup language that is used to structure content on ...


89: Welcome to Python Scar Tissue

https://timocodes.hashnode.dev/welcome-to-python-scar-tissue

Hashnode - python (python)

Python is one of the most popular programming languages in the world today. Whether you're just starting in your coding journey or are an experienced programmer, learning Python can be a valuable asset for your career. But learning Python can be toug...


90 / 106

90: This day in search marketing history: February 26

https://searchengineland.com/search-marketing-history-february-26-393620

Search engine land (Référencement)

Google expands mobile-friendliness for ranking, plus: mobile-first indexing, AdWords Flexible Conversion Counting, Google Panda and more. The post This day in search marketing history: February 26 appeared first on Search Engine Land.


91: React Prime Number Finder - JavaScript Exercise 1

https://rajeshtomjoe.com/react-prime-number-finder-javascript-exercise-1

Hashnode - javascript (Javascript)

Create a simple React component that takes in a number as input and returns a list of all the prime numbers that are less than or equal to the input number. Before you dive into this blog post, I want to encourage you to take some time to work throug...


92: Study Update of last 6 months timespan as a starting in programming journey

https://rahulrana0707.hashnode.dev/study-update-of-last-6-months-timespan-as-a-starting-in-programming-journey

Hashnode - javascript (Javascript)

Over the last six months, I've been on an exciting journey of learning web development. From the basics of web development to the latest technologies, I've covered a lot of ground in a relatively short period of time. In this blog post, I'll share so...


93: Optional chaining in JavaScript

https://bijaylaxmi-behera.hashnode.dev/optional-chaining-in-javascript

Hashnode - javascript (Javascript)

Introduction In javascript's ECMAScript 2020 update, a new feature called optional chaining was added. Optional Chaining allows developers to access nested properties of an object without worrying about whether or not intermediate properties exist. I...


94: Data Types in Python-2

https://imsmd.com/data-types-in-python-2

Hashnode - python (python)

(series-2) List of data types: Number Dictionary Set Boolean Sequence """ALL THESE ARE DIFFERENT TYPES OF SPELLS WE NEED ,LETS Goo...""" 1. Number Number stores numeric values. The integer, float, and complex values belong to a Python Number...


95: Learn CSS Animations: Create an Animated Progress Bar

https://senith.hashnode.dev/learn-css-animations-create-an-animated-progress-bar

Hashnode - javascript (Javascript)

Hey there, fellow web designer! Today we'll be learning how to create a progress bar loading animation in CSS. We'll start with a brief introduction to the concepts we'll be using and then dive right into the code. Introduction To create a progress b...


96: 'Guess the Number' game with Python: Basic Project

https://yashrajsinghnegi.hashnode.dev/guess-the-number-python

Hashnode - python (python)

Hey readers, welcome to this week's article. Today, I am going to tell you about a famous coding mini-project known as "Guess the number". If you are new to Python programming then this project can help you flaunt your coding skills among your peers....


97: OOPs in JavaScript

https://robinblog.hashnode.dev/oops-in-javascript

Hashnode - javascript (Javascript)

OOPs in general In the classical Object-Oriented Programming model with classes and instances created from these classes. And remember, a class is like a blueprint which is a theoretical plan and that we use to build many houses in the real world. An...


98: Can we make a dynamic website using JavaScript'

https://techvipul.com/can-we-make-a-dynamic-website-using-javascript

Hashnode - javascript (Javascript)

Powerful computer languages like JavaScript are used to build dynamic, interactive online applications. It is one of the most widely used programming languages in the world, with a sizable developer community and a great selection of tools and librar...


99: Implement currying using javascript

https://arunkumars08.hashnode.dev/implement-currying-using-javascript

Hashnode - javascript (Javascript)

Let's talk about another common frontend interview question which is implementing currying. This is a simple and straightforward question most of the big companies ask and even I myself have asked this question many times. Before we go ahead with the...


100 / 106

100: Learning About Python Dictionaries and Musical Markov Chains

https://musicalpython.hashnode.dev/learning-about-python-dictionaries-and-musical-markov-chains

Hashnode - python (python)

First, some basics about Python dictionaries. Python dictionaries map a key to a value, and when you have the key, it's fast to look up the value. The syntax to create dictionaries looks like this d = {'A': 1, 'B': 2, 'C': 5} Then, you can look up i...


101: NPM : Node Package Manager

https://piyush-yadav.hashnode.dev/npm-node-package-manager

Hashnode - javascript (Javascript)

What is a package manager and what does package mean' A package manager is a software tool that automates the process of installing, updating, configuring, and removing software packages on a computer system. A package is a collection of files and ...


102: Which Countries Have the Lowest Inflation'

https://www.visualcapitalist.com/which-countries-have-the-lowest-inflation/

Visual Capitalist (dataviz)

Just four economies around the world had inflation below 2% in 2022. We show the countries with the lowest inflation globally. The post Which Countries Have the Lowest Inflation' appeared first on Visual Capitalist.


103: Which Countries Have the Lowest Inflation'

https://www.visualcapitalist.com/which-countries-have-the-lowest-inflation/

Visual Capitalist (dataviz)

Just four economies around the world had inflation below 2% in 2022. We show the countries with the lowest inflation globally. The post Which Countries Have the Lowest Inflation' appeared first on Visual Capitalist.


104: Visualized: The Largest Online Gambling Markets

https://www.visualcapitalist.com/cp/visualized-the-largest-online-gambling-markets/

Visual Capitalist (dataviz)

Which countries have the biggest online gambling markets' This graphic highlights the countries earning the highest gross revenues from online gambling. The post Visualized: The Largest Online Gambling Markets appeared first on Visual Capitalist.




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