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

« Avril 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 8 Avril 2023 (76)

1: Leetcode 153: Find Minimum in Rotated Sorted Array

https://ayydarsh.hashnode.dev/leetcode-153-find-minimum-in-rotated-sorted-array

Hashnode - python (python)

I believe that regularly tackling LeetCode problems is an effective way to grow one's coding skills. Through this blog, my goal is to share my journey and insights with fellow enthusiasts, providing a deeper understanding of the problem-solving proce...


2: Multithreading to Memory leak! Why'

https://blog.nayandas.tech/multithreading-to-memory-leak-why

Hashnode - python (python)

Everything has its own pros and cons! Even your favourite language like Python. One of the most known features of Python is GIL which stands for "Global Interpreter Lock". It is a mechanism that is used in the CPython interpreter to synchronize the e...


3: Master Web Scraping with Python: A Beginner's Guide using Beautiful Soup

https://www.kamranhccp.online/master-web-scraping-with-python-a-beginners-guide-using-beautiful-soup

Hashnode - python (python)

Attention Data Enthusiast! '''' If you're interested in extracting web data using Python, look no further than the powerful and user-friendly Beautiful Soup package! Popular Python web scraping package called Beautiful Soup is utilised. Using an e...


4: Next Js or React Js what's good for you'

https://harshlancer.hashnode.dev/next-js-or-react-js-whats-good-for-you

Hashnode - javascript (Javascript)

Hey, folks, I've been making my web apps with React Js, and it's amazing. But not enough. I was recently shifting from React to Next and I found some cool features of it and I like to share them with you guys. And the best part is Next is built on Re...


5: Let's Learn Linked Lists with JavaScript

https://sanketsingh.hashnode.dev/lets-learn-linked-lists-with-javascript

Hashnode - javascript (Javascript)

Linked Lists We already know that Arrays as a data structure exist. Using arrays we can implement a lot of algorithms and we can extend the capabilities of an array in multiple dimensions as well. Then why do we need another data structure' There ar...


6: Getting Started With Pure React

https://sanketsingh.hashnode.dev/getting-started-with-pure-react

Hashnode - javascript (Javascript)

A lot of you might be already aware of how to use react or might be still struggling with where to start. In both cases, this blog might be worth a read for you. Why' Because if you already know React then you might have asked a question about yourse...


7: Developing a Website for a Local Business: Learning from My First Real-World Project

https://anasahmed.hashnode.dev/developing-a-website-for-a-local-business-learning-from-my-first-real-world-project

Hashnode - javascript (Javascript)

"Your first project may not be perfect, but it's the perfect opportunity to learn and grow as a developer." As a web developer, building a website that looks great and performs well is essential. Recently, I had the opportunity to develop a website...


8: Different ways to load JavaScript in HTML

https://spectrasonic.hashnode.dev/different-ways-to-load-javascript-in-html

Hashnode - javascript (Javascript)

Regular Script Loading Inside of the head tag The browser fetches and executes the script before parsing the HTML body, which means that the script may run before the HTML content has been fully loaded. Manipulating the DOM in the script can lead t...


9: Comprehensive Guide to the Top 20 Most Essential Array Methods in JavaScript

https://mohd-junaid.hashnode.dev/comprehensive-guide-to-the-top-20-most-essential-array-methods-in-javascript

Hashnode - javascript (Javascript)

Greetings readers, welcome to this informative blog post discussing the top 20 most commonly used array methods in JavaScript. These methods are frequently used in JavaScript programming, and this post aims to provide a comprehensive overview of them...


10 / 76

10: GetX and Flutter Widget Testing: How to use Mock GetX controller'

https://psuedopolymath.hashnode.dev/getx-and-flutter-widget-testing-how-to-use-mock-getx-controller

Hashnode - Flutter (Flutter)

One of the most important aspects of mobile app development is testing. Widget testing allows you to verify that your app's UI is behaving as expected and helps you catch bugs before they make it into production. With GetX, you can streamline your wi...


11: Why theming in Flutter is confusing (to me)

https://fluttergamedev.com/why-theming-in-flutter-is-confusing-to-me

Hashnode - Flutter (Flutter)

About two weeks ago I posted the following tweet: https://twitter.com/SEGVeenstra/status/1639904262837739520 Reactions to this tweet were pretty divided. Some people agreed with me, and some people thought the theming in Flutter was just fine. In t...


12: Hoisting In Javascript With Examples

https://deepaknayak.hashnode.dev/hoisting-in-javascript-with-examples

Hashnode - javascript (Javascript)

Look at Line number1, 2, 3 here I am trying to access the values of functions and variables even before initializing. Hoisting is all about that only where we can access their values even before initializing and without even getting any errors. so h...


13: Node Package Manager (NPM)

https://cosmosduck.hashnode.dev/node-package-manager-npm

Hashnode - javascript (Javascript)

Node Package Manager consists of files built by other developers we can use in our projects to make development easier and faster. With NPM, we can make use of code written by others for a particular purpose in our application. Imagine you are buildi...


14: My journey through learning Python: Day 4 to 5

https://ttbb.hashnode.dev/my-journey-through-learning-python-day-4-to-5

Hashnode - python (python)

Hey, you came back, fantastic! ' In this article, we'll talk about the random Python module, about lists and loops. So, take a seat, grab your cup of tea and here we go. Day 4: Randomisation and Python Lists Randomisation Randomisation is a powerful...


15: My journey through learning Python: Day 1 to 3

https://ttbb.hashnode.dev/my-journey-through-learning-python-day-1-to-3

Hashnode - python (python)

Welcome back! I'm happy to see you here. Please, take a seat and enjoy the trip. ' Day One: Working with Variables in Python to Manage Data This first day was an exciting starting point in the world of Python. Especially because @Angela Yu shares h...


16: My journey through learning Python : Where to begin'

https://ttbb.hashnode.dev/my-journey-through-learning-python-where-to-begin

Hashnode - python (python)

I know that you know that Python is awesome. That's why you're here, right' But did you know why is it awesome' Introduction There are many reasons why Python is an awesome programming language, including: Easy to Learn and Use: Python has a simple ...


17: Build with ChatGPT - Q&A Bot and Video Summarization - II

https://blog.10xai.co/build-with-chatgpt-qa-bot-and-video-summarization-ii

Hashnode - python (python)

Introduction This article serves as a follow-up to our previous post on the topic [ Link ]. In the earlier article, we delved into the essential terminologies associated with OpenAI, such as Tokens and Prompts. Additionally, we learned the fundamenta...


18: An Introduction to Flutter and Dart: The Future of App Development

https://singhamit.hashnode.dev/an-introduction-to-flutter-and-dart-the-future-of-app-development

Hashnode - Flutter (Flutter)

Introduction to Flutter and Dart Flutter is an open-source mobile app development framework created by Google that uses the Dart programming language. Dart is an object-oriented language also developed by Google, which was designed to be easy to lear...


19: Remove Duplicates

https://y2024.hashnode.dev/remove-duplicates

Hashnode - javascript (Javascript)

Problem:- write a programme that removes duplicate items from the cart or list array containing objects. Divide the problem into small Steps: - create an array of a list of items with duplicate item names. apply a filter on the cart and remove item...


20 / 76

20: Finding Largest Element In Array

https://bashcode.dev/finding-largest-element-in-array

Hashnode - javascript (Javascript)

APPROACH 1: SORTING 1) Sort the array in ascending order. 2) The last element of the sorted array would be the largest in the array. 3) Print the last element. CODE: import java.util.Arrays; import java.util.Scanner; public class largestelement{ p...


21: Not so Weird Parts of Javascript - Part 1

https://shafikhan.hashnode.dev/not-so-weird-parts-of-javascript-part-1

Hashnode - javascript (Javascript)

Do you know, In Javascript 1 == '1' will give true as output whereas 1 === '1' gives false' Well, the reason behind this is,The ==(double equals) does type conversion first followed by a comparison of values, whereas ===(triple equals) does the same ...


22: What is Pug (HTML Preprocessor) '

https://blog.alexcloudstar.com/what-is-pug-html-preprocessor

Hashnode - javascript (Javascript)

Pug, formerly known as Jade, is a popular HTML preprocessor that simplifies HTML coding by allowing developers to write cleaner and more efficient code. In this article, we will explore what Pug is, its benefits, and how to use it in web development....


23: JWT - JSON Web Token

https://siddhantsiddh15.hashnode.dev/jwt-json-web-token

Hashnode - javascript (Javascript)

You have seen these gibberish numbers in the URL section of web browser but what do these numbers represent' JWT It prevents the exposure of data through urls to potential hackers or general users while client-server communication. JWT - JSON Web To...


24: Add Neubrutalism Design to your Flutter App''.

https://blogs.deeprajbaidya.co/add-neubrutalism-design-to-your-flutter-app

Hashnode - Flutter (Flutter)

Image Credit: Dribble Neubrutalism' What's that !! Neubrutalism UI design is a popular style that has emerged in recent years, characterized by its use of simple, functional elements and a stripped-down aesthetic. It's an evolution of the Brutalist d...


25: What is API'

https://rahulnaik.hashnode.dev/what-is-api

Hashnode - Flutter (Flutter)

API means application programming interface. API is a way to connect to a database/webserver with the client. API Example - 1 Let's say that you went to a KFC shop and the waiter will give you a menu to order items. You as the customer will choose t...


26: Python Data Types and Data Structures for DevOps

https://rajanikurapati.hashnode.dev/python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Python open-source language, meaning it is free to use and its source code can be modified by anyone. Python is widely used in various fields, including web development, data science, artificial intelligence, and automation. One of the key strengths ...


27: Reject Arrays : Choose the Best Data Structure for Your Code

https://monktech.hashnode.dev/reject-arrays-choose-the-best-data-structure-for-your-code

Hashnode - javascript (Javascript)

Hey folks, long time no see! I'm back with a new blog post, so let's jump right in! Today I will cover why you should not always use an array as your data structure and switch up based on the use case. I have seen some of my friends and colleagues us...


28: What Is Templating and how to use it in JavaScript'

https://endeavourmonk.hashnode.dev/what-is-templating-and-how-to-use-it-in-javascript

Hashnode - javascript (Javascript)

In the context of computer programming and web development, templating refers to the process of creating a reusable format or layout for presenting data in a consistent manner. Templates typically include placeholders or variables that can be dynamic...


29: Polyglot Programming using GraalVM in Kotlin

https://priyansh.hashnode.dev/polyglot-programming-using-graalvm-in-kotlin

Hashnode - javascript (Javascript)

The meaning of the word polyglot is knowing or using several languages. In this article, we'll see what that means from a programming perspective and create a hello world program demonstrating the concept. Git repository for this demo: https://github...


30 / 76

30: Make your first NPM package and publish it in 5 mins

https://yashnirmal.hashnode.dev/make-your-first-npm-package-and-publish-it-in-5-mins

Hashnode - javascript (Javascript)

Overview In this blog, I will show you guys how to make an NPM package and then publish it on the npm website so everyone can use it. In the blog, we are going to make a package that can be used to find if a number is prime or not. The package that w...


31: How to create your first Express app

https://bibekghosh.hashnode.dev/how-to-create-your-first-express-app

Hashnode - javascript (Javascript)

Instilling Git First step is to install Git application so that we can work on our terminal . which give us flexibility to install any application and packages. Click here to Download Git Installing NodeJS we need to install NodeJS application to run...


32: Jogja, the project generator for web frameworks

https://sonyarianto.hashnode.dev/jogja-the-project-generator-for-web-frameworks

Hashnode - javascript (Javascript)

Every web framework usually has its own CLI to generate project. Let say Next.js has npx create-next-app@latest or Vue.js has npm init vue@latest. Jogja makes create project easy for many web frameworks by using interactive menu. Screenshot It suppo...


33: Mastering Web Development with YouTube: The Best Channels and Videos for Beginners

https://jadenmaxi.hashnode.dev/mastering-web-development-with-youtube-the-best-channels-and-videos-for-beginners

Hashnode - javascript (Javascript)

Are you interested in learning web development but don't know where to start' YouTube is a great resource for anyone looking to improve their skills, and there are many great channels and videos available that can help you learn web development. "HT...


34: Comment former un chatbot grâce au prompt engineering

https://www.lemondeinformatique.fr/actualites/lire-comment-former-un-chatbot-grace-au-prompt-engineering-89931.html

Le monde informatique (Internet / Informatique)

L'une des raisons pour lesquelles les chatbots basés sur l'intelligence artificielle ont pris le monde d'assaut ces derniers mois est qu'ils peuvent (...)


35: Dart Isolate

https://azzab.hashnode.dev/dart-isolate

Hashnode - Flutter (Flutter)

Dart is a single-threaded programming language, Which means That it can do one thing at a time. It has a single call stack [ one thread == one call stack == one thing at a time ]. Program run piece of code at a time. Let's explain call stack fi...


36: What is JavaScript'

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

Hashnode - javascript (Javascript)

This simple article explains what JavaScript is and what it is used for. JavaScript JavaScript is a dynamic, weakly typed language that is compiled at runtime. It can be executed as a part of the webpage in a browser (client side) or directly on any...


37: Supervised Machine Learning Series:Decision trees(3rd Algorithm)

https://rhythmblogs.hashnode.dev/supervised-machine-learning-seriesdecision-trees3rd-algorithm

Hashnode - python (python)

Decision trees are one of the most popular and widely used machine learning algorithms. They are easy to understand and interpret, making them ideal for both beginners and experts alike. A decision tree is a tree-like structure that represents decisi...


38: Application Performance: Optimization in JavaScript applications.

https://od.hashnode.dev/application-performance-optimization-in-javascript-applications

Hashnode - javascript (Javascript)

Websites with poor performance in terms of speed, and overall activity are usually not UX friendly, though aesthetically pleasing in some cases, users will prefer an option that takes lesser time while saving them time in achieving their goal of visi...


39: Making some changes in a cricket team using splice() Method in Javascript

https://fahadmasood.hashnode.dev/making-some-changes-in-a-cricket-team-using-splice-method-in-javascript

Hashnode - javascript (Javascript)

Once again, the cricket season had begun and Ankit, the captain of a local cricket team, was all geared up for a thrilling tournament. But this time, he was faced with a challenge. He gathered 10 players and was struggling to find the last player in ...


40 / 76

40: JS - '''''''' apply'call'bind

https://yukki.hashnode.dev/js-applycallbind

Hashnode - javascript (Javascript)

''' ' JavaScript ''''''''''''''''''''''''''' ''''''''''' apply'call'bind'''''' Yukki' object''''''name, money,atm, atm '''function'''''''''''' const Yukki = { name: 'Yukki', money: 1000, atm: function (moeny) { this.money += moeny } }...


