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

« Janvier 2023 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Mercredi 11 Janvier 2023 (119)

1: How I created a blog site with Flask Python framework

https://josephtam.hashnode.dev/how-i-created-a-blog-site-with-flask-python-framework-1

Hashnode - python (python)

Introduction Why Flask' Before I start, I'd like to shine the spotlight on what exactly we will be using: Flask. A lot of people see flask as a puny version of the Django framework because of the word "micro". I don't know much about Django yet, but ...


2: Microsoft Moving Teams Features Behind Teams Premium Subscription

https://www.webpronews.com/microsoft-moving-teams-features-behind-teams-premium-subscription/

WebProNews SEO (Développement)

WebProNews Microsoft Moving Teams Features Behind Teams Premium Subscription Microsoft is making a major change to Teams, moving some features behind its Teams Premium subscription service. Microsoft Moving Teams Features Behind Teams Premium Subscription Staff


3: Pycraft Progress Report! 02/01/23

https://pycraft.hashnode.dev/pycraft-progress-report-020123

Hashnode - python (python)

Hello there everyone, it's time for our weekly progress update, and this is for the week beginning the 2nd of January. This was a week full of small changes to features that we have been working on over the past few weeks in Pycraft, and clearing up ...


4: How to Create Guarded Routes using React Router

https://eshankvaish.hashnode.dev/how-to-create-guarded-routes-using-react-router

Hashnode - javascript (Javascript)

If you have worked on a React App with React Router Dom, you would have felt the need to restrict user access to some specific part of your app. It can be authentication-based, permission-based, etc. In this article, we are going to have a look at ho...


5: Embedding YouTube Videos in HTML: A Step-by-Step Guide

https://hat52.hashnode.dev/embedding-youtube-videos-in-html-a-step-by-step-guide

Hashnode - javascript (Javascript)

Hello everyone, welcome to my latest blog post. Today, I want to talk about a topic that I am sure many of you frontend developers out there can relate to - embedding a YouTube video in your project. Whether you're working on a personal website or a ...


6: 4 different ways of removing spaces from a string

https://capela.hashnode.dev/4-different-ways-of-removing-spaces-from-a-string

Hashnode - javascript (Javascript)

4 different ways of removing spaces from a string, sorted by cleanliness. The replaceAll() method was introduced in ES2021 and I feel it is still underused because many still don't know about its existence. The last 2 are for educational purposes, t...


7: Callback and CallbackHell in Javascript'

https://freeyoursmind.hashnode.dev/callback-and-callbackhell-in-javascript

Hashnode - javascript (Javascript)

In this blog you will know about concept of callbacks and callback hell. Before understading Callback Hell and it's concpet. You should know about Synchronous and Asynchronous programming in JavaScript. Synchronous Programming:- In Synchronous progr...


8: L'écosystème du ransomware en 2023 : comprendre pour mieux se défendre

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

Le Big Data (dataviz)

Les analyses menées par les chercheurs suggèrent une diversification des attaques dans l'écosystème du ransomware en 2023. Les attaquants semblent … Cet article L’écosystème du ransomware en 2023 : comprendre pour mieux se défendre a été publié sur LeBigData.fr.


9: Meta introduces new ad targeting limits for teens

https://searchengineland.com/meta-introduces-new-ad-targeting-limits-for-teens-391259

Search engine land (Référencement)

The changes are the latest effort to build in some after-the-fact privacy protections for Meta's youngest users. The post Meta introduces new ad targeting limits for teens appeared first on Search Engine Land.


10 / 119

10: Implement privacy-friendly, first-party data tracking in React with walker.js

https://blog.logrocket.com/implement-privacy-friendly-first-party-data-tracking-react-with-walker-js/

Log Rocket blog (Web 2)

Learn about the growing importance of first-party tracking and how to implement it with walker.js in your React and Next.js apps. The post Implement privacy-friendly, first-party data tracking in React with walker.js appeared first on LogRocket Blog.


11: Privacy-friendly data tracking in React with walker.js

https://blog.logrocket.com/data-tracking-react-walker-js/

Log Rocket blog (Web 2)

Learn about the growing importance of first-party tracking and how to implement it with walker.js in your React and Next.js apps. The post Privacy-friendly data tracking in React with walker.js appeared first on LogRocket Blog.


12: How To Build a Web Application (Blog) From Scratch Using Flask In Python

https://osquaregtech.hashnode.dev/how-to-build-a-web-application-blog-from-scratch-using-flask-in-python

Hashnode - python (python)

Introduction Flask is a lightweight, micro-framework in python which provide powerful tools, libraries and technologies for creating web applications. It connects the application code to a Web Server Gateway Interface (WSGI) and templates. Its flexib...


13: What Can You Do When You Master Python For Data Science'

https://myblog.flextra.link/what-can-you-do-when-you-master-python-for-data-science

Hashnode - python (python)

1. Build Awesome and Custom Data Visualizations and Dashboards One of the simpler yet most effective tools to master in Python are its data visualization and dashboarding libraries. Python dramatically extends what is possible when visualizing data....


14: What Can You Do When You Master Python For Data Science'

https://blog.flextra.link/what-can-you-do-when-you-master-python-for-data-science

Hashnode - python (python)

1. Build Awesome and Custom Data Visualizations and Dashboards One of the simpler yet most effective tools to master in Python are its data visualization and dashboarding libraries. Python dramatically extends what is possible when visualizing data....


15: Displaying data and conditional rendering in reactjs

https://pcodesdev.hashnode.dev/displaying-data-and-conditional-rendering-in-reactjs

Hashnode - javascript (Javascript)

Displaying data There are several ways to display data in ReactJS, some of which include: Using props: Props are a way to pass data from a parent component to a child component. For example, if a parent component has an array of data that needs to b...


