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


Jeudi 16 Février 2023 (163)

1: Simulating setState: A Hands-On Guide to React's Inner Workings

https://ttebify.hashnode.dev/simulating-setstate-a-hands-on-guide-to-reacts-inner-workings

Hashnode - javascript (Javascript)

React has captured the attention of many developers, including myself, and for curious individuals like myself, it's natural to delve deeper into the creation of this 'timeless way of building user interfaces.' https://twitter.com/dan_abramov/status/...


2: JavaScript Arrays Introduction

https://shedranifico.hashnode.dev/javascript-arrays-introduction

Hashnode - javascript (Javascript)

Arrays are one of the most commonly used structures in programming, and they are no exception when it comes to JavaScript. An array is a collection of data items that are stored in a specific order, and are accessed using an index. In this article, w...


3: How a silly auth error took my whole day.

https://aryansri.hashnode.dev/debugging-auth-error

Hashnode - javascript (Javascript)

Hello Everyone! We all know how hard and stressful debugging can get sometimes, especially when you have a small bug in your codebase. We try to get through the code multiple times, testing it and running it again and again and sometimes even without...


4: Find the balance between privacy and personalization with first-party data by Cynthia Ramsaran

https://searchengineland.com/find-the-balance-between-privacy-and-personalization-with-first-party-data-393255

Search engine land (Référencement)

In this webinar, learn how to leverage first-party data to drive customer engagement and sales while ensuring privacy and compliance. The post Find the balance between privacy and personalization with first-party data appeared first on Search Engine Land.


5: iOS 16.4 Brings 'Web Push,' Enables Web App Push Notification

https://www.webpronews.com/ios-16-4-brings-web-push-enables-web-app-push-notification/

WebProNews SEO (Développement)

WebProNews iOS 16.4 Brings ‘Web Push,’ Enables Web App Push Notification The first beta of iOS 16.4 has been released, bringing a major new feature in the form of push notifications for web apps. iOS 16.4 Brings ‘Web Push,’ Enables Web App Push Notification Staff


6: Resizing Elements with Confidence: How to Fix ResizeObserver API

https://non-traditional.dev/resizing-elements-with-confidence-how-to-fix-resizeobserver-api

Hashnode - javascript (Javascript)

The ResizeObserver API is a relatively new feature in JavaScript that allows developers to detect changes in the size of an element on a web page. This can be incredibly useful for creating responsive designs and optimizing the performance of your we...


7: Diving into Dart: The foundation of Flutter

https://rohitlogs.com/diving-into-dart-the-foundation-of-flutter-1

Hashnode - Flutter (Flutter)

Hey everyone! Welcome to another blog, Today we are gonna learn about Dart, A programming language developed by the tech giant known as Google. We'll explore the exciting world of Dart programming language and also its role in creating apps with Flut...


8: Undefined in Browser Console.

https://shivamshandilya.hashnode.dev/undefined-in-browser-console

Hashnode - javascript (Javascript)

What is undefined in javascript' Why is undefined in function means' Why does the browser return undefined every time we console anything' What is REPL' What is undefined in javascript' ' There are 7 primitive data types in javascript, Undefine...


9: AI Machine Learning

https://kushwahasumit.hashnode.dev/ai-machine-learning

Hashnode - python (python)

Have you heard people talking about machine learning but only have a fuzzy idea of what that means' Are you tired of nodding your way through conversations with co-workers' Let's change that!This guide is for anyone who is curious about machine learn...


10 / 163

10: Getter and Setter in JavaScript

https://iyiolaosuagwu.hashnode.dev/getter-and-setter-in-javascript

Hashnode - javascript (Javascript)

Getter In JavaScript, a getter is a method that allows you to retrieve the value of an object's property. Getters are often used to provide read-only access to an object's properties while keeping the properties themselves private and inaccessible fr...


11: Pour Bpifrance, l'écosystème tech français pèche dans l'industrialisation et l'export

https://www.usine-digitale.fr/article/pour-bpifrance-l-ecosysteme-tech-francais-peche-dans-l-industrialisation-et-l-export.N2102061

L'usine-digitale (Informatique)

Lors du bilan annuel de Bpifrance, son directeur général Nicolas Dufourcq a insisté sur la complexité du chantier de réindustrialisation de la France, que le gouvernement a en partie confié à la banque publique d'investissement. Elle serait notamment liée au manque d'entrepreneurs et d'investisseurs positionnés sur le secteur industriel, lui préférant typiquement le SaaS, moins long et [...]


12: ' Real Bits

https://flowingdata.com/2023/02/16/process-226-real-bits/

Flowing data (dataviz)

Tie in the real bits among the abstract shapes, colors, and geometries of charts to make the latter easier to understand.Tags: abstract, illustration, reality


13: "Getting Started with Python: A Visual Guide with Examples"

https://developerthough.hashnode.dev/getting-started-with-python-a-visual-guide-with-examples

Hashnode - python (python)

Python is a versatile and powerful programming language with widespread applications in areas such as data analysis, artificial intelligence, and web development. If you're new to programming and want to learn Python, this guide will provide you with...


14: A Comprehensive Guide to Using useState() Hook in React

https://articles.animesharma3.com/a-comprehensive-guide-to-using-usestate-hook-in-react

Hashnode - javascript (Javascript)

React is a popular JavaScript library used for building user interfaces. One of the main features of React is its component-based architecture, which makes it easy to build complex UIs by breaking them down into smaller, reusable pieces. However, tra...


15: Susan Wojcicki, the CEO of YouTube, is stepping down

https://searchengineland.com/susan-wojcicki-the-ceo-of-youtube-is-stepping-down-393242

Search engine land (Référencement)

Susan Wojcicki has been with Google since its infancy, in fact, the first Google offices were out of her garage. The post Susan Wojcicki, the CEO of YouTube, is stepping down appeared first on Search Engine Land.


16: Modern Double Diamond design: Rethinking a classic design process

https://blog.logrocket.com/ux-design/modern-double-diamond-design/

Log Rocket blog (Web 2)

Learn what the Double Diamond design process is and how to leverage it to design impactful solutions that engage users. The post Modern Double Diamond design: Rethinking a classic design process appeared first on LogRocket Blog.


17: Promises in JavaScript: An Introduction

https://vaibhavtiwari.dev/promises-in-javascript-an-introduction

Hashnode - javascript (Javascript)

If you've ever worked with asynchronous operations in JavaScript, you may have come across the concept of promises. Promises provide a way to handle asynchronous operations in a more elegant and manageable way. In this blog post, we'll go over the ba...


18: Introduction to OOPs

https://swapnoneel.hashnode.dev/introduction-to-oops

Hashnode - python (python)

Introduction In programming languages, mainly there are two approaches that are used to write programs or code. Procedural Programming Object-Oriented Programming In the previous blogs, I have covered almost all of the advanced nitty-gritty of Py...


19: ChatGPT insulte et menace : Microsoft sur l'autoroute du fiasco '

https://www.lebigdata.fr/chatgpt-insulte-menace

Le Big Data (dataviz)

Cette fois, c’est sûr : ChatGPT perd les pédales. Intégrée à Microsoft Bing, l’IA continue sa dépression et menace maintenant … Cet article ChatGPT insulte et menace : Microsoft sur l’autoroute du fiasco ' a été publié sur LeBigData.fr.


20 / 163

20: Understanding The Strict and Loose Equality Operators In JavaScript

https://pranavpatani.hashnode.dev/understanding-the-strict-and-loose-equality-operators-in-javascript

Hashnode - javascript (Javascript)

This blog will cover the concepts of type conversion, type coercion, loose equality operator, and strict equality operator in javascript, with the main focus on comparing the two operators. Introduction to Equality Operators In javascript, we have tw...


