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

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


Vendredi 3 Mars 2023 (156)

1: Working with APIs: Integrating Data into Your Frontend Application

https://gladysluke.hashnode.dev/working-with-apis-integrating-data-into-your-frontend-application

Hashnode - javascript (Javascript)

As frontend developers, we often need to integrate data from external sources, such as databases or web services, into our applications. One of the most common ways to accomplish this is by working with Application Programming Interfaces (APIs). In t...


2: 5 Common Mistakes Beginners Make When Learning Python: How to Avoid Them

https://brainembedded.hashnode.dev/5-common-mistakes-beginners-make-when-learning-python-how-to-avoid-them

Hashnode - python (python)

Python is an incredibly popular programming language that is widely used in various fields, including web development, data analysis, artificial intelligence, and more. It's known for its simplicity, readability, and versatility, making it an ideal l...


3: Powering AI and Machine Learning with Python: A Comprehensive Overview

https://brainembedded.hashnode.dev/powering-ai-and-machine-learning-with-python-a-comprehensive-overview

Hashnode - python (python)

Python has become one of the most popular programming languages for artificial intelligence (AI) and machine learning (ML) projects. Its versatility, ease of use, and a large community of developers have made it the go-to language for many AI and ML ...


4: Cryptomonnaies : pourquoi MyAlgo conseille à ses clients de retirer leurs fonds des portefeuilles '

https://www.lebigdata.fr/myalgo-pirate

Le Big Data (dataviz)

MyAlgo, un portefeuille blockchain Algorand, a récemment été piraté et conseille à ses utilisateurs de retirer les fonds des wallets. … Cet article Cryptomonnaies : pourquoi MyAlgo conseille à ses clients de retirer leurs fonds des portefeuilles ' a été publié sur LeBigData.fr.


5: Implementing Pull to Refresh in a Flutter Application

https://cshanjib.hashnode.dev/pull-to-refresh-in-flutter

Hashnode - Flutter (Flutter)

https://www.youtube.com/watch'v=D0-ZpybCbC8 Pull-to-Refresh is a touchscreen gesture that involves the user pulling down a list to trigger an event to fetch the most recent data. This feature can enhance the mobile app by allowing the user to load ...


6: OpenAPI Python Clients

https://blog.openziti.io/openapi-python-clients

Hashnode - python (python)

At the OpenZiti project, we heavily rely on OpenAPI specifications to streamline our development process. The OpenAPI project provides code generators that support a variety of programming languages. In this blog, we'll focus on a practical guide for...


7: Building a U-Smart Trivia Game With Flutter Language

https://trudy.hashnode.dev/building-a-u-smart-trivia-game-with-flutter-language

Hashnode - Flutter (Flutter)

Building a trivia game using Flutter is a fun and rewarding experience. With the right tools and techniques, we create a high-quality app that engages users and challenges their knowledge. By following the steps outlined in this article, you can buil...


8: Rock paper scissor game project

https://yagneshpasam.com/rock-paper-scissor-game-project

Hashnode - javascript (Javascript)

Rock Paper Scissor project I just finished building a rock-paper-scissors game using HTML, CSS, and JavaScript! Here's a quick rundown of how it works. ' The game has three options: rock, paper, and scissors. ' The user selects their choice by clic...


9: Prompt templates and task chains

https://neuml.hashnode.dev/prompt-templates-and-task-chains

Hashnode - python (python)

This article is part of a tutorial series on txtai, an AI-powered semantic search platform. txtai executes machine-learning workflows to transform data and build AI-powered semantic search applications. txtai has long had support for workflows. Workf...


10 / 156

10: Introduction to Signals In JS: An Overview and Advantages

https://blogs.aabishkar.info.np/introduction-to-signals-in-js-an-overview-and-advantages

Hashnode - javascript (Javascript)

In the world of JavaScript-based frameworks and libraries, Signals are a relatively new addition. It was first introduced in frameworks like Preact, React, Qwik, and SolidJS some time ago, however, Angular's recent implementation of Signals in its la...


11: LinkedIn launches collaborative articles for users to share insights and advice

https://searchengineland.com/linkedin-collaborative-articles-launched-393866

Search engine land (Référencement)

LinkedIn members will be invited to share ideas, examples, and experiences in specific sections of these new collaborative articles. The post LinkedIn launches collaborative articles for users to share insights and advice appeared first on Search Engine Land.


12: I'm Making Serious Progress.. (Day 2 & 3 Wrapped)

https://pwangszn.com/im-making-serious-progress-day-2-3-wrapped

Hashnode - javascript (Javascript)

Hey everyone!! Peter here. Just doing a quick check in. I just wrapped up day 3 of the SaaS to Launch in 7-day challenge and I thought I would update you guys on what I've been working on! Sippin on a ice matcha latte will writing this.. I'm on Day 4...


13: Pinterest is experimenting a new premium video ad format

https://searchengineland.com/pinterest-is-experimenting-a-new-premium-video-ad-format-393867

Search engine land (Référencement)

The ads are available for purchase in 24-hour increments, with an option to schedule them consecutively for an extended period. The post Pinterest is experimenting a new premium video ad format appeared first on Search Engine Land.


14: TikTok presque aussi populaire que Netflix auprès des Américains, d'après une étude

https://www.usine-digitale.fr/article/tiktok-presque-aussi-populaire-que-netflix-aupres-des-americains-d-apres-une-etude.N2107886

L'usine-digitale (Informatique)

L'application chinoise de vidéos courtes sera presque aussi visionnée que le géant du streaming en 2024, projette un cabinet américain. L'étude tombe à pic alors que le débat fait rage, outre-Atlantique, sur une interdiction pure et simple de Tiktok, accusé de servir de cheval de Troie à Pékin.


15: How to import images dynamically in react' | Techletter 1

https://prajwalhaniya.hashnode.dev/how-to-import-images-dynamically-in-react-techletter-1

Hashnode - javascript (Javascript)

How to return a false, when there is an array filled with multiple empty arrays' I hope you will understand what I meant, in the below example: const arr = [[], [], []]; const arrLength = arr.length; The arrLength is 3. But, technically I wanted ...


16: Day 11 - Strings in Python

https://codewithjain.hashnode.dev/day-11-strings-in-python

Hashnode - python (python)

Introduction Welcome to my 11th blog post. On day 11, I learnt about strings in python and a few important characteristics concerning strings. I learnt about strings, multi-line strings, accessing string characters and looping through the strings. Le...


17: Find the Index of the First Occurrence in a String

https://leeting-lcs.hashnode.dev/find-the-index-of-the-first-occurrence-in-a-string

Hashnode - python (python)

Problem Statement:- Given two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Link: https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string...


18: 10 New JavaScript features to start using today

https://webdevacademy.in/10-new-javascript-features-to-start-using-today

Hashnode - javascript (Javascript)

JavaScript is a widely used programming language in web development that continues to evolve with new features. By leveraging these features, developers can enhance their coding skills and increase productivity. In this article, we will explore eight...


19: Day 6 in 100daysofcode challenge

https://wightintech.hashnode.dev/day-6-in-100daysofcode-challenge

Hashnode - Flutter (Flutter)

