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

« Décembre 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 29 Décembre 2023 (124)

1: LabelSettings in Godot ' Complete Guide

https://gamedevacademy.org/labelsettings-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this in-depth tutorial centered around using the LabelSettings class in Godot 4, an essential component of this popular and versatile game engine. With Godot’s increasing popularity for indie ... Read more


2: JSON in Godot ' Complete Guide

https://gamedevacademy.org/json-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to the World of JSON in Godot 4 If you’ve embarked on the thrilling path of game development with Godot 4, you’re about to take a deeper dive into ... Read more


3: InputEventWithModifiers in Godot ' Complete Guide

https://gamedevacademy.org/inputeventwithmodifiers-in-godot-complete-guide/

Game dev academy (Jeux)

Navigating the virtual worlds that we create in games is not just about moving characters or interacting with objects; it’s about the subtleties of how we interact. Input events are ... Read more


4: How to build a Dynamic Waitlist with Django and SMTP Integration

https://oxayomide.hashnode.dev/how-to-build-a-dynamic-waitlist-with-django-and-smtp-integration

Hashnode - python (python)

A waitlist, sometimes called a "pre-launch list" or "signup list" is a mechanism for people to express their interest in a product that is not yet available or in development. A waitlist is created for people to essentially join a queue, hoping to be...


5: InputEventShortcut in Godot ' Complete Guide

https://gamedevacademy.org/inputeventshortcut-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our tutorial on the InputEventShortcut class in Godot 4! Whether you’re new to the Godot Engine or you’ve been crafting games for a while, understanding input events is ... Read more


6: InputEventScreenTouch in Godot ' Complete Guide

https://gamedevacademy.org/inputeventscreentouch-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our deep dive into the world of Godot 4 and its InputEventScreenTouch class. Touch input is a cornerstone of modern game design, particularly for mobile games, where it ... Read more


7: InputEventScreenDrag in Godot ' Complete Guide

https://gamedevacademy.org/inputeventscreendrag-in-godot-complete-guide/

Game dev academy (Jeux)

Touch-based controls are becoming a staple feature in modern game design, particularly on mobile platforms. Capturing and responding to various touch events is essential for creating intuitive and engaging gameplay ... Read more


8: InputEventPanGesture in Godot ' Complete Guide

https://gamedevacademy.org/inputeventpangesture-in-godot-complete-guide/

Game dev academy (Jeux)

Navigating through the digital realms of game development, we often encounter the need to implement intuitive controls that resonate with user expectations. Gestures, particularly on touch-enabled devices, form an essential ... Read more


9: Your First Python Project

https://fullstackprocrastinator.hashnode.dev/your-first-python-project

Hashnode - python (python)

You've done it, you've mastered functions, variables, strings, conditional statements, indefinite loops & definite loops...but now what' It's time you knock together your first Python project, a number guessing game. A word of warning though, NASA - ...


10 / 124

10: InputEventMouseMotion in Godot ' Complete Guide

https://gamedevacademy.org/inputeventmousemotion-in-godot-complete-guide/

Game dev academy (Jeux)

Understanding the magic of motion tracking in games can be both exciting and a critical skill for aspiring developers. In the realm of Godot 4, the InputEventMouseMotion class is a ... Read more


11: InputEventMouseButton in Godot ' Complete Guide

https://gamedevacademy.org/inputeventmousebutton-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this tutorial on the InputEventMouseButton class, a crucial component of gameplay programming in the Godot 4 game engine. If you’ve ever dreamed about creating your own video games, ... Read more


12: The Spread Operator in Javascript

https://networkmario.hashnode.dev/the-spread-operator-in-javascript

Hashnode - javascript (Javascript)

With 'spread operators', introduced starting with ECMAScript 6 (ES6), it is possible to copy all or part of an existing array or object into another array or object, combine arrays or objects, and pass an array to a function as a topic. The notation ...


13: Loops (while, do-while, and for loops ) in JavaScript in-depth

https://techthinkers.dev/loops-while-do-while-and-for-loops-in-javascript-in-depth

Hashnode - javascript (Javascript)

What are loops in JavaScript' In JavaScript, loops are control flow structures that allow you to repeatedly execute a block of code as long as a certain condition is true. Let's see a basic example of why we need a loop. // Suppose you have to print ...


14: La Game Boy Color fait son grand retour grâce au Raspberry Pi : Tout savoir

https://www.lebigdata.fr/game-boy-color-raspberry-pi

Le Big Data (dataviz)

Ce passionné de retrogaming et d'informatique transforme la Game Boy Color grâce au Raspberry Pi. Il lance un crowdfunding pour … Cet article La Game Boy Color fait son grand retour grâce au Raspberry Pi : Tout savoir a été publié sur LEBIGDATA.FR.


15: Building Real-Time Chat Functionality with Socket.IO in Node.js

https://arnab2001.hashnode.dev/building-real-time-chat-functionality-with-socketio-in-nodejs

Hashnode - javascript (Javascript)

Socialite , my passion project of a social media app, was missing something - the option of real-time interaction! It's time to build a chat feature, and Node.js is our trusty steed. Let's embark on this coding adventure! The Challenge: Building a fa...


16: Implementing React scroll animations with Framer Motion

https://blog.logrocket.com/react-scroll-animations-framer-motion/

Log Rocket blog (Web 2)

Learn how to use Framer Motion to create scroll animations for a React app. Create stunning animations without CSS. The post Implementing React scroll animations with Framer Motion appeared first on LogRocket Blog.


17: Understanding Routing in Express.js

