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

« Février 2024 »

  • 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


Mardi 27 Février 2024 (309)

1: Lessons from opensource: How to use pipeline in Nodejs'

https://ramunarasinga.hashnode.dev/lessons-from-opensource-how-to-use-pipeline-in-nodejs

Hashnode - javascript (Javascript)

These lessons are picked from next.js/create-next-app open source code. In this article, you will learn what a pipeline is and how it is used in create-next-app to download a Github repo as tarball. What is a pipeline' As you can see from the above ...


2: How To Install and Configure GitLab on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-gitlab-on-ubuntu

Digital Ocean Tutorials (Internet)

GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. In this guide, we will cover how to install and configure GitLab on an Ubuntu.


3: How To Install Odoo with Docker on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-odoo-with-docker-on-ubuntu

Digital Ocean Tutorials (Internet)

This tutorial walks you through the steps required to install with Docker on an Ubuntu machine.


4: How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-lamp-stack-on-ubuntu

Digital Ocean Tutorials (Internet)

This tutorial will walk you through the steps required to install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu.


5: Booking Appointments with WhatsApp Flows: Creating a Node.js Back End

https://developers.facebook.com/blog/post/2024/02/27/appointments-with-whatsapp-flows/

Facebook dev. (PHP)

This guide will walk you through building a Node.js app that allows users to book appointments through WhatsApp Flows.


6: Recent Updates in Development and Planning for the Multiplayer Game

https://mollymcconnectedgames.hashnode.dev/recent-updates-in-development-and-planning-for-the-multiplayer-game

Hashnode - Unity (unity)

Hi everyone, in this post I am excited to share some recent updates and features that myself and the team have been working on for the multiplayer game. Let's dive in: Coding Updates Player Nicknames: You can now choose your own nickname within the ...


7: Initiating Your Machine Learning Journey in Python

https://aarshsaxena.hashnode.dev/initiating-your-machine-learning-journey-in-python

Hashnode - python (python)

Introduction Embarking on the exciting journey of machine learning with Python can be both rewarding and challenging. In this guide, we'll focus on the essential starting topics that will lay a strong foundation for your exploration in the realm of m...


8: Issue 618 (Feb. 27, 2024)

https://pycoders.com/issues/618

pycoders (python)

#618 ' FEBRUARY 27, 2024 View in Browser » McKinney on Improving the Data Stack & Composable Systems How do you avoid the bottlenecks of data processing systems' Is it possible to build tools that decouple storage and computation' This week on the show, creator of the pandas library Wes McKinney is here to discuss Apache Arrow, composable data systems, and community collaboration. REAL P [...]


9: [MWC 2024] Qualcomm veut faciliter l'exécution de modèles d'IA générative sur smartphone

https://www.usine-digitale.fr/article/mwc-2024-qualcomm-veut-faciliter-l-execution-de-modeles-d-ia-generative-sur-smartphone.N2209006

L'usine-digitale (Informatique)

L'intelligence artificielle générative n'est pas l'apanage du cloud. Qualcomm tente de séduire les développeurs avec une bibliothèque de modèles optimisés pour ses puces, capables d'être performants même en tournant localement sur un smartphone.


10 / 309

10: Day 10: Working with Dictionaries in Python

https://poojadanu.hashnode.dev/day-10-working-with-dictionaries-in-python

Hashnode - python (python)

In Python, a dictionary is a mutable, unordered collection of key-value pairs. Dictionaries are highly versatile and efficient data structures used to store and manipulate data in the form of mappings between unique keys and associated values. Proper...


11: Google unveils major Search Partner Network update as it removes opt-out option

https://searchengineland.com/google-search-partner-network-update-control-437948

Search engine land (Référencement)

Google is offering advertisers increased insights and control over ad placement within the SPN, In light of a critical Adalytics report.


12: Lists In HTML

https://bharatblogs.hashnode.dev/lists-in-html

Hashnode - javascript (Javascript)

In this article we'll be learning about list and Forms. Let's Start with Lists, there are two types of lists in HTML Ordered List Unordered List Ordered List Ordered lists are those where order matters for e.g. we are listing down the ranks of st...


13: GPT-4 a un rival, et il est français : voici la surpuissante IA Mistral Large

https://www.lebigdata.fr/mistral-ai-rival-de-chatgpt

Le Big Data (dataviz)

La start-up française Mistral AI, s'aventure désormais dans la cour des grands. Elle vient d'annoncer son outil d'intelligence artificielle Mistral … Cet article GPT-4 a un rival, et il est français : voici la surpuissante IA Mistral Large a été publié sur LEBIGDATA.FR.


14: Javascript: Var vs Let vs Const

https://blogs.codewithprajwal.dev/javascript-var-vs-let-vs-const

Hashnode - javascript (Javascript)

Var is the first keyword introduced to Javascript for declaring variables. This keyword is different from others and has unique properties and use cases. So before ES6 was introduced most people used the var keyword, but nowadays people stopped using...


15: Day 12: Modules and Packages in Python

https://himanshuchauhan.hashnode.dev/day-12-modules-and-packages-in-python

Hashnode - python (python)

Welcome to Day Twelve of your Python learning journey! Today, we're delving into a crucial aspect of Python development: modules and packages. Let's explore how they contribute to the organization and structure of your Python projects. Understanding ...


16: L'IA imagine Harry Potter en Russie soviétique : ça fait froid dans le dos

https://www.lebigdata.fr/ia-imagine-harry-potter-en-russie-sovietique

Le Big Data (dataviz)

Avez-vous déjà imaginé les célèbres Sorciers du cinéma dans un tout autre pays ' Eh bien, une intelligence artificielle s’est … Cet article L'IA imagine Harry Potter en Russie soviétique : ça fait froid dans le dos a été publié sur LEBIGDATA.FR.


17: Implementing a Promise.all Polyfill for Javascript Interviews

https://rajrana.hashnode.dev/implementing-a-promiseall-polyfill-for-javascript-interviews

Hashnode - javascript (Javascript)

Introduction In this blog post, we'll walk through the step-by-step implementation of a polyfill for the Promise.all method in JavaScript. This polyfill allows developers to use Promise.all in environments where it is not natively supported, ensuring...


18: Two Sum Problem Solution: A Guide for Software Engineers

https://blog.seancoughlin.me/two-sum-problem-solution-a-guide-for-software-engineers

Hashnode - javascript (Javascript)

Problem Introduction In many software engineering interviews, candidates are often asked to solve algorithmic problems that test their analytical and coding skills. One such problem is the "Two Sum" problem. It's a classic algorithmic challenge that ...


