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

« Juin 2023 »

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


Webriche: les veilleurs ne dorment jamais...

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

La veille     Haut de page     Lendemain


Mardi 27 Juin 2023 (1514)

1: What are Top Investment Managers Holding in Their Portfolios'

https://www.visualcapitalist.com/what-are-top-investment-managers-holding-portfolios-2023/

Visual Capitalist (dataviz)

In this excerpt from our Markets This Month VC+ newsletter, we looked at how five portfolios of super investors shaped up at end of Q1 2023. The post What are Top Investment Managers Holding in Their Portfolios' appeared first on Visual Capitalist.


2: Build Flutter LiveStreaming App with ZEGOCLOUD - 2023

https://vikkybliz.hashnode.dev/build-flutter-livestreaming-app-with-zegocloud-2023

Hashnode - Flutter (Flutter)

In this tutorial, we will learn how to build a streaming app with Flutter using the Zego cloud UI KITS. If you prefer a video tutorial, click on this link https://youtu.be/tG1kCHBhM5Q What is Zego CLOUD UI KITS Zego Cloud UI KITS are pre-built UI com...


3: Porno VR : comment filmer en VR un film de charme '

https://www.realite-virtuelle.com/filmer-en-vr-un-film-de-charme/

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

Pour réaliser un film en réalité virtuelle, en particulier de nature pornographique, il est important […] Cet article Porno VR : comment filmer en VR un film de charme ' a été publié sur REALITE-VIRTUELLE.COM.


4: Reshape your marketing with GPT by Cynthia Ramsaran

https://searchengineland.com/reshape-your-marketing-with-gpt-428631

Search engine land (Référencement)

In this webinar, discover the true potential of GPT for marketing. The post Reshape your marketing with GPT appeared first on Search Engine Land.


5: Comprendre les différents types de BDD

https://blog.bytebytego.com/p/understanding-database-types

Humancoders ()

Quelle base de données choisir pour votre prochain projet ' Cet article présente 3 types de BDD (Relationnel, NoSQL, Time Series) et quand les utiliser Commentaires L'article Comprendre les différents types de BDD a été posté dans la catégorie Bases de données de Human Coders News


6: Prettier and how the get most out of it

https://tomsdonis.com/prettier-and-how-the-get-most-out-of-it

Hashnode - javascript (Javascript)

Intro What is Prettier' Prettier is an opinionated code formatter that supports many languages and integrates with most of code editors. It must be emphasised that Prettier is opinionated since it provides very few configurable properties (23 as of 2...


7: El arte de dominar los React Hooks: descubriendo su importancia y dominando su uso correcto.

https://blog.nandev.xyz/arte-de-dominar-los-react-hooks-parte1

Hashnode - javascript (Javascript)

En el emocionante mundo de la programación con React, los Hooks son como pinceles mágicos que nos permiten crear componentes más eficientes y elegantes. ¿Alguna vez te has preguntado por qué son tan importantes y cómo aprovecharlos al máximo' ¡Prepár...


8: Issue 583 (June 27, 2023)

https://pycoders.com/issues/583

pycoders (python)

#583 ' JUNE 27, 2023 View in Browser » Building Search DSLs With Django A Domain Specific Language is a small language for a particular application domain. GitHub has a simple example within their issue tracker allowing constraints like “is:open” to specify searching only for open tickets. This article shows you how to build your own search DSL in Django using PyParsing. DAN LAMA [...]


9: GA4 launches AMP support

https://searchengineland.com/amp-support-ga4-428705

Search engine land (Référencement)

Publishers can now monitor AMP performance on Google Analytics 4 in the same way as with Universal Analytics. The post GA4 launches AMP support appeared first on Search Engine Land.


10 / 1514

10: Software Development Fundamentals: What do I need to know'

https://victhedev.hashnode.dev/software-development-fundamentals-what-do-i-need-to-know

Hashnode - python (python)

Software development is the process of creating software applications. It is a complex and challenging process, but it is also incredibly rewarding. If you are interested in learning how to develop software, there are a few fundamental concepts that ...


11: Is Google Analytics 4 right for you' What you need to consider

https://searchengineland.com/google-analytics-4-what-to-consider-428735

Search engine land (Référencement)

GA4 is a new system to learn. This guide will help you determine whether it is the best analytics option for you. The post Is Google Analytics 4 right for you' What you need to consider appeared first on Search Engine Land.


12: JSON and YAML in Python

https://gurudath.hashnode.dev/json-and-yaml-in-python

Hashnode - python (python)

What is JSON JSON -( JavaScript Object Notation) is the format for the representation of data and is commonly used for the structure of data it is used for web development and API communication it is also lightweight and easy to read. We can use JSON...


13: DAY 14 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-14-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to find the sum of all odd numbers between 1 and a given number. n=int(input("enter the number")) sum=0 for i in range(0,n+1): if i%2!=0: sum+=i print(sum) Output : enter the number10 25 The input() function is u...


14: OnlyFans : faites très attention à ce nouveau piège tendu par les hackers

https://www.lebigdata.fr/onlyfans-piege-par-hackers

Le Big Data (dataviz)

Des hackers exploitent de faux contenus OnlyFans pour inciter les utilisateurs à télécharger des logiciels malveillants dangereux DcRAT et voler … Cet article OnlyFans : faites très attention à ce nouveau piège tendu par les hackers a été publié sur LEBIGDATA.FR.


15: DAY 13 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-13-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to find the sum of all even numbers between 1 and a given number. n=int(input("enter the number")) sum=0 for i in range(0,n+1): if i%2==0: sum+=i print(sum) Output : enter the number10 30 The user is prompted to ...


16: Python programming for newbies : How to learn python

https://johnopiyo.hashnode.dev/python-programming-for-newbies-how-to-learn-python

Hashnode - python (python)

Introduction Python, created by Guido van Rossum in 1991 and supported by the Python Software Foundation, is a popular high-level programming language that finds extensive use in various domains. Its primary focus is on making code easily readable, a...


17: Make your own *private* GPT with Python '

https://www.dataschool.io/make-a-private-gpt-with-python/

Data school (dataviz)

Learn how to use the power of GPT to interact with your private documents. All using Python, all 100% private, all 100% free!


18: What is Reconciliation' How to create our own Reconciler'

https://rishabhsinghcodes.hashnode.dev/what-is-reconciliation-how-to-create-our-own-reconciler

Hashnode - javascript (Javascript)

The reconciliation process is used in various modern frontend JavaScript libraries and frameworks like React, Vue, Angular, Svelte etc. in some form or the other. We will learn about reconciliation and reconcilers in this article. Reconciliation If y...


19: I've been coding for 5+ years now, at companies like Toptal, NNPC, AltHair VG, and Swift-winkelen.

https://adeweb-developer.website/blog/dev-journey

Hashnode - Kotlin (Mobiles)

It took 4 years before I finally felt competent as a developer, but I could have gotten there *much* faster. Here's how I'd learn to code if I could start over. I break down my advice into 3 parts: 1. The mindset ' 2. What to learn ' 3. Become a so...


20 / 1514

20: Snowflake et Nvidia vont permettre à tous de créer des IA génératives : tout savoir

https://www.lebigdata.fr/snowflake-nvidia-ia-generatives

Le Big Data (dataviz)

Snowflake et Nvidia se sont associés pour offrir aux entreprises une plateforme d’IA générative personnalisée. Cette plateforme sera disponible dans … Cet article Snowflake et Nvidia vont permettre à tous de créer des IA génératives : tout savoir a été publié sur LEBIGDATA.FR.


21: Data Vis Dispatch, June 27

https://blog.datawrapper.de/data-vis-dispatch-june-27-2023/

Data Wrapper ()

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


22: How to write better code - naming conventions

https://daboigbae.hashnode.dev/how-to-write-better-code-naming-conventions

Hashnode - javascript (Javascript)