21: Diving deep into JavaScript errors.

https://semi-colon.hashnode.dev/diving-deep-into-javascript-errors

Hashnode - javascript (Javascript)

Introduction I vividly recall my initial encounter with an error message. It was not a negative experience, but rather puzzling due to the abundance of obscure terms and sentences displayed on the screen. However, those mysterious and unusual lines a...


22: How to Add TypeScript to Existing Next.js Project

https://blog.savetchuk.com/how-to-add-typescript-to-existing-nextjs-project

Hashnode - javascript (Javascript)

It is becoming increasingly common to use TypeScript with JavaScript frameworks such as React, Vue or Express. I have my personal website built on Next.js which is a framework for building React applications with nice features such as server-side ren...


23: Type error vs Reference error '

https://purvacodes.hashnode.dev/type-error-vs-reference-error

Hashnode - javascript (Javascript)

Errors are one of my favorite topics because I always get them. Type Error: " can not read properties of undefined " Yes, it's always there whenever you try to access a variable or property which is undefined. So what is that and why you are getting...


24: React Js Application Journey ''

https://sudhanshu2900.hashnode.dev/react-js-application-journey

Hashnode - javascript (Javascript)

Choose any IDE (Integrated Development Environment), I usually prefer VS Code because it provides several extensions that helped me a lot during writing code. Now Open a new window in VS Code, then open the terminal either from the option on top or ...


25: Les sites web de plusieurs aéroports allemands inaccessibles suite à une campagne DDoS

https://www.usine-digitale.fr/article/les-sites-web-de-plusieurs-aeroports-allemands-inaccessibles-suite-a-une-campagne-ddos.N2102011

L'usine-digitale (Informatique)

Nuremberg, Dortmund ou encore Hanovre' Les sites web de plusieurs aéroports allemands ne s'affichent plus après avoir été submergés de requêtes. Ces attaques DDoS se sont multipliées dans le pays depuis trois semaines, suite à la décision allemande de livrer des chars Leopard 2 à l'Ukraine.


26: Master the Fundamentals: Closures, Hoisting, and Scope in JavaScript

https://ashercode.hashnode.dev/master-the-fundamentals-closures-hoisting-and-scope-in-javascript

Hashnode - javascript (Javascript)

I. Introduction JavaScript is one of the most widely used programming languages in the world, and for good reason. Its versatility and flexibility make it the perfect choice for a wide range of web development projects. As I'm still learning to becom...


27: Europe : feu vert à la constellation souveraine de satellites de télécommunications

https://www.usine-digitale.fr/article/europe-feu-vert-a-la-constellation-souveraine-de-satellites-de-telecommunications.N2101996

L'usine-digitale (Informatique)

Le Parlement européen a voté en faveur de la mise sur orbite d'Iris2, une nouvelle constellation de satellites pour les communications haut débit qui doit rendre l'UE indépendante des opérateurs étrangers tels que Starlink.


28: Introduction à l'image stitching avec OpenCV

https://larevueia.fr/introduction-a-limage-stitching-avec-opencv/

La revue IA (data)

L’image stitching, est une technique de traitement d’images qui permet de combiner plusieurs images en une seule image panoramique. Cette technique est utilisée pour créer de grandes images à partir de plusieurs images plus petites, en utilisant des modèles de features matching pour trouver les points communs entre les images et les assembler de manière […] L'article Introdu [...]


29: Reference error VS Type error in JS

https://amankumr.hashnode.dev/reference-error-vs-type-error-in-js

Hashnode - javascript (Javascript)

Introduction You must have come across multiple errors while writing JS code. In this blog, we will understand the difference between Reference Error and Type Error and how we can avoid these errors in our code. Hope this blog helps you understand th...


30 / 163

30: Using Android's RecyclerView to handle complex lists

https://blog.logrocket.com/using-android-recyclerview-handle-complex-lists/

Log Rocket blog (Web 2)

This article will cover how to use Android's RecyclerView with data binding to load images from a network and display them in a list. The post Using Android's <code>RecyclerView</code> to handle complex lists appeared first on LogRocket Blog.


31: Why does Console return 'undefined' on executing the log method '

https://amankumr.hashnode.dev/why-does-console-return-undefined-on-executing-the-log-method

Hashnode - javascript (Javascript)

You've probably noticed some strange behavior if you've ever used console.log() in the browser. that you get "undefined" after printing the expected value to the console. Have you ever wondered why the console displays "undefined" as a result' Allow...


32: Googlers urged to help improve Bard, its AI chatbot

https://searchengineland.com/google-bard-fix-responses-ai-chatbot-393224

Search engine land (Référencement)

Google has provided a list of dos and don'ts to its employees on how to test and fix responses from the generative AI chatbot, Bard. The post Googlers urged to help improve Bard, its AI chatbot appeared first on Search Engine Land.


33: Javascript Vs Typescript '

https://shreya-trivedi.hashnode.dev/javascript-vs-typescript

Hashnode - javascript (Javascript)

Do you prefer javascript or typescript' Well, today there is a huge debate among people whether one should go for javascript or typescript, everyone has their own opinions on this discussion, let's have a look at what exactly should be preferred. Und...


34: Git: Rebase Command

https://stackabuse.com/git-rebase-command/

Stack Abuse (Javascript)

Introduction Git's rebase is a powerful Git command that allows developers to reapply changes from one branch onto another. It is a way to modify the commit history of a branch, allowing you to change the order, content, or message of your commits. In this article, we'll dive into the


35: Android (Kotlin) : Locale Helper

https://rommansabbir.com/android-kotlin-locale-helper

Hashnode - Kotlin (Mobiles)

In this article, we are going to talk about how to change the language programmatically in Android OS. Android by default uses the Localeof the device to select the appropriate language-dependent resources. And most of the time this behavior is enoug...


36: Data warehouse at the supermarket

https://flowingdata.com/2023/02/16/data-warehouse-at-the-supermarket/

Flowing data (dataviz)

Grocery stores with loyalty programs collect data on what and when you buy…Tags: Albertsons, grocery, Kroger, privacy, The Markup


37: Discord ajoute la vidéo, le partage d'écran et le chat pour les salons de conférence

https://www.blogdumoderateur.com/discord-nouveautes-salons-conference-2023/

Blog du Moderateur ()

Discord améliore ses salons de conférence avec la prise en charge de la vidéo, du partage d'écran, et du chat.


38: Unit Testing - a Starter for Ten

https://jlopenshaw.hashnode.dev/unit-testing-a-starter-for-ten

Hashnode - javascript (Javascript)

So what actually is unit testing' You write some code. Then you write some extra code that tests whether your original code does what you expect it to do*. That's unit testing. You typically use something called a 'testing framework' to write those t...


39: Type Error vs Reference Error

https://thevishalsinghrawat.hashnode.dev/type-error-vs-reference-error

Hashnode - javascript (Javascript)

In this article, we'll talk about the two most common JavaScript errors: TypeError and ReferenceError. The key to resolving either of these errors quickly is to understand the differences between them. What is a Type Error' Type errors occur when you...


40 / 163

40: Ads for cannabis are now allowed on Twitter

https://searchengineland.com/ads-for-cannabis-are-now-allowed-on-twitter-393223

Search engine land (Référencement)

Twitter stated in a blog post that they have "high expectations" for the impact that this change will have on the cannabis industry. The post Ads for cannabis are now allowed on Twitter appeared first on Search Engine Land.


41: How to create a video and audio recorder in React

https://blog.logrocket.com/how-to-create-video-audio-recorder-react/

Log Rocket blog (Web 2)

Learn how to build a custom audio and video recorder in React using the native HTML MediaRecorder API and MediaStream API. The post How to create a video and audio recorder in React appeared first on LogRocket Blog.


