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

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


Jeudi 11 Janvier 2024 (408)

1: Simplifying Your Daily Routine with Handy Python Snippets

https://webdesignguy.me/simplifying-your-daily-routine-with-handy-python-snippets

Hashnode - python (python)

Python, known for its simplicity and power, is the go-to language for many when it comes to automating mundane tasks. It's like having a digital Swiss Army knife at your fingertips! Today, I'm excited to share three Python snippets that have made my ...


2: AI for Web Devs: Your First API Request to OpenAI

https://austingil.hashnode.dev/ai-for-web-devs-your-first-api-request-to-openai

Hashnode - javascript (Javascript)

Welcome back to this series where we are learning how to integrate AI products into web applications. Intro & Setup Your First AI Prompt Streaming Responses How Does AI Work Prompt Engineering AI-Generated Images Security & Reliability Deploy...


3: 6 Steps to Transform Messy Functions into Production-Ready Code

https://mathdatasimplified.com/6-steps-to-transform-messy-functions-into-production-ready-code/

Math Data Simplified (data)

Motivation Functions play a crucial role in data science for modularity, reusability, and readability. However, overly complex and messy functions […]


4: Better JS Development on Windows: Unlocking the Potential of WSL

https://dsimunovic.hashnode.dev/better-js-development-on-windows-unlocking-the-potential-of-wsl

Hashnode - javascript (Javascript)

When working with JavaScript-based frameworks, even the Microsoft documentation recommends using Windows Subsystem for Linux. If you're not familiar with WSL, it enables you to run a Linux distribution of your choice and use a BASH command line right...


5: Day 4 of LeetCode

https://evelynsjourney.hashnode.dev/day-4-of-leetcode

Hashnode - python (python)

Documenting LeetCode solving. Q1 125. Valid Palindrome Easy. Two pointers. class Solution: def isPalindrome(self, s: str) -> bool: # Extra space newStr = "" for c in s: # isalpha() is to check if the character...


6: Day 14 Task: Python Data Types and Data Structures for DevOps ''

https://davender.hashnode.dev/day-14-task-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Welcome to Day 14! As we continue our DevOps journey, today's focus is on Python's data types and structures. Python is not just for developers; it's a powerhouse for DevOps engineers too. Let's get started! Understanding Data Types in Python ' Data...


7: Vibes in Verse: Decoding the band TEMMIS

https://blog.datawrapper.de/temmis-lyrics/

Data Wrapper ()

Hi, this is Vivien. At Datawrapper, I'm responsible for the Data Vis Dispatch. Welcome to...


8: Emotionally prompting LLM Part I

https://aristides.hashnode.dev/emotionally-prompting-llm-part-i

Hashnode - python (python)

Motivation Recently created Llanai, a WhatsApp powered language learning conversation buddy, powered by GPT-4-turbo. Given the stochastic nature of LLM, improving consistency of output is a sought after technique. A likely solution There was a viral ...


9: Building Whinst Part 23: Adding link and social media sharing functionality

https://andysonm.hashnode.dev/building-whinst-part-23-adding-link-and-social-media-sharing-functionality

Hashnode - javascript (Javascript)

An essential part of the Whinst web app is the ability for users to share catalogs they have created. Once a catalog is created a user can simply copy it's link or share it directly to their social media apps. In this article, I talk about how I adde...


10 / 408

10: Debounce and Throttling in JavaScript

https://alishabhale.hashnode.dev/debounce-and-throttling-in-javascript

Hashnode - javascript (Javascript)

In the fast-paced world of web development, optimizing user interactions is crucial for a seamless experience. Two key concepts that play a significant role in achieving this are debounce and throttle. Let's embark on a journey to understand these co...


11: Understanding Dynamic Imports in React

https://opyjo2.hashnode.dev/understanding-dynamic-imports-in-react

Hashnode - javascript (Javascript)

Introduction As a software developer, especially in the world of React, you might have come across the term "dynamic imports". This blog aims to demystify dynamic imports in React, breaking down the concept into simple terms, explaining its importanc...


12: Day 14 - Python Data Types and Data Structures for DevOps

https://akshaykhoje.hashnode.dev/day-14-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

A little build-up... What is Data' Data is a information that has been translated into a form that is efficient for movement or processing. The above definition seems the most relevant for our use. Other definitions of data in binary digital form a...


13: Day 13 - Basic Python programming

https://akshaykhoje.hashnode.dev/day-13-basic-python-programming

Hashnode - python (python)

I believe Python community is highly resourceful. Being a python programmer for a few years now, I may not be write very comprehensive blogs from day13 to day15 as it's too simple Python stuff. If you are a beginner however, I highly recommend you to...


14: ' Unlimited Chart Options

https://flowingdata.com/2024/01/11/process-271-unlimited/

Flowing data (dataviz)

We often talk about visualization in terms of restrictions and rules, as if you must limit your possibilities to make charts the right way. As you might have guessed, there are other options.Tags: options


15: Envie d'un projecteur, mais flemme de l'installer ' Xgimi a la solution au CES !

https://www.lebigdata.fr/xgimi-videoprojecteur-ces

Le Big Data (dataviz)

Au CES de Las Vegas, Xgimi a marqué les esprits avec Aladdin, son videoprojecteur innovant. Celui-ci séduit particulièrement par ses … Cet article Envie d’un projecteur, mais flemme de l’installer ' Xgimi a la solution au CES ! a été publié sur LEBIGDATA.FR.


16: Power up your marketing programs with Google Analytics 4 by Cynthia Ramsaran

https://searchengineland.com/power-up-your-marketing-programs-with-google-analytics-4-436491

Search engine land (Référencement)

Incorporate a data strategy that will give you a complete view of your customers.


17: Machine Learning (Part 15): Understanding Gradient Boosting Machines (GBMs)

https://sanjay1080.hashnode.dev/machine-learning-part-15-understanding-gradient-boosting-machines-gbms

Hashnode - python (python)

Welcome back, fellow enthusiasts, to another captivating chapter in our exploration of the vast landscape of Machine Learning. In this chapter, we delve deep into the realm of Gradient Boosting Machines (GBMs), a powerful ensemble learning technique ...


18: Top Front-End Tools Of 2023

https://smashingmagazine.com/2024/01/top-frontend-tools-2023/

Smashing magazine (CSS / Web 2)

Useful front-end tools for CSS and JavaScript developers that were most popular last year and will help you speed up your development workflow. Let's dive in!


