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

« Janvier 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 17 Janvier 2023 (159)

1: Introduction à python (partie 1)

https://lushidev.hashnode.dev/introduction-a-python-partie-1

Hashnode - python (python)

Python est l'un des langages de programmation les plus populaires. Depuis des années, il occupe la première place dans le classement de langage de programmation les plus utilisés dans le monde entier. Python est souvent caractérisé par sa facilité d'...


2: Introduction à python (partie 1)

https://lushidev.com/introduction-a-python-partie-1

Hashnode - python (python)

Python est l'un des langages de programmation les plus populaires. Depuis des années, il occupe la première place dans le classement de langage de programmation les plus utilisés dans le monde entier. Python est souvent caractérisé par sa facilité d'...


3: Webinar: Maximize email engagement and personalization with data by Cynthia Ramsaran

https://searchengineland.com/webinar-maximize-email-engagement-and-personalization-with-data-391844

Search engine land (Référencement)

Learn how to deliver hyper-targeted email messaging with personalized content at every stage of the funnel. The post Webinar: Maximize email engagement and personalization with data appeared first on Search Engine Land.


4: Visualizing the World's Top 25 Fleets of Combat Tanks

https://www.visualcapitalist.com/top-25-fleets-of-combat-tanks/

Visual Capitalist (dataviz)

The tank remains the backbone of modern twenty-first century armies. This infographic shows what countries have the largest combat fleets. The post Visualizing the World's Top 25 Fleets of Combat Tanks appeared first on Visual Capitalist.


5: What's Behind The Rise Of Food Prices'

https://www.visualcapitalist.com/sp/whats-behind-the-rise-of-food-prices/

Visual Capitalist (dataviz)

Many variables contribute to the rising cost of global food. Let's take a look at two major factors influencing food prices in recent years. The post What’s Behind The Rise Of Food Prices' appeared first on Visual Capitalist.


6: Gun Detection - Using Object Detection API

https://hossamasaad.hashnode.dev/gun-detection-using-object-detection-api

Hashnode - python (python)

Introduction Object detection is a computer vision technique for locating instances of objects in images or videos. In this blog post, I will show you how I created a Gun Detection model using TensorFlow Object-Detection API. I will go throw all step...


7: Data Crawling/Scraping

https://shujaabbas.hashnode.dev/data-crawlingscraping

Hashnode - python (python)

"Data is the new oil" - Clive Humby What is Web Scraping' Web Scraping is an automatic way to retrieve unstructured data from a website and store them in a structured format. For example, if you want to analyze what kind of face mask can sell bett...


8: Issue 560 (Jan. 17, 2023)

https://pycoders.com/issues/560

pycoders (python)

#560 ' JANUARY 17, 2023 View in Browser » PEP 703: Making the GIL Optional in CPython This PEP proposes changes to the CPython build process that would allow you to build a GIL-less interpreter. This kind of interpreter would not be ABI compatible with the GIL-based one, and the programmer would become responsible for some locking situations in C-extensions. If implemented, this would lead t [...]


9: Building your own LinkedIn Profile Scraper

https://tijan.hashnode.dev/building-your-own-linkedin-profile-scraper

Hashnode - python (python)

Introduction '' Scraping is a computer technique for retrieving information from a web page and reusing it in another context. Using bots to retrieve and extract information and content from a website is known as "web scraping." Web scrapers are pro...


10 / 159

10: C or Python for beginners'

https://tushar20jain.hashnode.dev/c-or-python-for-beginners

Hashnode - python (python)

Whenever a newbie tries to enter the programming world the first question that arrives in the mind is where to start, what programming language should I learn ' And mostly goes with python. Because python has high Market demand which is true but as a...


11: Let's Parse stringified JSON in C++

https://blog.vaibhavgarg.tech/parse-json-cpp

Hashnode - javascript (Javascript)

Let's agree that JSON is meant to be extracted using JSON. Yes! Because its full form is Javascript object notation.'' But we should also agree that it's a lightweight data-interchange format that can exchange data between different programming lan...


12: What is JS & It's History

https://shivanisonwane.hashnode.dev/what-is-js-its-history

Hashnode - javascript (Javascript)

JS is JavaScript. JS is a Scripting and a programming Language. It was invented by Brendan Eich in 1995. It's initial name was Mocha. Initially it was also called(named) as LiveScript,EcmaScript. It has decision making ability. It is used to add dyna...


13: Creating a resume builder app in React Native

https://blog.logrocket.com/creating-resume-builder-app-react-native/

Log Rocket blog (Web 2)

In this project, we will create a resume builder app to demonstrate some important practical skills and techniques for mobile development. The post Creating a resume builder app in React Native appeared first on LogRocket Blog.


14: Prototype and Prototype chaining in JavaScript

https://imbeshat.hashnode.dev/prototype-and-prototype-chaining-in-javascript

Hashnode - javascript (Javascript)

What is a Prototype' Prototypes are the mechanism by which JavaScript objects inherit features from one another. All JavaScript objects inherit properties and methods from a prototype. For example: Date objects inherit from Date.prototype . Array o...


15: Day 4 of 100DaysOfCode

https://tanishastechhaven.com/day-4-of-100daysofcode

Hashnode - javascript (Javascript)

Today I Solved some Array and Object problems: Learned more about DOM and created this simple webpage for a better understanding of how the commands work: You can check out the code for all of the above here: GitHub-Day-4 Tech Treat...


16: Undefined vs. undeclared variables

https://abhishek7329.hashnode.dev/undefined-vs-undeclared-variables

Hashnode - javascript (Javascript)

It's important to distinguish between undefined and undeclared variables. Also, to is the one of most asked questions in the interview. For Example let message; console.log(message) // undefined Undefined variables are those variables which is been ...


17: About Web Development

https://harshsinghlay.hashnode.dev/about-web-development

Hashnode - python (python)

Web development is the process of creating and maintaining websites. It involves a variety of skills and technologies, including HTML, CSS, JavaScript, and programming languages like Python and Ruby. HTML (Hypertext Markup Language) is the backbone o...


18: Do you know how JavaScript manages memory'

https://codesmash.dev/do-you-know-how-javascript-manages-memory

Hashnode - javascript (Javascript)

When I was studying one of the hardest things in programming was memory management. In the vast majority of low-level languages (which you should at least briefly learn if you plan to boost your computer science understanding), memory is managed manu...


19: Variable

https://abhishek7329.hashnode.dev/variable

Hashnode - javascript (Javascript)

The variable is used to store values in it. In order to give names to any variable it's recommended to give a meaningful name. Declaring Variable let message; // declaring a variable Once any variable is been declared we need in initialize that vari...


20 / 159

20: L'horloge biologique influence fortement la réponse immunitaire et vaccinale

https://www.rtflash.fr/l-horloge-biologique-influence-fortement-reponse-immunitaire-et-vaccinale/article

Tregouet.org ()

Une étude réalisée par des chercheurs du RCSI (Royal College of Surgeons in Ireland) explique comment notre horloge biologique peut influencer nos réponses aux vaccins. Les chercheurs irlandais décryptent, dans la revue Nature Communications, le mécanisme sous-jacent selon lequel notre rythme circadien sur 24 heures influence notre réponse immunitaire aux vaccins, en fonction de l'heure de [...]


21: Web Development