Naming is one of the most important concepts behind programming. It allows us as developers to communicate with each other, and allows us to better interpret the instructions we're giving to the machine in front of us. But how do you determine the be...


23: Telex : Un client ChatGPT pour Windows 3.1, ChapsVision rachète Geotrend, Bilan sur l'opération Encrochat

https://www.lemondeinformatique.fr/actualites/lire-telex-un-client-chatgpt-pour-windows-31-chapsvision-rachete-geotrend-bilan-sur-l-operation-encrochat-90865.html

Le monde informatique (Internet / Informatique)

- Un client ChatGPT pour Windows 3.1. Un développeur, dont le pseudo est @dialupdotnet, en mal de challenge a créé WinGPT, une (...)


24: 7 Figma courses to advance your UX career

http://blog.logrocket.com/ux-design/7-figma-courses-advance-ux-career/

Log Rocket blog (Web 2)

These are the seven best Figma courses for boosting your career, whether you're a complete beginner or an experienced designer. The post 7 Figma courses to advance your UX career appeared first on LogRocket Blog.


25: Allowing Users to Use Organic Video Directly as Ad Creatives (via Marketing API)

https://developers.facebook.com/blog/post/2023/06/27/allowing-users-to-use-organic-video-directly-as-ad-creatives-via-marketing-api/

Facebook dev. (PHP)

Before today (June 27, 2023), users were required to re-upload existing Instagram video (Reels and Feed Video) to Facebook's library before being able to create an ad creative with that video via the Marketing API. This process created unwanted friction for our partners and their customers.


26: Ranking Industries by Their Potential for AI Automation

https://www.visualcapitalist.com/sp/ranking-industries-by-their-potential-for-ai-automation/

Visual Capitalist (dataviz)

AI automation is expected to impact some industries more than others. See the latest projections in this infographic. The post Ranking Industries by Their Potential for AI Automation appeared first on Visual Capitalist.


27: Applying the Liskov Substitution Principle in React

https://mdfaisal.hashnode.dev/applying-the-liskov-substitution-principle-in-react

Hashnode - javascript (Javascript)

To read more articles like this, visit my blog SOLID is a set of principles that are used as guidelines for creating a clean and maintainable application that is also less buggy and error-prone. Today, we will take a deep dive into the third principl...


28: Build and Push your First Docker Image to Docker Hub '

https://blogs.deeprajbaidya.co/build-and-push-your-first-docker-image-to-docker-hub

Hashnode - python (python)

In this journey, we will explore the intricacies of building Docker images, from crafting the perfect Dockerfile to leveraging Docker's robust CLI commands. We will delve into the world of container registries, with a focus on Docker Hub as the centr...


29: Getting to Know a Dataset

https://blog.amalhanaja.dev/getting-to-know-a-dataset

Hashnode - python (python)

Initial exploration Explanatory Data Analysis (EDA) The process of cleaning and reviewing data to... derive insights, such as descriptive statistics and correlation generate hypotheses for experiments Results Inform the next step for the dataset ...


30 / 1514

30: Super Mario : ce jeu cache un malware qui vole toutes vos cryptomonnaies

https://www.lebigdata.fr/super-mario-cache-un-malware

Le Big Data (dataviz)

Le jeu Super Mario contient des logiciels malveillants cryptographiques qui peuvent dérober vos pièces virtuelles. Les amateurs de jeux sur … Cet article Super Mario : ce jeu cache un malware qui vole toutes vos cryptomonnaies a été publié sur LEBIGDATA.FR.


31: Decision-making support with the Cynefin framework

http://blog.logrocket.com/product-management/decision-making-support-cynefin-framework/

Log Rocket blog (Web 2)

Cynefin is a decision support framework to help understand the nature of your problem domain and make guided decisions. The post Decision-making support with the Cynefin framework appeared first on LogRocket Blog.


32: A guide to Next.js layouts and nested layouts

http://blog.logrocket.com/guide-next-js-layouts-nested-layouts/

Log Rocket blog (Web 2)

Understanding how layouts, nested layouts, and custom layouts work in Next.js is crucial for building complex, user-friendly projects. The post A guide to Next.js layouts and nested layouts appeared first on LogRocket Blog.


33: En France l'IA sert davantage la productivité des cadres que des employés

https://www.lemondeinformatique.fr/actualites/lire-en-france-l-ia-sert-davantage-la-productivite-des-cadres-que-des-employes-90854.html

Le monde informatique (Internet / Informatique)

Peu d'études avaient encore été menées en France pour prendre le pouls de l'impact de l'IA dans les entreprises privées (...)


34: How to Write Custom Cypher Procedures With NetworkX and Memgraph

https://memgraph.hashnode.dev/how-to-write-custom-cypher-procedures-with-networkx-and-memgraph

Hashnode - python (python)

Introduction NetworkX is a package for the creation, manipulation, and study of the dynamics, functions and structures of networks. It allows us to use complex graph algorithms to solve network-related problems. Even though NetworkX is a very powerf...


35: Top 10 Commonly Asked Questions in Javascript Interview Round

https://suyashchandrakar.hashnode.dev/top-10-commonly-asked-questions-in-javascript-interview-round

Hashnode - javascript (Javascript)

JavaScript is a popular programming language used for web development, and its knowledge is highly sought after in job interviews. While specific interview questions may vary depending on the role and company, here are ten common JavaScript topics th...


36: WhatsApp Business Now Boasts 200 Million 200M MAUs

https://www.webpronews.com/whatsapp-business-now-boasts-200-million-200m-maus/

WebProNews SEO (Développement)

WebProNews WhatsApp Business Now Boasts 200 Million 200M MAUs WhatsApp Business is growing at a rapid pace, topping 200 million monthly active users. WhatsApp Business Now Boasts 200 Million 200M MAUs Staff


37: Dockerazing a Robyn App with Postgres as Database | Compose

https://carlosmv.hashnode.dev/dockerazing-a-robyn-app-with-postgres-as-database-compose

Hashnode - python (python)

In this article, we are going to learn how to Dockerize a Robyn app that performs CRUD operations with Postgres as a database, Dockerize them and run them with Compose. Robyn Robyn is a fast async Python web framework coupled with a web server writte...


38: Creating and managing styles in Figma

http://blog.logrocket.com/ux-design/creating-managing-styles-figma/

Log Rocket blog (Web 2)

Optimizing how you manage and create styles in Figma can free up more of your time and help you do your job effectively. The post Creating and managing styles in Figma appeared first on LogRocket Blog.


39: A year of flight paths, for someone with an unlimited pass

https://flowingdata.com/2023/06/27/a-year-of-flight-paths-for-someone-with-an-unlimited-pass/

Flowing data (dataviz)

United Airlines sold a lifetime unlimited pass in 1990 for $290,000. Tom Stuker…Tags: flights, Tom Stuker, United, Washington Post


40 / 1514

40: Destructuring In JavaScript

https://abdqudusblog.hashnode.dev/destructuring-in-javascript

Hashnode - javascript (Javascript)

Destructuring is a powerful tool that allows us to extract values from arrays or objects and bind them to variables concisely and elegantly.It wasn't always like that. Rather, before the introduction of ES6, extracting values from complex data struct...


41: Myself..............

https://sick-testy.hashnode.dev/myself

Hashnode - javascript (Javascript)