Welcome to day 6 blog and weekend has started and I will have so much extra time from tomorrow for my coding session , really excited . I learnt only 2 topics today so today's blog is going be really short . What did I learn today' 1)Maps: It was one...


20 / 156

20: JavaScript Tips & Tricks

https://ramustar.hashnode.dev/javascript-tips-tricks

Hashnode - javascript (Javascript)

Must Know JavaScript Tips & Tricks ' Let's have a look at 7 valuable tips and tricks found in the most popular language in the world, JavaScript. 1. Deep Copy with JSON You may have heard of using object spread or Object.assign() to make shallow cop...


21: Why should you use react query for your react app - part 2

https://clickpesa.hashnode.dev/why-should-you-use-react-query-for-your-react-app-part-2

Hashnode - javascript (Javascript)

...For the introduction to react-query and useQuery hooks, Read my previous post Part one In my previous post, we explored the introduction to react query and useQuery hook. In this post, we explore useMutation hook in data creation, edition and dele...


22: Most Asked Interview Questions on Flutter

https://cse-unveiled.hashnode.dev/most-asked-interview-questions-on-flutter

Hashnode - Flutter (Flutter)

What is Flutter' Ans: Flutter is an open-source mobile application development framework created by Google. It allows developers to create high-performance, visually attractive mobile applications for iOS and Android using a single codebase. What ar...


23: Improving mobile design with the latest CSS viewport units

https://blog.logrocket.com/improving-mobile-design-latest-css-viewport-units/

Log Rocket blog (Web 2)

Let's explore how the most recent CSS viewport units address the mobile design issues caused by the initial set of viewport units. The post Improving mobile design with the latest CSS viewport units appeared first on LogRocket Blog.


24: How to draw TOKU

https://feeds.feedblitz.com/~/729698615/0/tanglepatterns~How-to-draw-TOKU.html

TanglePatterns (Zentangle)

Links to online instructions for drawing CZT® Julie Isaac's Zentangle® pattern: Toku. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


25: Building globally with Django internalization

https://osahenru.hashnode.dev/building-globally-with-django-internalization

Hashnode - python (python)

The world as a global village is comprising of different language, ethnicity and gender. In this article I will introduce to you the concept of internalization with Django. You will understand how an application can be built to reach a global audienc...


26: Transitioning from HTML and CSS to JavaScript Plus 14 Resources

https://maame.hashnode.dev/transitioning-from-html-and-css-to-javascript-plus-14-resources

Hashnode - javascript (Javascript)

Introduction If you are starting your coding journey with HTML and CSS, transitioning to JavaScript can be challenging. This article will give you a brief introduction to JavaScript, discuss how different it is from HTML and CSS, why you may find it ...


27: Telex : Akamai s'empare d'Ondat, Snap représente en AR les femmes de France, Zoom vire son président

https://www.lemondeinformatique.fr/actualites/lire-telex-akamai-s-empare-d-ondat-snap-represente-en-ar-les-femmes-de-france-zoom-vire-son-president-89725.html

Le monde informatique (Internet / Informatique)

- Akamai s'empare d'Ondat. Le spécialiste du CDN et de la sécurité a mis la main sur un spécialiste du stockage (...)


28: L'activité entreprise sauve les résultats annuels 2023 de Dell

https://www.lemondeinformatique.fr/actualites/lire-l-activite-entreprise-sauve-les-resultats-annuels-2023-de-dell-89720.html

Le monde informatique (Internet / Informatique)

Fer de lance de Dell Technologies, l'activité PC entreprise et grand public du constructeur subit de plein fouet la chute de la demande. Lors (...)


29: Corriger le problème « Android Install Location Auto » pour Meta Quest avec Unity 2022.2+

https://www.demonixis.net/corriger-le-probleme-android-install-location-auto-pour-meta-quest-avec-unity-2022-2/

Demonixis (Jeux)

Comment corriger le "Android Install Location preferExternal" au lieux de auto ' La réponse dans ce cours post. L'article Corriger le problème « Android Install Location Auto » pour Meta Quest avec Unity 2022.2+ est apparu en premier sur Demonixis Games.


30 / 156

30: Brave Search adds AI Summarizer feature

https://searchengineland.com/brave-search-summarizer-ai-feature-393859

Search engine land (Référencement)

Don't call it generative AI. Brave trained its large language models (LLMs) to provide answers by processing multiple information sources. The post Brave Search adds AI Summarizer feature appeared first on Search Engine Land.


31: Collective 754

https://tympanus.net/codrops/collective/collective-754/

Codrops (Design / Internet)

WebContainers * MakeReign Academy * Strudel REPL * Getting Started with Style Queries


32: What if it was called optional and nullish operators'

https://arturcarvalho.hashnode.dev/what-if-it-was-called-optional-and-nullish-operators

Hashnode - javascript (Javascript)

I'm constantly forgetting the names of the optional chaining and nullish coalescing operators. What if calling them maybe operator and nullish operator was enough' Or maybe that's what everybody calling them already.


33: Estimate Prediction Intervals in Scikit-Learn Models with MAPIE

https://mathdatasimplified.com/2023/03/03/estimate-prediction-intervals-in-scikit-learn-models-with-mapie/

Math Data Simplified (data)

To get estimated prediction intervals for predictions made by a scikit-learn model, use MAPIE. In the code above, we use MapieRegressor to estimate prediction intervals for a scikit-learn regressor. Link to MAPIE. My previous tips on machine learning. The post Estimate Prediction Intervals in Scikit-Learn Models with MAPIE appeared first on Data Science Simplified.


34: Sur LinkedIn, les arnaques à l'embauche sont de plus en plus nombreuses et crédibles

https://www.usine-digitale.fr/article/sur-linkedin-les-arnaques-a-l-embauche-sont-de-plus-en-plus-nombreuses-et-credibles.N2107781

L'usine-digitale (Informatique)

LinkedIn serait de plus en plus exploité pour les arnaques à l'embauche, et celles-ci seraient de plus en plus sophistiquées. En cause ' Le télétravail, qui crédibilise les entretiens à distance, mais aussi l'accès à de nouveaux outils d'intelligence artificielle qui permettent d'automatiser ces pratiques.


35: Incident de sécurité de LastPass': quels risques pour mon organisme'

https://aynils.ca/fr/information/incident-de-securite-lastpass-quels-risques-que-faire/

Humancoders ()

Incident de sécurité LastPass : Que cela signifie-t-il exactement'' Que s'est-il passé et quelles données ont été compromises'' Quel est l'impact sur mon organisme sans but lucratif et comment réagir'' Commentaires L'article Incident de sécurité de LastPass': quels risques pour mon organisme' a été posté dans la catégorie Sécurité de Human Coders News


36: Leetcode 21 || Merge Two Sorted Lists

https://uh.hashnode.dev/leetcode-21-merge-two-sorted-lists

Hashnode - python (python)

Problem Link: https://leetcode.com/problems/merge-two-sorted-lists/ In this problem, two input LinkedLists are given which are sorted already. We have to merge these two lists so that the output LinkedList is also sorted. Solution To solve this probl...


37: Highlight your Selected Drawer Item: Jetpack Compose