19: FastAPI and MongoDB: Best of the two worlds

https://krishnadk.hashnode.dev/fastapi-and-mongodb-best-of-the-two-worlds

Hashnode - python (python)

Introduction If you are ready to use FastAPI in your projects, why not begin with a simple CRUD app with a popular NoSQL database like MongoDB' This blog will help you make a uvicorn server with RESTful API endpoints, which will be tested using the a...


20 / 309

20: La réalité mixte est-elle une réalité de marché '

https://fredcavazza.net/2024/02/27/la-realite-mixte-est-elle-une-realite-de-marche/

Cavazza, Fred (Internet / Web 2)

Quand j’étais petit, au début des années 80, il n’y avait ni smartphone, ni tablette, ni ordinateur portable. Pourtant, la réalité virtuelle était une innovation que l’on nous présentait comme imminente. 40 ans après, l’idée d’une simulation photo-réaliste immersive me fait toujours autant rêver. Néanmoins, mes rêves sont anéantis par des prix de vente t [...]


21: Jared Whalen, Axios, will speak about batch-creating Datawrapper visualizations

https://blog.datawrapper.de/axios-jared-whalen/

Data Wrapper ()

We’re excited to announce that Jared Whalen will speak at our Unwrapped conference about how...


22: Day 3 - Creating Gallery Using Grid System

https://antomervin.hashnode.dev/gallery-using-grid-system

Hashnode - javascript (Javascript)

Creating Gallery Using Grid in CSS With the evolution of web design, creating visually stunning galleries has become a crucial aspect of building engaging websites. CSS Grid emerges as a powerful tool, offering flexibility and control over layout des...


23: Day - 30 of DevOps

https://gokuldevops.hashnode.dev/day-30-of-devops

Hashnode - python (python)

while loop: The while loop is to be used in situations where the number of iterations is unknown at first. The block of statements is executed in the while loop until the condition specified in the while loop is satisfied. It is also called a pre-tes...


24: À l'approche des Jeux Olympiques, l'Anssi alerte sur un net regain des cybermenaces

https://www.usine-digitale.fr/article/a-l-approche-des-jeux-l-anssi-alerte-sur-un-net-regain-des-cybermenaces-dans-l-hexagone.N2208995

L'usine-digitale (Informatique)

L'Agence nationale de la sécurité des systèmes d'information a publié son panorama annuel de la cybermenace. En un an, l'organisme a observé un bond de 30% des attaques par ransomware. Il met également en garde contre la recrudescence des attaques par déni de service et à des fins d'espionnage menées par des groupes affiliés à l'État russe. Il souligne enfin un risque accru lors des Je [...]


25: Build a HTML5 game like 'Watermelon Game' using Phaser and Box2D powered by Planck.js ' step 5: adding graphics, score, 'next' icon and checking for game over

https://www.emanueleferonato.com/2024/02/27/build-a-html5-game-like-watermelon-game-using-phaser-and-box2d-powered-by-planck-js-step-5-adding-graphics-score-next-icon-and-checking-for-game-over/

Emanuele Feronato (Javascript / .GAME)

Massive update of HTML5 prototype of "Watermelon Game" featuring fancy graphics, score, checking for game over, "next" icon, animated background and panels. Built with Phaser and Box2D with Planck.js, written in TypeScript. Source code available to download.


27: Mastering Kotlin: A Guide for Java Developers Transitioning with Confidence

https://mehmetabak.hashnode.dev/mastering-kotlin-a-guide-for-java-developers-transitioning-with-confidence

Hashnode - Kotlin (Mobiles)

In recent years, Kotlin has risen to prominence as a leading programming language, capturing the attention of developers worldwide with its modern syntax, robust features, and seamless interoperability with Java. For Java developers considering a tra...


28: Attempting a ChatGPT Discord Bot: Part 1 - Vision

https://seejsucksatcoding.dev/attempting-a-chatgpt-discord-bot-part-1-vision

Hashnode - javascript (Javascript)

Welcome back to my little slice of the (digital) universe! The blog is alive and kicking, marking the first ' on my list of "Things I've Already Done Once But Trying Again." Now, we're staring down the barrel of the big question, armed with nothing b...


29: 5G Advanced et 5G RedCap s'imposent au MWC 2024

https://www.lemondeinformatique.fr/actualites/lire-5g-advanced-et-5g-redcap-s-imposent-au-mwc-2024-93084.html

Le monde informatique (Internet / Informatique)

La 5G Advanced, également connue sous le nom 5.5 G chez Huawei, vient succéder à la 5G SA (StandAlone) adoptée récemment (...)


30 / 309

30: Sheets vs. dialogs vs. snackbars: What to use when

https://blog.logrocket.com/ux-design/sheets-dialogs-snackbars/

Log Rocket blog (Web 2)

Dialogs, bottom sheets, and toast notifications all provide user feedback. These seemingly simple elements play crucial roles in UI design. The post Sheets vs. dialogs vs. snackbars: What to use when appeared first on LogRocket Blog.


31: Un jeu online à 40 000 joueurs en simultané 'Voici le VRAI métavers

https://www.lebigdata.fr/jeu-online-simultane-vrai-metavers

Le Big Data (dataviz)

Plongez dans le futur excitant du métavers, où des milliers d’individus convergent dans un jeu online pour partager une expérience … Cet article Un jeu online à 40 000 joueurs en simultané 'Voici le VRAI métavers a été publié sur LEBIGDATA.FR.


32: Daily Code 74 | ' Basketball Score Board

https://gregorschafroth.hashnode.dev/daily-code-74-basketball-score-board

Hashnode - javascript (Javascript)

Alrigh after a bit of a break I'm back at coding! Still working on the basics. Today I did a small exercise where I made a basketball scoreboard with just html, css, and js. (Please be aware that I don't actually know how basketball works, so excuse ...


33: Leader Spotlight: Structuring teams around OKRs, with Ghazal Badiozamani

https://blog.logrocket.com/product-management/leader-spotlight-ghazal-badiozamani/

Log Rocket blog (Web 2)

Ghazal Badiozamani discusses how she organizes her product teams around goals and OKRs, empowering them to experiment to move those metrics. The post Leader Spotlight: Structuring teams around OKRs, with Ghazal Badiozamani appeared first on LogRocket Blog.


34: Interactive LED basketball court

https://flowingdata.com/2024/02/27/interactive-led-basketball-court/

Flowing data (dataviz)

During the 2024 NBA All-Star weekend, the basketball court was essentially a giant…Tags: basketball, display