42: What is a design concept and how to write one'

https://blog.logrocket.com/product-management/design-concept-how-to-write/

Log Rocket blog (Web 2)

The purpose of a design concept is to help designers and developers visualize what the product should look like and, in doing so, drive additional value for customers. The post What is a design concept and how to write one' appeared first on LogRocket Blog.


43: Orange va lancer une nouvelle offre de haut débit par satellite

https://www.usine-digitale.fr/article/orange-va-lancer-une-nouvelle-offre-de-haut-debit-par-satellite.N2101956

L'usine-digitale (Informatique)

Orange a annoncé qu'il commercialiserait une nouvelle offre d'accès à Internet par satellite sous sa marque dans le courant de l'année. Elle utilisera le dernier né des satellites de télécommunications géostationnaires d'Eutelsat, construit pour connecter les zones blanches.


44: Brazil's unique views on race

https://blog.datawrapper.de/brazils-unique-views-on-race/

Data Wrapper (dataviz)

Hi there, I'm Doce! ' I’m your favorite Brazilian person working in Datawrapper's app team...


45: Dungeon Sweep: Knight -- devlog 001

https://joel.net/dungeon-sweep-knight-devlog-001

Hashnode - javascript (Javascript)

I recently decided I wanted to make an indie game. I have had this idea for a while and I think it's about time. The idea is a variation of Minesweeper with RPG elements. I'm thinking about calling it Dungeon Sweep: Knight. Art I can't art, so I deci...


46: La ville d'Oakland, en Californie, victime d'une cyberattaque par rançongiciel

https://www.usine-digitale.fr/article/la-ville-d-oakland-en-californie-victime-d-une-cyberattaque-par-rancongiciel.N2101936

L'usine-digitale (Informatique)

Les habitants de la ville d'Oakland, voisine de San Francisco, ne peuvent plus payer leurs impôts ou leurs frais de stationnement en ligne, et doivent éviter de déposer toute plainte "non urgente", suite à une cyberattaque par ransomware. La municipalité a déclaré l'état d'urgence afin de mobiliser le plus de moyens possibles.


47: Graph Algorithms Cheat Sheet For Coding Interviews

https://memgraph.hashnode.dev/graph-algorithms-cheat-sheet-for-coding-interviews

Hashnode - python (python)

When applying for developer roles, the interviewer might ask you to solve coding problems and some of the most basic ones include graph algorithms like BFS, DFS and Dijkstra's algorithm. You should have a clear understanding of graph algorithms and t...


48: Make a Copy of a DataFrame

https://mathdatasimplified.com/2023/02/16/make-a-copy-of-a-dataframe/

Math Data Simplified (data)

Using = to make a copy of a DataFrame creates a reference to the original DataFrame. Thus, any changes made to the new DataFrame will also be reflected in the original. To make changes to the copy without affecting the original, use the .copy() method. The post Make a Copy of a DataFrame appeared first on Data Science Simplified.


49: Une application VR montre aux étudiants la façon de naviguer dans l'océan

https://www.realite-virtuelle.com/application-vr-montre-naviguer-dans-locean/

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

Une application VR apprend aux élèves de Punahou School comment naviguer dans l'océan. Des images […] Cet article Une application VR montre aux étudiants la façon de naviguer dans l’océan a été publié sur Réalité-Virtuelle.com.


50 / 163

50: Theory of JavaScript 2023

https://aceit.hashnode.dev/theory-of-javascript-2023

Hashnode - javascript (Javascript)

What is JavaScript' JavaScript is a programming language that has revolutionized the way we interact with the web. It is like a swiss-army knife, which can be used to build all kinds of applications from web apps, servers, A.I, databases, IoT, or mob...


51: Hausse des prix, baisse des coûts, restructuration d'OBS : le plan stratégique d'Orange vise la rentabilité

https://www.usine-digitale.fr/article/hausse-des-prix-baisse-des-couts-reorganisation-d-obs-le-plan-strategique-d-orange-va-chercher-la-rentabilite.N2101871

L'usine-digitale (Informatique)

Orange, qui a publié un bénéfice annuel multiplié par trois, compte sur les moteurs que sont l'Afrique et la cybersécurité pour assurer sa croissance. Et pour la rentabilité, il mise sur la hausse des tarifs de gros et de détail, la poursuite des économies de coûts fixes, et un repositionnement complet de sa division Orange Business.


52: iPhone : ces dangereuses failles « zero-day » sont exploitées par les hackers ! Voici comment vous protéger

https://www.lebigdata.fr/faille-zero-day-iphone

Le Big Data (dataviz)

Dans un avis, Apple a révélé cette semaine la présence de deux failles zero-day trouvées dans les systèmes d’exploitation des … Cet article iPhone : ces dangereuses failles « zero-day » sont exploitées par les hackers ! Voici comment vous protéger a été publié sur LeBigData.fr.


53: Firebase Cloud Storage

https://iamclement.hashnode.dev/firebase-cloud-storage

Hashnode - javascript (Javascript)

Welcome back again, '!In my previous article, we discussed how to use Firebase Google authentication to sign in. Together, we'll be looking at how to store images using Firebase Cloud Storage, so without further ado, let's get into it. Let's quickly...


54: React Miami 2023

https://jsworld.hashnode.dev/react-miami-2023

Hashnode - javascript (Javascript)

After a completely sold-out inaugural year -- we're back!! The first React Conference in Miami for and by the community located just four blocks and anchoring Miami Tech Month! We're bringing together industry leaders to share the latest in React! Jo...


55: Voici à quoi ressemble les éléments internes du tant attendu PSVR 2!

https://www.realite-virtuelle.com/videos-officielles-demontage-psvr-2/

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

A l'approche de sa sortie, nous avons un premier aperçu des composants internes du casque […] Cet article Voici à quoi ressemble les éléments internes du tant attendu PSVR 2! a été publié sur Réalité-Virtuelle.com.


56: Which Frontend Framework Is Most Used These Days '

https://coderscode.hashnode.dev/which-frontend-framework-is-most-used-these-days

Hashnode - vuejs (Javascript)

The most used frontend frameworks are : React Vue.js Angular According to the State of JS 2022 survey, React continues to be the most popular front-end framework, with over 80% of survey respondents reporting that they use it. Vue.js and Angula...


57: Guide to time blocking: How to optimize your workload

https://blog.logrocket.com/product-management/time-blocking-how-to-optimize-your-workload/

Log Rocket blog (Web 2)

Time blocking is a powerful productivity tactic that can help you achieve more by limiting distractions and eliminating context switching. The post Guide to time blocking: How to optimize your workload appeared first on LogRocket Blog.


58: How to build polymorphic components in Rust

https://blog.logrocket.com/build-polymorphic-components-rust/

Log Rocket blog (Web 2)

We demonstrate how to implement polymorphism in Rust using static dispatch, dynamic dispatch, and enums, and we discuss the tradeoffs of each approach. The post How to build polymorphic components in Rust appeared first on LogRocket Blog.


59: Where is SEO in the business hierarchy'

https://searchengineland.com/where-is-seo-in-the-business-hierarchy-392584

Search engine land (Référencement)

Here's how SEO can be integrated within an organization to inform other departments and get the best business results. The post Where is SEO in the business hierarchy' appeared first on Search Engine Land.


60 / 163

60: My learning journey to Javascript...

https://hmalik.me/my-learning-journey-to-javascript-1

Hashnode - javascript (Javascript)

Week -2#programming #beginners #javascript #computerscience #womenintech This week, I learned about functions in JavaScript, and I must say, it was quite an interesting experience. I discovered several types of functions, including function concise, ...


61: Scraping de données LinkedIn : Tout ce que vous devez savoir

