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

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


Samedi 11 Mars 2023 (75)

1: Jumping into Pandas: A Beginner's Guide

https://izemajebi.hashnode.dev/jumping-into-pandas-a-beginners-guide

Hashnode - python (python)

Pandas is a powerful python package that is essential when working with data, it allows for easy manipulation and analysis of structured data, such as spreadsheets and databases. In this article, you will learn the general idea about pandas and what ...


2: DataCleaningChallenge: Day 2

https://peaceudoka.hashnode.dev/datacleaningchallenge-day-2

Hashnode - python (python)

It's Day 2 of the challenge. And the heat is up! Many participants of this challenge (including myself) can agree that this is one Messi data. Get it'' It has been quite challenging trying to clean up such a large dataset. You're thinking, "There ar...


3: How to use CSS for localization strings

https://saricden.com/how-to-use-css-for-localization-strings

Hashnode - javascript (Javascript)

While developing my game: Hex.club, it became clear that translating my game into multiple languages (particularly Korean) would expose the game to a larger pool of more varied player markets. Therefore, I needed a technical solution to maintaining l...


4: A Roadmap to Flutter Developer Journey

https://blog.gdghubli.in/roadmap-to-flutter-developer-journey

Hashnode - Flutter (Flutter)

Namaste geeks, How's your coding camp going on' Do you want to build cool apps' Do you want to add Flutter as a skillset' I hear somebody asking for a guide to starting learning flutter perhaps a Roadmap! Bingo I got you covered, In this article let'...


5: An Explanation to my "Random Pokémon Generator" Application

https://andrewdass.hashnode.dev/an-explanation-to-my-random-pokemon-generator-application

Hashnode - javascript (Javascript)

Overview This article will explain how to use the programming language Python, and a Python framework Flask to make a Random Pokemon Generator randomly outputs a picture of a Pokémon from either the Kanto, Johto, Hoenn or Sinnoh region. Materials Py...


6: Day-17 Task: Docker Project for DevOps Engineers (Dockerfile):Part-2

https://deepakcloud22.hashnode.dev/day-17-task-docker-project-for-devops-engineers-dockerfilepart-2

Hashnode - python (python)

What is Dockerfile' Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. ...


7: ReactJS: What is JSX - An Overview

https://codepley.tech/reactjs-what-is-jsx-an-overview

Hashnode - javascript (Javascript)

Introduction JSX (JavaScript XML) is an extension to the JavaScript language syntax that allows developers to write HTML-like code in JavaScript. JSX is commonly used in React, a popular JavaScript library for building user interfaces. With JSX, we c...


8: How To Persist Style Changes Through Reloads Using Overrides In Dev Tools

https://blog.kieranroberts.dev/how-to-persist-style-changes-through-reloads-using-overrides-in-dev-tools

Hashnode - javascript (Javascript)

Sidenote This month on Hashnode we have been running the #DebuggingFeb Writeathon. As a software developer at Hashnode, I thought I'd join in. Of course, I won't be eligible for any prizes of course but it's a great opportunity to share knowledge wit...


9: 'this' keyword in JavaScript: from Beginner to Pro '

https://parveshsaini.hashnode.dev/this-keyword-in-javascript-from-beginner-to-pro

Hashnode - javascript (Javascript)

Introduction Hey Folks! I'm super excited to be writing my first-ever blog post and sharing my ideas with all of you. Whether you're here to learn, to be entertained, or just to read something new, I'm grateful that you've taken the time to check out...


10 / 75

10: A closer look at KIVY

https://haddiebakrie.hashnode.dev/a-closer-look-at-kivy

Hashnode - python (python)

Kivy is a cross-platform framework that's been taking the world of software development by storm. It's especially popular among python users, and it's known for its ability to create a working app with minimal setup. When it was first released in 201...


11: Unlocking the Power of Kotlin: Exploring the Language's Best Features

https://kerollosragaie.hashnode.dev/unlocking-the-power-of-kotlin

Hashnode - Kotlin (Mobiles)

Kotlin is a modern programming language that has gained popularity in recent years due to its concise syntax, interoperability with Java, and powerful features. In this article, we'll explore some of the best features in Kotlin and how they can be us...


12: How To Build Trust as a New Engineering Manager

https://becomingaleader.hashnode.dev/how-to-build-trust-as-a-new-engineering-manager

Hashnode - javascript (Javascript)

