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

« Janvier 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


Lundi 30 Janvier 2023 (753)

1: 5 Visual Regression Testing Tools for WordPress

https://www.wpexplorer.com/visual-regression-tools-wordpress/

WP Explorer (wordpress)

Prioritizing User Experience (UX) on your WordPress website is important. Otherwise, you might witness high bounce rates and shorter time on site. However, it can be difficult to identify user-facing problems without being a visitor yourself. Fortunately, with Visual Regression Testing (VRT), you'll be able to identify problems on the front end. Better yet, some […] The post 5 Visual Regress [...]


2: How To Add to a Dictionary in Python

https://www.digitalocean.com/community/tutorials/python-add-to-dictionary

Digital Ocean Tutorials (Internet)

Introduction Dictionary is a built-in Python data type. A dictionary is a sequence of key-value pairs. Dictionaries are mutable objects, however, dictionary keys are immutable and need to be unique within each dictionary. There's no built-in add method, but there are several ways to add to and update a dictionary. In this article, you'll use the Python assignment operator, the update() method, and [...]


3: Module Patterns in JavaScript

https://vedb.hashnode.dev/module-patterns-in-javascript

Hashnode - javascript (Javascript)

Intro Module patterns in JavaScript provide a way to organize and share code in a maintainable and reusable way. There are several types of module patterns available in JavaScript, including ES6, AMD, UMD, and FESM. In this blog, we will explore each...


4: 7 GitHub Repositories You Should Save As Developer

https://nerd-aditya.hashnode.dev/7-github-repositories-you-should-save-as-developer

Hashnode - javascript (Javascript)

30 Seconds of Code The 30 Seconds of Code is a Repository that contains snippets for JavaScrpit Code it will be very helpful because it has a solution to most of the problems you get while using JavaScrpit and it has an easy explanation about each c...


5: New updates for the GA4 search bar

https://searchengineland.com/new-updates-for-the-ga4-search-bar-392431

Search engine land (Référencement)

The new updates allow additional views into accounts and properties. The post New updates for the GA4 search bar appeared first on Search Engine Land.


6: Into Typescript's utility Types

https://tsegsxaviers.hashnode.dev/into-typescripts-utility-types

Hashnode - javascript (Javascript)

Typescript offers a few useful features which enhance developer productivity working with types. Utility Types are one of these features, they are types that are available globally meaning they are in-built and work without you importing them from an...


7: Publishing Your Streamlit App

https://librantechie.tech/publishing-your-streamlit-app

Hashnode - python (python)

Introduction In the previous lesson in the series Data Analysis with Python and Streamlit, I introduced you to Streamlit. I showed you how you could quickly turn data scripts into beautiful dashboards without having front-end experience. We installed...


8: In-App Purchase in Jetpack Compose

https://felixkariuki.hashnode.dev/in-app-purchase-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

In this article, I will guide you on a step-by-step process on how to implement in-app purchases in your android project using jetpack compose. Step 1: Adding Dependencies After creating an empty compose project, add this dependency in your project. ...


9: Yandex scrapes Google and other SEO learnings from the source code leak

https://searchengineland.com/yandex-leak-learnings-392393

Search engine land (Référencement)

Yandex isn't Google, but there is a lot SEOs can learn about how a modern search engine is built from reviewing this codebase.  The post Yandex scrapes Google and other SEO learnings from the source code leak appeared first on Search Engine Land.


10 / 753

10: What is TypeScript'

https://rahulrk.hashnode.dev/what-is-typescript

Hashnode - javascript (Javascript)

TypeScript is a programming language that extends the capabilities of JavaScript by incorporating static typing and object-oriented programming principles. It provides developers with the tools to write more structured, robust, and maintainable code....


11: Closures in Javascript

https://techbyakash.hashnode.dev/closures-in-javascript

Hashnode - javascript (Javascript)

What is a closure' A closure is a javascript function that can access the scope of its surrounding state (lexical environment). Eg: const a = "HEHEH" function print(){ const b = a + " Siuuuu" // a is outside the scope of the function but is still...


12: Declarative code generation in Unity

https://willykc.hashnode.dev/declarative-code-generation-in-unity

Hashnode - Unity (unity)

Code generation in Unity is often done imperatively with StringBuilder or Roslyn source generators. Text templates offer a declarative alternative to code generation, but setting them up in a Unity project is not straightforward. Interestingly, the U...


13: 300 APIs integrated in minutes, not days

https://urbanisierung.hashnode.dev/300-apis-integrated-in-minutes-not-days-cldj5blk800030ajt5vujgts3

Hashnode - javascript (Javascript)

Software development is a great discipline. I've been a developer for over 10 years and have more fun at work than ever. Implementing something with a few lines of code, being able to try it out directly afterwards and being happy about the result is...


14: Introduction à l'intelligence artificielle générative

https://larevueia.fr/introduction-a-lintelligence-artificielle-generative/

La revue IA (data)

L’intelligence artificielle générative est un domaine du deep learning qui donne aux machines la capacité de générer du contenu (image, vidéo, texte, etc.), à partir de données crées manuellement. Après les deep fake, la génération de visages ou de voitures, les derniers modèles conçus sont capables de générer du texte ou des images très réalistes. […] L'article Intro [...]


15: La révolution des IA génératives n'aura pas lieu (ou pas comme on essaye de nous la vendre)

https://fredcavazza.net/2023/01/30/la-revolution-des-ia-generatives-naura-pas-lieu-ou-pas-comme-on-essaye-de-nous-la-vendre/

Cavazza, Fred (Web 2 / Internet)

Aviez-vous remarqué que les médias essayent régulièrement de nous convaincre d’une révolution technologique imminente ' L’année dernière, c’était avec le métavers. L’année précédente, c’était avec la blockchain. Il y a 5 ans, c’était déjà avec l’intelligence artificielle. Si l’engouement initial pour l’IA était retombé, les mo [...]


16: Infographic: 11 Tech Trends to Watch in 2023

https://www.visualcapitalist.com/11-tech-trends-to-watch-2023/

Visual Capitalist (dataviz)

This infographic highlights eleven exciting areas within the world of technology worth keeping an eye on in 2023. The post Infographic: 11 Tech Trends to Watch in 2023 appeared first on Visual Capitalist.


17: How To Write Clean Code As A Developer

https://scofield.hashnode.dev/how-to-write-clean-code-as-a-developer

Hashnode - javascript (Javascript)

Writing functional code is one thing, and making that code readable and accessible for other developers to understand is just as important as the functional code itself. Writing clean code means that the code is easy to read, understand, maintain, an...


18: Let's Get Started with Python

https://founderattws.hashnode.dev/lets-get-started-with-python

Hashnode - python (python)

In this blog, I am going to provide you with a detailed explanation of the Python programming language for beginners. Note: This Blog will be updated daily with new content. Inspired from Ineuron Full Stack Data Science 2.0 Course. Visit the Ineuron ...


19: Material 3

https://melvinsalas.dev/material-3

Hashnode - Flutter (Flutter)