https://www.realite-virtuelle.com/scraping-de-donnees-linkedin-tout-ce-que-vous-devez-savoir/

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

Le scraping de données LinkedIn permet d'extraire des données des profils LinkedIn via un logiciel […] Cet article Scraping de données LinkedIn : Tout ce que vous devez savoir a été publié sur Réalité-Virtuelle.com.


62: why does the console return undefined on executing the log method'

https://thevishalsinghrawat.hashnode.dev/why-does-the-console-return-undefined-on-executing-the-log-method

Hashnode - javascript (Javascript)

I write console.log(7) and press enter. The log output appears as expected, however, the next line shows undefined. Why is this' That is because the developer tools console executes the code first and shows the returned value then. It works the same...


63: AutoDiff and Python AST'-'Part 1

https://nihalkenkre.hashnode.dev/autodiff-and-python-ast-part-1

Hashnode - python (python)

In this post, we will look at Forward mode auto differentiation(auto diff) using Python's Abstract Syntax Tree(AST). The above image is a typical image of AutoDiff and it is very similar to a typical image of an AST, which essentially breaks down a ...


64: What is the difference between "==" and "===" in JS'

https://thevishalsinghrawat.hashnode.dev/what-is-the-difference-between-and-in-js

Hashnode - javascript (Javascript)

The equality operator in javascript is used to compare if two values are equal. In Javascript, the comparison is performed with the == and === operators. What is Double Equal (==) Operator' Double equals (==) is often referred to as 'loose equality' ...


65: Discovery Days at Medusa: How I created Cross Post tool from Notion

https://medusajs.hashnode.dev/discovery-days-at-medusa-how-i-created-cross-post-tool-from-notion

Hashnode - javascript (Javascript)

I'm a technical writer at Medusa. Part of my work includes managing the content on our blog and across platforms. Typically, we publish an article on our blog (which is built with Stackbit), then cross-post that article across platforms such as Dev.t...


66: Build A Successful Career As A Developer.

https://cloudcoded.hashnode.dev/build-a-successful-career-as-a-developer

Hashnode - javascript (Javascript)

INTRODUCTION The path of software development is evolving fast and exclusively, with new tech tools and programming languages emerging regularly. The industry now requires skilled developers to keep up with the dynamic demands. However, building a su...


67: JavaScript functions and how to write them.

https://millieace.hashnode.dev/javascript-functions-and-how-to-write-them

Hashnode - javascript (Javascript)

With the help of the potent programming language JavaScript, website developers may include interactive features and dynamic information. The function is one of the most crucial ideas in JavaScript. A function is a piece of code that does a certain g...


68: Nullish Coalescing Operator ('')

https://ajay020.hashnode.dev/nullish-coalescing-operator

Hashnode - javascript (Javascript)

The nullish coalescing operator ('') is a new feature of JavaScript. It provides a more intuitive way to handle null and undefined values. It returns its right-side value when its left-side value is null or undefined, otherwise, it returns the left-s...


69: Closure in JavaScript '

https://hiremeakashdev.hashnode.dev/closure-in-javascript

Hashnode - javascript (Javascript)

What is a Closure' A closure is a combination of a function bundled (enclosed/packed) together with references to its lexical environment.In layman's terms, a closure is a concept in javascript that provides you access to an outer function's scope an...


70 / 163

70: Lucky numbers in JS!

https://lilkittykat.hashnode.dev/lucky-numbers-in-js

Hashnode - javascript (Javascript)

What is a lucky number' So we are going to create some code which I used as a challenge to the members of a Discord server I'm in. The challenge had the following criteria: A lucky number is defined as any number that has a '6' or an '8' in it. A nu...


71: 8 aspects of a sustainable SEO strategy

https://searchengineland.com/sustainable-seo-strategy-393147

Search engine land (Référencement)

SEO doesn't have to be tanked by constant changes. Learn how to do SEO sustainably while mitigating risk and focusing on priorities.  The post 8 aspects of a sustainable SEO strategy appeared first on Search Engine Land.


72: Putting Gears In Motion: Animating Cars With HTML And SVG

https://smashingmagazine.com/2023/02/putting-gears-motion-animating-cars-with-html-svg/

Smashing magazine (Web 2 / CSS)

SVG `` provides a way to define how an element moves along a motion path. In this article, Paul Scanlon shares an idea of how to use it by animating race cars in an infinite loop as easy as one-two-three!


73: Microsoft shares positive and negative feedback on the new Bing AI search and chat

https://searchengineland.com/microsoft-shares-positive-and-negative-feedback-on-the-new-bing-ai-search-and-chat-393216

Search engine land (Référencement)

71% gave thumbs up to the results in the new Bing. But Microsoft wants to make sure it gets better at providing timely information. The post Microsoft shares positive and negative feedback on the new Bing AI search and chat appeared first on Search Engine Land.


74: Les citations en HTML avec blockquote, cite et q

https://www.alsacreations.com/article/lire/1908-Les-citations-en-HTML-avec-blockquote-cite-et-q.html

Alsacreations (CSS / Accessibilité)

Il existe plusieurs éléments HTML pour structurer la sémantique de citations dans un document web : blockquote - depuis HTML 3.2 cite - depuis HTML 3.2 q - depuis HTML 4 Chacun possède bien entendu un rôle différent et parfois des attributs spécifiques. cite Débutons par l'élément cite qui va contenir le titre d'une 'uvre à laquelle une citation est faite. Il peut d'ailleurs êt [...]


75: Les citations en HTML avec blockquote, cite et q

https://www.alsacreations.com/article/lire/1908-LescitationsenHTMLavecblockquoteciteetq.html

Alsacreations (CSS / Accessibilité)

Il existe plusieurs éléments HTML pour structurer la sémantique de citations dans un document web : blockquote - depuis HTML 3.2 cite - depuis HTML 3.2 q - depuis HTML 4 Chacun possède bien entendu un rôle différent et parfois des attributs spécifiques. cite Débutons par l'élément cite qui va contenir le titre d'une 'uvre à laquelle une citation est faite. Il peut d'ailleurs êt [...]


76: Acheter un iPhone 12 d'occasion ou reconditionné '

https://www.realite-virtuelle.com/acheter-iphone-12-occasion-ou-reconditionne/

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

L'iPhone 12 reconditionné est livré à un prix légèrement moins cher qu'un neuf. Cela peut […] Cet article Acheter un iPhone 12 d’occasion ou reconditionné ' a été publié sur Réalité-Virtuelle.com.


77: Vue.js and Vuex: A Step-by-Step Guide to Integrating Vuex in a Vue Project

https://abdallahbari.hashnode.dev/vuejs-and-vuex-a-step-by-step-guide-to-integrating-vuex-in-a-vue-project

Hashnode - javascript (Javascript)

Vue.js is an impressive front-end framework that makes building complex user interfaces easy and intuitive. However, as your application grows in size and complexity, managing state between components can become challenging. This is where Vuex, a sta...


78: Testing Pyramid app - Changing settings for function under test

https://grep.koditi.my/testing-pyramid-app-changing-settings-for-function-under-test

Hashnode - python (python)

Today I was fixing one of our Pyramid app's test. Due to some changes in business logic, I need to change some settings for this particular test to pass. Should be a straightforward fix. We're using pytest to run the tests and our conftest.py resembl...


79: Python Loops

https://ayomikuntechblog.hashnode.dev/python-loops

Hashnode - python (python)

A loop is a programming concept common to many programming languages. Loops are used to repeat a block of code. To a programmer, loops are a very valuable tool because they reduce the amount of code a programmer has to write and, by doing so, end up ...


80 / 163

80: Kaufman's adaptive moving average - Python algo code

https://a2zalgotrading.com/kaufmans-adaptive-moving-average-python-algo-code

Hashnode - python (python)