I am Front-End Developer, I have skills in Bootstrap, CSS, JS, and REST API. Can work well under pressure and make the best of any situation. A passionate individual with great interpersonal and communication skills. Website '''' Aspiring Full-St...


42: Smartphones : 12 opérateurs mobiles s'engagent à recycler plus

https://www.usine-digitale.fr/article/smartphones-12-operateurs-mobiles-s-engagent-a-recycler-plus.N2147242

L'usine-digitale (Informatique)

Orange et Tele2 prennent la tête d'un projet international visant à recycler 20% des smartphones neufs vendus par les opérateurs mobiles d'ici à 2030, et à valoriser 100% de la collecte de vieux téléphones. Des milliers de tonnes de minerais pourraient être récupérés.


43: Why name_ == 'main' Matters in a Python Script'

https://mathdatasimplified.com/2023/06/27/why-name_-main-matters-in-a-python-script/

Math Data Simplified (data)

Without if __name__ == "__main__" block, other scripts can unintentionally trigger the execution of the main code block when importing from another script Placing the main code inside the if__name__ == "__main__" block prevents such unintended execution. The post Why name_ == “main” Matters in a Python Script' appeared first on Data Science Simplified.


44: Le réseau social IRL ferme après avoir trompé les investisseurs sur ses chiffres de fréquentation

https://www.usine-digitale.fr/article/le-reseau-social-irl-ferme-apres-avoir-trompe-les-investisseurs-sur-ses-chiffres-de-frequentation.N2147252

L'usine-digitale (Informatique)

IRL, une start-up américaine qui développait une application de messagerie, ferme après avoir atteint le statut de licorne grâce à 95% de faux utilisateurs. Elle assure qu'elle remboursera ses actionnaires.


45: The Importance of Signage in Any Marketing Campaign

https://www.bestfreewebresources.com/the-importance-of-signage-in-any-marketing-campaign

Best Free Web Resources (Veille)

Signage can play a pivotal role in any type of marketing campaign, especially because it can serve as a powerful tool to convey marketing messages, attract the attention of a target audience and create brand awareness for your company. Regardless of whether you are looking for a physical sign for a storefront or a digital […] The post The Importance of Signage in Any Marketing Campaign appea [...]


46: Compelling Reasons to Choose Animation for your Promotional Video

https://www.bestfreewebresources.com/compelling-reasons-to-choose-animation-for-your-promotional-video

Best Free Web Resources (Veille)

The video production industry is thriving and one of the most successful branches is animation, which offers many benefits to the client. Like every other branch of video, animations have come on in leaps and bounds, and with that in mind, here are some very compelling reasons to choose an animation for your promotional video. […] The post Compelling Reasons to Choose Animation for your Prom [...]


47: The Digital Road ' Where is it Leading'

https://www.bestfreewebresources.com/the-digital-road-where-is-it-leading

Best Free Web Resources (Veille)

It was less than 100 years ago that we discovered information can be transmitted using the numbers one and zero, which triggered a digital explosion; coupled with silicone chip development. The computer has been developing at an alarming rate, with quad-core processors the size of your thumb and if you think we've almost reached the […] The post The Digital Road – Where is it Leading' [...]


48: Day 5'''', Exploring Functions in JavaScript: Unleashing the Power of Reusability

https://codewithart.hashnode.dev/functions-in-javascript

Hashnode - javascript (Javascript)

Welcome, young programmers. Functions are like superheroes in the realm of JavaScript, performing specialized jobs. They encapsulate code blocks, allowing us to reuse and organize our code more efficiently. In this blog article, we'll delve into the ...


49: The iterative process: Definition, steps, and overview for agile teams

http://blog.logrocket.com/product-management/the-iterative-process-definition/

Log Rocket blog (Web 2)

The iterative process is a set of actions consisting of analysis, planning, design, implementation, testing, and review. The post The iterative process: Definition, steps, and overview for agile teams appeared first on LogRocket Blog.


50 / 1514

50: Comparing the best React timeline libraries

http://blog.logrocket.com/comparing-best-react-timeline-libraries/

Log Rocket blog (Web 2)

Compare the best React timeline libraries, including React Vertical Timeline, React Suite, and more to keep track of your data in an interactive way. The post Comparing the best React timeline libraries appeared first on LogRocket Blog.


51: Le Japon soutient son industrie de semi-conducteurs en rachetant JSR

https://www.lemondeinformatique.fr/actualites/lire-le-japon-soutient-son-industrie-de-semi-conducteurs-en-rachetant-jsr-90859.html

Le monde informatique (Internet / Informatique)

Le fabricant japonais d'équipements pour semi-conducteurs JSR a accepté une offre de rachat de 6,4 Md$ (909,3 milliards de yens) de la part (...)


52: My 100DaysOfCode Journey: Building "Mindful Melanin"

https://developedbyakia.com/my-100daysofcode-journey-building-mindful-melanin

Hashnode - javascript (Javascript)

It has been a gratifying experience thus far diving back into coding and revamping my developer portfolio for my #100DaysOfCode challenge. Over the past weekend, on days 3 and 4, I embarked on an exciting learning journey focused on MongoDB and Expre...


53: My 100DaysOfCode Journey: Building "Mindful Melanin"

https://developedbyakia.hashnode.dev/my-100daysofcode-journey-building-mindful-melanin

Hashnode - javascript (Javascript)

It has been a gratifying experience thus far diving back into coding and revamping my developer portfolio for my #100DaysOfCode challenge. Over the past weekend, on days 3 and 4, I embarked on an exciting learning journey focused on MongoDB and Expre...


54: L'Europe va lancer des "centres de crash tests" dédiés à l'intelligence artificielle

https://www.usine-digitale.fr/article/l-europe-lance-des-crash-tests-dediees-a-l-intelligence-artificielle.N2147222

L'usine-digitale (Informatique)

L'Union européenne va ouvrir quatre "centres de tests et d'expérimentation" dans lesquels seront examinées les dernières innovations, matérielles et logicielles, alimentées par l'IA.


55: Application Programming Interface

https://ujjawalkr.hashnode.dev/application-programming-interface

Hashnode - javascript (Javascript)

In JavaScript, an API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other. APIs provide a way for developers to access and use functionality provided by extern...


56: Day 35 of 100daysofjs

https://arpanmukherjee.hashnode.dev/day-35-of-100daysofjs

Hashnode - javascript (Javascript)

DOM navigation properties are helpful when the elements are close to each other. If they are not close to each other, we have some more methods to search the DOM. getElementById Returns the element with the specified ID attribute. If an element wit...


57: Les preuves à l'épreuve du droit à la protection des données personnelles

https://www.lemondeinformatique.fr/actualites/lire-les-preuves-a-l-epreuve-du-droit-a-la-protection-des-donnees-personnelles-90845.html

Le monde informatique (Internet / Informatique)

La Cour de Justice de l'Union Européenne (CJUE) (1) et la Cour de cassation (2) ont jugé, à quelques jours d'intervalle, que le droit (...)


58: MidJourney 5.2 permet d'étendre les images à l'infini : tout savoir sur les nouveautés

https://www.lebigdata.fr/midjourney-5-2-guide-complet

Le Big Data (dataviz)

La version 5.2 de MidJourney est disponible, et apporte plusieurs nouveautés majeures comme le dézoom, l'abréviation de prompt ou la … Cet article MidJourney 5.2 permet d’étendre les images à l’infini : tout savoir sur les nouveautés a été publié sur LEBIGDATA.FR.


59: Numeum revoit à la hausse la croissance du secteur IT en 2023

https://www.lemondeinformatique.fr/actualites/lire-numeum-revoit-a-la-hausse-la-croissance-du-secteur-it-en-2023-90855.html

Le monde informatique (Internet / Informatique)

Bonne nouvelle sur le front de la croissance du secteur IT en France. Alors que l'association représentant les éditeurs, les sociétés (...)


60 / 1514

60: Steal this 3-step content optimization blueprint that drove a 121.9% traffic increase in one year

https://searchengineland.com/content-optimization-blueprint-traffic-increase-428647

Search engine land (Référencement)

This simple three-step blueprint can help you resurrect "eroding" content and optimize it for long-term SEO results. The post Steal this 3-step content optimization blueprint that drove a 121.9% traffic increase in one year appeared first on Search Engine Land.


61: Florence Muscat, DSI d'Asendia : « Des efforts sur la co-construction et la mutualisation du SI »

https://www.lemondeinformatique.fr/actualites/lire-florence-muscat-dsi-d-asendia--des-efforts-sur-la-co-construction-et-la-mutualisation-du-si-90844.html