35: Piratage de l'hôpital d'Armentières : près d'1 million de données patients publiées '

https://www.lemondeinformatique.fr/actualites/lire-piratage-de-l-hopital-d-armentieres-pres-d-1-million-de-donnees-patients-publiees-93082.html

Le monde informatique (Internet / Informatique)

Gravement touché par un piratage dans la nuit du samedi 10 au dimanche 11 février 2024, l'hôpital d'Armentières subit des (...)


36: Utilisation secondaire des données de santé : un potentiel encore trop peu exploité, d'après une étude

https://www.usine-digitale.fr/article/utilisation-secondaire-des-donnees-de-sante-un-potentiel-encore-trop-peu-exploite-d-apres-une-etude.N2208961

L'usine-digitale (Informatique)

Accélération de la recherche médicale, meilleur accès aux soins, personnalisation de la prise en charge des patients... Le potentiel de l'utilisation des données de santé est immense d'après l'Institut Montaigne qui vient de publier une étude consacrée à ce sujet. Pourtant, il n'est pas pleinement exploité. L'Usine Digitale a pu échanger sur les freins et les solutions à apporter avec [...]


37: Voici Le Chat, un ChatGPT français créé par Mistral ! Tout savoir

https://www.lebigdata.fr/le-chat-ia-francaise

Le Big Data (dataviz)

Le Chat est cette nouvelle IA conversationnelle entièrement made in France. L'Europe tient enfin son champion face à l'Américain ChatGPT. … Cet article Voici Le Chat, un ChatGPT français créé par Mistral ! Tout savoir a été publié sur LEBIGDATA.FR.


38: Unseenlabs lève 85 millions d'euros pour son service de surveillance maritime depuis l'espace

https://www.usine-digitale.fr/article/unseenlabs-leve-85-millions-d-euros-pour-son-service-de-surveillance-maritime-depuis-l-espace.N2208989

L'usine-digitale (Informatique)

La société rennaise Unseenlabs vient de boucler une nouvelle levée de fonds 85 millions d'euros pour faire grandir sa flotte de satellites, et booster son service de surveillance maritime depuis l'espace.


39: Reminder ' Google is enforcing stricter rules for consumer finance ad targeting

https://searchengineland.com/google-enforcing-stricter-rules-consumer-finance-ad-targeting-437939

Search engine land (Référencement)

Take action now to ensure your personalized ads don't violate Google's updated policy.


40 / 309

40: Serverless et attaque DDoS entrainent une facture très salée

https://www.lemondeinformatique.fr/actualites/lire-serverless-et-attaque-ddos-entrainent-une-facture-tres-salee-93083.html

Le monde informatique (Internet / Informatique)

Il est courant de parler des dérapages des coûts du cloud, mais l'aventure d'un client de Netlify , fournisseur de cloud aurait (...)


41: Why Do So Many Complain About JavaScript'

https://michaelrjamesjr.hashnode.dev/why-do-so-many-complain-about-javascript

Hashnode - javascript (Javascript)

Introduction Anytime you go on twitter chances are that you'll see somebody complaining about JavaScript. It's usually due to some bit of syntax that might seem superficially unintelligible. But that may just be a by-product of how so many programmin...


42: 3 reasons not to block GPTBot from crawling your site

https://searchengineland.com/why-not-block-gptbot-crawling-your-site-437902

Search engine land (Référencement)

There's much more to gain than lose by embracing GPTBot. Explore three primary benefits of adopting OpenAI's bot technology.


43: pathlib: A Simpler Way to Handle Python Files

https://mathdatasimplified.com/pathlib-a-simpler-way-to-handle-python-files/

Math Data Simplified (data)

In Python, there are two options for creating new directories and files: os and pathlib. Personally, I find pathlib to be a better choice as it offers simplicity and ease of understanding. Favorite …


44: L'avion va-t-il s'écraser si votre portable n'est pas en mode avion ' On sait enfin

https://www.lebigdata.fr/portable-mode-avion

Le Big Data (dataviz)

À l’ère des smartphones, la controverse sur la nécessité de mettre son téléphone en mode avion pendant les vols persiste … Cet article L’avion va-t-il s’écraser si votre portable n’est pas en mode avion ' On sait enfin a été publié sur LEBIGDATA.FR.


45: Exploring the Top JavaScript Frameworks: A Comprehensive Guide

https://0z.hashnode.dev/exploring-the-top-javascript-frameworks-a-comprehensive-guide

Hashnode - javascript (Javascript)

Introduction: In the ever-evolving landscape of web development, JavaScript frameworks play a pivotal role in shaping the way modern web applications are built. With a plethora of options available, developers are often faced with the challenge of ch...


46: Data Vis Dispatch, February 27

https://blog.datawrapper.de/data-vis-dispatch-february-27-2024/

Data Wrapper ()

The best of last week's big and small data visualizations


47: UX Design for the Modern User: Creating Intuitive and User-Friendly Experiences

https://www.noupe.com/design/ux-design-for-the-modern-user-creating-intuitive-and-user-friendly-experiences.html

Noupe (conception)

Remember the days when clunky interfaces and confusing menus were tolerated' In 2023, with the average user encountering over 10,000 marketing messages daily, attention spans are shrinking faster than glaciers! Users demand experiences that are intuitive, engaging, and even fun. To cut through the noise and stand out, you must be user-centric and prioritize people’s... The post U [...]


48: Comment regarder du vr porn sur l'Apple Vision Pro malgré la censure '

https://www.realite-virtuelle.com/regarder-vr-porn-vision-pro/

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

Des utilisateurs du Vision Pro se plaignent de l’incapacité à regarder du VR porn sur […] Cet article Comment regarder du vr porn sur l’Apple Vision Pro malgré la censure ' a été publié sur REALITE-VIRTUELLE.COM.


49: Confrontées à une baisse des financements, les start-up healthtech résistent tout de même

https://www.usine-digitale.fr/article/confrontees-a-une-baisse-des-financements-les-start-up-healthtech-resistent-tout-de-meme.N2208982

L'usine-digitale (Informatique)

France Biotech, qui fédère les entreprises innovantes dans la santé, a publié son 21e panorama sur la healthtech. Un état des lieux qui reflète un certain dynamisme pour les 2600 entreprises du secteur, même si ce dernier fait face à des problématiques grandissantes de recrutement et de financement.


50 / 309

50: Integrate HTMX with Django: Replacing ReactJS

https://blog.nischallamichhane.com.np/django-htmx

Hashnode - python (python)