In this article, we will show you how to use Python's TALIB library to create a simple trading strategy that generates buy and sell signals based on the KAMA indicator. First, we import the necessary libraries: TALIB and Pandas. We create an empty Pa...


81: What are Reference Errors and Type Errors in Javascript'

https://abhisek-panda.hashnode.dev/what-are-reference-errors-and-type-errors-in-javascript

Hashnode - javascript (Javascript)

When you are learning javascript there is a lot of errors that you can face, but the most common mistakes are reference and type errors. What is a reference or type error' Let's see. Reference Error: If you visit the MDN document for this error you w...


82: Customizing error pages in Laravel with Vuejs and Inertiajs

https://brainyworld.hashnode.dev/customizing-error-pages-in-laravel-with-vuejs-and-inertiajs-cle72fovn000k09l0a1i4556g

Hashnode - vuejs (Javascript)

Laravel has already done a great job by providing simplistic and generating error pages that show the status code of the error with a message on the page. Still, in some cases, this is not enough and users who have an idea of the Laravel error page c...


83: Google prépare secrètement ses propres puces Data Center : tout savoir

https://www.lebigdata.fr/google-puces-data-center

Le Big Data (dataviz)

Google poursuit son ambition de développer ses propres puces pour Date Center. Dans ce cadre, le géant de la technologie … Cet article Google prépare secrètement ses propres puces Data Center : tout savoir a été publié sur LeBigData.fr.


84: ActiveRecord: enfin comprendre les transactions

https://younes.codes/posts/activerecord-finally-understand-transactions

Humancoders ()

Cet article explique comment fonctionnent les transactions ainsi que les transactions imbriquées. Il explique également les pièges à éviter et comment penser la gestion d'erreur autour des transactions. Commentaires L'article ActiveRecord: enfin comprendre les transactions a été posté dans la catégorie Ruby de Human Coders News


85: Explications sur les cookies

https://kotlin-java.fr/explications-cookies-internet/

Humancoders ()

Les cookies sont un élément clé de l'expérience de navigation sur le Web, permettant aux sites Web de stocker des informations sur les préférences et les interactions des utilisateurs. Commentaires L'article Explications sur les cookies a été posté dans la catégorie Bonnes pratiques de Human Coders News


86: Adopter React à ses débuts - retour d'expérience

https://cult.honeypot.io/reads/adopting-react-in-the-early-days/

Humancoders ()

Sébastien partage son retour d'expérience sur l'adoption de React pendant la période 2013-2015. Challenges rencontrés et manière de les surmonter, illustré avec des vieux code snippets sortis des archives. Commentaires L'article Adopter React à ses débuts - retour d'expérience a été posté dans la catégorie Dev. Front de Human Coders News


87: State of React Native 2022 - Résultats du sondage

https://results.stateofreactnative.com/

Humancoders ()

Les résultats du premier sondage React-Native sont en ligne. Commentaires L'article State of React Native 2022 - Résultats du sondage a été posté dans la catégorie Mobile de Human Coders News


88: Android Kotlin Coroutines Simplest Explanation

https://kerollosragaie.hashnode.dev/android-kotlin-coroutines-simplest-explanation

Hashnode - Kotlin (Mobiles)

Coroutines are a powerful tool for writing asynchronous code in a concise and readable way. They were introduced in Kotlin 1.3 and have since become a popular way of handling complex and time-consuming operations in Android applications. Here's a bas...


89: Android Kotlin Coroutines Simplest Explanation

https://kerollosragaie.com/android-kotlin-coroutines-simplest-explanation

Hashnode - Kotlin (Mobiles)

Coroutines are a powerful tool for writing asynchronous code in a concise and readable way. They were introduced in Kotlin 1.3 and have since become a popular way of handling complex and time-consuming operations in Android applications. Here's a bas...


90 / 163

90: How I Fix "Error: Objects are not valid as a React child (found: [object Promise])

https://clericcoder.hashnode.dev/how-i-fix-error-objects-are-not-valid-as-a-react-child-found-object-promise

Hashnode - javascript (Javascript)

If you've been working with React for a while, you may have encountered the "Error: Objects are not valid as a React child (found: [object Promise])" error message. This error can be frustrating to deal with, especially if you're not sure what's caus...


91: How to Become a Python Developer

https://dragon9.hashnode.dev/how-to-become-a-python-developer

Hashnode - python (python)

Python is an analyzed, object-oriented, dynamically-structured programming language. It is particularly desirable for Rapid Application Development. You can call it a programming or glue language that ties individual modules together due to its high-...


92: Under the hood - JavaScript's Interpreter

https://dhawalpandya01.hashnode.dev/under-the-hood-javascripts-interpreter

Hashnode - javascript (Javascript)

Here interpretation must be read as execution directly. You'll see what I mean. JavaScript is a high-level, dynamic, and interpreted programming language that is widely used for developing web applications and other software. Unlike compiled language...


93: Django Email Backend Types

https://jairajremote.hashnode.dev/django-email-backend-types

Hashnode - python (python)

Django provides you with simple methods with which you can send emails to different email addresses. Today, we will be learning about them. Who is this article for' This article is for beginner programmers who have started working on Django or have j...


94: My first post using Github as source

https://blog.resolvingpython.com/post-from-github-as-source

Hashnode - python (python)

#01 | Linear Regression: A Supervised Regression Model Chapter Importance Machine Learning is all about calculating the best numbers of a mathematical equation by minimizing the distance between real data and predictions. The form of a Linear Regress...


95: Avec son application mobile, PepPsy veut améliorer le bien-être mental des salariés

https://www.usine-digitale.fr/article/avec-son-application-mobile-peppsy-veut-ameliorer-le-bien-etre-mental-des-salaries.N2101761

L'usine-digitale (Informatique)

D'abord site web, PepPsy a lancé début 2023 une application mobile destinée à améliorer le bien-être mental des salariés. Boostée par une récente levée de fonds de 800 000 euros qui pose les bases de ses ambitions, la start-up souhaite accompagner 50 000 collaborateurs d'ici deux ans.


96: LeetCode - Rearrange Array Elements by Sign

https://alkesh26.hashnode.dev/leetcode-rearrange-array-elements-by-sign

Hashnode - javascript (Javascript)

Problem statement You are given a 0-indexed integer array nums of even length consisting of an equal number of positive and negative integers. You should rearrange the elements of nums such that the modified array follows the given conditions: Every ...


97: Tricky JavaScript Interview Question Using Array And Object Destructuring Combined

https://blog.yogeshchavan.dev/tricky-javascript-interview-question-using-array-and-object-destructuring-combined

Hashnode - javascript (Javascript)

The question goes like this: Explain to me what the below line of JavaScript code does: const [{ isoCode: firstCode = '' } = {}] = allStates; If you're new to array and object destructuring, then this question might sound complicated. But it's actua...


98: Antitrust : Bruxelles va enquêter sur le rachat de Figma par Adobe

https://www.usine-digitale.fr/article/antitrust-bruxelles-va-enqueter-sur-le-rachat-de-figma-par-adobe.N2101706

L'usine-digitale (Informatique)

Le projet de rachat de Figma par Adobe va faire l'objet d'une enquête antitrust de Bruxelles, la Commission ayant été saisie par quinze pays européens. L'éditeur de logiciels fait également l'objet d'enquêtes aux Etats-Unis et au Royaume-Uni.


99: Guide for working with machine learning datasets

https://flowingdata.com/2023/02/16/guide-for-working-with-machine-learning-datasets/

Flowing data (dataviz)

As part of the Knowing Machines research project, A Critical Field Guide for…Tags: ethics, guide, machine learning, Sarah Ciston


100 / 163

100: Launch vs Async in Kotlin Coroutines