Le monde informatique (Internet / Informatique)

Pouvez-vous nous présenter Asendia et son positionnement au sein du groupe La Poste ' Florence Muscat. Asendia est une joint-venture créée (...)


62: Les restrictions de Red Hat sur RHEL cristallisent les rivalités dans l'open source

https://www.lemondeinformatique.fr/actualites/lire-les-restrictions-de-red-hat-sur-rhel-cristallisent-les-rivalites-dans-l-open-source-90856.html

Le monde informatique (Internet / Informatique)

Pendant des décennies, Red Hat a dominé le marché Linux d'entreprise. Cependant, aussi populaire que puisse être sa distribution (...)


63: Object prototype in Javascript

https://indracit.hashnode.dev/object-prototype-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, the object prototype is a mechanism that allows objects to inherit properties and methods from other objects. Objects in JavaScript has an internal link to its prototype, which is another object. The prototype serves as a fallback for ...


64: Easy RPC with Nuxt: Making a Todo App

https://blog.doseofted.me/easy-rpc-with-nuxt-making-a-todo-app

Hashnode - javascript (Javascript)

We're going to make a simple to-do app with Nuxt. Except, instead of manually defining server routes and fetching them on the client, we're going to use Prim+RPC to define functions on Nuxt's server and simply call those functions directly from the c...


65: GraphQL, JavaScript, Preprocessor, SQL and more in Manifold

https://debugagent.com/graphql-javascript-preprocessor-sql-and-more-in-manifold

Hashnode - javascript (Javascript)

We reached the final installment of our Manifold series but not the end of its remarkable capabilities. Throughout this series, we have delved into various aspects of Manifold, highlighting its unique features and showcasing how it enhances Java deve...


66: Svelte or Vue: What to choose for performance'

https://dhruvilblog.hashnode.dev/svelte-or-vue-what-to-choose-for-performance

Hashnode - javascript (Javascript)

Developers have a wide variety of JavaScript frameworks and libraries to choose from when creating applications. Svelte and Vue are two well-liked options and both frameworks have their own special benefits and capabilities. Performance is always a c...


67: Découvrez le nouveau service d'abonnement pour les casques Meta Quest

https://www.realite-virtuelle.com/meta-quest-abonnement-casques-meta/

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

Il y a quelques mois déjà, des informations ont fuité sur l'arrivée d'un abonnement mensuel […] Cet article Découvrez le nouveau service d’abonnement pour les casques Meta Quest a été publié sur REALITE-VIRTUELLE.COM.


68: Google Ads investigating reports of missing data

https://searchengineland.com/google-ads-investigating-reports-data-428694

Search engine land (Référencement)

Marketers have been experiencing issues with accessing the most up-to-date data on their Google Ads accounts since Friday. The post Google Ads investigating reports of missing data appeared first on Search Engine Land.


69: Apple Vision Pro : Ce qu'en disent les premiers testeurs

https://www.realite-virtuelle.com/apple-vision-pro-ce-quen-disent-les-premiers-testeurs/

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

Les premiers testeurs de Vision Pro, le premier casque de réalité mixte d'Apple, ont rapporté […] Cet article Apple Vision Pro : Ce qu'en disent les premiers testeurs a été publié sur REALITE-VIRTUELLE.COM.


70 / 1514

70: Exploring Node.js v20 features in action

http://blog.logrocket.com/exploring-node-js-v20-features/

Log Rocket blog (Web 2)

Every release of Node.js comes with new exciting features, and v20 is no exception. In this article, we'll explore those new features. The post Exploring Node.js v20 features in action appeared first on LogRocket Blog.


71: What is an action plan' Steps, template, and examples

http://blog.logrocket.com/product-management/what-is-an-action-plan-steps-template-examples/

Log Rocket blog (Web 2)

All in all, an action plan (especially when finely tuned and strategic) complements your product strategy by providing an actionable roadmap to success. The post What is an action plan' Steps, template, and examples appeared first on LogRocket Blog.


72: Product information management (PIM) systems and best practices

http://blog.logrocket.com/product-management/product-information-management-pim/

Log Rocket blog (Web 2)

Without a proper product information management strategy, you'll end up with several disparate channels of manual control, increasing dependencies and potential for human error. The post Product information management (PIM) systems and best practices appeared first on LogRocket Blog.


73: Why strong Google Ads creative is THE priority for advertisers

https://searchengineland.com/strong-google-ads-creative-428665

Search engine land (Référencement)

Learn why and how you should hone in on PPC ad creative to drive better results in Google Ads. The post Why strong Google Ads creative is THE priority for advertisers appeared first on Search Engine Land.


74: Importing CSV Data into a PostgreSQL Table with an Array Type Column

https://zendus.hashnode.dev/importing-csv-data-into-a-postgresql-table-with-an-array-type-column

Hashnode - python (python)

Dealing with PostgreSQL database datatypes and tables can sometimes be challenging. In this tutorial, I will demonstrate how to populate a PostgreSQL table with a column of type Array from a CSV (comma-separated value) file. To accomplish this, we wi...


75: Introducing the D&AD 2023 Awards Winners

https://www.webdesignerdepot.com/2023/06/introducing-the-d-ad-2023-awards-winners/

Webdesigner depot (Design)

The D&AD Awards are amongst the most prestigious in the design industry, and owning a D&AD pencil is envied across the industry. While most awards get flashed around on social media for 24 hours and then stuffed in the back of a drawer, D&AD pencils have a permanent place in the lobbies of the biggest names in the design industry.


76: Top 10 Benefits of Using Python

https://pythonsden.hashnode.dev/top-10-benefits-of-using-python

Hashnode - python (python)

Introduction: In recent years, Python has become incredibly popular as a programming language. Python, which is well known for being straightforward, readable, and adaptable, has gained popularity among developers working in a variety of fields. In t...


77: Improving Website Speed with Efficient Rendering Techniques

https://championvikashblog.hashnode.dev/improving-website-speed-with-efficient-rendering-techniques

Hashnode - javascript (Javascript)

Async and defer are boolean attributes used in conjunction with the tag to optimize the integration of external scripts into our web page. Exploring Different Ways to Utilize Script Tag Attributes 1 ) Synchronous/Normal in Script Tag: Initi...


78: Useful DevTools Tips and Tricks

https://smashingmagazine.com/2023/06/popular-devtools-tips/

Smashing magazine (CSS / Web 2)

Let's discover the most popular DevTools tips that can boost your productivity and revolutionize your debugging workflow.


79: Do your SEO and PPC teams need upskilling or reskilling'

https://searchengineland.com/seo-ppc-teams-upskilling-reskilling-428675

Search engine land (Référencement)

Marketers who don't upskill or reskill in this new era of search will discover their competitors are two steps ahead. The post Do your SEO and PPC teams need upskilling or reskilling' appeared first on Search Engine Land.


80 / 1514

80: It's Not Just You ' Google Is Canceling Pixel Fold Preorders

https://www.webpronews.com/its-not-just-you-google-is-canceling-pixel-fold-preorders/

WebProNews SEO (Développement)

WebProNews It’s Not Just You ' Google Is Canceling Pixel Fold Preorders Google appears to be cancelling an alarming number of Pixel Fold preorders, leaving many potential buyers with more questions than answers. It’s Not Just You ' Google Is Canceling Pixel Fold Preorders Staff


81: Comment l'IA va bouleverser le marketing '

https://www.lebigdata.fr/ia-bouleverser-marketing

Le Big Data (dataviz)

L’intelligence artificielle (IA) révolutionne le monde professionnel, dont le domaine du marketing. Des avancées telles que la personnalisation avancée et … Cet article Comment l’IA va bouleverser le marketing ' a été publié sur LEBIGDATA.FR.


82: Google DeepMind jure que sa nouvelle IA va détrôner ChatGPT : tout savoir

https://www.lebigdata.fr/google-deepmind-gemini-chatgpt

Le Big Data (dataviz)