Introduction: In the dynamic landscape of web development, staying abreast of the latest technologies is crucial. One such powerful combination is the integration of HTMX with Django, a blend that leverages modern websockets for enhanced real-time fu...


51: Implementing vector search with OpenAI, Next.js, and Supabase

https://blog.logrocket.com/openai-vector-search-next-js-supabase/

Log Rocket blog (Web 2)

Let's build a Next.js app that implements vector search using Supabase and OpenAI to offer better search experiences for users. The post Implementing vector search with OpenAI, Next.js, and Supabase appeared first on LogRocket Blog.


52: 7 reasons why your AI content sucks (and how to fix it)

https://searchengineland.com/why-ai-content-sucks-how-to-fix-437890

Search engine land (Référencement)

Lazy AI articles full of plagiarized text and generic writing can't compete with insightful, specific articles by real experts. Here's why.


53: Figure va créer une armée de robots financés par OpenAI, Nvidia et Amazon

https://www.lebigdata.fr/robots-figure-ai

Le Big Data (dataviz)

Encore une avancée considérable dans le domaine de l'IA. Figure, l'entreprise spécialisée dans la robotique vient d'annoncer un projet colossal. … Cet article Figure va créer une armée de robots financés par OpenAI, Nvidia et Amazon a été publié sur LEBIGDATA.FR.


54: Day 13 of 90daysofdevops

https://shrutij.hashnode.dev/day-13-of-90daysofdevops

Hashnode - python (python)

Introduction to Python What is Python ' Python is one of the general purpose, High level, Object oriented and interpreted programming language. Python was developed by Guido Van Rossum in 1989 while working at Centrum Wiskunde and Informatica (CWI) a...


55: L'Anssi s'inquiète du risque de cyber-sabotage de groupes liés à la Russie

https://www.lemondeinformatique.fr/actualites/lire-l-anssi-s-inquiete-du-risque-de-cyber-sabotage-de-groupes-lies-a-la-russie-93075.html

Le monde informatique (Internet / Informatique)

En 2022, Vincent Strubel, directeur général de l'Anssi (agence nationale de la sécurité des systèmes d'information) (...)


56: Embracing a continuous learning culture

https://blog.logrocket.com/product-management/continuous-learning/

Log Rocket blog (Web 2)

Continuous learning is a perpetual process of honing skills and information throughout one's professional career. The post Embracing a continuous learning culture appeared first on LogRocket Blog.


57: Day 49 and 50: CI/CD Pipeline on AWS - Part 1 ' '

https://davender.hashnode.dev/day-49-and-50-cicd-pipeline-on-aws-part-1

Hashnode - javascript (Javascript)

Welcome to an exciting journey of building your CI/CD pipeline on AWS! Over the next four days, we'll be diving into the world of AWS services, including CodeCommit, CodeBuild, CodeDeploy, CodePipeline, and S3, to streamline your software development...


58: Day 49 and 50: Your CI/CD Pipeline on AWS - Part 1 ' '

https://davender.hashnode.dev/day-49-and-50-your-cicd-pipeline-on-aws-part-1

Hashnode - python (python)

Welcome to an exciting journey of building your CI/CD pipeline on AWS! Over the next four days, we'll be diving into the world of AWS services, including CodeCommit, CodeBuild, CodeDeploy, CodePipeline, and S3, to streamline your software development...


59: Google dévoile Genie : l'IA qui crée vos jeux vidéo en un clic ! Tout savoir

https://www.lebigdata.fr/google-deepmind-genie-ia-jeux-video

Le Big Data (dataviz)

Google vient de dévoiler Genie : une intelligence artificielle capable de générer un jeu vidéo à partir d'un prompt ou … Cet article Google dévoile Genie : l’IA qui crée vos jeux vidéo en un clic ! Tout savoir a été publié sur LEBIGDATA.FR.


60 / 309

60: Oppo Air Glass 3 : Découvrez les fonctionnalités de ces lunettes AR

https://www.realite-virtuelle.com/oppo-air-glass-3-fonctionnalites/

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

Les Air Glass 3 sont les nouvelles lunettes de réalité augmentée (AR) d’Oppo. Elles ne […] Cet article Oppo Air Glass 3 : Découvrez les fonctionnalités de ces lunettes AR a été publié sur REALITE-VIRTUELLE.COM.


61: 37 key questions to ask when evaluating digital marketing agencies

https://searchengineland.com/questions-evaluate-digital-marketing-agencies-437908

Search engine land (Référencement)

Essential questions to evaluate digital agencies on auditing, performance, team structure and capabilities during selection.


62: Hosokawa Alpine mise sur une stratégie cloud dopée au zero trust

https://www.lemondeinformatique.fr/actualites/lire-hosokawa-alpine-mise-sur-une-strategie-cloud-dopee-au-zero-trust-93049.html

Le monde informatique (Internet / Informatique)

L'industriel allemand Hosokawa Alpine AG se concentre sur deux domaines d'activité : les systèmes d'ingénierie de procédés (...)


63: HPE et Kyndryl s'associent pour proposer des services 5G privés 

https://www.lemondeinformatique.fr/actualites/lire-hpe-et-kyndryl-s-associent-pour-proposer-des-services-5g-prives%A0-93074.html

Le monde informatique (Internet / Informatique)

Lors du MWC 2024, à Barcelone du 26 au 29 février, HPE et Kyndryl se sont alliés pour proposer des services sans fil LTE et 5G privés (...)


64: Python with Data Science Courses for Beginners

https://careerusa.hashnode.dev/python-with-data-science-courses-for-beginners

Hashnode - python (python)

Proficiency in data science has become a valuable skill set sought after by numerous industries. Python, with its simplicity and versatility, has emerged as the go-to programming language for data science tasks. For beginners looking to venture into ...


65: [MWC 2024] Deutsche Telekom dévoile un prototype de smartphone alimenté par l'IA et sans app

https://www.usine-digitale.fr/article/mwc-2024-deutsche-telekom-devoile-un-prototype-de-smartphone-alimente-par-l-ia-et-sans-app.N2208966

L'usine-digitale (Informatique)

A l'occasion du MWC qui se tient actuellement à Barcelone, Deutsche Telekom a présenté un prototype de smartphone. Développé en collaboration avec la start-up Brain.ai, il est dépourvu d'application mais boosté à l'IA générative grâce à la nouvelle puce mobile Snapdragon 8 Gen 3 de Qualcomm.


66: Reporting Core Web Vitals With The Performance API

https://smashingmagazine.com/2024/02/reporting-core-web-vitals-performance-api/

