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

« Décembre 2022 »

  • 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


Lundi 26 Décembre 2022 (431)

1: Understanding Promises in JavaScript

https://theseyiblog.hashnode.dev/understanding-promises-in-javascript

Hashnode - javascript (Javascript)

JavaScript Promises can be a tricky topic to wrap your head around, especially if you're just starting out with asynchronous programming. Even experienced developers can sometimes struggle with understanding how Promises work and when to use them. Wi...


2: Ranked: The 100 Biggest Public Companies in the World

https://www.visualcapitalist.com/biggest-public-companies-in-the-world-2022/

Visual Capitalist (dataviz)

Who made it to the top' Here are the world's most valuable public companies in 2022 as the year comes to an end. The post Ranked: The 100 Biggest Public Companies in the World appeared first on Visual Capitalist.


3: Weekend Reading ' ' 2-3 levels max

https://labnotes.org/weekend-reading-2-3-levels-max/

Lab notes (Développement)

This week our train leaves every 5 minutes, we capture some packets, zoom through meetings, and buy bubble wrap in bulk.


4: Boto3 : AWS'ing in Python

https://blog.harshdaiya.com/boto3-awsing-in-python

Hashnode - python (python)

Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. Boto3 makes it easy to integrate your Python application, lib...


5: Axios HTTP request JavaScript

https://inedujoshua.hashnode.dev/axios-http-request-javascript

Hashnode - javascript (Javascript)

Axios is a popular JavaScript library that allows you to make HTTP requests from the browser or from the server. It works in both the browser and in Node.js, and it's designed to be easy to use and flexible. Over the years axios has gained wider acce...


6: 8. Write a ROS Subscriber

https://robodev.blog/write-a-ros-subscriber

Hashnode - python (python)