Google DeepMind est bien décidé à reconquérir le trône de l'industrie de l'intelligence artificielle, et affirme que son nouveau chatbot … Cet article Google DeepMind jure que sa nouvelle IA va détrôner ChatGPT : tout savoir a été publié sur LEBIGDATA.FR.


83: Create a Python Script and Notification to display the Current Battery Percentage on Windows

https://andrewdass.hashnode.dev/create-a-python-script-and-notification-to-display-the-current-battery-percentage-on-windows

Hashnode - python (python)

Overview This article explains how to create custom notifications for any Python script and as an example, showcases how to notify users what the current battery percentage is for their Windows laptop. Purpose This script is intended to display a Win...


84: Octave Klaba, le fondateur d'OVHcloud, va bien racheter Qwant

https://www.usine-digitale.fr/article/octave-klaba-le-fondateur-d-ovhcloud-va-bien-racheter-qwant.N2147147

L'usine-digitale (Informatique)

Le fondateur d'OVHcloud souhaite lancer une plateforme européenne de services numériques s'appuyant sur le moteur de recherche et sur la plateforme de "PC dans le cloud" Shadow, rachetée en 2021.


85: Throttling, Debouncing and RequestAnimationFrame in JavaScript

https://codebyritvik.hashnode.dev/throttling-debouncing-and-requestanimationframe-in-javascript

Hashnode - javascript (Javascript)

Introduction In web development, resource-intensive tasks such as event handling, DOM manipulation, and API requests can sometimes lead to performance issues and a sluggish user experience. To mitigate these problems, developers can employ techniques...


86: What Are The Best Search Tool Extensions In Chrome Web Store'

https://yourquorum.hashnode.dev/what-are-the-best-search-tool-extensions-in-chrome-web-store

Hashnode - javascript (Javascript)

Here is a list of the best Chrome Extensions in the Chrome Web Store in the 'Search Tool' category'. These extensions improve your search experience and can help you find information faster and easier than 'with traditional search engines. Ecosia ' T...


87: Flavours for Your Flutter App 2/2

https://jacksiro.hashnode.dev/flavours-for-your-flutter-app-2

Hashnode - Flutter (Flutter)

In my previous article Flavours for Your Flutter App 1/2 I talked about Flavours for your Android app that has been developed using the amazing Flutter framework. I outlined how you can add and run your various flavours right from your IDE or from th...


88: Unlocking React's Inner Workings: A Beginner's Guide

https://dev-des.hashnode.dev/unlocking-reacts-inner-workings-a-beginners-guide

Hashnode - javascript (Javascript)

React has rapidly become one of the most widely used web frameworks, thanks to its robust community and powerful features. In this beginner's guide, we will delve into the inner workings of React to help you gain a deeper understanding of its core me...


89: Thoughtspot acquiert Mode Analytics

https://www.lemondeinformatique.fr/actualites/lire-thoughtspot-acquiert-mode-analytics-90853.html

Le monde informatique (Internet / Informatique)

L'année 2023 est synonyme de croissance externe pour Thoughtspot. En effet, le spécialiste de la BI a annoncé l'acquisition (...)


90 / 1514

90: Microsoft Edge for Business Enters Private Preview

https://www.webpronews.com/microsoft-edge-for-business-enters-private-preview/

WebProNews SEO (Développement)

WebProNews Microsoft Edge for Business Enters Private Preview Microsoft has announced that its Microsoft Edge for Business has entered private preview, giving businesses an opportunity to put it through its paces. Microsoft Edge for Business Enters Private Preview Staff


91: C2 Montréal by KOKI-KIKO and friends wins SOTM May

https://www.awwwards.com/c2-montr?al-by-koki-kiko-and-friends-wins-sotm-may.html

awwwards (Internet)

Massive congratulations to Louis Paquet, Ingamana, Kim Levan, KOKI-KIKO and Thomas Aufresne for winning Site of the Month May for C2 Montréal. Thanks...


92: The Comprehensive Roadmap for Learning JavaScript

https://crashedfps.dev/the-comprehensive-roadmap-for-learning-javascript

Hashnode - javascript (Javascript)

JavaScript, the versatile programming language of the web, has become an essential skill for developers and programmers. Whether you're a beginner taking your first steps into the world of coding or an experienced developer looking to level up your s...


93: Build a HTML5 game like 'Magick' iPad game using Phaser and ARCADE physics ' adding multiple levels

https://www.emanueleferonato.com/2023/06/27/build-a-html5-game-like-magick-ipad-game-using-phaser-and-arcade-physics-adding-multiple-levels/

Emanuele Feronato (Javascript / .GAME)

"Magick" HTML5 prototype built with Phaser now features more tile types and four different levels. Source code written in TypeScript available for download.


95: Getting Started with ES6+: An Introduction to Modern JavaScript

https://harshdeep.com/getting-started-with-es6-an-introduction-to-modern-javascript

Hashnode - javascript (Javascript)

Hello fellas, Welcome to the Ultimate Guide to ES6+ to get yourself familiar with modern JavaScript Features and start implementing them in your code, to make it more readable, concise and optimized. ARE YOU EXCITED '' Let's get right into it. What...


96: Tailwind Back to CSS

https://jcdev.com/tailwind-back-to-css

Hashnode - javascript (Javascript)

Here's an example of how to convert the CSS stylesheet to Tailwind CSS classes: import React from "react"; const TechChart = ({ techCheckArray }) => { return ( {techCheckArray.map((item, index) => ( ...


97: Zustand: Simplifying Global State Management in React

https://yashpandit.hashnode.dev/zustand-simplifying-global-state-management-in-react

Hashnode - javascript (Javascript)

Welcome back, to the next chapter of our state management series! In this installment, we'll explore Zustand, a lightweight yet powerful library for global state management in React. Zustand offers a delightful approach to managing state, combining s...


98: Asynchronous JavaScript

https://janvi01.hashnode.dev/asynchronous-javascript

Hashnode - javascript (Javascript)

Let's start this article by diving deep into what JavaScript is... What is JavaScript' In general, JavaScript (JS) is a programming language used to make websites and applications dynamic and interactive. Talking conceptually, below is the definition...


99: ' Learn How To Build Android Apps with These 7 Free Resources

https://evergrowingdev.hashnode.dev/learn-how-to-build-android-apps-with-these-7-free-resources

Hashnode - Kotlin (Mobiles)

In this day and age, it's very hard to imagine where we would be without our smartphones and the apps we love and enjoy. And when it comes to smartphone technology there are two main players in terms of operating systems and that's iOS (by Apple) and...


100 / 1514

100: Exercise on JS Array

https://daxxy.hashnode.dev/exercise-on-js-array

Hashnode - javascript (Javascript)

// No 1 const Input = [1, 2, 4, 0]; const input2 = ( 'w3resource'); console.log (Array.isArray (Input)); console.log (Array.isArray(input2)); //No 2 function cloneArray(array) { return array.slice(0); } const orignalArray = [1, 2, [4, 0]]; ...


101: Custom Properties/Variables in CSS

https://yuvrajshrirame.hashnode.dev/custom-propertiesvariables-in-css

Hashnode - javascript (Javascript)

Custom properties, also known as CSS variables, have revolutionized the way we write and manage styles in CSS. They provide a flexible and efficient way to define reusable values throughout our stylesheets. This article will provide a comprehensive u...


102: Do You Know What the Shortest JavaScript Program Is' Let's Unveil Its Magic!

https://pratima-adhikari.hashnode.dev/the-shortest-javascript-program-and-its-magic

Hashnode - javascript (Javascript)

Introduction Get ready to be amazed by the wonders of JavaScript! Did you know that even an empty JavaScript file holds some incredible secrets' In this blog post, we'll explore the mysteries behind the shortest JavaScript program, which happens to b...


103: Telegram lance enfin les Stories : quelles différences avec Instagram '

https://www.blogdumoderateur.com/telegram-lance-les-stories/