41: [ PART 9 ] Create a Twitter clone with GraphQL, Typescript, and React ( isLiked' )

https://ipscodingchallenge.hashnode.dev/part-9-create-a-twitter-clone-with-graphql-typescript-and-react-isliked

Hashnode - javascript (Javascript)

Hi everyone! ;) As a reminder, I try to do this challenge mostly to learn about GraphQL ;): Tweeter challenge Github repository Db diagram In this post, we will see how to check if a tweet in our feed is already liked by the connected user. I had som...


42: Convert div container to full HD image download using React JS

https://amitgajare.hashnode.dev/convert-div-container-to-full-hd-image-download-using-react-js

Hashnode - javascript (Javascript)

In web development, it's common to use div containers to structure and style content on a webpage. However, sometimes there is a need to convert a specific div container into an image for various reasons, such as generating a thumbnail or sharing con...


43: LeetCode - Construct Binary Tree from Preorder and Inorder Traversal

https://alkesh26.hashnode.dev/leetcode-construct-binary-tree-from-preorder-and-inorder-traversal

Hashnode - javascript (Javascript)

Problem statement Given two integer arrays preorder and inorder where preorder is the preorder traversal of a binary tree and inorder is the inorder traversal of the same tree, construct and return the binary tree. Problem statement taken from: https...