https://sagar0-0.hashnode.dev/highlight-your-selected-drawer-item

Hashnode - Kotlin (Mobiles)

In this article, we will be implementing the one missing feature of our Drawer in Compose, and that is to highlight the selected item so that the user will know which Screen you are in. Output: Implementation: This article is an extension of the pre...


38: A guide to adding SSR to an existing Vue 3 app

https://blog.logrocket.com/adding-ssr-existing-vue-3-app/

Log Rocket blog (Web 2)

We discuss server-side rendering, its advantages and disadvantages, and demonstrate how to incorporate SSR into a preexisting Vue 3 project. The post A guide to adding SSR to an existing Vue 3 app appeared first on LogRocket Blog.


39: What is a product owner' Role and responsibilities for scrum teams

https://blog.logrocket.com/product-management/what-is-a-product-owner-role-responsibilities/

Log Rocket blog (Web 2)

Learn everything you need to know about the product owner role, including the responsibilities and job description, characteristics of a good PO, and common antipatterns. The post What is a product owner' Role and responsibilities for scrum teams appeared first on LogRocket Blog.


40 / 156

40: React Testing Beginner's guide | RTL & Jest Part - 1

https://mohitmohlia.hashnode.dev/react-testing-beginners-guide-part-1

Hashnode - javascript (Javascript)

If you are a person who just finished Learning React Framework and got fairly good at it. You start giving Interviews, You almost got the skills for developing Single Page applications. You are having a decent conversation with the interviewer until ...


41: Performing scroll-triggered animations using Intersection Observer API with React

https://chimisepro.hashnode.dev/performing-scroll-triggered-animations-using-intersection-observer-api-with-react

Hashnode - javascript (Javascript)

In this guide, we will walk through how to create powerful scroll-triggered animations using the browser Intersection Observer API by building a simple website with a sticky back-to-top button. The Intersection Observer API provides an asynchronous w...


42: 3 new changes to the Google Ads dashboard

https://searchengineland.com/3-new-changes-to-the-google-ads-dashboard-393857

Search engine land (Référencement)

Google will assess the impact of the changes based on user feedback before deciding whether to implement them more widely. The post 3 new changes to the Google Ads dashboard appeared first on Search Engine Land.


43: Understanding Community Detection Algorithms With Python NetworkX

https://memgraph.hashnode.dev/understanding-community-detection-algorithms-with-python-networkx

Hashnode - python (python)

Introduction While the NetworkX package may be enough on its own to learn about graph theory and algorithms, in production, you will often require a permanent storage solution and additional graph analytics capabilities. Using Memgraph, an in-memory ...


44: Using state with form fields in react

https://shivrajdeopa.hashnode.dev/using-state-with-form-fields-in-react

Hashnode - javascript (Javascript)

1- Lets suppose we have multiple field in our forms, so one way is, inorder to manage those feilds, we can make use of multiple state as shown below, also I have intialized each field with empty string here, because either way you passit any, it woul...


45: Unlock the Magic of Pattern Matching in Dart 3.0

https://mokshmahajan.hashnode.dev/unlock-the-magic-of-pattern-matching-in-dart-30

Hashnode - Flutter (Flutter)

So in the last couple of articles in this series, we got a basic introduction to Records, which is a new built-in collection type coming in Dart 3.0, and how they make developers' life easy with their various applications like facilitating multiple r...


46: The Benefits of Learning a New Programming Language

https://judevector.hashnode.dev/the-benefits-of-learning-a-new-programming-language

Hashnode - javascript (Javascript)