Blog du Moderateur ()

Pour se démarquer, Telegram mise sur des paramètres de confidentialité ajustables et une durée de vie des Stories comprise entre 6 et 48h.


104: iPhone 15 : quelle date de sortie pour le nouveau modèle d'Apple '

https://www.blogdumoderateur.com/iphone-15-quelle-date-sortie-nouveau-modele-apple/

Blog du Moderateur ()

Découvrez les dernières rumeurs concernant la sortie du prochain iPhone.


105: Exercise on Javascript object.

https://daxxy.hashnode.dev/exercise-on-javascript-object

Hashnode - javascript (Javascript)

// No 1 var marketer = { name: "Jacob Drew", sclass: "VII", rollno: 10 }; console.log (marketer); // NO 2 var marketer = { name: "Jacob Drew", sclass: "VII", rollno: 10 }; // Delete the rollno property delete marketer.rollno...


106: Communications unifiées et collaboratives: un marché toujours porteur en 2023

https://www.lemondeinformatique.fr/actualites/lire-communications-unifiees-et-collaboratives-un-marche-toujours-porteur-en-2023-90851.html

Le monde informatique (Internet / Informatique)

La croissance du marché mondial des communications unifiées et de la collaboration (UC&C) devrait connaître un ralentissement mesuré (...)


107: Avec Microsoft et Nvidia, Snowflake multiplie les accords sur l'IA générative

https://www.lemondeinformatique.fr/actualites/lire-avec-microsoft-et-nvidia-snowflake-multiplie-les-accords-sur-l-ia-generative-90852.html

Le monde informatique (Internet / Informatique)

En direct de Las Vegas. Le spécialiste du datawarehouse cloud plonge dans le grand bain de l'IA générative à l'occasion (...)


108: Cybersécurité : le Cesin réclame plus de transparence dans le cyber rating

https://www.usine-digitale.fr/article/cybersecurite-le-cesin-reclame-plus-de-transparence-dans-le-cyber-rating.N2147027

L'usine-digitale (Informatique)

Le Club des Experts de la Sécurité de l'Information et du Numérique (Cesin) s'inquiète de la prolifération sans contrôle des acteurs de la notation cyber. L'association lance un appel à la création de standards partagés, et réclame une "transparence totale des algorithmes".


109: Data Engineering Best Practices: Building a Solid Foundation for Data Success

https://ayeshasiddiqha.hashnode.dev/data-engineering-best-practices-building-a-solid-foundation-for-data-success

Hashnode - python (python)

Introduction: Data engineering is crucial in the data lifecycle, allowing organizations to efficiently and effectively gather, store, process, and analyze massive volumes of data. With the exponential development of data, data engineers must adhere t...


110 / 1514

110: Databricks rachète le spécialiste de l'IA générative MosaicML pour 1,3 milliard de dollars

https://www.usine-digitale.fr/article/databricks-rachete-le-specialiste-de-l-ia-generative-mosaicml-pour-1-3-milliard-de-dollars.N2147007

L'usine-digitale (Informatique)

La start-up MosaicML permet aux entreprises d'entraîner des grands modèles de langage avec leurs propres données. Le prix d'achat est six fois supérieur à sa dernière valorisation.


111: Journal de bord UX : est-ce un incontournable '

https://www.usabilis.com/journal-de-bord-ux/

Usabilis (ux)

Le journal de bord apporte certains renseignements quantitatifs et qualitatifs qu'il est difficile d'obtenir par d'autres méthodes... Cet article Journal de bord UX : est-ce un incontournable ' est apparu en premier sur USABILIS.


112: Differentiating Between a JavaScript Object, Primitive, and Literal

https://blog.nirmites.com/differentiating-between-a-javascript-object-primitive-and-literal

Hashnode - javascript (Javascript)

This article will make it clear, no more confusion, on to the concept. Literal Literal means a value. A value of any of the following. String Number Boolean "I love javascript" is a string literal, 50.725 is a number literal, and false or true i...


113: Build a Video Call App in 10 Minutes with ZEGOCLOUD and React

https://koolkishansheth.hashnode.dev/build-a-video-call-app-in-10-minutes-with-zegocloud-and-react

Hashnode - javascript (Javascript)

In this blog post, I will show you how to create a video call app using ZEGOCLOUD and React. ZEGOCLOUD is a cloud-based video call platform that provides developers with a set of APIs and SDKs to easily build video calling applications. Prerequisites...


114: Python Interpreter vs. IDE: What Network Engineers Should Know

https://anchantesolutions.hashnode.dev/python-interpreter-vs-ide-what-network-engineers-should-know

Hashnode - python (python)

Python is a versatile and powerful high-level language renowned for its simplicity and readability, making it a popular choice among network engineers. It allows them to automate tasks, analyze data, and manage networks with ease. But when it comes t...


115: Meta devrait lancer son concurrent à Twitter en juillet : ce qu'il faut savoir

https://www.blogdumoderateur.com/meta-lancer-concurrent-twitter-juillet/

Blog du Moderateur ()

P92, Barcelona, Threads... Le nom reste inconnu, mais le nouveau réseau social de Meta devrait faire son apparition officielle courant juillet.


116: Pour en finir avec la loi de Moore

https://blog.octo.com/pour-en-finir-avec-la-loi-de-moore/

Octo (Internet)

Gordon Moore dans son bureau, CC-BY-SA Intel Free Press Gordon Moore est mort fin mars 2023 et j’ai le plus grand respect pour cet homme et son 'uvre. Pour ceux qui l’ignorent, Gordon Moore est un brillant ingénieur, cofondateur d’Intel (les microprocesseurs). Il est aussi connu pour avoir énoncé dès 1965 la fameuse loi de […] L'article Pour en finir avec la loi de Moor [...]


117: L'Epita forme ses étudiants à la 5G avec Qualcomm

https://www.lemondeinformatique.fr/actualites/lire-l-epita-forme-ses-etudiants-a-la-5g-avec-qualcomm-90788.html

Le monde informatique (Internet / Informatique)

Développer une expertise sur le quantique et la 5G, avec une certification a la clé. C'est le but du parcours d'apprentissage (...)


118: Zalando attaque le DSA devant la justice européenne

https://www.usine-digitale.fr/article/zalando-attaque-le-dsa-devant-la-justice-europeenne.N2146947

L'usine-digitale (Informatique)

L'e-commerçant allemand estime qu'il n'aurait pas dû être désigné comme 'très grande plateforme' par la nouvelle législation européenne sur les services numériques.


119: Revolutionizing React: Unleash the Power of Hooks for Enhanced Components

https://gauravpatil.hashnode.dev/revolutionizing-react-unleash-the-power-of-hooks-for-enhanced-components

Hashnode - javascript (Javascript)

Introduction: React Hooks have revolutionized the way we manage state and side effects in functional components. In this article, we will explore the power of React Hooks, focusing on the useState and useEffect hooks. We'll dive into the concepts of ...


120 / 1514

120: Antemeta passe la barre des 100 M' de revenus annuels

https://www.lemondeinformatique.fr/actualites/lire-antemeta-passe-la-barre-des-100-meteuro-de-revenus-annuels-90848.html

Le monde informatique (Internet / Informatique)

Malgré une période économique incertaine, Antemeta est parvenu à franchir le cap des 100 M' de chiffre d'affaires, (...)


121: How To Create Custom Hooks in React / Next JS

https://mitchel.hashnode.dev/how-to-create-custom-hooks-in-react-next-js

Hashnode - javascript (Javascript)

What are React Hooks' React Hooks allows developers "hook into" React's lifecycle and state management features from functional components. They provide a more concise and reusable way to manage component logic. Some popular examples are useState and...


122: Il y aura du WiFi gratuit dans les rames du Grand Paris Express

https://www.usine-digitale.fr/article/il-y-aura-du-wifi-gratuit-dans-les-rames-du-grand-paris-express.N2146802