Smashing magazine (Web 2 / CSS)

The Performance API is a set of standards for measuring and evaluating performance metrics with JavaScript. This article demonstrates how to use the Performance API to generate performance metrics directly in the DOM to create your own reporting.


67: Collective 816

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

Codrops (Design / Internet)

Rotten Apple * Specificity battle * PicToBrush * gpu-curtains


68: AngularJS vs. Angular: Understanding the Differences and Migration Strategies

https://allenchristan.hashnode.dev/angularjs-vs-angular-understanding-the-differences-and-migration-strategies

Hashnode - javascript (Javascript)

Introduction AngularJS vs. Angular: Understanding the Differences and Migration Strategies Introduction For developers venturing into the realm of front-end development, the names Angular and AngularJS often spark confusion. While they share the "Ang...


69: Building SEO-friendly Single Page Applications with Next.js

https://ajaysharvesh.hashnode.dev/building-seo-friendly-single-page-applications-with-nextjs

Hashnode - javascript (Javascript)

In recent years, single page applications (SPAs) have gained immense popularity due to their seamless user experience and dynamic content loading capabilities. However, one challenge often associated with SPAs is their potential impact on search engi...


70 / 309

70: Une aventure Tomb Raider immersive vous attend avec votre Quest !

https://www.realite-virtuelle.com/tomb-raider-portage-vr/

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

Team Beef a une nouvelle géniale dans son sac ! Ils sont en train de […] Cet article Une aventure Tomb Raider immersive vous attend avec votre Quest ! a été publié sur REALITE-VIRTUELLE.COM.


71: L'exemple le plus simple d'une Turbo-Frame

https://saaslit.com/blog/ruby/the-simplest-turbo-frame-example

Humancoders ()

Une turbo-frame permet de mettre à jour un élément du DOM, sans rechargement de la page. L'utilisation de 'convention over configuration' est puissante en Rails, mais parfois un peu trop si on oublie les conventions' d'où ce petit article de référence. Commentaires L'article L'exemple le plus simple d'une Turbo-Frame a été posté dans la catégorie Ruby de Human Coders News


72: Vous pouvez enfin porter plainte en ligne via webcam : comment faire '

https://www.lebigdata.fr/porter-plainte-en-ligne-via-webcam

Le Big Data (dataviz)

Depuis le lundi 26 février, les victimes de divers délits ont la possibilité de porter plainte en ligne via un … Cet article Vous pouvez enfin porter plainte en ligne via webcam : comment faire ' a été publié sur LEBIGDATA.FR.


73: [MWC 2024] Samsung montre un prototype de son Galaxy Ring pensé pour le bien-être

https://www.usine-digitale.fr/article/mwc-2024-samsung-montre-un-prototype-de-son-galaxy-ring-pense-pour-le-bien-etre.N2208972

L'usine-digitale (Informatique)

Samsung en dévoile un peu plus sur le Galaxy Ring, son anneau connecté destiné entre autres au suivi du sommeil. L'appareil doit sortir cette année et pourra fonctionner de pair avec la Galaxy Watch pour fournir un maximum de données de santé sur l'utilisateur.


74: Google removes option to see more local results in the search results

https://searchengineland.com/google-removes-option-to-see-more-local-results-in-the-search-results-437932

Search engine land (Référencement)

It is unclear if this was intentionally removed or if this is a bug that Google will fix soon.


75: MWC 2024: les telcos veulent plus de mutualisation sur les réseaux

https://www.lemondeinformatique.fr/actualites/lire-mwc-2024-les-telcos-veulent-plus-de-mutualisation-sur-les-reseaux-93072.html

Le monde informatique (Internet / Informatique)

Le Mobile World Congress 2024 s'est ouvert à Barcelone avec des dirigeants d'opérateurs télécoms qui ont appelé à (...)


76: Les LLM pour faciliter le dialogue avec les patrimoines de données d'un Data Mesh

https://blog.octo.com/les-llm-pour-faciliter-le-dialogue-avec-les-patrimoines-de-donnees-d'un-data-mesh

Octo (Internet)

Les nouveaux principes d'architecture de données tels que préconisés par le data mesh associés aux LLMs ont le potentiel d'ouvrir l'accés aux données et en démultiplier leur valeur au sein des organisations. On vous explique comment.


77: Après 5 trimestres de baisse, Lenovo retrouve la croissance

https://www.lemondeinformatique.fr/actualites/lire-apres-5-trimestres-de-baisse-lenovo-retrouve-la-croissance-93069.html

Le monde informatique (Internet / Informatique)

Lenovo a clos son troisième trimestre 2023-2024 sur un chiffre d'affaires de 15,7 Md$, en progression de 3 % d'une année sur l'autre. Les (...)


78: Buttonbar Widget and Attributes

https://vinitmepani.hashnode.dev/buttonbar-widget-and-attributes

Hashnode - Flutter (Flutter)

Flutter, the cross-platform UI toolkit, empowers developers with a plethora of widgets to create delightful user interfaces. Among these, the ButtonBar widget stands out as a handy tool for efficiently organizing and styling a group of buttons. In th...


79: Drawer Widget and Attributes

https://vinitmepani.hashnode.dev/drawer-widget-and-attributes

Hashnode - Flutter (Flutter)

Flutter, the cross-platform UI toolkit, has revolutionized the way developers create stunning user interfaces. One of the gems in Flutter's widget arsenal is the Drawer. This powerful widget facilitates the creation of sleek navigation menus, setting...


80 / 309

80: Workday rachète HiredScore

https://www.lemondeinformatique.fr/actualites/lire-workday-rachete-hiredscore-93071.html

Le monde informatique (Internet / Informatique)

Coup double pour Workday. Le spécialiste en solutions RH et finances a annoncé à la fois une acquisition et ses résultats financiers (...)


81: Pearl Kyei, University of Ghana, will speak about showing regional trends with tables

https://blog.datawrapper.de/university-of-ghana-pearl-kyei/

Data Wrapper ()

We’re excited to announce that Pearl Kyei from the University of Ghana will speak at...


82: Instagram teste une carte comme la Snap Map pour se géolocaliser

https://www.blogdumoderateur.com/instagram-teste-carte-snap-map-geolocaliser/

Blog du Moderateur ()

Cette option permettra aux utilisateurs de partager leur position à leurs contacts, ainsi que des publications ou des Notes géolocalisées.


83: Inspirational Websites Roundup: Webflow Special 1

https://tympanus.net/codrops/2024/02/27/inspirational-websites-roundup-webflow-special-1/

