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 17 Mars 2023 (152)

1: Animated Map: Where Are the Largest Cities Throughout History'

https://www.visualcapitalist.com/cp/animated-map-largest-cities-throughout-history/

Visual Capitalist (dataviz)

Where were the largest cities in the world throughout history' This video details the rise (and fall) of the largest cities by population from 3,000 BCE. The post Animated Map: Where Are the Largest Cities Throughout History' appeared first on Visual Capitalist.


2: Diving into Django

https://ldpenrose.hashnode.dev/diving-into-django

Hashnode - python (python)

Have you been eager to start building web applications with Python but don't know where to begin' Look no further than Django! As a beginner-friendly web framework, Django offers a powerful and flexible platform for developing web applications quickl...


3: Discover the Benefits of Using the Smart and Presentation Components Pattern in Your Angular App

https://thepragmaticengineer.hashnode.dev/discover-the-benefits-of-using-the-smart-and-presentation-components-pattern-in-your-angular-app

Hashnode - javascript (Javascript)

The concept of smart and presentation components (or we can also call them dumb) is not new. But it is still a concept that I see little applied daily in the front-end development of many digital products. After all, are there advantages to applying ...


4: So you want to minify your codebase, do you' : A tutorial blog around how to minify your codebase and the problems that can arise from minifying your

https://bloggerwomen.hashnode.dev/so-you-want-to-minify-your-codebase-do-you-a-tutorial-blog-around-how-to-minify-your-codebase-and-the-problems-that-can-arise-from-minifying-your

Hashnode - javascript (Javascript)

Sure! Here's a tutorial on how to minify your codebase and the problems that can arise from minifying your codebase. Minification is the process of reducing the size of your codebase by removing unnecessary characters such as whitespace, comments, an...


5: Documenta tus APIs con apidoc

https://sergiodev.hashnode.dev/documenta-tus-apis-con-apidoc

Hashnode - javascript (Javascript)

Es normal en tus proyectos tener muchas APIs y compartir con otros lo que hace cada una, qué parámetros reciben y qué resultados devuelven, hacer esto puede ser un tanto complicado, con el tiempo y conforme tu proyecto vaya creciento esto se puede co...


6: An approach for deploying simple File Integrity Monitoring (FIM) using Sumo Logic

https://loggar.hashnode.dev/an-approach-for-deploying-simple-file-integrity-monitoring-fim-using-sumo-logic

Hashnode - python (python)

Introduction Although Sumo Logic doesn't offer a pre-packaged FIM solution, it's now feasible to establish a basic FIM by utilizing Sumo Logic's Script Source feature. With the help of some custom bash scripts, Sumo Logic can monitor file states (inc...


7: CrosswordGPT: Pair Programming with GPT-4

https://propelauth.hashnode.dev/crosswordgpt-pair-programming-with-gpt-4

Hashnode - javascript (Javascript)

Now that GPT-4 has been released and a lot of incredible demos are coming out, I wanted to give it a try with a complex project. I settled on a React-based crossword puzzle because there are a few moving parts and some tricky state to manage. Ultimat...


8: 5 Cool Useful JavaScript Coding Techniques You Should Know About

https://ishiimwe.hashnode.dev/5-cool-useful-javascript-coding-techniques-you-should-know-about

Hashnode - javascript (Javascript)

Are you familiar with JavaScript' Have you ever come across some tricks or techniques that make your work more efficient' If you haven't, then this blog post is for you. In this article, we will share 5 cool and useful JavaScript coding techniques th...


9: JavaScript: Preventing Parent Event When Child Event Is Triggered

https://sanil.hashnode.dev/javascript-preventing-parent-event-when-child-event-is-triggered

Hashnode - javascript (Javascript)

I created a React JS web application called Estates that shows you the rental property. You can visit here! An issue I came across while setting up my Property component's event handlers was that when I clicked on a child event trigger, the event on ...


10 / 152

10: The Pros and Cons of Using Open-Source Software in Your Business

https://lamecontechhub.hashnode.dev/the-pros-and-cons-of-using-open-source-software-in-your-business

Hashnode - javascript (Javascript)

Hello people on the internet '', Are you interested in learning about open-source and what it adds or takes from your business' If yes, then read this article to the end. Before diving deeper into the topic, let's address the tip of the iceberg by d...


11: Python Basics 6 - Loops

https://aayushsinha.hashnode.dev/python-basics-6-loops

Hashnode - python (python)

One of the most important features of Python is its ability to execute loops. In this blog post, we'll dive into what Python loops are, how they work, and some common use cases. A loop is a sequence of instructions that is executed repeatedly until a...


12: Python certification from Kaggle

https://thebeginnernikesh.hashnode.dev/python-certification-from-kaggle

Hashnode - python (python)

Hello, guys back with the worthy content. Yesterday I just completed the python course provided by Kaggle, a big open source platform where you can connect with data science related communities. It contains dam good sources provided by expertise now ...


13: Day 6 Task: File Permissions and Access Control Lists

https://devops-rohit.hashnode.dev/day-6-task-file-permissions-and-access-control-lists

Hashnode - python (python)

Today is more on Reading, Learning and Implementing File permissions. Create a simple file and do ls -ltr to see the details of the files. chown (change owner): This is the command we can use to change who owns a particular file or directory. ch...


14: Build an Imitation Mac Dock With Flutter

https://pieces.hashnode.dev/build-an-imitation-mac-dock-with-flutter

Hashnode - Flutter (Flutter)

A couple of months ago, I started doing some UI challenges' in Flutter. The goal of these challenges was to be creative and explore building unique UI experiences in Flutter while sticking to what the framework offers. As a result, I created some ' ...


15: Mastering Map, Filter, and Reduce in JavaScript: A Comprehensive Guide

https://anshuman17.hashnode.dev/guide-to-map-filter-reduce

Hashnode - javascript (Javascript)

Introduction JavaScript is a versatile programming language that offers several built-in functions for data manipulation and processing. Three of the most commonly used functions for working with arrays in JavaScript are map, filter, and reduce. Thes...


16: Flutter Interview Questions for Intermediate

https://mukundjogi.hashnode.dev/flutter-interview-questions-for-intermediate

Hashnode - Flutter (Flutter)

If you followed the last article this article will be really helpful. What is the difference between const and final in Dart and Flutter' In Dart and Flutter, both const and final are used to declare variables and objects that cannot be changed. Howe...


17: Basics of Python-13

https://priyachakraborty.hashnode.dev/basics-of-python-13

Hashnode - python (python)