L'usine-digitale (Informatique)

La Société du Grand Paris annonce avoir sélectionné Hub One, l'opérateur de réseaux privés du groupe ADP, pour déployer et exploiter un réseau WiFi sur l'ensemble des gares et rames du futur métro de la proche et grande couronne.


123: Meta lance un service de jeu par abonnement pour ses casques de réalité virtuelle Quest

https://www.usine-digitale.fr/article/meta-lance-un-service-de-jeu-par-abonnement-pour-ses-casques-de-realite-virtuelle-quest.N2146932

L'usine-digitale (Informatique)

Pour renforcer l'attractivité de ses casques de réalité virtuelle, Meta lance Quest+, un abonnement à 70 euros par an donnant accès à deux jeux par mois.


124: Google interdit sa propre IA générative pour développer

https://www.lemondeinformatique.fr/actualites/lire-google-interdit-sa-propre-ia-generative-pour-developper-90843.html

Le monde informatique (Internet / Informatique)

Les risques des IA génératives, ce sont leurs concepteurs qui en parlent le mieux. A l'heure où de nombreuses grandes entreprises (...)


125: Un exploit public, disponible pour le client VPN Cisco AnyConnect

https://www.lemondeinformatique.fr/actualites/lire-un-exploit-public-disponible-pour-le-client-vpn-cisco-anyconnect-90847.html

Le monde informatique (Internet / Informatique)

La semaine dernière, un exploit, facile à mettre en 'uvre, a été rendu public pour une vulnérabilité corrigée (...)


126: Le point de terminaison ping des sitemaps va disparaître

https://www.abondance.com/20230627-55078-point-terminaison-ping-sitemaps-va-disparaitre.html

Abondance (Référencement)

Google vient d'annoncer l'abandon du point de terminaison 'ping' des sitemaps, et recommande l'élément 'lastmod' avec la date de dernière modification du contenu à la place dans le fichier sitemap.  Ce qu'il faut retenir :  Le ping des sitemaps Le protocole de sitemap définit une méthode REST non authentifiée pour soumettre des sitemaps aux moteurs […] L'article "Le point de [...]


127: Web scraping : comment extraire des données structurées des pages web

https://www.blogdumoderateur.com/web-scraping-comment-extraire-donnees-structurees-pages-web/

Blog du Moderateur ()

Le web scraping présente de nombreux avantages. Mais il est nécessaire de bien choisir son outil afin de mettre en place une extraction de données responsable.


128: creating multiple obj's in JS.

https://diwakar7.hashnode.dev/creating-multiple-objs-in-js

Hashnode - javascript (Javascript)

--- there are multiple methods to create multiple obj's. 1) By using object literals. 2)By using the factor function. 3)By using a constructor function. 4) By using JS classes. ---object literal - ex:- let obj = { name : "something", age : 00, journe...


129: Goossips SEO : migration de site, LLM et Google Domains

https://www.abondance.com/20230627-53961-goossips-seo-migration-de-site-llm-et-google-domains.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 : lancement d'un domaine avant la migration, le diagnostic SEO des LLM et l'impact de la vente de Google Domains. Voici une petite compilation des informations fournies par les porte-paroles […] L'article "Goossips SEO : migrati [...]


130 / 1514

130: Comment créer un bloc réutilisable dans WordPress '

https://wpmarmite.com/bloc-reutilisable-wordpress/

WP Marmite (wordpress)

Une fois. Deux fois. Dix fois. Cinquante fois. Créer le même contenu sur des dizaines et des dizaines de publications différentes peut vite devenir fastidieux. Et surtout, c'est long. Très long.  Cette perte de temps et d'énergie, vous pouvez l'éviter... Comment créer un bloc réutilisable dans WordPress ' est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordP [...]


131: Making impossible states impossible - ft Kotlin

https://varenya.hashnode.dev/making-impossible-states-impossible-ft-kotlin

Hashnode - Kotlin (Mobiles)

I wrote a blog post in Typescript on leveraging Union types to remove impossible states. Since then I have moved into Kotlin development. Kotlin too has a great type system and a lot more language features to model data in creative ways. So here goes...


132: I read JavaScript Cookbook and here are all the code (problems) explained by me

https://blog.nirmites.com/i-read-javascript-cookbook-and-here-are-all-the-code-problems-explained-by-me

Hashnode - javascript (Javascript)

Instead of throwing all of them in a long article, which is hard to scroll through and read, I have small articles for each coding problem. On https://google.com/ Thanks for reading.


133: History of JavaScript and ECMAScript.

https://biswo2004.hashnode.dev/history-of-javascript-and-ecmascript

Hashnode - javascript (Javascript)