https://blog.shashank.com/understanding-routing-in-expressjs

Hashnode - javascript (Javascript)

Welcome to the world of Express.js, where building dynamic web applications becomes a seamless experience. In this article, we'll dive into the fundamental concepts of routing, unraveling the 'why' and 'how' with clear syntax and code structure examp...


18: Celery Tasks: A Guide to SQLAlchemy Session Handling

https://celery.school/sqlalchemy-session-celery-tasks

Hashnode - python (python)

Before I wrote this article, I hadn't realised that SQLAlchemy is a highly controversial subject. Heated discussions on Reddit and X. Love it or hate it. The full drama. The polarising nature of the internet aside, what is true about SQLAlchemy is, t...


19: React Tree Visualizer: Creating a visualizer for .js/jsx component files.

https://singhutsav.hashnode.dev/react-component-tree-visualizer

Hashnode - javascript (Javascript)

TLDR - I built a tree visualizer to parse jsx content and ASTs in react files so that you don't have to figure out which component calls what. Check it out here!(currently beta :D) Try using it with this Js file! As someone who uses react for most o...


20 / 124

20: LangChain: A super cool GenAI framework to unleash the Power of LLMs!

https://nikhilakki.in/langchain-a-super-cool-genai-framework-to-unleash-the-power-of-llms

Hashnode - javascript (Javascript)

Introduction In a digital sphere brimming with conversational interfaces and intelligent assistants, LangChain emerges as the go-to framework for developers aiming to harness the capabilities of language models without feeling overwhelmed. Picture a ...


21: Vidéo : ces cartouches bombardées de laser vont remplacer votre SSD dès 2030

https://www.lebigdata.fr/cartouches-laser-ssd-demo-video-cerabyte

Le Big Data (dataviz)

L'entreprise Cerabyte vient de publier la première démonstration vidéo de son système de stockage basé sur la céramique annoncé comme … Cet article Vidéo : ces cartouches bombardées de laser vont remplacer votre SSD dès 2030 a été publié sur LEBIGDATA.FR.


22: Exploring GoRouter in Flutter: A Guide to Efficient Navigation

https://everythingflutter.com/exploring-gorouter-in-flutter-a-guide-to-efficient-navigation

Hashnode - Flutter (Flutter)

Introduction Navigating between screens in Flutter is crucial for any app, and while the built-in Navigator API provides functionality, it can get complex for larger projects. This is where go_router shines, offering a more declarative, URL-based, an...


23: Northcoders Week11 - Final Project Begins

https://tommirfin.com/northcoders-week11-final-project-begins

Hashnode - javascript (Javascript)

Hello all, I hope you're having a lovely Christmas time. This, and my final two blogs will be set out differently to normal as we are now into the project phase of the course. I am now split into a group of five where we plan and create our final pro...


24: Diving into TypeScript

https://rudraiitm.hashnode.dev/diving-into-typescript

Hashnode - javascript (Javascript)

What is TypeScript ' TypeScript is a programming language that builds on JavaScript, adding static typing to the language. TypeScript adds optional static typing to JavaScript, which means that you can choose to add type annotations to your code to...


25: Understanding wtf is Dynamic Routing in NextJS

https://ojasaklecha.hashnode.dev/understanding-wtf-is-dynamic-routing-in-nextjs

Hashnode - javascript (Javascript)

Routing in Next JS is super easy!! It's just creating a based on file structure which uses app and page.js for any page. All you require to create a route for a new page is to create a new folder in the workspace and bam!! you got the the new ficking...


26: Collective 802

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

Codrops (Design / Internet)

Simulating Fluids, Fire and Smoke in Real-Time * AI Surrealism * Web Components Reading List


27: Shared Preferences & Data Saving in Android

https://androidguide.hashnode.dev/shared-preferences-data-saving-in-android

Hashnode - Kotlin (Mobiles)

Shared Preferences allows us to save & retrieve data in the form of key:value pair Data belonging to primitive data types(integer, float, boolean, string, long) Shared Preferences files are managed by an Android Framework and can be accessed anywhe...


28: UX design conferences in 2024: A complete list

https://blog.logrocket.com/ux-design/ux-design-conferences-2024/

Log Rocket blog (Web 2)

If you're searching for your next conference, we've got you covered. Here's a constantly updated list of 2024 UX conferences worth attending. The post UX design conferences in 2024: A complete list appeared first on LogRocket Blog.


29: Common Mistakes When Using React useState Hook (With Code Examples)

https://blog.akshaykaushik.eu.org/common-mistakes-when-using-react-usestate-hook

Hashnode - javascript (Javascript)

As a React developer, you're probably familiar with the UseState hook. It's a powerful tool that allows you to add state to your functional components. However, it's easy to make mistakes when using it. In this article, we'll explore the most common ...


30 / 124

30: How to learn a Programming Language

https://sumalsurendra.hashnode.dev/how-to-learn-a-programming-language

Hashnode - javascript (Javascript)

Programming is a beautiful superpower that one should have which is about instructing a computer to use its resources accordingly. So, when it comes to the starting point of programming, there are two types of groups. people who are beginners to pro...


31: Streamline Model Version Management with MLflow Aliases

https://mathdatasimplified.com/streamline-model-version-management-with-mlflow-aliases/

Math Data Simplified (data)

MLflow aliases enable you to assign meaningful names to different versions of machine learning models. With aliases, you can effortlessly … Streamline Model Version Management with MLflow Aliases Read More »


32: A Beginner's Guide to Android Services, Broadcast Receivers, and View Binding