Day-13 Function : Python function is a block of code to make the code easier and to do the specific task. there are two types of functions in python -: Built-in function User-defined function Basics syntax of function : def function_name(param...


18: Arrow Function Expressions In Javascript

https://s3m.hashnode.dev/arrow-function-expressions-in-javascript

Hashnode - javascript (Javascript)

An arrow function is simply a special form of function or a compact alternative to a traditional function expression. Syntax (param) => expression (param1, paramN) => expression () => { statements } param => { statements } (param1, paramN) =...


19: Vue 3 project Setup For Beginners

https://ramustar.hashnode.dev/vue-3-project-setup-for-beginners

Hashnode - vuejs (Javascript)

Great! Let's get started on creating your first Vue 3 project. Here are the steps you can follow: Install Node.js: Before you can start using Vue 3, you need to install Node.js, which is a JavaScript runtime environment. You can download and install...


20 / 152

20: Le site Pornhub change de main

https://www.usine-digitale.fr/article/le-site-pornhub-change-de-main.N2112491

L'usine-digitale (Informatique)

MindGeek, la société mère de Pornhub, est rachetée par Ethical Capital Partners (ETC). Cette dernière prévoit d'aider l'acteur majeur de l'industrie pornographique dans l'adoption de meilleurs protocoles d'éthique et de sécurité.


21: Telex : Panne SFR/Bouygues, Cyberattaque de Lille: des données personnelles dérobées, Clap de fin pour Google Glass

https://www.lemondeinformatique.fr/actualites/lire-telex-panne-sfr-bouygues-cyberattaque-de-lille-des-donnees-personnelles-derobees-clap-de-fin-pour-google-glass-89878.html

Le monde informatique (Internet / Informatique)

- Panne SFR/Bouygues. Ce vendredi après-midi, de très nombreux utilisateurs ont fait remonter via le site Downdetector des problèmes (...)


22: Medusa : le gang derrière ce ransomware mène une campagne planétaire

https://www.lebigdata.fr/medusa-ransomware

Le Big Data (dataviz)

Un gangs de hackers déploie un dangereux ransomware baptisé Medusa depuis juin 2021. Si les cybercriminels se faisaient plutôt discrets … Cet article Medusa : le gang derrière ce ransomware mène une campagne planétaire a été publié sur LeBigData.fr.


23: Create your first multichain project with QuickNode and Wagmi.sh

https://irwingtello.hashnode.dev/create-your-first-multichain-project-with-quicknode-and-wagmish

Hashnode - javascript (Javascript)

Overview In this guide, you'll learn how to create a multichain NFT project minting site using WAGMI.sh and QuickNode. You'll be taken through the entire process, from selecting the appropriate blockchain to setting up smart contracts and designing a...


24: My Journey From PHP To Flutter Developer

https://sarfaraj.hashnode.dev/my-journey-from-php-to-flutter-developer

Hashnode - Flutter (Flutter)

Hello guys, in this article, I will be sharing my journey of transitioning from a PHP Developer to a Flutter Developer. So, without further ado, let's dive in, I began my career in August 2019 as a PHP Developer, I secured my first job as a PHP Devel...


25: Le chatbot AWS est désormais intégré à Microsoft Teams

https://www.lemondeinformatique.fr/actualites/lire-le-chatbot-aws-est-desormais-integre-a-microsoft-teams-89877.html

Le monde informatique (Internet / Informatique)

Amazon Web Services (AWS) a intégré son chatbot dans Microsoft Teams pour donner aux utilisateurs professionnels les moyens d'interagir avec (...)


26: HTML For Beginner

https://coderanils.hashnode.dev/html-for-beginner-with-topics

Hashnode - javascript (Javascript)

Introduction: HTML (Hypertext Markup Language) is the standard markup language for creating web pages. It provides the structure and content for a web page, allowing developers to format text, images, audio, video, and other elements that make up a w...


27: How To Set Up Docker In Nodejs

https://davydocsurg.hashnode.dev/how-to-set-up-docker-in-nodejs

Hashnode - javascript (Javascript)

Introduction Have you ever found yourself feeling exhausted from repeatedly going through the same tedious process of setting up your development environment' You know, installing and configuring all the necessary software, libraries, and tools requi...


28: Kaspersky livre un déchiffreur pour un ransomware basé sur Conti

https://www.lemondeinformatique.fr/actualites/lire-kaspersky-livre-un-dechiffreur-pour-un-ransomware-base-sur-conti-89879.html

Le monde informatique (Internet / Informatique)

Les ransomwares ne sont pas une fatalité, il arrive que des chercheurs trouvent des moyens de déchiffrer les données verrouillées (...)


29: DBSCAN with Scikit-Learn in Python

https://stackabuse.com/dbscan-with-scikit-learn-in-python/

Stack Abuse (Javascript)

Introduction You are working in a consulting company as a data scientis. The project you were currently assigned to has data from students who have recently finished courses about finances. The financial company that conducts the courses wants to understand if there are common factors that influence students to purchase


30 / 152

30: La Duck Conf 2023 est SOLD OUT (en présentiel) ' mais commandez votre replay pass !

https://blog.octo.com/la-duck-conf-2023-est-sold-out-en-presentiel-mais-commandez-votre-replay-pass/

Octo (Internet)

La grande migration affiche au complet pour cette 6ème édition !  Les places en présentiel vous sont passées sous le bec ' Pas d’inquiétude ! Grâce au replay pass vous pourrez visionner les replays des conférences quelques jours après La Duck Conf.  Découvrez le programme complet des conférences  L'article La Duck Conf 2023 est SOLD OUT (en présentiel) … mais [...]


31: Integrating React with a RESTful API

https://yemisii.hashnode.dev/integrating-react-with-a-restful-api

Hashnode - javascript (Javascript)

Table of Contents Introduction What is a RESTful API' Integrating React with a RESTful API. A. Setting Up React B. Making API Calls C. Handling API Responses D. Creating a User Interface. Conclusion Introduction React is a well-liked J...


32: Sliding Window Technique in Python

https://machinesintheclouds.com/sliding-window-technique-in-python

Hashnode - python (python)

What is the Sliding Window Technique' The sliding window technique is a powerful algorithmic pattern that involves using a window to track a subset of elements in an array or sequence. The window starts at the beginning of the array or sequence and m...


33: Polyfill for map function in javascript.

https://nikeshkumar-tk.hashnode.dev/polyfill-for-map-function-in-javascript

Hashnode - javascript (Javascript)

Creating polyfill algorithms is one of the most common questions of javascript interviews. In this article, we will discuss what polyfills are and we will create a polyfill for the javascript map function. What is polyfill in javascript' According to...


34: "Mastering Abstraction in Java: How to Hide Implementation Details for Better Code Reusability"

https://priyanshuraj.hashnode.dev/mastering-abstraction-in-java-how-to-hide-implementation-details-for-better-code-reusability

Hashnode - javascript (Javascript)

Introduction Object-oriented programming (OOP) is a popular programming paradigm used to design and develop software applications. One of the key features of OOP is an abstraction, which is the process of hiding the implementation details of a class ...


35: Top 6 tools for Node.js monitoring

https://blog.logrocket.com/top-tools-node-js-monitoring/

Log Rocket blog (Web 2)

Learn about top tools for Node.js monitoring. Identify and address issues faster for enhanced reliability and improved UX. The post Top 6 tools for Node.js monitoring appeared first on LogRocket Blog.


36: How to draw ALFOMILA

https://feeds.feedblitz.com/~/731559056/0/tanglepatterns~How-to-draw-ALFOMILA.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Carmen Menchón's Zentangle® pattern: Alfomila. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


37: Meta rolls out paid verification

https://searchengineland.com/meta-rolls-out-paid-verification-394469

Search engine land (Référencement)

For $12-$15 a month you can get a blue check on Facebook and Instagram The post Meta rolls out paid verification appeared first on Search Engine Land.


38: Building a Box-and-Whisker Plot (JavaScript)

https://anychart.hashnode.dev/box-and-whisker-plot

Hashnode - javascript (Javascript)

Transform your data into insights with a stunning box-and-whisker plot! Learn what it is and how to create one with ease using JavaScript. In this tutorial, I'll walk you through the steps to make a neat and visually appealing JS-based (HTML5) box ch...


39: La Bretagne aiguise ses forces et ses talents en cybersécurité

https://www.lemondeinformatique.fr/actualites/lire-la-bretagne-aiguise-ses-forces-et-ses-talents-en-cybersecurite-89873.html

Le monde informatique (Internet / Informatique)

La Bretagne attire naturellement les entreprises du numérique depuis des dizaines d'années. En fait, cela a commencé dans (...)


40 / 152

40: What is GPT-4 and how is it different from ChatGPT'

https://scifi.com/what-is-gpt-4-and-how-is-it-different-from-chatgpt

Hashnode - python (python)

The most powerful AI model yet from OpenAI, can tell jokes and write bar exams ' but can it also cause harm' The most potent and impressive AI model created by OpenAI, the firm behind ChatGPT and the Dall-E AI artist, is GPT-4, their most recent rele...


41: La start-up Adept lève 350 M$ pour lier IA générative et logiciel

https://www.lemondeinformatique.fr/actualites/lire-la-start-up-adept-leve-350-m%24-pour-lier-ia-generative-et-logiciel-89875.html

Le monde informatique (Internet / Informatique)

« Considérez Adept comme un coéquipier IA ou un copilote collaboratif qui peut booster vos capacités sur n'importe quel (...)


42: Implement Trie (Prefix Tree)

https://leeting-lcs.hashnode.dev/implement-trie-prefix-tree

Hashnode - python (python)

Problem Statement:- A trie (pronounced as "try") or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various applications of this data structure, such as autocomplete and spellchecker...


43: Apprendre le web marketing

https://www.lebigdata.fr/apprendre-web-marketing

Le Big Data (dataviz)

Pour devenir un expert du web marketing, vous devez d'abord comprendre les spécificités de cette stratégie de commercialisation. Il faut … Cet article <strong>Apprendre le web marketing</strong> a été publié sur LeBigData.fr.


44: What is Set in JavaScript'

https://ankitsinghmehradev.hashnode.com/what-is-set-in-javascript

Hashnode - javascript (Javascript)

Set The Set is a collection is dissimilar elements and we can say, it stores the unique element. Set is an object in JavaScript. We can create a set by just writing Set(). It will create a new set. Or we can create a non-empty set like ---> const set...


45: En se restructurant, TypeScript 5.0 s'adapte aux modules ECMAScript

https://www.lemondeinformatique.fr/actualites/lire-en-se-restructurant-typescript-50-s-adapte-aux-modules-ecmascript-89876.html

Le monde informatique (Internet / Informatique)

TypeScript 5.0 a été restructuré autour de l'utilisation des modules ECMAScript, un changement d'infrastructure majeur pour la variante (...)


46: Applications gratuites pour passer des appels vidéo

https://www.lebigdata.fr/applications-gratuites-pour-passer-des-appels-video

Le Big Data (dataviz)

Entre Google Meet, Messenger, WhatsApp et les différentes autres applications gratuites actuellement disponibles pour passer des appels vidéo, lequel choisir … Cet article <strong>Applications gratuites pour passer des appels vidéo</strong> a été publié sur LeBigData.fr.


47: L'application de navigation Citymapper rachetée par Via

https://www.usine-digitale.fr/article/l-application-de-navigation-citymapper-rachetee-par-via.N2112426

L'usine-digitale (Informatique)

L'application de calcul d'itinéraires Citymapper cherchait un acquéreur depuis 2020, elle est finalement rachetée par la start-up américaine Via, qui veut profiter de son importante base de données pour améliorer ses logiciels à destination des villes, les aidant à gérer leurs réseaux de transport.


48: How to write an executive summary: Templates and examples

https://blog.logrocket.com/product-management/executive-summary-template-examples/

Log Rocket blog (Web 2)

The executive summary can be a great way for product managers to secure buy-in quickly from upper management and senior stakeholders. The post How to write an executive summary: Templates and examples appeared first on LogRocket Blog.


49: Faceted filtering for better ecommerce experiences

https://blog.logrocket.com/ux-design/faceted-filtering-better-ecommerce-experiences/

Log Rocket blog (Web 2)

Used correctly, faceted filtering far outweighs any perceived issues around complexity and interaction cost. The post Faceted filtering for better ecommerce experiences appeared first on LogRocket Blog.


50 / 152

50: All About Display Properties in CSS - Things you must know

https://learnwithgaur.com/all-about-display-properties-in-css-things-you-must-know

Hashnode - javascript (Javascript)

Hey guys, welcome back to the other blog in this blog we will be talking about one of the most confusing CSS properties. But before that do not forget to subscribe to the newsletter. When I was in my initial days of learning CSS, I used to get confus...


51: Un référentiel de compétences cyber pour les prestataires destiné aux PME

https://www.lemondeinformatique.fr/actualites/lire-un-referentiel-de-competences-cyber-pour-les-prestataires-destine-aux-pme-89868.html

Le monde informatique (Internet / Informatique)

En annonçant le lancement d'un référentiel de compétences cyber pour les prestataires (RCCP), Cybermalveillance.gouv.fr (...)


52: Reduce in JavaScript

https://aasimd.hashnode.dev/reduce-in-javascript

Hashnode - javascript (Javascript)

What is the reduce() function in JavaScript' reduce() is a Higher Order function in JavaScript Higher order functions In Javascript, functions can be assigned to variables in the same way that strings or arrays can. They can be passed into other func...


53: Utiliser un PSVR 2 avec votre PC, serait-ce possible '

https://www.realite-virtuelle.com/utiliser-psvr-2-pc-possible/

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

Apparemment, il serait possible d'utiliser votre Playstation VR 2 (PSVR 2) avec un PC. Mais […] Cet article Utiliser un PSVR 2 avec votre PC, serait-ce possible ' a été publié sur Réalité-Virtuelle.com.


54: Les cybercriminels ciblent les clients de la Silicon Valley Bank

https://www.lemondeinformatique.fr/actualites/lire-les-cybercriminels-ciblent-les-clients-de-la-silicon-valley-bank-89874.html

Le monde informatique (Internet / Informatique)

La déroute de la Silicon Valley Bank (SVB) qui s'est déroulée le week-end dernier est clairement une opportunité pour (...)


55: Validate Your Pandas DataFrame with Pandera

https://mathdatasimplified.com/2023/03/17/validate-your-pandas-dataframe-with-pandera-2/

Math Data Simplified (data)

Your pandas DataFrame’s outputs may differ from your expectations, either because of coding errors or changes in the data format. Utilizing data that deviates from your expectations can result in errors or reduced performance. Therefore, it is crucial to validate your data before using it. Pandera makes it easy to validate pandas DataFrame. Link to ... Read more The post Validate Your Pandas [...]


56: Your SEO guide to the ChatGPT API

https://searchengineland.com/chatgpt-api-seo-guide-394411

Search engine land (Référencement)

The ChatGPT API can help address some of the web interface's shortcomings. Here's how to maximize the API for specific SEO use cases. The post Your SEO guide to the ChatGPT API appeared first on Search Engine Land.


57: Day 22 - Introduction to Lists

https://codewithjain.hashnode.dev/day-22-introduction-to-lists

Hashnode - python (python)

Introduction Welcome to my 22nd blog post. Today I learned about 'Lists' in python. I learned about indexing, accessing list items and list comprehension in python. Now let's dive deep into the details of list for a better understanding So let's get ...


58: 10 SEO Tips for Real Estate Investors

https://www.bestfreewebresources.com/10-seo-tips-for-real-estate-investors

Best Free Web Resources (Veille)

It is essential to have a solid internet presence in the fiercely competitive world of real estate investing. Real estate investors who leverage search engine optimization (SEO) can effectively attract more qualified leads, close more deals, and achieve long-term success. This article shares ten valuable SEO tips to help real estate investors stand out in […] The post 10 SEO Tips for Real Es [...]


59: Higher Order Array Methods

https://kinikhil.hashnode.dev/higher-order-array-methods

Hashnode - javascript (Javascript)

Introduction I have been learning JavaScript( ES6) for a while now and the usage of these methods is like a breath of fresh air. Hold on! Before you start to judge me I'll let you know that I started my coding journey in the Turbo C++ development env...


60 / 152

60: La Cnil autrichienne juge illégaux les outils de pistage publicitaire de Meta

https://www.usine-digitale.fr/article/la-cnil-autrichienne-juge-illegaux-les-outils-de-pistage-publicitaire-de-meta.N2112371

L'usine-digitale (Informatique)

Le réseau social est accusé de ne pas respecter les règles européennes sur le transfert de données vers les Etats-Unis.


61: CapCut : tout savoir sur cette application de montage vidéo

https://www.lebigdata.fr/capcut-application

Le Big Data (dataviz)

CapCut, avec des fonctionnalités d’édition avancées, est une application multi-plateforme pour Android, iOS et ordinateur. Cet article présente tout ce … Cet article CapCut : tout savoir sur cette application de montage vidéo a été publié sur LeBigData.fr.


62: New Google Analytics item-scoped custom dimensions

https://searchengineland.com/new-google-analytics-item-scoped-custom-dimensions-394461

Search engine land (Référencement)

For standard properties, you can register up to 10 item-specific custom parameters, while Analytics 360 properties allow for up to 25 custom dimensions. The post New Google Analytics item-scoped custom dimensions appeared first on Search Engine Land.


63: Writing "Hello World" in C++ and python

https://mojtabamaleki.hashnode.dev/writing-hello-world-in-c-and-python

Hashnode - python (python)

Writing "Hello World" in C++ and python Hey there, fellow coders! Welcome to the second session of our coding club. Today, we're going to learn how to write the "Hello World" program and perform basic input and output in two of the most popular progr...


64: Microsoft Copilot : tout savoir sur l'IA qui va révolutionner Office et Power Platform

https://www.lebigdata.fr/microsoft-copilot

Le Big Data (dataviz)

Microsoft Copilot est un nouvel assistant IA basé sur GPT-4, intégré aux applications de l'écosystème Office / 365 et aux … Cet article Microsoft Copilot : tout savoir sur l'IA qui va révolutionner Office et Power Platform a été publié sur LeBigData.fr.


65: Building a ChatGPT client app with Flutter

https://dartling.dev/building-a-chatgpt-client-app-with-flutter

Hashnode - Flutter (Flutter)

Introduction In this blog post, we will build a simple conversational interface to chat with OpenAI's ChatGPT through its API. There has been a lot of hype with OpenAI and ChatGPT lately, especially with GPT-4 being released recently. A ton of use ca...


66: Mastering JavaScript Arrays: A Comprehensive Guide to Manipulating and Using Arrays

https://vaibhavwrites.hashnode.dev/mastering-javascript-arrays-a-comprehensive-guide-to-manipulating-and-using-arrays

Hashnode - javascript (Javascript)

JavaScript arrays are a powerful feature of the language that allows developers to store collections of data in a single variable. Arrays can be manipulated in many ways to add, remove, or modify elements, and this makes them an important tool for de...


67: What is a greenfield project' Definition and stages

https://blog.logrocket.com/product-management/what-is-a-greenfield-project-definition-stages/

Log Rocket blog (Web 2)

A greenfield project is one that does not have any existing infrastructure or legacy systems ' i.e., a project built from scratch. Learn the benefits, drawbacks, and five stages of greenfield projects. The post What is a greenfield project' Definition and stages appeared first on LogRocket Blog.


68: A guide to using act with GitHub Actions

https://blog.logrocket.com/guide-using-act-github-actions/

Log Rocket blog (Web 2)

Introduce act in a sample project, install it, and then cover the different ways that act can improve your experience building and testing GitHub Actions. The post A guide to using act with GitHub Actions appeared first on LogRocket Blog.


69: Why SEOs should focus on creating trust

https://searchengineland.com/seo-creating-trust-394399

Search engine land (Référencement)

Making your site more trustworthy for searchers and search engines benefits your brand. Here are tips to build overall trust in your site. The post Why SEOs should focus on creating trust appeared first on Search Engine Land.


70 / 152

70: Top des jeux de simulation les plus insolites sur PC

https://www.realite-virtuelle.com/jeux-simulation-sur-pc/

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

Vous êtes un passionné de jeux de simulation sur PC, en quête d'un titre insolite […] Cet article Top des jeux de simulation les plus insolites sur PC a été publié sur Réalité-Virtuelle.com.


71: Que se cache t-il derrière l'arrêt de la vente des Google Glass '

https://www.realite-virtuelle.com/arret-de-la-vente-des-google-glass/

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

Google a annoncé l'arrêt de la commercialisation de Google Glass Entreprise Edition 2. Il s'agit […] Cet article Que se cache t-il derrière l'arrêt de la vente des Google Glass ' a été publié sur Réalité-Virtuelle.com.


72: Population : One devient free-to-play : voici 5 conseils pour bien commencer

https://www.realite-virtuelle.com/population-one-free-to-play-conseils-pour-commencer/

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

A la grande surprise des fans, le jeu de tir en VR Population : One […] Cet article Population : One devient free-to-play : voici 5 conseils pour bien commencer a été publié sur Réalité-Virtuelle.com.


73: Event Loop in Javascript

https://himanxu.hashnode.dev/event-loop-in-javascript

Hashnode - javascript (Javascript)

Javascript is a synchronous single-threaded language, which means javascript can do one task at a time and the javascript engine has a single call stack for executing javascript code, whatever comes into it, it just quickly executes it. So how does a...


74: Introduction of Python frameworks for Back-End programming

https://blog.shahriaarrr.ir/python-web-frameworks

Hashnode - python (python)

Python is a highly versatile and widely popular programming language that finds its application in various domains ranging from data analysis to building Telegram bots and even automating system tasks. It has emerged as one of the most widely used la...


75: A Closer Look at the Booleans Conditional Statement and Loops

https://webwolf.hashnode.dev/a-closer-look-at-the-booleans-conditional-statement-and-loops

Hashnode - python (python)

Introduction A Boolean is a data type that can have only the values true or false. They are named after the mathematician George Boole, who first described a system of logical operations based on true and false values. Loops on the other hand allow t...


76: Form Validations using yup library

https://shiva69.hashnode.dev/form-validations-using-yup-library

Hashnode - javascript (Javascript)

Using Form validation is a critical part of web development to ensure that the user submits the right input. In React, we have different libraries to handle form validation, such as yup and React Hook Forms. In this article, we'll look at how to inte...


77: All you need to know about loops in python

https://rhythmblogs.hashnode.dev/all-you-need-to-know-about-loops-in-python

Hashnode - python (python)

Hey everyone, hope you are doing great. Loops are an important programming concept that allows you to execute a block of code repeatedly. Python has two main types of loops: the for loop and the while loop. In this blog post, we will cover everything...


78: Implementing Authentication for School Management System with Django

https://rishabhdev.hashnode.dev/implementing-authentication-for-school-management-system-with-django

Hashnode - python (python)

Overview For the authentication system, we will start by defining our user model and then creating proxy models to differentiate between different types of users. We will also define custom managers for the models to override the create_user and get_...


79: Insourcing vs. outsourcing: The pros and cons for content creation

https://searchengineland.com/insourcing-vs-outsourcing-the-pros-and-cons-for-content-creation-394386

Search engine land (Référencement)

Learn how insourcing vs. outsourcing content differ and compare the pros and cons so you can choose the right route for your brand. The post Insourcing vs. outsourcing: The pros and cons for content creation appeared first on Search Engine Land.


80 / 152

80: Open edX tips & tricks (for pre Tutor era)

https://jramnai.hashnode.dev/open-edx-tips-tricks-for-pre-tutor-era

Hashnode - python (python)

Change access permission of pem file sudo chmod 400 my_private_key.pem SSH into your server ssh -i my_private_key.pem ubuntu@ Set the OPENEDX_RELEASE variable # For native installation export OPENEDX_RELEASE=open-release/maple....


81: I Built an Amazon Price Tracker Using Python's Beautiful Soup

https://chizobaonorh.hashnode.dev/i-built-an-amazon-price-tracker-using-pythons-beautiful-soup

Hashnode - javascript (Javascript)

Have you scrolled through your favorite online store, and come across an item that immediately catches your fancy' But checking the price with that much anticipation you find it at a high price, Aargh!! Now, you start weighing how tiring it will be t...


82: Deploy your React App on GitHub

https://payalsasmal.hashnode.dev/deploy-your-react-app-on-github

Hashnode - javascript (Javascript)

Hey Everyone!... I know that you came here when you are really tired from deploying your React App on Netlify or Heroku etc. which makes the process little complex. But are you aware that you can deploy your React application for free on GitHub' How'...


83: DVR Simulator est disponible sur Meta Quest via AppLab !

https://www.demonixis.net/dvr-simulator-est-disponible-sur-meta-quest-via-applab/

Demonixis (Jeux)

DVR Simulator, le simulateur de drone FPV en réalité virtuelle est enfin disponible sur le store AppLab de Meta ! Cela n'a pas été de tout repos et je vous explique ce que j'ai mis en place pour y arriver. L'article DVR Simulator est disponible sur Meta Quest via AppLab ! est apparu en premier sur Demonixis Games.


84: Qui sont les potentielles futures licornes européennes '

https://www.usine-digitale.fr/article/qui-sont-les-potentielles-futures-licornes-europeennes.N2112231

L'usine-digitale (Informatique)

Comme chaque année, la banque d'affaires GP Bullhound a listé les 100 scale-up européennes prometteuses, qui pourraient prochainement devenir des licornes. La France se classe en deuxième position avec 19 entreprises listées, derrière le Royaume-Uni et devant l'Allemagne. Le SaaS, est, comme l'année dernière, le secteur le plus représenté.


85: All you need to know about Pass by Value and Pass by Reference

https://devlawrence.hashnode.dev/all-you-need-to-know-about-pass-by-value-and-pass-by-reference

Hashnode - javascript (Javascript)

Hey Dev, In today's article we are going to be looking at an important concept in JavaScript that I did not take seriously until recently and that concept is 'Pass by Value and Pass by Reference'. Let's dive right into it ' Primitive & Non-Primitive...


86: TikTok For You : comment réinitialiser le fil Pour toi

https://www.blogdumoderateur.com/tiktok-comment-reinitialiser-fil-pour-toi/

Blog du Moderateur ()

Les utilisateurs vont pouvoir remettre à zéro leur feed "Pour Toi" pour obtenir de nouvelles suggestions de vidéos sur TikTok.


87: PyTorch 2.0 enfin disponible : tout sur la nouvelle version de l'outil phare du machine learning

https://www.lebigdata.fr/pytorch-2-0-machine-learning

Le Big Data (dataviz)

PyTorch 2.0 est la dernière version du populaire framework de deep learning open source. Cette version introduit des améliorations significatives … Cet article PyTorch 2.0 enfin disponible : tout sur la nouvelle version de l'outil phare du machine learning a été publié sur LeBigData.fr.


88: Midjourney V5 est disponible et génère des images encore plus réalistes : comment y accéder

https://www.blogdumoderateur.com/midjourney-v5-disponible/

Blog du Moderateur ()

Avec la V5, Midjourney connaît une évolution majeure ! L'outil propose des images générées par IA encore plus impressionnantes qu'avant'


89: Collective 756

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

Codrops (Internet / Design)

CSS Nesting * Modern Font Stacks * Type Design Resources * Shiny Button * Unplugin


90 / 152

90: Google a découvert plusieurs failles dans les puces Exynos de Samsung

https://www.lemondeinformatique.fr/actualites/lire-google-a-decouvert-plusieurs-failles-dans-les-puces-exynos-de-samsung-89866.html

Le monde informatique (Internet / Informatique)

Fin 2022 et début 2023, l'équipe de chercheurs en sécurité Project Zero de Google a signalé 18 failles zero day (...)


91: Fetching Data In React Apps And Optimistic UI Updates Using SWR 2.0

https://officiallysidsingh.hashnode.dev/fetching-data-in-react-apps-and-optimistic-ui-updates-using-swr-20

Hashnode - javascript (Javascript)

So, In my last blog, I talked about how we can fetch data and perform CRUD operations on API using Axios. There was an imminent problem with Axios. It needed a page refresh on any CRUD operation to show the mutated data. While this is OK with Vanilla...


92: Rapid7 acquiert Minerva Lab pour 38 M$

https://www.lemondeinformatique.fr/actualites/lire-rapid7-acquiert-minerva-lab-pour-38-m%24-89864.html

Le monde informatique (Internet / Informatique)

Les ransomwares sont une véritable plaie. Pas étonnant donc que les éditeurs multiplient leurs efforts pour étendre leurs capacités (...)


93: '''Git Branching Strategies

https://sumanprasad.hashnode.dev/git-branching-strategies

Hashnode - python (python)

' Introduction: As software development becomes increasingly complex, efficient branching strategies have become essential for delivering successful releases on time. By separating the source code into different branches, development teams can manag...


94: 5G industrielle, exportations, emploi : les priorités du nouveau plan de la filière "Infrastructures numériques"

https://www.usine-digitale.fr/article/5g-industrielle-exportations-emploi-les-priorites-du-nouveau-plan-de-la-filiere-infrastructures-numeriques.N2112156

L'usine-digitale (Informatique)

Le Comité stratégique de la filière Infrastructures numériques a signé avec le gouvernement son nouveau contrat pour la période 2023-2025. Il s'articule autour de six grands axes stratégiques.


95: Google met l'IA dans Gmail et Docs pour tenir à tête à Microsoft : tout savoir 

https://www.lebigdata.fr/google-ia-gmail-docs

Le Big Data (dataviz)

Google révolutionne l’utilisation de ses applications Workspace avec l’introduction de plusieurs fonctionnalités d’IA générative. Ces outils, similaires à ChatGPT, sont … Cet article Google met l'IA dans Gmail et Docs pour tenir à tête à Microsoft : tout savoir  a été publié sur LeBigData.fr.


96: L'avenir de l'IA passe par une régulation forte et ambitieuse

https://www.lemondeinformatique.fr/actualites/lire-l-avenir-de-l-ia-passe-par-une-regulation-forte-et-ambitieuse-89863.html

Le monde informatique (Internet / Informatique)

Les très médiatiques irruptions dans nos vies de ChatGPT et Dall-E chez Open AI ou de BARD chez Google ont montré que notre humanité (...)


97: Excess Kia and Hyundai car thefts

https://flowingdata.com/2023/03/17/excess-kia-and-hyundai-car-thefts/

Flowing data (dataviz)

In the middle of 2022, a popular video on TikTok, since taken down,…Tags: Hyundai, Kia, theft, USAFacts


98: Un million d'appels téléphoniques venant de services clients piratés en vente sur internet

https://www.usine-digitale.fr/article/un-million-d-appels-telephoniques-venant-de-services-clients-pirates-en-vente-sur-internet.N2112126

L'usine-digitale (Informatique)

Cette gigantesque base de conversations en Français contient des données personnelles et des codes confidentiels, mais aussi les numéros de téléphone des clients, qui pourraient être la cible d'arnaques.


99: Python Unleashed : Hello python

https://jjblogs.hashnode.dev/python-unleashed-hello-python

Hashnode - python (python)

Hello python As we always do let's start this python journey with a hello python program. In Python, we use the keyword 'print' to display any message we want to in the console. The content you would like to print goes inside the parenthesis in strin...


100 / 152

100: Métiers du digital : 3 conseils pour développer son employabilité

https://www.blogdumoderateur.com/metiers-digital-conseils-developper-employabilite/

Blog du Moderateur ()

Notre partenaire MyDigitalSchool nous dévoile ses conseils pour valoriser son expertise du numérique sur le marché de l'emploi.


101: The Dark Side of Callbacks in JavaScript

https://abdulkadir18apr.hashnode.dev/the-dark-side-of-callbacks-in-javascript

Hashnode - javascript (Javascript)

Introduction The callback is a very important concept of javaScript which we use in our day-to-day coding, especially in Asynchrouns javaScript system when we need to execute some tasks on completion of some other event. In this blog, we will explore...


102: Python 101: Introduction to Python for Data Science

https://wainainapierre.hashnode.dev/python-101-introduction-to-python-for-data-science

Hashnode - python (python)

Data is the new oil. Not literally, but this means that data is really valuable in this era that we are currently living in. Raw data in itself is not as valuable, but the information extracted from the raw data is very valuable. This extraction of v...


103: Guess Number Higher or Lower - LeetCode Problem

https://blog.eyucoder.com/guess-number-higher-or-lower-leetcode-problem

Hashnode - python (python)

Problem Description Welcome to another fun coding challenge! Today, we'll be tackling the Guess Number Higher or Lower problem. You are playing the Guess Game with your friend. In this game, your friend thinks of a number between 1 and n, and you hav...


104: Le réseau FFTO équipe le dernier établissement du CH de Maubeuge

https://www.lemondeinformatique.fr/actualites/lire-le-reseau-ffto-equipe-le-dernier-etablissement-du-ch-de-maubeuge-89859.html

Le monde informatique (Internet / Informatique)

Lors de la construction de son nouvel hôpital, livré en 2021, le Centre Hospitalier de Maubeuge (59) a opté pour un réseau FTTO (...)


105: Yannick Combourieu prend la direction des produits chez SNCF Connect & Tech

https://www.lemondeinformatique.fr/actualites/lire-yannick-combourieu-prend-la-direction-des-produits-chez-sncf-connect-et-tech-89860.html

Le monde informatique (Internet / Informatique)

Dans un communiqué daté du 14 mars, SNCF Connect & Tech, la filiale technologique et digitale du groupe SNCF, a annoncé la nomination (...)


106: Le Cigref remonté contre l'inflation des coûts des logiciels

https://www.lemondeinformatique.fr/actualites/lire-le-cigref-remonte-contre-l-inflation-des-couts-des-logiciels-89861.html

Le monde informatique (Internet / Informatique)

Séparer l'inflation justifiée par le contexte économique global de celle qui se sert de ce dernier comme d'un paravent pour venir (...)


107: Types of Callbacks in Flutter

https://nasirmomin.hashnode.dev/types-of-callbacks-in-flutter

Hashnode - Flutter (Flutter)

Basically, there are 3 types of callbacks in Dart/Flutter. Void Callbacks: These callbacks do not return any value. They are used when we want to act without expecting any result in return. Value Callbacks: These callbacks return a single value. Th...


108: Search in Rotated Sorted Array - LeetCode Problem

https://blog.eyucoder.com/search-in-rotated-sorted-array-leetcode-problem

Hashnode - python (python)

Problem Description Welcome to another fun coding challenge! Today, we'll be tackling the Search in Rotated Sorted Array problem. Suppose an array of length n sorted in ascending order is rotated between 1 and n times. For example, the array nums = [...


109: How TypeScript helps a React Developer'

https://zaiynabmansuri.hashnode.dev/how-typescript-helps-a-react-developer

Hashnode - javascript (Javascript)

TypeScript is fantastic, and so is React. Combining the two of them! By utilising TypeScript, we can take use of IntelliSense and better analyse our code. By examining the data type provided to statically declared variables, TypeScript provides var...


110 / 152

110: Les promesses de la 5G Advanced, une évolution dopée à l'IA

https://www.usine-digitale.fr/article/les-promesses-de-la-5g-advanced-une-evolution-dopee-a-l-ia.N2111546

L'usine-digitale (Informatique)

La 5G Advanced est le nom du futur standard pour les réseaux 5G normé par le 3GPP. Concrètement, que va-t-il changer ' Réponses, avec des exemples concrets concernant le grand public et les entreprises.


111: Find Minimum in Rotated Sorted Array - LeetCode Problem

https://blog.eyucoder.com/find-minimum-in-rotated-sorted-array-leetcode-problem

Hashnode - python (python)

Problem Description Welcome to another fun coding challenge! Today, we'll be tackling the Find Minimum in Rotated Sorted Array problem. Suppose an array of length n sorted in ascending order is rotated between 1 and n times. For example, the array nu...


112: Étude : anatomie d'un article qui performe

https://www.abondance.com/20230317-52264-etude-anatomie-dun-article-qui-performe.html

Abondance (Référencement)

À quoi ressemble un article de blog qui performe dans les résultats organiques en 2023 ' C'est la question que s'est posée Semrush. Dans un généreux contenu, les auteurs de l'étude nous proposent une véritable leçon d'anatomie appliquée au cas spécifique d'un article de blog. Type d'article, structure, éléments intégrés, fréquence de publication' Découvrez les […] L'article " [...]


113: Prozon creuse son sillon numérique dans la fourniture technique professionnelle

https://www.usine-digitale.fr/article/prozon-creuse-son-sillon-numerique-dans-la-fourniture-technique-professionnelle.N2112066

L'usine-digitale (Informatique)

La plateforme d'e-commerce Prozon, spécialisée dans la vente de produits et équipements professionnels, a conçu un modèle qui lui permet de progresser rapidement en s'autofinançant.


114: Stalker 2 : le dev ukrainien attaqué par les hackers russes, ça tourne très mal

https://www.lebigdata.fr/stalker-2-attaque-russe

Le Big Data (dataviz)

La saga de jeux vidéo Stalker 2 fait une fois de plus les gros titres, mais pas pour les raisons … Cet article Stalker 2 : le dev ukrainien attaqué par les hackers russes, ça tourne très mal a été publié sur LeBigData.fr.


115: Sorting with Quick Sort in JavaScript

https://dhawalpandya01.hashnode.dev/sorting-with-quick-sort-in-javascript

Hashnode - javascript (Javascript)

Quicksort is a popular and efficient sorting algorithm that uses a divide-and-conquer approach to sort an array. Quicksort is a divide-and-conquer algorithm that works by dividing an unsorted array into two sub-arrays, then recursively sorting those ...


116: Lunii, Kovalee, Monet' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/lunii-kovalee-monet-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2112051

L'usine-digitale (Informatique)

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


117: How to build a responsive navigation section for a website with HTML, CSS and JavaScript

https://musab19.hashnode.dev/how-to-build-a-responsive-navigation-section-for-a-website-with-html-css-and-javascript

Hashnode - javascript (Javascript)

When you visit a standard website, one of the first things you see is a navigation section. You can navigate to any of the website's pages from the navigation section. All parts of a website must be responsive across different screen sizes, which mea...


118: Geoflex lève 6 millions d'euros pour commercialiser ses services d'hypergéolocalisation

https://www.usine-digitale.fr/article/geoflex-leve-6-millions-d-euros-pour-commercialiser-ses-services-d-hypergeolocalisation.N2112026

L'usine-digitale (Informatique)

La start-up française Geoflex annonce un tour de table de 6 millions d'euros auquel participent Bouygues, Stellantis et Thales. Après deux ans de démonstration, elle espère passer à la commercialisation de ses services dans le secteur du transport, de l'agriculture ou encore de l'iOT. Elle compte, pour ce faire, recruter quarante salariés (notamment des commerciaux) dans les trois prochaines [...]


119: A High Level Overview Of JavaScript

https://garvitjainmaloo.com/a-high-level-overview-of-javascript

Hashnode - javascript (Javascript)

What is JavaScript' The formal definition of JavaScript is - JavaScript is a high-level, multi-paradigm, single-threaded, dynamic programming language that has support for object-oriented programming. Quite a few heavy words right' ' Let's understan...


120 / 152

120: Map in JavaScript

https://ianshushree.com/map-in-javascript

Hashnode - javascript (Javascript)

Hello Readers! I am here to share my knowledge about Map object of JavaScript.Actually,Map is builtIn object in the JavaScript . The Definition of Map in JavaScript is like : Map is an object in JavaScript that contains key-value pairs .It bas abilit...


121: This day in search marketing history: March 17

https://searchengineland.com/search-marketing-history-march-17-394379

Search engine land (Référencement)

Learn what happened on this day in search marketing history ' including major developments in SEO, PPC, search and digital marketing. The post This day in search marketing history: March 17 appeared first on Search Engine Land.


122: React Captcha - JavaScript Exercise 20

https://rajeshtomjoe.com/react-captcha-javascript-exercise-20

Hashnode - javascript (Javascript)

Overview In this exercise, you will build a simple captcha component in React. A captcha is a type of challenge-response test used in computing to determine whether or not the user is human. The captcha will consist of a mathematical expression that ...


123: The Amazing Applications of ChatGPT

https://coolcoders.hashnode.dev/the-amazing-applications-of-chatgpt

Hashnode - javascript (Javascript)

Top 5 Interesting Applications of ChatGPT This section will guide you through the five exciting applications of the ChatGPT chatbot. 1. Code-Writer -- If you are struggling with writing code for a particular problem, then all your worries end here. C...


124: Import And Export IN JavaScript

https://jeevanhenrydsouza.hashnode.dev/import-and-export-in-javascript

Hashnode - javascript (Javascript)

Import & Export In JavaScript In JavaScript, there are two ways to import modules from other files: named imports and default imports. A named import allows you to import specific exports from a module by name. To use a named import, you need to wr...


125: "Revolutionizing Blockchain Technology: How Vite is Changing the Game for Decentralized Applications"

https://scifi.com/revolutionizing-blockchain-technology-how-vite-is-changing-the-game-for-decentralized-applications

Hashnode - javascript (Javascript)

The goal of Vite, a high-performance blockchain platform, is to offer developers a quick and scalable way to create decentralised apps (DApps). Since its 2018 release, Vite has grown in popularity among users and developers thanks to its cutting-edge...


126: Create My Own MessageFormat

https://notes.suluh.my.id/messageformat

Hashnode - javascript (Javascript)

Some time ago I was fascinated by the intl-messageformat package and I always use it wherever message format is needed. The options are quite complete, I'm even torn to use it, but on second thought, it turns out I don't need all the features, I just...


127: JAVA SCRIPT BASIC INFORMATION (web dev)

https://robinsingh987.hashnode.dev/java-script-basic-information-web-dev

Hashnode - javascript (Javascript)

Introduction of JavaScript * JavaScript is a programming language that is used to make websites more interactive. JavaScript is an essential tool for the front end of a web application. It is a popular and widely used language to build a wide rang...


128: Top 5 Python Udemy Courses in 2023

https://imsachinshah.hashnode.dev/top-5-python-udemy-courses-in-2023-clfbvnmtw06wviinv7kkd0570

Hashnode - python (python)

Introduction Python is a programming language that has gained immense popularity in recent years due to its simplicity, versatility, and sheer number of libraries and frameworks available. For those who are looking to learn Python, there are countles...


129: Top 5 Python Udemy Courses in 2023

https://imsachinshah.hashnode.dev/top-5-python-udemy-courses-in-2023

Hashnode - python (python)

Introduction Python is a programming language that has gained immense popularity in recent years due to its simplicity, versatility, and sheer number of libraries and frameworks available. For those who are looking to learn Python, there are countles...


130 / 152

130: Getting started with HTML

https://onuorachidimma.hashnode.dev/getting-started-with-html

Hashnode - javascript (Javascript)

INTRODUCTION Web programming has become an essential skill for anyone looking to build a website or develop a web application. At the core of web programming is HTML, which stands for Hypertext Markup Language. HTML is the backbone of every website a...


131: PSA: Disable Wi-Fi Calling, VoLTE on Pixel & Samsung Phones IMMEDIATELY

https://www.webpronews.com/psa-disable-wi-fi-calling-volte-on-pixel-samsung-phones-immediately/

WebProNews SEO (Développement)

Google has discovered 0-day vulnerabilities in Samsung's Exynos modems that impact the most recent Pixel and Samsung devices.


132: Create a simple Microservices backend using nodeJS, Python, and rabbitMQ

https://hassanelabdallah.hashnode.dev/create-a-simple-microservices-backend-using-nodejs-python-and-rabbitmq

Hashnode - python (python)

Introduction In recent years, Microservices architecture has gained huge popularity in the software industry due to its ability to develop complex applications that are scalable, maintainable, and easily deployable. It is a way of building software s...


133: Simple Explanations For Complex Phenomena

https://hagakure.substack.com/p/twh50-simple-explanations-for-complex

pointer.io (Développement)

Paulo discusses the conflict between our desires - as engineers - to 'crave certainty, order, and structure' and the constantly changing scope of our work. 'If you've done it before, requirements are known. If someone else has done it before, requirements are knowable. If it's never been done before by anyone, requirements will change.' and most of our work falls in this last space. Paulo believes [...]


134: Getting More From Your Team Health Checks

https://engineering.atspotify.com/2023/03/getting-more-from-your-team-health-checks/

pointer.io (Développement)

Leaders at Spotify run health checks as a source of data to support - and not judge - teams. Checks usually follow the following pattern: (1) Ask predefined questions in the areas of tech health, team health, and product health. (2) Run debrief workshops where members of a squad discuss their results and decide on a set of actions. (3) Aggregate results into a multi-team-level visualisation, so th [...]


135: Docker Is Deleting Open Source Organisations - What You Need To Know

https://blog.alexellis.io/docker-is-deleting-open-source-images/

pointer.io (Développement)

'Yesterday, Docker sent an email to any Docker Hub user who had created an "organisation", telling them their account will be deleted including all images, if they do not upgrade to a paid team plan. The email contained a link to a tersely written PDF (since, silently edited) which was missing many important details which caused significant anxiety and additional work for open source maintainers.' [...]


136: QA Wolf Exits Stealth With An End-To-End Service For Software Testing

https://techcrunch.com/2022/09/07/qa-wolf-exits-stealth-with-an-end-to-end-service-for-software-testing/

pointer.io (Développement)

QA Wolf has exited stealth, securing $20 million for its platform that automates and ostensibly streamlines the process of testing web-accessible software apps.


137: Stanford Alpaca

https://github.com/tatsu-lab/stanford_alpaca

pointer.io (Développement)

Code & docs to train Stanford's Alpaca models, and generate the data.


138: The Case Against Relying Solely On DRY

https://betterprogramming.pub/a-case-against-relying-solely-on-dry-16dd712e422b

pointer.io (Développement)

Instead of being applied when needed, Ashley believes DRY is thrown around anytime duplication is spotted, and this leads to worse code in the long run. Ashley walks through why duplication is not the root of all evil, and why it's perfectly fine to repeat yourself sometimes.


139: How Virtual Environments Work

https://snarky.ca/how-virtual-environments-work/

pointer.io (Développement)

'There are two parts to virtual environments: their directories and their configuration file. As a running example, I'm going to assume you ran the command py -m venv --without-pip .venv in some directory on a Unix-based OS.'


140 / 152

141: Why Some GitHub Labels Illegible

https://firsching.ch/github_labels.html

pointer.io (Développement)

On GitHub, it's possible to select the color of a label when assigning it to a pull request or an issue. When using GitHub with the Light default theme, the color of the text on those labels depends on the brightness of the color used: The darker the color of the label the brighter the color of the text of the label and vice versa. Moritz discusses shows why this is problematic.


142: Evals

https://github.com/openai/evals

pointer.io (Développement)

Framework for evaluating OpenAI models and an OS registry of benchmarks.


143: Online Gradient Descent Written In SQL

https://maxhalford.github.io/blog/ogd-in-sql/

pointer.io (Développement)

Max implements a ML algorithm within a relational database, using SQL. Some databases allow doing inference with an already trained model. Training the model in the database would remove altogether the need for a separate inference / training service. Max attempts to do this with the Online Gradient Descent algorithm.


144: SQL Translator

https://github.com/whoiskatrin/sql-translator

pointer.io (Développement)

Converting natural language queries into SQL code using AI.


145: La France doit se doter d'un réseau de trains électromagnétiques à l'horizon 2040

https://www.rtflash.fr/france-doit-se-doter-d-reseau-trains-electromagnetiques-l-horizon-2040/article

Tregouet.org ()

En 40 ans, la France s'est dotée d'un réseau ferré à grande vitesse de 2 800 km qui dessert les principales métropoles françaises et a profondément remodelé l'aménagement du territoire et la géographie économique de notre pays. Au niveau européen, notre continent ne compte encore que 9 500 km de lignes à grande vitesse, alors que la Chine a dépassé les 40 000 km' En o [...]


146: Transformers: JavaScript in Disguise

https://javascriptweekly.com/issues/630

javascriptweekly (Javascript)

#'630 ' March 17, 2023 Read on the Web JavaScript Weekly '  Transformers.js: Running ML Models in the Browser ' Transformers are a type of machine learning model often used for natural language or visual processing and while running such models directly in the browser is in its infancy, Transformers.js opens up some ML models to you with some impressive demos here. Xenova [...]


147: Rest and Spread Operators in JavaScript- Simplified

https://niyatinehal.hashnode.dev/rest-and-spread-operators-in-javascript-simplified

Hashnode - javascript (Javascript)

What is a "spread" operator in JavaScript' Both Rest and Spread operators in JavaScript add several great features which make working with arrays a lot easier.Moreover, the Spread operator helps expand iterables (here we will mainly be talking about ...


148: Best Augmented Reality WordPress Plugins

https://www.wpexplorer.com/augmented-reality-plugins/

WP Explorer (wordpress)

Online shopping has become especially popular in the past few years, and it's not just people ordering socks from Amazon. Consumers are increasingly turning to the internet to shop for unique items such as home decor, formal attire, and custom-made products. Homebuyers commonly browse for potential houses on the internet, and landlords rely on online […] The post Best Augmented Reality WordP [...]


149: Make a PDF look like it was manually scanned (snippet)

https://www.stefanjudis.com/snippets/make-a-pdf-look-like-it-was-manually-scanned/

Stefan Judis (Développement)

I live in Germany, and while many think we have things in order here, we still need to sort out bureaucracy. It's a clu**fu** at best because German officials rely on paper ' paper and handwritten signatures. It can go so far that a scanned document image is preferred over a nice and sharp PDF. I don't own a printer, let alone a scanner, so occasionally, I drag myself to the local copy shop to do [...]


150 / 152

150: Size container queries can detect landscape / portrait orientation (tilPost)

https://www.stefanjudis.com/today-i-learned/size-container-queries-can-detect-landscape-portrait-orientation/

Stefan Judis (Développement)

I'm still wrapping my head around container size queries. The concept is clear (I think), but now that they're there, I'm finally catching up. MDN Compat Data (source) Browser support info for @container [...]




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