Codrops (Design / Internet)

In collaboration with Webflow, we're thrilled to present this roundup, featuring a handpicked selection of awe-inspiring websites.


84: Outlook vulnérable aux cyberattaques : comment corriger la faille de sécurité

https://www.blogdumoderateur.com/outlook-vulnerable-cyberattaques-corriger-faille-securite/

Blog du Moderateur ()

Régulièrement visée pour ses failles de sécurité, Microsoft a corrigé une vulnérabilité majeure sur Outlook. Une AlerteCyber a été déclenchée pour prévenir les utilisateurs.


85: Threads permet d'enregistrer des posts : comment ça marche

https://www.blogdumoderateur.com/comment-enregistrer-posts-threads/

Blog du Moderateur ()

Threads s'aligne sur les autres réseaux sociaux et propose désormais une option Signet.


86: B' Túi 10 ''a 'i'm Ph''t Mi'n B'c ''p Nh't Mà Các Ph''t Th' Không Nên B' Qua

https://graphicalerts.com/dia-diem-phuot-mien-bac/

Graphic Alerts (Internet)

Trong th'i gian g'n 'ây, du l'ch mi'n B'c Vi't Nam 'ã tr' thành m't l'a ch'n ph' bi'n ''i v'i c' khách du l'ch trong n''c và qu'c t'. S' phát tri'n nhanh chóng c'a ngành du l'ch ' khu v'c này không ch' làm cho mi'n B'c tr' thành 'i'm ''n h'p d'n, […] The post B' Túi 10 ''a 'i'm Ph''t Mi'n B'c ''p Nh't Mà Các Ph''t Th' Không Nên B' Qua appeared first on Graphicalerts.


87: Avoid Layout Thrashing to keep your website performant

https://tigerabrodi.blog/avoid-layout-thrashing-to-keep-your-website-performant

Hashnode - javascript (Javascript)

Introduction In web development, understanding the rendering process is important for creating fast, high-quality apps. Layout reflow happens when browsers determine page element placement and size. However, if not managed properly, it can lead to pe...


88: "How LRU Cache is Implemented in JavaScript: Managing Memory Efficiently in Web Applications"

https://ibukunoluwa84.hashnode.dev/how-lru-cache-is-implemented-in-javascript-managing-memory-efficiently-in-web-applications

Hashnode - javascript (Javascript)

Vanessa, a diligent and passionate librarian, was entrusted with the important task of managing the library's collection. With shelves brimming with books of all genres, she took great care to ensure that the library remained a haven for book lovers ...


89: Guide pratique pour utiliser un casque de réalité virtuelle

https://www.realite-virtuelle.com/comment-utiliser-un-casque-de-realite-virtuelle/

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

Les casques de réalité virtuelle gagnent en popularité ces dernières années. Ils offrent aux utilisateurs […] Cet article Guide pratique pour utiliser un casque de réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


90 / 309

90: Top 7 Best OCR Tools You Need to Use in 2024

https://www.noupe.com/business-online/best-ocr-tools-you-need-to-use.html

Noupe (conception)

OCR (Optical Character Recognition) tools are software that can identify text, handwriting, and printed characters in images and PDF files. These tools convert them into editable and searchable digital text. Essentially, OCR tools eliminate the need to manually type documents by automatically extracting the text. Key Capabilities of OCR Software Following are some of the... The post To [...]


91: Lara Rosquët prend la direction de Shopify France

https://www.lemondeinformatique.fr/actualites/lire-lara-rosquet-prend-la-direction-de-shopify-france-93068.html

Le monde informatique (Internet / Informatique)

Shopify France a confié la croissance de son activité et l'expansion de son écosystème de partenaires à Lara Rosquët. (...)


92: L'AI Act, garant de la confiance ou frein à l'innovation '

https://www.lemondeinformatique.fr/actualites/lire-l-ai-act-garant-de-la-confiance-ou-frein-a-l-innovation-93065.html

Le monde informatique (Internet / Informatique)

Dans la continuité de l'accord provisoire conclu le 8 décembre 2023 par le Parlement et le Conseil, le règlement européen relatif (...)


93: Un datacenter logé dans un bâtiment imprimé en 3D

https://www.lemondeinformatique.fr/actualites/lire-un-datacenter-loge-dans-un-batiment-imprime-en-3d-93067.html

Le monde informatique (Internet / Informatique)

Le promoteur immobilier allemand Krausgruppe a remis le 30 janvier 2024 à son compatriote, l'hébergeur cloud Heidelberg IT, les clés (...)


94: Atomic UX Research, définition, explication

https://www.usabilis.com/atomic-ux-research-definition-explication/

Usabilis (ux)

L'Atomic UX Research est une méthode novatrice d'UX Research qui permet d'analyser en détail chaque composant de l'interface utilisateur, ce qui offre une compréhension plus fine des interactions et... Cet article Atomic UX Research, définition, explication est apparu en premier sur USABILIS.


95: Comment créer son site web : étapes à suivre et erreurs à éviter

https://www.blogdumoderateur.com/comment-creer-site-web-etapes-erreurs/

Blog du Moderateur ()

Choix du CMS, nom de domaine, hébergement : tour d'horizon des étapes préliminaires à la création d'un site web, et des écueils à éviter.


96: Closure in JavaScript

https://adnancodes01.hashnode.dev/closure-in-javascript

Hashnode - javascript (Javascript)

Closure : Closures in JavaScript are like small memory bubbles that remember the environment in which they are created. This means you can create a function that remembers and accesses the data from the parent function even when the parent function i...


97: How To Configure WebSocket Servers For Secure Connectors (Wss Protocol)

https://ebubethecyborg.hashnode.dev/how-to-configure-websocket-servers-for-secure-connectors-wss-protocol

Hashnode - javascript (Javascript)

WebSockets are a great way of improving your web applications to be faster and more responsive. They provide persistent bi-directional communication between a user and your server, making them unique. With WebSockets being prominent for their feature...


98: Goossips SEO : sites adultes, HCU et API d'indexation

https://www.abondance.com/20240227-406788-goossips-seo-sites-adultes-hcu-et-api-dindexation.html

Abondance (Référencement)

Quelques infos sur Google (et Bing parfois) et son moteur de recherche, glanées ici et là de façon officieuse ces derniers jours. Au programme, cette semaine : que se passe-t-il avec les sites pour adultes dans les SERPs ' Combien de temps pour se remettre de la mise à jour Helpful Content ' Que pense John Mueller […] L'article "Goossips SEO : sites adultes, HCU et API d'indexation" a [...]