44: Closures and their power in JavaScript

https://annukul.hashnode.dev/closures-and-their-power-in-javascript

Hashnode - javascript (Javascript)

We all must have heard of the term Closures in JavaScript and some of you must have encountered it during a tech interview. In this article, I will explain to you what exactly Closures are and how powerful they are if you use them properly. Let's get...


45: Never feel stuck while learning Flutter

https://atuoha.hashnode.dev/never-feel-stuck-while-learning-flutter

Hashnode - Flutter (Flutter)

There are several places where you can get help when learning Flutter: Official documentation: The Flutter team maintains comprehensive documentation that covers everything from getting started to advanced topics. It's a great place to start learnin...


46: Road Map to Data Scientist

https://zexta.hashnode.dev/road-map-to-data-scientist

Hashnode - python (python)

I just completed my first semester and am heading toward 2nd semester. There were a lot of challenges for me in 1st semester. Like it was very difficult for me to settle into the routine. By the grace of Allah, I cleared it with a good GPA. The only ...


47: Celery Alternative for Django - Huey

https://idiomaticprogrammers.hashnode.dev/celery-alternative-for-django-huey

Hashnode - python (python)

Background So today I will be talking about a Celery alternative named Huey, which comes with a much easier setup than Celery and is much smaller in size compared to Celery. The reason why I decided to try out Huey is that I have faced some issues wi...