-> When JavaScript was first introduced by Netscape, there was a war going on between all the browser vendors on the market at the time. -> Microsoft and several other browser vendors implemented their versions of JavaScript(with different names and ...


134: Installing a pyRevit Extension

https://kipkemei.hashnode.dev/installing-a-pyrevit-extension

Hashnode - python (python)

To install a Pyrevit extension for a Revit project, follow the following steps: Download and install the PyRevit setup from the link below. pyRevit helps you quickly sketch out your automation and addon ideas, inside the Revit environment and using ...


135: Jeux vidéo : le montpelliérain Plug In Digital recherche la taille critique

https://www.usine-digitale.fr/article/jeux-video-le-montpellierain-plug-in-digital-recherche-la-taille-critique.N2146892

L'usine-digitale (Informatique)

Basé à Montpellier, le distributeur et éditeur Plug In Digital mène une politique de croissance externe, qui se traduit fin juin par le rachat d'un studio de développement espagnol, après celui de Celsius en mars.


136: DevOps(Day-14) : Python Data Types and Data Structures for DevOps

https://biswaraj333.hashnode.dev/devopsday-14-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

TABLE OF CONTENTS Data Types Data Structures Tasks In my yesterday's blog, we had a brief introduction to the datatypes in Python. If you want to follow my yesterday's blog- https://biswaraj333.hashnode.dev/devopsday-13-introducing-python Today,...


137: Why did JavaScript come into the picture'

https://biswo2004.hashnode.dev/why-did-javascript-come-into-the-picture

Hashnode - javascript (Javascript)

History of JavaScript During the early years of the web, web pages were only static, with no capability for dynamic behaviour and interactivity. -> As a result, there was an urge in the web development community at the time to eliminate this limitat...


138: DevOps(Day-13) : Introducing Python

https://biswaraj333.hashnode.dev/devopsday-13-introducing-python

Hashnode - python (python)

Python It is an open-source high-level language with embedded Object-oriented programming. Any Idea who is the brain behind this' Python was conceived in the late 1980s by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands. ...


139: 30 Great Python Projects To Help You Master It In 2023

https://eplus.dev/30-great-python-projects-to-help-you-master-it-in-2023

Hashnode - python (python)

REQUIREMENTS Know the basics of Python A computer & access to internet DESCRIPTION Are you ready to become a true Python programmer and learn some of the most demanded skills on the market in programming for 2023' Who is this course for' This cou...


140 / 1514

140: Python `getter` & `setter` examples

https://signal11.hashnode.dev/python-getter-setter-examples

Hashnode - python (python)

Source: https://realpython.com/python-getter-setter/ A simple example # employee.py from datetime import date class Employee: def __init__(self, name, birth_date, start_date): self.name = name self.birth_date = birth_date ...


141: Bubble sort in python

https://smavisswag.hashnode.dev/bubble-sort-in-python

Hashnode - python (python)

Bubble_sort uses the technique of comparing and swapping def bubble_sort(lst): for passnum in range(len(lst) - 1, 0, -1): for i in range(passnum): if lst[i] > lst[i + 1]: temp = lst[i] lst[i] =...


142: Python: A Powerful and Versatile Programming Language

https://meritwise.hashnode.dev/python-a-powerful-and-versatile-programming-language

Hashnode - python (python)

Introduction: Python, a high-level programming language, has revolutionized the world of software development with its simplicity, flexibility, and extensive libraries. Whether you're a beginner or an experienced developer, Python offers a wide range...


143: Python: A Powerful and Versatile Programming Language

https://techwithgodwin.hashnode.dev/python-a-powerful-and-versatile-programming-language

Hashnode - python (python)

Introduction: Python, a high-level programming language, has revolutionized the world of software development with its simplicity, flexibility, and extensive libraries. Whether you're a beginner or an experienced developer, Python offers a wide range...


144: Charted: Top Destinations for Africa's Exports (1995-2020)

https://www.visualcapitalist.com/cp/africas-exports-1995-2020/

Visual Capitalist (dataviz)

In 2020 the African continent exported nearly $378 billion worth of goods. Here are the top destinations for 25 years of Africa's exports. The post Charted: Top Destinations for Africa's Exports (1995-2020) appeared first on Visual Capitalist.


145: What is the Difference between Pull and Merge Requests in Git'

https://muhtoyyib.hashnode.dev/what-is-the-difference-between-pull-and-merge-requests-in-git

Hashnode - javascript (Javascript)

GitHub, built on top of Git, is a web-based platform that provides developers with a suite of tools for managing their codebases and repositories, including pull and merge requests. Although these terms are often used interchangeably, they have disti...


146: Accountability For Effective Teams

https://jessitron.com/2023/06/21/accountability-for-effective-teams/

pointer.io (Développement)

Accountability within teams should prioritize behavior over just measurable outcomes. Focusing on behavior is more fundamental and leads to better results in the long run. It requires having courageous conversations, confronting deficiencies, and suggesting paths aligned with collective goals. Blaming individuals after failures is not as effective as addressing behavior proactively.


147: AI Getting Started

https://github.com/a16z-infra/ai-getting-started

pointer.io (Développement)

AI getting started stack for weekend projects.


148: Helicopter Management And Other Mistakes

https://charity.wtf/2023/06/19/helicopter-management/

pointer.io (Développement)

'The message is simply that it took me years and years to learn that there is more to being a great manager than caring about my team.' Charity discusses 3 rookie mistakes in new managers: (1) Only managing down. (2) Helicopter management - overly identifying with your team instead of considering them in context of the organization, or letting them take risks. (3) Your view of the business is i [...]


149: Coroutines Make Robot Code Easy

https://bvisness.me/coroutines/

pointer.io (Développement)

Coroutines allow for the creation of sequential and reusable code blocks, making it easier to write and modify autonomous behaviors. Compared to using state machines and complex command systems, coroutines offer a more intuitive and procedural programming approach, benefiting both beginners and experienced programmers alike. The author encourages the adoption of coroutines as a powerful tool for s [...]


150 / 1514

150: Building Your Own Feature Flag Platform Might Be A Mistake

https://www.getunleash.io/blog/building-your-own-feature-flag-platform-might-be-a-mistake

pointer.io (Développement)

Feature flags play a critical role in software development. And they should: They're great for enabling developers to manage features in a way that's controlled and targeted. A home-grown feature flag platform might work great at first, but that's just the honeymoon phase. How do you decide when it's no longer worth the effort'


151: Mailpit

https://github.com/axllent/mailpit

pointer.io (Développement)

Email testing for developers


152: How Platform Engineering Works

https://chadxz.dev/platform/

pointer.io (Développement)

'I feel confident you will have a solid foundation upon which to build an effective Platform Engineering team if you follow these four principles': (1) Set goals on outcomes, not outputs. (2) Truly know your customer. (3) Invent on behalf of your customer. (4) Scale your impact.


153: How To Use GitHub Copilot: Prompts, Tips, And Use Cases

https://github.blog/2023-06-20-how-to-write-better-prompts-for-github-copilot/

pointer.io (Développement)

3 best practices for prompt crafting with GitHub Copilot: (1) Set the stage with a high-level goal. (2) Make your ask simple and specific. Aim to receive a short output from GitHub Copilot. (3) Give GitHub Copilot an example or two.


154: Pointer Sponsor

https://www.getunleash.io/

pointer.io (Développement)

This issue's sponsor is Unleash


155: Making Python 100x Faster With Less Than 100 Lines Of Rust

https://ohadravid.github.io/posts/2023-03-rusty-python/

pointer.io (Développement)

'Our system also has to work on-prem with limited CPU resources, and while at first it performed well, as the number of concurrent physical users grew we started running into problems and our system struggled to keep up with the load. We came to the conclusion that we had to make our system at least 50 times faster to handle the increased workload, and we figured that Rust could help us achieve th [...]


156: Embedchain

https://github.com/embedchain/embedchain

pointer.io (Développement)

Framework to easily create LLM powered bots over any dataset.


157: Control, Escape, And Meta Tricks

https://susam.net/blog/control-escape-meta-tricks.html

pointer.io (Développement)

Various keyboard shortcuts and sequences related to control, escape, and meta keys in Unix / Linux terminals, this article covers: (1) Terminal tricks (2) Control codes. (3) Meta key sequences (4) Vim tricks.


158: Try

https://github.com/binpash/try

pointer.io (Développement)

Run a command, inspect its effects before changing your system.


159: eleven Best -mail Order Star of the event Sites to Help Find Absolutely adore Anywhere

https://catswhocode.com/eleven-best-mail-order-star-of-the-event-sites-to-help-find-absolutely-adore-anywhere/

Cats who code (wordpress / Javascript / PHP)

Content Rose Birdes-to-be Individuals searching for overseas men or women only require www.datingguru.org/albanian-brides to sign up on a online dating website in order to meet tens of thousands of users from other countries. Many individuals met online on these kinds of platforms and built good marriages with their foreign partners. As research shows, thousands of […]


160 / 1514

160: ' Build a CRUD App with Mongoose and Express.js (''''')

https://taibislamdipu.hashnode.dev/build-a-crud-app-with-mongoose-and-expressjs

Hashnode - javascript (Javascript)

' Mongoose '' ''' ''' ''''''' ''' Mongoose '''' ''' ''''''''''' '''''' MongoDB Drive ''''''' '''' '' MongoDB ''''''' ''''''' ''''' '''' ''' '''''' ''''''' '' ''' ''', '''''' '''''', '''''''' ''', '''''' '''' ''''''' ''' ''''''''' '''' ''' '''''' Mon...


161: How to Access API Keys, DB Credentials, from AWS Secrets Manager in AWS Lambda.

https://josephariyo.hashnode.dev/how-to-access-api-keys-db-credentials-from-aws-secrets-manager-in-aws-lambda

Hashnode - python (python)

Introduction:AWS Secrets Manager is a powerful service provided by Amazon Web Services (AWS) that allows you to securely store and manage sensitive information such as API keys, database credentials, and other secrets. In this article, I will guide y...


162: React Server Components with Next.JS: The Complete Guide

https://metered.hashnode.dev/react-server-components-with-nextjs-the-complete-guide-1

Hashnode - javascript (Javascript)

In this blog post, we will learn more about the new Server Side components introduced in React 18. You can use React Server Components with Next.js 13 beta release. The Server and Client components span allows developers to build rich interactive app...


163: Visualized: The 100 Largest U.S. Banks by Consolidated Assets

https://www.visualcapitalist.com/100-largest-us-banks-2023/

Visual Capitalist (dataviz)

In this visual we showcase the relative size of the 100 largest U.S. banks in terms of consolidated assets. The post Visualized: The 100 Largest U.S. Banks by Consolidated Assets appeared first on Visual Capitalist.


164: What are the pros and cons of a hackathon'

https://creativecoder.hashnode.dev/what-are-the-pros-and-cons-of-a-hackathon

Hashnode - javascript (Javascript)

Pros: 1. Hack out awesome stuff wicked fast. No design reviews, no cross-function meetings, rubber stamp code reviews, and no PMs wavering between several mutually exclusive ideas. It's a group of engineers with one goal: getting something done. 2. C...




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