19: Extracting usable data from pdf bank statements

https://stevesdevnotes.hashnode.dev/extracting-usable-data-from-pdf-bank-statements

Hashnode - python (python)

While modern banks have excellent financial reporting facilities, some old ones provide little more than regular pdf statements. A client came to me after the one csv export that their bank provided was rendered useless by almost every transaction de...


20 / 408

20: Extracting PDF statements from your gmail inbox

https://stevesdevnotes.hashnode.dev/extracting-pdf-statements-from-your-gmail-inbox

Hashnode - python (python)

For part 1, see Mining PDFs for tabular data, part 1 A client of mine received monthly statements via email for several properties that he rented out, and wanted a quick way to extract the data from the attached PDF files, and get them into his finan...


21: Mining PDFs for tabular data, part 1

https://stevesdevnotes.hashnode.dev/mining-pdfs-for-tabular-data-part-1

Hashnode - python (python)

Recently, I've had several use cases that lead me to use the excellent python library pdfplumber. Quick note regarding pdfs with a very high number of pages.Memory leaks can occur, but there are easy workarounds. For most of my work, however, this wa...


22: You dont need to fear recursion

https://durre.se/you-dont-need-to-fear-recursion

Hashnode - javascript (Javascript)

All though, If I'm being honest. The concept of recursion was an aqcuired taste for me. It took a class of functional programming, where at least half of the assignements involved recursion for it to "click". Today I can find recursion to be concise ...


23: Miss France 2024 sauvagement exploitée pour être une arnaque crypto : tout savoir

https://www.lebigdata.fr/arnaque-crypto-miss-france-2024

Le Big Data (dataviz)

Oui, les hackers surfent aussi sur l'actualité. Et les célébrités sont les premières victimes de cette tendance. Récemment, des arnaqueurs … Cet article Miss France 2024 sauvagement exploitée pour être une arnaque crypto : tout savoir a été publié sur LEBIGDATA.FR.


24: Boeing panel that blew off during flight

https://flowingdata.com/2024/01/11/boeing-panel-that-blew-off-during-flight/

Flowing data (dataviz)

A refrigerator-sized panel popped off a Boeing 737 MAX 9 during the ascent…Tags: Boeing, Reuters, safety


25: The brand new 2024 Edition of the 'TanglePatterns.com TANGLE GUIDE' is available now!

https://feeds.feedblitz.com/~/860317373/0/tanglepatterns~The-brand-new-Edition-of-the-TanglePatternscom-TANGLE-GUIDE-is-available-now.html

TanglePatterns (Zentangle)

I'm delighterd to announce the new updated "TanglePatterns.com TANGLE GUIDE, 2024 Edition" eBook is now available for instant download from the STORE > EBOOKS page. Get yours now and help keep the site going! The BOOK REVIEWS page has more details and a sample page if you want to learn more about this eBook's contents. Continue reading this article...Continue reading ... »TanglePatterns [...]


26: 13 exemples de sites web pour présenter une application mobile

https://www.blogduwebdesign.com/blog/graphisme/inspiration-graphique/exemples-sites-web-application-mobile.html

blogduwebdesign (Design)

Vous envisager de créer un site internet pour mettre en valeur votre application mobile ' Vous êtes au bon endroit ! Explorez notre sélection d'exemples percutant et efficaces de landing page dédiées aux applications mobile. En prime, découvrez cinq raisons fondamentales expliquant l'importance de concevoir un site web pour prése [...]


27: Telex : Citrix sabre 12 % de ses effectifs, Fin de frais de migration chez Google Cloud, Lush cyberattaqué

https://www.lemondeinformatique.fr/actualites/lire-telex-citrix-sabre-12-de-ses-effectifs-fin-de-frais-de-migration-chez-google-cloud-lush-cyberattaque-92650.html

Le monde informatique (Informatique / Internet)

-Citrix sabre 12 % de ses effectifs. Cloud Software Group, la société mère de Citrix, a licencié environ 1 000 personnes dans (...)


28: GPT Store : combien pouvez-vous gagner et comment ' Guide pas à pas

https://www.lebigdata.fr/gpt-store-guide

Le Big Data (dataviz)

Le GPT Store est enfin disponible, et vous permet de partager vos chatbots GPTs customisés avec les utilisateurs du monde … Cet article GPT Store : combien pouvez-vous gagner et comment ' Guide pas à pas a été publié sur LEBIGDATA.FR.