I once worked under a manager that I didn't ' or couldn't ' trust, and it was a disaster. Once that distrust set in, I began to second-guess everything they said, and my confidence and performance dropped. So when I started managing a team, I put a l...


13: Distributions In Statistics

https://statistics.hashnode.dev/distributions-in-statistics

Hashnode - python (python)

Statistical Distributions Let's understand what is Statistical Distribution: A key idea in statistics is statistical distributions. Making predictions and analyzing data, as well as testing hypotheses, are all made possible by them. It would be chal...


14: Landing Page builder Backend (part 2)

https://ishanpatel.hashnode.dev/landing-page-builder-backend-part-2

Hashnode - javascript (Javascript)

In part 1 we created four forms and got the data into state of one parent component, Now we will create backend api's and send data to the backend as well as map the user's data into one react component which will be his portfolio. Let's Start File S...


15: Day 7 of my full stack project

https://jaychavan.hashnode.dev/day-7-of-my-full-stack-project

Hashnode - javascript (Javascript)

Completed with the back-end of the website and started with Front-end orderModel productModel userModel I can now create modify and play with the stock of the order Here's how I create an order in Postman All of the API routes are working perf...


16: Jitter

https://jitter.video/

The Starter Kit ()

Create professional animated content using Figma along Jitter. Jitter posted by @Skeku on thestarterkit.info


17: Why MongoDB'

https://aakashdev.hashnode.dev/why-mongodb

Hashnode - javascript (Javascript)

Intro MongoDB is a popular document-based NoSQL database that is designed to offer flexible and scalable data management solutions for modern applications. It was first released in 2009 and has since become one of the most widely used NoSQL databases...


18: The Scroll Parallax : Flutter Edition

https://thisiskashvi.com/the-scroll-parallax-flutter-edition

Hashnode - Flutter (Flutter)

Whether you are a flutter novice building your interest in Dart, a hardened developer with published apps on the play store (or anywhere in the middle), you are more than once, in your coding journey going to face something I call the 'scroll paralla...


19: JavaScript Objects Basics

https://gracehaeun.com/javascript-objects-basics

Hashnode - javascript (Javascript)

Objects are a big part of JavaScript. Therefore, having a good understanding of objects and how to work with them is crucial. In this article, I would like to share basic concepts about objects; what objects, how to access values of objects, how to c...


20 / 75

20: Statistically Speaking: A Gen Z-Friendly Guide to Understanding and Applying Statistics in Data Science!

https://harshamalla.hashnode.dev/statistically-speaking-a-gen-z-friendly-guide-to-understanding-and-applying-statistics-in-data-science

Hashnode - python (python)

Statistics can seem like a daunting and dry subject for real !, but fear not, Gen Z! In this article, we'll take a fun and engaging approach to explore statistics and how they can be applied in data science. Hey there Top-gs! Welcome to the first par...


21: Status Code Checking with the Python Requests Library

https://tidycoders.com/status-code-checking-with-the-python-requests-library

Hashnode - python (python)

There are a few different ways of handling status code checking when using the python requests library. It's worth knowing them all as one may suit your situation better than the others and allow you to come up with a more elegant solution. Manual st...


22: Why You Should Learn JavaScript First Before Starting a Web Framework

https://brijen.hashnode.dev/why-you-should-learn-javascript-first-before-starting-a-web-framework

Hashnode - javascript (Javascript)

When it comes to web development, there are countless frameworks available for developers to use. These frameworks can help make development faster and more efficient, but before diving into a new framework, it's essential to have a solid understandi...


23: useEffect and useLayoutEffect: The Differences and Use Cases

https://mercyadams.hashnode.dev/useeffect-and-uselayouteffect-the-differences-and-use-cases

Hashnode - javascript (Javascript)

A lot of developers are conversant with useEffect and how to use it but when asked about useLayoutEffect hooks and its use case, we become blank. I couldn't spot the difference also as useLayoutEffect hooks are used in rare cases. I decided to check ...


24: CSS IN REACT: Exploring Different Options For Styling Your React Application.

https://arobotoife.hashnode.dev/css-in-react-exploring-different-options-for-styling-your-react-application

Hashnode - javascript (Javascript)

Introduction Welcome to my first article. This is me trying a different approach to learning by writing and researching the things I have learned. I hope my simplified version helps you better understand whatever you are learning. My current focus is...


25: Who is DevOps Engineers

https://abhixsh.hashnode.dev/who-is-devops-engineers

Hashnode - python (python)

