Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).
La veille Haut de page Lendemain
https://www.lebigdata.fr/bientot-la-fin-des-publicites-ciblees-pour-facebook-et-instagram
Les jours de la publicité ciblée sont-ils comptés ' Ce sera peut-être le cas de Facebook et Instagram dans l'Union … Cet article Bientôt la fin des publicités ciblées pour Facebook et Instagram ' a été publié sur LeBigData.fr.
https://www.lebigdata.fr/publicites-ciblees-ue
Les jours de la publicité ciblée sont-ils comptés ' Ce sera peut-être le cas de Facebook et Instagram dans l'Union … Cet article Bientôt la fin des publicités ciblées pour Facebook et Instagram ' a été publié sur LeBigData.fr.
Push notifications are interactive clickable pop-up dialog messages. They made their debut in 2009 when Apple integrated them into some of their devices. Over the coming years, major tech players such as Google and Windows launched their implementati...
### Introduction Many web developers need to allow their users to access their website or application via both the www subdomain and the root (non-www) domain. That is, users should have the same experience when visiting `www.my-website.com` and `my-website.com`. While there are many ways to set this up, the most SEO-friendly solution is to choose which domain you prefer'the subdomain or the root [...]
https://blog.saiprasadpadhy.in/how-javascript-works
Everything in JavaScript happens inside an Execution Context. -- Namaste JavaScript Execution Context is further divided into two parts, Variable Environment - The place or container where all the variables and functions are stored as key: value pa...
https://www.visualcapitalist.com/cp/worlds-countries-compared-by-20-metrics-animated-map/
Which countries have the largest populations, or the highest GDP' This animation compares countries based on 20 different metrics. The post Mapped: The World’s Countries Compared by 20 Key Metrics appeared first on Visual Capitalist.
https://anshulghogre.hashnode.dev/execution-context-in-javascript-and-its-working
Whenever we write a code in JavaScript, and when we try to execute it, then in the background a lot of operations are being done in the web browser to execute it. In this article, we'll be looking at all the things that happen behind the scenes. What...
### Introduction Many web developers need to allow their users to access their website or application via both the www subdomain and the root (non-www) domain. That is, users should have the same experience when visiting `www.my-website.com` and `my-website.com`. While there are many ways to set this up, the most SEO-friendly solution is to choose which domain you prefer'the subdomain or the root [...]
https://nayana.hashnode.dev/a-quick-intro-to-the-greatest-programming-language-ever-created-part-1
A high-level single-threaded garbage-collected interpreted or JIT Compiled Prototype based multi-paradigm Dynamic language with a non-blocking event loop made in 1995 by Brendan Eich to add an easy-to-learn scripting language to the scripting browser...
10 / 132
IBM crée une puce Power à 24 coeurs pour que ses clients puissent exploiter la licence de la base de données Oracle ils pourraient bénéficier de plus de performances sans avoir à payer plus à OracleIBM a discrètement annoncé qu'il prévoyait de créer un processeur Power à 24 coeurs, apparemment pour rendre l'un de ses serveurs capables d'exécuter la base de données d'Oracle de maniè [...]
https://medev.hashnode.dev/the-top-javascript-framework-to-land-a-job-in-2023
JavaScript is a popular programming language that is widely used in web development. It allows developers to create interactive and dynamic websites by adding behaviors to HTML pages. In the past few years, there has been a proliferation of JavaScrip...
https://ireadblog.com/how-to-create-a-telegram-bot-using-python
Automated chatbots are quite useful for stimulating interactions. We can create chatbots for Slack, Discord, and other platforms. In this article, I'll teach you how to build a Telegram chatbot that will tell you your horoscope. So, let's get started...
https://codecaliper.me/creating-a-basic-calculator-in-python
As a beginner in programming, one of the first things you might want to learn is how to create a calculator. In this tutorial, we will go through the steps of building a basic calculator in Python. Before we start coding, let's first discuss the step...
https://samhith.hashnode.dev/javascript-interview-preparation-cheatsheet
It is commonly seen while interview process many of us know how to code, we have practised much, but still not able to crack the interview process because of our concept explaining ability. Before going deep dive into big long cheat sheet's available...
https://kalina.hashnode.dev/omg-what-is-javascript-typeof
The "typeof" operator is a powerful tool in JavaScript that can be used to detect errors, understand data types, and more. In this blog post, we'll explore what the "typeof" operator is, how it can be used, and some of the benefits and drawbacks of u...
https://kalina.hashnode.dev/hi-lets-learn-javascript-maps
Introduction : JavaScript maps are a powerful data structure that allows you to store and manipulate data in a way that is easy and efficient. In this blog post, we'll take a look at what JavaScript maps are, why they're useful, and how to use them. ...
https://sense.hashnode.dev/how-to-fix-common-mistakes-in-javascript
It is a scripting language that is used to create interactive web applications. It is also used in server-side programming, game development, and mobile app development. JavaScript is an interpreted language, which means it is not compiled but is ins...
https://www.realite-virtuelle.com/resolution-games-nouveaux-jeux-vr-2/
À l'occasion de son tout premier VR games showcase, qui s'est déroulé hier, Resolution Games […] Cet article Resolution Games : plein de nouveaux jeux VR révélés a été publié sur Réalité-Virtuelle.com.
https://dominic.onrender.com/briefly-about-mongodb
Briefly about mongodb: import pymongo #connect_string = localhost from django.conf import settings my_client = pymongo.mongoclient(connect_string, 27017) # First define the database name dbname = my_clientsample_medicines # Now get/create the col...
20 / 132
https://siddhiblog.hashnode.dev/google-developer-tools-flutter
Flutter: Flutter is the open-source UI software development kit created by google. It's used to develop cross-platform applications for android ,iOS, Linux, macOS, Windows, Google Fuchsia and the web from a single code base without compromising on qu...
https://searchengineland.com/google-says-dont-expect-a-new-core-update-by-year-end-390388
The holidays are approaching and SEOs are worried that we might get another core update by year end. The post Google says don’t expect a new core update by year-end appeared first on Search Engine Land.
https://flowingdata.com/2022/12/16/stable-diffusion-spectrogram/
Stable Diffusion is an AI model that lets you enter text to generate…Tags: AI, music, spectrogram, Stable Diffusion
https://dominic.onrender.com/monkey-patching
In Python, "monkey patching" refers to the dynamic modification of a class or module at runtime. This is often done to add or modify the behavior of a module or class without modifying the source code of the module or class directly. Here is an examp...
https://feeds.feedblitz.com/~/722268444/0/tanglepatterns~How-to-draw-HALUTA.html
Online instructions for drawing CZT® Kazumi Ikegami's Zentangle® pattern: Haluta. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them
https://blog.logrocket.com/guide-better-state-managment-preact-signals/
Signals is a performant state management library with a set of reactive primitives for managing the application state. The post A guide to better state management with Preact Signals appeared first on LogRocket Blog.
https://accodes21.hashnode.dev/dev-retro-2022-year-in-review
Introduction Hi! ' everyone I am Aarya Chopkar, a 2nd-year CSE student, currently, I am learning NextJS and advanced Python'. Let's review how this year went for me' Started learning Development' "The journey of a thousand miles begins with one st...
https://dheerajy1.hashnode.dev/building-a-background-color-generator-project-day60
Today #Day60 of #100DaysOfCode, I am Building a random background color generator. I pre-designed what I am going to build as shown below, So, yesterday Day59 I generated random values and random letters from the two arrays, Now Today Day60 Let's tr...
-Dropbox rachète FormSwift. Le spécialiste du stockage cloud enrichit sa capacité à éditer, personnaliser, signer et (...)
De plus en plus de jeunes utilisateurs se rendent sur la plateforme pour s'informer. Pour répondre à ce besoin, les journalistes des rédactions du monde entier s'essayent à de nouveaux formats. Leur objectif est notamment de parler à un public plus large et lutter contre la désinformation, rappelle un rapport... The post Sur TikTok, les médias tentent de préserver les jeunes de la désinfo [...]
30 / 132
https://medusajs.hashnode.dev/medusa-17-performance-improvement-b2b-launch-and-more
Time for another release of Medusa! Version 1.7 introduces a massive performance improvement, Module Resolution API, migrating the Medusa admin to Vite, and more! Keep reading below to learn more about all the new changes in this release! How to Upda...
Elon Musk a mis le feu à Twitter et déclenché les foudres de nombreuses personnes dans le monde (politiques, associations, journalistes,..). (...)
Elon Musk a mis le feu à Twitter et déclenché les foudres de nombreuses personnes dans le monde (politiques, associations, journalistes,..). (...)
Peut-on marier compacité et modularité ' Dell pense que oui. Son concept Luna ne comporte ni vis, ni câble, et peut être intégralement démonté en 30 secondes chrono.
https://alexrider04.hashnode.dev/nist-retires-sha-1-cryptographic-algorithm
It is important to note that SHA-1 is no longer considered to be a secure cryptographic hash function and should not be used for digital signatures or other applications where security is important. This is due to the discovery of collision attacks, ...
La société d'investissement d'origine autrichienne lance la 4e génération de son fonds dédié à l'early stage, qui sera doté de 300 millions d'euros pour investir dans la fintech, les deep tech, les marketplaces, la santé, l'industrie et le logiciel de manière générale.
https://astrodevil.hashnode.dev/javascript-fundamentals-mutable-letcomments-functions
Today is the 2nd day of my #100DaysOfCode journey with JavaScript. I am going to write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and sh...
https://coderbible.io/python-data-visualization-with-matplotlib
Data visualization is an important part of any data analysis process, as it allows you to communicate your findings effectively and clearly to a wide audience. Python provides several powerful libraries for data visualization, including Matplotlib, w...
https://technicave.hashnode.dev/how-to-get-started-with-python
Welcome to the world of Python! Python is a popular, high-level programming language known for its simplicity, readability, and versatility. It is used in a variety of fields, including web development, data analysis, artificial intelligence, and sci...
La décision arbitraire de suspendre les comptes de nombreux journalistes prise par le nouveau patron de Twitter, Elon Musk, ne passe pas. Plusieurs décideurs politiques européens ont fait savoir leur indignation.
40 / 132
https://blog.logrocket.com/getting-started-bun-react/
Bun is a JavaScript runtime that offers a rich set of features. Check Bun's speed vs. Node.js and Deno. Create a React app with Bun vs. CRA. The post Getting started with Bun and React appeared first on LogRocket Blog.
https://sungod.hashnode.dev/flutter-equatable
Hello everyone, in this article we are going in-depth with the Flutter Equatable package. We will understand why we use this package. What does it provide' What problem does it solve' and many more. So let's first understand what is the problem state...
https://css-tricks.com/css-infinite-3d-sliders/
In this series, we've been making image sliders with nothing but HTML and CSS. The idea is that we can use the same markup but different CSS to get wildly different results, no matter how many images we toss … CSS Infinite 3D Sliders originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
La Commission européenne vient d'adopter le programme de travail 2023 du Conseil européen de l'innovation (EIC). Ce dernier, créé (...)
https://librantechie.tech/data-analysis-with-python-and-streamlit
What is Streamlit' Streamlit is an open-source Python library for creating interactive data science and machine learning web applications. It is designed to make building data science tools for the web easier and faster. It allows users to quickly cr...
https://atiazulfiqar.hashnode.dev/how-to-build-crud-apis-in-nodejs-mongodb
In this tutorial, you will learn to build CRUD APIs (Create, Read, Update, Delete) in Node JS. We'll create CRUD APIs for a Recipe App. Features of the Recipe App Create a Recipe List all Recipes Update Recipe Delete a Recipe Pre Req Node & Np...
Le rapport de l'Arcom sur la consommation des biens culturels dématérialisés révèle la hausse du recours à des applications piratées pour accéder frauduleusement aux contenus des plateforme de musique ou vidéo à la demande.
https://www.synbioz.com/blog/tech/introduction-hare
Présentation du langage Hare Pour celles et ceux qui ne le savent pas déjà, je suis admiratrice de Drew Devault, un développeur qui est à l'origine d'un grand nombre d'outils que j'utilise, par exemple Sway, Aerc ou SourceHut.
https://techateur.hashnode.dev/explainer-for-the-rock-paper-scissors-game-with-python-3
import random def the_game(): player_choice = input("Enter a choice (rock, paper, scissors): ") options = ["rock", "paper", "scissors"] computer_choice = random.choice(options) response = {"player": player_choice, "computer": computer_choice...
https://www.realite-virtuelle.com/epic-games-creer-metaverse-positif-pour-tous/
Depuis longtemps, on dit qu’Epic Games crée sa propre expérience de metaverse. Le PDG de […] Cet article Epic Games veut créer un metaverse positif pour tous; y parviendra t-il' a été publié sur Réalité-Virtuelle.com.
50 / 132
https://blog.logrocket.com/build-rust-api-builder-pattern/
The Rust build pattern is deceptively simple: create an object that can hold all values and let it create our type when all the required fields are present. The post How to build a Rust API with the builder pattern appeared first on LogRocket Blog.
https://blog.logrocket.com/product-management/what-is-a-project-roadmap-overview-how-to-template/
A project roadmap is a simple table that monitors all departments' tasks and their statuses. It shows a timeline for each task, subtask, and feature. The post What is a project roadmap: Overview and how-to (with template) appeared first on LogRocket Blog.
Before getting started let's discuss this basic question. What does react do' React allows you to write maintainable and performant code by using the concept of components. Components allow you to focus on describing the UI you want. rather than foc...
https://kicode.hashnode.dev/javascript-ternary-operator
A ternary operator is used to replace an if...else statements.Basic syntax: condition ' expression1 : expression2 If the condition is true, expression1 is executed If the condition is false, expression2 is executed If statements let a = 10; let b...
https://www.realite-virtuelle.com/meta-vous-paiera-jusqua-45-000-pour-pirater-ses-casques-vr/
Meta souhaite renforcer la sécurité de ses produits matériels. Ainsi, l'entreprise a annoncé de nouvelles […] Cet article Meta vous paiera jusqu’à 45 000 $ pour pirater ses casques VR a été publié sur Réalité-Virtuelle.com.
https://whiz-code.hashnode.dev/7-tips-and-tricks-for-efficient-coding
As a programmer, efficiency is key. Not only does it save time and resources, but it also helps to produce clean and maintainable code. Here are some tips and tricks for efficient coding. Being efficient is an important skill to have as a developer, ...
Microsoft fait un grand pas en arrière en matière de cryptomonnaie. Jusqu'alors plutôt souple sur la possibilité de miner (...)
https://afiz.hashnode.dev/double-ended-queues-in-python
The regular queue data structure follows FIFO(First in First Out) rule. Queue is a great data structure, but when it comes to adding elements at the end or removing elements from the beginning, it gets complicated. This is where Double-Ended aka dequ...
Les dépôts de code open source sont un grenier renfermant souvent des trésors de grande valeur. Logique donc que les pirates s'y intéressent, (...)
https://www.realite-virtuelle.com/top-streamer-twitch-fr/
Un streamer sur Twitch diffuse ses propres séances sur la plateforme dans le but de […] Cet article Classement des streamers Twitch FR a été publié sur Réalité-Virtuelle.com.
60 / 132
https://www.lebigdata.fr/sirh-tout-savoir
La fonction ressources humaines ou RH est une élément central de toute entreprise. De fait, il importe de mettre en … Cet article SIRH : Tout savoir sur le Système d'Information des Ressources Humaines a été publié sur LeBigData.fr.
https://searchengineland.com/google-ads-updates-2022-good-bad-jury-still-out-390323
Here's a rundown of Google Ads announcements, updates and releases in 2022 and how they impact paid search marketers today and beyond. The post Google Ads updates in 2022: The good, the bad, the jury's still out appeared first on Search Engine Land.
https://codeviz.hashnode.dev/python-vs-javascript-advantages-disadvantages-and-applications
Python Python is a popular, high-level programming language known for its simplicity and ease of use. It is often used as a beginner-friendly language, as its clear and readable syntax makes it easy to learn. Python is also a versatile language that ...
https://prajwalbhatia.hashnode.dev/abortcontroller
What is Abort Controller' Javascript web API has a method named as AbortController, that allows you to cancel one or more web API requests. This AbortController has a property named signal which is used to create an abort signal that you can attach w...
Gros coup de filet pour Europol, le FBI et les services de police britanniques qui ont annoncé jeudi 15 décembre avoir mis à l'arrêt une cinquantaine de sites vendant des attaques DDoS.
https://blog.octo.com/les-evenements-octo-reviennent-en-2023/
OCTO vous propose tous les mois des événements pour échanger sur des thématiques diverses et variées. Au programme en janvier : Le Comptoir OCTO x Club Med : Se réinventer grâce à la Data et à l'IA en période de crise, Jeudi 5 janvier, 9h15 sur Zoom Par André Bourlat (Club Med) et Pierre-Yves Lesage (OCTO Technology) Comment le […] L'article Les événements OC [...]
https://www.lebigdata.fr/chatgpt-marketing
Saviez-vous que ChatGPT peut vous aider pour vos travaux de marketing ou de production de contenu ' Découvrez 5 façons … Cet article 5 façons d’utiliser ChatGPT pour le marketing ou la création de contenu a été publié sur LeBigData.fr.
https://searchengineland.com/enterprise-seo-business-communicating-c-suite-390170
Learn how to effectively engage with your organization's leaders and help them understand the incremental value of organic search. The post The enterprise business of SEO: Communicating to the C-suite appeared first on Search Engine Land.
https://soulcode.hashnode.dev/understanding-type-conversion-in-javascript-a-comprehensive-guide
Type conversion is an essential aspect of programming in JavaScript. It refers to the process of converting a value from one data type to another. Understanding how type conversion works in JavaScript is important for writing efficient and error-free...
https://itonlinetraining.hashnode.dev/python-libraries-to-master-for-data-science
You can look at data science and machine learning if you want to gain skills that are in demand. Given the increasing amount and significance of data in a modern environment, these professions have grown entirely in order in the employment market. Th...
70 / 132
https://www.blogdumoderateur.com/canva-docs-disponible-france/
Désormais, vous pouvez automatiquement transformer des documents Canva en présentations, et utiliser Magic Write pour générer du texte via l'IA !
Le fournisseur de SaaS Zoho a lancé plusieurs outils pour Desk, la principale application de sa plateforme de service client, y compris ce que l'on (...)
https://www.blogdumoderateur.com/seo-google-presente-eeat-critere-experience/
Le célèbre concept E-A-T de Google se transforme en E-E-A-T. Qu'est-ce qui change concrètement ' On fait le point !
Jean-Noël Barrot a dévoilé mercredi 14 décembre, à l'occasion des traditionnels v'ux de l'Arcep, que le gouvernement préparait un projet d'arrêté pour consacrer un 'droit au très haut débit' pour les Français, peu importe où ils se trouvent sur le territoire.
La sécurité as code commence à infuser dans les entreprises. Pour embrasser le mouvement, Google a annoncé un outil qui rendra (...)
https://akshato2.hashnode.dev/getting-started-with-numpy
What is NumPy' NumPy [Numerical Python] is a fundamental package for scientific computing with python. It was created in 2005 by Travis Oliphant. It has functions for working in the domain of arrays, linear algebra, Fourier transform, and matrices. N...
En 2023, la rémunération restera le premier critère de satisfaction pour les cadres en France, notamment dans ce contexte inflationniste (...)
https://learnwithriya.hashnode.dev/javascript-architecture-event-loop-explained
Since in JavaScript we need to run code both synchronously and asynchronously it becomes very important for us as developers to understand how this entire JS code gets executed in the background. In this article, we will understand in a step-by-step ...
Pour répondre aux besoins spécifiques des entreprises et des hyperscalers Arista Networks lance un commutateur série 7000 haut de (...)
Coup de froid sur le marché des jeux vidéo sur smartphone, qui retourne à la normale après l'euphorie de la période Covid. Les consommateurs dépensent moins dans les jeux à cause de l'inflation.
80 / 132
https://smashingmagazine.com/2022/12/optimizing-design-workflow-tools/
In this article, Ashish Bogawat shares some of his favorite ways how to boost productivity and do things faster, better, and probably more fun by using efficient tools and workflows.
https://antonermak.hashnode.dev/a-transition-from-vuejs-to-htmx-alpinejs
Web pages overload JavaScript,a harmful forceUser frustration grows VueJS Nowadays, writing frontend applications even for fairly simple apps might involve complicated and demanding technologies. A few frontend frameworks like React, VueJS, and Svelt...
https://www.lebigdata.fr/passkeys-google-chrome
Google annonce la prise en charge des passkeys sur Chrome. Tout comme Appel et Microsoft, le géant de Mountain View … Cet article Passkeys : Google vient-il de tuer les mots de passe ' Tout savoir a été publié sur LeBigData.fr.
https://www.visualcapitalist.com/science-of-nuclear-fusion/
How recent achievements in nuclear fusion may pave the future for a new form of clean and sustainable energy. The post Explainer: The Science of Nuclear Fusion appeared first on Visual Capitalist.
https://saifmohd.com/full-array-knowledge-in-one-blog
array can hold a many values in a single name and we can access the values by referring the index general blueprint of implementing an array const array_name = [item1, item2, ...]; array use numbers to access its elements array properties and methods...
https://www.blogdumoderateur.com/interview-bonnes-pratiques-productivite-agence/
Décryptage de l'importance de la gestion de la productivité pour les agences avec Teamleader.
https://sethphat.dev/php-is-freaking-turning-into-js
Yeahh boi it is true. Let's check out some of the new features (PHP8.0+) Recommendation: upgrade to PHP8.1, latest always better ' Spread $fromAnIndexArray = [1,2,3,4]; $fromAnAssocArray = [ 'seth' => 'phat', ]; $array = [ ...$fromAnIndexAr...
https://codemagic.hashnode.dev/migrating-a-flutter-app-to-material-3
This article is written by Taha Tesser and originally posted to Codemagic blog. At Google I/O 2021, Google announced the next evolution of Material Design, Material You, along with Android 12. The Material Design system's biggest overhaul yet brough...
Quatre ans après l'entrée en vigueur du règlement général sur la protection des données (RGPD), le groupe d'audit (...)
Sous certaines conditions, les spécialistes de la réparation de matériels électriques et électroniques peuvent désormais (...)
90 / 132
https://yonatankarp.com/kotlin-code-smell-011-god-objects
TL;DR: Don't take too many responsibilities. use the single responsibility principle Problems Cohesion Coupling Solutions Split responsibilities. Follow the Single Responsibility Principle. Follow The Boy Scout Rule. Examples Libraries Ex...
https://dimitryzub.hashnode.dev/pagination-techniques-to-scrape-data-from-any-website-in-python
Intro In this blog post will go over most frequent pagination techniques that could be applied to perform dynamic pagination on any website. This blog post is ongoing and will be updated if new techniques will be discovered. Dynamic vs Hardcoded Pagi...
https://www.blogdumoderateur.com/selection-formation-data-science-ia-131/
Vous êtes intéressé par le domaine de la data et l'IA ' C'est le moment de se former !
Alors que les entreprises sont en concurrence pour livrer de plus en plus d'applications et optimiser les processus métier, Gartner prévoit (...)
https://prashanthsworld.hashnode.dev/introduction-to-aws-iot-core-using-python
This Article is for Python Devs who are new to AWS IoT Core. Here I will be sharing an experimental version, How we can use AWS IoT Core for Authentication, Send messages to AWS IoT Core via MQTT and save that messages to Database through AWS Lambda ...
Après 23 ans de carrière chez Microsoft France en tant que directeur technique et sécurité de Microsoft France, Bernard (...)
S'il est une tendance technologique qui pourrait s'avérer encore plus perturbatrice et durable que le cloud, c'est bien la blockchain. Alors que (...)
« Nous sommes un groupe pharmaceutique, numéro 3 mondial, présent dans 150 pays et comptant plus de 110 000 collaborateurs », (...)
https://computercodingclass.hashnode.dev/multiple-frames-in-tkinter
multiple window/frames in tkinter gui with python. https://youtu.be/AUxiuQNG77Y
https://www.realite-virtuelle.com/code-route-la-vr-peut-vous-aider/
Le ministère du Transport a légalisé les simulateurs de conduite. Elle autorise également le lancement […] Cet article Code de la route, en quoi la VR peut vous aider ' a été publié sur Réalité-Virtuelle.com.
100 / 132
Les start-up de la French Tech ont levé plus de 40 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCAP PARTNER pour L'Usine Digitale.
https://dhruvnakum.xyz/flutter-riverpod-effortlessly-managing-api-calls-in-your-app
Introduction Welcome to my blog! In this blog, we will be exploring how to make an API call using Riverpod. If you have been following my Riverpod series, you know that we have covered a wide range of concepts related to this state management. We ...
https://linux70.hashnode.dev/liskov-substitution-principle
Liskov Substitution Principle: Subtypes must be substitutable for their base types. Here is an example of a class hierarchy that violates the Liskov Substitution Principle: class Rectangle: def __init__(self, width, height): self.width = ...
https://linux70.hashnode.dev/openclosed-principle
Open/Closed Principle: Software entities (classes, modules, functions, etc.) should be open for extension but closed for modification. Here is an example of a function that violates the Open/Closed Principle by requiring modification every time we wa...
https://kalyan-katikapalli.hashnode.dev/exploring-chatgpt-interesting-chatgpt-apps
With the success of transformer-based pretrained language models in various NLP tasks, dialogue-oriented pretrained language models have been developed. ChatGPT is an extraordinary dialogue-oriented (chatbot) model released by Open AI in November 202...
https://linux70.hashnode.dev/solid-principle-with-python
Single Responsibility Principle: A class should only have one reason to change. Here is an example of a class that violates the Single Responsibility Principle by combining two unrelated responsibilities: class Employee: def __init__(self, name,...
https://dominic.onrender.com/solid-principle-with-python
Single Responsibility Principle: A class should only have one reason to change. Here is an example of a class that violates the Single Responsibility Principle by combining two unrelated responsibilities: class Employee: def __init__(self, name,...
https://edwinvalerio.hashnode.dev/setting-up-a-simple-expressjs-server-a-beginners-guide
Express.js is a popular JavaScript library for building web applications and APIs. It is built on top of Node.js and allows you to easily create servers and routes for handling HTTP requests. To get started with Express.js, you will need to have Node...
https://edwinvalerio.com/setting-up-a-simple-expressjs-server-a-beginners-guide
Express.js is a popular JavaScript library for building web applications and APIs. It is built on top of Node.js and allows you to easily create servers and routes for handling HTTP requests. To get started with Express.js, you will need to have Node...
https://stackabuse.com/how-to-format-dates-in-python/
Introduction Python comes with a variety of useful objects that can be used out of the box. Date objects are examples of such objects. Date types are difficult to manipulate from scratch, due to the complexity of dates and times. However, Python date objects make it extremely easy to convert
110 / 132
https://wind010.hashnode.dev/codesignal-website-calendar
Another coding problem You're creating your own website for Harry Potter fans. As you all believe in magic, you're waiting for your personal letter from Hogwarts, that will definitely arrive to you some day with a magnificent owl. To be prepared for ...
https://wind010.hashnode.dev/codesignal-tennisset
Sometimes the code is cleaner if there is some pre-determination or pre-categorization of possible values. Take this problem: In tennis, the winner of a set is based on how many games each player wins. The first player to win 6 games is declared the ...
https://ishimwe.hashnode.dev/javascript-tips-tricks-for-beginners
JavaScript is a powerful and popular programming language that is commonly used to create interactive websites and web applications. If you're just getting started with JavaScript, here are a few tips and tricks that can help you get up to speed more...
https://dfoley.hashnode.dev/useful-array-methods
JavaScript arrays are a powerful and versatile data structure, and the built-in array methods make it easy to manipulate and transform your data. If you're looking to level up your JavaScript skills, mastering array methods is a must. One of the most...
Introduction React Virtualization is a technique for optimizing the performance of large, complex lists in React applications. By rendering only the items that are visible in the viewport, React Virtualization allows for smoother, more performant scr...
Note: If you want to read the blog series on Django Admin customization, then click here. Suppose you have a Book model as given below. # app_name/models.py class Book(models.Model): ... title = models.CharField(max_length=150) is_activ...
https://www.rtflash.fr/l-impression-3d-s-impose-ou-on-ne-l-attendait-pas/article
En moins d'une décennie, la fabrication additive, plus connue sous le nom d'impression 3D, s'est imposée comme nouveau procédé de production, non seulement dans l'industrie, mais, de manière plus inattendue dans beaucoup d'autres secteurs d'activités où cet outil, à la jonction de la robotique, du numérique et des nouveaux matériaux, ouvre des possibilités presque illimitées, qu'il s'a [...]
Broken down into 3 categories. Tips for: (1) Assessing a startup's trajectory. (2) Assessing your fit with the role and the team. (3) Assessing your startup readiness & shifting to a scrappier startup mindset.
https://github.com/google/osv-scanner
Find vulnerabilities affecting a project's dependencies.
https://dugas.ch/artificial_curiosity/GPT_architecture.html
"There are so many brilliant posts on GPT-3, demonstrating what it can do, pondering its consequences, vizualizing how it works. With all these out there, it still took a crawl through several papers and blogs before I was confident that I had grasped the architecture. So the goal for this page is humble, but simple: help others build an as detailed as possible understanding of the GPT-3 architect [...]
120 / 132
https://daniel.haxx.se/blog/2022/12/14/idn-is-crazy/
"IDN, International Domain Names, is the concept that lets us register and use international characters in domain names, and by international we of course mean characters outside of the ASCII range. Recently I have fought some battles against IDN and IDN decoding so I felt this urge to write a lot of words about it to help me in my healing process and maybe mend my scars a little. I am not sure it [...]
https://github.com/openai/openai-cookbook
Examples for OpenAIs API.
https://jvns.ca/blog/2022/12/08/a-debugging-manifesto/
Julia discusses the attitude and approach to take when debugging, explaining the following: (1) Inspect, don't squash. (2) Being stuck is temporary. (3) Trust nobody and nothing. (4) It's probably your code. (5) Don't go it alone. (6) There's always a reason. (7) Build your toolkit. (8) It can be an adventure.
https://www.philipotoole.com/how-i-found-a-bug-in-sqlite/
"How could the disk image be corrupted' I put it down to re-use of an error code within SQLite, which is a fairly common practice in programming generally. But then I made the real mistake. I didn't take the error seriously enough and decided it was probably something transient, never to be seen again."
https://stackoverflow.blog/2022/11/28/when-to-use-grpc-vs-graphql/
"I've read a lot of comparisons of these two protocols and wanted to write one that is comprehensive and impartial... I was inspired by the release of connect-web (a TypeScript gRPC client that can be used in the browser) and a popular HN post entitled GraphQL kinda sucks." Loren writes a thorough comparison.
https://github.com/HydrasDB/hydra
The open source Snowflake alternative. OLAP Postgres.
https://www.amazingcto.com/postgres-for-everything/
"One way to simplify your stack and reduce the moving parts, speed up development, lower the risk and deliver more features in your startup is 'Use Postgres for everything'. Postgres can replace - up to millions of users - many backend technologies, Kafka, RabbitMQ, Mongo and Redis among them." Stephan gives explicit examples how.
https://javascriptweekly.com/issues/619
#'619 ' December 16, 2022 Read on the Web ' This is the final issue of the year ' we'll be back on January 6, 2023. We hope you have a fantastic holiday season, whether or not you are celebrating, and we'll see you for a look back at 2022 in the first week of January :-)__Peter Cooper and the Cooperpress team JavaScript Weekly Announcing SvelteKit 1.0 ' Svelte is a virtual D [...]
https://shakvilla.hashnode.dev/7-data-types-in-javascript
This chapter is a critical component of JavaScript programming, as it is in all programming languages. We must understand that computer programs operate by reading and modifying text and values. These are referred to as types. JavaScript supports a v...
https://www.loicmathieu.fr/wordpress/informatique/java-20-quoi-de-neuf/
Maintenant que Java 20 est features complete (Rampdown Phase One au jour d'écriture de l'article), c'est le moment de faire le tour des fonctionnalités qu'apporte cette nouvelle version, à nous, les développeurs. Commentaires L'article Java 20 : quoi de neuf ' a été posté dans la catégorie Java de Human Coders News
130 / 132
https://www.bootrails.com/blog/ruby-array-sort/
Un article court sur le tri de tableau en Ruby. C'est un problème classique de programmation. Commentaires L'article Trier un tableau Ruby a été posté dans la catégorie Ruby de Human Coders News
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.
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.