https://amitshekhar.hashnode.dev/launch-vs-async-in-kotlin-coroutines

Hashnode - Kotlin (Mobiles)

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer...


101: Buffer lance un assistant IA comme ChatGPT : générez des idées pour vos réseaux sociaux

https://www.blogdumoderateur.com/buffer-lance-assistant-ia-chatgpt-reseaux-sociaux/

Blog du Moderateur ()

Avec l'assistant IA de Buffer, vous pouvez générer de nouvelles idées et reformuler du texte existant pour vos posts sur les réseaux sociaux.


102: Marketing : les 10 compétences les plus recherchées en 2023

https://www.blogdumoderateur.com/marketing-competences-recherchees-2023/

Blog du Moderateur ()

En 2023, les professionnels du marketing devront notamment : maîtriser les réseaux sociaux, savoir gérer des projets et avoir une bonne connaissance du service client.


103: ChatGPT : voici les métiers les plus menacés d'un grand remplacement par l'IA

https://www.lebigdata.fr/chatgpt-metiers-grand-remplacement

Le Big Data (dataviz)

ChatGPT est un puissant outil, mais risque aussi de faire disparaître certains métiers. Découvrez quels sont les professions les plus … Cet article ChatGPT : voici les métiers les plus menacés d’un grand remplacement par l'IA a été publié sur LeBigData.fr.


104: 01. Getting started with Nest.js

https://blog.xen.codes/nestjs-microservices-getting-started

Hashnode - javascript (Javascript)

The trend of building applications using a microservices architecture is gaining traction in the world of modern software development. Microservices are small, independent components that work together to form an application. This approach has many a...


105: Debugging as a newbie in tech: A web developer's Tale on Tailwind deployment bugs with Github pages

https://kodervine.hashnode.dev/debugging-as-a-newbie-in-tech-a-web-developers-tale-on-tailwind-deployment-bugs-with-github-pages

Hashnode - javascript (Javascript)

The Golden Rule of Programming. Your job as a programmer is to "create bugs and find solutions to the self-induced bugs." This is exactly what I heard a YouTuber say as he encouraged programmers to learn debugging tools in their I.D.Es Actually, my f...


106: Why does a function returns undefined when called'

https://patroswastik.hashnode.dev/why-does-a-function-returns-undefined-when-called

Hashnode - javascript (Javascript)

Function when called always returns a value. Note: In JavaScript, variable point to value. Before understanding why a function returns undefined, let's understand what is undefined. What is undefined' undefined is a special primitive value in Java...


107: Why does a function returns undefined when called'

https://swastikpatro.in/why-does-a-function-returns-undefined-when-called

Hashnode - javascript (Javascript)

Function when called always returns a value. Note: In JavaScript, variable point to value. Before understanding why a function returns undefined, let's understand what is undefined. What is undefined' undefined is a special primitive value in Java...


108: Data Types in javascript

https://shaili.hashnode.dev/data-types-in-javascript

Hashnode - javascript (Javascript)

JavaScript contains primitive and not primitive data Types Primitive data Types 1.null 2.number 3.string 4.symbol 5.bigint 6.boolean 7.undefined Non-primtive data types 1.objects Note:- array and functions are also object.


109: La start-up suisse Taurus lève 65 millions de dollars pour fluidifier les transactions d'actifs numériques

https://www.usine-digitale.fr/article/la-start-up-suisse-taurus-leve-65-millions-de-dollars-pour-fluidifier-les-transactions-d-actifs-numeriques.N2101671

L'usine-digitale (Informatique)

La jeune entreprise genevoise, qui vise à créer un pont entre le monde des cryptos et celui des acteurs institutionnels, envisage de s'installer à Paris cette année.


110 / 163

110: Power & Versatility of Decisions in JavaScript

https://ansariyasirarfat.hashnode.dev/power-versatility-of-decisions-in-javascript

Hashnode - javascript (Javascript)

Introduction: Making a lot of decisions is crucial not only in computer programming but also in our life [If this happens, I will do that, or something else]. So like every programming language, JavaScript offers various control structures to make de...


111: La version 2.0 de SQLAlchemy, l'outil open source SQL et un mapping objet-relationnel écrit en Python, est disponible, elle apporte le support pep-484 pour les requêtes ORM

http://sgbd.developpez.com/actu/341610/La-version-2-0-de-SQLAlchemy-l-outil-open-source-SQL-et-un-mapping-objet-relationnel-ecrit-en-Python-est-disponible-elle-apporte-le-support-pep-484-pour-les-requetes-ORM/

sgbd (developpez.com) (base de données / Informatique)

La version 2.0 de SQLAlchemy, l'outil open source SQL et un mapping objet-relationnel écrit en Python, est disponible, elle apporte le support pep-484 pour les requêtes ORML'équipe en charge de SQLAlchemy, l'outil open source SQL et un mapping objet-relationnel écrit en Python et publié sous licence MIT, est à sa verion 2.0. SQLAlchemy a opté pour l'utilisation du pattern Data Mapper plutà [...]


112: React-Native: Understanding basic Starter code

https://dhruvmehta208.hashnode.dev/react-native-understanding-basic-starter-code

Hashnode - javascript (Javascript)

This article will explore the basic code given to us by react-native by default and try to implement code on our own. Let's get started index.js Inside index.js App component is imported from "./App" AppRegistry is registering a component named as a...


113: A frustrating end to debugging my silly error in Python

https://adicode.ml/debugging-experience

Hashnode - python (python)

Hey guys! I love coding. I think it's so cool to be able to make computers do whatever you want. But sometimes, things don't go as planned. In this blog post, I'm going to talk about what it's like to debug Python code and share my own frustrating ex...


114: Master The Art Of The, If And Else: Statements In Python!!

https://goldenbuilds.com/master-the-art-of-the-if-and-else-statements-in-python

Hashnode - python (python)

Hello there!! I'm Gold and I am going to help you understand what the conditionals, if and else statements in python are all about!!Exciting right'' Well, let's get to it!! Okay, I am going to get straight to what conditionals are all about ... I am...


115: Service client : les grandes tendances du secteur

https://www.blogdumoderateur.com/service-client-tendances-salesforce/

Blog du Moderateur ()

Dans son dernier rapport, Salesforce se penche sur les tendances du service client et sa place toujours plus importante pour les entreprises.


116: Demystifying APIs: A Beginner's Guide to Understanding Application Programming Interfaces

https://shivamdev.hashnode.dev/demystifying-apis-a-beginners-guide-to-understanding-application-programming-interfaces

Hashnode - javascript (Javascript)

Application Programming Interfaces (APIs) are an essential part of modern software development. An API allows two different software systems to communicate with each other. It enables a developer to create a piece of software that interacts with anot...


117: Exploring Promise Methods and their Polyfills in JavaScript: all(), any(), allSettled() and race()

https://siddhigate.hashnode.dev/exploring-promise-methods-and-their-polyfills-in-javascript-all-any-allsettled-and-race

Hashnode - javascript (Javascript)

In this article, I've explained the Promise methods: all(), any(), race(), allSettled() along with their polyfills. Promise.all() It accepts an iterable of promises as its argument and returns a Promise If all promises resolve, then the returned pr...


118: How to Install React Native on a Windows System: A Step-by-Step Guide

https://funfunc.hashnode.dev/how-to-install-react-native-on-a-windows-system-a-step-by-step-guide

Hashnode - javascript (Javascript)

Install Node.js: React Native requires Node.js to run, so the first step is to install it on your system. You can download the installer from the Node.js website at https://nodejs.org/en/download/. Install the React Native CLI: Open a command prompt...


119: 5 formations à suivre pour maîtriser les réseaux sociaux

https://www.blogdumoderateur.com/selection-formation-reseaux-sociaux-139/