DevOps Engineers are professionals who specialize in bringing together the development and operations teams of a software development organization. They work to ensure that software applications are developed and deployed with speed, efficiency, and ...


26: Components of DevOps

https://abhixsh.hashnode.dev/components-of-devops

Hashnode - python (python)

Build: This component involves managing resources and capacity to support the build process of the software application. DevOps enables resource sharing and cloud usage to optimize the use of resources and minimize wastage. Code: This component invol...


27: JavaScript: A Comprehensive Guide For Mastering the Language

https://vaibhavwrites.hashnode.dev/javascript-a-comprehensive-guide-for-mastering-the-language

Hashnode - javascript (Javascript)

In this blog post, we explore everything you need to know about JavaScript, from its basic syntax to its advanced features. I'll cover all the essential functions, methods, and concepts you need to know to become proficient in JavaScript. Whether you...


28: DevOps Architecture: Advantages and Disadvantages

https://abhixsh.hashnode.dev/devops-architecture-advantages-and-disadvantages

Hashnode - python (python)

DevOps architecture is an approach to software development and operations that emphasizes collaboration, automation, and continuous improvement. Below are some of the key advantages and disadvantages of DevOps architecture. Advantages: Faster Time-to...


29: iPhone Under-Display Face ID Postponed

https://www.webpronews.com/iphone-under-display-face-id-postponed/

WebProNews SEO (Développement)

WebProNews iPhone Under-Display Face ID Postponed Users looking forward to a notch-less iPhone are in for a disappointment, with the feature postponed till 2025. iPhone Under-Display Face ID Postponed Matt Milano


30 / 75

30: SOLID principles Using JavaScript

https://blog.shams-nahid.com/solid-principles-using-javascript

Hashnode - javascript (Javascript)

SOLID SOLID stands for 5 of the following principles, Single Responsibility Principle Open-Closed Principle Liskov Substitution Principle Interface Segregation Principle Dependency Inversion Principle Single Responsibility Principle The Single Resp...


31: Important Vscode Extensions In 2023

https://oluwatrillions.hashnode.dev/important-vscode-extensions-in-2023

Hashnode - javascript (Javascript)

It's 2023, and Visual Studio Code is still the best Integrated Development Environment (IDE) out there. Vscode is the most popular IDE at the moment, not just because it's a Microsoft-licensed distribution of code, but also because it has an open-sou...


32: Test VMware Fusion 13 : une mise à jour nécessaire mais encore incomplète

https://www.lemondeinformatique.fr/actualites/lire-test-vmware-fusion-13-une-mise-a-jour-necessaire-mais-encore-incomplete-89790.html

Le monde informatique (Informatique / Internet)

Pendant de nombreuses années, les hyperviseurs de type 2, Parallels Desktop et VMware Fusion, se sont livrés une rude bataille pour produire (...)


33: Introducing CVBuild '

https://chryzcode.hashnode.dev/introducing-cvbuild

Hashnode - javascript (Javascript)

CVBuild is a platform where you can build your resume and online portfolio for free. Check out for more information here https://cv-build.onrender.com.


34: My journey to web development

https://devbuildblog.hashnode.dev/my-journey-to-web-development

Hashnode - javascript (Javascript)

First, let me introduce myself. My name is Shivam Kumar, and I'm a full-stack web developer with two major projects. This may not sound like a lot of experience, but finishing my second year as a developer has been a huge milestone for me. I'd never ...


35: Programming paradigms: Which framework is better, Laravel or Symfony, Django or Flask'

https://akman.hashnode.dev/programming-paradigms-which-framework-is-better-laravel-or-symfony-django-or-flask

Hashnode - javascript (Javascript)

Programming is a very complex and rapidly evolving field, with new technologies and methodologies constantly emerging. One fundamental aspect of programming is the approach you choose to solve a very specific problem. As software development became a...


36: Programming paradigms: Which framework is better'

https://akman.hashnode.dev/programming-paradigms-which-framework-is-better

Hashnode - javascript (Javascript)

Programming is a very complex and rapidly evolving field, with new technologies and methodologies constantly emerging. One fundamental aspect of programming is the approach you choose to solve a very specific problem. As software development became a...


37: Writing a firebase function from scratch

https://halfdev.hashnode.dev/writing-a-firebase-function-from-scratch

Hashnode - javascript (Javascript)

Prerequisites & Declarations Node.js environment. I used VS Code as my editor. This guide particularly includes troubleshooting and my personal experience when implementing it practically. You can also try the official guide here Start with cre...