48: Functions in Python

https://ankurgajurel.hashnode.dev/functions-in-python

Hashnode - python (python)

Python Functions are the block of code that will return particular data. Functions only run when we call them. We can call the function many times to run the same block of code instead of writing the code itself. Syntax of Python Functions: def funct...


49: FastAPI Made Easy: A Step-by-Step Tutorial for Beginners

https://sailokesh.hashnode.dev/first-api-using-fastapi

Hashnode - python (python)

This article will discuss how to set up a project structure for a FastAPI application and build our first API in under 5 minutes after connecting to the database. Let's start by structuring our repository. Here is the folder structure I follow for a ...


50 / 76

50: JavaScript: What is "this"

https://olakadasami.hashnode.dev/javascript-what-is-this

Hashnode - javascript (Javascript)

Introduction Hello! Welcome to my blog!!! In this article, we are exploring this keyword in JavaScript The return value of this keyword in JavaScript is a source of confusion for many beginner JavaScript developers. Some avoid using it, while others ...


51: JavaScript - FizzBuzz Solutions

https://maksudur.hashnode.dev/javascript-fizzbuzz-solutions

Hashnode - javascript (Javascript)

What is FizzBuzz' FizzBuzz is a programming problem that involves iterating through a series of numbers and replacing certain values with the words "Fizz" or "Buzz" based on whether they are divisible by 3 or 5, respectively. The goal is to print out...