Blog du Moderateur ()

Découvrez 5 formations pour vous perfectionner en community management !


120 / 163

120: Reference Error and Type Error

https://swetabisht.dev/reference-error-and-type-error

Hashnode - javascript (Javascript)

Overview: Most often than not we have come across a red screen in web browser dev-tools like the above indicating some error has occurred. In this blog, we will be learning briefly about what an error is, some types of error in javascript and focusin...


121: Clash des messageries : WhatsApp accuse Telegram de mentir sur le chiffrement

https://www.lebigdata.fr/whatsapp-accuse-telegram

Le Big Data (dataviz)

Le choc des titans de la messagerie instantanée prend une nouvelle dimension. WhatsApp, sous la direction de Meta, attaque maintenant … Cet article Clash des messageries : WhatsApp accuse Telegram de mentir sur le chiffrement a été publié sur LeBigData.fr.


122: Kotlin Vs. Groovy: Which is a better choice in 2023

https://techtracker.hashnode.dev/kotlin-vs-groovy-which-is-a-better-choice-in-2023

Hashnode - Kotlin (Mobiles)

Developing Android apps have been the best choice for businesses, but when you choose between technology like Kotlin vs. Groovy, you can make the most out of it. Get to know the difference between the two great tech giants in app development. Many bu...


123: Null safety: Kotlin vs. Java

https://frankel.hashnode.dev/null-safety-kotlin-vs-java

Hashnode - Kotlin (Mobiles)

Last week, I was at the FOSDEM conference. FOSDEM is specific in that it has multiple rooms, each dedicated to a different theme and organized by a team. I had two talks: Practical Introduction to OpenTelemetry Tracing, in the Monitoring and Observa...


124: Typescript for beginners: Setting up a new project using ReactJs

https://ayeesh.hashnode.dev/typescript-for-beginners-setting-up-a-new-project-using-reactjs

Hashnode - javascript (Javascript)

As a developer, you will almost certainly have to work with Javascript at some point in your career, regardless of whether you're a front-end or back-end engineer. Sometimes it can be tiring to work with Javascript due to runtime errors when it comes...


125: Content Syndication: What It Is & How to Do It Successfully

https://www.noupe.com/business-online/what-is-content-syndication.html

Noupe (conception)

Content syndication is the process of distributing content to third-party websites and other publishers to increase its exposure. This article will discuss content syndication in more detail, how it works, and the benefits of using this technique. We'll also share some tips for setting up a successful content syndication campaign. What Is Content Syndication And... The post Content Syn [...]


126: React Vs. Preact: A Detailed Comparison

https://quokkalabs.hashnode.dev/react-vs-preact-a-detailed-comparison

Hashnode - javascript (Javascript)

As you know, React is a library effectively utilized and examined by front-end developers. It tackles a ton of typical issues in interface improvement. It's a strong, versatile, and adaptable tool that is valuable for creating the latest & modern UIs...


127: How to learn the best programming language in 2023

https://amitbhargav0408.hashnode.dev/how-to-learn-the-best-programming-language-in-2023

Hashnode - python (python)

Learning a programming language is an excellent way to enhance your skills and knowledge in software development, data analysis, artificial intelligence, and many other fields. Here are some tips on how to choose and learn the best programming langua...


128: Pour la 1ère fois, une IA vient de piloter un avion pendant 17 heures

https://www.lebigdata.fr/ia-pilote-un-avion

Le Big Data (dataviz)

L’intelligence artificielle (IA) est de plus en plus présente dans notre quotidien, et voilà qu’elle a atteint un nouveau sommet. … Cet article Pour la 1ère fois, une IA vient de piloter un avion pendant 17 heures a été publié sur LeBigData.fr.


129: Toolset, la boîte à outils extra pour WordPress '

https://wpmarmite.com/toolset/

WP Marmite (wordpress)