38: Learning The Linux Command Line Is Not Optional

https://blog.cloudaffle.com/learning-the-linux-command-line-is-not-optional

Hashnode - javascript (Javascript)

Someone starting with software development often would argue about how learning to use the command line is essential, and many would call it counterproductive. I started learning how to use the command line just so that it looked so cool, only to rea...


39: How to use RainbowKit with a Custom Network

https://awesamarth.hashnode.dev/how-to-use-rainbowkit-with-a-custom-network

Hashnode - javascript (Javascript)

Introduction If you are a web3 developer, chances are you've already heard of RainbowKit. It's a great React library built on top of wagmi, which is built on top of ethers.js which makes it easier for us devs to add wallet connections to our applicat...


40 / 75

40: Revolutionizing Mobile Development with React Native: How It's Changing the Game

https://brijen.hashnode.dev/revolutionizing-mobile-development-with-react-native-how-its-changing-the-game

Hashnode - javascript (Javascript)

Mobile development has come a long way in the past few years, and one technology that has had a significant impact on the industry is React Native. React Native is an open-source framework developed by Facebook that allows developers to build mobile ...


41: First Class Functions '

https://dailylearn.hashnode.dev/first-class-functions

Hashnode - javascript (Javascript)

In this blog, we are going to learn about the First Class function and Anonymous Function but with this, we are going to cover a few more topics as listed below.most of the part of this blog will be about understanding below mentioned terms andhow th...


42: Record<Keys, Type> Utility Types in TypeScript

https://blog.cloudaffle.com/recordkeys-type-utility-types-in-typescript

Hashnode - javascript (Javascript)

The Record type is a utility type that can be used to combine two types. It allows you to create an object type whose property keys are of a specific type and whose property values are of another specific type. Syntax Let's have a look at the Syntax ...


43: Benefits of the Vue.js Composition API

https://danikoko.hashnode.dev/benefits-of-the-vuejs-composition-api

Hashnode - javascript (Javascript)