We're excited to kick off 2023 with the release of Flutter 3.7! Flutter continues to improve the framework by adding new features such as new debugging tools and much more. One of them is the new features of Material 3 using the ThemeData widget in...


20 / 753

20: React Hooks

https://web3boy.hashnode.dev/react-hooks

Hashnode - javascript (Javascript)

1. Manage State useState const [count,setCount] = useState(initialCount); useReducer const [state,dispatch] = useReducer( reducer, intialState, intitialDispatch ); 2. Handling side effects useEffect useEffect(()=>{ applyEffect(depen...


21: Telex : Covage lève 156 M', Reims expérimente l'IA de Thales, Google génère de la musique depuis un texte

https://www.lemondeinformatique.fr/actualites/lire-telex-covage-leve-156-meteuro-reims-experimente-l-ia-de-thales-google-genere-de-la-musique-depuis-un-texte-89378.html

Le monde informatique (Informatique / Internet)

- Covage lève 156 M'. L'opérateur d'infrastructure de gros sur le marché de la fibre optique poursuit son plan d'investissement (...)


22: Auth(entication) vs Auth(orization)

https://oluwatrillions.hashnode.dev/authentication-vs-authorization

Hashnode - javascript (Javascript)

Authentication and Authorization are very important concepts in our words that sound alike outside the programming world, but they mean and serve different purposes. While a lot of non-tech-savvy individuals refer to them interchangeably, developers,...


23: How to draw HEARTBEAT

https://feeds.feedblitz.com/~/725915519/0/tanglepatterns~How-to-draw-HEARTBEAT.html

TanglePatterns (Zentangle)

Online instructions for drawing Cyndi Knapp's Zentangle® pattern: Heartbeat. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


24: Using @property for loosely typed CSS custom properties

https://blog.logrocket.com/using-property-loosely-typed-css-custom-properties/

Log Rocket blog (Web 2)

Explore setting CSS variable configuration using the CSS @property feature; we demo building a simple page loader animation and a themes switcher. The post Using @property for loosely typed CSS custom properties appeared first on LogRocket Blog.


25: Baidu devrait lancer son propre concurrent de ChatGPT

https://www.usine-digitale.fr/article/le-moteur-de-recherche-chinois-baidu-devrait-lancer-son-propre-chatbot-pour-concurrencer-chatgpt.N2094856

L'usine-digitale (Informatique)

Le moteur de recherche chinois Baidu compterait intégrer en mars un chatbot "intelligent" à son moteur de recherche. La société cherche ainsi à faire pièce au succès de ChatGPT, qui devrait être intégré aux résultats du moteur de recherche de Microsoft, Bing.


26: Carrefour teste la livraison par robot autonome en Belgique

https://www.usine-digitale.fr/article/carrefour-teste-la-livraison-par-robot-autonome-en-belgique.N2094841

L'usine-digitale (Informatique)

L'enseigne conduit une expérimentation près de Bruxelles, où un robot autonome développé par la start-up Delivers.ai livre un parc de bureaux au départ d'un point de vente à proximité.


27: Baromètre du numérique 2022 : les Français très connectés et équipés

https://www.lemondeinformatique.fr/actualites/lire-barometre-du-numerique-2022-les-francais-tres-connectes-et-equipes-89375.html

Le monde informatique (Informatique / Internet)

Commanditée par l'Arcep (Autorité de régulation des communications électroniques et des postes), le Conseil Général (...)


28: La Cnil rappelle les bonnes pratiques aux recruteurs

https://www.lemondeinformatique.fr/actualites/lire-la-cnil-rappelle-les-bonnes-pratiques-aux-recruteurs-89376.html

Le monde informatique (Informatique / Internet)

Il y a 20 ans la Cnil a adopté une recommandation « relative à la collecte et au traitement d'informations nominatives lors (...)


29: Creating Dynamic Lists in React: A Step-by-Step Guide

https://amirahnasihah.hashnode.dev/creating-dynamic-lists-in-react-a-step-by-step-guide

Hashnode - javascript (Javascript)

Lists in React are similar to lists in JavaScript. They are commonly used to display menus or a list of items on a website. To use lists in React, we need to use a unique key attribute for each item in the list. This is important because it helps R...


30 / 753

30: Code faster with custom VScode snippets

https://antoinemesnil.hashnode.dev/code-faster-with-custom-vscode-snippets

Hashnode - javascript (Javascript)

Code snippets are templates that make it easier to enter repeating code patterns and who better than yourself knows what code you copy again and again. The best way to tackle this problem is with tailored-to-you snippets and I will show how to create...


31: Apple Analyst: 'I'm Positive About Foldable iPad in 2024'

https://www.webpronews.com/apple-analyst-im-positive-about-foldable-ipad-in-2024/

WebProNews SEO (Développement)

WebProNews Apple Analyst: ‘I’m Positive About Foldable iPad in 2024’ Apple may be preparing to turn the tablet market on its head again with plans to introduce a foldable iPad in 2024. Apple Analyst: ‘I’m Positive About Foldable iPad in 2024’ Matt Milano


32: Maps vs. Objects

https://naumanzafar.dev/maps-vs-objects

Hashnode - javascript (Javascript)

Want to store data as key-value pairs' Maps & Objects are the possible solutions. Let's say you want to store information about a person // Objects const person = { name: 'Nauman', age: 30 } person.age // 30 // Maps const personUsingMap = new Map();...


33: How To Use Primary Keys in SQL

https://www.digitalocean.com/community/tutorials/how-to-use-primary-keys-in-sql

Digital Ocean Tutorials (Internet)

The author selected the Diversity in Tech Fund to receive a donation as part of the Write for DOnations program. Introduction One of the valuable traits of relational databases is molding the data into a well-defined structure. This structure is achieved by using tables with fixed columns, following strictly defined datatypes, and ensuring that each row has the same shape. When you store data as r [...]


34: Baromètre du numérique : 10 chiffres clés à retenir en 2023

https://www.blogdumoderateur.com/barometre-numerique-10-chiffres-cles-2023/

Blog du Moderateur ()

Découvrez comment évoluent les pratiques numériques des Français : connexion à Internet, achats en ligne, usage des objets connectés...


35: Dauphins: Agir contre le massacre

http://amisdekervoyal.viabloga.com/news/dauphins-agir-contre-le-massacre

Amis de Kervoyal (Divers...)

Signer la pétition pour agir au niveau européen: www.change.org/p/virginijus-sinkevi%C4%8Dius-eu-commissioner-for-environment-oceans-and-fisheries-arr%C3%AAtons-le-massacre-des-dauphins-dans-les-filets-de-p%C3%AAche-des-eaux-europ%C3%A9ennesSigner la lettre ouverte de la LPO pour interpeler Emmanuel Macron:forms.office.com/Pages/ResponsePage.aspxDepuis des années, des scientifiques autopsient c [...]


36: Baidu working on AI chatbot service that will be added to search

https://searchengineland.com/baidu-ai-chatbot-search-392355

Search engine land (Référencement)

Baidu reportedly is planning to launch its AI chatbot as a standalone app before incorporating it gradually into search by March. The post Baidu working on AI chatbot service that will be added to search appeared first on Search Engine Land.


37: How to use breadcrumbs for clear website navigation

https://blog.logrocket.com/ux-design/how-use-breadcrumbs-clear-website-navigation/

Log Rocket blog (Web 2)

Breadcrumbs are often an overlooked design element in website UI, but they've stood the test of time, especially for website navigation. The post How to use breadcrumbs for clear website navigation appeared first on LogRocket Blog.


38: Atlassian renforce les fonctionnalités d'automatisation de Confluence

https://www.lemondeinformatique.fr/actualites/lire-atlassian-renforce-les-fonctionnalites-d-automatisation-de-confluence-89374.html

Le monde informatique (Informatique / Internet)

L'automatisation est c'ur des évolutions logicielles depuis plusieurs mois. Atlassian a déjà intégré ces (...)


39: 10 JavaScript Tricks That Every Developer Should Know.

https://iamkelv.hashnode.dev/10-javascript-tricks-that-every-developer-should-know

Hashnode - javascript (Javascript)

Javascript is one of the most popular and uses JIT (just-in-time) programming language with first-class function. One of the ways to grow as a javascript developer is by adapting to the new coding pattern that is introduced and frequently used by mos...


40 / 753

40: San Francisco met le holà aux essais de véhicules autonomes de Cruise et Waymo

https://www.usine-digitale.fr/article/san-francisco-met-le-hola-aux-essais-de-vehicules-autonomes-de-waymo-et-cruise.N2094781

L'usine-digitale (Informatique)

C'est un petit revers pour Waymo et Cruise, mais qui pique. La ville de San Francisco veut limiter l'expansion des tests de robots taxis dans ses rues suite aux nombreux incidents causés par ces derniers, dont parfois des embouteillages durant plusieurs heures.


41: Day 1: Creating a token for our Discord Bot!

https://lilkittykat.hashnode.dev/day-1-creating-a-token-for-our-discord-bot

Hashnode - python (python)

A short one for Day 1! Let's create our bot - sounds like not a lot but it is a little involved! Head to discord.com, scroll to the bottom and click on Developers: Next, you'll want to click on "Get Started" under Apps, not Premium Apps: At the top...


42: How to Reverse a String in Python

https://worthgram.com/how-to-reverse-a-string-in-python

Hashnode - python (python)

The simplest way to reverse a string in Python is to use string slicing: string = "example" reversed_string = string[::-1] Or using the reversed() and join() functions: string = "example" reversed_string = ''.join(reversed(string)) Here's a detaile...


43: What is triple dots (...) in JavaScript

https://worthgram.com/what-is-triple-dots-in-javascript

Hashnode - javascript (Javascript)

The triple dots (...) in JavaScript are known as the spread operator. The spread operator allows you to spread elements of an iterable (such as an array or an object) into separate elements. For example, you can use the spread operator to merge two a...


44: 15 Best New Fonts, January 2023

https://www.webdesignerdepot.com/2023/01/15-best-new-fonts-january-2023/

Webdesigner depot (Design)

Your choice of typeface significantly impacts the tone of voice your designs adopt. Heritage, ambition, freshness, energy, utility and more can all be communicated with the right font. And so, every month, we put together this roundup of the 15 best new fonts we've found on the web in the previous four weeks. Enjoy! Bulk […] The post 15 Best New Fonts, January 2023 first appeared on Webdesig [...]


45: La K-pop pourrait-elle rendre le metaverse plus intéressant '

https://www.realite-virtuelle.com/k-pop-rendre-metaverse-plus-interessant/

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

Dans un studio, en Corée du Sud, le terrain d’essai mondial de la technologie, les […] Cet article La K-pop pourrait-elle rendre le metaverse plus intéressant ' a été publié sur Réalité-Virtuelle.com.


46: Intel tue discrètement son programme RISC-V

https://www.lemondeinformatique.fr/actualites/lire-intel-tue-discretement-son-programme-risc-v-89370.html

Le monde informatique (Informatique / Internet)

Un pas en avant, deux pas en arrière ' C'est un étrange pas de deux qu'Intel a exécuté ces derniers mois concernant l'architecture (...)


47: Async Database Operations with SQLModel

https://arunanshub.hashnode.dev/async-database-operations-with-sqlmodel

Hashnode - python (python)

So far, we've covered how to manage database migrations with SQLModel and Alembic. Next, we are going to perform database operations asynchronously. TL;DR Install an async-powered database engine (like, aiosqlite, asyncpg etc.) poetry add aiosqlite...


48: La tarification par employé de Java SE d'Oracle inquiète

https://www.lemondeinformatique.fr/actualites/lire-la-tarification-par-employe-de-java-se-d-oracle-inquiete-89373.html

Le monde informatique (Informatique / Internet)

L'annonce aurait pu être anodine, mais elle suscite l'inquiétude de plusieurs entreprises. Au c'ur de cette crainte, il (...)


49: Top 6 frameworks for decision-making

https://blog.logrocket.com/product-management/top-6-frameworks-for-decision-making/

Log Rocket blog (Web 2)

There are important separations between types of decision-making processes: should this be made by a group or individual' Do you need consensus' The post Top 6 frameworks for decision-making appeared first on LogRocket Blog.


50 / 753

50: Using SDL2 bindings in Rust for game development

https://blog.logrocket.com/using-sdl2-bindings-rust/

Log Rocket blog (Web 2)

Let's use the rust-sdl2 crate to create a simple snake game that demonstrates the features of the new SDL2.0 libraries. The post Using SDL2 bindings in Rust for game development appeared first on LogRocket Blog.


51: Easy SVG Customization And Animation: A Practical Guide

https://smashingmagazine.com/2023/01/svg-customization-animation-practical-guide/

Smashing magazine (Web 2 / CSS)

Developers often feel discouraged from editing SVG markup and experimenting with SVG animations, thinking it's a significant time investment or they need to use a complex animation library to do so. In this article, Adrian showcases his favorite tricks, which make the process streamlined and fun.


52: 9 tips to get the full SEO benefits of long-tail keywords

https://searchengineland.com/long-tail-keywords-seo-tips-392307

Search engine land (Référencement)

Using long-tail keywords can be powerful and effective for SEO. Learn why it's important to use them strategically ' and how to do it. The post 9 tips to get the full SEO benefits of long-tail keywords appeared first on Search Engine Land.


53: Finding substrings

https://ronzhin.hashnode.dev/finding-substrings

Hashnode - python (python)

What I actually like to do is to describe some algorithms from the most naive approach to quite complicated ones. It is also very satisfying when there are both complex and simple algorithms that improve a lot compared to naive ones, and one can see ...


54: Getting Started with Kotlin

https://greatgrant.hashnode.dev/getting-started-with-kotlin

Hashnode - Kotlin (Mobiles)

Introduction I'm guessing you are one of those who are tired of the limitations and verbosity of Java. What if I told you I have a cure for your ache' Because Kotlin is here to revolutionize the way you code. This modern programming language, created...


55: Dictionaries in Python

https://dev2ops.hashnode.dev/dictionaries-in-python

Hashnode - python (python)

What are dictionaries in Python' A dictionary in Python is an unordered collection of key-value pairs, where each key is mapped to a value. It's a data structure that allows you to store, retrieve, and manipulate data efficiently. A dictionary is sim...


56: Introduction of HTML

https://newinfo.hashnode.dev/introduction-of-html

Hashnode - javascript (Javascript)

HTML Stand For Hypertext Markup Language. It is widely used to create a structure or layout of a website. HTML is famous for its easy syntax. HTML Elements tell the Brower how to display content. Benefit Of HTML: HTML is easy to learn. HTML is a Ma...


57: Chip War : la guerre des composants électroniques - Deuxième partie. Dimensions géopolitiques

https://nauges.typepad.com/my_weblog/2023/01/chip-war-la-guerre-des-composants-?lectroniques-deuxi?me-partie-dimensions-g?opolitiques-dans-la-premi?re-partie.html

Naugès, Louis (Internet)

Dans la première partie de cette analyse, j'ai présenté les dimensions techniques et industrielles de cette guerre des composants électroniques. Cette deuxième partie se concentre sur les dimensions géopolitiques de cette guerre des composants. Les forces en présence Dans le...


58: Leveraging the Snapshot Mutation Policies of Jetpack Compose

https://blog.shreyaspatil.dev/leveraging-the-snapshot-mutation-policies-of-jetpack-compose

Hashnode - Kotlin (Mobiles)

Hey Composers '', The heart' of Jetpack Compose is a State that tells compose when to recompose UI. In the state management with compose, we can specify policies by which we can tell compose when exactly to recompose and it's a Snapshot Mutation P...


59: ChatGPT : Stanford lance DetectGPT, un outil dédié à l'enseignement supérieur

https://www.usine-digitale.fr/article/stanford-lance-detectgpt-un-outil-dedie-a-l-enseignement-superieur-vraiment-utile.N2094741

L'usine-digitale (Informatique)

Des chercheurs de Stanford lancent DetectGPT, l'un des premiers outils de détection des textes générés par ChatGPT dédié à l'enseignement supérieur.


60 / 753

60: Day 17 of 100DaysOfCode

https://tanishastechhaven.com/day-17-of-100daysofcode

Hashnode - python (python)

Today I Created a simple QR code generator using python. Created a virtual machine instance to apply what I had learnt about AWS EC2 in the last semester. You can find my code for the above here: GitHub-Day-17 This was all I could do today as I'v...


61: Touching on JavaScript DOM

https://diki.hashnode.dev/touching-on-javascript-dom

Hashnode - javascript (Javascript)

The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the structure of a document as a tree of objects, with each object representing a part of the document (such as an element, an attribute, or a piece ...


62: A Comprehensive Guide to Understanding OOP Principles - Encapsulation, Abstraction, Polymorphism and Inheritance

https://ese-monday.hashnode.dev/a-comprehensive-guide-to-understanding-oop-principles-encapsulation-abstraction-polymorphism-and-inheritance

Hashnode - javascript (Javascript)

Object-oriented programming (OOP) is an exciting and powerful programming paradigm used by many modern languages to create object-oriented programs. In this blog, we will take a deep dive into the four key principles of OOP - encapsulation, abstracti...


63: Voici ce qu'Apple mijote avec son prochain casque AR/VR

https://www.realite-virtuelle.com/apple-mijote-avec-son-prochain-casque-ar-vr/

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

Nous obtenons de plus en plus d'informations sur le casque AV/VR d'Apple dont on parle […] Cet article Voici ce qu'Apple mijote avec son prochain casque AR/VR a été publié sur Réalité-Virtuelle.com.


64: Automatically activate the "edit" mode on page load (Interactive Grid 1)

https://tm-apex.hashnode.dev/automatically-activate-the-edit-mode-on-page-load-interactive-grid-1

Hashnode - javascript (Javascript)

Introduction In this series we want to list tiny useful tricks and tips for the Oracle APEX Interactive Grid one by one. Just a few additional lines of CSS or JavaScript code can quickly provide solutions, so that the grid can be customized in a user...


65: Rendering Leaflet clusters fast and dynamically - let's compare 3 methods

https://coderwoman.hashnode.dev/rendering-leaflet-clusters-fast-and-dynamically-lets-compare-3-methods

Hashnode - javascript (Javascript)

Maps in front-end development At some point in the career of every front-end developer, there will come a time when they will face the task of map implementation. There are many uses of maps in applications. Today I will focus on maps that contain a ...


66: How to write a listicle (with 6 examples)

https://searchengineland.com/how-to-write-a-listicle-with-6-examples-392297

Search engine land (Référencement)

While writing listicles can be straightforward, you can make them more engaging and attention-grabbing by following these tips. The post How to write a listicle (with 6 examples) appeared first on Search Engine Land.


67: Pokémon Écarlate et Violet : que faut-il savoir '

https://www.realite-virtuelle.com/pokemon-ecarlate-et-violet-tout-savoir/

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

Pokémon Écarlate et Violet a marqué la 9ème génération des jeux Pokémon. Il s'agit aussi […] Cet article Pokémon Écarlate et Violet : que faut-il savoir ' a été publié sur Réalité-Virtuelle.com.


68: Tesla : la SEC enquêterait sur les déclarations d'Elon Musk concernant Autopilot et FSD

https://www.usine-digitale.fr/article/tesla-la-sec-enqueterait-sur-les-declarations-d-elon-musk-concernant-autopilot-et-fsd.N2094736

L'usine-digitale (Informatique)

Elon Musk ne porte pas l'autorité américaine de réglementation des marchés financiers dans son c'ur, et cela ne risque pas de s'arranger. Cette dernière, la SEC, enquêterait sur ses promesses concernant le système de conduite autonome de Tesla, qui ont tendance à ne pas se conrétiser.


69: IAM ou l'Identity and Access Management : le dossier

https://www.lebigdata.fr/iam-dossier-complet

Le Big Data (dataviz)

L'IAM sert à filtrer et faciliter l'accès des personnes autorisées aux ressources technologiques de l'entreprise en vue de garantir leur … Cet article IAM ou l'Identity and Access Management : le dossier a été publié sur LeBigData.fr.


70 / 753

70: Pandas

https://pinkdatahub.hashnode.dev/pandas

Hashnode - python (python)

I use the Jupyter notebook I installed from Anaconda. Reading from the book Pandas for everyone by Daniel Y. Chen. I learned that operations are vectorized, and methods that work on series and data frames are vectorized. Using the datasets scientists...


71: Après ChatGPT, cette IA Google crée de la musique à partir de textes : tout savoir

https://www.lebigdata.fr/google-musiclm

Le Big Data (dataviz)

MusicLM est une nouvelle IA dévoilée par les chercheurs de Google, capable de produire une musique à partir d’un prompt … Cet article Après ChatGPT, cette IA Google crée de la musique à partir de textes : tout savoir a été publié sur LeBigData.fr.


72: Bun: Good replacement for Node.js'

https://skylab.hashnode.dev/bun-good-replacement-for-nodejs-cldisg86x000008jq4ix19rbq

Hashnode - javascript (Javascript)

I was following Bun project for some time since it released its 0.1.1 version by its creator Jarred Summer. It promised to faster drop-in replacement for Node.js with a native bundler, transpiler, task runner, and npm client built-in. It uses Zig as ...


73: Form Validation with Joi

https://blog.aashish-panthi.com.np/form-validation-with-joi

Hashnode - javascript (Javascript)

Validating form values is an important step in ensuring the integrity and accuracy of the data being collected. One popular tool for this task is Joi, a JavaScript object schema validation library. With Joi, you can define a schema for your form valu...


74: Best Business Ideas to Try Out

https://www.noupe.com/business-online/best-business-ideas-to-try-out.html

Noupe (conception)

Innovation is the key to success in today’s business world. If you want your company to stand out from the crowd, you must develop innovative ideas that will set you apart from your competitors.  The following are some of the most innovative business ideas currently being implemented by entrepreneurs around the globe: Drone delivery services... The post Best Business Ideas t [...]


75: Pre-populating Room database with static data in Android using Hilt DI

https://hadiyarajesh.hashnode.dev/pre-populating-room-database-with-static-data-in-android-using-hilt-di

Hashnode - Kotlin (Mobiles)

Room database is a part of Android Architecture components and provides an abstract layer over SQLite. Room makes it easy to work with databases and provides a convenient way to pre-populate the database with static data. Here's how to pre-populate R...


76: Difference Between setTimeout and setInterval

https://lets-do-this.hashnode.dev/difference-between-settimeout-and-setinterval

Hashnode - javascript (Javascript)

setTimeout and setInterval are both JavaScript functions that can be used to schedule code to be executed after a certain period of time. The main difference between the two is how they behave: setTimeout is a one-time function that executes a piece...


77: Comment les outils de rédaction de contenu peuvent changer notre façon de rédiger du contenu '

https://www.lebigdata.fr/outils-redaction-contenu-peuvent-changer-facon-rediger

Le Big Data (dataviz)

Content is king. Comme le dit le vieil adage, si vous voulez être classés sur Google et les autres moteurs … Cet article Comment les outils de rédaction de contenu peuvent changer notre façon de rédiger du contenu ' a été publié sur LeBigData.fr.


78: Cloud Computing et cryptomonnaies : quelle importance '

https://www.lebigdata.fr/importance-cloud-computing-et-cryptomonnaies

Le Big Data (dataviz)

Les cryptomonnaies sont devenues l’une des industries les plus florissantes d’aujourd’hui, et ce, grâce à leur capacité à faciliter les … Cet article Cloud Computing et cryptomonnaies : quelle importance ' a été publié sur LeBigData.fr.


79: Introduction to Nuxt 3: Part 2

https://blog.alexandergekov.com/introduction-to-nuxt-3-part-2

Hashnode - javascript (Javascript)

Introduction In this second part of 'Introduction to Nuxt 3' we are going to build a Movie app where we can query the 'The Movies Database' API. You can also follow along by watching the video below: I will also upload a video tutorial very soon! Mak...


80 / 753

80: Build a Simple To-Do App in JavaScript (Code with Explanation)

https://worthgram.com/app-in-javascript

Hashnode - javascript (Javascript)

A to-do app is a software application that allows users to manage and keep track of tasks and activities that they need to complete. It typically provides features such as creating task lists, setting deadlines and reminders, categorizing tasks, and ...


81: Array/Object Destructuring in JavaScript

https://cyboneutron.hashnode.dev/arrayobject-destructuring-in-javascript

Hashnode - javascript (Javascript)

Destructuring in js refers to the unpacking of values from arrays and properties from objects into distinct variables. Now, what does this mean' Let's say we have an array of two elements and we want to store the values in two variables. Conventional...


82: Comments in Python

https://pyeera.hashnode.dev/comments-in-python

Hashnode - python (python)

Python Comments What if you want to write some code in the file, But you want that the code should not to be printed in the terminal' This is what Comments help you with! You just simply write the code in a defined syntax, and while running the code,...


83: Awesome Demos Roundup 23

https://tympanus.net/codrops/2023/01/30/awesome-demos-roundup-23/

Codrops (Design / Internet)

The latest compilation of innovative and captivating demos and code experiments from the web.


84: Building an Accordion Menu with JavaScript

https://cejay.hashnode.dev/building-an-accordion-menu-with-javascript

Hashnode - javascript (Javascript)

In the world of web development, creating a dynamic and user-friendly interface is key to delivering a great user experience. One way to achieve this is by implementing an accordion menu, allowing for a clean and organized content display. In this ar...


85: Part 3 ' From idea to game: A beginner's guide to creating games with Unity

https://bfranse.hashnode.dev/beginners-guide-to-creating-games-with-unity-part-3

Hashnode - Unity (unity)

In the previous articles, you have had a couple of brainstorms, generating ideas for your game. You have chosen one of the ideas after carefully considering your options, and refining it. At this stage, you will have an idea for your game and a list ...


86: Planning your development process

https://bfranse.com/planning-your-development-process

Hashnode - Unity (unity)

In the previous articles, you have had a couple of brainstorms, generating ideas for your game. You have chosen one of the ideas after carefully considering your options, and refining it. At this stage, you will have an idea for your game and a list ...


87: Build a Telegram Bot for Medusa E-Commerce Store

https://omardevblog.toolsandapps4us.site/build-a-telegram-bot-for-medusa-e-commerce-store

Hashnode - python (python)

Hey ya, e-commerce enthusiasts! Are you ready to take your Medusa store to the next level' Well, buckle up because we're about to show you how to build a Telegram bot that will blow your customers' minds! But before we dive into the exciting stuff, l...


88: Comment activer ou désactiver SafeSearch sur Google

https://www.blogdumoderateur.com/comment-activer-desactiver-safesearch-google/

Blog du Moderateur ()

Configurez la fonction Google SafeSearch pour filtrer les résultats explicites sur le moteur de recherche.


89: Les 10 tendances tech à suivre en 2023

https://www.blogdumoderateur.com/tendances-tech-2023/

Blog du Moderateur ()

Voici les tendances tech à connaître selon le rapport « The Future 100 » 2023.


90 / 753

90: SFR remporte le contrat pour protéger les collectivités locales contre les cyberattaques

https://www.usine-digitale.fr/article/sfr-remporte-le-contrat-pour-proteger-les-collectivites-locales-des-cyberattaques.N2094726

L'usine-digitale (Informatique)

L'opérateur télécom SFR assurera dès ce janvier la protection des collectivités publiques contre les cyberattaques, grâce au contrat signé avec l'Union des groupements d'achats publics pour une valeur estimée de 170 millions d'euros.


91: Microsoft alerte les entreprises : Protégez vos serveurs Exchange

https://www.lemondeinformatique.fr/actualites/lire-microsoft-alerte-les-entreprises-protegez-vos-serveurs-exchange-89371.html

Le monde informatique (Informatique / Internet)

Les rapports se succèdent (Anssi, Clusif ou CISA) et montrent que les cybercriminels ont une appétence particulière pour les (...)


92: Yahoo is making a return to search

https://searchengineland.com/yahoo-is-making-a-return-to-search-392341

Search engine land (Référencement)

Yahoo has been dropping hints over the past couple weeks about its return to competing in the search space. The post Yahoo is making a return to search appeared first on Search Engine Land.


93: MusicLM : le nouvel outil IA de Google pour générer de la musique

https://www.blogdumoderateur.com/musiclm-nouvel-outil-ia-google-generer-musique/

Blog du Moderateur ()

Le générateur de musique par IA de Google montre des performances convaincantes.


94: Exception Handling

https://blog.shubhamlashkan.com/exception-handling

Hashnode - python (python)

In this article, you will learn about exception handling in python. What is an exception' Let's start understanding Exception in python by executing the below code snippets. You can execute the code on your machine or any online compiler like this. p...


95: Exception Handling in Python

https://blog.shubhamlashkan.com/exception-handling-in-python

Hashnode - python (python)

In this article, you will learn about exception handling in python. What is an exception' Let's start understanding Exception in python by executing the below code snippets. You can execute the code on your machine or any online compiler like this. p...


96: Basic concepts of JavaScript

https://humungosaur.hashnode.dev/basic-concepts-of-javascript

Hashnode - javascript (Javascript)

so let's start with this basic example... const numbers = [1, 2, 3, 4, 5, 6]; const odds = numbers.filter((num) => num % 2); const evens = numbers.filter((num) => num % 2 === 0); console.log("Odd Numbers: ", odds); console.log("Even Numbers: ", eve...


97: Clearing the Confusion: Understanding the Differences and Usage of Nested "If", Multiple "if" and "elif" statements in Python

https://theslitheringscripts.hashnode.dev/clearing-the-confusion-understanding-the-differences-and-usage-of-nested-if-multiple-if-and-elif-statements-in-python

Hashnode - python (python)

A few days ago, I kicked off my Python journey with the 100 days of code challenge where I'd commit to building a project or learning python for at least one hour every day for 100 days. On day 3, I came across the "If/else" functions and I found it ...


98: Importance of Portfolio

https://codedeveloper.hashnode.dev/importance-of-portfolio

Hashnode - javascript (Javascript)

In the starting as learner of Web Development Course, We have learned the Importance of a Portfolio of Projects. Portfolio projects are the Proof of your work that you have learned, practiced, then built the project. When You Preparing for Job Interv...


99: Express.js: A powerful Node.js Framework

https://tusharmishra.hashnode.dev/expressjs

Hashnode - javascript (Javascript)

Express.js is a popular, flexible and minimalistic framework for building web applications and APIs using Node.js. It provides a simple and easy-to-use interface for creating HTTP servers, routing requests, and handling middleware. Express.js is a po...


100 / 753

100: Coroutines in Python

https://albatross.hashnode.dev/coroutines-in-python

Hashnode - python (python)

Prerequisites: You should know about iterators and how a for loop in Python works behind the scenes. You don't need to know anything about generators, coroutines, or the yield keyword. Just a quick overview of how a for loop works in Python: x = [1, ...


101: Rzilient lève 2,5 millions pour sa plateforme de gestion de parc IT

https://www.usine-digitale.fr/article/rzilient-leve-2-5-millions-pour-sa-plateforme-de-gestion-de-parc-it.N2094671

L'usine-digitale (Informatique)

La start-up lyonnaise propose une solution SaaS "tout-en-un" pour les gestionnaires de parc informatique. Il s'agit de son second tour de table.


102: Battling plant extinction

https://flowingdata.com/2023/01/30/battling-plant-extinction/

Flowing data (dataviz)

In a story about how scientists are using drones to fight plant extinction,…Tags: conservation, drone, plants, Reuters


103: Higher-Order Functions in JavaScript'

https://ankitdevelops.hashnode.dev/higher-order-functions-in-javascript

Hashnode - javascript (Javascript)

We know that functions in javascript are First Class Citizens, so we can assign functions to variables as values, pass a function as an argument to another function and return a function from another function. // function as values const var1 = funct...


104: reactjs(useContext hook)

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

Hashnode - javascript (Javascript)

1- The useContext hook accepts a context object and returns it. 2- If we wanna pass global variable in a react tree of components then using contextAPI and useContext hook makes it very simple & efficient . Basically it follows three steps as mention...


105: Using Node.js for Ecommerce Platforms

https://everyonecancode.hashnode.dev/using-nodejs-for-ecommerce-platforms

Hashnode - javascript (Javascript)

Introduction Node.js is a JavaScript server-side runtime development environment. It is built on Chrome's V8 engine; it gives software developers the ability to write JavaScript code that runs on the server side. It is an open source and cross-platfo...


106: Mastering Data Aggregation, Summary Statistics on Groups and Pivot Table

https://hashnode.pypro.dev/mastering-data-aggregation-summary-statistics-on-groups-and-pivot-table

Hashnode - python (python)

In this article, we'll learn data aggregation, calculate summary statistics on Dataset, and master grouped summary statistics and pivot tables. What is Data Aggregation Data aggregation is the process of collecting, combining, and summarizing data fr...


107: Python in English: Simple Optimization 2

https://ezzescience.hashnode.dev/python-in-english-simple-optimization-2

Hashnode - python (python)

In my previous article, we discussed about rice, beans, meat and a little bit about the linear programming module of the Scipy optimize library ('''`'). It was a good introduction to the concept of optimization and was shown with an everyday scenario...


108: How to Run Localhost on Your Mobile Phone - A Step-by-Step Guide

https://blog.abdulqudus.com/how-to-run-localhost-on-your-mobile-phone-a-step-by-step-guide

Hashnode - javascript (Javascript)

Running localhost on your mobile phone can be a valuable tool for developers and tech enthusiasts alike. With localhost, you can test and run applications and websites on your mobile device, without the need for an external server. This of course is ...


109: Async and Defer in Javascript

https://aryanshaw.hashnode.dev/async-and-defer-in-javascript

Hashnode - javascript (Javascript)

Do you know about these essential concepts for JS Interviews' if not let's dive deep into it We will try to explain in it straightforward terms and not so fancy and overwhelming stuff What are async and defer' Async and defer are attributes that are ...


110 / 753

110: Context API Vs Redux Toolkit | React Js

https://nerdymonk.hashnode.dev/context-api-vs-redux-toolkit-react-js

Hashnode - javascript (Javascript)

In this article, we will explore the differences between the Context API and Redux toolkit, as well as when to use each of them. Both are popular in the frontend development community, but they have their own advantages and disadvantages, which are i...


111: Résultats solides pour ServiceNow au T4 2022

https://www.lemondeinformatique.fr/actualites/lire-resultats-solides-pour-servicenow-au-t4-2022-89369.html

Le monde informatique (Informatique / Internet)

Les revenus de ServiceNow ont dépassé 1,9 Md$ au quatrième 2022, soit une augmentation de 20 % en glissement annuel. D'après (...)


112: Comment éviter la Creative Fatigue sur TikTok Ads '

https://www.blogdumoderateur.com/eviter-creative-fatigue-tiktok-ads/

Blog du Moderateur ()

Les conseils de l'agence Sleeq pour éviter la creative fatigue sur TikTok et garantir la qualité ainsi que la performance des vos campagnes publicitaires.


113: Les logiciels big data et analytique ont le vent en poupe

https://www.lemondeinformatique.fr/actualites/lire-les-logiciels-big-data-et-analytique-ont-le-vent-en-poupe-89363.html

Le monde informatique (Informatique / Internet)

Les logiciels dédiés au big data et à l'analytique forment l'un des segments du marché de l'IT qui, globalement, ne souffrent (...)


114: Avec Semarchy, la BPCE SI modernise l'intégration des données

https://www.lemondeinformatique.fr/actualites/lire-avec-semarchy-la-bpce-si-modernise-l-integration-des-donnees-89365.html

Le monde informatique (Informatique / Internet)

Créé en avril 2022, BPCE Solutions informatiques (BPCE SI) réunit l'ensemble des entités de développement (...)


115: CS Group cartographie les compétences de ses employés

https://www.lemondeinformatique.fr/actualites/lire-cs-group-cartographie-les-competences-de-ses-employes-89366.html

Le monde informatique (Informatique / Internet)

Concevoir des systèmes opérationnels pour les secteurs de la défense, du nucléaire, de l'aéronautique ou du spatial (...)


116: ChatGPT : comment l'IA peut améliorer le service client des marques '

https://www.blogdumoderateur.com/interview-chatgpt-service-client/

Blog du Moderateur ()

Florent Gosselin, CPO d'iAdvize, décrypte l'impact des technologies IA pour le service client des entreprises, et la transformation sans précédent qui s'annonce.


117: Generating music from text

https://flowingdata.com/2023/01/30/generating-music-from-text/

Flowing data (dataviz)

Researchers at Google built a model that generates music based on brief text…Tags: Google, machine learning, music


118: ChatGPT, Dall-E : quels usages en entreprise '

https://www.lemondeinformatique.fr/actualites/lire-chatgpt-dall-e-quels-usages-en-entreprise-89354.html

Le monde informatique (Informatique / Internet)

Dans cette capsule vidéo, Thomas Husson, vice-président et analyste principal du cabinet Forrester Research balaye les usages professionnels (...)


119: L'IT partenaire incontournable des objectifs RSE

https://www.lemondeinformatique.fr/actualites/lire-l-it-partenaire-incontournable-des-objectifs-rse-89364.html

Le monde informatique (Informatique / Internet)

De plus en plus, l'IT devient un levier important pour répondre aux objectifs de décarbonation des entreprises. Une récente étude (...)


120 / 753

120: Object-Oriented Programming(OOP) in Python

https://hojaleaks.com/object-oriented-programmingoop-in-python

Hashnode - python (python)

Object-oriented programming (OOP) is a programming paradigm that uses objects and their interactions to design applications and computer programs. Python, being a high-level programming language, supports OOP and provides several features to implemen...


121: L'optomécanique simule les réseaux de graphène

https://www.rtflash.fr/l-optomecanique-simule-reseaux-graphene/article

Tregouet.org ()

Le contrôle précis des oscillateurs micromécaniques est essentiel à de nombreuses technologies contemporaines, de la détection et la synchronisation aux filtres de radiofréquences des smartphones. Au cours de la dernière décennie, le contrôle quantique des systèmes mécaniques a été solidement établi avec les atomes, les molécules et les ions dans la première vague de développement [...]


122: Vers un test sanguin fiable pour diagnostiquer la maladie d'Alzheimer

https://www.rtflash.fr/vers-test-sanguin-fiable-pour-diagnostiquer-maladie-d-alzheimer/article

Tregouet.org ()

Le professeur Thomas Karikari et ses collègues de l'Université de Pittsburgh (États-Unis) ont développé un nouveau type de test sanguin qui permet de déceler une forme particulière de protéine Tau, appelée Tau dérivée du cerveau. Celle-ci est spécifique à la maladie d'Alzheimer. Les chercheurs ont constaté que les niveaux relevés étaient cohérents avec ceux dans le liquide céphal [...]


123: Des bactéries à l'assaut du cancer du poumon

https://www.rtflash.fr/bacteries-l-assaut-cancer-poumon/article

Tregouet.org ()

Le cancer du poumon est le troisième cancer le plus fréquent en France, chez l'homme comme chez la femme : en 2018, cette maladie a été responsable de plus de 22 000 décès. Rare avant l'âge de 60 ans, le cancer du poumon est souvent lié au tabac : à l'heure actuelle, les traitements incluent de la chirurgie, de la radiothérapie et/ou de la chimiothérapie. Mais malgré les progrès de la [...]


124: Building Portfolio Website Using HTML CSS & JavaScript Day105

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

Hashnode - javascript (Javascript)

Today #Day105 of #100DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Qualification define a section with class with h2 tag and span as its child elements,


125: Un nouveau logiciel déduit avec précision l'ascendance continentale à partir de l'ADN et de l'ARN de la tumeur

https://www.rtflash.fr/nouveau-logiciel-deduit-avec-precision-l-ascendance-continentale-partir-l-adn-et-l-arn-tumeur/article

Tregouet.org ()

Le fait de savoir d'où viennent vos ancêtres pourrait-il être la clé de meilleurs traitements contre le cancer ' Peut-être, mais où irait cette clé ' Comment retracer les racines ancestrales du cancer jusqu'aux solutions modernes ' Pour le professeur de recherche Alexander Krasnitz du Cold Spring Harbor Laboratory (CSHL), les réponses pourraient se trouver au plus profond de vast [...]


126: HTTP Fundamentals

https://mojtabamaleki.hashnode.dev/http-fundamentals

Hashnode - javascript (Javascript)

HTTP Fundamentals Welcome to my blog about HTTP Fundamentals! Here, I will delve into the basics of Hypertext Transfer Protocol (HTTP) and how it impacts the way we use the internet. We'll cover the history of HTTP, how it works, and the various aspe...


127: Guide to Higher Order Functions in Javascript'''

https://binodroxx.hashnode.dev/guide-to-higher-order-functions-in-javascript

Hashnode - javascript (Javascript)

In this article, we will dive into the world of higher-order functions, a fundamental concept in functional programming. We will explore what higher-order functions are, how they are used, and their many benefits. We will also look at examples of hig...


128: Goossips : URL Canonique et Sitemap XML

https://www.abondance.com/20230130-51228-goossips-url-canonique-et-sitemap-xml.html

Abondance (Référencement)

Quelques infos sur Google (et Bing parfois) et son moteur de recherche, glanées ici et là de façon officieuse ces derniers jours, avec au programme cette semaine quelques réponses à ces angoissantes questions : En cas de contenu dupliqué interne sur un site web, quelles URL mettre dans le fichier Sitemap XML ' Voici une […] L'article "Goossips : URL Canonique et Sitemap XML" a été pu [...]


129: How to Track Element Visibility Using IntersectionObserver in Angular - Step by Step Guide

https://vishugosain.hashnode.dev/how-to-track-element-visibility-using-intersectionobserver-in-angular

Hashnode - javascript (Javascript)

Greetings everyone !! As front-end developers, we often encounter the need to track when an element becomes visible within the viewport. However, this can be a challenging task without a reliable solution. From MDN, Historically, detecting the visib...


130 / 753

130: All you need to know about Javascript Destructuring Part 1!!

https://vikramraja.com/all-you-need-to-know-about-javascript-destructuring-part-1

Hashnode - javascript (Javascript)

Introduction Destructuring in JavaScript, also known as a destructuring assignment, is used to unpack arrays and object attributes into their own variables. Array The array is a collection of elements of the same or different values. Each value is ma...


131: Data Validation

https://nav610.hashnode.dev/data-validation

Hashnode - python (python)

Often, if not always, you want to validate an incoming payload to ensure it is passing the necessary parameters. If parameters are missing, you can fast-fail with an InvalidInput-like exception to quickly let the requester know the payload is malform...


132: JavaScript developers: Here are the top trends and tools

https://shivammehta2103.hashnode.dev/javascript-developers-here-are-the-top-trends-and-tools-1

Hashnode - javascript (Javascript)

The 2022 State of JavaScript survey of nearly 40,000 developers has identified the most popular, emerging and waning technologies used by JavaScript developers. The annual JavaScript survey, whose sponsors include Google, highlights new frontend fr...


133: How to make a Virtual Environment in Python for your projects

https://webcodespace.hashnode.dev/how-to-make-a-virtual-environment-in-python-for-your-projects

Hashnode - python (python)

In order to make a virtual environment for your python project, you can use the venv module which is built-in to python. Here are the steps you need to follow: Open command prompt To open command prompt, press the home button on your keyboard, search...


134: Developing a Flutter App for Every Screen: Part 2/3

https://jacksiro.hashnode.dev/developing-a-flutter-app-for-every-screen-part-2

Hashnode - Flutter (Flutter)

Flutter offers the ability to create apps that can be used on multiple platforms, including mobile, desktop, and web, using a single codebase. However, this presents new challenges in creating apps that are not just multiplatform, but also adapt to e...


135: This day in search marketing history: January 30

https://searchengineland.com/search-marketing-history-january-30-392335

Search engine land (Référencement)

Jumpshot shuts down, plus: Google publishes featured snippet guide, Universal Search expands, local reviews in Google search and more. The post This day in search marketing history: January 30 appeared first on Search Engine Land.


136: Get Twitch OAuth scopes programmatically

https://blog.techygrrrl.stream/twitch-oauth-scopes-programmatically

Hashnode - javascript (Javascript)

I wrote a user script that allows you to get Twitch's OAuth scopes programmatically. Why though' If you're developing an application that makes it easier to work with the Twitch developer API's, you may find it useful to have all possible scopes. How...


137: 5 technologies you need to know about to work on the back-end of a ReactJS website or app

https://benenkle.hashnode.dev/5-technologies-you-need-to-know-about-to-work-on-the-back-end-of-a-reactjs-website-or-app

Hashnode - javascript (Javascript)

React is a popular JavaScript library for building user interfaces and single-page applications. While React is primarily used for front-end development, there are several technologies that can be used on the back-end to enhance the functionality of ...


138: Get the Selected Value of a Dropdown Menu in Vue

https://stackabuse.com/get-the-selected-value-of-a-dropdown-menu-in-vue/

Stack Abuse (Javascript)

In this short Byte - learn how to get the value of a dropdown menu item in JavaScript and Vue.


139: Declarative HTTP Clients in Spring Boot 3 with Kotlin

https://blog.dripto.xyz/declarative-http-clients-in-spring-boot-3-with-kotlin

Hashnode - Kotlin (Mobiles)

Kotlin and Spring Boot 3 make a powerful combination for building modern, scalable applications. With the introduction of declarative HTTP clients in Spring Boot 3, developers can define their HTTP client configurations in a concise, readable manner....


140 / 753

140: My Riverpod Learnings

https://hasnainm.hashnode.dev/my-riverpod-learnings

Hashnode - Flutter (Flutter)

Introduction Hey everyone I am Hasnain Makada, currently building out Open Source with Hasnain where every beginner regardless of their field can find tons of resources related to Web Dev, Android, AI & ML etc... This project is also intended for beg...


141: Weekend Reading ' ' Software is believing

https://labnotes.org/weekend-reading-software-is-believing/

Lab notes (Développement)

This week is loaded with AI. We use it to summarize and de-summarize, help us SQL, spoken words, and handwritten notes. We also settle a semantic debate and cure our Python envy.


142: All you need know about NPM.

https://codexprogrammer.hashnode.dev/all-you-need-know-about-npm

Hashnode - javascript (Javascript)

NPM (Node Package Manager) is a popular platform that enables developers to manage and share the packages of pre-written code for their projects. NPM makes it easy to reuse code, save time, and avoid reinventing the wheel. Here's everything you need ...


143: Day 24 - Recursion

https://viveky.hashnode.dev/day-24-recursion

Hashnode - python (python)

Recursion in Python Recursion is the process of defining something in terms of itself. Python Recursive Function In Python, we know that a function can call other functions. It is even possible for the function to call itself. These types of construc...


144: New WebPageTest Experiment: Edit Response HTML!

https://blog.webpagetest.org/posts/edit-response-html/

Web page test (webperf)

We're happy to announce the addition of a new custom experiment in WebPageTest Pro! The new "Edit Response HTML" experiment is one of our most powerful yet, as it allows you to freely edit the initial HTML of a website and compare the performance of that edited version to the live website. What's it for' The use cases for this experiment are infinite... perhaps you'd like to test the pe [...]


145: Lazily Initializing Implicit Logger in Every Class in Kotlin

https://blog.dripto.xyz/lazily-initializing-implicit-logger-in-every-class-in-kotlin

Hashnode - Kotlin (Mobiles)

How Kotlin(JVM) logger declaration works If you're familiar with the Kotlin programming language on the JVM platform, you may have encountered the need for logging in your projects. Typically, this requires declaring a logger for each class in your c...


146: How to fail function calls with undefined arguments with a one-liner (sorta) (snippet)

https://www.stefanjudis.com/snippets/how-to-fail-function-calls-with-undefined-arguments-with-a-one-liner-sorta/

Stefan Judis (Développement)

I've been writing JavaScript for so long that I sometimes don't see its quirks. To be fair, there are fewer quirks than ten years ago, but some things would still make great language additions. One thing that would make a lot of sense is required function parameters. Assume you have a function that defines required arguments. And you really really want to make sure the function is called with the [...]




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