https://ashish02.hashnode.dev/web-development

Hashnode - javascript (Javascript)

Web development is the process of building websites and apps for the internet or for a private network known as an intranet. Web developers bring the design and functionality of a website to life, writing code that determines things like style, layou...


23: Apple dévoile ses nouveaux MacBook Pro : jusqu'à 22h d'autonomie

https://www.blogdumoderateur.com/apple-nouveaux-macbook-pro-22-heures-autonomie/

Blog du Moderateur ()

Une nouvelle gamme de MacBook plus performants grâce aux puces M2 Pro et M2 Max !


24: UNIT TESTING WITH JEST (with example)

https://khiilara.hashnode.dev/unit-testing-with-jest-with-example

Hashnode - javascript (Javascript)

Unit testing is like when you play a game and you want to make sure all the pieces are working the way they should. Imagine you are playing with a toy car and you want to make sure it can drive forward, backward, and make turns. You test these things...


25: How to build Regression Models'

https://sanjanablogs.hashnode.dev/how-to-build-regression-models

Hashnode - python (python)

Regression is a method that is used to analyze and understand the relationship between two or more variables of interest. It helps to analyse how one variable is influencing the output. You have got two types of variables that are been used in Machin...


26: JavaScript in Details

https://sandeeppatel143.hashnode.dev/javascript-in-details

Hashnode - javascript (Javascript)

What is Javascript' ' A scripting language that allows you to implement complex features on web pages. ' Enables you to update content dynamically, control multimedia, animate images, and much more. ' We use HTML to structure and give meaning to our ...


27: Stubs/fakes(casting as a particular object)

https://khiilara.hashnode.dev/stubsfakescasting-as-a-particular-object

Hashnode - javascript (Javascript)

Stubs are a key tool for software testing, allowing developers to test individual units of code in isolation by replacing external dependencies with simplified versions. Here's an example of a stub in use: import { IncomingMessage } from "http"; impo...


28: Pact (Contract Testing) API testing

https://nufayl.hashnode.dev/pact-contract-testing-api-testing

Hashnode - javascript (Javascript)

Contract testing is a technique used to ensure that different systems or components of a system can communicate with each other as expected. One popular tool for contract testing is Pact. Pact is a testing framework that allows you to write tests for...


29: Using Re.pack for large-scale React Native projects

https://blog.logrocket.com/repack-large-scale-react-native-apps/

Log Rocket blog (Web 2)

Re.pack, the webpack-based toolkit, allows large-scale React Native apps to benefit from features like code splitting and module federation. The post Using Re.pack for large-scale React Native projects appeared first on LogRocket Blog.


30 / 159

30: Les Macbook Pro et Mac Mini passent au M2 Pro

https://www.lemondeinformatique.fr/actualites/lire-les-macbook-pro-et-mac-mini-passent-au-m2-pro-89239.html

Le monde informatique (Internet / Informatique)