29: Creating a setup wizard (and when you shouldn't)

https://blog.logrocket.com/ux-design/creating-setup-wizard-when-you-shouldnt/

Log Rocket blog (Web 2)

This comprehensive guide to understanding the wizard UI is your all-in-one resource for creating wizard UIs that are truly helpful. The post Creating a setup wizard (and when you shouldn’t) appeared first on LogRocket Blog.


30 / 408

30: Au CES 2024, une pluie d'ordinateurs portables dopés à l'IA

https://www.usine-digitale.fr/article/ces-2024-une-pluie-d-ordinateurs-portables-dopes-a-l-ia.N2206304

L'usine-digitale (Informatique)

Les fabricants d'ordinateurs portables veulent tous surfer sur la même vague : l'intelligence artificielle. Au CES 2024, ils sont donc nombreux à présenter leurs dernières gammes de produits intégrant cette technologie. Tour d'horizon des principales annonces.


31: What is Inheritance and the Prototype Object in JavaScript'

https://whyafan.hashnode.dev/what-is-inheritance-and-the-prototype-object-in-javascript

Hashnode - javascript (Javascript)

Most developers don't know that the beloved scripting language also has secured OOP paradigm capabilities under its belt. These are features that JavaScript developers should know, but they don't. Irrespective of how JS implements these features, the...


32: Leader Spotlight: Shaping the evolution of digital media, with Michael Liss

https://blog.logrocket.com/product-management/leader-spotlight-michael-liss/

Log Rocket blog (Web 2)

Michael Liss Vice President, Product at New York Post, talks about the rapid iteration of digital products, particularly those in the media industry and explains how a 'win' doesn't always come from big upticks in engagement. The post Leader Spotlight: Shaping the evolution of digital media, with Michael Liss appeared first on LogRocket Blog.


33: Les levées de fonds de la French Tech ont chuté l'an passé, un rebond espéré en 2024

https://www.usine-digitale.fr/article/les-levees-de-fonds-de-la-french-tech-ont-chute-l-an-passe-un-rebond-espere-en-2024.N2206294

L'usine-digitale (Informatique)

En 2023, les start-up françaises ont récolté 8,3 milliards d'euros, 38% de moins qu'en 2022. Les plus optimistes espèrent un rebond cette année, notamment grâce à l'IA.


34: Microsoft renforce la sanctuarisation des données cloud en Europe

https://www.lemondeinformatique.fr/actualites/lire-microsoft-renforce-la-sanctuarisation-des-donnees-cloud-en-europe-92648.html

Le monde informatique (Informatique / Internet)

Doucement mais sûrement, Microsoft poursuit le déploiement son plan pour cantonner les données de l'Union européenne - (...)


35: Stuxnet : un ingénieur néerlandais à l'origine de l'infection

https://www.lemondeinformatique.fr/actualites/lire-stuxnet-un-ingenieur-neerlandais-a-l-origine-de-l-infection-92649.html

Le monde informatique (Informatique / Internet)

Il est devenu un cas d'école dans le domaine de la cybersécurité. Stuxnet, un ver très sophistiqué, a frappé (...)


36: TikTok reports non-skippable video ads may harm engagement

https://searchengineland.com/tiktok-report-non-skippable-video-ads-436465

Search engine land (Référencement)

New research also found that ad duration is unlikely to impact performance, but ad placement will.


37: Deployment of 2-tier python-flask applications with the help of Docker, Kubernetes, AWS, and HELM packaging.

https://devesh121.hashnode.dev/deployment-of-2-tier-python-flask-applications-with-the-help-of-docker-kubernetes-aws-and-helm-packaging

Hashnode - python (python)

This is some basic setup and Dockerfile creation. First, Create an EC2 instance connect it with the localhost device, and then clone the project code from the GitHub repo: https://github.com/D-singh121/flask-mysql-app-k8s-helm-deployment.git H...


38: HDFS vs Cloud Storage '

https://bikramchatterjee.hashnode.dev/hdfs-vs-cloud-storage

Hashnode - python (python)

In this post we will see the difference between HDFS and Cloud Storage What is cloud object storage' How it is different from HDFS ' Cloud computing makes extensive use of object storage. This has many advantages, including cost, speed, and scalabil...


39: Restructuration draconienne chez Google

https://www.realite-virtuelle.com/google-licenciements-equipe-materielle-ar/

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

Google prend des mesures pour ajuster son équipe matérielle AR pour mieux aligner ses efforts […] Cet article Restructuration draconienne chez Google a été publié sur REALITE-VIRTUELLE.COM.


40 / 408

40: Python 3.10's strict=True: Preventing Data Loss in zip Operations

https://mathdatasimplified.com/python-3-10s-stricttrue-preventing-data-loss-in-zip-operations/

Math Data Simplified (data)

zip allows you to aggregate elements from each of the iterables. However, if the iterables are not the same length, […]


41: Building an app to take attractive screenshots of your Code.

https://varadgondepatil.hashnode.dev/building-an-app-to-take-attractive-screenshots-of-your-code

Hashnode - javascript (Javascript)

Nothing can teach you more about a certain technology than actually using it to build something. If you are new to JS, this simple timer application can actually make you a lot familiar with JS concepts. So, let's dive in! Understanding the logic We...


42: Top 10 WordPress Themes to Use (Updated for 2024)

https://www.hongkiat.com/blog/top-wordpress-themes-designers-businesses/

Hongkiat - Wordpress (wordpress)

Finding the ideal WordPress theme for your website-building project can be challenging. First, you need to understand your project's specific needs and identify the optimal solutions for those needs. Then, you must search for an exceptional WordPress theme that provides those solutions ' often hidden among thousands of others. If you don't have ample time,… The post Top 10 WordPress Themes t [...]


43: How to build a product roadmap that everyone buys into

https://blog.logrocket.com/product-management/product-roadmap-overview/

Log Rocket blog (Web 2)

It's the product manager's responsibility to build and manage a live product roadmap that is fluid and resilient. Discover how to gain buy-in from executives, peers, partners, and customers. The post How to build a product roadmap that everyone buys into appeared first on LogRocket Blog.


44: Working with JSON and YAML Files in Python

https://ansarblogs.dev/working-with-json-and-yaml-files-in-python

Hashnode - python (python)

Introduction Welcome back to my 90DaysOfDevOps challenge! On day 15, I delved into the world of Python libraries for handling JSON and YAML files. One of the tasks for the day involved creating a dictionary in Python and writing it to a JSON file, re...


45: A Beginner's Guide to Higher-Order Function (HOF) in Javascript.

https://deevyne-dev.hashnode.dev/a-beginners-guide-to-higher-order-function-hof-in-javascript

Hashnode - javascript (Javascript)

Introduction Welcome to the exciting world of JavaScript, where coding possibilities unfold at every turn. Today, we're unveiling a concept that might sound complex but holds incredible power for beginners. This concept is called "Higher-Order Functi...


46: Ce hacker français au look de hippie va faire 3 ans de prison aux USA : pourquoi''

https://www.lebigdata.fr/hacker-sebastien-raoult

Le Big Data (dataviz)

3 ans de prison, et environ 5 millions de dollars d'amende pour Sébastien Raoult. Les peines sont lourdes pour ce … Cet article Ce hacker français au look de hippie va faire 3 ans de prison aux USA : pourquoi'' a été publié sur LEBIGDATA.FR.


47: Elevating Your Business: The Impact of Personal Branding on Small Business Success

https://www.noupe.com/business-online/elevating-your-business-the-impact-of-personal-branding-on-small-business-success.html

Noupe (conception)

If you're a small business owner, you can’t rely on long-established brand awareness or a major advertising campaign to reach your customers. In all likelihood, you’re going to have to do the heavy lifting on your own ' and that starts by cultivating a personal brand.  If people feel more connected to you as a... The post Elevating Your Business: The Impact of Personal Bra [...]


48: Debouncing in React

https://ogadar.hashnode.dev/debouncing-in-react

Hashnode - javascript (Javascript)

Think of this scenario: You navigate to a listing page for books or properties and want to search based using a name. Each time you hit the keyboard, a search request is effected. Say you want to search for the word "court"; each keystroke will send...


49: Les principales conférences Tech en France et en Europe en 2024

https://blog.positivethinking.tech/principales-conferences-tech-france-europe-2024-d3b4d219bff3

Humancoders ()

Commentaires L'article Les principales conférences Tech en France et en Europe en 2024 a été posté dans la catégorie Événements de Human Coders News


50 / 408

50: Des escrocs publient des arnaques publicitaires sur YouTube avec des deepfakes de célébrités

https://www.usine-digitale.fr/article/des-escrocs-publient-sur-youtube-des-arnaques-publicitaires-grace-a-des-deepfakes-de-celebrites.N2206295

L'usine-digitale (Informatique)

Des publicités diffusées aux États-Unis sur la plateforme YouTube promettent à des millions d'internautes une subvention du gouvernement américain qui n'existe pas. A la clé : une arnaque. Pour convaincre plus facilement leurs victimes, les escrocs font appel à des deepfakes de stars comme Taylor Swift ou Dwayne Johnson.


51: Best Practices for Testing Flutter Apps

https://jacksomateo.hashnode.dev/best-practices-for-testing-flutter-apps

Hashnode - Flutter (Flutter)

In the fast-paced world of mobile app development, ensuring the reliability and functionality of your Flutter app is paramount. Thorough testing is the key to delivering a seamless user experience and maintaining a competitive edge. As a provider of ...


52: Noyb accuse Meta de violer le consentement des utilisateurs de Facebook

https://www.usine-digitale.fr/article/noyb-accuse-meta-de-violer-le-consentement-des-utilisateurs-de-facebook.N2206266

L'usine-digitale (Informatique)

L'association Noyb ne lâchera pas l'affaire : elle a déposé une seconde plainte contre Meta à propos de son nouvel abonnement payant permettant aux utilisateurs d'utiliser Facebook sans publicité. Cette fois-ci, elle fonde son recours sur la violation de l'article 7 du RGPD selon lequel il doit être aussi simple de retirer son consentement que de le donner.


53: The Comprehensive Guide to Babel

https://10xdev.codeparrot.ai/babel

Hashnode - javascript (Javascript)

BABEL - OVERVIEW BabelJS, a JavaScript transpiler created by Australian developer Sebastian McKenzie, seamlessly transforms modern ECMAScript features into an older standard. This enables compatibility across both old and new browsers, making it a vi...


54: XenData promeut un archivage optimisé pour les médias 

https://www.lemondeinformatique.fr/actualites/lire-xendata-promeut-un-archivage-optimise-pour-les-medias%A0-92645.html

Le monde informatique (Informatique / Internet)

Fondé en 2001 au Royaume-Uni par Philip Storey (CEO) et Mark Broadbent (CTO), qui avaient travaillé sur le projet UDO (Ultra Density Optical (...)


56: Analog.js vs. Next.js vs. SolidStart: Comparing modern meta-frameworks

https://blog.logrocket.com/analog-js-next-js-solidstart-modern-meta-frameworks/

Log Rocket blog (Web 2)

We compare and evaluate the Analog.js, Next.js, and SolidStart meta-frameworks, build an app with each, and look at performance. The post Analog.js vs. Next.js vs. SolidStart: Comparing modern meta-frameworks appeared first on LogRocket Blog.


57: GPT-4 vs. Google Cloud: Performance comparison on 9 SEO tasks

https://searchengineland.com/gpt-4-vs-google-cloud-performance-comparison-on-9-seo-tasks-436420

Search engine land (Référencement)

GPT-4 isn't the be-all for SEO automation. Compare its performance to Google Cloud's APIs for text analysis, content transformation and more.


58: Malgré les doutes de Bruxelles, Amazon refuse de faire des concessions sur le rachat d'iRobot

https://www.usine-digitale.fr/article/malgre-les-doutes-de-bruxelles-amazon-refuse-de-faire-des-concessions-sur-le-rachat-d-irobot.N2206287

L'usine-digitale (Informatique)

La Commission européenne redoute que géant américain du commerce en ligne puisse restreindre la concurrence sur le marché des aspirateurs robots.


59: En l'absence de concessions, Bruxelles devrait bloquer le rachat d'iRobot par Amazon

https://www.usine-digitale.fr/article/en-l-absence-de-concessions-bruxelles-devrait-bloquer-le-rachat-d-irobot-par-amazon.N2206287

L'usine-digitale (Informatique)

Selon le Wall Street Journal, des responsables européens ont expliqué au géant du commerce en ligne que l'acquisition du fabricant des aspirateurs robots ne sera probablement pas validée. Amazon a refusé de faire des concessions.


60 / 408

60: Nouveau DG de l'Epita, Sylvain Goussot trace sa feuille de route

https://www.lemondeinformatique.fr/actualites/lire-nouveau-dg-de-l-epita-sylvain-goussot-trace-sa-feuille-de-route-92642.html

Le monde informatique (Informatique / Internet)

L'Epita démarre l'année en changeant de gouvernance. Sylvain Goussot, vice-président distribution & data chez TF1, (...)


61: Start Coding By Solving Problems

https://musawakiliml.tech/coding-by-solving-problems

Hashnode - python (python)

Learning to code is frustrating, but not impossible. With the right mindset and consistency, you can strengthen your coding muscles. In this tutorial series instead of teaching you Python concepts(which are available over the internet), I will focus ...


62: RxDB - Base de données JavaScript

https://rxdb.info

Humancoders ()

RxDB est une base de données NoSQL rapide et locale pour les applications JavaScript telles que les sites Web, les applications hybrides, les applications électroniques, les applications Web progressives et Node.js. Commentaires L'article RxDB - Base de données JavaScript a été posté dans la catégorie JavaScript de Human Coders News


63: ColorPicker: An Interactive Tool for Developers and Designers

https://mattdev.hashnode.dev/colorpicker-an-interactive-tool-for-developers-and-designers

Hashnode - vuejs (Javascript)

Hello dev.to community! Today, I'm excited to introduce my latest project developed in my free time using VUE JS and Bulma. It's called ColorPicker, a versatile web application that not only allows developers but also graphic designers and those in t...


64: Password Field show/hide Toggle in Vanilla JavaScript

https://tamalchowdhury.com/password-field-showhide-toggle-in-vanilla-javascript

Hashnode - javascript (Javascript)

Password field show/hide toggle is a common user experience pattern. In this pattern, you want your user to enter a password once (when they sign up). You want her to see what she typed using the eye button. Here I implemented a basic password show/h...


65: "Expert-Led Java Full Stack Developer Training in USA"

https://careerusa.hashnode.dev/expert-led-java-full-stack-developer-training-in-usa

Hashnode - javascript (Javascript)

Introduction In the rapidly evolving world of technology, Java remains a stalwart programming language, powering a vast array of applications and systems. Whether you are a beginner looking to enter the world of programming or an experienced develope...


66: ' Introducing My Secure Password Generator App VUE JS + Bulma

https://mattdev.hashnode.dev/introducing-my-secure-password-generator-app-vue-js-bulma

Hashnode - javascript (Javascript)

Hello everyone on dev.to! I'm excited to introduce my latest creation: an app for generating secure passwords! Technologies Used: Vue JS: For a smooth and responsive user experience. Bulma: For a clean and modern design. Key Features: Secure Passwor...


67: My new GameBoy style portfolio

https://mattdev.hashnode.dev/my-new-gameboy-style-portfolio

Hashnode - javascript (Javascript)

With great satisfaction, I am pleased to announce the launch of the first public version of my web portfolio, to which I have dedicated a lot of effort. I decided to highlight my deep passion for video games, especially retro gaming, drawing inspirat...


68: The list of features being removed from Google Assistant

https://searchengineland.com/the-list-of-features-being-removed-from-google-assistant-436458

Search engine land (Référencement)

Google said these changes are to "focus on quality and reliability" but Google has also fired hundreds of employees with these changes.


69: Automating EC2 Instance Deployment on AWS with Python

https://saadkhann.hashnode.dev/automating-ec2-instance-deployment-on-aws-with-python

Hashnode - python (python)

Introduction: In the fast-paced world of cloud computing, the ability to efficiently deploy resources on platforms like Amazon Web Services (AWS) is crucial. As a developer or system administrator, streamlining the process of creating EC2 instances c...


70 / 408

70: How to leverage Google's 'About this result' for SEO insights

https://searchengineland.com/google-about-this-result-seo-insights-436435

Search engine land (Référencement)

Uncover powerful SEO insights from what Google says about your site and competitors and use them to boost E-E-A-T signals on and off-page.


71: Venerable Mac Text Editor BBEdit Adds ChatGPT Support

https://www.webpronews.com/venerable-mac-text-editor-bbedit-adds-chatgpt-support/

WebProNews SEO (Développement)

WebProNews Venerable Mac Text Editor BBEdit Adds ChatGPT Support BBEdit, the venerable Mac text editor that has defined the category for over 30 years, has added ChatGPT support in the latest version. Venerable Mac Text Editor BBEdit Adds ChatGPT Support Staff


72: Cybersécurité ' Purple Team: tout ce que vous devez savoir

https://www.lebigdata.fr/cybersecurite-purple-team

Le Big Data (dataviz)

La Purple Team est aussi un membre incontournable de la cybersécurité. Cette équipe est l'union entre la Blueteam et la … Cet article Cybersécurité ' Purple Team: tout ce que vous devez savoir a été publié sur LEBIGDATA.FR.


73: L'Apple Vision Pro a un cousin éloigné en Chine !

https://www.realite-virtuelle.com/ax162-imitation-vision-pro/

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

EmdoorVR a mis son grain de riz dans le monde de la réalité virtuelle avec […] Cet article L’Apple Vision Pro a un cousin éloigné en Chine ! a été publié sur REALITE-VIRTUELLE.COM.


74: Une campagne AsyncRAT vise depuis des mois des infrastructures US clés

https://www.lemondeinformatique.fr/actualites/lire-une-campagne-asyncrat-vise-depuis-des-mois-des-infrastructures-us-cles-92640.html

Le monde informatique (Informatique / Internet)

Au cours des 11 derniers mois, un cybergang a ciblé les employés de diverses entreprises avec des courriels d'hameçonnage distribuant (...)


75: Utilizing ObjectBox in Flutter

https://everythingflutter.com/utilizing-objectbox-in-flutter

Hashnode - Flutter (Flutter)

ObjectBox stands out as a high-performance and lightweight NoSQL embedded database crafted for Flutter applications. Tailored to seamlessly integrate with Flutter, ObjectBox provides developers with a reactive API and advanced features such as indexe...


76: Destructuring in Javascript: when should it not be used'

https://pranavgoswami.hashnode.dev/destructuring-in-javascript-when-should-it-not-be-used

Hashnode - javascript (Javascript)

Nowadays destructuring has gained widespread popularity in JavaScript, serving as a common expression for extracting values from arrays or object properties into distinct variables. While destructuring is a handy feature, there are times when it's be...


77: Pourquoi se former à Kubernetes est essentiel en 2024 '

https://www.lebigdata.fr/pourquoi-former-kubernetes-2024

Le Big Data (dataviz)

Kubernetes est un système de gestion d’applications conteneurisées destiné aux développeurs, aux administrateurs, aux étudiants et aux chercheurs d’emploi. Il … Cet article Pourquoi se former à Kubernetes est essentiel en 2024 ' a été publié sur LEBIGDATA.FR.


78: Day 13 - Diving into Python: A DevOps Engineer's First Steps '

https://davender.hashnode.dev/day-13-diving-into-python-a-devops-engineers-first-steps

Hashnode - python (python)

Hello, World! Or should I say, "Print('Hello, World!')"' Today, I'm embarking on a journey into the heart of Python programming. As a DevOps Engineer, mastering Python is key to automating the boring stuff and scripting my way through challenges. Let...


79: La Cnil inflige 105 000 ' d'amende à NS Cards France

https://www.lemondeinformatique.fr/actualites/lire-la-cnil-inflige-105-000-eteuro-d-amende-a-ns-cards-france-92639.html

Le monde informatique (Informatique / Internet)

La Cnil veille au respect du RGPD comme le lait sur le feu. NS Cards France, spécialisé dans les paiements en ligne, vient d'en faire (...)


80 / 408

80: Typescript... or jsdocs '

https://blog.lekoala.be/typescript-or-jsdocs

Hashnode - javascript (Javascript)

Each time I see an article (like this one) about typescript, they never quite seem to mention jsdocs. Therefore, it always feels like an unfair, one-sided comparison. Let's dive in some of the typical examples. Type safety This is probably the bigges...


81: Transform enterprise SEO challenges into opportunities by JetOctopus

https://searchengineland.com/transform-enterprise-seo-challenges-into-opportunities-436321

Search engine land (Référencement)

Juggling multiple large-scale SEO projects comes with its fair share of challenges. Learn how you can turn them into growth opportunities.


82: Microsoft rolls out new AI tool that generates instant banner ads

https://searchengineland.com/microsoft-retail-media-creative-studio-436452

Search engine land (Référencement)

Retail Media Creative Studio generates banner ads in seconds using a product's URL, then uses AI algorithms for in-flight optimization.


83: [NRF 2024] Google Cloud pousse l'IA générative chez les distributeurs

https://www.usine-digitale.fr/article/nrf-2024-google-cloud-pousse-l-ia-generative-chez-les-distributeurs.N2206267

L'usine-digitale (Informatique)

En amont de l'édition 2024 du NRF, grand événement dédié au retail basé à New York, Google Cloud fait plusieurs annonces concernant des solutions et technologies d'IA générative. Objectif affiché : aider les distributeurs à personnaliser les achats en ligne, à moderniser leurs opérations et à pousser le déploiement de ces technologies en magasin.


84: OpenAI lance une boutique de chatbots et un nouvel abonnement payant

https://www.usine-digitale.fr/article/openai-lance-une-boutique-de-chatbots-et-un-nouvel-abonnement-payant.N2206264

L'usine-digitale (Informatique)

La start-up permet désormais d'utiliser des déclinaisons de son robot conversationnel ChatGPT, conçues pour une utilisation précise. Elle promet de rémunérer leurs créateurs.


85: ' This week's treasure: the 5 most underrated TypeScript repos '

https://bap-f.hashnode.dev/this-weeks-treasure-the-5-most-underrated-typescript-repos

Hashnode - javascript (Javascript)

Hi there ' For this week's analysis, we found 5 TypeScript repos adored by the top 1% of developers. Ready to check them out' How do we identify the "top 1%" of devs' ' At Quine, we rank developers based on their DevRank. In simple terms, DevRank...


86: JavaScript in 2024: What's New and What's Next'

https://javascript-whats-new.hashnode.dev/javascript-in-2024-whats-new-and-whats-next

Hashnode - javascript (Javascript)

As we step into the year 2024, the JavaScript landscape maintains to conform, supplying developers with interesting new possibilities and challenges. In this weblog submit, we will explore the today's tendencies, capabilities, and emerging technologi...


87: Asynchronous JavaScript

https://vijay-mountblue.hashnode.dev/asynchronous-javascript

Hashnode - javascript (Javascript)

Asynchronous JavaScript (Async JS) is a powerful concept that plays a crucial role in modern web development. It allows developers to write non-blocking code, enhancing the efficiency and responsiveness of web applications. In this blog post, we'll d...


88: ' Il deploie 200 VM avec terraform et proxmox | En Aparté avec Valentin Ouvrard

https://lydra.fr/blog/il-deploie-200-vm-avec-terraform-et-proxmox/

Humancoders ()

' Et si tu gérais ton propre cloud avec le logiciel open source ProxMox ' Commentaires L'article ' Il deploie 200 VM avec terraform et proxmox | En Aparté avec Valentin Ouvrard a été posté dans la catégorie Cloud de Human Coders News


89: RGPD : Meta et ses abonnements payants font face à une nouvelle plainte en Europe

https://www.blogdumoderateur.com/rgpd-meta-abonnements-payants-plainte-europe/

Blog du Moderateur ()

Après avoir écopé de plus de 1,5 milliard d'euros d'amendes en 2023, Meta continue de faire face à des plaintes dans l'Union européenne pour des violations présumées du RGPD.


90 / 408

90: Une approche orientée produit : Melissa Perri, Escaping the build trap

https://blog.octo.com/une-approche-orientee-produit--melissa-perri-escaping-the-build-trap-1

Octo (Internet)

Qui n'a pas entendu parler, au moins de loin, de l'approche orientée produit ' Après la méthode Agile, elle apparaît comme la nouvelle révolution intellectuelle du secteur. Quelle est cette méthode, quels sont ces principes et les problèmes auxquels elle clame répondre '


91: OpenAI dévoile ChatGPT Team, une nouvelle version pour les équipes

https://www.blogdumoderateur.com/openai-devoile-chatgpt-team/

Blog du Moderateur ()

En complément de l'offre ChatGPT Entreprise, OpenAI lance une nouvelle formule "en libre service", avec un tarif fixe, qui se destine à des équipes de toutes tailles.


92: ChatGPT lance son GPT Store : comment accéder aux chatbots personnalisés

https://www.blogdumoderateur.com/chatgpt-gpt-store-acceder-chatbots-personnalises/

Blog du Moderateur ()

Annoncé en novembre, le GPT Store est enfin accessible. Découvrez comment y accéder.


93: How to Implement 2D Scrollable TableView in Flutter

https://canopas.hashnode.dev/how-to-implement-2d-scrollable-tableview-in-flutter

Hashnode - Flutter (Flutter)

TwoDimensionalScrollView is a widget that combines the TwoDimensionalScrollable and TwoDimensionalViewport. It creates an interactive scrolling pane for content in both vertical and horizontal dimensions. However, using it directly is a bit challengi...


94: Single-line Python codes

https://kritikashaw.hashnode.dev/single-line-python-codes

Hashnode - python (python)

One-line For Loop For loops are multi-line statements, but in Python, we can write for loops in one line using list comprehension methods. As an example, to filter out values less than 250, take a look at the following code example. #For loop in one...


95: Nvidia dément avoir volé du code à Valeo

https://www.lemondeinformatique.fr/actualites/lire-nvidia-dement-avoir-vole-du-code-a-valeo-92638.html

Le monde informatique (Informatique / Internet)

La parole est à la défense dans l'affaire de vol de secrets commerciaux de Valeo par Nvidia. Le spécialiste des accélérateurs (...)


96: Google modifie les données structurées pour les annonces spéciales

https://www.abondance.com/20240111-343415-google-donnees-structurees-annonces-speciales.html

Abondance (Référencement)

Google modifie l'utilisation des données structurées "SpecialAnnouncement", initialement dédiées aux annonces liées au COVID-19. Désormais, elles servent à des situations plus générales, tout en restant axées sur les annonces médicales. Ce qu'il faut retenir : Google ajuste les données structurées annonces spéciales Google a introduit les données structurées "SpecialAnnouncement" e [...]


97: Google licencie plusieurs centaines d'employés dans sa division hardware

https://www.usine-digitale.fr/article/google-licencie-plusieurs-centaines-d-employes-dans-sa-division-hardware.N2206250

L'usine-digitale (Informatique)

Le moteur de recherche coupe dans les équipes d'ingénieurs de ses divisions dédiées au hardware, à la réalité augmentée et à son assistant vocal.


98: Cisco corrige une faille critique dans Unity Connection

https://www.lemondeinformatique.fr/actualites/lire-cisco-corrige-une-faille-critique-dans-unity-connection-92637.html

Le monde informatique (Informatique / Internet)

Une faille dans l'interface de gestion basée sur le web Unity Connection de Cisco est à corriger dès à présent. Cisco (...)


99: Vers une crise de l'IA en 2024 ' Découvrez l'étonnante prédiction de cet expert

https://www.lebigdata.fr/prediction-ia-rodney-brooks

Le Big Data (dataviz)

L’IA a réellement captivé l’attention l’année dernière. Ce terme était sur toutes les lèvres, mais un expert prévoit que cette … Cet article Vers une crise de l’IA en 2024 ' Découvrez l’étonnante prédiction de cet expert a été publié sur LEBIGDATA.FR.


100 / 408

100: Brave révolutionne le code avec CodeLLM

https://www.abondance.com/20240111-343346-brave-codellm.html

Abondance (Référencement)

Brave innove avec CodeLLM, un assistant de programmation basé sur le modèle IA Mistral. Cette intégration transforme les requêtes de programmation en fournissant des extraits de code pertinents, des explications détaillées et des citations, tout en respectant la confidentialité des utilisateurs. Ce qu'il faut retenir : Lancement de CodeLLM Brave a lancé hier CodeLLM, un […] L'article [...]


101: WebDesign Tutorial - Less is More

https://keepcodingblog.hashnode.dev/webdesign-tutorial-less-is-more

Hashnode - javascript (Javascript)

This is part five. You can find the fourth part, Content should be the star, here Less is more An interface is like a joke. If you have to explain it, it's not that good Martin LeBlanc In the ever-evolving world of UI design, one principle continu...


102: OpenAI : Lancement de ChatGPT Team et GPT Store

https://www.abondance.com/20240111-343244-openai-chatgpt-team-gpt-store.html

Abondance (Référencement)

OpenAI lance ChatGPT Team et le GPT Store, 2 innovations majeures pour encore mieux intégrer l'intelligence artificielle dans les milieux professionnels. Ces outils visent à améliorer la productivité et proposer des solutions sur mesure. Ce qu'il faut retenir : ChatGPT Team : un outil collaboratif pour les entreprises OpenAI vient de lancer ChatGPT Team, conçu […] L'article "OpenAI : La [...]


103: 2024 Ultimate Guide to JavaScript Interview Questions and Answers

https://hashnode.mmainulhasan.com/2024-ultimate-guide-to-javascript-interview-questions-and-answers

Hashnode - javascript (Javascript)

JavaScript is a dynamic language, essential in web development and increasingly important in other areas of software development. This guide compiles a comprehensive list of JavaScript interview questions, suitable for beginners to advanced developer...


104: Instagram : 5 conseils clés pour vos posts collaboratifs

https://www.blogdumoderateur.com/instagram-conseils-posts-collaboratifs/

Blog du Moderateur ()

Voici des bonnes pratiques à connaître pour optimiser vos posts en collaboration sur Instagram.


105: Guide pour connecter un casque VR PlayStation sur un PC

https://www.realite-virtuelle.com/comment-connecter-un-casque-vr-playstation-sur-un-pc/

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

En tant que passionné de jeux vidéo et de réalité virtuelle, il se peut que […] Cet article Guide pour connecter un casque VR PlayStation sur un PC a été publié sur REALITE-VIRTUELLE.COM.


106: Face aux difficultés à recruter, l'État crée un campus du numérique public

https://www.lemondeinformatique.fr/actualites/lire-face-aux-difficultes-a-recruter-l-etat-cree-un-campus-du-numerique-public-92635.html

Le monde informatique (Informatique / Internet)

Remaniement oblige, aucun ministre n'est finalement venu inaugurer le campus du numérique public le 9 janvier à l'Institut national du service (...)


107: Emmanuel Raptopoulos devient président de SAP en EMEA

https://www.lemondeinformatique.fr/actualites/lire-emmanuel-raptopoulos-devient-president-de-sap-en-emea-92634.html

Le monde informatique (Informatique / Internet)

SAP vient de revoir son organisation géographique en créant une région EMEA qui rassemble le nord et le sud de cette zone, autrefois (...)


108: Grégory Quéré quitte la DSI d'Altice France

https://www.lemondeinformatique.fr/actualites/lire-gregory-quere-quitte-la-dsi-d-altice-france-92630.html

Le monde informatique (Informatique / Internet)

DSI d'Altice France et membre de son comité exécutif depuis 2021, Grégory Quéré quitte le groupe de télécommunications (...)


109: Basecamp explique pourquoi il a abandonné AWS

https://www.lemondeinformatique.fr/actualites/lire-basecamp-explique-pourquoi-il-a-abandonne-aws-92631.html

Le monde informatique (Informatique / Internet)

« Dire que cette transition a été controversée relève de l'euphémisme. » Le moins que l'on puisse dire, (...)


110 / 408

110: Unravelling Python: A Brief Guide

https://esaiah.hashnode.dev/unravelling-python-a-brief-guide

Hashnode - python (python)

This Python map entails and gives answers to questions on the machine language, Python. Basically, some of these questions include how Python works, what Python is itself, and how easy it is to learn Python. The answers to these questions are not far...


111: L'IA imagine les Simpsons dans la vraie vie : mention spéciale à Mr Burns

https://www.lebigdata.fr/ia-imagine-simpson-vraie-vie

Le Big Data (dataviz)

Les Simpsons, cette famille en jaune fascine de nombreux téléspectateurs depuis 1989 avec leurs aventures déjantées dans la ville de … Cet article L’IA imagine les Simpsons dans la vraie vie : mention spéciale à Mr Burns a été publié sur LEBIGDATA.FR.


112: OpenTelemetry for Java Apps: A Beginner's Guide to Automatic Instrumentation

https://cloudzenix2024.hashnode.dev/opentelemetry-for-java-apps-a-beginners-guide-to-automatic-instrumentation

Hashnode - javascript (Javascript)

Introduction: In the world of software development, monitoring, and observability have become crucial aspects for ensuring the performance, reliability, and efficiency of applications. To achieve this, developers rely on instrumentation tools that he...


113: Une police d'écriture pour les personnes malvoyantes

https://macternelle.fr/2024/01/11/une-police-decriture-pour-les-personnes-malvoyantes/

Macternelle (enfant / Formation)

Le caractère typographique Luciole a été conçu spécifiquement pour les personnes malvoyantes. Ce projet est le résultat de plus de deux années de collaboration entre le Centre Technique Régional pour la Déficience Visuelle et le studio typographies.fr. Le projet a bénéficié d’une bourse de la Fondation suisse Ceres et de l’appui du laboratoire DIPHE de … Lire la suite [...]


114: Pas sûr si un livre est écrit par une IA ' Cherchez ce label sur la couverture !

https://www.lebigdata.fr/label-creation-humaine-livre

Le Big Data (dataviz)

Pour les amoureux de livres écrits par de vrais auteurs, une excellente nouvelle ! La maison d'auto-édition Librinova vient d'annoncer un partenariat … Cet article Pas sûr si un livre est écrit par une IA ' Cherchez ce label sur la couverture ! a été publié sur LEBIGDATA.FR.


115: Array Methods in JavaScript

https://balochcode.hashnode.dev/array-methods-in-javascript

Hashnode - javascript (Javascript)

Arrays are the crucial part of JavaScript which we can use to manipulate and store different types of data in a single variable and perform various operations on them. I explained about the Arrays in my previous blog. But did you know that JavaScript...


116: End-to-End IPL Data Analysis with Python and Power BI

https://bhuvaneshprasad.dev/end-to-end-ipl-data-analysis-with-python-and-power-bi

Hashnode - python (python)

Introduction In the ever-evolving landscape of data science and analytics, I embarked on a transformative journey over the past few months. With newfound knowledge in Python, Power BI, SQL, and other essential tools, the time had come to apply these ...


117: ' JavaScript 6 | ' Rock ' Paper  '' Scissors with localStorage (4)

https://gregorschafroth.hashnode.dev/javascript-6-rock-paper-scissors-with-localstorage-4

Hashnode - javascript (Javascript)

Alright my little Rock Paper Scissors game just got another upgrade. Now it stores locally, so the score is kept when I reload the browser ' My Code


118: Think twice before use useMemo() or memo()

https://haquocviet.hashnode.dev/think-twice-before-use-usememo-or-memo

Hashnode - javascript (Javascript)

There are so many articles or tutorial that teach about React performance optimization using memo() and useMemo(). But in some case, you don't need to use memo() or useMemo() for that. In this article, I want to share two different techniques that ve...


119: VisualShaderNodeCurveTexture in Godot ' Complete Guide

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

Game dev academy (Jeux)

VisualShaderNodeCurveTexture is an intriguing class in Godot 4 that allows for advanced visual effects within the shader graph through curve textures. Understanding how to use this class can deeply enhance ... Read more


120 / 408

120: VisualShaderNodeCubemapParameter in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to a journey through the fascinating world of visual shaders in Godot 4, where we will dive into the capabilities of the VisualShaderNodeCubemapParameter class. If you've ever wanted to ... Read more


121: VisualShaderNodeCubemap in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on the VisualShaderNodeCubemap in Godot 4. This powerful node allows you to incorporate complex effects in your game by sampling cube maps, bringing your 3D scenes ... Read more


122: Pourquoi il faut renforcer la sécurité des données de santé avec le SecNumCloud

https://www.usine-digitale.fr/article/pourquoi-il-faut-renforcer-la-securite-des-donnees-de-sante-avec-le-secnumcloud.N2206235

L'usine-digitale (Informatique)

Parce qu'elles sont sensibles et stratégiques, l'exploitation malveillante des données de santé peut entraîner des conséquences considérables. A ce titre, les cybercriminels les ciblent spécifiquement. Cette réalité place les systèmes d'information des établissements de santé sous une pression particulièrement intense, que seule une normalisation ambitieuse pourra soulager, avance Ala [...]


123: Top 15 JavaScript Tricks Transforming Beginners to Pros

https://rajamsr.hashnode.dev/top-15-javascript-tricks-transforming-beginners-to-pros

Hashnode - javascript (Javascript)

Looking to up your JavaScript game and boost your coding skills' In JavaScript, there's always room for improvement it doesn't matter whether you are a beginner or a Pro. Lucky for you, I've got 15 JavaScript pro tips up my sleeve that can help you l...


124: The React Native Basics That Would've Accelerated My Journey - Part 2

https://blog.coding2047.com/the-react-native-basics-that-wouldve-accelerated-my-journey-part-2

Hashnode - javascript (Javascript)

7. React Native's Distinct Architecture Single Activity Approach In traditional Android development, multiple activities and fragments are the norm, with XML files defining the UI. React Native, however, streamlines this with a single activity ' the...


125: The React Native Basics That Would've Accelerated My Journey - Part 2

https://blog.atomxel.com/the-react-native-basics-that-wouldve-accelerated-my-journey-part-2

Hashnode - Kotlin (Mobiles)

7. React Native's Distinct Architecture Single Activity Approach In traditional Android development, multiple activities and fragments are the norm, with XML files defining the UI. React Native, however, streamlines this with a single activity ' the...


126: Does hashnode widget support Javascript

https://blog.iread.fun/does-hashnode-widget-support-javascript

Hashnode - javascript (Javascript)

First let's make a simple widget named `alert`: console.log('hello from widget'); let count = 0; function click_button(){ let str = `click button from widget ${++count} times`; console.log(str); document.getElementById("demo")....


127: Is htmx Just Another JS Framework'

https://javascriptweekly.com/issues/670

javascriptweekly (Javascript)

#'670 ' January 11, 2024 Read on the Web JavaScript Weekly Is htmx Just Another JavaScript Framework' ' Despite being four years old, htmx has seen a surge in popularity recently, parly due to fatigue with 'big frameworks' and also because its simple HTML-based approach to adding functionality to a page appeals to an increasingly diverse group. But is it just another framew [...]


128: Compte-rendu du Café du Produit 27 :  'Le pilotage d'équipe et de delivery agile, au-delà de la notion de vélocité'

https://blog.octo.com/compte-rendu-du-cafe-du-produit-27--le-pilotage-d'equipe-et-de-delivery-agile-au-dela-de-la-notion-de-velocite

Octo (Internet)

Nous avons eu le plaisir de vous retrouver pour le 27ème épisode du Café du Produit le 09 janvier dernier pour parler du pilotage d'équipe et de delivery agile, au-delà de la notion de vélocité. Au cours de cet épisode animé par Gloria MUMANGA, nous avons pu échanger avec Pierre-Julien MASSE et Vita-Maria ROMANO, Delivery Managers chez OCTO.




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