As a Developer, it's important to continually expand your knowledge and skillset. One way to do this is by learning a new programming language. But why is it worth the effort to learn a new language' Here are just a few benefits: print("Hello, world!...


47: '~Conditions and Conditional Statements~'

https://yashk.hashnode.dev/conditions-and-conditional-statements

Hashnode - python (python)

Veryyyy interesting and super fun topic coming upppp! Certainly one of my favourite things to do in coding in general tbh as of now (but again, just a beginner so gotta see all of the fun things that there are to explore) But lets start quickly today...


48: Mastering Data Manipulation and Analysis with Pandas: A Comprehensive Guide

https://brainembedded.hashnode.dev/mastering-data-manipulation-and-analysis-with-pandas-a-comprehensive-guide

Hashnode - python (python)

Pandas is a powerful and popular library for data manipulation and analysis in Python. It provides efficient, easy-to-use data structures and tools for handling structured data, making it an essential tool for data scientists and analysts. In this bl...


49: Mastering NumPy: A Guide to Efficient Scientific Computing in Python

https://brainembedded.hashnode.dev/mastering-numpy-a-guide-to-efficient-scientific-computing-in-python

Hashnode - python (python)

NumPy, short for "Numerical Python", is a fundamental library for scientific computing in Python. It provides support for arrays and matrices, as well as mathematical functions to operate on them. NumPy is a popular library in the data science commun...


50 / 156

50: Using Insta for Rust snapshot testing

https://blog.logrocket.com/using-insta-rust-snapshot-testing/

Log Rocket blog (Web 2)

There are a lot of testing strategies for Rust, ranging from unit to integration testing. In this article, we'll learn more about what snapshot testing is and how it can supplement your development efforts. The post Using Insta for Rust snapshot testing appeared first on LogRocket Blog.


51: Mulesoft et Tableau, moteurs de croissance pour Salesforce

https://www.lemondeinformatique.fr/actualites/lire-mulesoft-et-tableau-moteurs-de-croissance-pour-salesforce-89714.html

Le monde informatique (Internet / Informatique)

Le vent a tourné pour le géant américain du CRM. Malgré deux mois tumultueux, l'adoption massive par les utilisateurs de la (...)


52: Captive product pricing: How to accessorize core products

https://blog.logrocket.com/product-management/captive-product-pricing-how-to-accessorize-core-products/

Log Rocket blog (Web 2)

If you have the right combination of core and accessory products, a captive product pricing strategy can be a great tool. The post Captive product pricing: How to accessorize core products appeared first on LogRocket Blog.


53: Les députés votent l'instauration d'une "majorité numérique" pour s'inscrire sur un réseau social

https://www.usine-digitale.fr/article/les-deputes-votent-l-instauration-d-une-majorite-numerique-pour-s-inscrire-sur-un-reseau-social.N2107691

L'usine-digitale (Informatique)

Les réseaux sociaux devront désormais obtenir l'accord des parents pour accepter l'inscription d'un mineur français de moins de quinze ans. La liste des contenus illicites en ligne a également été étendue.


54: Difference between virtual and real DOM

https://techysawan.hashnode.dev/difference-between-virtual-and-real-dom

Hashnode - javascript (Javascript)

The virtual DOM and the real DOM are both representations of a web page's structure and content, but they are used for different purposes. The real DOM is the actual structure of a web page as it exists in the browser's memory. It is a tree-like stru...


55: Une fuite nous laisse découvrir les plans de Meta pour les années à venir

https://www.realite-virtuelle.com/plans-meta-3-casques-annees-a-venir/

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

Nous connaissons maintenant la feuille de route de Meta pour les années à venir. Selon […] Cet article Une fuite nous laisse découvrir les plans de Meta pour les années à venir a été publié sur Réalité-Virtuelle.com.


56: Loading a Pretrained TensorFlow Model into TensorFlow Serving

https://stackabuse.com/loading-a-pretrained-tensorflow-model-into-tensorflow-serving/

Stack Abuse (Javascript)

In this guide, learn how to prepare, dockerize and deploy a TensorFlow Model using TensorFlow Serving, as well as how to send POST requests for inference in Python.


57: Meta fait des chiffres d'affaires impressionnants sur ses casques Quest, mais un problème subsiste

https://www.realite-virtuelle.com/millions-casques-quest-vendus-difficultes-meta/

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

Mark Rabkin, vice-président de la réalité virtuelle de Meta, a indiqué que l'entreprise avait réussi […] Cet article Meta fait des chiffres d'affaires impressionnants sur ses casques Quest, mais un problème subsiste a été publié sur Réalité-Virtuelle.com.


58: Creating Reusable React Components: A Beginner's Guide

https://yazdun.hashnode.dev/creating-reusable-react-components

Hashnode - javascript (Javascript)

React is one of the most popular JavaScript libraries for building complex web applications efficiently. One of the key benefits of React is its component-based architecture, which allows you to create reusable pieces of code that can be used across ...


59: Google Play Now Warns Users About Buggy Apps

https://www.webpronews.com/google-play-now-warns-users-about-buggy-apps/

WebProNews SEO (Développement)

WebProNews Google Play Now Warns Users About Buggy Apps Android users may be spared some headaches, with Google Play now warning them before installing buggy apps. Google Play Now Warns Users About Buggy Apps Matt Milano


60 / 156

60: Free Download: Budget Planner UI Kit

https://www.webdesignerdepot.com/2023/03/free-download-budget-planner-ui-kit/

Webdesigner depot (Design)

<p>Designing an onboarding process can be tricky; there are so many different options, and if you get it wrong, you could turn users off. This freebie is a great starting point for your own designs, either for prototyping or as a sanity check to ensure that you've included the essentials.<br /></p> <p>This awesome UI kit designed by <a href="https://www.premiumuikit [...]


61: La Maison Blanche détaille sa stratégie cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-la-maison-blanche-detaille-sa-strategie-cybersecurite-89713.html

Le monde informatique (Internet / Informatique)

Après plusieurs mois de discussions « entre plus de 20 agences gouvernementales » et des consultations avec « les (...)


62: Vishing : tout savoir sur cette arnaque téléphonique

https://www.lebigdata.fr/vishing-tout-savoir

Le Big Data (dataviz)

Le vishing ou hameçonnage vocal est une technique de fraude téléphonique de plus en plus répandue. Soyez vigilant et protégez-vous … Cet article Vishing : tout savoir sur cette arnaque téléphonique a été publié sur LeBigData.fr.


63: Keyword research for SEO: 6 questions you must ask yourself

https://searchengineland.com/keyword-research-for-seo-6-questions-you-must-ask-yourself-393823

Search engine land (Référencement)

Answering these questions will help you strategically create content that resonates with searchers and drives SEO results. The post Keyword research for SEO: 6 questions you must ask yourself appeared first on Search Engine Land.


64: How to create a winning content strategy framework

https://searchengineland.com/create-content-strategy-framework-393819

Search engine land (Référencement)

Your content marketing actions must be guided by a documented plan. Learn the 10 building blocks for a solid content strategy framework. The post How to create a winning content strategy framework appeared first on Search Engine Land.


65: PSVR 2 vs Quest 2 : Lequel est fait pour vous '

https://www.realite-virtuelle.com/psvr-2-vs-quest-2/

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

Entre le nouveau PSVR 2 du géant technologique Sony et le Quest 2 de l'entreprise […] Cet article PSVR 2 vs Quest 2 : Lequel est fait pour vous ' a été publié sur Réalité-Virtuelle.com.


66: Deep learning tool AudioFlux: a systematic audio feature extraction library

https://qmdsp.hashnode.dev/deep-learning-tool-audioflux-a-systematic-audio-feature-extraction-library

Hashnode - python (python)

Description AudioFlux is a library for audio and music analysis and feature extraction, which supports dozens of time-frequency analysis and transformation methods, as well as hundreds of corresponding time-domain and frequency-domain feature combina...


67: Not So Popular JavaScript Array Methods

https://michelleomeke.hashnode.dev/not-so-popular-javascript-array-methods

Hashnode - javascript (Javascript)

There is a rich collection of built-in Array methods in JavaScript, many of them are widely used by developers. However, there are some of these Array methods that are not as well-known or as popular as the others. These unpopular array methods are i...


68: Pour accélérer sa croissance et son internationalisation, Sesamm lève 35 M'

https://www.lemondeinformatique.fr/actualites/lire-pour-accelerer-sa-croissance-et-son-internationalisation-sesamm-leve-35-meteuro-89711.html

Le monde informatique (Internet / Informatique)

Certaines start-ups grandissent plus vite que d'autres. C'est le cas de Sesamm, société spécialiste du traitement automatique (...)


69: Piping function in JavaScript ' Part 1

https://sumitmupadhyay.hashnode.dev/piping-function-in-javascript-part-1

Hashnode - javascript (Javascript)

Problem Statement - Given an object which can have a function as a value at a nested level, create a function that will accept arguments as input and pass it through all the functions in the input object and return the computed value. Example- Input:...


70 / 156

70: La Poste ouvre son concours French IoT orienté vers les services

https://www.lemondeinformatique.fr/actualites/lire-la-poste-ouvre-son-concours-french-iot-oriente-vers-les-services-89712.html

Le monde informatique (Internet / Informatique)

Les candidatures pour les start-ups qui souhaitent concourir à la 9e édition du challenge French IoT Impact x Technologie de La Poste sont (...)


71: Introduction to Robot Operating System

https://ros-learnings.dev/introduction-to-robot-operating-system

Hashnode - python (python)

Robotics has always been a fascinating field that has captured the imagination of both researchers and enthusiasts. Robots have become an integral part of our lives, from industrial manufacturing to healthcare, from space exploration to everyday dome...


72: Introduction to Robot Operating System

https://ros-learnings.hashnode.dev/introduction-to-robot-operating-system

Hashnode - python (python)

Robotics has always been a fascinating field that has captured the imagination of both researchers and enthusiasts. Robots have become an integral part of our lives, from industrial manufacturing to healthcare, from space exploration to everyday dome...


73: Apple Is Not a Fan of ChatGPT Apps

https://www.webpronews.com/apple-is-not-a-fan-of-chatgpt-apps/

WebProNews SEO (Développement)

WebProNews Apple Is Not a Fan of ChatGPT Apps Developers looking to incorporate ChatGPT into their iOS apps are in for a rude awakening when they submit them to the App Store. Apple Is Not a Fan of ChatGPT Apps Staff


74: Les développeurs vont pouvoir intégrer ChatGPT et Whisper à leurs applications

https://www.usine-digitale.fr/article/les-developpeurs-vont-pouvoir-integrer-chatgpt-et-whisper-a-leurs-applications.N2107661

L'usine-digitale (Informatique)

OpenAI continuer de monétiser ses modèles d'IA avec le lancement d'une API pour ChatGPT et Whisper. Les développeurs pourront ainsi utiliser ces technologies directement dans leurs applications et services, et ce de manière plus sécurisée puisque la société s'interdit à présent d'utiliser leurs données pour former ses modèles.


75: How to use Prometheus for web application monitoring

https://jorzel.hashnode.dev/how-to-use-prometheus-for-web-application-monitoring

Hashnode - python (python)

Intro The ability to comprehend and assess a system's state using the data it produces is known as observability. It is one of the most important traits of system reliability that gives an opportunity to take action. Observability is crucial, especia...


76: Introducing a new way to embed Datawrapper visualizations without iframes

https://blog.datawrapper.de/web-component-embedding/

Data Wrapper ()

You can now embed Datawrapper visualizations using Web Components, significantly increasing the performance on pages with many embedded visualizations.


77: Pourquoi la 5G a-t-elle déçu le monde entier ' 

https://www.lebigdata.fr/pourquoi-5g-decu-monde

Le Big Data (dataviz)

Depuis son lancement, la 5G était censée révolutionner la façon dont nous communiquons et vivons. Cependant, les attentes ont été … Cet article <strong>Pourquoi la 5G a-t-elle déçu le monde entier ' </strong> a été publié sur LeBigData.fr.


78: How AI Technology Will Transform Design

https://smashingmagazine.com/2023/03/ai-technology-transform-design/

Smashing magazine (CSS / Web 2)

In this article, Nick and Gleb cover the current state of design, answer common questions designers have about AI tools, and share practical tips on how designers can make the most of using AI tools.


79: Réseaux sociaux et mineurs : un accord parental bientôt obligatoire, ce qui pourrait changer

https://www.blogdumoderateur.com/reseaux-sociaux-mineurs-accord-parental-bientot-obligatoire/

Blog du Moderateur ()

Les députés de l'Assemblée nationale viennent de voter pour un accord parental obligatoire pour les moins de 15 ans.


80 / 156

80: How to start your journey in game development

https://souravkr.hashnode.dev/how-to-start-your-journey-in-game-development

Hashnode - Unity (unity)

Introduction As the name suggests game development is the process of making a video game. It is an interesting and challenging process because we make our imagination in a real imaginary world. Game development is not just making game design and addi...


81: Unleashing the Power of Kotlin: 8 Advanced Features for Experienced Developers

https://dhavalasodariya.hashnode.dev/unleashing-the-power-of-kotlin-8-advanced-features-for-experienced-developers

Hashnode - Kotlin (Mobiles)

Kotlin has become one of the most popular programming languages in recent years, and for good reason. It offers a wide range of features that can help developers write more concise and readable code, while also increasing productivity. In the previou...


82: What You Need To Know About Package.JSON

https://adhamm.hashnode.dev/what-you-need-to-know-about-packagejson

Hashnode - javascript (Javascript)

In a previous project, I faced many problems and errors that makes me like '. And I needed to know more about "package.json" and I found that: Package.json is the heart of any node project. It has the metadata of the project, and it is a fundamenta...


83: IBM lance la suite Storage Defender avec Cohesity

https://www.lemondeinformatique.fr/actualites/lire-ibm-lance-la-suite-storage-defender-avec-cohesity-89710.html

Le monde informatique (Internet / Informatique)

IBM et le spécialiste de la sauvegarde Cohesity ont formé un partenariat, prévoyant l'intégration de la fonction de protection (...)


84: Qualcomm et Thales présentent la première iSIM certifiée, intégrée au Snapdragon 8 Gen 2

https://www.usine-digitale.fr/article/qualcomm-et-thales-presentent-la-premiere-isim-certifiee-integree-au-snapdragon-8-gen-2.N2107566

L'usine-digitale (Informatique)

Oubliez l'eSIM, voici l'iSIM. Lors du Mobile World Congress 2023, Thales et Qualcomm ont annoncé la première SIM intégrée à être certifiée GSMA. L'eSIM permettait de se passer des cartes SIM à insérer dans son téléphone, mais nécessitait une puce dédiée dans l'appareil. L'iSIM fait mieux en s'intégrant directement au SoC du smartphone.


85: Wondering how the Closure '' and setTimeout ' in the For-loop Question can blow your mind'

https://riyatiwari.hashnode.dev/wondering-how-the-closure-and-settimeout-in-the-for-loop-question-can-blow-your-mind

Hashnode - javascript (Javascript)

Are you ready for the blast my dear friends' Let's fall in love with the peculiarity of JavaScript once again. When I was studying this Closures topic quite closely and had started developing the feeling of understanding it completely, I stumbled up...


86: C++ 23, la pandemic edition, est désormais complète

https://www.lemondeinformatique.fr/actualites/lire-c-23-la-pandemic-edition-est-desormais-complete-89700.html

Le monde informatique (Internet / Informatique)

C++ 23, la mise à jour prévue du langage de programmation, est désormais finalisée, avec des capacités comme le support (...)


87: L'Isaca-Afai se penche sur la souveraineté et la concurrence dans le cloud

https://www.lemondeinformatique.fr/actualites/lire-l-isaca-afai-se-penche-sur-la-souverainete-et-la-concurrence-dans-le-cloud-89705.html

Le monde informatique (Internet / Informatique)

Après une dernière édition (en 2020) consacrée à l'intelligence artificielle, en 2023 c'est le thème du cloud (...)


88: YouTube dévoile ses priorités pour 2023 : à quoi faut-il s'attendre '

https://www.blogdumoderateur.com/youtube-priorites-2023/

Blog du Moderateur ()

Le programme pour cette nouvelle année est dense sur YouTube : monétisation pour les créateurs, déploiement des podcasts, nouveautés pour les Shorts'


89: En parallèle de résultats solides, HPE s'offre Axis Security

https://www.lemondeinformatique.fr/actualites/lire-en-parallele-de-resultats-solides-hpe-s-offre-axis-security-89709.html

Le monde informatique (Internet / Informatique)

Antonio Neri, CEO de HPE peut avoir le sourire, car les voyants sont au vert sur le plan financier. La société américaine a en effet (...)


90 / 156

90: When to use the useEffect();

https://sudarshanmg.hashnode.dev/when-to-use-the-useeffect

Hashnode - javascript (Javascript)

"Most of us forget the basics and wonder why the specifics do not work." - Garrison Wynn Basics Understanding "side effect" in React In the realm of computer science, an operation (or a function) that changes the state variables outside its local en...


91: Shooting down the Chinese balloon

https://flowingdata.com/2023/03/03/shooting-down-the-chinese-balloon/

Flowing data (dataviz)

Shooting down a floating balloon out on its lonesome seems like a straightforward…Tags: balloon, China, military, Washington Post


92: BLOCK SCOPE & Shadowing in JS '

https://dailylearn.hashnode.dev/block-scope-shadowing-in-js

Hashnode - javascript (Javascript)

In this blog, we are going to learn about BLOCK SCOPE and SHADOWINGin javascript but before even going into this topic let's first understandwhat is BLOCK in javascript' BLOCKIn javascript, blocks are defined by these { } curly braces and it is usedt...


93: IA, ChatGPT, Midjourney : quels défis et opportunités pour les entreprises en 2023 '

https://www.blogdumoderateur.com/ia-chatgpt-midjourney-defis-opportunites-entreprises-2023/

Blog du Moderateur ()

Nous avons interrogé Nicolas Rauber, responsable pédagogique Coding & Digital Innovation à l'IIM, sur les enjeux imposés par les outils basés sur l'IA.


94: Roblox est-il infesté par les contenus pour adultes dangereux '

https://www.realite-virtuelle.com/roblox-infeste-par-les-contenus-pour-adultes/

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

Roblox : la plateforme pour les enfants aurait-t-elle laissé passer des contenus pour adultes ' […] Cet article Roblox est-il infesté par les contenus pour adultes dangereux ' a été publié sur Réalité-Virtuelle.com.


95: Predicting Heart Disease using Logistic Regression

https://gaiyaobed.hashnode.dev/predicting-heart-disease-using-logistic-regression

Hashnode - python (python)

Introduction Heart disease is a serious and widespread health condition that affects millions of people worldwide. It is caused by a variety of factors, including genetics, lifestyle, and environmental factors. Machine learning models can help health...


96: Identifiers in Python

https://siddharthballure.hashnode.dev/identifiers-in-python

Hashnode - python (python)

What is an Identifier' The naming in Python is an Identifier. That is assigning a value. It can be a variable name, a function name, a class name, etc, # Defining/declaring a variable a = 10 # A function in Python def func: x = 10 return x ...


97: Splash Screen in Jetpack Compose

https://surajmyt.hashnode.dev/splash-screen-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

What is a splash screen' At the very beginning, when we open any application and see the first graphical screen we receive, it is called a splash screen. Normally, every app has a logo, if we don't modify this default icon or any custom screen that i...


98: Make your Debugging easier with these 8 tips in Python

https://adicode.ml/make-your-debugging-easier-with-these-8-tips-in-python

Hashnode - python (python)

Introduction Debugging is the process of finding and fixing errors, bugs, and issues in computer programs. As a programmer, debugging is an essential skill to master, as it is a crucial step in ensuring the code you write is accurate and functioning ...


99: Learn how Kotlin can prevent memory leaks and improve performance

https://kerollosragaie.hashnode.dev/learn-how-kotlin-can-prevent-memory-leaks-and-improve-performance

Hashnode - Kotlin (Mobiles)

I wanted to demonstrate how you could detect memory leaks during your integration tests. To prove that, I created an Activity using Kotlin that was supposed to leak memory but for some reason it didn't. Was Kotlin helping me out without me knowing it...


100 / 156

100: Everything you need to know about Promises

https://devlawrence.hashnode.dev/everything-you-need-to-know-about-promises

Hashnode - javascript (Javascript)

'' Introduction Asynchronous programming is a common practice in JavaScript, as it allows for non-blocking code execution, improving the application's performance. However, handling asynchronous operations can be challenging, especially when dealing...


101: Comment créer un menu déroulant dans WordPress, comme sur des roulettes

https://wpmarmite.com/menu-deroulant-wordpress/

WP Marmite (wordpress)

Aujourd'hui, nous avons tous l'habitude de naviguer sur différents types de sites : boutiques, réseaux sociaux, journaux, blogs, forums' Pour chacune de ces catégories de sites, nous avons un réflexe : celui de consulter le menu. Le menu est un... Comment créer un menu déroulant dans WordPress, comme sur des roulettes est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de [...]


102: La Suisse personnalise sa médecine avec les données génomiques

https://www.lemondeinformatique.fr/actualites/lire-la-suisse-personnalise-sa-medecine-avec-les-donnees-genomiques-89706.html

Le monde informatique (Internet / Informatique)

Proposer à chaque citoyen une médecine personnalisée, adaptée non seulement à ses antécédents mais également (...)


103: Pour muscler sa croissance, Saphelec met le cap sur la cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-pour-muscler-sa-croissance-saphelec-met-le-cap-sur-la-cybersecurite-89708.html

Le monde informatique (Internet / Informatique)

Saphelec est nettement en avance sur sa feuille de route financière. Porté par une croissance annuelle de 55 % (dont environ 10 % de croissance (...)


104: Le serverless : un business model idéal pour la marge des hyperscalers

https://www.lemondeinformatique.fr/actualites/lire-le-serverless-un-business-model-ideal-pour-la-marge-des-hyperscalers-89707.html

Le monde informatique (Internet / Informatique)

Après avoir sorti la calculette pour détailler les économies qui découlaient de sa décision de quitter le cloud public, (...)


105: Webconférence du 9 mars : facture électronique obligatoire, comment se préparer '

https://www.lemondeinformatique.fr/actualites/lire-webconference-du-9-mars-facture-electronique-obligatoire-comment-se-preparer-89703.html

Le monde informatique (Internet / Informatique)

Le 9 mars à 9h, Enjeux DAF et Le Monde Informatique vous convient à une émission en Web TV sur la facturation électronique. (...)


106: Ranked: Crypto Popularity Across European Union Nations

https://www.visualcapitalist.com/cp/crypto-popularity-in-europeans-union-nations/

Visual Capitalist (dataviz)

This chart shows crypto popularity amongst European Union investors relative to traditional assets like stocks, bonds, and funds. The post Ranked: Crypto Popularity Across European Union Nations appeared first on Visual Capitalist.


107: Ranked: Crypto Popularity Across European Union Nations

https://www.visualcapitalist.com/cp/crypto-popularity-in-europeans-union-nations/

Visual Capitalist (dataviz)

This chart shows crypto popularity amongst European Union investors relative to traditional assets like stocks, bonds, and funds. The post Ranked: Crypto Popularity Across European Union Nations appeared first on Visual Capitalist.


108: Ce Data Center créé par l'UE va prouver les crimes de guerre en Ukraine

https://www.lebigdata.fr/data-center-ue-ukraine

Le Big Data (dataviz)

Le Data Center en Ukraine créé par l’UE est une initiative innovante pour rassembler et analyser les preuves des crimes … Cet article <strong>Ce Data Center créé par l'UE va prouver les crimes de guerre en Ukraine</strong> a été publié sur LeBigData.fr.


109: PowerPoint : 5 idées pour créer des cours dynamiques

https://www.blogdumoderateur.com/powerpoint-idees-formats-creer-cours-dynamiques/

Blog du Moderateur ()

Voici quelques pistes pour vous aider à concevoir une présentation PowerPoint plus esthétique et énergique pour votre audience !


110 / 156

110: Quelle application pour aller skier '

https://macternelle.fr/2023/03/03/quelle-application-pour-aller-skier/

Macternelle (enfant / Formation)

Les applications dédiées au ski et au snowboard sont aujourd'hui très nombreuses et couvrent toutes sortes de besoins. Voici une sélection des applications de ski que vous devriez utiliser avant de partir à la montagne. Les smartphones peuvent étendre votre expérience de la glisse sur la poudreuse. Vous pouvez identifier des monts aux alentours, évaluez … Lire la suite Quelle applica [...]


111: Affiliation SEO : point sur les résultats de recherche sur 10 000 mots-clés

https://www.abondance.com/20230303-52024-affiliation-seo-point-sur-les-resultats-de-recherche-sur-10-000-mots-cles.html

Abondance (Référencement)

Du 13 janvier au 15 janvier 2023, Glen Allsopp de Detailed SEO a analysé 10 000 résultats de recherche afin de voir qui se positionnait le mieux parmi les sites faisant la promotion de produits en tant qu'affiliés. Portant sur des requêtes en anglais, la liste de requêtes établie par l'auteur de l'analyse inclut des […] L'article "Affiliation SEO : point sur les résultats de recherche [...]


112: Leetcode 28 || Find the Index of the First Occurrence in a String

https://uh.hashnode.dev/leetcode-28-find-the-index-of-the-first-occurrence-in-a-string

Hashnode - python (python)

In this blog, I will explain the mentioned leetcode problem and the solution. Problem : The problem description says it has two input strings a haystack and a needle. We have to find out if any substring matches the needle string. And the output will...


113: 6 different ways to reverse a string in Python

https://adicode.ml/6-different-ways-to-reverse-a-string-in-python

Hashnode - python (python)

Python provides various ways to reverse a string, which is a frequently performed programming task. In this blog post, we will delve into six distinct techniques for reversing a string in Python. We will examine methodologies like utilizing the slice...


114: Microsoft dévoile une suite d'outils cloud pour les télécoms

https://www.lebigdata.fr/microsoft-outils-cloud-telecoms

Le Big Data (dataviz)

Microsoft s’est lancée dans les services télécoms avec l’introduction de deux nouveaux produits basés sur l’IA. Les services sont conçus … Cet article <strong>Microsoft dévoile une suite d'outils cloud pour les télécoms</strong> a été publié sur LeBigData.fr.


115: What Are GET, POST, PUT & DELETE Requests!!

https://blog.mayankaggarwal.live/what-are-get-post-put-delete-requests

Hashnode - python (python)

In this blog, we will explore the four main HTTP requests used in Django: GET, POST, PUT, and DELETE. We will cover the basics of each request and provide code examples for each. GET Request A GET request is used to retrieve data from a server. Wh...


116: Optimizing React Components: A Guide to useMemo and useCallback Hooks

https://amnah.com/optimizing-react-components-a-guide-to-usememo-and-usecallback-hooks

Hashnode - javascript (Javascript)

React is a popular JavaScript library for building user interfaces. One of the critical features of React is its ability to manage state and render components efficiently. To help with this, React provides two hooks, useCallback and useMemo, which al...


117: Sesamm, Choco, Mangrove' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/sesamm-choco-mangrove-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2107401

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé plus de 82 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCAP PARTNER pour L'Usine Digitale.


118: My dream habit tracker

https://blog.fromaline.com/my-dream-habit-tracker

Hashnode - javascript (Javascript)

After almost a year of having no side activity whatsoever, it seems like I'm finally getting back on track! I've built my dream habit tracker with Vue 3 & PocketBase! I have a lot of pain points with tons of habit trackers I've tried throughout my l...


119: Difference between .tfvars and variables.tf files in Terraform

https://sumanprasad.hashnode.dev/difference-between-tfvars-and-variablestf-files-in-terraform

Hashnode - python (python)

' Introduction: In Terraform, terraform.tfvars is a file used to set the values of variables defined in the Terraform configuration files. This file is used to provide values for variables that are too sensitive or too specific to be included in the...


120 / 156

120: Unleashing the Power of Kotlin: 7 Tips and Tricks for Beginner Developers

https://dhavalasodariya.hashnode.dev/unleashing-the-power-of-kotlin-7-tips-and-tricks-for-beginner-developers

Hashnode - Kotlin (Mobiles)

Kotlin is a modern and powerful programming language that has gained a lot of traction among developers in recent years, especially for Android app development. Its concise syntax, interoperability with Java, and robust features have made it a prefer...


121: Learn how to manually set the 'this' keyword for any function call in JavaScript using call, apply and bind method

https://savinder.hashnode.dev/learn-how-to-manually-set-the-this-keyword-for-any-function-call-in-javascript-using-call-apply-and-bind-method

Hashnode - javascript (Javascript)

INTRODUCTION We all know that in JavaScript value of this variable depends on the environment in which it is being used (this variable has a different value for the browser environment and a different value for the Node environment). It also depends ...


122: This day in search marketing history: March 3

https://searchengineland.com/search-marketing-history-march-3-393806

Search engine land (Référencement)

Google Panda name revealed, plus: desktop page experience update completes rollout, Interflora gets its Google rankings back and more. The post This day in search marketing history: March 3 appeared first on Search Engine Land.


123: Functional Programming Concepts In JS (Map / Filter / Reduce)

https://aakashdev.hashnode.dev/functional-programming-concepts-in-js-map-filter-reduce

Hashnode - javascript (Javascript)

Intro Functional programming is a programming paradigm that focuses on the use of pure functions, which are functions that produce an output based only on their inputs and have no side effects. Functional programming concepts like higher-order functi...


124: HTML, CSS, JavaScript

https://ankitsandal.com/html-css-javascript

Hashnode - javascript (Javascript)

What is HTML' HTML stands for Hypertext Markup Language. It is a language used to create and structure content on the web page. Why HTML is important for web development' HTML is essential for web development due to following reasons: Structure & Lay...


125: How to validate Video URLs in Dart'

https://milansurelia.hashnode.dev/how-to-validate-video-urls-in-dart

Hashnode - Flutter (Flutter)

Hello '''''Flutter Developers, Do you know how to validate whether the link entered by the user is a valid video URL or not' What is Regular Expression' A regular expression (shortened as regex or regexp; sometimes referred to as rational expressi...


126: What I'm learning

https://sid707.hashnode.dev/what-im-learning

Hashnode - javascript (Javascript)

Even though software will mostly be built by AI soon, I still have a curiosity to learn these languages: TypeScript Python Rust Elixir Ruby Why' To me, each one of them specializes in certain domains that I can learn from. TypeScript TypeScrip...


127: Flutter Tips & Tricks - Day 1

https://pratikbutani.hashnode.dev/flutter-tips-tricks-day-1

Hashnode - Flutter (Flutter)

Using isolates for concurrency: Dart's isolate system allows you to run multiple independent "isolated" threads of execution within a single Dart process. You can use isolates to perform CPU-intensive tasks without blocking the main UI thread, impro...


128: Day 6 of 30 - Function Scope, Block Scope and Lexical Scope

https://kiprotichdominic.com/day-6-of-30-function-scope-block-scope-and-lexical-scope

Hashnode - javascript (Javascript)

For the last 5 days, we have covered 5 topics in JS that are important for every developer to know. If you are new here you follow this link JS30IN30 to be able to read through the series. Scope Today we are going in-depth about the scope in Javascri...


129: Running Browser Automation using Puppeteer

https://gara.dev/running-browser-automation-using-puppeteer

Hashnode - javascript (Javascript)

I recently stumbled upon a Node library called Puppeteer that's used to automate browser interactions. As per the official documentation, Puppeteer is a Node library that provides a high-level API to control Chromium or Chrome over the DevTools Proto...


130 / 156

130: React Tic Tac Toe - JavaScript Exercise 6

https://rajeshtomjoe.com/react-tic-tac-toe-javascript-exercise-6

Hashnode - javascript (Javascript)

Overview Create a simple tic-tac-toe game using React. The goal will be to create a user interface that allows two players to take turns placing X's and O's on a 3x3 grid and to detect when someone has won the game or if there is a tie. Requirements ...


131: Write better JavaScript: Master Hoisting

https://vaibhavsblog.hashnode.dev/javascript-hoisting

Hashnode - javascript (Javascript)

You must have heard the word 'Hoisting' or 'Hoisting in JavaScript', especially beginners. So, do you know what it is' Hoisting in JavaScript is a key concept and can often be confusing for beginners. In this blog, We'll discuss hoisting including wh...


132: Introduction to JSON: How It is used in Backend Development

https://kelvincodes.hashnode.dev/introduction-to-json-how-it-is-used-in-backend-development

Hashnode - javascript (Javascript)

As web applications began to evolve and become more data-intensive, developers needed a way to exchange data between the front-end and back-end servers. This of course led to the development of JSON. Javascript Object Notation(JSON) is a lightweight ...


133: E-Commerce Integration with SnipCart

https://davidbay.hashnode.dev/e-commerce-integration-with-snipcart

Hashnode - javascript (Javascript)

Since my last post, I've had an exciting opportunity to collaborate with other Nigerian developers on a project through their Tech Tok Slack group. We worked together to build an e-commerce solution using barebones HTML, CSS, and JavaScript. It was s...


134: Nebullvm

https://github.com/nebuly-ai/nebullvm

pointer.io (Développement)

Plug and play modules to optimize the performances of your AI systems.


135: How To Contribute To A Project You Have No Idea About

https://grifel.dev/how-to-contribute-without-knowledge

pointer.io (Développement)

Michael discusses his process contributing to Bun - a new JavaScript / TypeScript runtime, elaborating on the following workflow in this article: (1) Setup and run the tests for an existing codebase and get them green. (2) Write a test that fails. (3) Change the code. (4) Think if you need to add another test. (5) If you found a test to write then go back to 1. If you can't think of a test you're [...]


136: Data Elixir: Top Data Science Picks From Around The Web

https://dataelixir.com/

pointer.io (Développement)

This is a cross-promotion with Data Elixir


137: No-Code Has No Future In A World Of AI

https://www.airplane.dev/blog/no-code-has-no-future-in-a-world-of-ai

pointer.io (Développement)

Ravi Parikh, CEO of Airplane, discusses how AI-driven software development will dwarf no-code tools' capabilities and eventually make no-code obsolete.


138: Introducing Service Weaver: A Framework For Writing Distributed Applications

https://opensource.googleblog.com/2023/03/introducing-service-weaver-framework-for-writing-distributed-applications.html

pointer.io (Développement)

From the engineering team at Google, 'we are excited to introduce Service Weaver, an open source framework for building and deploying distributed applications. Service Weaver allows you to write your application as a modular monolith and deploy it as a set of microservices.'


139: Move Past Incident Response To Reliability

https://github.com/readme/guides/incident-response

pointer.io (Développement)

In this guide you will learn: (1) About the current standard for incident response and analysis. (2) Where some teams get themselves in trouble with the current standard. (3) How to find your own path through the innovation and dogma of leading a company's approach to reliability.


140 / 156

140: MRSK

https://github.com/mrsked/mrsk

pointer.io (Développement)

Deploys web apps anywhere from bare metal to cloud VMs using Docker.


141: Pointer Sponsor

https://www.airplane.dev/

pointer.io (Développement)

This issue's sponsor is Airplane


142: Building Your Executive Network

https://lethain.com/building-exec-network/

pointer.io (Développement)

Will outlines several tactic for engineers to do this. 'Your network is a collection of relationships, and relationships always work best when they're built before you need them. Set a small goal, like meeting one new person each month, and slowly build your network up over time. Don't make it your top priority, but don't forget it either.'


143: Inside The Lab That's Growing Mushroom Computers

https://www.popsci.com/technology/unconventional-computing-lab-mushroom/

pointer.io (Développement)

''Researchers can use the presence or absence of a spike as their zero or one, and code the different timing and spacing of the spikes that are detected to correlate to the various gates seen in computer programming language (or, and, etc). Further, if you stimulate mycelium at two separate points, then conductivity between them increases, and they communicate faster, and more reliably, allowing m [...]


144: A Note From Airplane

https://app.airplane.dev/signup

pointer.io (Développement)

Airplane is a developer platform for building custom internal tools. Your team can transform scripts, queries, and APIs into UIs and workflows in minutes. Airplane's code-first approach makes it easy to customize operations and integrate them into your codebase. Use Airplane for admin operations, customer support, long-running jobs, and more.


145: From Postgres To Amazon DynamoDB

https://www.instacart.com/company/how-its-made/from-postgres-to-amazon-dynamodb-?/

pointer.io (Développement)

From the engineering team at Instacart, who have to manage and efficiently store and query hundreds of terabytes of data. The primary datastore of choice was Postgres - but once specific use cases began to outpace the largest Amazon EC2 instance size AWS offers - they chose Amazon DynamoDB. Here they discuss migrating existing tables from Postgres to DynamoDB.


146: OpenAI Python

https://github.com/openai/openai-python

pointer.io (Développement)

Access to the OpenAI API from Python apps.


147: Database Cryptography Fur The Rest Of Us

https://soatok.blog/2023/03/01/database-cryptography-fur-the-rest-of-us/

pointer.io (Développement)

The author defines database cryptography, how it manifests for both relational and NoSQL databases, searchable encryption, and provides a case study of MongoDB's Client-Side encryption.


148: CloudQuery

https://github.com/cloudquery/cloudquery

pointer.io (Développement)

OS high performance data integration platform built for developers.


149: Les technologies de rupture de 2023 selon le MIT'

https://www.rtflash.fr/technologies-rupture-2023-selon-mit/article

Tregouet.org ()

Comme chaque année, le prestigieux Institut de Technologie du Massachusetts de Boston (MIT), vient de révéler la liste des principales innovations qui, selon lui, vont s'imposer au cours de cette année 2023 (Voir MIT Technology Review). en lire plus


150 / 156

150: Garbage collector experiments

https://javascriptweekly.com/issues/628

javascriptweekly (Javascript)

#'628 ' March 3, 2023 Read on the Web JavaScript Weekly Sandworm Audit: A New JS Auditing Tool ' A command-line tool to scan a project and dependencies for vulnerabilities, license issues, and related problems. You get JSON reports, visualizations of dependency trees, and a CSV of all dependencies and license information. Sandworm Experiments with the JavaScript [...]


151: A Beginner's Guide to Building Powerful APIs with GraphQL

https://mukhtar.hashnode.dev/a-beginners-guide-to-building-powerful-apis-with-graphql

Hashnode - javascript (Javascript)

Introduction An API(Application Programmable Interfaces) is a way that enables computer programs to communicate easily with each other, APIs are used for performing a lot of functions which include Data Exchange, Automation and Integrating your appli...




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