16: Apache Cassandra w/ Python

https://blog.harshdaiya.com/apache-cassandra-w-python

Hashnode - python (python)

Apache Cassandra is a highly scalable, high-performance, and fault-tolerant NoSQL database. It is designed to handle large amounts of data across many commodity servers, providing high availability and reliability with no single point of failure. In ...


17: How marketing compensation and roles are changing: Take the MarTech Salary and Career Survey

https://searchengineland.com/take-martech-salary-career-survey-391255

Search engine land (Référencement)

Help us better understand the dramatic changes affecting the marketing and martech spaces. The post How marketing compensation and roles are changing: Take the MarTech Salary and Career Survey appeared first on Search Engine Land.


18: How To Install Go and Set Up a Local Programming Environment on macOS

https://www.digitalocean.com/community/tutorials/how-to-install-go-and-set-up-a-local-programming-environment-on-macos

Digital Ocean Tutorials (Internet)

### Introduction [Go](https://go.dev) is a programming language that was born out of frustration. At Google, developers were tired of having to make tradeoffs when picking the language for a new project. Some languages executed efficiently but took a long time to compile, while others were easy to write in but ran inefficiently in production. So Google invented Go and designed the language to hav [...]


19: How to draw PRELUDE

https://feeds.feedblitz.com/~/724031585/0/tanglepatterns~How-to-draw-PRELUDE.html

TanglePatterns (Zentangle)

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


20 / 119

20: Best CSS shape generators with demo

https://blog.logrocket.com/best-css-shape-generators-demo/

Log Rocket blog (Web 2)

In this article, we will learn about the seven best CSS shape generators and how they allow us to generate any CSS shape of our choice. The post Best CSS shape generators with demo appeared first on LogRocket Blog.


21: Microsoft's Next Surface Duo 3 Will Feature a Foldable Screen

https://www.webpronews.com/microsofts-next-surface-duo-3-will-feature-a-foldable-screen/

WebProNews SEO (Développement)

WebProNews Microsoft’s Next Surface Duo 3 Will Feature a Foldable Screen Microsoft is making a major change to its Surface Duo line, ditching the dual-screen design in favor of a foldable screen. Microsoft’s Next Surface Duo 3 Will Feature a Foldable Screen Matt Milano


22: Cybercrime : comment les hackers créent des malwares avec ChatGPT '

https://www.lebigdata.fr/cybercrime-malwares-chatgpt

Le Big Data (dataviz)

Les cybercriminels n’ont pas perdu de temps, et utilisent déjà l’IA ChatGPT pour coder de nouveaux malwares ou rédiger des … Cet article Cybercrime : comment les hackers créent des malwares avec ChatGPT ' a été publié sur LeBigData.fr.


23: 12 new Google Analytics 4 ecommerce dimensions and metrics

https://searchengineland.com/12-new-google-analytics-4-ecommerce-dimensions-and-metrics-391251

Search engine land (Référencement)

Ecommerce advertisers and brands will now be able view which items were added to cart, purchased, clicked, and more. The post 12 new Google Analytics 4 ecommerce dimensions and metrics appeared first on Search Engine Land.


24: Apple May Switch to In-House Displays for Its Devices

https://www.webpronews.com/apple-may-switch-to-in-house-displays-for-its-devices/

WebProNews SEO (Développement)

WebProNews Apple May Switch to In-House Displays for Its Devices Apple appears to be expanding its goal of bringing device components in-house, with reports it plans to use its own displays in devices. Apple May Switch to In-House Displays for Its Devices Staff


25: 11 Best WordPress Themes for 2023

https://www.webdesignerdepot.com/2023/01/11-best-wordpress-themes-for-2023/

Webdesigner depot (Design)

Have you been searching in vain to find a great WordPress theme that you can use to create a website that will perfectly match your brand and vision' Building a top-of-the-line website is no longer the complicated process you had to contend with only a few short years ago. More often than not, it was […] The post 11 Best WordPress Themes for 2023 first appeared on Webdesigner Depot.


26: Welcome to Pycraft on Hashnode!

https://pycraft.hashnode.dev/welcome-to-pycraft-on-hashnode

Hashnode - python (python)

Hello there everyone, and welcome to Hashnode, this site is going to be our replacement for Revue, which if you are unfamiliar will shut down on the 18th of January 2023. We first learnt that Revue would shut down on the 14th of December 2022. From t...


27: How To Use Loops in Java

https://www.digitalocean.com/community/tutorials/how-to-use-loops-in-java

Digital Ocean Tutorials (Internet)