https://androidguide.hashnode.dev/a-beginners-guide-to-android-services-broadcast-receivers-and-view-binding

Hashnode - Kotlin (Mobiles)

Services in Android Service is an Application Component, that can perform long-running operations in the background. Doesn't provide a user interface & can be invoked from another application component. Eg - Download File Service starts from the Butt...


33: Saviez-vous que la France a la meilleure 5G du monde ' Voici pourquoi

https://www.lebigdata.fr/france-meilleure-5g-du-monde

Le Big Data (dataviz)

Depuis quelques années, la France s’est engagée dans une course ambitieuse pour déployer la technologie 5G. À présent, ce pays … Cet article Saviez-vous que la France a la meilleure 5G du monde ' Voici pourquoi a été publié sur LEBIGDATA.FR.


34: What is a TURN server'

https://metered.hashnode.dev/what-is-a-turn-server

Hashnode - javascript (Javascript)

TURN servers TURN stands for Traversal Using Relays around NAT. TURN is a protocol that is used in network communications to enable the transmission or relay of data between devices or clients that are located behind different NATs (Network Address T...


35: The map()

https://surveyingspecs.hashnode.dev/the-map

Hashnode - python (python)

Map Function in Python. map() function returns a map object(which is an iterator) of the results after applying the given function to each item of a given iterable (list, tuple etc.) Syntax Syntax: map(fun, iter) Parameters: fun: It is a function to ...


36: Avenir incertain des casques VR suite à l'abandon de Windows Mixed Reality

https://www.realite-virtuelle.com/casques-vr-abandon-windows-mixed-reality/

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

Microsoft a annoncé l’abandon de Windows Mixed Reality, sa plateforme VR et AR. Cette décision […] Cet article Avenir incertain des casques VR suite à l’abandon de Windows Mixed Reality a été publié sur REALITE-VIRTUELLE.COM.


37: Building a React Native number pad feature from scratch

https://blog.logrocket.com/building-react-native-number-pad/

Log Rocket blog (Web 2)

Modern mobile apps often involve a step in the onboarding process where you need to enter a verification PIN sent […] The post Building a React Native number pad feature from scratch appeared first on LogRocket Blog.


38: Top 10 PPC expert columns of 2023 on Search Engine Land

https://searchengineland.com/top-10-ppc-expert-columns-2023-435844

Search engine land (Référencement)

ChatGPT, Hagakure method, Performance Max and more! These 10 PPC columns got the most pageviews on Search Engine Land in 2023.


39: Microsoft Readies Surface Devices Designed Specifically For AI

https://www.webpronews.com/microsoft-readies-surface-devices-designed-specifically-for-ai/

WebProNews SEO (Développement)

WebProNews Microsoft Readies Surface Devices Designed Specifically For AI Microsoft is readying a 'next-gen' update to its Surface line of computers, one that will focus on artificial intelligence. Microsoft Readies Surface Devices Designed Specifically For AI Staff


40 / 124

40: Inspirational Websites Roundup 54

https://tympanus.net/codrops/2023/12/29/inspirational-websites-roundup-54/

Codrops (Design / Internet)

Get inspired by the latest website designs we've gathered in the closing weeks of 2023.


41: Revenue vs. profit: What's the difference and why does it matter'

https://blog.logrocket.com/product-management/revenue-vs-profit-guide/

Log Rocket blog (Web 2)

Revenue relates to the overall income the company manages to create, while profit refers to what's left over after covering all costs. The post Revenue vs. profit: What’s the difference and why does it matter' appeared first on LogRocket Blog.


42: Rock Solid WordPress Security: Keeping Your Business Safe

https://www.webdesignerdepot.com/rock-solid-wordpress-security-keeping-your-business-safe/

Webdesigner depot (Design)

WordPress is the web's favourite CMS (content management system), renowned for its low-entry level and vast array of themes and plugins. WordPress's open-source nature allows for endless flexibility, catering to diverse needs and technical skills. Unfortunately, 10,950,000 websites are hacked yearly, and 4,708,500 of those belong to small businesses.


43: Comment le Vision Pro pourrait influencer le paysage du divertissement pour adultes dans les mondes AR et VR '

https://www.realite-virtuelle.com/vision-pro-influence-porno-ar-et-vr/

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

Apple a présenté son casque Vision Pro en juin. Malgré son prix élevé, l'appareil présente […] Cet article Comment le Vision Pro pourrait influencer le paysage du divertissement pour adultes dans les mondes AR et VR ' a été publié sur REALITE-VIRTUELLE.COM.


44: Introduction to Python

https://oluwalonibisii.dev/introduction-to-python

Hashnode - python (python)

Introduction In this tutorial, I will be introducing you to the basics of Python programming language, its importance, uses, installation, and why it is so popular. What is Python' Python is a high-level and object-oriented programming language. It i...


45: Top 10 SEO expert columns of 2023 on Search Engine Land

https://searchengineland.com/top-10-seo-expert-columns-2023-435843

Search engine land (Référencement)

ChatGPT, E-E-A-T, Bard, SGE, Yandex code leak and more! These 10 SEO columns got the most pageviews on Search Engine Land in 2023.


46: Arithmetic Operators in JavaScript

https://codingcss.hashnode.dev/arithmetic-operators-in-javascript

Hashnode - javascript (Javascript)

https://www.youtube.com/channel/UC2ePmMbkHo_xi7RWmWmvdVA


47: Les réflexions d'Eric Lempel sur le PSVR 2

https://www.realite-virtuelle.com/les-reflexions-deric-lempel-psvr-2-son/

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

Le PSVR 2, dernier né de l’univers Sony, suscite des réflexions mitigées. À travers les […] Cet article Les réflexions d’Eric Lempel sur le PSVR 2 a été publié sur REALITE-VIRTUELLE.COM.


48: Huawei enregistre un rebond de son chiffre d'affaires grâce à ses nouveaux smartphones

https://www.usine-digitale.fr/article/huawei-enregistre-un-rebond-de-son-chiffre-d-affaires-grace-a-ses-nouveaux-smartphones.N2205638

L'usine-digitale (Informatique)

Au quatrième trimestre, les ventes du groupe chinois ont progressé de 27% grâce au lancement de ses premiers smartphones 5G depuis l'entrée en vigueur de sanctions américaines.


49: Python 23: Password Generator

https://gregorschafroth.hashnode.dev/python-23-password-generator

Hashnode - python (python)

Today ChatGPT suggested me to make a password generator. First I share the exercise, then my solution ' Exercise: Password Generator Write a Python program that generates random passwords based on user-defined criteria. The program should perform th...


50 / 124

50: 100DaysOfCode - Day 12

https://nomanux.hashnode.dev/100daysofcode-day-12

Hashnode - javascript (Javascript)

today I did one mini-project from @frontendmentor. also coded along a part of a Mern project with @traversymedia I was struggling to write the backend in an organized way. modularize and easy-to-understand code. this is what I was looking for. Feel f...


51: Node.js Event Loop

https://blog.artixun.com/nodejs-event-loop

Hashnode - javascript (Javascript)

The event loop is what allows Node.js to perform non-blocking I/O operations ' despite the fact that JavaScript is single-threaded ' by offloading operations to the system kernel whenever possible. Most operating systems are multi-threaded and hence ...


52: Choosing the Right for Front-End Development: ReactJS vs AngularJS

https://girishgg.hashnode.dev/choosing-the-right-for-front-end-development-reactjs-vs-angularjs

Hashnode - javascript (Javascript)

In the ever-evolving realm of web development, the selection of a JavaScript framework significantly influences how developers craft dynamic and responsive user interfaces. Among the myriad of options available, two frameworks stand out prominently'A...


53: Features of JavaScript

https://techno101.hashnode.dev/features-of-javascript

Hashnode - javascript (Javascript)

JavaScript is a versatile and widely-used programming language that plays a crucial role in web development. Its dynamic nature and ability to run in browsers make it an essential tool for creating interactive and dynamic web pages. Here are some key...


54: LMI vous souhaite une très bonne année 2024

https://www.lemondeinformatique.fr/actualites/lire-lmi-vous-souhaite-une-tres-bonne-annee-2024-92542.html

Le monde informatique (Internet / Informatique)

Toute l'équipe du Monde Informatique vous souhaite une très bonne année 2024, et le meilleur pour vos projets personnels et professionnels. (...)


55: Une infrastructure cloud native soutient la croissance de Trust Bank

https://www.lemondeinformatique.fr/actualites/lire-une-infrastructure-cloud-native-soutient-la-croissance-de-trust-bank-92555.html

Le monde informatique (Internet / Informatique)

Pour devenir la banque numérique avec la croissance la plus rapide au monde, il est essentiel de s'assurer la confiance des clients. Reste que dans (...)


56: Comment In Bold Print simplifie le calcul d'empreinte carbone

https://www.lemondeinformatique.fr/actualites/lire-comment-in-bold-print-simplifie-le-calcul-d-empreinte-carbone-92497.html

Le monde informatique (Internet / Informatique)

Alors que les organismes réglementaires commencent à intégrer les exigences en matière de divulgation des données climatiques, (...)


57: Comment organiser votre nouvel an avec ChatGPT ' Guide facile et rapide

https://www.lebigdata.fr/organiser-votre-nouvel-an-avec-chatgpt

Le Big Data (dataviz)

Préparez-vous à accueillir le nouvel an avec brio grâce à ce guide détaillé sur l’utilisation de ChatGPT pour une organisation … Cet article Comment organiser votre nouvel an avec ChatGPT ' Guide facile et rapide a été publié sur LEBIGDATA.FR.


58: How to manage user authentication With React JS

https://miracool.hashnode.dev/how-to-manage-user-authentication-with-react-js

Hashnode - javascript (Javascript)

The management of user access stands as a pivotal aspect of web application development. In this comprehensive guide, you will learn and understand the intricate workings of authorization and authentication in React.js. This article caters to readers...


59: Understanding the Application Lifecycle in Android

https://androidguide.hashnode.dev/understanding-the-application-lifecycle-in-android

Hashnode - Kotlin (Mobiles)

Application Lifecycle Different events, some user-triggered and some system-triggered can cause an Activity to transition from one state to another. As a user navigates through the application, the Activity instances in your app transition through di...


60 / 124

60: Ever heard about Sparse arrays in JS'

https://blog.amantomar.in/sparsearray

Hashnode - javascript (Javascript)

JavaScript is a versatile programming language, and one of its peculiar features is the sparse array. While arrays are commonly used to store and manipulate data, sparse arrays add an interesting twist to how elements are handled. In this blog, we'll...


61: Google conclut un accord à l'amiable pour éviter un procès sur le mode incognito de Chrome

https://www.usine-digitale.fr/article/google-conclut-un-accord-a-l-amiable-pour-eviter-un-proces-sur-le-mode-incognito-de-chrome.N2205636

L'usine-digitale (Informatique)

L'entreprise de Sundar Pichai était accusée de collecter des données dans le mode de navigation privée de son navigateur Internet. Les plaignants réclamaient 5 milliards de dollars de dédommagements.


62: Les 10 actualités du digital qu'il ne fallait pas manquer en décembre 2023

https://www.blogdumoderateur.com/10-actualites-digital-decembre-2023/

Blog du Moderateur ()

Déploiement de Threads, adoption de l'AI Act, abandon de l'acquisition de Figma : retour sur les actualités qui ont marqué le mois de décembre.


63: Getting started with Turborepo

https://rider.hashnode.dev/getting-started-with-turborepo

Hashnode - javascript (Javascript)

Ever feel like your monorepo builds are moving at a snail's pace' Are you tired of waiting minutes, or even hours, to see a simple change reflected in your project' Well, buckle up, developers! Because Turborepo is here to inject some serious speed i...


64: JavaScript indexOf() method Explained with Examples

https://xdcoder.hashnode.dev/javascript-indexof-method-explained-with-examples

Hashnode - javascript (Javascript)

The indexOf() method is a commonly used method in JavaScript for strings and arrays. It is used to find the index of the first occurrence of a specified value within the string or array. If the value is not found, it returns -1. For Strings: Syntax: ...


65: Le chargeur universel et le port USB-C obligatoires en 2024 : ce qu'il faut savoir

https://www.blogdumoderateur.com/chargeur-universel-port-usb-c-obligatoires-2024/

Blog du Moderateur ()

Le 28 décembre 2024, tous les petits appareils "radioélectriques" vendus en France, dont les smartphones, devront proposer un chargeur universel et un port USB-C.


66: Power of lines: CODING

https://kavyansh.hashnode.dev/power-of-lines-coding

Hashnode - python (python)

Hey there,TPH community! I'm Kavyansh Kumar, the voice behind the words you're about to read. Who Am I' I am from Gurgaon, pursuing my B.Tech CSE w/s AIML in SRM ktr campus. I'm here to learn, share, and geek out about the incredible possibilities fi...


67: Attention ! Ce malware Android peut voler votre PIN avec cette astuce diabolique

https://www.lebigdata.fr/malware-vole-pin

Le Big Data (dataviz)

Sans surprise, les malwares sur Android continuent d'évoluer au grand dam des utilisateurs et des experts en cybersécurité. Ce nouveau … Cet article Attention ! Ce malware Android peut voler votre PIN avec cette astuce diabolique a été publié sur LEBIGDATA.FR.


68: Huawei construit une usine en Alsace : vers des smartphones made in France '

https://www.lebigdata.fr/huawei-construit-usine-en-alsace-france

Le Big Data (dataviz)

Huawei, société chinoise, prévoit de démarrer l’année prochaine la construction de son usine de téléphonie mobile en France. Par cette … Cet article Huawei construit une usine en Alsace : vers des smartphones made in France ' a été publié sur LEBIGDATA.FR.


69: Timeout 2023: Implementing App Timeout in React

https://emmanueloloke.hashnode.dev/timeout-2023-implementing-app-timeout-in-react

Hashnode - javascript (Javascript)

Introduction What a year 2023 has been, it feels just like yesterday I could hear loud fireworks and excitement celebrating what was then a new year. Fast forward to now, a lot has changed, I've experienced immense professional growth this year. I st...


70 / 124

70: Story of a Failed React Project

https://mdfaisal.hashnode.dev/story-of-a-failed-react-project

Hashnode - javascript (Javascript)

To read more articles like this, visit my blog. How does a project fail' How do you know if you are working on a project that is doomed right now' That is not an easy question, but we can dissect a failed project to get a better picture. That's what ...


71: Best Data Visualization Projects of 2023

https://flowingdata.com/2023/12/29/best-of-2023/

Flowing data (dataviz)

Data continues on its upwards trajectory and with it comes the importance of visualization. Many charts were made in 2023. These are my ten favorites from the year.Tags: best-of


72: What is config.js and Why Is it Important'

https://shivamkatareblog.hashnode.dev/what-is-configjs-and-why-is-it-important

Hashnode - javascript (Javascript)

Have you ever wanted to adjust your Next.js or React project to fit your exact needs' Well, that's where the config.js file comes in! It's like a control center that holds all the settings and tweaks for your app. Imagine it as a backstage pass allow...


73: Test your JavaScript Skills: Switch Statement - 26

https://mahavir.hashnode.dev/test-your-javascript-skills-switch-statement-26

Hashnode - javascript (Javascript)

Introduction Namaste, In this blog I will discuss 10 code scenarios on JavaScript Switch Statement. Identify the output of the below program let b="4"; switch(b) { case 4: console.log("number"); break; case "4": ...


74: Comment effacer votre historique sur YouTube

https://www.blogdumoderateur.com/comment-effacer-historique-youtube/

Blog du Moderateur ()

YouTube vous permet de supprimer ou de suspendre votre historique de visionnage. Découvrez comment faire.


75: DS Smith pousse ses données sur le cloud d'AWS

https://www.lemondeinformatique.fr/actualites/lire-ds-smith-pousse-ses-donnees-sur-le-cloud-d-aws-92414.html

Le monde informatique (Internet / Informatique)

L'industriel londonien DS Smith a réalisé plusieurs acquisitions au fil des années et a par ailleurs, expérimenté le (...)


76: Understanding Intents in Android: A Guide to Communication Between App Components

https://androidguide.hashnode.dev/understanding-intents-in-android-a-guide-to-communication-between-app-components

Hashnode - Kotlin (Mobiles)

Intent helps us as a communication link between different application components by providing runtime binding between different components. Start an Activity A new instance of an activity can be created by passing an intent to the startActivity() m...


77: L'IA générative, palliatif aux manques de compétences IT

https://www.lemondeinformatique.fr/actualites/lire-l-ia-generative-palliatif-aux-manques-de-competences-it-92325.html

Le monde informatique (Internet / Informatique)

Selon une étude de Kaspersky Research parue en octobre dernier, l'intelligence artificielle générative est susceptible de jouer (...)


78: 2024, année noire pour les fraudes hybrides en ligne '

https://www.lemondeinformatique.fr/actualites/lire-2024-annee-noire-pour-les-fraudes-hybrides-en-ligne-92544.html

Le monde informatique (Internet / Informatique)

Selon un dernier rapport préparé par Insikt Group, la division de recherche sur les menaces de Recorded Future, l'augmentation (...)


79: Pycharm for Python Developers: A Beginners Guide

https://blog.learnhub.africa//pycharm-for-python-developers-a-beginners-guide

Hashnode - python (python)

The PyCharm IDE is still among the most popular editors used by professional Python developers and programmers in 2024. But if you are a beginner, don't worry; it can help you too! PyCharm 2023.3 contains many new capabilities that make this IDE fri...


80 / 124

80: How to Start Coding in 2024' Learn Programming for Beginners | Placements & Internships

https://adinarayana02.hashnode.dev/how-to-start-coding-in-2024-learn-programming-for-beginners-placements-internships

Hashnode - javascript (Javascript)

Hello Developers !! In the dynamic landscape of the tech industry, the ability to code is a valuable skill that opens doors to numerous opportunities, from securing internships to landing lucrative placements. As we step into 2024, the demand for ski...


81: Demystifying AWS Step Functions: Mastering Workflow Orchestration in the Cloud

https://racsawsdevops.hashnode.dev/demystifying-aws-step-functions-mastering-workflow-orchestration-in-the-cloud

Hashnode - python (python)

Ever felt overwhelmed by orchestrating complex workflows in the cloud' Juggling multiple tasks, ensuring their order, and handling errors can be a tangled mess. That's where AWS Step Functions comes in, your knight in shining armor for streamlined wo...


82: JavaScript : Switch Statement - 2

https://mahavir.hashnode.dev/javascript-switch-statement-1

Hashnode - javascript (Javascript)

Namaste, In this blog I will discuss more use cases of Switch statement. Multiple Values in Switch..Case When multiple values are given in a switch..case There is no error Only the last value in the case is matched let a=10; switch(a) { cas...


83: Await. And then' 1/4: the problem with thenables

https://bite-sized.hashnode.dev/await-and-then-14-the-problem-with-thenables

Hashnode - javascript (Javascript)

Since await started to be widely supported by browsers, there are plenty of arguments on why to favor it over legacy thenables. But what about those' Are they dead and long gone' Nope, we still need them .then. NodeJS and browser JavaScript engines a...


84: Jumeau numérique : un atout pour la décarbonation de l'industrie

https://www.usine-digitale.fr/article/jumeau-numerique-un-atout-pour-la-decarbonation-de-l-industrie.N2205628

L'usine-digitale (Informatique)

Pour décarboner, la transformation numérique est un atout sans égal. Dans le monde industriel, le potentiel du jumeau numérique n'a pas encore été pleinement utilisé. Laurent Germain, PDG de PTC France, expose ses avantages dans cette tribune.


85: Simplified Promises in Javascript

https://himanxu.hashnode.dev/simplified-promises-in-javascript

Hashnode - javascript (Javascript)

Promise is the most asked interview topic , in this blog we are going to discuss about the How we handle asynchronous task before promise What promises are ' How to consume promises Advantages of it Promise chaining I assume you already know a...


86: Types of B2B Videos You Should Use to Build Brand Authority

https://www.noupe.com/business-online/types-of-b2b-videos-you-should-use-to-build-brand-authority.html

Noupe (conception)

Around 51.9% of marketing professionals advocate that video content is entailed for higher ROI. B2B video marketing is the supreme tool to build long-lasting relationships with existing and new clients. The main reason behind this can be that videos hold the capacity to invoke excitement and vibrancy. For all kinds of marketing goals, videos can... The post Types of B2B Videos You Shou [...]


87: Building an Application for Facial Recognition Using Python, OpenCV, Transformers and Qdrant

https://plaban.hashnode.dev/building-an-application-for-facial-recognition-using-python-opencv-transformers-and-qdrant

Hashnode - python (python)

Face Recognition Application Workflow Method 1. Facial Recognition Using Python, OpenCV and Qdrant.Facial recognition technology has become a ubiquitous force, reshaping industries like security, social media, and smartphone authentication. In this ...


88: Comment charger efficacement les manettes de votre Meta Quest 2 '

https://www.realite-virtuelle.com/comment-charger-manette-meta-quest-2/

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

Lorsque vous utilisez votre Meta Quest 2 pour des sessions de réalité virtuelle, il est crucial d’avoir […] Cet article Comment charger efficacement les manettes de votre Meta Quest 2 ' a été publié sur REALITE-VIRTUELLE.COM.


89: ReactJS: Props vs. State - Demystifying the Core Concepts

https://tanmay4l.hashnode.dev/reactjs-props-vs-state-demystifying-the-core-concepts

Hashnode - javascript (Javascript)

Published on: December 29, 2023 Tags: reactjs, javascript, web development If you've delved into the world of ReactJS, you've likely encountered the common conundrum: "Props vs. State." These two concepts play a crucial role in how components manage ...


90 / 124

90: Day 9: AWS IAM Password Policies and Multi-Factor Authentication (MFA) '

https://blog.prasadsuman.me/day-9-aws-iam-password-policies-and-multi-factor-authentication-mfa

Hashnode - python (python)

Strengthening the Front Lines: IAM Password Policy '' The Power of Strong Passwords Welcome to Day 9 of our AWS Solutions Architect journey! Today, we're exploring In the realm of AWS Identity and Access Management (IAM), a robust password policy is...


91: How to reduce unused JavaScript in your code'

https://creowis.com/blog/how-to-reduce-unused-javascript-in-your-code

Hashnode - javascript (Javascript)

Cutting down on JavaScript is super important when you're building modern websites. It's a big deal for making your pages work well and be more efficient overall. As technology in software keeps growing, everyone wants websites to be quicker and work...


92: Semantic Search Over Satellite Images Using Qdrant

https://niranjanakella.com/semantic-search-over-satellite-images-using-qdrant

Hashnode - python (python)

Build your very own image search engine Know about me & reach me out at: LinkedIn or X ' Do you ever wonder how Google Photos and Apple Photos are able to understand images' Or, how do they allow you to search for images based on what you 'type'' O...


93: Un astéroïde se rapproche de la Terre, la NASA prépare déjà un plan pour l'observer

https://www.lebigdata.fr/asteroide-apophis

Le Big Data (dataviz)

L'astéroïde Apophis, ou le «'Dieu du Chaos'» va passer à 30'000 kilomètres de notre planète le 13 avril 2029. À … Cet article Un astéroïde se rapproche de la Terre, la NASA prépare déjà un plan pour l'observer a été publié sur LEBIGDATA.FR.


94: Day 15: GitHub-JIRA Integration Project - (Project-4) - Part 2

https://chandreshpatle.com/day-15-github-jira-integration-project-project-4-part-2

Hashnode - python (python)

Welcome back to our Python for DevOps series! Today, we're taking our GitHub-JIRA integration project to the next level in Part 2. We'll delve into Flask, a powerful web framework for Python, and explore the process of writing your first API in Pytho...


95: Intel Raptor Lake Refresh: un leak révèle tous les nouveaux CPU de 2024

https://www.lebigdata.fr/nouveaux-cpu-raptor-lake-refresh

Le Big Data (dataviz)

L'entreprise américaine, Intel, serait-elle sur le point de rehausser le niveau dans le secteur des processeurs'' En tout cas, ce … Cet article Intel Raptor Lake Refresh: un leak révèle tous les nouveaux CPU de 2024 a été publié sur LEBIGDATA.FR.


96: Burger King gratuit contre reconnaissance faciale : faut-il s'inquiéter''

https://www.lebigdata.fr/hangover-whopper-burger-king

Le Big Data (dataviz)

Au Brésil, vous pourrez avoir une réduction, ou burger gratuit si vous avez la gueule de bois. C'est le fameux … Cet article Burger King gratuit contre reconnaissance faciale : faut-il s'inquiéter'' a été publié sur LEBIGDATA.FR.


97: I Build a GitHub Worth Estimate Generator

https://taqui.hashnode.dev/i-build-a-github-worth-estimate-generator

Hashnode - javascript (Javascript)

Hellooo Developers ' Welcome to my another blog post . In the fast-paced world of software development, GitHub has become the epicenter of collaboration, innovation, and code-sharing among developers worldwide. Yesterday, i was scrolling on a twitte...


98: Implementing your personal production-ready Telegram bot using AI tools to monitor, transcribe, summarize and voice videos from YouTube

https://alexcoder.dev/yotube-summarize-and-voice

Hashnode - python (python)

Intro Artificial intelligence (AI) is transforming the way we consume, create, and share information on the internet. From speech recognition to natural language processing, from computer vision to text summarization, AI tools are enabling us to acce...


99: Day 02/100 - built 5 routes despite being surrounded by discouragements '

https://allahisrabb.hashnode.dev/day-02100-built-5-routes-despite-being-surrounded-by-discouragements

Hashnode - javascript (Javascript)

Oh woah! I am so happy that I could meet up with the deadline set by myself, despite the interruption of electricity and so so much and tiring house chores '. I got on desk so late - in the evening, due to the fact that I had to execute some tasks, ...


100 / 124

100: Object in Godot ' Complete Guide

https://gamedevacademy.org/object-in-godot-complete-guide-2/

Game dev academy (Jeux)

Godot Engine has rapidly become one of the most popular game development platforms, prized for its user-friendly interface, a plethora of features for 2D and 3D game creation, and its ... Read more


101: NodePath in Godot ' Complete Guide

https://gamedevacademy.org/nodepath-in-godot-complete-guide/

Game dev academy (Jeux)

Navigating through a game’s scene tree efficiently is crucial for both the performance and the maintainability of a game. As a game developer, understanding the various components of a scene ... Read more


102: int in Godot ' Complete Guide

https://gamedevacademy.org/int-in-godot-complete-guide/

Game dev academy (Jeux)

Understanding the fundamentals of any programming language is crucial to craft robust and efficient code. When it comes to Godot, a versatile engine for game development, one fundamental piece is ... Read more


103: float in Godot ' Complete Guide

https://gamedevacademy.org/float-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to a comprehensive exploration of the `float` class in Godot 4, a powerful engine for creating games with rich, interactive experiences. As we delve into the world of floating-point ... Read more


104: Dictionary in Godot ' Complete Guide

https://gamedevacademy.org/dictionary-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our dive into the world of Godot 4’s Dictionary class ' a powerful and versatile data structure that should be in every game developer’s toolkit. Dictionaries are a ... Read more


105: Color in Godot ' Complete Guide

https://gamedevacademy.org/color-in-godot-complete-guide/

Game dev academy (Jeux)

Colors are an integral part of game development, providing visual cues, setting the mood, and creating atmosphere within a game world. Godot 4 is a powerful game engine that simplifies ... Read more


106: Callable in Godot ' Complete Guide

https://gamedevacademy.org/callable-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this exciting exploration of the Callable class in Godot 4. If you’re venturing into the wonderful world of game development with this powerful, open-source game engine, understanding how ... Read more


107: bool in Godot ' Complete Guide

https://gamedevacademy.org/bool-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our journey through the world of boolean logic in Godot 4, where we’ll explore the essential bool class that powers decision-making in your games. Whether you’re a seasoned ... Read more


108: Basis in Godot ' Complete Guide

https://gamedevacademy.org/basis-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this comprehensive guide on the Basis class in Godot 4. If you’re venturing into the realm of 3D game development using Godot, understanding the Basis class is a ... Read more


109: Array in Godot ' Complete Guide

https://gamedevacademy.org/array-in-godot-complete-guide/

Game dev academy (Jeux)

Arrays are one of the most fundamental data structures in any programming language, and Godot’s scripting languages are no exception. Whether you’re new to coding, taking your first steps in ... Read more


110 / 124

110: Minimalist CV

https://github.com/BartoszJarocki/cv

pointer.io (Développement)

Print-friendly, minimalist CV page.


111: SQL As API

https://valentin.willscher.de/posts/sql-api/

pointer.io (Développement)

"I know what you are thinking: Exposing an API that accepts SQL is crazy. It's a terrible idea. Especially if the API is exposed on the internet. Doing that is insecure and will lead to SQL injection attacks, it is a nightmare to maintain and it will lock the backend implementation into a specific technology (some ANSI SQL database). But is that really true' Time to re-evaluate!"


112: How to Write Great Tech Specs

https://hybridhacker.email/p/how-to-write-great-tech-specs

pointer.io (Développement)

Nicola covers: (1) What a tech specs document is, why it's important, and why it can sometimes be challenging to create one. (2) How to create outstanding tech specs. (3) A Notion system for creating tech specs. (4) Tips from both his own experience as well as the communities.


113: 4 Billion If Statements

https://andreasjhkarlsson.github.io/jekyll/update/2023/12/27/4-billion-if-statements.html

pointer.io (Développement)

"So I went to work to explore this idea of checking if a number is odd or even by only using comparisons to see how well it works in a real world scenario. Since I'm a great believer in performant code I decided to implement this in the C programming language as it's by far the fastest language on the planet to this day..."


114: How We Work Asynchronously

https://newsletter.posthog.com/p/how-we-work-asynchronously

pointer.io (Développement)

Besides being difficult to pronounce, being asynchronous means people can work autonomously and on their own schedule, even if other teams members aren't immediately available. This post shares PostHog's not-so-secret strategies for working asynchronously across 11 countries.


115: DeskHop

https://github.com/hrvach/deskhop

pointer.io (Développement)

Fast desktop switching.


116: Practical Magic: Improving Productivity and Happiness for Software Development Teams

https://engineering.linkedin.com/blog/2023/practical-magic--improving-productivity-and-happiness-for-softwa

pointer.io (Développement)

"Today we are open-sourcing the LinkedIn Developer Productivity & Happiness Framework (DPH Framework) - a collection of documents that describe the systems, processes, metrics, and feedback systems we use to understand our developers and their needs internally at LinkedIn."


117: What I Wish Someone Had Told Me

https://blog.samaltman.com/what-i-wish-someone-had-told-me

pointer.io (Développement)

17 short, guiding statements including: (1) Optimism, obsession, self-belief, raw horsepower and personal connections are how things get started. (2) Cohesive teams, the right combination of calmness and urgency, and unreasonable commitment are how things get finished. Long-term orientation is in short supply; try not to worry about what people think in the short term, which will get easier over t [...]


118: Getting Started With Web Performance

https://trello.com/c/vjZSB6c6/6576-getting-started-with-web-performance-?-htmhell

pointer.io (Développement)

"We'll be diving into the river of load times and exploring what web performance is, why it's important, how to measure it and finally my click-baity 'Ten Wild Web Performance Tips! You'll be saving number 5 for later!'. If you already know your CLS' from your FCPs, lab from field data, and are well familiar with Lighthouses (not the ones with big lights) then you can jump straight to the tips."


119: Apache Hudi

https://github.com/apache/hudi

pointer.io (Développement)

Upserts, deletes and incremental processing on big data.


120 / 124

120: uVitals ' An Anomaly Detection & Alerting System

https://www.uber.com/en-IN/blog/uvitals-an-anomaly-detection-alerting-system/

pointer.io (Développement)

"Every day, millions of people rely on Uber to move from place to place and have food and groceries delivered. Uber depends on the reliability of its internal systems and the accuracy of data to power its platform. A glitch in its systems can result in a poor user experience and/or a loss in revenue. Major system issues that affect the reliability of our services are detected and mitigated quickly [...]


121: Prompt Of The Year

https://github.com/successfulstudy/promptoftheyear

pointer.io (Développement)

Impactful prompts across various domains.




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