52: Input Validation in 1 line

https://umairmaratab.hashnode.dev/input-validation-in-1-line

Hashnode - python (python)

Input validation is the process of checking if the input provided by the user or another external source meets the expectations of the program and is in the expected format. Example: Code snippet is taken from the book 'Automate the boring stuff wit...


53: Beginner's Guide to Caching in JavaScript'

https://devstation.hashnode.dev/beginners-guide-to-caching-in-javascript

Hashnode - javascript (Javascript)

Caching is a technique that involves storing frequently accessed data in a temporary storage location, reducing the number of requests to the server, and improving the performance of web applications. Caching can be used for both static and dynamic c...


54: OOP in Javascript

https://shreyashbuilds.hashnode.dev/oop-in-javascript

Hashnode - javascript (Javascript)

Just recently, I took up a course on Educative where I am learning Object-Oriented Programming in Javascript. The concept of object-oriented programming (OOP) is a programming style in Javascript that involves creating objects containing data and met...


55: Scanning Barcode In Web Apps

https://b6i.hashnode.dev/scanning-barcode-in-web-apps

Hashnode - javascript (Javascript)

Exciting news for web developers! ' The Barcode API is for browsers for generating and scanning barcodes seamlessly on your website web apps. While native implementations in browsers only support certain barcode formats, libraries like QuaggaJs or Z...