*The author selected the [Free and Open Source Fund](https://www.brightfunds.org/funds/foss-nonprofits) to receive a donation as part of the [Write for DOnations](https://do.co/w4do-cta) program.* ### Introduction Writing repetitive tasks is common in programming. One option is to write the same or similar code as many times as needed to have a block of code executed repetitively. This approach [...]


28: Apple Maps relaunches Apple Business Connect

https://searchengineland.com/apple-maps-relaunches-apple-business-connect-391246

Search engine land (Référencement)

Initially launched about a decade ago, now Apple is adding numerous features for businesses, including messaging. The post Apple Maps relaunches Apple Business Connect appeared first on Search Engine Land.


29: How to Merge Objects in JavaScript

https://ratracegrad.hashnode.dev/how-to-merge-objects-in-javascript

Hashnode - javascript (Javascript)

An object is frequently used to store data. Sometimes you end up with multiple data objects that you need to combine their contents. In this article, I will show you several ways to merge objects in JavaScript. Format of an Object An Object is a coll...


30 / 119

30: Let's generate your Wifi qr code with flask Python

https://iamatomic.hashnode.dev/lets-generate-your-wifi-qr-code-with-flask-python

Hashnode - python (python)

Welcome to the world of QR code generators! Today, we're going to build our very own WiFi QR code generator using the Flask web framework and the qrcode library. But before we get started, let's make sure we have everything we need. First, make sure ...


31: Getting Creative with Infinite Loop Scrolling

https://tympanus.net/codrops/2023/01/11/getting-creative-with-infinite-loop-scrolling/

Codrops (Internet / Design)

A quick look at how to recreate the infinite loop scrolling animation seen on Bureau DAM with GSAP and Lenis.


32: Getting Started with Node.js: Set up your first node project

https://mzaza.hashnode.dev/getting-started-with-nodejs-set-up-your-first-node-project

Hashnode - javascript (Javascript)

Getting started with Node.js is relatively straightforward. In this post, I will go over the steps as simply as I can. However, before we start, there are a few prerequisites needed before you can get started. Prerequisites: Basic knowledge of JavaS...


33: What is prototype and prototype chaining in JavaScript '

https://shubhamchoudhary.hashnode.dev/what-is-prototype-and-prototype-chaining-in-javascript

Hashnode - javascript (Javascript)

We have always seen that every object in JavaScript has some pre-defined methods. When I was using console.log() for an object in the browser console, that is when I first encountered the word 'prototype' in JavaScript. What is prototype ' The proto...


34: Creating a custom choice field for enums in Django REST Framework

https://blog.sarmad.ai/django-rest-framework-enum-choice-field

Hashnode - python (python)

The problem with ChoiceField In Django REST Framework, there is a field called ChoiceField which can be used when you have certain choices for a field in your REST API. For example, let's imagine you were creating an API to convert colors to their re...


35: What is a crisis management plan' 5 steps with examples

https://blog.logrocket.com/product-management/crisis-management-plan-5-steps-examples/

Log Rocket blog (Web 2)

A crisis management plan should include proactive communication, rational prioritization of tasks, and a process to apply lessons learned. The post What is a crisis management plan' 5 steps with examples appeared first on LogRocket Blog.


36: Build a draggable to-do list with React Native Draggable FlatList

https://blog.logrocket.com/react-native-draggable-flatlist/

Log Rocket blog (Web 2)

Create a to-do list with React Native Draggable FlatList, which allows you to add, delete, mark as complete, and reorder to-do items. The post Build a draggable to-do list with React Native Draggable FlatList appeared first on LogRocket Blog.


37: EasyMile supervise deux navettes autonomes sur l'un des sites des JO 2024

https://www.usine-digitale.fr/article/easymile-supervise-deux-navettes-autonomes-sur-le-site-du-centre-national-de-tir-sportif-en-prevision-des-jo.N2085361

L'usine-digitale (Informatique)

La start-up toulousaine EasyMile supervise à distance deux navettes autonomes sans opérateur à bord sur le site du Centre National de Tir Sportif à Châteauroux. Celles-ci seront exploitées par Keolis pendant les Jeux olympiques de 2024.


38: Optimizing Database Queries in Django: A Guide to select_related and prefetch_related

https://blog.devjunction.in/optimizing-database-queries-in-django-a-guide-to-selectrelated-and-prefetchrelated

Hashnode - python (python)

In Django, select_related and prefetch_related are two functions that can be used to optimize database queries. They are particularly useful when working with foreign keys and many-to-many relationships, as they allow you to retrieve related objects ...


39: Deploying a Next.js front-end with a Rust API, in one go

https://joshmo.hashnode.dev/deploying-a-nextjs-front-end-with-a-rust-api-in-one-go

Hashnode - javascript (Javascript)

As large tech companies are starting to take serious consideration into investing in Rust, more and more uses are being found for a language that prioritises safety, blazing speed and efficiency. Google's KataOS and Amazon's new Linux distribution Bo...


40 / 119

40: Memoization in JS

https://yashpurkar.hashnode.dev/memoization-in-js

Hashnode - javascript (Javascript)

Memoization - Memoization is an optimization technique that can be used to reduce time-consuming calculations by saving previous input in the cache and returning the result from it. example let sum = 0; const calc = (n) => { for (let i = 0; i


41: Données personnelles : le régulateur antitrust allemand donne un avertissement à Google

https://www.usine-digitale.fr/article/donnees-personnelles-le-regulateur-antitrust-allemand-donne-un-avertissement-a-google.N2085336

L'usine-digitale (Informatique)

Le gendarme allemand de la concurrence a mis en garde Google. Si le géant de la tech ne change pas ses pratiques en matière de collecte de données et de recueil du consentement, le Bundeskartellamt pourrait sévir.


42: Datatables warning: table id = 'table_id' ' cannot reinitialise DataTable [Resolved]

https://www.yourowncodes.com/datatables-warning-table-id-cannot-reinitialise-error/

Your Own Codes ()

Resolving issue of error Datatables warning: table id = 'table_id' - cannot reinitialize DataTable The post Datatables warning: table id = ‘table_id’ – cannot reinitialise DataTable [Resolved] appeared first on YOC.


43: Building a Twitter bot with Node.js and OpenAI

https://sojinsamuel.hashnode.dev/building-a-twitter-bot-with-nodejs-and-openai

Hashnode - javascript (Javascript)

Hello fellow developers, In this tutorial, I will show you how to build a Twitter bot that comments on tweets that mention a certain keyword every 30 minutes. This bot uses the OpenAI API to generate unique and relevant comments for each tweet. Not o...


44: :has is an unforgiving selector

https://css-tricks.com/has-is-an-unforgiving-selector/

css-tricks (CSS)

A little thing happened on the way to publishing the CSS :has() selector to the ol’ Almanac. I had originally described :has() as a “forgiving” selector, the idea being that anything in its argument is evaluated, even if one or … :has is an unforgiving selector originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


45: Possesseur d'un Quest ' Les nouvelles ne sont pas bonnes pour vous

https://www.realite-virtuelle.com/possesseur-dun-quest-les-nouvelles-ne-sont-pas-bonnes-pour-vous/

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

Cette année, Meta met fin aux mises à jour du casque Quest 1. L'entreprise prévient […] Cet article Possesseur d'un Quest ' Les nouvelles ne sont pas bonnes pour vous a été publié sur Réalité-Virtuelle.com.


46: What are release notes and how to write good ones

https://blog.logrocket.com/what-are-release-notes-how-to-write-good-ones/

Log Rocket blog (Web 2)

The way you use release notes contributes to your overall brand perception. There are more interesting ways to convey information than just sharing dry facts. The post What are release notes and how to write good ones appeared first on LogRocket Blog.


47: Using Medusa as a Shopify alternative

https://blog.logrocket.com/use-medusa-shopify-alternative/

Log Rocket blog (Web 2)

Explore Medusa, a headless CMS that offers many benefits like decoupled architecture, scalability, and the ability to write and deploy code everywhere. The post Using Medusa as a Shopify alternative appeared first on LogRocket Blog.


48: Javascript (Mise List, button_onclick)

https://chloelaureate.hashnode.dev/javascript-mise-list-buttononclick

Hashnode - javascript (Javascript)

[Button_onclick] Best Movies of My Life Archive' [Odd & even n...


49: Javascript in 1 min (Variables, Dictionary, If, Function, Loop)

https://chloelaureate.hashnode.dev/javascript-in-1-min-variables-dictionary-if-function-loop

Hashnode - javascript (Javascript)

Javascript for browsers; Every web server => HTML + CSS + Javascript DevTools Console = same with 5 things to remember = Variables, Dictionary, Function, If, Loop Variables (console.log) List: to list things such as below: So ord...


50 / 119

50: La carte Vitale numérique s'apprête à être généralisée en France

https://www.usine-digitale.fr/article/la-carte-vitale-numerique-s-apprete-a-etre-generalisee-en-france.N2085296

L'usine-digitale (Informatique)

Le gouvernement a publié le 28 décembre dernier un décret donnant le feu vert au déploiement de la carte Vitale numérique sur tout territoire. Si le calendrier exact est encore inconnu, l'Usine Digitale fait le point sur ce qui va changer.


51: 005 - ¿Cóm nombrar variables'

https://meralu.com/005-com-nombrar-variables

Hashnode - javascript (Javascript)

En Javascript y en cualquier otro lenguaje de programación las variables son uno de los elementos más importantes de un código, pues permiten asignar un espacio de memoria a un valor al que recurriremos a lo largo de un proyecto de desarrollo. Nos pe...


52: Create a React Ecommerce Store with Medusa

https://blog.alyssaholland.me/react-ecommerce-store-medusa

Hashnode - javascript (Javascript)

Introduction This guide will explain how to set up Medusa in a React application. Medusa is an open source headless commerce engine built for developers. Medusa's composable architecture allows for endless customization and provides a friendly develo...


53: Google Business Profiles to stop allowing price ranges on products on February 15

https://searchengineland.com/google-business-profiles-to-stop-allowing-price-ranges-on-products-on-february-15-391244

Search engine land (Référencement)

Also, Google will no longer support custom call to actions. The post Google Business Profiles to stop allowing price ranges on products on February 15 appeared first on Search Engine Land.


54: Top 5 useful chrome extensions for frontend developers 2023 (Part -I)

https://journeyasadev.hashnode.dev/top-5-useful-chrome-extensions-for-frontend-developers-2023-part-i

Hashnode - javascript (Javascript)

As a front-end developer, having the right tools can make a big difference in your workflow and productivity. Chrome extensions are a great way to enhance your browser and streamline your development process. Here are the top 5 chrome extensions that...


55: Full stack Web development Roadmap- Future Finders

https://zordcoder.live/full-stack-web-development-roadmap-future-finders

Hashnode - javascript (Javascript)

Roadmap for Full stack web development W E B ___ D E V E L O P M E N T ___ F U N D A M E N T A L S 1. Know how websites function and how HTML, CSS, and JavaScript help 2. Understand how the internet works. 3. Start coding...


56: Day22 - Mastering Async and Await in JavaScript

https://vaibzde.hashnode.dev/async-and-await-in-javascript

Hashnode - javascript (Javascript)

Introduction Hello readers! Today we're continuing our journey to become back-end masters. We've learned about asynchronous programming and callbacks, and also about promises. Now, we're going to learn about a new way to handle async code called asyn...


57: Wi-Fi 7 : tout savoir sur les spécifications sans fil de demain

https://www.lebigdata.fr/wi-fi-7-tout-savoir

Le Big Data (dataviz)

En tant que prochaine norme sans fil, Wi-Fi 7 trouvera bientôt sa place dans les meilleurs routeurs Wi-Fi et les … Cet article Wi-Fi 7 : tout savoir sur les spécifications sans fil de demain a été publié sur LeBigData.fr.


58: Case study: Are indented search results on Google actually hurting your business'

https://searchengineland.com/case-study-indented-search-results-google-391203

Search engine land (Référencement)

Most businesses might think having two search results on Page 1 is a good thing. This is not always the case. Here's why. The post Case study: Are indented search results on Google actually hurting your business' appeared first on Search Engine Land.


59: Découvrez le top des figurines Pop Pokémon

https://www.realite-virtuelle.com/decouvrez-le-top-des-figurines-pop-pokemon/

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

Aujourd'hui plus que jamais, les figurines Pop Pokémon, apparues pour la première fois en 2018, […] Cet article Découvrez le top des figurines Pop Pokémon a été publié sur Réalité-Virtuelle.com.


60 / 119

60: Première mondiale : un outil d'IA validé dans une étude scientifique pour le diagnostic du cancer du sein'

https://www.rtflash.fr/premiere-mondiale-outil-d-ia-valide-dans-etude-scientifique-pour-diagnostic-cancer-sein/article

Tregouet.org ()

Pour la première fois au niveau mondial, un algorithme basé sur une intelligence artificielle est validé cliniquement pour le diagnostic du cancer du sein, qui consiste en des prélèvements de tissus pour effectuer un examen. L'intelligence artificielle, renommée Galen Breast, a été développée dans l'objectif de réduire les erreurs et d'améliorer la qualité du diagnostic. [...]


61: Custom Dropdown in Flutter

https://emmawave.hashnode.dev/custom-dropdown-in-flutter

Hashnode - Flutter (Flutter)

Introduction This article will explain about flutter Dropdown button which has icons for each item. The addition of icons to the text gives the user interface (UI) a great look. Let's try it out now! Table of content Dropdown button in a flutter De...


62: 3 growth paths in 2023 with Google Ads by Adthena

https://searchengineland.com/3-growth-paths-in-2023-with-google-ads-390943

Search engine land (Référencement)

Overcome uncertainty and stay on top of algorithm updates. The post 3 growth paths in 2023 with Google Ads appeared first on Search Engine Land.


63: Apple Has Paid App Store Developers $320 Billion Since 2008

https://www.webpronews.com/apple-has-paid-app-store-developers-320-billion-since-2008/

WebProNews SEO (Développement)

WebProNews Apple Has Paid App Store Developers $320 Billion Since 2008 Apple has released a report on the App Store, revealing the company has paid developers $320 billion. Apple Has Paid App Store Developers $320 Billion Since 2008 Matt Milano


64: Creating App in Django

https://nileshdarji.hashnode.dev/creating-app-in-django

Hashnode - python (python)

First of all, You need to set up the project if you have not done yet then check this article. After creating a project your file structure will look like the below. myproject __init__.py asgi.py settings.py urls.py wsgi.py manage...


65: 5G : le gouvernement lance de nouvelles initiatives pour encourager les entreprises à innover

https://www.usine-digitale.fr/article/5g-le-gouvernement-lance-de-nouvelles-initiatives-pour-encourager-les-entreprises-a-innover.N2084916

L'usine-digitale (Informatique)

Le gouvernement veut à tout prix favoriser le travail en amont sur les technologies 5G, à travers la R&D et l'innovation "souveraine", et les expérimentations industrielles. Pour ce faire, il lance un nouvel appel à projets et rend l'accès aux fréquences plus abordable pour la constitution de réseaux privés.


66: Oxbotica lève 140 millions de dollars pour déployer son logiciel de conduite autonome

https://www.usine-digitale.fr/article/oxbotica-leve-140-millions-de-dollars-pour-deployer-son-logiciel-de-conduite-autonome.N2085236

L'usine-digitale (Informatique)

Oxbotica, spécialiste britannique de l'automatisation des véhicules, a annoncé une levée de fonds en série C de 140 millions de dollars pour poursuivre le déploiement de son logiciel de conduite autonome à l'international.


67: A fragment on React.Fragment

https://dhawalpandya01.hashnode.dev/a-fragment-on-reactfragment

Hashnode - javascript (Javascript)

A "Fragment" is a part of a whole, in the context of coding, fragmenting is breaking, or rather compartmentalizing pieces of code that must not interfere with each other, but still are a part of the same whole. In React, a fragment is a way to group ...


68: How I created a blog site with Flask Python framework

https://josephtam.hashnode.dev/how-i-created-a-blog-site-with-flask-python-framework

Hashnode - python (python)

Introduction Why Flask' Before I start, I'd like to shine the spotlight on what exactly we will be using: Flask. A lot of people see flask as a puny version of the Django framework because of the word "micro". I don't know much about Django yet, but ...


69: TikTok, Facebook and beyond: Driving ROAS outside of Google and Microsoft

https://searchengineland.com/tiktok-facebook-beyond-driving-roas-outside-google-microsoft-391145

Search engine land (Référencement)

Turning to some of the newer social media and advertising platforms can help brands activate more full-funnel digital strategies. The post TikTok, Facebook and beyond: Driving ROAS outside of Google and Microsoft appeared first on Search Engine Land.


70 / 119

70: Kuo: Apple May Launch OLED MacBook in 2024

https://www.webpronews.com/kuo-apple-may-launch-oled-macbook-in-2024/

WebProNews SEO (Développement)

WebProNews Kuo: Apple May Launch OLED MacBook in 2024 Analyst Ming-Chi Kuo has offered his latest report on Apple and its good news for MacBook fans. Kuo: Apple May Launch OLED MacBook in 2024 Staff


71: Introduction to NodeJs

https://dhanushnehru.hashnode.dev/introduction-to-nodejs

Hashnode - javascript (Javascript)

For those who don't know, Node is a JavaScript runtime built on Chrome's V8 engine, making it perfect for building fast and scalable network applications. One of the main benefits of Node.js is its non-blocking, event-driven I/O model, which makes i...


72: Best Practices to Improve Performance of Flutter App

https://theonetechnologies.hashnode.dev/best-practices-to-improve-performance-of-flutter-app

Hashnode - Flutter (Flutter)

In today's tech-driven world, performance is core to any cutting-edge app. That's not always possible for developers because skipped frames and errors impact reliability and lead to negative user impressions. That's why the use of Flutter has reached...


73: What is Virtual DOM'

https://dhawalpandya01.hashnode.dev/what-is-virtual-dom

Hashnode - javascript (Javascript)

Unlike your digital fetishes, virtual DOM (Document Object Model) is a lightweight in-memory 'representation of a DOM' tree. It is a programming interface that abstracts away the details of the actual DOM, and allows developers to manipulate the DOM ...


74: JavaScript Hoisting

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

Hashnode - javascript (Javascript)

Hoisting moves JavaScript declarations to the top. pe. This can be confusing for beginners since it can seem like the code is being executed in a different order than it is written. However, understanding hoisting can help write more efficient and er...


75: Consuming REST APIs in React using FetchAPI, Async/Await, and useEffect.

https://emmanueloloke.hashnode.dev/consuming-rest-apis-in-react-using-fetchapi-asyncawait-and-useeffect

Hashnode - javascript (Javascript)

Introduction. Making API requests and consuming data from different APIs is one of the significant backbones of any dynamic web-based project. This can be done in different ways, using Axios, a JavaScript library used to make HTTP Requests, and Fetch...


76: Instagram modifie son menu d'accueil : ce qui change à partir de février

https://www.blogdumoderateur.com/instagram-modifie-menu-accueil-fevrier-2023/

Blog du Moderateur ()

L'onglet Shop qui regroupe les boutiques sur Instagram disparaît de la barre de navigation.


77: Gare au DeepFake ! Cette nouvelle IA Microsoft peut simuler n'importe quelle voix

https://www.lebigdata.fr/deepfake-ia-microsoft-simulateur-voix

Le Big Data (dataviz)

Microsoft a récemment dévoilé sa toute dernière technologie d’intelligence artificielle (IA), VALL-E. Ce système d’IA est conçu pour simuler la … Cet article Gare au DeepFake ! Cette nouvelle IA Microsoft peut simuler n'importe quelle voix a été publié sur LeBigData.fr.


78: VALL-E : l'outil IA de Microsoft qui peut imiter la voix d'une personne

https://www.blogdumoderateur.com/vall-e-outil-microsoft-intelligence-artificielle/

Blog du Moderateur ()

Microsoft dévoile VALL-E, son outil d'intelligence artificielle qui peut reproduire la voix de n'importe quelle personne.


79: 5 formations en ligne pour créer un site WordPress

https://www.blogdumoderateur.com/selection-formation-creer-site-wordpress-135/

Blog du Moderateur ()

Notre sélection de formations est dédiée à ceux qui souhaitent créer leur propre site web sous WordPress.


80 / 119

80: BioNTech met 635 millions d'euros sur la table pour racheter InstaDeep, spécialisée dans l'IA

https://www.usine-digitale.fr/article/biontech-met-635-millions-d-euros-sur-la-table-pour-racheter-instadeep-specialisee-dans-l-ia.N2085171

L'usine-digitale (Informatique)

BioNTech a annoncé mardi 10 janvier son accord de rachat avec la start-up InstaDeep, spécialisée dans l'intelligence artificielle et le machine learning. La biotech allemande pourrait débourser jusqu'à 635 millions d'euros pour l'opération.


81: Context Processors in Django

https://sarahthedeveloper.hashnode.dev/context-processors-in-django

Hashnode - python (python)

Introduction: Django is a powerful web framework that follows the principles of the Don't Repeat Yourself (DRY) philosophy. One way that Django achieves this is through the use of Context Processors. In this article, we'll take a closer look at what ...


82: How does classList Work in JavaScript'

https://codewithjohn.hashnode.dev/how-does-classlist-work-in-javascript

Hashnode - javascript (Javascript)

In this article, we are going to explore classList property to work with the CSS classes of an element. JavaScript's ClassList property is a way to create CSS classes dynamically. It also can remove, add, or toggle CSS classes for a given DOM element...


83: Historique : la justice interdit à Meta d'utiliser vos données pour la pub

https://www.lebigdata.fr/meta-donnees-pub

Le Big Data (dataviz)

La possibilité d'une telle interdiction avait déjà été évoquée par les régulateurs européens vers la fin de l'année dernière, mais … Cet article Historique : la justice interdit à Meta d’utiliser vos données pour la pub a été publié sur LeBigData.fr.


84: Prediction Consensus: What the Experts See Coming in 2023

https://www.visualcapitalist.com/predictions-2023/

Visual Capitalist (dataviz)

Using our database of 500+ predictions from reports, articles, interviews, and more, we highlight what experts think will happen in 2023 The post Prediction Consensus: What the Experts See Coming in 2023 appeared first on Visual Capitalist.


85: Overview of an API for a Blogging Platform

https://oluperfect.hashnode.dev/overview-of-an-api-for-a-blogging-platform

Hashnode - javascript (Javascript)

How to build a Blogging API using NodeJS, Express and MongoDB Table of Content IntroductionPrerequisiteProject StructureBasic Functionality ImplementationThe MiddlewareThe ModelThe Service LayerThe controllerThe RouteValidatorsConclusion Introductio...


86: Origins of the world map

https://flowingdata.com/2023/01/11/origins-of-the-world-map/

Flowing data (dataviz)

Mapping the entire planet is not exactly a straightforward thing to do, especially…Tags: history, Jeremy Shuback


87: Guide : comment utiliser la planification annuelle pour atteindre ses objectifs

https://www.blogdumoderateur.com/guide-comment-utiliser-planification-annuelle-pour-atteindre-objectifs/

Blog du Moderateur ()

Asana, spécialiste de la gestion de communication d'équipe, vous donne les clés pour planifier vos projets et atteindre vos objectifs.


88: Copywriting : 10 conseils pour rédiger des textes convaincants

https://www.blogdumoderateur.com/copywriting-conseils-rediger-textes-convaincants/

Blog du Moderateur ()

Avec ces bonnes pratiques rédactionnelles, apprenez à convaincre vos lecteurs.


89: Closed Captions And Subtitles UX

https://smashingmagazine.com/2023/01/closed-captions-subtitles-ux/

Smashing magazine (Web 2 / CSS)

Captioning can be much more than text. Let's explore some design patterns for better UX around subtitles and closed captioning. Get ready to be challenged and surprised.


90 / 119

90: Datas Centers : découvrez l'idée géniale de Qarnot pour refroidir les serveurs

https://www.lebigdata.fr/datas-centers-idee-refroidir-serveurs

Le Big Data (dataviz)

Les Data Centers sont encore confrontés à un défi majeur lorsqu'il s'agit de gérer le flux de chaleur généré par … Cet article Datas Centers : découvrez l'idée géniale de Qarnot pour refroidir les serveurs a été publié sur LeBigData.fr.


91: Flutter : Introduction

https://ashirbadswain.hashnode.dev/flutter-introduction

Hashnode - Flutter (Flutter)

In the simplest terms, Flutter is a software development toolkit from Google for building cross-platform applications. Flutter app consists of a series of packages, plugins, and widgets ' but that's not all. It's also the easiest way to get an app up...


92: Recursion

https://srafsan.hashnode.dev/recursion

Hashnode - javascript (Javascript)

What is Recursion' '' Recursion is a technique in programming where a function calls itself to accomplish a certain task. It is an elegant and powerful tool that can be used to solve problems cleanly and efficiently, but it can also be difficult to ...


93: How to Build BookSearch App using Vue.js and ElasticSearch

https://blog.reactivesearch.io/how-to-build-booksearch-app-using-vuejs-and-elasticsearch

Hashnode - vuejs (Javascript)

BookSearch App Demo ' In this post, we are going to build a Booksearch Application using Vue.js and ElasticSearch. You might have already heard of Vue.js, one of the fastest-growing JavaScript frameworks. You might also have heard about ElasticSearc...


94: Full stack Web development Roadmap- Future Finders

https://futurefinders.hashnode.dev/full-stack-web-development-roadmap-future-finders

Hashnode - javascript (Javascript)

Roadmap for Full stack web development W E B ___ D E V E L O P M E N T ___ F U N D A M E N T A L S 1. Know how websites function and how HTML, CSS, and JavaScript help 2. Understand how the internet works. 3. Start coding...


95: Building an Airport Flight status widget Day 86

https://dheerajy1.hashnode.dev/building-an-airport-flight-status-widget-day-86

Hashnode - javascript (Javascript)

Today #Day86 of #100DaysOfCode, I am coding and explaining by 'Building an Airport Flight status widget' taught by [Ania Kubów]. HTML Hardcore table header, Departues tbody tag given an ID so that ...


96: Google fusionne les équipes de Maps et Waze

https://www.abondance.com/20230111-50967-google-fusionne-les-equipes-de-maps-et-waze.html

Abondance (Référencement)

En décembre 2022, Google a initié la fusion des équipes de Waze (actuellement basées à Tel-Aviv) avec celles de Geo (Maps, Earth, Street View) pour réduire les coûts de fonctionnement. Waze va-t-il à moyen terme perdre son indépendance '... Le mois dernier, Google a mis en place, selon le Wall Street Journal, un projet de […] L'article "Google fusionne les équipes de Maps et Waze" [...]


97: What is a prototype chain'- Details Example with Function and Classes

https://morshedulmunna.hashnode.dev/what-is-a-prototype-chain-details-example-with-function-and-classes

Hashnode - javascript (Javascript)

A prototype chain is a mechanism in JavaScript that allows objects to inherit properties and methods from other objects. Every object in JavaScript has a prototype, which is either another object or null, and when a property or method is accessed on ...


98: Campings.com rachète Bungalow Booker, leader néerlandais des réservations d'hébergements plein air

https://www.usine-digitale.fr/article/campings-com-rachete-bungalow-booker-leader-neerlandais-des-reservations-d-hebergements-plein-air.N2085081

L'usine-digitale (Informatique)

Le spécialiste français de la réservation de séjours en camping annonce l'acquisition de Bungalow Booker, première plateforme de réservation de séjours au sein de parcs de vacances aux Pays-Bas. Il affirme ainsi son ambition de devenir le champion européen de la réservation d'hébergements de plein air.


99: Les débuts laborieux du guichet unique des entreprises

https://www.usine-digitale.fr/editorial/les-debuts-laborieux-du-guichet-unique-des-entreprises.N2084751

L'usine-digitale (Informatique)

Les professionnels tirent à boulet rouges sur le nouveau site dédié aux formalités des entreprises, obligatoire depuis le 1er janvier. Du côté du Ministère de l'économie, on plaide pour un nécessaire temps d'adaptation.


100 / 119

100: SQL-S3 combination for handling images like a pro

https://chopcoding.com/sql-s3-combination-for-handling-images-like-a-pro

Hashnode - python (python)

Introduction In this tutorial, we will explore how to use the combination of SQL and S3 to efficiently handle images. We will be using Python, Flask, and SQLAlchemy to accomplish this task. Specifically, we will be using the Flask-SQLAlchemy library,...


101: Why I was encouraged to learn Rust (Comparing Rust and Python)

https://ls-lrt.com/why-i-was-encouraged-to-learn-rust-comparing-rust-and-python

Hashnode - python (python)

It is been 8 years in my Job career as an infrastructure/DevSecOps engineer, I am much satisfied. But in the corner of my heart, I had the urge to learn programming so that I can relate my daily job to the developer program easily. Everyone knows the...


102: Understanding Object-Oriented Programming Concepts in Dart

https://cswithiyush.hashnode.dev/understanding-object-oriented-programming-concepts-in-dart

Hashnode - Flutter (Flutter)

Introduction Dart is a programming language developed by Google that is used for building web, mobile, and desktop apps. One of the key features of Dart is its support for object-oriented programming (OOP) concepts. Understanding OOP concepts is cruc...


103: 14 - Creating Update Profile Section in Web App

https://srikanthvenkata.hashnode.dev/14-creating-update-profile-section-in-web-app

Hashnode - python (python)

We shall add a profile section in our web application where we can load the existing values and update the values Following link gives the details of commit In the file API-Backend/app/models/applicant.py we observed that the id was made mandatory w...


104: Omny lève 2 millions d'euros pour développer sa solution d'aide à la vente sur les marketplaces

https://www.usine-digitale.fr/article/omny-leve-2-millions-d-euros-pour-developper-sa-solution-d-aide-a-la-vente-sur-les-marketplaces.N2083881

L'usine-digitale (Informatique)

La start-up fondée par des anciens de chez Auchan propose aux marques d'automatiser le pilotage de leurs ventes sur les plateformes de mise en relation entre acheteurs et vendeurs.


105: How to Lazy Load Html Videos.

https://reuben09.hashnode.dev/how-to-lazy-load-html-videos

Hashnode - javascript (Javascript)

Introduction. In this article, we are going to look at how to lazy load Html videos. Steps we'll cover: What Does Lazy Loading Mean' Examples Of Lazy Loading. Code To Prevent Preloading. How To Customize Video Thumbnail Until The User Begins Play...


106: When I share my python application it doesnt work in any other computer. Why'

https://pranavpythondev.dev/when-i-share-my-python-application-it-doesnt-work-in-any-other-computer-why

Hashnode - python (python)

When I share my python application it doesn't work on any other computer. Why' I tried copying on Pendrive google drive but it didn't work on another computer pls tell em why and suggest a fix


107: Idempotency in Data pipelines - Overview

https://blog.harshdaiya.com/idempotency-in-data-pipelines-overview

Hashnode - python (python)

Idempotency is an important concept in data engineering, particularly when working with distributed systems or databases. In simple terms, an operation is said to be idempotent if running it multiple times has the same effect as running it once. This...


108: This day in search marketing history: January 11

https://searchengineland.com/search-marketing-history-january-11-391222

Search engine land (Référencement)

Google's mobile intrusive interstitials penalty, plus: AdWords eases negative keyword management, Search Plus pushing Google+ and more. The post This day in search marketing history: January 11 appeared first on Search Engine Land.


109: Array and its methods in JavaScript

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

Hashnode - javascript (Javascript)

In programming, Array is a collection of elements or data. It is a widely used data structure in all programming languages. We express the Array in a square bracket[]and each element is separated by a comma. How to create an Array' We can create an a...


110 / 119

110: Module Bundlers

https://umair2607.hashnode.dev/module-bundlers

Hashnode - javascript (Javascript)

What is a module bundler' In simple words, a module bundler is a tool whose task is to take multiple JS files and combine them into a single JS file along with the required libraries. Why combine all JS files' In this era, all modern browsers support...


111: All Basic Concept of Python

https://codincs.hashnode.dev/all-basic-concept-of-python

Hashnode - python (python)

Python is a High-level programming Language.It's also a case-sensitive language Python was also used in Artificial Intelligence and Machine Learning. Python was created bu Guido Van Rossum in 1970. Why Python Python is used for many reasons. Automat...


112: Java Regular Expressions - Validate IP Addresses

https://stackabuse.com/java-regular-expressions-validate-ip-addresses/

Stack Abuse (Javascript)

In this short tutorial, learn how to check whether an input is a valid IP address or not in Java using Regular Expressions (RegEx).


113: JavaScript Functions

https://hashnodecoder.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

What is Function' In JavaScript, a function is a block of code that can be executed one or multiple times, optionally with some input (referred to as "arguments"), and potentially returning some output (referred to as the "return value"). A function ...


114: Five JavaScript Animation Libraries to try out

https://openreplay.hashnode.dev/five-javascript-animation-libraries-to-try-out

Hashnode - javascript (Javascript)

There's absolute confidence that animations can have a sizeable effect on a website's overall appearance and feel. They're a pleasant feature as long as they may be carried out wisely, and make the user experience nice. Further, you may effortlessly ...


115: Building a mobile app with React and Ionic

https://openreplay.hashnode.dev/building-a-mobile-app-with-react-and-ionic

Hashnode - javascript (Javascript)

In this article, we will cover the basics of React and the Ionic framework. We will learn how to build a simple application with React and Ionic. We will cover the application structure by explaining how React and Ionic applications are laid out and ...


116: Building a Blog Api with CRUD functionalities

https://rasheedolayanju.hashnode.dev/building-a-blog-api-with-crud-functionalities

Hashnode - javascript (Javascript)

Table of contents Setting up our node app Creating our server Creating the router and routes Setting up MongoDB Connecting MongoDB to Nodejs Creating the Model for the Blog Api Creating CRUD functionality Building Create functionality ...


117: How to build a Github Portfolio using Github API, React JS and TailwindCSS

https://buikem.hashnode.dev/how-to-build-a-github-portfolio-using-github-api-react-js-and-tailwindcss

Hashnode - javascript (Javascript)

React JS has made creating user interfaces easier and faster, so I built a GitHub portfolio web page (a second-semester project for Frontend devs by AltSchool ) using React JS. In this article, we'll learn how to build a GitHub portfolio website feat...


118: ISRO offering a 10-Day free online course on Geospatial Python

https://makereading.com/isro-offering-a-10-day-free-online-course-on-geospatial-python

Hashnode - python (python)

ISRO Indian Institute of Remote Sensing is hoisting a 10-day free online course. The "Geodata Processing Using Python" course will run from January 16th to the 27th, 2023, and enrollment is on a first-come, first-served basis. The Government of India...


119: Creating a Blog Application using Flask Framework

https://klvxn.hashnode.dev/creating-a-blog-application-using-flask-framework

Hashnode - python (python)

Flask is a Python micro web framework. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions hence it being a micro framework. It gives developers flexibility ...




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