In this part, you are going to implement an image subscriber which is "the Photocopier" in my example. This subscriber is simply continuously reading images from the topic image_raw (that you created from chapter 7 and displaying them on your screen....


7: Ranking Countries By Digital Quality of Life in 2022

https://www.visualcapitalist.com/cp/ranking-countries-by-digital-quality-of-life-2022/

Visual Capitalist (dataviz)

Which countries have the best internet quality, or electronic security' This index breaks down the digital quality of life of countries in 2022. The post Ranking Countries By Digital Quality of Life in 2022 appeared first on Visual Capitalist.


8: Introduction to Machine Learning

https://letsdocoding.hashnode.dev/introduction-to-machine-learning

Hashnode - python (python)

Welcome to the world of machine learning! In this blog, we will be giving you a brief introduction to what machine learning is and how it works. First, let's define machine learning. Machine learning is a type of artificial intelligence (AI) that all...


9: Relying on AI Assistants Leads to Less Secure Code

https://www.webpronews.com/relying-on-ai-assistants-leads-to-less-secure-code/

WebProNews SEO (Développement)

WebProNews Relying on AI Assistants Leads to Less Secure Code Developers that rely on AI assistants to help them end up writing code that is buggier and less secure than developers that don't rely on AI. Relying on AI Assistants Leads to Less Secure Code Matt Milano


10 / 431

10: Builder Design Pattern

https://mihirengineer.com/builder-design-pattern

Hashnode - javascript (Javascript)

Introduction Builder Design Pattern, which is a pattern used to help construct complex objects. It helps separate object construction from its representation which will help us reuse this to create different representations It provides a flexible a...


11: Explanatory Data Analysis - Airbnb Data.

https://imnischaygowda.hashnode.dev/explanatory-data-analysis-airbnb-data

Hashnode - python (python)

Problem Formulation What are the factors, features and amenities that make an Airbnb listing more expensive' Motivation Airbnb has provided many travelers and digital nomads with an easy and convenient way to find a place to stay during their travels...


12: Factory Design Pattern

https://mihirengineer.com/factory-design-pattern

Hashnode - javascript (Javascript)

Introduction A Factory Method creates new objects as instructed by the client It is a creational design pattern that provides a generic interface for creating objects. In the factory pattern, we can specify the type of object being created and we d...


13: Remote JavaScript Jobs for Junior Developers: Where to Look and How to Apply

https://techz.hashnode.dev/remote-javascript-jobs-for-junior-developers-where-to-look-and-how-to-apply

Hashnode - javascript (Javascript)

Are you a junior JavaScript developer looking to break into the world of remote work' Finding a remote job can be a daunting task, especially if you are just starting your career. But with the right strategies and resources, it's possible to land you...


14: Prototype Design Pattern

https://mihirengineer.com/prototype-design-pattern

Hashnode - javascript (Javascript)

Introduction The prototype pattern is a useful way to share properties among many objects of the same type It clones the object and provides the existing properties to the cloned object using prototypal inheritance In prototypal inheritance, a pro...


15: Persevering Through Trials and Tribulations as a Developer: Dev Retro 2022

https://blog.jayeshkarli.dev/persevering-through-trials-and-tribulations-as-a-developer-dev-retro-2022

Hashnode - javascript (Javascript)

Ahh, it's that time of the year again. Many will make new year's resolutions, few will start them and even fewer people will follow through. We can't predict the future. However, we can learn from the past and that's what we'll do in this article. ...


16: Singleton Design Pattern

https://mihirengineer.com/singleton-design-pattern

Hashnode - javascript (Javascript)

Introduction The singleton pattern is a type of creational pattern that restricts the instantiation of a class to a single object. This allows the class to create an instance of the class the first time it is instantiated; however, on the next try, ...


17: Install Tailwind CSS in Nuxt.js 3

https://susiltiwari.com.np/install-tailwind-css-in-nuxtjs-3

Hashnode - javascript (Javascript)

Hey Guys, Today We'll look at installing and configuring Tailwind CSS in Nuxt.js 3. Server-side rendering (SSR) and static site generation work well with Nuxtjs (SSG). For speedier performance and a better developer experience, Nuxt 3 has been re-arc...


18: <React Hooks />

https://itsmeayush.hashnode.dev/react-hooks-1

Hashnode - javascript (Javascript)

What is/are React Hooks' Hooks are new React APIs added to React 16.8. They enable React functional components to use React features that were previously only available in React class components. In a nutshell, they are functions that bring the power...


19: Creating a Radar Chart with JavaScript: Goals by Messi, Ronaldo, Lewandowski

https://anychart.hashnode.dev/creating-radar-chart-with-javascript

Hashnode - javascript (Javascript)

There are various data visualization techniques designed to reveal insights that numbers alone just can't. In this tutorial, we will see how to easily create a radar chart using JavaScript. It is an effective way to graphically represent multivariate...


20 / 431

20: Difference Between InnerHTML and outerHTML

https://prashanthandel.hashnode.dev/difference-between-innerhtml-and-outerhtml

Hashnode - javascript (Javascript)

What is innerHTML' The innerHTML is a DOM element method that is used to get the whole content which is inside the element on which this method is applied. It doesn't return the element on which this method is called but only gives out whole text con...


21: JavaScript Date: Get Date methods

https://purpose-code.hashnode.dev/javascript-date-get-date-methods

Hashnode - javascript (Javascript)

To create and manipulate a particular date, we will have to create a date type object which is a built-in object in JavaScript. To learn how to create a date type object check the following tutorial: JavaScript Date: Create Dates in JavaScript The Da...


22: S.O.L.I.D. Principles in JavaScript

https://mihirengineer.com/solid-principles-in-javascript

Hashnode - javascript (Javascript)

SOLID is an acronym that stands for the first five OOD principles as outlined by renowned software engineer Robert C. Martin. The SOLID principles are designed to help developers design robust, maintainable applications. The five SOLID principles are...


23: What are fixtures and how to use it in Django'

https://blog.devjunction.in/what-are-fixtures-and-how-to-use-it-in-django

Hashnode - python (python)

Introduction In Django, fixtures are used to populate the database with initial data. This can be helpful for testing purposes or for setting up a new project with a specific set of data. In this article, we'll explore how to load or dump fixtures in...


24: How To Use: sort(), filter() keys() in JavaScript

https://blog.mikaeels.com/how-to-use-sort-filter-keys-in-javascript

Hashnode - javascript (Javascript)

''''() This method sorts the elements of an array in place and returns the sorted array. The default sort order is ascending, built upon converting the elements into strings and comparing their UTF-16 code unit value sequences. const months = [ ...


25: Create responsive navigation bar PART 1

https://mo-ibra.hashnode.dev/create-responsive-navigation-bar-part-1

Hashnode - javascript (Javascript)

In this lesson we will learn how to make a responsive navigation bar with explanation. Problem' Many people, especially beginners in web development, cannot make a responsive navigation bar, and I do not blame them because I was also one of those pe...


26: Practical use cases for Rust tuples

https://blog.logrocket.com/practical-use-cases-rust-tuples/

Log Rocket blog (Web 2)

Learn how and when to use tuples, structs, and tuple structs in Rust to return multiple results from your functions. The post Practical use cases for Rust tuples appeared first on LogRocket Blog.


27: 400 millions de données d'abonnés Twitter seraient en vente

https://www.lemondeinformatique.fr/actualites/lire-400-millions-de-donnees-d-abonnes-twitter-seraient-en-vente-89013.html

Le monde informatique (Informatique / Internet)

L'information est à prendre avec des pincettes, mais un post sur un forum sur les violations de données revendique une base de données (...)


28: How to build your own API to detect toxic comment

https://emmakodes.com/how-to-build-your-own-api-to-detect-toxic-comment

Hashnode - python (python)

Introduction Toxicity is anything rude, disrespectful, or otherwise likely to make someone leave a discussion. We will use Django Rest Framework to build the API. See how the API works: When I enter a comment, for Example: "trash stuff" as seen below...


29: TSMC Readies 3nm Chips for Next-Gen Macs and iPhones

https://www.webpronews.com/tsmc-readies-3nm-chips-for-next-gen-macs-and-iphones/

WebProNews SEO (Développement)

WebProNews TSMC Readies 3nm Chips for Next-Gen Macs and iPhones TSMC is preparing to mass produce its next generation 3nm chips, which will be used in Apple's Macs and iPhones. TSMC Readies 3nm Chips for Next-Gen Macs and iPhones Matt Milano


30 / 431

30: Frontend vs Backend - Which is easier '

https://amitprafull.com/frontend-vs-backend-which-is-easier

Hashnode - javascript (Javascript)

Front-end and Back-end are two principal branches of full-stack development where you deal with developing web-based applications. Recently, I stumbled across a LinkedIn post from one of my connections which I thought was sort of a little disrespectf...


31: Google s'inquiète de la montée en puissance de ChatGPT

https://www.lemondeinformatique.fr/actualites/lire-google-s-inquiete-de-la-montee-en-puissance-de-chatgpt-89011.html

Le monde informatique (Informatique / Internet)

Selon un article du  New York Times, la direction de Google a émis « un code rouge » suite au lancement de ChatGPT, le (...)


32: Apple retire temporairement l'upgrade de Home dans iOS 16.2

https://www.lemondeinformatique.fr/actualites/lire-apple-retire-temporairement-l-upgrade-de-home-dans-ios-162-89012.html

Le monde informatique (Informatique / Internet)

Livrée récemment, la mise à jour 16.2 d'iOS apportait plusieurs fonctionnalités, dont Music Sing, la protection avancée (...)


33: The Power Of Python

https://mcdev.hashnode.dev/the-power-of-python

Hashnode - python (python)

In the Late 80s, the CWI research lab was tasked with developing a Micro-Kernel development system called Amoeba. A Young programmer called Guido Van Rossum joined the project after previously working on a programming language called ABC. While worki...


34: Master Unity UI Components

https://neerajjaiswal.com/master-unity-ui-components

Hashnode - Unity (unity)

Checkout out what the students has to say : "The course is enlightening and was delivered at fantastic pace. " Canvas https://youtu.be/hMzuHRTwczQ RectToolbar https://youtu.be/8XcCJ3FvJNs RectTransform https://youtu.be/GCzIaA37DkI Anchor https:...


35: Exploring Anime.js with an example site animation project

https://blog.logrocket.com/exploring-anime-js-example-site-animation-project/

Log Rocket blog (Web 2)

Learn to use Anime.js, one of the best and fastest JavaScript animation libraries out there, to set your website a step above the rest. The post Exploring Anime.js with an example site animation project appeared first on LogRocket Blog.


36: Paris en ligne : les 'autres vainqueurs' du Mondial avec 615 millions d'euros misés

https://www.usine-digitale.fr/editorial/sites-de-paris-en-ligne-les-autres-vainqueurs-de-la-coupe-du-monde-avec-615-millions-d-euros-mises.N2081016

L'usine-digitale (Informatique)

La France s'est inclinée face à l'Argentine, mais les sites français de paris en ligne sont les grands vainqueurs de cette Coupe du monde 2022 au Qatar. En tout, ce sont 615 millions d'euros qui ont été misés sur leurs plateformes, a révélé le 24 décembre l'Autorité nationale des jeux.


37: Understanding Data Manipulation Through JavaScript

https://sense.hashnode.dev/understanding-data-manipulation-through-javascript

Hashnode - javascript (Javascript)

What Is Data Manipulation' Data Manipulation in JavaScript is the process of changing, transforming, or rearranging data in order to make it easier to analyze or use. This could include sorting data, filtering data, or transforming data from one form...


38: From a Gaming Addict to a Programming Addict - Dev Retro 2022

https://tanishhire.hashnode.dev/from-a-gaming-addict-to-a-programming-addict-dev-retro-2022

Hashnode - python (python)

Since childhood, I have grown up around computers and all the fancy and latest tech gadgets that I could afford, once had a goal of cracking the best college and pursuing either an aeronautical or a computer science degree when I was in high school. ...


39: Tic Tac Toe Game in Javascript

https://blog.piyushgarg.dev/tic-tac-toe-game-in-javascript

Hashnode - javascript (Javascript)

Hey everyone, In this article, we will build our own Tic Tac Toe game using pure Javascript. https://youtu.be/lKe57l8sttw Code


40 / 431

40: Building micro-frontends with Angular and StencilJS

https://campzulu.hashnode.dev/building-micro-frontends-with-angular-and-stenciljs

Hashnode - javascript (Javascript)

Micro frontends is an emerging frontend architecture pattern defined by Martin Fowler. The pattern slices a web frontend into loosely coupled, scaleable, and independent deployable components. From UI monoliths to micro frontends Traditionally, when ...


41: 40 Best New Fonts of 2022

https://www.webdesignerdepot.com/2022/12/40-best-new-fonts-of-2022/

Webdesigner depot (Design)

Choosing the right typefaces for your website can elevate a design from dour to delightful. The right typeface gives personality to your brand voice and can make sure your content gets read. And so, every month, we put together a roundup of the best new fonts for web designers. In this roundup of the year, […] The post 40 Best New Fonts of 2022 first appeared on Webdesigner Depot.


42: Become better at Frontend development by doing this ''

https://akhlas.hashnode.dev/become-better-at-frontend-development-by-doing-this

Hashnode - javascript (Javascript)

We all are stuck somewhere after learning HTML, CSS, and JavaScript and we want to become better but we don't know what to do next, so we move to frameworks like React.js, Angular, etc. without practicing the basics of frontend development. You may ...


43: Rétrospective 2022 : les bonnes nouvelles à la sauce RSE

https://blog.octo.com/retrospective-2022-les-bonnes-nouvelles-a-la-sauce-rse/

Octo (Internet)

L'année 2022 s'achève, et comme tous les ans, c'est l'occasion de jeter un coup d’'il dans le rétro et dresser un bilan. Celle-ci n'a pas forcément été la plus facile, mais il y a tout de même des raisons de se réjouir ! On vous en a listé quelques unes : les bonnes nouvelles qui […] L'article Rétrospective 2022 : les bonnes nouvelles à la sauce RSE est apparu en premier sur [...]


44: Building Web Applications with Node.js using MVC Architecture.

https://mayurargade.hashnode.dev/building-web-applications-with-nodejs-using-mvc-architecture

Hashnode - javascript (Javascript)

As we start our development with small learning projects and implement them by watching tutorials, we often don't give importance to the neatness of our code files. While building small applications, it might be beneficial to keep things simple in on...


45: How to create a UX sitemap

https://blog.logrocket.com/ux-design/how-to-create-ux-sitemap/

Log Rocket blog (Web 2)

This article discusses UX sitemaps, the steps involved, and their importance in providing a roadmap for your website. The post How to create a UX sitemap appeared first on LogRocket Blog.


46: 10 ways to inspire and motivate your agile team

https://blog.logrocket.com/product-management/10-ways-to-inspire-your-agile-team/

Log Rocket blog (Web 2)

Inspired, self-organizing teams easily breeze through challenges and obstacles. Uninspired teams usually require top-to-bottom direction. The post 10 ways to inspire and motivate your agile team appeared first on LogRocket Blog.


47: Comment créer un VPN : le guide complet

https://www.lebigdata.fr/comment-creer-un-vpn-le-guide-complet

Le Big Data (dataviz)

On peut trouver sur le web des plateformes de VPN qui proposent des applications téléchargeables en quelques clics et très … Cet article Comment créer un VPN : le guide complet a été publié sur LeBigData.fr.


48: Une fin d'année marquée par de nouveaux licenciements dans la tech

https://www.usine-digitale.fr/editorial/une-fin-d-annee-marquee-par-de-nouveaux-licenciements-dans-la-tech.N2081011

L'usine-digitale (Informatique)

Xiaomi va réduire ses effectifs de 10%, dans un contexte où les suppressions de postes se poursuivent dans tous les secteurs des technologies. Adobe, TuSimple, Airtable' Le point sur les dernières annonces.


49: Plusieurs évolutions dans la preview 2 de Visual Studio 2022 17.5

https://www.lemondeinformatique.fr/actualites/lire-plusieurs-evolutions-dans-la-preview-2-de-visual-studio-2022-175-89010.html

Le monde informatique (Informatique / Internet)

Publiée le 13 décembre et désormais accessible, Visual Studio 2022 17.5 Preview 2, le second aperçu de la prochaine mise à (...)


50 / 431

50: Inheritance in Java: How it Works

https://priyanshuraj.hashnode.dev/inheritance-in-java-how-it-works

Hashnode - javascript (Javascript)

In the previous blog, I wrote about Object Oriented Programming and its pillars. In this blog let's deep dive into one of the pillars of Object Oriented Programming called Inheritance. What is Inheritance' A class that is derived from another class i...


51: How To Use And Write Express Middleware

https://codewithjohn.hashnode.dev/how-to-use-and-write-express-middleware

Hashnode - javascript (Javascript)

In this article, we are going explore what middlewares are and how to create middleware in the express. Middleware is an often misunderstood topic but in reality, creating middleware is straightforward. In simple words middleware, is any code that is...


52: Visualizing 25 Years of Lithium Production, by Country

https://www.visualcapitalist.com/visualizing-25-years-of-lithium-production-by-country/

Visual Capitalist (dataviz)

Lithium production has grown exponentially over the last few decades. Which countries produce the most lithium, and how how has this mix evolved' The post Visualizing 25 Years of Lithium Production, by Country appeared first on Visual Capitalist.


53: The Mysterious Case of null being an Object in JavaScript

https://ashdude1401.hashnode.dev/the-mysterious-case-of-null-being-an-object-in-javascript

Hashnode - javascript (Javascript)

Have you ever used the typeof operator in JavaScript and been surprised to see that it returned "object" for the value null' You're not alone! The concept of null being treated as an object in JavaScript is one that has caused confusion among develop...


54: Aveva France : Guillaume Vray nommé directeur des ventes ingénierie

https://www.lemondeinformatique.fr/actualites/lire-aveva-france-guillaume-vray-nomme-directeur-des-ventes-ingenierie-89004.html

Le monde informatique (Informatique / Internet)

Près de trois mois après son rachat par Schneider Electric pour 10,7 Md$, la société de conseil et éditeur (...)


55: Effortlessly improve the quality and consistency of your code with these pre-commit Hooks!

https://selftaughtdev.me/effortlessly-improve-the-quality-and-consistency-of-your-code-with-these-pre-commit-hooks

Hashnode - python (python)

Using pre-commit tools can be a great way to improve the quality and consistency of your code, as well as streamline your development workflow. Pre-commit tools are tools that run automatically before you commit your code changes to a version control...


56: Getting started with JS loops

https://kelsy-blog.hashnode.dev/getting-started-with-js-loops

Hashnode - javascript (Javascript)

Loops are an essential tool in JavaScript that can greatly improve the efficiency and simplicity of your code and are a key construct to master to become proficient in the language. In this article, you are going to learn the three most important typ...


57: Merge Sort Explained and Visualised

https://slavahead.hashnode.dev/merge-sort-explained-and-visualised

Hashnode - python (python)

When it comes to sorting, merge sort is one of the most popular algorithms. It is based on the famous 'Divide-and-conquer' paradigm where a big problem is broken down into smaller problems which are easier to solve. The solutions to them are then com...


58: Comment générer les meilleurs prompts pour IA : le guide complet

https://www.lebigdata.fr/generer-meilleurs-prompts-pour-ia

Le Big Data (dataviz)

Sur des services comme MidJourney, générer les meilleurs prompts pour IA est tout un art. Pour développer ce talent, il … Cet article Comment générer les meilleurs prompts pour IA : le guide complet a été publié sur LeBigData.fr.


59: How to Create a Telephone Number Validator ' Freecodecamp Project

https://sobecodes.hashnode.dev/how-to-create-a-telephone-number-validator-freecodecamp-project

Hashnode - javascript (Javascript)

The telephone number validator project is the fourth of the five projects in Freecodecamp's JavaScript Algorithms and Data Structures Certification. The project tasks developers to create a program that receives alphanumeric inputs and checks whether...


60 / 431

60: Never Worry About Inconsistent Coding Styles Again: Introducing .editorconfig '

https://selftaughtdev.me/never-worry-about-inconsistent-coding-styles-again-introducing-editorconfig

Hashnode - python (python)

The .editorconfig file is a simple configuration file that helps developers define and maintain consistent coding styles between different editors and IDEs. It is a plain text file that can be placed in the root directory of a project, and specifies ...


61: Master the art of forward refs: take control of your React components

https://nidhisharma.hashnode.dev/master-the-art-of-forward-refs-take-control-of-your-react-components

Hashnode - javascript (Javascript)

you can read my article on useRef hook As a developer working with React, you're always looking for ways to make your code more efficient and easier to maintain. That's where forward refs come in. With forward refs, you can easily access the DOM ele...


62: N-Queens ' LeetCode 51

https://cody123.hashnode.dev/n-queens-leetcode-51

Hashnode - python (python)

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other. Given an integer n, return all distinct solutions to the n-queens puzzle. You may return the answer in any order. Each solution c...


63: N-Queens ' LeetCode 51

https://normanaranez.hashnode.dev/n-queens-leetcode-51

Hashnode - python (python)

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other. Given an integer n, return all distinct solutions to the n-queens puzzle. You may return the answer in any order. Each solution c...


64: Windows Notepad Is Getting Tab Support

https://www.webpronews.com/windows-notepad-is-getting-tab-support/

WebProNews SEO (Développement)

WebProNews Windows Notepad Is Getting Tab Support Windows 11 Notepad is getting a major upgrade, with the app poised to receive tab support. Windows Notepad Is Getting Tab Support Matt Milano


65: Learning about JavaScript Closures and Interview Questions Day 70

https://dheerajy1.hashnode.dev/learning-about-javascript-closures-and-interview-questions-day-70

Hashnode - javascript (Javascript)

Today #Day70 of #100DaysOfCode, I am Learning more about closures in depth in JavaScript. What is closure in JS' Closure in JavaScript is a function along with its reference to its outer environment together forms a closure. In other words, closure i...


66: Console.log() vs console.dir()

https://prashanthandel.hashnode.dev/consolelog-vs-consoledir

Hashnode - javascript (Javascript)

Both methods console.log() and console.dir() are used to display contents in the console of the browser. Console.log() The console.log() method prints out the object in the console in the form of string to the user. It returns the object in its strin...


67: Async and Defer

https://dhawalpandya01.hashnode.dev/async-and-defer

Hashnode - javascript (Javascript)

The async and defer attributes are used to specify the loading behavior of external scripts in an HTML document. They can be used to improve the performance of a webpage. When there is no attribute for the written, everything loads line by ...


68: Best JavaScript Framework

https://ctmohale.hashnode.dev/best-javascript-framework

Hashnode - javascript (Javascript)

There are a number of great JavaScript frameworks available today. Each has its own benefits and drawbacks. Here, we'll take a look at the best JavaScript frameworks, according to a number of criteria. To begin, we'll look at the most popular JavaScr...


69: PPC 2022 in review: Performance Max, Apple Search, chaos at Twitter, and more

https://searchengineland.com/ppc-2022-in-review-performance-max-apple-search-chaos-at-twitter-and-more-390608

Search engine land (Référencement)

If you thought it was going to be a dull year, you were wrong. Here's a look at the most significant changes and most important PPC updates that happened in 2022. The post PPC 2022 in review: Performance Max, Apple Search, chaos at Twitter, and more appeared first on Search Engine Land.


70 / 431

70: Changing the First and Last Letter of a Word in Python

https://codecaliper.me/changing-the-first-and-last-letter-of-a-word-in-python

Hashnode - python (python)

In this tutorial, you will learn how to write a Python program to change the first and last letter of a given word. Let's get started with the code. If you find this article helpful, please consider sharing it with your coding communities and social ...


71: Pow(x, n) ' LeetCode 50

https://cody123.hashnode.dev/powx-n-leetcode-50

Hashnode - python (python)

Implement pow(x, n), which calculates x raised to the power n (i.e., xn). Example 1: Input: x = 2.00000, n = 10 Output: 1024.00000 Example 2: Input: x = 2.10000, n = 3 Output: 9.26100 Example 3: Input: x = 2.00000, n = -2 Output: 0.25000 Explanatio...


72: Pow(x, n) ' LeetCode 50

https://normanaranez.hashnode.dev/powx-n-leetcode-50

Hashnode - python (python)

Implement pow(x, n), which calculates x raised to the power n (i.e., xn). Example 1: Input: x = 2.00000, n = 10 Output: 1024.00000 Example 2: Input: x = 2.10000, n = 3 Output: 9.26100 Example 3: Input: x = 2.00000, n = -2 Output: 0.25000 Explanatio...


73: Longest Palindromic Substring

https://blogs.shenyien.cyou/longest-palindromic-substring

Hashnode - python (python)

Leetcode problem: https://leetcode.com/problems/longest-palindromic-substring/description/ Problem Statement Given a string s, return the longest palindromic substring in s. Example 1 Input: s = "babad" Output: "bab" Explanation: "aba" is also a vali...


74: Group Anagrams ' LeetCode 49

https://cody123.hashnode.dev/group-anagrams-leetcode-49

Hashnode - javascript (Javascript)

Given an array of strings strs, group the anagrams together. You can return the answer in any order. An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once...


75: Group Anagrams ' LeetCode 49

https://normanaranez.hashnode.dev/group-anagrams-leetcode-49

Hashnode - python (python)

Given an array of strings strs, group the anagrams together. You can return the answer in any order. An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once...


76: node + swagger = combinación perfecta

https://gabrielsule.hashnode.dev/node-swagger-combinacion-perfecta

Hashnode - javascript (Javascript)

Hola amigos de la #nerdytud. Hoy les comparto el procedimiento más sencillo para documentar nuestra api en node, documentándo la misma con swagger. crear aplicación mkdir dummy && cd dummy npm init -y instalar librerías npm i express npm i swagger...


77: Vybe rachetée par Twig, une appli combinant services bancaires et plateforme d'occasion

https://www.usine-digitale.fr/article/vybe-rachetee-par-twig-une-appli-combinant-services-bancaires-et-plateforme-d-occasion.N2080996

L'usine-digitale (Informatique)

L'application française de services bancaires pour les jeunes Vybe, placée en liquidation judiciaire, a été rachetée par la fintech britannique Twig, qui propose de la revente de vêtements en plus de services de paiement.


78: Rotate Image ' LeetCode 48

https://cody123.hashnode.dev/rotate-image-leetcode-48

Hashnode - javascript (Javascript)

You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise). You have to rotate the image in-place, which means you have to modify the input 2D matrix directly. DO NOT allocate another 2D matrix and do the rotat...


79: Rotate Image ' LeetCode 48

https://normanaranez.hashnode.dev/rotate-image-leetcode-48

Hashnode - python (python)

You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise). You have to rotate the image in-place, which means you have to modify the input 2D matrix directly. DO NOT allocate another 2D matrix and do the rotat...


80 / 431

80: Un bug critique dans le kernel Linux fragilise des serveurs SMB

https://www.lemondeinformatique.fr/actualites/lire-un-bug-critique-dans-le-kernel-linux-fragilise-des-serveurs-smb-89009.html

Le monde informatique (Informatique / Internet)

C'est un mauvais cadeau pour les administrateurs systèmes en ce lendemain de fêtes. En effet, ils ont été alertés (...)


81: How to Use Blueprints to Organize Your Flask Apps

https://ireadblog.com/how-to-use-blueprints-to-organize-your-flask-apps

Hashnode - python (python)

Flask is a simple, easy-to-use microframework for Python that can help you build scalable and secure web applications. Sometimes you'll find developers dumping all of their logic into a single file called app.py. You will find a lot of tutorials that...


82: Animate when you Scroll !!!

https://syedimam.hashnode.dev/animate-when-you-scroll

Hashnode - javascript (Javascript)

HELLO Gorgeous People !!! on internet. In this article let's learn about how to bring up the animations at right time while you scroll the website. Here we will be using the FRAMER-MOTION package which helps us to develop animations within seconds. ...


83: Array in JavaScript and its Methods

https://nikhil15.hashnode.dev/array-in-javascript-and-its-methods

Hashnode - javascript (Javascript)

Array In JavaScript Array is an ordered collection of data. In Array, a single variable is used to store multiple values. In Array each item has an index, we can access the elements by using the index number associated with it. The indexing in arrays...


84: Advent of Code 2022 - Day 11 - Kotlin Edition

https://yonatankarp.com/advent-of-code-2022-day-11-kotlin-edition

Hashnode - Kotlin (Mobiles)

Part 1 Task As you finally start making your way upriver, you realize your pack is much lighter than you remember. Just then, one of the items from your pack goes flying overhead. Monkeys are playing Keep Away with your missing things! To get your s...


85: Permutations II ' LeetCode 47

https://cody123.hashnode.dev/permutations-ii-leetcode-47

Hashnode - javascript (Javascript)

Given a collection of numbers, nums, that might contain duplicates, return all possible unique permutations in any order*.* Example 1: Input: nums = [1,1,2] Output: [[1,1,2], [1,2,1], [2,1,1]] Example 2: Input: nums = [1,2,3] Output: [[1,2,3],[1,3...


86: Permutations II ' LeetCode 47

https://normanaranez.hashnode.dev/permutations-ii-leetcode-47

Hashnode - python (python)

Given a collection of numbers, nums, that might contain duplicates, return all possible unique permutations in any order*.* Example 1: Input: nums = [1,1,2] Output: [[1,1,2], [1,2,1], [2,1,1]] Example 2: Input: nums = [1,2,3] Output: [[1,2,3],[1,3...


87: Produits contrefaits : la justice européenne ouvre la voie à la responsabilité d'Amazon

https://www.usine-digitale.fr/article/produits-contrefaits-la-justice-europeenne-ouvre-la-voie-a-la-responsabilite-d-amazon.N2080991

L'usine-digitale (Informatique)

Louboutin : 1, Amazon : 0. La Cour de justice de l'Union européenne a estimé jeudi 22 décembre qu'une marketplace comme Amazon pouvait être tenue responsable des produits contrefaits qui circulent sur sa plateforme, si ces produits sont intégrés à sa propre communication commerciale et donnent l'impression aux utilisateurs d'être commercialisés par ses soins.


88: Bias and Variance

https://galacodes.com/bias-and-variance

Hashnode - python (python)

Understanding the different types of errors deeply goes a long way. In-depth knowledge of why they occur and how they can be identified helps to improve model performance significantly. So what are Bias and Variance' Bias and Variance are two types o...


89: Permutations ' LeetCode 46

https://cody123.hashnode.dev/permutations-leetcode-46

Hashnode - javascript (Javascript)

Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order. Example 1: Input: nums = [1,2,3] Output: [[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,1,2],[3,2,1]] Example 2: Input: nums = [0,1] Output:...


90 / 431

90: Permutations ' LeetCode 46

https://normanaranez.hashnode.dev/permutations-leetcode-46

Hashnode - python (python)

Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order. Example 1: Input: nums = [1,2,3] Output: [[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,1,2],[3,2,1]] Example 2: Input: nums = [0,1] Output:...


91: Jump Game II ' LeetCode 45

https://cody123.hashnode.dev/jump-game-ii-leetcode-45

Hashnode - javascript (Javascript)

You are given a 0-indexed array of integers nums of length n. You are initially positioned at nums[0]. Each element nums[i] represents the maximum length of a forward jump from index i. In other words, if you are at nums[i], you can jump to any nums[...


92: Jump Game II ' LeetCode 45

https://normanaranez.hashnode.dev/jump-game-ii-leetcode-45

Hashnode - python (python)

You are given a 0-indexed array of integers nums of length n. You are initially positioned at nums[0]. Each element nums[i] represents the maximum length of a forward jump from index i. In other words, if you are at nums[i], you can jump to any nums[...


93: Maersk mise sur l'edge computing pour sa chaîne d'approvisionnement

https://www.lemondeinformatique.fr/actualites/lire-maersk-mise-sur-l-edge-computing-pour-sa-chaine-d-approvisionnement-88938.html

Le monde informatique (Informatique / Internet)

Cette année, les entreprises de tous les secteurs ont été affectées par des perturbations de la chaîne d'approvisionnement. (...)


94: Conférence CIO Résilience IT 2022 : la vidéo de l'événement

https://www.lemondeinformatique.fr/actualites/lire-conference-cio-resilience-it-2022-la-video-de-l-evenement-89002.html

Le monde informatique (Informatique / Internet)

Le 16 novembre 2022, CIO a organisé une matinée sur le thème de la résilience IT, sur le toit de La Grande Arche de La Défense. (...)


95: Wildcard Matching ' LeetCode 44

https://cody123.hashnode.dev/wildcard-matching-leetcode-44

Hashnode - javascript (Javascript)

Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for ''' and '*' where: ''' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). The matching should cove...


96: Wildcard Matching ' LeetCode 44

https://normanaranez.hashnode.dev/wildcard-matching-leetcode-44

Hashnode - python (python)

Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for ''' and '*' where: ''' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). The matching should cove...


97: Intelligence économique : le fonds souverain des Emirats Arabes Unis finance le français Quantcube

https://www.usine-digitale.fr/article/intelligence-economique-le-fonds-souverain-des-emirats-arabes-unis-finance-le-francais-quantcube.N2080981

L'usine-digitale (Informatique)

La start-up spécialisée dans l'analyse de données en temps réel pour l'intelligence économique Quantcube a réalisé une seconde levée de fonds auprès des véhicules d'investissement des Émirats Arabes Unis, afin de se développer à l'international.


98: Window setTimeout() in JavaScript

https://prashanthandel.hashnode.dev/window-settimeout-in-javascript

Hashnode - javascript (Javascript)

The setTimeout() function is similar to the setInterval() method in JavaScript. The only difference is that this method does not execute repeatedly. This method calls the function after a specific period only once. We can write this method with a win...


99: Multiply Strings ' LeetCode 43

https://cody123.hashnode.dev/multiply-strings-leetcode-43

Hashnode - javascript (Javascript)

Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Note: You must not use any built-in BigInteger library or convert the inputs to integer directly. Example 1: Inpu...


100 / 431

100: Understanding the Event Loop and Async Patterns in JavaScript and Node.js

https://nickk2305.hashnode.dev/understanding-the-event-loop-and-async-patterns-in-javascript-and-nodejs

Hashnode - javascript (Javascript)

If you're a developer, you've probably heard of the event loop and async patterns in JavaScript and Node.js. But what exactly are they, and how do they work' In this blog post, we'll dive into the event loop and explore different patterns for handlin...


101: 5 séries tech à regarder sur Netflix

https://www.blogdumoderateur.com/netflix-series-tech/

Blog du Moderateur ()

Voici des séries tech passionnantes à regarder sur Netflix : création de Spotify, procès contre Google Earth, âge d'or des jeux vidéo, tendances technologiques...


102: Exclusivité : les v'ux 2023 du Président de la République Française pour le numérique

https://nauges.typepad.com/my_weblog/2022/12/exclusivit?-les-v?ux-2023-du-pr?sident-de-la-r?publique-fran?aise-pour-le-num?rique-mes-contacts-?-lelys?e-m.html

Naugès, Louis (Internet)

Mes contacts à l'Elysée m'ont permis d'avoir accès en avant-première au texte des v'ux que le Président de la République adressera aux Français sur le thème du numérique à la veille de l'année 2023. Je vous en livre la primeur,...


103: Day06 - Exploring Type Coercion and the Math Object in JavaScript

https://vaibzde.hashnode.dev/type-coercion-and-math-object-in-javascript

Hashnode - javascript (Javascript)

Welcome to the sixth day of my journey through the world of back end development! Today, we will be discussing two important topics in JavaScript: type coercion and the Math object. Type coercion is the process of converting a value from one data typ...


104: Jump Game ' LeetCode 55

https://cody123.hashnode.dev/jump-game-leetcode-55

Hashnode - javascript (Javascript)

You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length at that position. Return true if you can reach the last index, or false otherwise. Example...


105: First Missing Positive ' LeetCode 41

https://cody123.hashnode.dev/first-missing-positive-leetcode-41

Hashnode - javascript (Javascript)

Given an unsorted integer array nums, return the smallest missing positive integer. You must implement an algorithm that runs in O(n) time and uses constant extra space. Example 1: Input: nums = [1,2,0] Output: 3 Explanation: The numbers in the range...


106: Combination Sum II ' LeetCode 40

https://cody123.hashnode.dev/combination-sum-ii-leetcode-40

Hashnode - javascript (Javascript)

Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numbers sum to target. Each number in candidates may only be used once in the combination. Note: The sol...


107: Canva : le guide pour bien débuter

https://www.blogdumoderateur.com/canva-guide-debutant/

Blog du Moderateur ()

Vous faites vos premiers pas sur Canva, la célèbre plateforme de conception graphique ' Suivez le guide !


108: 5 outils de monitoring SEO pour booster votre référencement

https://www.blogduwebdesign.com/5-outils-de-monitoring-seo-pour-booster-votre-referencement/

blogduwebdesign (Design)

Les outils de monitoring SEO peuvent être très utiles pour les entreprises qui veulent améliorer...


109: Prediction Of Gold Prices using Machine Learning

https://pinakdatta.hashnode.dev/prediction-of-gold-prices-using-machine-learning

Hashnode - python (python)

Overview : In this article, we will be making a project on, how to analyze and predict, the upcoming prices of Gold, using Machine Learning's Random Forest Regressor. Sounds fascinating' Let us get on with it then..!! Random Forest Regression in Brie...


110 / 431

110: Le gouvernement aide les hôpitaux et les CHU à affronter les cyberattaques

https://www.lemondeinformatique.fr/actualites/lire-le-gouvernement-aide-les-hopitaux-et-les-chu-a-affronter-les-cyberattaques-89001.html

Le monde informatique (Informatique / Internet)

Après les deux cyberattaques ayant successivement touché le CHU de Corbeil-Essonnes et le CH de Versailles en 2022, le (...)


111: Gestion-Pro mise sur l'ERP no-code pour fidéliser ses clients

https://www.lemondeinformatique.fr/actualites/lire-gestion-pro-mise-sur-l-erp-no-code-pour-fideliser-ses-clients-89003.html

Le monde informatique (Informatique / Internet)

L'intégrateur et cabinet de conseil alsacien Gestion-Pro est partenaire depuis 2019 de Simax, éditeur d'un ERP no-code. L'objectif de l'intégrateur (...)


112: Talan croque le belge Dataroots

https://www.lemondeinformatique.fr/actualites/lire-talan-croque-le-belge-dataroots-89005.html

Le monde informatique (Informatique / Internet)

Après le rachat de Createch en janvier 2022, la société de conseil en innovation et transformation Talan s'offre Dataroots. Fondée (...)


113: Vincent Tejedor prend les rênes de la DGNum du ministère des Armées

https://www.lemondeinformatique.fr/actualites/lire-vincent-tejedor-prend-les-renes-de-la-dgnum-du-ministere-des-armees-89008.html

Le monde informatique (Informatique / Internet)

Lors du conseil des ministres du 22 décembre 2022, Vincent Tejedor a été nommé directeur général du numérique (...)


114: Méthode SONCAS : définition, exemples et modèle à télécharger

https://www.blogdumoderateur.com/methode-soncas-definition-exemples-modele/

Blog du Moderateur ()

Tout savoir sur la méthode SONCAS : une technique de vente qui se base sur l'analyse comportementale.


115: Day 6 - Python Deques 101 - 7 Days of Python Data Structures

https://datashepherd.hashnode.dev/day-6-python-deques-101-7-days-of-python-data-structures

Hashnode - python (python)

Welcome back to the "7 Days of Python Data Structures" challenge. This is the sixth article in the series. In the previous articles, we had an overview of Python's common built-in data structures - Lists, Dictionaries, Sets, and Tuples. In this tutor...


116: Window setInterval() in JavaScript

https://prashanthandel.hashnode.dev/window-setinterval-in-javascript

Hashnode - javascript (Javascript)

The setInterval() method in JavaScript is used to call a specific function repeatedly at every given interval of time. It evaluates an expression or calls a function at given intervals. This method continues the calling of function until the window i...


117: How to authenticate google with Flutter and Firebase

https://hasnainm.hashnode.dev/how-to-authenticate-google-with-flutter-and-firebase

Hashnode - Flutter (Flutter)

Introduction Hey everyone I am Hasnain Makada and I am currently working as a Developer Advocate at Napptive where I mainly explore the platform in-depth and also advocate Open Source, DevOps, and Flutter to the community. I also write my blogs on Ha...


118: Making a Login Page with HTML

https://chloelaureate.hashnode.dev/making-a-login-page-with-html

Hashnode - javascript (Javascript)

on Visual Studio HTML = The Skeleton! Right-Click -> Open with Live Server ALT+L ALT+O, and then you will see an output -Tags (much more..) : Bigger texts : for dividing paragraphs : to create a button


119: How I migrated my Python Django project to Docker

https://vijayrai.hashnode.dev/how-i-migrated-my-python-django-project-to-docker

Hashnode - python (python)

Docker is great, ever since I learnt about docker I have developed a great liking for it. My organization does not use docker yet, and cannot say how long they are not going to, especially after my newfound interest in docker. Steps involved: Mainta...


120 / 431

120: Momentum Project on React

https://mojtabamaleki.hashnode.dev/momentum-project-on-react

Hashnode - javascript (Javascript)

Momentum Project on react One of the first projects that I have done with React is momentum. The idea of the momentum came from the library, which has always had a website open with a nature background telling time and some other pieces of informati...


121: How to make a JS function wait after executing a specific line of code

https://adithyana.hashnode.dev/how-to-make-a-js-function-wait-after-executing-a-specific-line-of-code

Hashnode - javascript (Javascript)

Basis Idea The basic idea is that we have a function and for some reason, we need to make the JS program wait after executing some part of the function Application Let's assume that we have a function to find the sum of two numbers and we need to m...


122: JavaScript : Scopes

https://subhamsahu.hashnode.dev/javascript-scopes

Hashnode - javascript (Javascript)

Scope defines where a variable declaration, function declaration, or any other declarations etc. will be accessible in a program. In Javascript, there are mainly four kinds of scope. Global Scope Local Scope Block Scope Module Scope Global Scop...


123: Mastering React in 8 weeks - Day 4

https://01nakulgoel.hashnode.dev/mastering-react-in-8-weeks-day-4

Hashnode - javascript (Javascript)

Hello, Hashnoders or learners!'' today we will study some really amazing projects such as a to-do list and an advanced counter. Simple Counter Now I believe , all of us are familiar from how to start and install React in PC and how to use it , ther...


124: Setting Up Your Tailwind CSS Project

https://krish999.hashnode.dev/setting-up-your-tailwind-css-project

Hashnode - javascript (Javascript)

If you are new to Tailwind CSS, setting up your first Tailwind Project may be hard and confusing for most. Many give up learning this beautiful framework simply because they are doing some silly mistakes or they don't understand the meaning and the p...


125: Setting Up Your Tailwind CSS Project

https://krishwebdev.hashnode.dev/setting-up-your-tailwind-css-project

Hashnode - javascript (Javascript)

If you are new to Tailwind CSS, setting up your first Tailwind Project may be hard and confusing for most. Many give up learning this beautiful framework simply because they are doing some silly mistakes or they don't understand the meaning and the p...


126: I Created A Text-To-Speech Converter With Flask

https://adithyana.hashnode.dev/i-created-a-text-to-speech-converter-with-flask

Hashnode - python (python)

Hello Friends' '' What Is This' Simply this is AdiSpeaks a text-to-speech converter on the web. This is a website in which you can enter your text and emojis and then it will be converted to an mp3 file which you can also download How To Use It' C...


127: What is event delegation in JavaScript, why is it crucial ''''

https://manish-d-art-blogs.hashnode.dev/what-is-event-delegation-in-javascript-why-is-it-crucial

Hashnode - javascript (Javascript)

Let's go deep so there are no queries. So, Event delegation is a method for managing events effectively. Instead of adding an event listener to every similar element, we can add an event listener to a parent element and then use the .target(''' '...


128: JavaScript : Variables

https://subhamsahu.hashnode.dev/javascript-variables

Hashnode - javascript (Javascript)

Variables are names identifiers for values. We declare variables in javascript using var and let keywords. See both declarations below. //var declaration var name; //let declaration let age; Differences between both declarations, varletco...


129: How to use FilePond with Rails' Active Storage

https://codewithrails.com/filepond-active-storage

Hashnode - javascript (Javascript)

FilePond is a beautiful JavaScript library for handling file uploads written by Rik Schennink. I've used this library in various Ruby on Rails projects whenever I wanted a smooth upload experience paired with great UI visuals. In this article, I'm go...


130 / 431

130: Bash: Difference Between [ and [[ Operators

https://stackabuse.com/bash-difference-between-and-operators/

Stack Abuse (Javascript)

In this in-depth guide - learn about the difference between the [ and [[ operators in Bash, and how to use the nuanced differences to your advantage.


131: Python: Built-in Exceptions

https://blog.soumendrak.com/python-built-in-exceptions

Hashnode - python (python)

Python has a number of built-in errors that can be raised when your code encounters an issue. Here is a list of some of the most common built-in errors in Python, along with code examples to illustrate how they can occur: SyntaxError: This error is ...


132: Implementing Stack in JavaScript

https://nayanashet.hashnode.dev/implementing-stack-in-javascript

Hashnode - javascript (Javascript)

Hello coders, Let's learn about Stack data structure in a simpler way !! The stack is a data structure that follows the Last In First Out (LIFO) principle. The element that is added at last is accessed at first. This is like stacking your books on to...


133: Base64 Encoder and Decoder

https://wind010.hashnode.dev/base64-encoder-and-decoder

Hashnode - python (python)

After finishing this problem, I thought it was a bit too easy and was compelled to redo it manually in python. Might as well write the encoder. Cause it's fun and the rabbit-holes... Encode With Base64 we're converting any non-ASCII compliant charac...


134: Overcoming Obstacles and Achieving Goals in Tech: My Story- Dev Retro 2022

https://omotayo.hashnode.dev/my-tech-story-dev-retro-2022

Hashnode - javascript (Javascript)

As a developer, it's always important for you to document and reflect on the journey that has brought you to where you are today. For me, 2022 was a year full of learning, growth, and overcoming new challenges as I find my way through the world of so...


135: What REALLY happens when we require() a module in NodeJS'

https://th3h4dyy.hashnode.dev/what-really-happens-when-we-require-a-module-in-nodejs

Hashnode - javascript (Javascript)

## There are 5 steps in this process: - **Resolving & Loading**. - **Wrapping**. - **Execution**. - **Returning Exports**. - **Caching**. ### **Step 1: Resolving & Loading**: > Before explaining this step, You should know that there are 3 types of m...


136: What is Redux'

https://nothanii.hashnode.dev/what-is-redux

Hashnode - javascript (Javascript)

The principles of Redux are that the state of the application should be stored in a single location, or "store," and that changes to the state should be made using pure functions called "reducers." To use Redux with a React application, the store an...


137: gRPC in Python. Part 1: Building a gRPC server

https://adityamattos.com/grpc-in-python-part-1-building-a-grpc-server

Hashnode - python (python)

Code The code for this article is available at: https://github.com/theundeadmonk/python-grpc-demo/ This is part of a series of gRPC in python. We will cover the following 1) Implementing a server 2) Implementing a client 3) gRPC Streaming 4) Advanced...


138: Service workers tutorial

https://100xdeveloper.hashnode.dev/service-workers-tutorial

Hashnode - javascript (Javascript)

Web developers or anyone involved in web development can tell you they know of 'workers' in browsers. However, the problem is that most folks think of either web workers in general, or service workers (or even shared workers) when they say 'workers.'...


139: Debounce in Javascript

https://eeskay.hashnode.dev/debounce-in-javascript

Hashnode - javascript (Javascript)

Debounce which is somehow related to Throttling is a Higher Order Function (HOF) - A higher-order function, often known as a function that returns another function. Both Debouncing and throttling are web performance-centered and frequent Javascript i...




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