56: Beyond the Basics: A Deep Dive into the Advanced Features of JavaScript

https://lochawala.com/beyond-the-basics-a-deep-dive-into-the-advanced-features-of-javascript

Hashnode - javascript (Javascript)

As you become more experienced with JavaScript, you may encounter some advanced topics that can help you create even more powerful and efficient code. Here are a few Javascript Topics that you must know Callback Functions Callback functions are fun...


57: Flutter Plugins

https://atuoha.hashnode.dev/flutter-plugins

Hashnode - Flutter (Flutter)

Flutter is a flexible and powerful mobile app development framework that allows developers to build high-performance, visually appealing apps for multiple platforms. Flutter provides a rich set of built-in widgets and tools for building apps, but som...


58: Day 15 - Python Libraries for DevOps

https://shreya-gupta.hashnode.dev/day-15-python-libraries-for-devops

Hashnode - python (python)

Create a Dictionary in Python and write it to a JSON File. Read a json file services.json kept in this folder and print the service names of every cloud service provider. outputaws : ec2azure : VMgcp : compute engine Read YAML file using Python, f...


59: Liens vagabonds : Twitter et les médias, je t'aime, moi non plus

https://www.meta-media.fr/2023/04/08/liens-vagabonds-twitter-et-les-medias-je-taime-moi-non-plus.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE :  Partir ou rester sur Twitter ' Cette semaine, les enfantillages de son propriétaire, Elon Musk, ravivent les craintes au sujet de l'avenir du réseau social et renforcent le dilemme des journalistes. Lundi dernier, Twitter a déployé son nouveau plan de certification, désormais accordée à tous... The post Liens vagabonds : Twitter et les médias, je t'aime, moi non [...]


60 / 76

60: Clone Graph

https://leeting-lcs.hashnode.dev/clone-graph

Hashnode - python (python)