{{ message }} Increment import { ref } from 'vue'; export default { setup() { const count = ref(0); const message = ref('Hello...


44: Learn the basics of python turtle graphics!

https://yuktimahoviya.hashnode.dev/learn-the-basics-of-python-turtle-graphics

Hashnode - python (python)

Learning about python using the turtle library is a great start towards game building and implementing logic and ideas over the screen. This article is focusing on the basics of turtle use and you will learn how to interact with this feature of pytho...


45: JavaScript reduce() method: an absolute beginner's guide

https://bolaji.dev/javascript-reduce-method-an-absolute-beginners-guide

Hashnode - javascript (Javascript)

Introduction: In this gentle beginner's guide to JavaScript reduce() method, we are going to explore how to get started with reduce() method. This is just a guide to put you in the right direction so as to get yourself familiar with the functionality...


46: Basics of Python-7

https://priyachakraborty.hashnode.dev/basics-of-python-day-7

Hashnode - python (python)

Day 7 Set : Set is an in-built data type in python. It is an unordered collection of data. It is iterable It is mutable It has no duplicates Let's solve a few problems on set : Find the maximum and minimum in a Set : s=([67,34,27,45,1]) prin...


47: Hoisting In Javascript

https://risharthpardeshi.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, hoisting is a mechanism where variable declarations (var) and function declarations are moved to the top of their respective scopes during the compilation phase before the code is executed. This means that even if you declare a variabl...


48: Zustand Fundamentals: Everything You Need to Know to Get Started

https://theseerprogrammer.hashnode.dev/zustand-fundamentals-everything-you-need-to-know-to-get-started

Hashnode - javascript (Javascript)

If you're looking for a lightweight state management solution for your React application, Zustand is worth exploring. Zustand is a state management library that provides a simple and efficient way to manage the state in your React components. In this...


49: Liens vagabonds : Meta veut se lancer dans le Web3

https://www.meta-media.fr/2023/03/11/liens-vagabonds-meta-veut-se-lancer-dans-le-web3.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE :  Meta, après le métavers, le Web3 ' - L'entreprise de Mark Zuckerberg a déjà copié différents types de formats allant des Stories aux courtes vidéos après avoir constaté leur succès d'autres plateformes. Aujourd'hui, Meta travaillerait sur une application décentralisée basée sur le texte. Le champion... The post Liens vagabonds : Meta veut se lancer dans le [...]


50 / 75

50: How Do TypeScript Utility Types Work Behind The Scenes

https://blog.cloudaffle.com/how-do-typescript-utility-types-work-behind-the-scenes

Hashnode - javascript (Javascript)

What are Utility Types' Utility types can be considered as type functions that take one or more types as input and produce a new type as output. These types can be used to transform, combine, or manipulate other types in various ways. TypeScript prov...


51: Capturer, enregistrer et diffuser son écran

https://macternelle.fr/2023/03/11/capturer-enregistrer-et-diffuser-son-ecran/

Macternelle (enfant / Formation)

Filmer son écran d’ordinateur peut avoir de nombreux avantages dans de nombreux contextes, notamment : Création de tutoriels et de vidéos de formation : en filmant son écran, les utilisateurs peuvent créer des tutoriels et des vidéos de formation pour montrer comment utiliser un logiciel, un site web ou une application, ce qui peut être … Lire la suite Capturer, enregistrer et d [...]


52: DOM (DOM Events)

https://muteeb.hashnode.dev/dom-dom-events

Hashnode - javascript (Javascript)

What are Events Events are things like clicking, mouse entering or hovering over something, or the user trying something in a search bar. You can use JavaScript to listen to events and act based on the user's actions.


53: Convert Sorted List to Binary Search Tree

https://leeting-lcs.hashnode.dev/convert-sorted-list-to-binary-search-tree

Hashnode - python (python)

Problem Statement:- Given the head of a singly linked list where elements are sorted in ascending order, convert it to a height-balanced binary search tree. Link: https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/description/ Pr...


54: React Photo Capture with Camera - JavaScript Exercise 14

https://rajeshtomjoe.com/react-photo-capture-with-camera-javascript-exercise-14

Hashnode - javascript (Javascript)

Overview In this exercise, you will build a React app that allows users to capture photos using their webcam without using any third-party libraries. This app will make use of the getUserMedia API to access the user's camera and canvas element to cap...


55: Finding a Needle in Haystack: Fixing Mysterious Bad Gateway

https://apoorvtyagi.tech/finding-a-needle-in-haystack-fixing-mysterious-bad-gateway

Hashnode - javascript (Javascript)

Introduction At my current org, we have many applications running behind the API gateway that interacts with the outside world using REST APIs. To track server-side failures we built an alert system that nudges every time we get any 5XX error. As soo...


56: How to Log in to Your VM and Automate VM Creation

https://sumanprasad.hashnode.dev/how-to-log-in-to-your-vm-and-automate-vm-creation

Hashnode - python (python)

' Introduction: Virtual Machines (VMs) are a fundamental component of modern-day computing. VMs provide a convenient way to test software applications, isolate operating systems, and provide a flexible and cost-effective solution for hosting applica...


57: Building a custom numeric keypad in Flutter

https://davidnwaneri.com/building-a-custom-numeric-keypad-in-flutter

Hashnode - Flutter (Flutter)

Before we jump right in, Download the code materials required to follow along here, or visit the repo on GitHub. You are probably used to seeing mobile applications with custom numeric keypad that mimics the Os numeric keypad, but ever wondered why'....


58: Kotlin Code Smell 017 - Pattern Abusers

https://yonatankarp.com/kotlin-code-smell-017-pattern-abusers

Hashnode - Kotlin (Mobiles)

Problems Over Design Readability Solutions Measure the tradeoff of patterns usage. Create solutions based on real-world names (essential) over architecture (accidental). Choose good names. User MAPPER technique to find bijection real entities...


59: This day in search marketing history: March 11

https://searchengineland.com/search-marketing-history-march-11-394160

Search engine land (Référencement)

Google officially acquires DoubleClick, plus: how dates in Google snippets work, nofollowing links, interest-based advertising and more. The post This day in search marketing history: March 11 appeared first on Search Engine Land.


60 / 75

60: 100 days of code Challenge!

https://nicksblog.hashnode.dev/100-days-of-code-challenge

Hashnode - python (python)

I made this account so I can track myself while I am a newbie that has a very basic amount of know-how with Python. I want to know where my limits are in learning this technical art and how I can break past them. I'm not the best at writing a blog ye...


61: Create a Function with Javascript to Mask Card Details.

https://mosess.hashnode.dev/create-a-function-with-javascript-to-mask-card-details

Hashnode - javascript (Javascript)

Hi everyone, so here's a quick blog post to show how I achieved this. In this digital world, where snooping is at a high rate, people's financial information is at risk every second, and as a software engineer, you are always claiming to proffer solu...


62: Recommandations artificielles : Artifact, l'app qui génère de l'information personnalisée par IA

https://www.meta-media.fr/2023/03/11/recommandations-artificielles-artifact-lapp-qui-genere-de-linformation-personnalisee-par-ia.html

Meta Media (Internet)

Lancée il y a quelques jours en accès anticipé, Artifact se présente comme une sorte de TikTok du texte, soit un lecteur d'information alimentée par l'intelligence artificielle. Ses fondateurs, Mike Krieger et Kevin Systrom, étaient déjà à l'origine d'une autre application à fort impact : Instagram. La version est toujours... The post Recommandations artificielles : Artifact, l'app qui g [...]


63: Implement debounce function

https://sumitmupadhyay.hashnode.dev/implement-debounce-function

Hashnode - javascript (Javascript)

What is debouncing a function' Debouncing is a method or a way to execute a function when it is made sure that no further repeated event will be triggered in a given frame of time. A technical example is when we search something on any eCommerce site...


64: Unleashing the Power of Meta Tags: A Comprehensive Guide to Boosting Your Website's SEO

https://harisexplains.hashnode.dev/meta-tags-guide

Hashnode - javascript (Javascript)

Search Engine Optimization (SEO) is a vital element for the success of any website in the digital marketing landscape. To optimize a website for search engines, the use of meta tags is crucial. Meta tags are important as they provide valuable informa...


65: Unleashing the Power of Meta Tags: A Comprehensive Guide to Boosting Your Website's SEO

https://blog.haris.one/meta-tags-guide

Hashnode - javascript (Javascript)

Search Engine Optimization (SEO) is a vital element for the success of any website in the digital marketing landscape. To optimize a website for search engines, the use of meta tags is crucial. Meta tags are important as they provide valuable informa...


66: Creating A Video Converter Using Flask And GStreamer

https://ethan91.hashnode.dev/creating-a-video-converter-using-flask-and-gstreamer

Hashnode - python (python)

Introduction Hello! ' In this tutorial, I will show you how to use Flask to create an endpoint that receives a video file, converts it to mp4, and then returns the mp4 to the user. Requirements GStreamer Installed GObject Installed The installa...


67: React memo() vs useMemo() vs useCallback()

https://hamidmohamadi.hashnode.dev/react-memo-vs-usememo-vs-usecallback

Hashnode - javascript (Javascript)

Think of memoization as caching a value/Component so that it does not need to be recalculated/re-rendered.All of them can improve performance, but let's dive into each one to find out the differences: memo(): memo() is a Higher Order Component. It wi...


68: Basic Variable Types in C++ and Python

https://mojtabamaleki.hashnode.dev/basic-variable-types-in-c-and-python

Hashnode - python (python)

Basic Variable Types in C++ and Python When programming, you often need to store information. That's where variables come in! Variables are like containers that hold different types of data. Let's take a look at some common variable types in both C++...


69: Vintage Viz: China's Export Economy in the Early 20th Century

https://www.visualcapitalist.com/vintage-viz-chinas-export-economy-in-the-early-20th-century/

Visual Capitalist (dataviz)

This pie chart, circa 1914, is a fascinating breakdown of China's export economy just prior to World War I. The post Vintage Viz: China’s Export Economy in the Early 20th Century appeared first on Visual Capitalist.


70 / 75

70: Naming Variables in Python

https://gifteddev.com/naming-variables-in-python

Hashnode - python (python)

A variable is a memory used to store values. This value is associated with the variable. The value is assigned to the variable using the assignment operator(=). Since Python is a dynamically typed language, it automatically recognizes the variable ty...


71: PythonTutor's Visualisation Tool: The Easy Way to Debug Your Code

https://codingstars.hashnode.dev/pythontutors-visualisation-tool-the-easy-way-to-debug-your-code

Hashnode - python (python)

'Introduction Debugging is the process of identifying and correcting errors or bugs in a computer program. It is an essential part of programming that allows developers to find and fix issues that would otherwise prevent their code from working corr...


72: VS Code extensions to ease navigating code (blogPost)

https://www.stefanjudis.com/blog/vs-code-extensions-to-ease-navigating-code/

Stefan Judis (Développement)

I've stumbled upon a relatively new VS Code extension (more about it in a second) and just went on a journey to clean up VS Code. I removed ten extensions and am now with 25 that I use actively, more or less. The best extensions blend in so well that you'll be surprised that VS Code doesn't offer certain functionality natively. It's the ones "fixing" the editor that stand out! And I have [...]




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