99: Powder : un thème WordPress qui met le feu '

https://wpmarmite.com/powder-wordpress/

WP Marmite (wordpress)

Attention, il paraît que ça sent la poudre. Enfin par ici, c'est plutôt l'odeur de Powder qui se dégage' Rassurez-vous, il n’y a pas de conflits en vue, ni d'incendie à éteindre. Powder, c'est le nom d'un thème WordPress basé... Powder : un thème WordPress qui met le feu ' est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


100 / 309

100: Une technologie transformant toute lumière en énergie pourrait rendre inutiles les piles

https://www.rtflash.fr/technologie-transformant-toute-lumiere-en-energie-pourrait-rendre-inutiles-piles/article

Tregouet.org ()

L'entreprise californienne, 'Ambient Photonics', travaille, depuis 2019, sur des cellules solaires d'intérieur, améliorant les performances et le prix de cette technologie émergente. Les cellules peuvent être "imprimées" dans presque toutes les tailles et formes pour être utilisées sur des appareils courants tels que les télécommandes et les claviers sans fil. Ce qui pourrait permettre de [...]


101: JavaScript Project: Unleashing the Power of Web Development

https://iqratechnology.com//javascript-project-unleashing-the-power-of-web-development

Hashnode - javascript (Javascript)

Introduction to JavaScript a) Understanding the role of JavaScript in web development. b) Brief overview of its evolution and importance. Setting Up Your JavaScript Project a) Creating a project directory. b) Initializing a new JavaScript project us...


102: JSX: Writing HTML within JavaScript

https://adeniyibello.hashnode.dev/jsx-writing-html-within-javascript

Hashnode - javascript (Javascript)

JSX, or JavaScript XML, is a syntax extension that allows you to write HTML-like structures directly within your JavaScript code. This makes it easier and more enjoyable to build user interfaces (UIs) for web applications using React.js. Imagine writ...


103: Un régime végétarien réduit les risques d'infection de 39 %

https://www.rtflash.fr/regime-vegetarien-reduit-risques-d-infection-39/article

Tregouet.org ()

Selon une étude brésilienne, mettre des légumes, des légumineuses ainsi que des noix dans son assiette, tout en limitant les produits laitiers et la viande, aiderait à lutter contre la Covid-19.  Plusieurs études publiées ces dernières années suggèrent que l'alimentation pourrait jouer un rôle dans l'évolution d'une infection au SARS-CoV-2. Pour vérifier ces conclusions, des cher [...]


104: La culture de tissus sur puce révolutionne la médecine

https://www.rtflash.fr/culture-tissus-sur-puce-revolutionne-medecine/article

Tregouet.org ()

La technologie des tissus sur puce en mesure d'accélérer le développement de médicaments et de réduire le recours aux essais sur animaux évolue à grande vitesse. Aux États-Unis, un projet ambitieux d'un nouveau centre national dédié à cet objectif transformerait à coup sûr le paysage de la recherche médicale en général. Le centre de Rochester est en effet l'un des quatre centres so [...]


105: Reactome : un outil d'IA révolutionnaire pour accélérer la conception de nouvelles molécules

https://www.rtflash.fr/reactome-outil-d-ia-revolutionnaire-pour-accelerer-conception-nouvelles-molecules/article

Tregouet.org ()

Les chercheurs ont développé une plate-forme qui combine des expériences automatisées avec l'IA pour prédire comment les produits chimiques réagiront les uns avec les autres, ce qui pourrait accélérer le processus de conception de nouveaux médicaments. Prédire la façon dont les molécules réagiront est vital pour la découverte et la fabrication de nouveaux produits pharmaceutiques, ma [...]


106: Vers une batterie solide à 6000 cycles

https://www.rtflash.fr/vers-batterie-solide-6000-cycles/article

Tregouet.org ()

Des chercheurs de la Harvard John A. Paulson School of Engineering and Applied Sciences viennent de publier dans la prestigieuse revue Science Material la présentation d'une batterie solide d'un nouveau genre. L'équipe de chercheurs a en effet développé une batterie solide inédite, aux propriétés remarquables : en particulier, les cellules de cette batterie peuvent supporter 6 000 cycles de [...]


107: Une IA qui lit dans les pensées et les transcrit en texte...

https://www.rtflash.fr/ia-qui-lit-dans-pensees-et-transcrit-en-texte/article

Tregouet.org ()

Des chercheurs du GrapheneX-UTS, centre d'intelligence artificielle de l'Université de technologie de Sydney, ont mis au point une technologie qui peut être utilisée pour « faciliter la communication pour les personnes incapables de parler en raison d'une maladie ou d'une blessure, notamment en cas d'accident vasculaire cérébral ». [...]


108: Exploring Bluetooth Low Energy Connectivity in Flutter Using quick_blue

https://techblog.geekyants.com/exploring-bluetooth-low-energy-connectivity-in-flutter-using-quickblue

Hashnode - Flutter (Flutter)

Bluetooth Low Energy (BLE) has transformed how devices communicate wirelessly, particularly in mobile app development. In this blog, we delve into Bluetooth connectivity within Flutter using the quick_blue package. BLE operates in two main roles: per...


109: Day 4: how many types of an Conditional Statement '

https://jemin.hashnode.dev/day-4-how-many-types-of-an-conditional-statement

Hashnode - javascript (Javascript)

Conditional statements are used to perform different actions based on different conditions. In JavaScript we have the following conditional statements: ' Use if to specify a block of code to be executed, if a specified condition is true ' Use else...


110 / 309

110: The Power of Creation: Exploring Generative AI

https://muhammadfiaz.hashnode.dev/the-power-of-creation-exploring-generative-ai

Hashnode - python (python)

Generative AI (Gen-AI) is no longer a futuristic concept but a powerful force shaping the present. This innovative technology transcends mere imitation, possessing the remarkable ability to generate entirely new data formats like text, images, music,...


111: How to control package versions in your Python project

https://supermeta.hashnode.dev/how-to-control-package-versions-in-your-python-project

Hashnode - python (python)

We all know the feeling of getting stuck in dependency and version hell when trying to run a new project. Or even our own team projects! For those of us struggling with this who use Python, there's a neat solution called Poetry. This is a quick guide...


112: What the Heck is RAG' And How to Build It

https://samborges.hashnode.dev/what-the-heck-is-rag-and-how-to-build-it

Hashnode - python (python)

What You'll Learn Overview of Retrieval-Augmented Generation (RAG) Components of RAG (indexing, retrieval, augmentation, generation) How to build a naive RAG workflow in Python TL;DR Retrieval-Augmented Generation (RAG) is a technique that enhan...