C'est bien connu, tout bricoleur qui se respecte a sa boîte à outils. Une tringle à poser ' Clic-clac : voilà la boîte ouverte avec un marteau, un niveau, quelques chevilles et un tournevis pour remplir votre mission (n'oubliez pas... Toolset, la boîte à outils extra pour WordPress ' est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


130 / 163

130: 3 Ways to Build Data Classes in Python

https://algorystcorner.hashnode.dev/3-ways-to-build-data-classes-in-python

Hashnode - python (python)

Data classes are used in every OOP language, these are classes that contain only fields and CRUD methods for accessing them and they act as Data holders, but certainly, they can be more! Martin Fowler, wrote in his book Refactoring: Improving the Des...


131: Everything you need to know about Variables in JavaScript

https://amulya.hashnode.dev/everything-you-need-to-know-about-variables-in-javascript

Hashnode - javascript (Javascript)

This blog aims to explain variables, other related concepts, and the differences between var, let, and const in-depth and in the simplest possible manner. What are variables in JavaScript' Variables are like named containers that store a value inside...


132: La métrique CLS (Core Web Vitals) désormais modifiée ' Pas si simple'

https://www.abondance.com/20230216-51627-la-metrique-cls-core-web-vitals-desormais-modifiee-pas-si-simple.html

Abondance (Référencement)

Google a annoncé que son outil Lighthouse en version 10 agrégerait désormais le critère TTI (Time To Interactive) au CLS (Cumulative Layout Shift). Sauf que le CLS sera calculé différemment pour le SEO (et donc la valeur présentée dans la Search Console). Tout cela n'est pas très simple... Si vous vous intéressez à la « webperformance Â» […] L'article "La métrique CLS [...]


133: ''' Continuous Deployment using AWS CodePipeline for a website

https://sumanprasad.hashnode.dev/continuous-deployment-using-aws-codepipeline-for-a-website

Hashnode - python (python)

' Introduction AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of computing services, including Amazon EC2 instances and on-premises instances. It provides a consistent deployment experience and ...


134: TypeError vs ReferenceError in JavaScript

https://sarathwrites.hashnode.dev/typeerror-vs-referenceerror-in-javascript

Hashnode - javascript (Javascript)

TypeError Type error occurs when the operation you are trying to perform does not suit the variable's data type. For Example, you can't make integers uppercase: In the above example, we have declared the variable num as a number data type. Attemptin...


135: Day 7-8 of 100DaysOfCode

https://pradeepkurapati.hashnode.dev/day-7-8-of-100daysofcode

Hashnode - python (python)

On days 7-8 of my 100 Days of Code challenge, I continued my journey with Python by learning docstrings and recursion. I also challenged myself to build two programs: a calculator and a blackjack game. First, I learned about docstrings, which are use...


136: This day in search marketing history: February 16

https://searchengineland.com/search-marketing-history-february-16-393124

Search engine land (Référencement)

Google says avoid link building, plus: Conductor buys ContentKing, Google shows less than 10 results, Forbes paid links, and more. The post This day in search marketing history: February 16 appeared first on Search Engine Land.


137: Brigad lève 33 millions d'euros pour transformer l'intérim

https://www.usine-digitale.fr/article/brigad-leve-33-millions-d-euros-pour-transformer-l-interim.N2101471

L'usine-digitale (Informatique)

Brigad, plateforme française de mise en relation entre établissements et personnel indépendant qualifié dans les secteurs de la restauration et du médico-social, annonce un tour de table en série B.


138: La version 2.0 d'Automerge, un CRDT qui permet d'enregistrer les modifications apportées aux données, est disponible, avec des améliorations en termes de performance et de fiabilité

http://sgbd.developpez.com/actu/341598/La-version-2-0-d-Automerge-un-CRDT-qui-permet-d-enregistrer-les-modifications-apportees-aux-donnees-est-disponible-avec-des-ameliorations-en-termes-de-performance-et-de-fiabilite/

sgbd (developpez.com) (base de données / Informatique)

La version 2.0 d'Automerge, un CRDT qui permet d'enregistrer les modifications apportées aux données, est disponible, avec des améliorations en termes de performance et de fiabilitéL'équipe en charge du développement d'Automerge a annoncé la sortie de la version 2.0 d'Automerge. « Automerge 2.0 est là, il est prêt pour vous, et nous sommes très heureux de le partager avec vous. Nous av [...]


139: La version 2.0 d'Automerge, un CRDT qui permet d'enregistrer les modifications apportées aux données, est disponible, avec des améliorations de performance et de fiabilité

http://sgbd.developpez.com/actu/341598/La-version-2-0-d-Automerge-un-CRDT-qui-permet-d-enregistrer-les-modifications-apportees-aux-donnees-est-disponible-avec-des-ameliorations-de-performance-et-de-fiabilite/

sgbd (developpez.com) (base de données / Informatique)

La version 2.0 d'Automerge, un CRDT qui permet d'enregistrer les modifications apportées aux données, est disponible, avec des améliorations de performance et de fiabilitéL'équipe en charge du développement d'Automerge a annoncé la sortie de la version 2.0 d'Automerge. « Automerge 2.0 est là, il est prêt pour vous, et nous sommes très heureux de le partager avec vous. Nous avons rendu [...]


140 / 163

140: The 3 Types of JavaScript Errors You Need to Know

https://gautam-balamurali.hashnode.dev/the-3-types-of-javascript-errors-you-need-to-know

Hashnode - javascript (Javascript)

JavaScript is one of the most widely used programming languages in the world, and it's a popular choice for building web applications. However, as with any programming language, JavaScript code can contain errors. These errors can cause your program ...


141: GUI Calculator with Python

https://povkit.blog/gui-calculator-with-python

Hashnode - python (python)

Hello Guys, Povkit Here! I stated in my previous post (https://povkit.hashnode.dev/simple-calculator-with-python) that I would be showing you all how to create a Graphical User Interface Calculator with Python. And it is easier than anything you can ...


142: The Best Chrome Extensions for Programmers

https://menovacity.hashnode.dev/the-best-chrome-extensions-for-programmers

Hashnode - javascript (Javascript)

Web extensions, also known as browser extensions, are small software programs that can be installed into your web browser to extend its functionality. These extensions can be used to enhance your browsing experience, add new features, and improve you...


143: What Do We KNow About Django'

https://menovacity.hashnode.dev/what-do-we-know-about-django

Hashnode - python (python)

Django is a popular web development framework that is written in Python. It is designed to be fast, scalable, and secure, making it an excellent choice for building complex web applications. In this article, we'll take a closer look at Django, includ...


144: Speeding Up Webpack Build Time

https://blog.jobins.jp/speeding-up-webpack-build-time

Hashnode - javascript (Javascript)

As our feature grows, our code base also becomes gigantic and takes a lot of time to build. Most of us use a famous Webpack open-source module bundler to take care of lots of JS and CSS automated tasks with various plugins. Webpack may perform fast i...


145: Code Smell 196 - Javascript Array Constructors

https://maximilianocontieri.com/code-smell-196-javascript-array-constructors

Hashnode - javascript (Javascript)

TL;DR: Be very careful with Javascript Arrays. Problems The Least surprise principle violation Solutions Be as declarative as possible. Avoid creating Arrays with one argument. Context Javascript has a lot of magic tricks. Knowing them makes s...


146: Recommended Reading

https://www.quastor.org/

pointer.io (Développement)

This is a cross-promotion with Quastor


147: What Is ChatGPT Doing ' and Why Does It Work'

https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/

pointer.io (Développement)

"My purpose here is to give a rough outline of what's going on inside ChatGPT'and then to explore why it is that it can do so well in producing what we might consider to be meaningful text. I should say at the outset that I'm going to focus on the big picture of what's going on'and while I'll mention some engineering details, I won't get deeply into them.'


148: Content Delivery Network (CDN): Explained In Simple Words

https://levelup.gitconnected.com/content-delivery-network-cnd-explained-in-simple-words-674e971b06c3

pointer.io (Développement)

'In this article, we will understand what a CDN is, why it is needed and how it works. Also, we will see how websites can accelerate their content delivery by harnessing a CDN.'


149: The Only Guide To Automated End-To-End Testing You'll Ever Need

https://www.qawolf.com/content/buying-guide?utm_campaign=InHouseQACanTakeYearsToScale02172023&utm_source=pointer&utm_medium=newsletter

pointer.io (Développement)

If you're looking for automated test coverage, there are a few options to consider: in-house, traditional outsourcing, or Test Coverage as a Service. We wrote this guide to help you find a solution that aligns with your product, team size, budget, and overall testing needs.


150 / 163

150: Keep

https://github.com/keephq/keep

pointer.io (Développement)

Alerting. By developers, for developers.


151: 5 Tips To Creating A (Good) Pull Request

https://www.danijelavrzan.com/posts/2023/02/create-pull-request/

pointer.io (Développement)

(1) Keep it short. (2) Add more information i.e. the what, why and screenshots. (3) Leave in-line code comments. (4) Assign people or groups as reviewers. (5) Let your colleagues know your PR is ready for review.


152: Against Overwhelm

https://hagakure.substack.com/p/twh45-against-overwhelm

pointer.io (Développement)

'Throughout my entire engineering management career, what percentage of the time did I spend in a state of overwhelm'' Paolo provides the tools to prevent you to become intentional with how you spend your time and energy: (1) Clarify what goals, and how they align with your team and company, so you have a framework to decide how to not spend your time. (2) Use the Energy Audit to create visibility [...]


154: Code With Swearing Is Better Code

https://www.jwz.org/blog/2023/02/code-with-swearing-is-better-code/

pointer.io (Développement)

'We find that open source code containing swearwords exhibit significantly better code quality than those not containing swearwords under several statistical tests. We hypothesise that the use of swearwords constitutes an indicator of a profound emotional involvement of the programmer with the code and its inherent complexities, thus yielding better code based on a thorough, critical, and dialecti [...]


155: Big Data Is Dead

https://motherduck.com/blog/big-data-is-dead/

pointer.io (Développement)

This post will make the case that the era of Big Data is over. It had a good run, but now we can stop worrying about data size and focus on how we're going to use it to make better decisions. I'll show a number of graphs; these are all hand-drawn based on memory. If I did have access to the exact numbers, I wouldn't be able to share them. But the important part is the shape, rather than the exact [...]


156: Promptable

https://github.com/cfortuner/promptable

pointer.io (Développement)

Build LLM apps in Typescript/Javascript.


157: 10 Web Development Trends In 2023

https://www.robinwieruch.de/web-development-trends/

pointer.io (Développement)

Robin discusses (1) Meta frameworks. (2) Application and rendering patterns. (3) Serverless at the edge. (4) Database renaissance (5) JavaScript runtimes. And more.


158: LowCodeEngine

https://github.com/alibaba/lowcode-engine

pointer.io (Développement)

Enterprise-class low-code technology stack with scale-out design.


159: Local vs Global variables in JavaScript

https://dhawalpandya01.hashnode.dev/local-vs-global-variables-in-javascript

Hashnode - javascript (Javascript)

In some places globalization is indeed wrong, here's one: Coding. In coding, variables are used to store values that can be accessed and manipulated by the program. In JavaScript (JS), variables can be either local or global, and it is essential to u...


160 / 163

160: Webinar: Keep customers engaged all year long by Cynthia Ramsaran

https://searchengineland.com/webinar-keep-customers-engaged-all-year-long-393178

Search engine land (Référencement)

Discover proven ways to keep customers engaged and purchasing more. The post Webinar: Keep customers engaged all year long appeared first on Search Engine Land.




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