Apple vient de mettre à jour sa gamme Powerbook Pro avec des modèles 14 et 16 pouces équipés de puces M2 Pro et Pro Max (sur (...)


31: what is a pure function in javascript'

https://navneshblog.io/what-is-a-pure-function-in-javascript

Hashnode - javascript (Javascript)

hey developers, After so many confusing explanations we can conclude it in one line "A function is pure when it returns the same result for the same input props"


32: Quels produits virtuels peut-on revendre '

https://www.usine-digitale.fr/article/quels-produits-virtuels-peut-on-revendre.N2085881

L'usine-digitale (Informatique)

A l'heure de la multiplication des produits ou biens purement virtuels, se pose avec acuité la question de leur revente. En effet, si pour des produits ou des biens matériels, le principe de la revente est acquis (sous conditions), il ne semble pas en aller de même pour les produits ou biens virtuels. Pascal Agosti, avocat associé du Cabinet Caprioli & Associés, fait le point sur les règles [...]


33: Day 4 100DaysToCode

https://jeanger.hashnode.dev/day-4-100daystocode

Hashnode - javascript (Javascript)

Started learning JavaScript today, learned about variables, numbers, and running a js code on DevTools. I guess I'll be a bit confused about how the "+" sign can both mean addition and concatenation. Also a bit cool that when declaring a number, you ...


34: Deploy node js apps on Railway

https://abelwanyonyi.hashnode.dev/deploy-node-js-apps-on-railway

Hashnode - javascript (Javascript)

Heroku free tier was one of the best and most used for the deployment of backend apps. But the Heroku free tier ended last year. If you want to host your static website for free, you can use netlify or even vercel, but when you want to deploy your ba...


35: Mycophyto, qui utilise l'IA pour enrichir les sols, lève 4 millions d'euros

https://www.usine-digitale.fr/article/mycophyto-qui-utilise-l-ia-pour-enrichir-les-sols-leve-4-millions-d-euros.N2086646

L'usine-digitale (Informatique)

Microbiologie et technologie travaillent de concert avec Mycophyto. La start-up s'appuie sur une base de données et sur l'intelligence artificielle pour revitaliser les sols et accélérer le développement des plantes. Une levée de fonds de plus de quatre millions d'euros va l'aider à passer à l'échelle industrielle.


36: Setting up Python Playground

https://blog.bhuvanpati.com/setting-up-python-playground

Hashnode - python (python)

In this blog series, I'll share various topics related to Python programming to create security tools. We'll cover everything from basic Python concepts such as data types, variables, and control flow to advanced Python features such as decorators, g...


37: React useEffect

https://nufayl.hashnode.dev/react-useeffect

Hashnode - javascript (Javascript)

The useEffect hook in React allows you to synchronize a component with an external system. It is a way to tell React that your component needs to do something after render. It accepts a callback function that contains instructions on what to do after...


38: Introduction to My New Journey

https://ankitkaswan.hashnode.dev/introduction-to-my-new-journey

Hashnode - javascript (Javascript)

Hello Everyone ! My name is Ankit. I graduated with B.Tech in Printing Technology. I am happy to share with you that I start my journey in the direction of Full Stack Web development. Thanks to all my good wishes and friends who motivate me for this ...


39: 10 Great WordPress Plugins in 2023

https://www.webdesignerdepot.com/2023/01/10-great-wordpress-plugins-in-2023/

Webdesigner depot (Design)

WordPress is a highly flexible content management system for website creation. A key reason for this flexibility is the wide variety of plugins available. You can add features and other improvements to your site. The thousands of available useful WordPress plugins cover almost every feature for any type of website. Your website's niche determines the […] The post 10 Great WordPress Plugins i [...]


40 / 159

40: Array Methods in JavaScript

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

Hashnode - javascript (Javascript)

Array An array is a single variable, which holds more than one value. A pair of square brackets [ ] can be used to symbolize an array in JavaScript. Syntax const array_name = [Item1,Item2,Item3,....]; Example const fruit = ['apple','mango','grapes',...


41: Data Vis Dispatch, January 17

https://blog.datawrapper.de/data-vis-dispatch-january-17-2023/

Data Wrapper ()

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


42: E-santé : Docaposte sur le point d'acquérir l'éditeur Maincare

https://www.lemondeinformatique.fr/actualites/lire-e-sante-docaposte-sur-le-point-d-acquerir-l-editeur-maincare-89235.html

Le monde informatique (Internet / Informatique)

Docaposte, branche numérique du groupe La Poste, a fait part de son intention d'acquérir Maincare. Ce dernier est éditeur de (...)


43: Prototype & Prototype Chaining

https://ahmadrafe.hashnode.dev/prototype-prototype-chaining

Hashnode - javascript (Javascript)

Prototype JavaScript is a prototype-based language. In a simple sentence, we understand prototype that all JavaScript objects inherit properties and methods from a prototype. Every function and object has a property named "prototype" by default in Ja...


44: The Hoisting in JavaScript.

https://harshjain.hashnode.dev/the-hoisting-in-javascript

Hashnode - javascript (Javascript)

Well, you would have heard of this term(at least some of you), no worries if you haven't, we'll get it covered for everyone! Are you excited' If not, get excited, you are going to learn something new and interesting! (or maybe revising). First of all...


45: The Ultimate Guide to Building an Audio Player With React Native and Expo

https://mihnea.hashnode.dev/how-to-build-an-app-with-react-native

Hashnode - javascript (Javascript)

Building a mobile app is a great asset to any developer's portfolio. With mobile phones getting smarter each generation, it's a skill that is only going to continue to grow. But building mobile apps can be quite difficult. Or so it was tough. Because...


46: History of JavaScript.

https://deep-blog.dev/history-of-javascript

Hashnode - javascript (Javascript)

History of JavaScript' JavaScript was invented by Brendan Eich in 1995. It was developed for Netscape 2 and became the ECMA-262 standard in 1997. After Netscape handed JavaScript over to ECMA, the Mozilla foundation continued to develop JavaScript...


47: Gérald Karsenti tourne la page de SAP France et de l'IT

https://www.lemondeinformatique.fr/actualites/lire-gerald-karsenti-tourne-la-page-de-sap-france-et-de-l-it-89234.html

Le monde informatique (Internet / Informatique)

Mettre en scène son départ, voilà un procédé inhabituel dans l'IT. Dans un post sur son compte Linkedin, Gerald (...)


48: JavaScript and Computational Thinking (Lesson One)

https://thedevocado.hashnode.dev/javascript-and-computational-thinking-lesson-one

Hashnode - javascript (Javascript)

The Bigger Picture This series would take a more narrative approach, following the journey of a JavaScript developer as he learns and apply problem-solving strategies to become a more effective developer. He would give examples of the problems he ran...


49: Local Storage & Session Storage in JavaScript

https://bobby-sadhwani.hashnode.dev/local-storage-session-storage-in-javascript

Hashnode - javascript (Javascript)

Local Storage & Session Storage are HTML5's web storage feature that lets you store some information locally on the user's computer, similar to cookies. The information stored in the web storage isn't sent to the web server. Web storage allows you to...


50 / 159

50: Storybook visual regression testing with Lost Pixel and React

https://blog.logrocket.com/storybook-visual-regression-testing-lost-pixel-react/

Log Rocket blog (Web 2)

Explore using Lost Pixel in your projects for detecting UI regressions. List Pixel is an open source tool that renders and compares actual images of components. The post Storybook visual regression testing with Lost Pixel and React appeared first on LogRocket Blog.


51: You are not your customer: How to avoid building the wrong product

https://blog.logrocket.com/product-management/you-are-not-your-customer-how-to-avoid-building-the-wrong-product/

Log Rocket blog (Web 2)

If you see yourself as the customer, you'll make decisions based on what YOU deem necessary. The problem is that your customers may not agree. The post You are not your customer: How to avoid building the wrong product appeared first on LogRocket Blog.


52: Using Python to analyze SEO

https://pythonology.hashnode.dev/using-python-to-analyze-seo

Hashnode - python (python)

So I was wondering how I can analyze the on-page SEO of my website pythonology.eu and obviously there were tens of SEO analyzers out there! So, I thought about how I can make my own! Apparently, there is already a Python library called pyseoanalyzer,...


53: Uploading files to Azure storage account using FastAPI

https://amitprafull.com/uploading-files-to-azure-storage-account-using-fastapi

Hashnode - python (python)

I've been lately playing around a lot with MS Azure, the world's second most popular cloud platform right behind AWS (Amazon Web Services). Recently, I implemented file upload feature from my application directly to Azure Storage. In this post, I'd b...


54: Le cloud souverain est mort, vive le cloud de confiance

https://www.lemondeinformatique.fr/actualites/lire-le-cloud-souverain-est-mort-vive-le-cloud-de-confiance-89226.html

Le monde informatique (Internet / Informatique)

Cloud souverain : souveraineté et résilience ou confiance ' Vaste question à laquelle Dominique Luzeaux, directeur de l'Agence (...)


55: Maladie d'Alzheimer et diabète : une base moléculaire commune'

https://www.rtflash.fr/maladie-d-alzheimer-et-diabete-base-moleculaire-commune/article

Tregouet.org ()

Des pharmacologues et biologistes de l'Université technique de Munich (TUM), ont développé des peptides synthétiques qui peuvent supprimer la formation d'agrégats amyloïdes nocifs, un processus caractéristique non seulement de la maladie d'Alzheimer mais aussi du diabète de type 2. Non seulement c'est l'espoir d'un nouveau candidat efficace à bloquer ce processus pathologique, mais aussi [...]


56: History of JavaScript and EcmaScript.

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

Hashnode - javascript (Javascript)

What is JavaScript' o. A scripting language that allows you to implement complex features on web pages. o. It enables you to update content dynamically, control multimedia, animate images and much more. o. We use HTML to structure our webpage and gi...


57: Headless Components

https://blog.alyssaholland.me/headless-components

Hashnode - javascript (Javascript)

Headless components are a trend that I've seen emerge over the past couple of years. With veteran libraries like Downshift and ReachUI and newer libraries like Radix and Headless UI, it seems to be a trend that is here to stay. Throughout this articl...


58: Stocker l'information dans des molécules magnétiques

https://www.rtflash.fr/stocker-l-information-dans-molecules-magnetiques/article

Tregouet.org ()

Les matériaux magnétiques moléculaires sont des objets innovants qui pourraient permettre le stockage d'information binaire, voire quantique, à une échelle très réduite. Par exemple, une molécule-aimant est un aimant formé d'une seule molécule dont l'aimantation, sous l'action d'un champ magnétique, peut présenter deux états. Il est possible de passer réversiblement d'un état à l'a [...]


59: Réchauffement climatique : la Terre va perdre jusqu'à 10 % de ses animaux et ses plantes d'ici 2050

https://www.rtflash.fr/rechauffement-climatique-terre-va-perdre-jusqu-10-ses-animaux-et-ses-plantes-d-ici-2050/article

Tregouet.org ()

Une étude publiée le 16 décembre dernier dans Science Advances montre à quel point les crises du climat et de la biodiversité sont intimement liées. Alors que la planète est entrée dans la sixième extinction de masse, les scientifiques avaient jusqu'à présent du mal à évaluer le taux d'extinction de la faune et de la flore causée par la surexploitation des terres et des ressources, l [...]


60 / 159

60: How to Setup and Run Apache Airflow Locally'

https://dataanddevops.com/how-to-setup-and-run-apache-airflow-locally

Hashnode - python (python)

tl;dr get the bash script Have Python installed in your system, 3.8+ Create a folder mkdir -p "/Users/$(whoami)/projects/airflow-local" export AIRFLOW_HOME="/Users/$(whoami)/projects/airflow-local" cd airflow-local Set airflow version AIRFLOW...


61: La stimulation électrique cérébrale confirme ses potentialités pour restaurer la mémoire

https://www.rtflash.fr/stimulation-electrique-cerebrale-confirme-ses-potentialites-pour-restaurer-memoire/article

Tregouet.org ()

Des chercheurs de la Wake Forest University (Caroline-du-Nord)  ont mis au point un dispositif capable de restaurer, en partie, la mémoire des patients atteints de lésions dans le cerveau. Il s'agit d'électrodes cérébrales qui imitent l'hippocampe ' la zone touchée en cas de troubles de la mémoire ' et stimulent l'encodage des souvenirs. [...]


62: Comment Seoul simplifie la vie de ses citoyens grâce au metaverse

https://www.realite-virtuelle.com/metaverse-seoul-simplifie-vie-citoyens/

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

Le gouvernement métropolitain de Séoul a lancé une plateforme publique de metaverse. Il l'a baptisé […] Cet article Comment Seoul simplifie la vie de ses citoyens grâce au metaverse a été publié sur Réalité-Virtuelle.com.


63: Roadmap and features for 2023

https://medusajs.hashnode.dev/roadmap-and-features-for-2023

Hashnode - javascript (Javascript)

For 2023, our main mission at Medusa is to ensure our platform provides more extensibility and composability. So, our roadmap contains features that push our platform towards these goals. Although we have many features planned out for 2023, this arti...


64: Roadmap and features for January 2023

https://medusajs.hashnode.dev/roadmap-and-features-for-january-2023

Hashnode - javascript (Javascript)

For 2023, our main mission at Medusa is to ensure our platform provides more extensibility and composability. So, our roadmap contains features that push our platform towards these goals. Although we have many features planned out for 2023, this arti...


65: useState() and useEffect()

https://dhawalpandya01.hashnode.dev/usestate-and-useeffect

Hashnode - javascript (Javascript)

React hooks are a new feature in React that was introduced in React 16.8. They allow you to use state and other React features without writing a class. This makes it easy to share stateful logic between components and can make function components as ...


66: [Resolved] String is not defined in Passing string Parameter in JavaScript function

https://www.yourowncodes.com/string-is-not-defined-while-passing-string-parameter-in-javascript-function/

Your Own Codes ()

Resolving error String is not defined while Passing string Parameter in JavaScript function The post [Resolved] String is not defined in Passing string Parameter in JavaScript function appeared first on YOC.


67: BOM: Browser Object Model

https://codechitra.hashnode.dev/bom-browser-object-model

Hashnode - javascript (Javascript)

JavaScript is an object-based programming language, almost everything in JavaScript is an object(e.g. arrays, functions, etc). Similarly, the browser is also made up of objects. To make our web app more interactive the browser provides us with a rema...


68: La French Tech garde la tête haute avec 13,49 Md' levés en 2022

https://www.lemondeinformatique.fr/actualites/lire-la-french-tech-garde-la-tete-haute-avec-13-49-mdeteuro-leves-en-2022-89230.html

Le monde informatique (Internet / Informatique)

L'année des turbulences. Voilà comment pourrait être qualifiée 2022 aussi pour les start-ups. En décembre dernier, Atomico (...)


69: In-Memory Databases that Work Great with Python

https://memgraph.hashnode.dev/in-memory-databases-that-work-great-with-python

Hashnode - python (python)

What Is an In-Memory Database' An in-memory database is a database that is kept in the main memory (RAM) of a computer and controlled by an in-memory database management system. When analyzing information in an in-memory database, only the RAM is use...


70 / 159

70: Concurrent programming in NodeJs

https://dhanushnehru.hashnode.dev/concurrent-programming-in-nodejs

Hashnode - javascript (Javascript)

One of the strengths of Node.js is its ability to handle multiple tasks simultaneously, through a technique called concurrency. This allows your application to perform multiple tasks at the same time, instead of waiting for one task to be complete be...


71: What is the 80/20 rule (Pareto Principle) in business'

https://blog.logrocket.com/product-management/what-is-80-20-rule-business/

Log Rocket blog (Web 2)

Using the 80/20 elements, outcome, simplicity, progress, and satisfaction, will help you understand whether the last 20 percent of outcome is worth pursuing. The post What is the 80/20 rule (Pareto Principle) in business' appeared first on LogRocket Blog.


72: Getting started with NextUI and Next.js

https://blog.logrocket.com/started-nextui-next-js/

Log Rocket blog (Web 2)

In this article, we will look at a new UI library for React and Next.js, NextUI, to build a simple ecommerce application. The post Getting started with NextUI and Next.js appeared first on LogRocket Blog.


73: Code Documentation, Streamlined

https://smashingmagazine.com/2023/01/swimm-code-documentation-streamlined/

Smashing magazine (Web 2 / CSS)

Writing code documentation can be overwhelming when there's no smooth process in place. Streamlining best practices and setting automation in your favor works a long way toward getting permanently up-to-date content that reflects the important pieces of your codebase.


74: Google ranking signals: A complete breakdown of all confirmed, rumored and false factors

https://searchengineland.com/google-ranking-signals-complete-breakdown-391784

Search engine land (Référencement)

An easy-to-read, highly condensed analysis of all the known, confirmed, rumored, and absolute myth-level Google ranking factors. The post Google ranking signals: A complete breakdown of all confirmed, rumored and false factors appeared first on Search Engine Land.


75: 6 Common SVG Fails (and How to Fix Them)

https://css-tricks.com/6-common-svg-fails-and-how-to-fix-them/

css-tricks (CSS)

Someone recently asked me how I approach debugging inline SVGs. Because it is part of the DOM, we can inspect any inline SVG in any browser DevTools. And because of that, we have the ability to scope things out and … 6 Common SVG Fails (and How to Fix Them) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


76: Ottho ouvre un bootcamp axé no code avec Contournement

https://www.lemondeinformatique.fr/actualites/lire-ottho-ouvre-un-bootcamp-axe-no-code-avec-contournement-89228.html

Le monde informatique (Internet / Informatique)

Pour faire face à la pénurie de développeurs, les entreprises accorderont de plus en plus d'importance aux outils no code. Conscients (...)


77: Mastering JavaScript: 30 Hands-on Projects for Beginners (Project Series 1/30)

https://georgeudonte.hashnode.dev/mastering-javascript-30-hands-on-projects-for-beginners-project-series

Hashnode - javascript (Javascript)

It is common to see newbie frontend techies getting comfortable with HTML, making good progress with CSS, but getting stuck with understanding JavaScript. While some stay on course in trying to decipher how the language works, some give up at that po...


78: Les services d'OpenAI débarquent sur Microsoft Azure

https://www.lemondeinformatique.fr/actualites/lire-les-services-d-openai-debarquent-sur-microsoft-azure-89229.html

Le monde informatique (Internet / Informatique)

C'est Satya Nadella, CEO de Microsoft, en personne qui a annoncé dans un blog la disponibilité générale d'Azure (...)


79: Coinbase, Citrix, Alphabet' Les derniers plans de licenciements dans la Tech

https://www.usine-digitale.fr/editorial/coinbase-vodafone-alphabet-les-derniers-plans-de-licenciements-dans-la-tech.N2086946

L'usine-digitale (Informatique)

Hémorragie dans le secteur des plateformes de trading de cryptomonnaies, suppressions de postes dans l'informatique et les télécoms, cure d'amincissement dans la division projets spéciaux au sein de la maison mère de Google' Le point sur les principales restructurations.


80 / 159

80: Who is Back-end developer' and what is his responsibility .

https://akashkr.hashnode.dev/who-is-back-end-developer-and-what-is-his-responsibility

Hashnode - javascript (Javascript)

In simple word Back ' end developer are that experts who build and maintain the mechanism that process data and perfome action on website. Unlike front-end developer who control everything you see on the website. Back-end developer are involved in da...


81: Comment gérer les données cloud de votre PlayStation 5 '

https://www.lebigdata.fr/gerer-donnees-cloud-playstation-5

Le Big Data (dataviz)

La PlayStation 5 est une console de jeux vidéo très avancée qui offre aux joueurs des performances et des graphismes … Cet article Comment gérer les données cloud de votre PlayStation 5 ' a été publié sur LeBigData.fr.


82: How to Hire a Top-Notch Candidate from Virtual Hiring'

https://www.noupe.com/business-online/how-to-hire-a-top-notch-candidate-from-virtual-hiring.html

Noupe (conception)

Recruitment processes have changed drastically over the past few years. Again, the pandemic situation has forced candidate assessments and interviews to occur tenuously. If a proper approach is carried out, virtual hiring can prove to be a superior way of hiring candidates compared to in-person interviews. No doubt, virtual hiring lacks the benefits of in-person... The post How to Hire [...]


83: Le PSVR 2 permettra-t-il de jouer à des jeux PC VR '

https://www.realite-virtuelle.com/psvr-2-jeux-pc-vr/

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

Beaucoup se demandent si le casque VR next-gen de Sony, le PSVR 2, offrira la […] Cet article Le PSVR 2 permettra-t-il de jouer à des jeux PC VR ' a été publié sur Réalité-Virtuelle.com.


84: How to avoid 7 mistakes that tank retail Performance Max campaigns

https://searchengineland.com/retail-performance-max-campaign-mistakes-391772

Search engine land (Référencement)

Learn how you can avoid repeating some serious mistakes that advertisers have made with their Performance Max campaigns. The post How to avoid 7 mistakes that tank retail Performance Max campaigns appeared first on Search Engine Land.


85: Managing Packages with NPM: How to use the package JSON file

https://fishonsnote.hashnode.dev/managing-packages-with-npm-how-to-use-the-package-json-file

Hashnode - javascript (Javascript)

Managing packages is a major aspect of the backend development process because it allows you to keep track of your software, update it, and upgrade them where necessary. For Node, we used NPM (node package manager) to manage packages and libraries wh...


86: Do you know about Browser Engine '

https://heyman.hashnode.dev/do-you-know-about-browser-engine

Hashnode - javascript (Javascript)

Whenever we write code in Html , Css in any of the compiler , first the code gets rendered and then we get the output on our web browser . So a Browser Engine is nothing but a software whose aim is to render the code and so we can see the desired out...


87: 12+ Best Node.js Frameworks for Web App Development in 2023

https://flatlogicplatform.hashnode.dev/12-best-nodejs-frameworks-for-web-app-development-in-2023

Hashnode - javascript (Javascript)

Node.js is getting increasingly popular among developers, to the point where some developers call Node.js their primary choice for backend development. In this article, we review the 12 best Node.js web frameworks that we rate according to their popu...


88: Models in Django

https://akolade.hashnode.dev/models-in-django

Hashnode - python (python)

One of the key features of Django is it use of models, which are used to represent the data in a Django application. Now before we move, this is a continuation of my Django Basics series, you can read them here What are Models Models in Django are de...


89: Conditional Statement In JavaScript

https://ankitdevelops.hashnode.dev/conditional-statement-in-javascript

Hashnode - javascript (Javascript)

We make decisions all the time "Should I learn DSA" or "Should I learn web development", Conditional statement allows representing such decision-making in JavaScript. Conditional Statements are used to perform different actions based on different con...


90 / 159

90: Python Recursion question 1

https://amankesharwani.hashnode.dev/python-recursion-question-1

Hashnode - python (python)

Write a Python program to calculate the sum of a list of numbers. def list_sum(num_List):    if len(num_List) == 1:        return num_List[0]    else:        return num_List[0] + list_sum(num_List[1:])        print(list_sum([2, 4, 5, 6, 7]))


91: How to sort an array of objects by one or more of their properties

https://codelery.hashnode.dev/how-to-sort-an-array-of-objects-by-one-or-more-of-their-properties

Hashnode - javascript (Javascript)

If you have an array of objects such as people, cars etc., and you wish to sort them in a given order, the sort method of the array object is handy in doing so. The sort method is not limited to primitive values like a number and a string, it is also...


92: Docaposte s'offre Maincare, éditeur de logiciels de santé pour les hôpitaux

https://www.usine-digitale.fr/article/docaposte-s-offre-maincare-editeur-de-logiciels-de-sante-pour-les-hopitaux-et-poursuit-la-securisation-des-donnees-patient.N2086921

L'usine-digitale (Informatique)

Docaposte, filiale numérique du groupe La Poste, est entré en négociations exclusives avec Maincare, un des leaders de l'accompagnement de la transformation numérique des hôpitaux en France. Par cette nouvelle acquisition, Docaposte cherche à créer un leader sur la transformation numérique des acteurs de la santé, notamment sur la souveraineté et la conformité des données patient.


93: How to optimize Core Web Vitals in 2023 by DebugBear

https://searchengineland.com/how-to-optimize-core-web-vitals-in-2023-391050

Search engine land (Référencement)

Follow these tips to pass Google's page experience requirements and rank higher than your competition. The post How to optimize Core Web Vitals in 2023 appeared first on Search Engine Land.


94: IBM's Entire AIX Development Is Now Based in India

https://www.webpronews.com/ibms-entire-aix-development-is-now-based-in-india/

WebProNews SEO (Développement)

WebProNews IBM’s Entire AIX Development Is Now Based in India IBM's entire AIX development effort has been moved to India, a stark change from just a few months ago. IBM’s Entire AIX Development Is Now Based in India Staff


95: Python Importance

https://coding.sn/python-importance

Hashnode - python (python)

Python is an easy & flexibility language to write code and learn easily. world famous language nowadays is python, Nowadays all organizations use Python language directly or indirectly. In machine learning, Python is the core language and most usable...


96: My first blog

https://satyam19711.hashnode.dev/my-first-blog

Hashnode - javascript (Javascript)

This is my first blog on Hashnode about JavaScript. JavaScript is a popular programming language used to create dynamic, interactive web content. It is a powerful language that can be used to create complex web applications and websites. JavaScript h...


97: How to preload images for canvas in JavaScript

https://blog.akbal.dev/how-to-preload-images-for-canvas-in-javascript

Hashnode - javascript (Javascript)

Introduction This past week I was toying around with the HTML5 canvas element, trying to join two images together. At first, it seemed fine, but when I tried to reload the website, it was a mess. One image would load, but the other wouldn't. Investig...


98: My First BLOG

https://myfirstblogday1.hashnode.dev/my-first-blog

Hashnode - javascript (Javascript)

hi! so my name is pranesh deshmukh. i am basically here to explore but what brought me here was an assignment which my course teachers told me to do! in the year 2023, i vow to write blogs very frequent. bye!


99: L'offre SecNumCloud tire OVH au 1er trimestre 2023

https://www.lemondeinformatique.fr/actualites/lire-l-offre-secnumcloud-tire-ovh-au-1er-trimestre-2023-89225.html

Le monde informatique (Internet / Informatique)

OVH est sur la bonne voie vers son objectif de croissance de chiffre d'affaires de l'ordre de 14 % à 16 % cette année. Pour le compte de (...)


100 / 159

100: How JavaScript Works Under the Hood, Explained for Dummies

https://ali8mustafa.hashnode.dev/how-javascript-works-under-the-hood-explained-for-dummies

Hashnode - javascript (Javascript)

You might know how JavaScript works as you write it every day but have you ever wondered how the browser reads your written code and what does really happen under the hood, you write code in your text editor but how it will turn to zeros and ones. Th...


101: French Tech : levées de fonds, nouvelles licornes, le bilan de l'année 2022

https://www.blogdumoderateur.com/french-tech-bilan-annee-2022/

Blog du Moderateur ()

Avec 17 % de progression par rapport à 2021, la France tire son épingle du jeu vis-à-vis de l'Allemagne et du Royaume-Uni.


102: iPhone : la liste des bugs les plus fréquents depuis la sortie d'iOS 16

https://www.blogdumoderateur.com/iphone-liste-bugs-ios-16/

Blog du Moderateur ()

Vous rencontrez de nombreux bugs sur votre iPhone depuis iOS 16 ' Vous n'êtes pas seul(e).


103: I'm New Here Or In this Community

https://vimalkrsde.hashnode.dev/im-new-here-or-in-this-community

Hashnode - javascript (Javascript)

Myself Vimal Kumar Azad,I don't Know Much About Hashnode I joined Becoz My mentor Had Said This To me.And Plz Don't Judge Me My English Is very Weak. I learned Today How To Built Linkedin And Github Profile,Previously Learned Basics Of Web Developmen...


104: Samsung détrône IBM au palmarès des brevets

https://www.lemondeinformatique.fr/actualites/lire-samsung-detrone-ibm-au-palmares-des-brevets-89227.html

Le monde informatique (Internet / Informatique)

29 ans, c'est la durée pendant laquelle IBM a monopolisé la première place du dépôt de brevets au niveau mondial. (...)


105: What is JavaScript'

https://digitcrab.hashnode.dev/what-is-javascript

Hashnode - javascript (Javascript)

Javascript is just another Programming Language. Yes! That's it. Javascript is a programming language just that is one of the core technology of the World Wide Web (WWW). Javascript is often abbreviated as JS. Javascript is one of the most popular p...


106: Les chiffres de la manipulation des audiences sur les plateformes de streaming musical

https://www.usine-digitale.fr/article/entre-1-et-3-milliards-de-streams-frauduleux-sur-les-plateformes-d-ecoute.N2086871

L'usine-digitale (Informatique)

Le Centre national de la musique (CNM) établit qu'entre 1 et 3 milliards de streams étaient frauduleux en 2021, ce qui représente 1 à 3% du total des écoutes sur les plateformes musicales. Des chiffres qui ne révèlent certainement que la partie émergée de l'iceberg.


107: Fulfilling My Father's Dream in Coding

https://umakant99.hashnode.dev/fulfilling-my-fathers-dream-in-coding

Hashnode - javascript (Javascript)

I lost my father and mother in an accident. My father always wanted me to make my future in software industry because he knew that I was interested in coding and software fields since I was in 8th standard. Although I was good at it but I wasn't perf...


108: Snow cover mapped using snowflakes

https://flowingdata.com/2023/01/17/snow-cover-mapped-using-snowflakes/

Flowing data (dataviz)

To show snow cover across the United States, Althea Archer for the USGS…Tags: Althea Archer, R, snow, USGS


109: 9 Best WordPress Plugins for 2023

https://tympanus.net/codrops/2023/01/17/9-best-wordpress-plugins-for-2023/

Codrops (Design / Internet)

A collection of great WordPress plugins to boost your business in 2023.


110 / 159

110: Python Programming 01: A Beginner's Guide to Python Language

https://snmcode.hashnode.dev/python-programming-01-a-beginners-guide-to-python-language

Hashnode - python (python)

What is Python' Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for : web development(server-side), software development, system scripting etc. What can Python Do' Python can be use...


111: Server - Client Comm (API: GET, POST)

https://chloelaureate.hashnode.dev/server-client-comm-api-get-post

Hashnode - javascript (Javascript)

This is OpenAPI info opened via Jsonview. Json consists of Key:Value (similar to data type dic) Key : {Value(Dictionary)} row: [List] API is like a bank teller counter. Depending on whether you're an individual or a corporate customer, they handle ...


112: Cette entreprise dévoile la facture ' obscène ' qui lui a fait quitter le Cloud

https://www.lebigdata.fr/entreprise-devoile-facture-cloud

Le Big Data (dataviz)

37Signals, l'entreprise qui gère Basecamp, avoue avoir quitté le cloud l'année dernière en raison d'une facture démesurée. Depuis, l'entreprise s'efforce … Cet article Cette entreprise dévoile la facture ' obscène ' qui lui a fait quitter le Cloud a été publié sur LeBigData.fr.


113: Wagtail finding url name for submitting new translation

https://grep.koditi.my/wagtail-finding-url-name-for-submitting-new-translation

Hashnode - python (python)

We're adding Translations tab to the wagtail admin edit pages. Something like this:- And if there's no translation yet, add link for creating new translation like this:- So I was scouring wagtail github repo looking for the url name to be used in t...


114: Décryptage des nouveaux nouveaux médias numériques

https://fredcavazza.net/2023/01/17/decryptage-des-nouveaux-nouveaux-medias-numeriques/

Cavazza, Fred (Internet / Web 2)

À une époque pas si lointaine, les médias numériques (portails…) étaient considérés comme la relève des médias traditionnels. Puis il y a eu la vague des médias sociaux ; et après elle, celle des applications sociales. Nous avons alors commencé à voir émerger des productions natives des médias sociaux et des smartphones (ex : Brut), … Lire la suite Décryptage des nouvea [...]


115: Serverless Function For Website

https://scofield.hashnode.dev/serverless-function-for-website

Hashnode - javascript (Javascript)

Maintaining servers took a lot of work for web developers. Still, the invention of the Serverless function has made it easy to host and maintain our site and allows developers to focus more on their code development. Serverless Function Serverless pr...


116: Bots malveillants : 3 méthodes pour les détecter sur votre site web

https://www.blogdumoderateur.com/bots-malveillants-methodes-detecter-site-web/

Blog du Moderateur ()

Découvrez 3 méthodes pour détecter la présence de bad bots sur votre site Internet.


117: Des correctifs importants attendus pour iOS 16

https://www.lemondeinformatique.fr/actualites/lire-des-correctifs-importants-attendus-pour-ios-16-89221.html

Le monde informatique (Internet / Informatique)

Lorsque la version 16.3 d'iOS arrivera, elle pourrait contenir deux gros correctifs que les utilisateurs d'iPhone attendent depuis longtemps. Il semblerait (...)


118: Sécurité renforcée pour les VM dans les Xeon Sapphire Rapids

https://www.lemondeinformatique.fr/actualites/lire-securite-renforcee-pour-les-vm-dans-les-xeon-sapphire-rapids-89218.html

Le monde informatique (Internet / Informatique)

Annoncée la semaine dernière, la famille de puces pour serveurs Xeon de quatrième génération d'Intel s'enrichit (...)


119: Le marché des logiciels d'entreprise estimé à 385 Md$ en 2026

https://www.lemondeinformatique.fr/actualites/lire-le-marche-des-logiciels-d-entreprise-estime-a-385-md%24-en-2026-89224.html

Le monde informatique (Internet / Informatique)

IDC table sur une croissance robuste à moyen terme pour le marché mondial des applications pour entreprise (ERP, CRM, gestion de la chaine (...)


120 / 159

120: Avec Report One, le groupe Gagneraud pilote ses données financières

https://www.lemondeinformatique.fr/actualites/lire-avec-report-one-le-groupe-gagneraud-pilote-ses-donnees-financieres-89219.html

Le monde informatique (Internet / Informatique)

Spécialisé dans le BTP, le groupe Gagneraud réunit 50 entreprises indépendantes et compte 3 000 collaborateurs. Afin de centraliser (...)


121: Les 9 façons pour l'IT d'accompagner les initiatives green

https://www.lemondeinformatique.fr/actualites/lire-les-9-facons-pour-l-it-d-accompagner-les-initiatives-green-89220.html

Le monde informatique (Internet / Informatique)

Des entreprises de tous les secteurs s'engagent à rendre leurs opérations le plus responsables possible et l'IT est au coeur de la plupart (...)


122: Développeur web : rôle, missions et compétences pour répondre aux besoins des entreprises

https://www.blogdumoderateur.com/developpeur-web-role-missions-competences-repondre-besoins-entreprises/

Blog du Moderateur ()

Plongez dans les coulisses du métier de développeur web, pour mieux en comprendre ses spécificités, avec un formateur de l'école O'clock et un étudiant en alternance.


123: Meta Open Source: 2022 Year in Review

https://developers.facebook.com/blog/post/2023/01/17/open-source-2022-year-in-review/

Facebook dev. (PHP)

This past year was one of renewed human connection and community for many people around the world. This theme carried over to open source work at Meta, as contributors, users and organizations congregated to further the impact of open source.


124: Facturation électronique : Libeo noue un partenariat stratégique avec BNP Paribas

https://www.usine-digitale.fr/article/facturation-electronique-libeo-noue-un-partenariat-strategique-avec-bnp-paribas.N2086701

L'usine-digitale (Informatique)

La plateforme spécialisée dans la gestion de la facturation s'associe au groupe bancaire BNP Paribas, dans la perspective de la généralisation de la facturation électronique à toutes les entreprises en 2024 (réception) et en 2026 (émission).


125: Solutions RH : Anywr acquiert Solantis et poursuit sa stratégie d'expansion

https://www.usine-digitale.fr/editorial/solutions-rh-anywr-acquiert-solantis-et-poursuit-sa-strategie-d-expansion.N2086696

L'usine-digitale (Informatique)

L'éditeur de logiciels RH rachète Solantis, cabinet de recrutement spécialisé dans le digital, l'IT et les ventes, afin de continuer sa stratégie de développement. Solantis est la neuvième entreprise à rejoindre le groupe depuis 2018.


126: Cartographie des métiers du digital en 2023

https://www.blogdumoderateur.com/cartographie-metiers-digital-2023/

Blog du Moderateur ()

Tout savoir sur les métiers du marketing et de la tech : rôle, objectif, missions et salaires.


127: 18 points clés intéressants pour optimiser ses contenus en SEO [étude]

https://www.abondance.com/20230117-51043-18-points-cles-interessants-pour-optimiser-ses-contenus-en-seo-etude.html

Abondance (Référencement)

Une étude assez complète sur le contenu web français en 2023 vient d'être publiée par Semji. En voici quelques extraits et les principales conclusions... La société Semji a récemment publié une étude sur le contenu Web en 2023 qui fait ressortir 18 points-clés à retenir pour bien optimiser ses textes pour les moteurs de recherche. […] L'article "18 points clés intéressants pour [...]


128: The Parallax Effect

https://krieater.hashnode.dev/the-parallax-effect

Hashnode - javascript (Javascript)

What is Parallax Effect The parallax effect is a visual technique used in web design and graphic design to create the illusion of depth and dimension on a 2D surface. This effect is achieved by moving different elements at different speeds or in diff...


129: Comment AWS et Avalanche veulent démocratiser la blockchain en entreprise '

https://www.lebigdata.fr/aws-veulent-blockchain-entreprise

Le Big Data (dataviz)

Amazon Web Services (AWS) et Avalanche se sont associés pour rendre la blockchain plus accessible aux entreprises. Grâce à cette … Cet article Comment AWS et Avalanche veulent démocratiser la blockchain en entreprise ' a été publié sur LeBigData.fr.


130 / 159

130: Que vaut le plugin de sécurité SecuPress : test et avis

https://wpmarmite.com/secupress/

WP Marmite (wordpress)

Il y a des choses que l'on n'aime vraiment pas entendre. Quelques exemples, à la volée. « Le prix de l'essence va augmenter de 20 centimes. » « Votre loyer a été révisé à la hausse. » « Votre demande... Que vaut le plugin de sécurité SecuPress : test et avis est un article de WPMarmite, le blog qui vous aide à tirer le meilleur de WordPress.


131: Unleashing the Power of Python for Telegram Scraping

https://chiragbagde.hashnode.dev/unleashing-the-power-of-python-for-telegram-scraping-clczvr9ol000208mf112k6503

Hashnode - python (python)

Hey everyone this is my first blog post. I plan on writing content on Python, AWS and so on. Hope you like it.''' There are several ways that can be used for scrapping data from telegram. These include libraries like telethon and pyrogram for pyth...


132: Learning how to Learn (to Code)

https://thesewhocan.hashnode.dev/learning-how-to-learn-to-code

Hashnode - python (python)

Since this summer, I've been on a voyage of discovery into the world of coding, learning how to code in Python, as well as delving into web development. I'd seen the course 'Learning How to Learn' by Barbara Oakley and Terrence Sejnowski recommended ...


133: Python File Handling 101: A Beginner's Guide to Reading and Writing Files

https://hojaleaks.com/python-file-handling-101

Hashnode - python (python)

Introduction Files are an essential part of any programming language, and Python is no exception. Python provides several built-in functions and modules for working with files, including the open() function and the os module. Opening a File The first...


134: noinline in Kotlin

https://amitshekhar.hashnode.dev/noinline-in-kotlin

Hashnode - Kotlin (Mobiles)

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer...


135: This day in search marketing history: January 17

https://searchengineland.com/search-marketing-history-january-17-391820

Search engine land (Référencement)

The Google Speed Update, plus: links important for ranking, cross-device conversions, SOPA, Google Alerts and more. The post This day in search marketing history: January 17 appeared first on Search Engine Land.


136: Launching my E-book on Django Signals Demystified: A Step-by-Step Guide to Event-Driven Programming

https://blog.devjunction.in/launching-my-e-book-on-django-signals-demystified-a-step-by-step-guide-to-event-driven-programming

Hashnode - python (python)

Are you tired of tightly coupled code and struggling to keep track of events in your Django application' Look no further! Our new e-book, "Django Signals Demystified: A Step-by-Step Guide to Event-Driven Programming" is here to help you master the po...


137: Machine Learning Simplified!

https://blogs.lakshaykumar.tech/machine-learning-simplified

Hashnode - python (python)

We have been hearing about machine learning for a long time. IBM defines Machine Learning as a "Branch of artificial intelligence (AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, graduall...


138: Starting of my Web Development Journey

https://vaibhavblogs.hashnode.dev/starting-of-my-web-development-journey

Hashnode - javascript (Javascript)

I am a student pursuing "Bachelor of Science (B.Sc)". After choosing this field I got fascinated with web development so I decided to dive deeper into the world of web development. I started to learn HTML on youtube. I found it interesting and got mo...


139: Day 11 - If Else Conditionals

https://viveky.hashnode.dev/day-11-if-else-conditionals

Hashnode - python (python)

if-else Statements Sometimes the programmer needs to check the evaluation of certain expression(s), whether the expression(s) evaluate to True or False. If the expression evaluates to False, then the program execution follows a different path than it...


140 / 159

140: consol.log("Day-1");JavaScript Function ,Math.round()

https://codespace.dev/consollogday-1javascript-function-mathround

Hashnode - javascript (Javascript)

Math.round() is a static JavaScript Function that is accessed by Math class and The function rounds the number to its nearest integer with two decimal places. if decimal part >0.5. it's rounded to a higher absolute value or f decimal part < 0.5. it's...


141: 8 Profitable Home Business Ideas

https://www.bestfreewebresources.com/8-profitable-home-business-ideas

Best Free Web Resources (Veille)

What if we said you could earn money sitting on your couch' Or that all you needed to become an entrepreneur was a laptop' It sounds like a dream we’ve all had in our late twenties while commuting to our offices. Thankfully, home-based businesses are thriving nowadays, and all they take are patience, hard work, […] The post 8 Profitable Home Business Ideas appeared first on Free Web Re [...]


142: 5 Must-Know Features in JavaScript ES2022: Enhance Your Code and Boost Your Productivity

https://blog.pateldeep.xyz/5-must-know-features-in-javascript-es2022-enhance-your-code-and-boost-your-productivity

Hashnode - javascript (Javascript)

JavaScript is constantly evolving, and the latest version, ES2022, introduces some exciting new features that can make your coding life easier and more efficient. In this post, we'll take a look at five must-know features in JavaScript ES2022 that yo...


143: GitHub Actions + Black = Automatically Clean Python Code

https://analytics-ai.hashnode.dev/github-actions-black-automatically-clean-python-code

Hashnode - python (python)

A codebase that is easy to understand and navigate allows programmers to work more efficiently and effectively. This is why having a clean and well-formatted codebase is crucial for the success of programmers. Yet, ensuring that every team member fol...


144: Exploring Metaprogramming, Proxying and Reflection in JavaScript

https://openreplay.hashnode.dev/exploring-metaprogramming-proxying-and-reflection-in-javascript

Hashnode - javascript (Javascript)

Metaprogramming, proxying, and reflection sound like confusing and complicated concepts to understand, but are they really' This guide will provide a comprehensive explanation of each of these topics, with examples that will make it easier to underst...


145: Creating a Headless WordPress site with Vue

https://openreplay.hashnode.dev/creating-a-headless-wordpress-site-with-vue

Hashnode - javascript (Javascript)

WordPress has emerged as the go-to content management system for developers and non-developers who want to create stunning websites quickly. When employing a headless approach like WordPress, businesses have more exact control over the back end of th...


146: Day One Project

https://jonshawhan.com/day-one-project

Hashnode - python (python)

For the Day One Project, we were given the task of creating a Band Name Generator on Replit. Yes I know, I called it Business Name Generator but that's only because I changed mine up a little bit. The reason I changed it is not just because I can't r...


147: Recommended Reading

https://softwareleadweekly.com/?ref=p

pointer.io (Développement)

This is a cross-promotion with SWLW


148: Vector

https://github.com/vectordotdev/vector

pointer.io (Développement)

High-performance observability data pipeline.


149: How eBay's Notification Platform Used Fault Injection In New Ways

https://tech.ebayinc.com/engineering/how-ebays-notification-platform-used-fault-injection-in-new-ways/

pointer.io (Développement)

To achieve this, the faults are injected by simulation in the application level by the code instrumentation. As far as we know, we are the very first in the industry to practice this idea officially and widely to experiment on the mission-critical system with different kinds of deliberately designed faults.


150 / 159

150: Writing A Python SQL Engine From Scratch

https://github.com/tobymao/sqlglot/blob/main/posts/python_sql_engine.md

pointer.io (Développement)

"This post will cover why I went through the effort of creating a Python SQL engine and how a simple query goes from a string to actually transforming data." Toby covers tokenizing, parsing, optimizing, planning and executing.


151: Crane: Uber's Next-Gen Infrastructure Stack

https://www.uber.com/en-IN/blog/crane-ubers-next-gen-infrastructure-stack/

pointer.io (Développement)

"Uber has been on a multi-year journey to reimagine our infrastructure stack for a hybrid, multi-cloud world. The internal code name for this project is Crane. In this post we'll examine the original motivation behind Crane, requirements we needed to satisfy, and some key features of our implementation. Finally, we'll wrap up with some forward-looking views for Uber's infrastructure."


152: Evaluating Managers: 5 Heuristics To Measure Managerial Impact

https://abdulapopoola.com/2023/01/09/evaluating-managers-5-heuristics-to-measure-managerial-impact/

pointer.io (Développement)

Measuring a manager's impact is hard since outcomes take time. This post provides early evaluation metrics as well as tips for course correction. Each of the following heuristics are explained in detail: execution, people management, team development, strategic vision & organizational influence.


153: State Of JS 2022

https://2022.stateofjs.com/en-US/

pointer.io (Développement)

"We saw a continuation of performance-lead innovations, many in reactivity and hydration (or the lack thereof). For example, Svelte took on simplicity in developer ergonomics and leaned into the compiler. Solid's explored new approaches to reactivity, while Qwik shifted our mental model with resumability."  


154: AI Collection

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

pointer.io (Développement)

A collection of generative AI applications.


155: The Zen Of Proverbs

https://wagslane.dev/posts/zen-of-proverbs/

pointer.io (Développement)

20 rules of thumb for writing better software: (1) Optimize for simplicity first (2) Write code for humans, not computers. (3) Reading is more important than writing. (4) Any style is fine, as long as it's black. (5) There should be one way to do it, but seriously this time.


156: Hyperswitch

https://github.com/juspay/hyperswitch

pointer.io (Développement)

OS financial switch for fast, reliable & affordable payments.


157: Our Cloud Spend In 2022

https://dev.37signals.com/our-cloud-spend-in-2022/

pointer.io (Développement)

"Getting this massive spend down to just $3.2 million has taken a ton of work. The ops team runs a vigilant cost-inspection program, with monthly reporting and tracking, and we've entered into long-term agreements on Reserved Instances and committed usage, as part of a Private Pricing Agreement. This is a highly-optimized budget.""This post will cover why I went through the effort of creating a Py [...]




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