113: Day 48: Navigating Kubernetes - Important Interview Questions '

https://davender.hashnode.dev/day-48-navigating-kubernetes-important-interview-questions

Hashnode - javascript (Javascript)

Interviews can be daunting, but with preparation, you can ace them! Let's tackle some key Kubernetes interview questions together. By the end of this, you'll feel confident and ready to shine! '' 1. What is Kubernetes and why is it important' Kuber...


114: Javascript Proxy

https://outsideinn.com/javascript-proxy

Hashnode - javascript (Javascript)

You can create an object, by using the Proxy object which can replace the original one, but it may redefine basic operations on objects, such as defining, getting, and setting properties. In JavaScript, a proxy object is essentially a middleman that ...


115: Array Manipulation in JavaScript

https://greybeard.hashnode.dev/array-manipulation-in-javascript

Hashnode - javascript (Javascript)

An Intro to Arrays. Arrays are a fundamental data structure in JavaScript. They allow for well-organized, efficient and easy to access data storage. All under a single variable name. These "special objects" are one of the most common things we will e...


116: Day 47: Mastering Persistent Volumes in Your Deployment '

https://davender.hashnode.dev/day-47-mastering-persistent-volumes-in-your-deployment

Hashnode - javascript (Javascript)

' Congratulations on conquering ConfigMaps and Secrets in Kubernetes yesterday! You're on fire! ' Now, let's continue our journey by delving into the world of Persistent Volumes (PVs) in Kubernetes. These powerful tools allow us to manage storage r...


117: Ep. 30: CSS Grid + Layout

https://engrshege.hashnode.dev/ep-30-css-grid-layout

Hashnode - javascript (Javascript)

Udemy Course: Complete Web & Mobile Designer; UI/UX, Figma, +more by Andrei Neagoie & Daniel Schifano. Episode 30: CSS Grid + Layout Introduction In this episode, we will be tackling the problem we are usually faced with when embarked on building a w...


118: FastUI

https://github.com/pydantic/FastUI

pointer.io (Développement)

Better UIs faster.


119: 1.5+ Million PDFs In 25 minutes

https://zerodha.tech/blog/1-5-million-pdfs-in-25-minutes/

pointer.io (Développement)

 'In this blog post, we describe our journey of building an architecture from scratch which now enables us to process, generate, digitally sign, and e-mail out 1.5+ million PDF contract notes in about 25 minutes, incurring only negligible costs. We self-host all elements of this architecture relying on raw EC2 instances for compute and S3 for ephemeral storage. In addition, the concepts used for [...]


120 / 309

120: How Do You Spend Your Time'

https://brooker.co.za/blog/2024/02/06/time.html

pointer.io (Développement)

'You thought you were productive, and getting a lot done, but they weren't the things you, or your manager, thought were most valuable for your project and team. You're busy, you're productive, but it doesn't feel right. It's a problem I've faced before, which I think I've mostly solved for myself. Here's some thoughts on what worked for me.'


121: Guide To Leading Meetings For Software Engineers

https://careercutler.substack.com/p/guide-to-leading-meetings-as-a-software

pointer.io (Développement)

(1) Before the meeting: Figure out the outcome you want to achieve by the end of the meeting. Invite people based on that outcome. Send a message or tag in the channel about the meeting invite and the purpose. Add a meeting description so everyone knows what it's about. Start the meeting description with, 'The goal of this meeting is'' (2) During the meeting: Start the meeting off by reiterating t [...]


122: In-Depth: OpenAPI Client Generation Comparison

https://www.speakeasyapi.dev/post/compare-speakeasy-open-source

pointer.io (Développement)

OSS SDK generators might seem free, but they have a lot of hidden costs that any enterprise user should consider carefully. Plenty of bugs, no support, spotty OpenAPI compatibility, and more will require a serious investment of engineering resources. Read on to learn about the business and technical considerations and explore available options.


123: How Discord Moved Engineering To Cloud Development Environments

https://discord.com/blog/how-discord-moved-engineering-to-cloud-development-environments

pointer.io (Développement)

'The Internal Developer Experience team is responsible for roughly the first third of the development life cycle. Our main tasks include building and maintaining IDE experiences, managing development environments, shipping tools for building, developing, and testing code, scaling and maintaining CI infrastructure, and owning the change management process and supporting tooling infrastructure. Whil [...]


124: What If Everybody Did Everything Right'

https://surfingcomplexity.blog/2024/02/17/what-if-everybody-did-everything-right/

pointer.io (Développement)

In the wake of an incident, we are inevitably led to answer two questions: 'What did we do wrong here' What didn't we do that we should have'' Lorin argues these questions create a specific lens to scrutinize the incident. 'An alternative lens for making sense of an incident is to ask the question 'how did this incident happen, assuming that everybody did everything right'' Assume that everybody w [...]


125: Pointer Sponsor

https://www.speakeasyapi.dev/

pointer.io (Développement)

This issue's sponsor is Speakeasy


126: JavaScript Bloat In 2024

https://tonsky.me/blog/js-bloat/

pointer.io (Développement)

'I was a bit out of touch with modern front-end development. I also remembered articles about web bloat, how the average web page size was approaching several megabytes! So all this time I was living under impression that, for example, if the average web page size is 3 MB, then JavaScript bundle should be around 1 MB. Surely content should still take the majority, no' Well, the only way to find ou [...]


127: GPTScript

https://github.com/gptscript-ai/gptscript

pointer.io (Développement)

Develop LLM apps in natural language.


128: Meta's New LLM-Based Test Generator Is A Sneak Peek To The Future Of Development

https://read.engineerscodex.com/p/metas-new-llm-based-test-generator

pointer.io (Développement)

'Meta claims that this 'this is the first paper to report on LLM-generated code that has been developed independent of human intervention (other than final review sign off), and landed into large scale industrial production systems with guaranteed assurances for improvement over the existing code base.' Furthermore, there are solid principles that developers can take away in order to use AI effect [...]


129: PGlite

https://github.com/electric-sql/pglite

pointer.io (Développement)

Run Postgres in the browser.


130 / 309

130: JavaScript Essential Terms Every Developer Must Know

https://hashnode.mmainulhasan.com/javascript-essential-terms-every-developer-must-know

Hashnode - javascript (Javascript)

In today's web development, JavaScript is not just an advantage but a necessity. JavaScript continuously brings new features, terms and concepts that make web applications more interactive, efficient, and user-friendly. Whether you're just starting y...




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