Problem Statement:- Given a reference of a node in a connected undirected graph. Return a deep copy (clone) of the graph. Each node in the graph contains a value (int) and a list (List[Node]) of its neighbors. class Node { public int val; pub...


61: Secure Templating with Jinja2: Understanding SSTI and Jinja2 Sandbox Environment

https://techtonics.hashnode.dev/secure-templating-with-jinja2-understanding-ssti-and-jinja2-sandbox-environment

Hashnode - python (python)

Jinja2 is a popular templating engine used in Python web applications. It provides a powerful and flexible way to generate dynamic HTML, XML, and other output formats. However, as with any templating engine, it is vulnerable to template injection att...


62: Create your first Project in Python: A GUI Calculator

https://manishthakur.hashnode.dev/create-your-first-project-in-python-a-gui-calculator

Hashnode - python (python)

Hey geeks, what you have been building lately' ' I'm curious! kindly let me know in the comment section down below' Have you ever played with Python' If yes it's cool', and if no, either way, let's play together with Python. ''' Remember don't g...


63: Build Your First API with Node.js: A Step-by-Step Guide

https://codexam.hashnode.dev/build-your-first-api-with-nodejs-a-step-by-step-guide

Hashnode - javascript (Javascript)

Hi, I'm Subham Maity, a software engineer. I also enjoy teaching others how to code through my tutorials. I'm always eager to learn new things and share my knowledge with the community. ' I recently wrote an article on Build Your First API and wante...


64: Creating array in JavaScript

https://yadav007.hashnode.dev/creating-array-in-javascript

Hashnode - javascript (Javascript)

let a = [1, 2, 3, 4, 5, 6, "Aditya"]; console.log(a); let b = new Array(); console.log(b); let c = new Array(5); console.log(c); let d = new Array['abc']; console.log(d);


65: Creating a new array on the basis of dates inside an array of objects

https://pawanjs.hashnode.dev/creating-a-new-array-on-the-basis-of-dates-inside-an-array-of-objects

Hashnode - javascript (Javascript)

A common problem many devs face in their daily tasks is how to perform certain actions on their data. There are cases when the data from API is not as we are wanted to be seen on the client. Yesterday one of my colleagues faces the same issue. The pr...


66: Understanding Async/Await in JavaScript and Node.js

https://dhaparesolutions.in/understanding-asyncawait-in-javascript-and-nodejs

Hashnode - javascript (Javascript)

Async/await is a feature in JavaScript that allows you to write asynchronous code that looks and behaves like synchronous code. This makes it easier to write and reason about asynchronous code, as it eliminates the need for callbacks and chaining pro...


67: Getting started with Django Rest Framework

https://vicentereyes.org/getting-started-with-django-rest-framework

Hashnode - python (python)

Photo by Markus Spiske: https://www.pexels.com/photo/a-laptop-screen-with-text-4439901/ In this article, we'll create a project that posts about rants using Django and Django Rest Framework. We'll use Django's built-in slugify method and override its...


68: Mapped: How Much Should You Tip In Each Country'

https://www.visualcapitalist.com/cp/mapped-how-much-should-you-tip-in-each-country/

Visual Capitalist (dataviz)

How much should you tip in each country for a restaurant, or a hotel' These maps show average tips in restaurants, hotels, and taxis. The post Mapped: How Much Should You Tip In Each Country' appeared first on Visual Capitalist.


69: The Impact of Open Source on Python Development

https://pradeepkurapati.hashnode.dev/the-impact-of-open-source-on-python-development

Hashnode - python (python)

Python is one of the most popular and versatile programming languages in the world. It is used for a wide range of applications, such as web development, data science, machine learning, automation, and more. But what makes Python so powerful and adap...


70 / 76

70: Building 'Contractr': My First Solo React Project to Connect Contractors and Clients

https://arashjangali.com/building-contractr-my-first-solo-react-project-to-connect-contractors-and-clients

Hashnode - javascript (Javascript)

Hey there, my fellow developers! It's day 67 of my #100daysofcode journey, and I'm thrilled to say that I've finally escaped the dreaded tutorial hell. It's a liberating feeling, and I'm excited to explore new projects that I'm passionate about. Afte...


71: Free Chat Rooms For Everyone

https://catswhocode.com/free-chat-rooms-for-everyone/

Cats who code (Javascript / PHP / wordpress)

We've put collectively a complete listing of free grownup chat rooms and we'll hold adding to it as new chat rooms hit our radar. user experiences with USASexGuide Our aim is to give you the data you should find the best chat room for what turns you on most. All of the websites listed under … Free Chat Rooms For Everyone Read More »


72: Top Python Decorators for Elegant Code: Must-Know Tools for Python Developers

https://techtonics.hashnode.dev/top-python-decorators-for-elegant-code-must-know-tools-for-python-developers

Hashnode - python (python)

Python decorators are a powerful feature of the language that can be used to modify or extend the behavior of functions and classes. In this article, we'll explore a few of my favorite decorators that you may need frequently. @dataclass The @dataclas...


73: Top Python Profiling Libraries for Optimizing Code Performance

https://rtriangle.hashnode.dev/top-python-profiling-libraries-for-optimizing-code-performance

Hashnode - python (python)

Introduction Python code profiling is an important technique that helps to understand the code performance and identify potential bottlenecks. In this article, I would like to share my experience of profiling package usage and cover some of the most ...


74: What is JSON

https://ocxigin.hashnode.dev/what-is-json

Hashnode - javascript (Javascript)

JavaScript Object Notation (JSON) is a lightweight text-based format for storing structured data that can be assembled, parsed and generated by JavaScript and other C-family ( C, C++, C#, Java, JavaScript, Perl, Python) programming languages. Uses of...




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