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 1 Avril 2023 (347)

1: Understanding metaclass In Python

https://jaysinscars.hashnode.dev/understanding-metaclass-in-python

Hashnode - python (python)

Let's say we define a string some_string = "I am some_string" print(some_string.__class__) As expected the result should print str as some_string is indeed a stringbut can you guess what the below result is' print(some_string.__class__.__class__) ...


2: Google Chrome User Guide For Mobile (Android and iOS) Devices

https://yusfate4.hashnode.dev/google-chrome-user-guide-for-mobile-android-and-ios-devices

Hashnode - javascript (Javascript)

Introduction Google Chrome is a web browser that is widely used for accessing the internet and executing web-based applications. Millions of consumers across the world now choose Chrome as their preferred browser due to its friendly user interface an...


3: JavaScript Variables And Four Ways To Declare Them.

https://ebubethecyborg.hashnode.dev/javascript-variables-and-four-ways-to-declare-them

Hashnode - javascript (Javascript)

If you are new to JavaScript as a Programing language, you would have heard of variables and their various uses. In simple terms, "Variables" are storages that data is saved in for future purposes. These variables are capable of holding the variety o...


4: What are Client and Server Sides'

https://codexam.hashnode.dev/what-are-client-and-server-sides

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 What are Client and Server Sid...


5: Day13: Python Basics for DevOps 90DaysofDevOps

https://rohitkadolkardevops.hashnode.dev/day13-python-basics-for-devops-90daysofdevops

Hashnode - python (python)

Starting the basics of Python as it is also important for Devops Engineer to build the logic and Programs. What is Python' Python is a Open source, general purpose, high level, and object-oriented programming language. It was created by Guido van ...


6: Type Conversion Vs Type Coercion in JavaScript

https://prachipolakhare.hashnode.dev/type-conversion-vs-type-coercion-in-javascript

Hashnode - javascript (Javascript)

Type Conversion can be Implicit (which is automatically done by javascript during the execution of code) and Explicit (which is manually done by the programmer). Implicit Type Conversion is also known as Coercion, While Explicit Type Conversion is kn...


7: Building a Node.js Password Generator

https://techtruth.dev/building-a-nodejs-password-generator

Hashnode - javascript (Javascript)

A password generator is a great project for a beginner developer to test their mettle against. One can build a decent password generator in fewer than 10 lines of code, however, we will walk through building one from the ground up with a focus on rob...


8: Flutter: Revolutionizing Mobile App Development and Its Growing User Base

https://devshakib.hashnode.dev/flutter-revolutionizing-mobile-app-development-and-its-growing-user-base

Hashnode - Flutter (Flutter)

Flutter has emerged as one of the leading mobile app development frameworks in recent years, owing to its ease of use, rich feature set, and cross-platform capabilities. It has been adopted by many prominent companies across a wide range of industrie...


9: 10 Days of HackeRank's challenges -Day 7

https://beri28.hashnode.dev/10-days-of-hackeranks-challenges-day-7

Hashnode - javascript (Javascript)

Problem statement: Birthday Cake candles. You are in charge of the cake for a child's birthday. You have decided the cake will have one candle for each year of their total age. They will only be able to blow out the tallest of the candles. Count how ...


10 / 347

10: Understanding Asynchronous JavaScript

https://snehilchhabria.hashnode.dev/understanding-asynchronous-javascript

Hashnode - javascript (Javascript)

Introduction Asynchronous JavaScript allows multiple tasks to run concurrently without blocking the main thread, improving the responsiveness and efficiency of web applications. It's important for handling time-consuming operations, such as I/O and n...


11: Sub-domain Enumeration Tool with SecurityTrails API - Web Application Testing

https://nebulablogs.com/sub-domain-enumeration-tool-with-securitytrails-api-web-application-testing

Hashnode - python (python)

Update: I found a new job, and I'll be working in a DevSecOps/Cloud Security kind of role. Recently, I've spent some time learning to code faster in Python by practicing on HackerRank.com, and I completed APISec's API Penetration Testing Course. To c...


12: Let's learn useState! - React Fundamentals 1

https://bhaveek.hashnode.dev/lets-learn-usestate-react-fundamentals-1

Hashnode - javascript (Javascript)

Welcome to my blog where we explore the world of React hooks! Today, we'll be taking a closer look at the useState hook - a fundamental hook that every React developer should be familiar with. useState is a built-in hook in React that allows us to ad...


13: Day 19: Docker Networking for DevOps.

https://devops-rohit.hashnode.dev/day-19-docker-networking-for-devops

Hashnode - python (python)

It's #day19 of the #90daysofdevops Challenge under the guidance of Shubham Londhe Sir. Till now you have learned how to create a docker-compose.yml file and pushed it to the Repository. Let's move forward and dig more into other Docker-compose.yml co...


14: Let's learn how actually html, css, js are useful in web designing.

https://startcoder.hashnode.dev/lets-learn-how-actually-html-css-js-are-useful-in-web-designing

Hashnode - javascript (Javascript)

HTML: 1) HTML stands for a hypertext markup language. 2)As the name suggests it is not a programming language, it is a markup language. 3)It is used to create and structure content on the web. 4)It is structured, compatible, and SEO. Don't overthink ...


15: Introduction to FastAPI

https://sailokesh.hashnode.dev/introduction-to-fastapi

Hashnode - python (python)

In this article, I will introduce you to the most trending python framework which can primarily be used for building robust APIs. The key features of FastAPI are: Fast - FastAPIs performance exceeds Nodejs and Go, as it runs under the uvicorn server...


16: NumPy Beginners Guide. From None to One!

https://techwasti.com/numpy-beginners-guide-from-none-to-one

Hashnode - python (python)

Introduction to NumPy: NumPy is a Python library that stands for "Numerical Python." It is an open-source package that provides a powerful array and matrix computing framework for Python. NumPy is designed to work efficiently with large arrays and ma...


17: Homemade Watercooler Chat Bot

https://aristo.hashnode.dev/homemade-watercooler-chat-bot

Hashnode - python (python)

Background As remote work becomes the norm these days, getting to know your coworkers and maintaining a sense of community within a team/company is more challenging than ever. In fact, I experienced this struggle firsthand ever since the pandemic. Af...


18: ES6 Quickest Way to Understand

https://arsaluddin.hashnode.dev/es6-quickest-way-to-understand

Hashnode - javascript (Javascript)

ES6, also known as ECMAScript 2015, is the sixth edition of the JavaScript programming language. It brought a lot of new features and improvements to the language, making it easier and more efficient to write complex code. In this blog, we'll take a ...


19: React is a Library or Framework' Differences between Library and Framework'

https://suryathink.hashnode.dev/react-is-a-library-or-framework-differences-between-library-and-framework

Hashnode - javascript (Javascript)

React is a Javascript Library. What is Library'Library can do only specific things. Suppose you want to create User interface for your web app then you can use React. But we cannot create whole app only using react. Suppose you want to create A...


20 / 347

21: Python's Normal and Data class object: What's the difference and which should you choose'

https://romeopeter.hashnode.dev/pythons-normal-and-data-class-object-whats-the-difference-and-which-should-you-choose

Hashnode - python (python)

Hey '', it's been a while I put out a technical piece on anything. I was jaded from things happening around me but now I'm back and I've got loads of topic and concept in tech I want to share. For starters, while researching on Python's class data,...


22: The Advantages of Error-First Callbacks in Node.js

https://winstonwacieni.hashnode.dev/the-advantages-of-error-first-callbacks-in-nodejs

Hashnode - javascript (Javascript)

I was practicing some Node Js, and I met the concept of the error first callback. Where you pass an error as the first argument in a callback function to help catch errors during asynchronous processes, It reminded me of a concept in programming I li...


23: Building a Custom JavaScript Toast Notification System: A Step-by-Step Guide

https://jaimindev.blogspot.com/building-a-custom-javascript-toast-notification-system-a-step-by-step-guide

Hashnode - javascript (Javascript)

Creating a custom JavaScript toast notification system, here are the general steps you can follow: Create a container element in your HTML markup where the toast messages will be displayed. For example, you could create a div element with a unique ID...


24: Linear Regression: Everything You Need to Know

https://krishparekh.hashnode.dev/linear-regression-everything-you-need-to-know

Hashnode - python (python)

Welcome to our comprehensive guide on Linear Regression! In this blog, my friend Hardik Nikam and I will dive deep into the world of linear regression, exploring its concept, mathematics, code implementation from scratch, and limitations. Our goal is...


25: Array Methods in JavaScript

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

Hashnode - javascript (Javascript)

An array is a special variable in all the languages that are used to store different elements. JavaScript array contains some built-in properties. We can use them to add, remove, iterate, or manipulate data as per our requirements.JavaScript array is...


26: JavaScript Promises: Simplify Asynchronous Programming

https://blog.ibach.xyz/javascript-promises-simplify-asynchronous-programming

Hashnode - javascript (Javascript)

As a developer, you may want to perform asynchronous programming to optimize time and make your application more effective. JavaScript Promises is a simple yet powerful tool that can help you manage asynchronous requests and processes. What are JavaS...


27: JavaScript Functions

https://aakashyadav.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

Functions are an essential part of JavaScript programming. They provide a way to group code and execute it multiple times with different inputs. In this article, we will explore the different types of functions in JavaScript and how they can be used....


28: JavaScript Array and it's methods

https://aakashyadav.hashnode.dev/javascript-array-and-its-methods

Hashnode - javascript (Javascript)

JavaScript arrays are a powerful data structure that is used to store and manipulate collections of data. They provide a wide range of methods to perform different operations on arrays. The push() method adds one or more elements to the end of an arr...


29: CSS Box Model (Padding, Margin, Border)

https://aakashyadav.hashnode.dev/css-box-model-padding-margin-border

Hashnode - javascript (Javascript)

The CSS Box Model is an important concept to understand if you're building websites. It helps you understand how HTML elements are displayed on a webpage and how they interact with each other. The box model consists of three parts: padding, border, a...


30 / 347

30: Zentangle® Project Pack 20 Summary ' Blossoming Tangles

https://feeds.feedblitz.com/~/733444994/0/tanglepatterns~Zentangle?-Project-Pack-Summary-Blossoming-Tangles.html

TanglePatterns (Zentangle)

Project Pack #20 ' Blossoming Tangles. This article provides detailed notes on each of the videos for this Zentangle Project Pack and makes it easy for you to find all the related videos and any parts of them you may wish to refer to again. Each full video can also be found on the corresponding tangle's page on TanglePatterns. Continue reading ...Continue reading ... »TanglePatterns.com [...]


31: Getting started with Nuxtjs

https://blog.joshytheprogrammer.com/getting-started-with-nuxtjs

Hashnode - vuejs (Javascript)

Introduction Nuxt is a popular open-source framework based on Vue.js for building server-rendered, static and single-page web applications. The latest version of Nuxt, Nuxt 3, was released in October 2021, and it comes with a lot of new features and ...


32: Weather App with API in JS. 10 Days 10 Beginner JS Projects. Day 6

https://fidantehmezli.hashnode.dev/weather-app-with-api-in-js-10-days-10-beginner-js-projects-day-6

Hashnode - javascript (Javascript)

You've learned HTML and CSS and started to learn JavaScript. You studied all the basics. Now it is time to practice. But... What should I build' We'll build 10 projects in 10 days. We'll be exploring 10 beginner-friendly JavaScript projects one by on...


33: How to send HTML Form Data to Python's Microframework Flask

https://andrewdass.hashnode.dev/how-to-send-html-form-data-to-pythons-microframework-flask

Hashnode - python (python)

Overview This article explains how to send HTML form data to a Python Flask file, which then sends that data to be displayed on another HTML page and also how to create a form in HTML. Materials Computer Notepad or IDE Python HTML Procedure To ...


34: Day 14 Task: Python Data Types and Data Structures for DevOps

https://raviamanblog.dev/day-14-task-python-data-types-and-data-structures-for-devops

Hashnode - python (python)

Data Types Python is a dynamically-typed language, which means that you don't need to declare the data type of a variable explicitly. Python automatically detects the data type based on the value you assign to the variable. However, Python does h...


35: Generator Functions in JavaScript

https://abhijitez.hashnode.dev/generator-functions-in-javascript

Hashnode - javascript (Javascript)

Functions are the building block of every program. In JavaScript, we have a special function called Generator Function. What makes this function special' It's an execution cycle. From the top level, it only executes till a certain part and stops furt...


36: How To Empower Python Developers: A Comprehensive Guide to Programming in Python

https://andrevsilva.hashnode.dev/how-to-empower-python-developers-a-comprehensive-guide-to-programming-in-python

Hashnode - python (python)

source image Mastering the Language And Unlocking its Full Potential To Be A Python Developer How to be successful as a python developer' As a Python developer, there are several key skills and practices that you can cultivate to increase your chance...


37: JavaScript Interview Questions

https://prajwalthedev.hashnode.dev/javascript-interview-questions

Hashnode - javascript (Javascript)

What are closures in JavaScript, and how do they work' Explain the concept of hoisting in JavaScript. How do you create and use a JavaScript prototype' What are the differences between '==' and '===' operators in JavaScript' Explain the various t...


39: Python V/S Julia for Data Science

https://blog.metaalgo.in/python-vs-julia-for-data-science

Hashnode - python (python)

Introduction What is Data Science' Data Science is an interdisciplinary field that involves the use of statistical and computational methods to extract insights and knowledge from various forms of data, including structured and unstructured data. It ...


40 / 347

40: Building a Full-Stack Web App with Nuxt 3 and Firebase

https://blog.joshytheprogrammer.com/building-a-full-stack-web-app-with-nuxt-3-and-firebase

Hashnode - javascript (Javascript)

Nuxt.js is a popular open-source framework for building Vue.js applications. It provides developers with an easy-to-use and flexible environment for building powerful web applications. Firebase is a powerful platform that provides backend services fo...


41: 01 - JavaScript - Basic Understanding

https://manaskrishnajaiswaltechblogs.hashnode.dev/01-javascript-basic-understanding

Hashnode - javascript (Javascript)

JavaScript is a high-level, object-oriented programming language used to create interactive web pages and web applications. It was first introduced in 1995 and has since become one of the most widely used programming languages. JavaScript runs on the...


42: 18 Essential Seaborn Functions for Data Visualization: A Guide for Beginner

https://rhythmblogs.hashnode.dev/18-essential-seaborn-functions-for-data-visualization-a-guide-for-beginner

Hashnode - python (python)

Are you looking for a powerful tool to create stunning visualizations of your data' Seaborn is a popular Python library that can help you to explore, analyze, and communicate your data effectively. It provides a high-level interface for creating comp...


43: How to Build a Bitcoin Custodian Wallet with Inquirer JS

https://daslaw.hashnode.dev/how-to-build-a-bitcoin-custodian-wallet-with-inquirer-js

Hashnode - javascript (Javascript)

Introduction Building a custodian wallet using Inquirer JS can be a great way to ensure the security of your cryptocurrency assets. A custodian wallet is a type of wallet that is managed by a third party, usually a financial institution, that has cus...


44: [ PART 3 ] Create a Twitter clone with GraphQL, Typescript and React ( User Registration )

https://ipscodingchallenge.hashnode.dev/part-3-create-a-twitter-clone-with-graphql-typescript-and-react-user-registration

Hashnode - javascript (Javascript)

Github repo Hi everyone! Let's continue the project ;). I have to say that learning a new tech while writing those articles is harder than I first thought and takes a lot more time :D. Register a user Before starting, I add 2 fields that I forgot las...


45: Implementing Image Picker in Flutter

https://pambo.hashnode.dev/implementing-image-picker-in-flutter

Hashnode - Flutter (Flutter)

The image_picker package is a great way to add the ability to pick images from the gallery or take a photo with the camera to your Flutter app. It's easy to use and provides a lot of flexibility. Getting Started To use the image_picker package, you'l...


46: Pas d'E3 en 2023... est-ce la fin définitive de ce qui fut la grand-messe du jeu vidéo '

https://www.usine-digitale.fr/article/il-n-y-aura-pas-d-e3-en-2023.N2117256

L'usine-digitale (Informatique)

C'est officiel, l'E3, qui fut pendant longtemps la grand-messe annuelle du jeu vidéo, a été à nouveau annulé après que les principaux éditeurs s'en soient désintéressés. La question est désormais de savoir si l'évènement reviendra un jour.


47: Une nuit à Damgan

http://amisdekervoyal.viabloga.com/news/une-nuit-a-damgan

Amis de Kervoyal (Divers...)

L'un des oiseaux présentés par Monsieur David Ledan, lors dune conférence un peu magique "Plumes Damganaises", effleure t-il encore votre souvenir'►amisdekervoyal.viabloga.com/news/david-ledan-presente-plumes-damganaises-vendredi-28-novembre-a-20-heures-mairie-de-damgan►amisdekervoyal.viabloga.com/news/plumes-damganaises-hier-soirUn nouveau rendez-vous, qui sera forcément passionna [...]


48: Lancement de SchnapsGPT

https://www.alsacreations.com/actu/lire/1912-Lancement-de-SchnapsGPT.html

Alsacreations (CSS / Accessibilité)

C'est avec beaucoup d'émotion que nous pouvons dévoiler aujourd'hui SchnapsGPT un agent conversationnel de nouvelle génération issu de nos laboratoires de développement. Durant des années, nous avons planifié, mis au point et conçu ce projet innovant, construit autour de techniques d'apprentissage supervisé, via l'injection des données collectées via notre autre module Schnapsum, et pa [...]


49: Lancement de SchnapsGPT

https://www.alsacreations.com/actu/lire/1912-LancementdeSchnapsGPT.html

Alsacreations (CSS / Accessibilité)

C'est avec beaucoup d'émotion que nous pouvons dévoiler aujourd'hui SchnapsGPT un agent conversationnel de nouvelle génération issu de nos laboratoires de développement. Durant des années, nous avons planifié, mis au point et conçu ce projet innovant, construit autour de techniques d'apprentissage supervisé, via l'injection des données collectées via notre autre module Schnapsum, et pa [...]


50 / 347

50: Debouncing vs. Throttling: Which Technique to Use in JavaScript'

https://dailylearn.hashnode.dev/debouncing-vs-throttling-which-technique-to-use-in-javascript

Hashnode - javascript (Javascript)

In this blog, we are going to learn about Debouncing and throttling when we need to use them and how they are different from each other and at last when to use what.But before going that deep first let's learn why even we need that and let's learn it...


51: MidJourney : top 10 des générateurs de prompt pour créer les images parfaites 

https://www.lebigdata.fr/midjourney-generateurs-prompt

Le Big Data (dataviz)

Vous n'arrivez pas à créer les images souhaitées avec l'IA MidJourney ' Pas de panique ! Découvrez les meilleurs générateurs … Cet article MidJourney : top 10 des générateurs de prompt pour créer les images parfaites  a été publié sur LEBIGDATA.FR.


52: Liens vagabonds : Doit-on tout arrêter '

https://www.meta-media.fr/2023/04/01/liens-vagabonds-doit-on-tout-arreter.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE Cette semaine, une lettre ouverte appelant à une "pause" de six mois dans les travaux sur l'intelligence artificielle avancée divise l'industrie tech, non seulement entre partisans et sceptiques de l'IA, mais aussi entre les différentes factions de ses critiques. Elon Musk, Steve Wozniak, cofondateur d'Apple, et... The post Liens vagabonds : Doit-on tout arrêter ' first [...]


53: Javascript Functions

https://codewithchetan.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

JavaScript is a popular programming language used for creating dynamic websites and web applications. One of the most important features of JavaScript is its ability to create functions. In this blog post, we will discuss what functions are, how to c...


54: Functional Programming in Kotlin: Recursion

https://blog.giolaq.dev/functional-programming-in-kotlin-recursion-clfxoh80105jip2nv1ahh33qd

Hashnode - Kotlin (Mobiles)

Recursion is a powerful technique that allows you to solve complex problems in an easier way. In functional programming, recursion is an essential tool that enables developers to write elegant and efficient code. In this article, we will explore the ...


55: Python Basics

https://sumitramchandra.hashnode.dev/python-basics

Hashnode - python (python)

What is Python' Python is a high-level, interpreted programming language that is used for a variety of purposes such as web development, data analysis, artificial intelligence, machine learning, automation, and more. It was first released in 1991 by ...


56: Prototype and prototype chaining in javascript

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

Hashnode - javascript (Javascript)

Hi Everyone, In this article, we will discuss what are the prototypes and how prototype chaining works in JavaScript. Prototype One of the key features of JavaScript is its ability to create objects through the use of prototypes. . . . What are Proto...


57: ChtiGPT, BreizhGPT, BasqueGPT : l'IA générative se régionalise

https://www.lemondeinformatique.fr/actualites/lire-chtigpt-breizhgpt-basquegpt-l-ia-generative-se-regionalise-90025.html

Le monde informatique (Internet / Informatique)

Vive la diversité des langues. Tel pourrait être le slogan de la start-up Regions.ai, spécialisée dans les LLM (grands modèles (...)


58: FastAPI + MySQL simple REST API Example!

https://techwasti.com/fastapi-mysql-simple-rest-api-example

Hashnode - python (python)

FastAPI is a powerful web framework for building RESTful APIs in Python. With its easy-to-use and intuitive syntax, FastAPI can help you quickly create a robust REST API. In this article, we will explore how to implement a MySQL-backed REST API using...


59: Modern CI/CD Tools: Jenkins v/s GitHub Actions

https://sumanprasad.hashnode.dev/modern-cicd-tools-jenkins-vs-github-actions

Hashnode - python (python)

' Introduction: Continuous Integration and Continuous Deployment (CI/CD) is a software development approach that aims to automate the process of building, testing, and deploying software changes. It is an essential part of modern software developmen...


60 / 347

60: IA générative : doit-on refermer la boîte de Pandore ou y voir une opportunité pour un journalisme de qualité '

https://www.meta-media.fr/2023/04/01/ia-generative-doit-on-refermer-la-boite-de-pandore-ou-y-voir-une-opportunite-pour-un-journalisme-de-qualite.html

Meta Media (Internet)

Dans la mythologie grecque, Pandore, première femme humaine, a été dotée de tous les plus beaux attributs par plusieurs dieux qui lui conféraient l'esthétique, le charme et la voix. Connue pour avoir ouvert la fameuse boîte avec laquelle elle était arrivée sur terre et qui contenait tous les maux de... The post IA générative : doit-on refermer la boîte de Pandore ou y voir une opportun [...]


61: Olivier Andrieu rejoint Abondance en tant qu'Expert SEO

https://www.abondance.com/20230401-52504-olivier-andrieu-rejoint-abondance-en-tant-quexpert-seo.html

Abondance (Référencement)

Comment ça ' Il n'est pas frais notre poisson ' Les plus observateurs d'entre vous n'auront évidemment pas mordu à l'hameçon si facilement. Le comeback inattendu d'Olivier était bien entendu un poisson d'avril. Promis, on laisse notre cher Olivier à ses scénarios et nous, on ne touche plus à la canne à pêche' avant l'année […] L'article "Olivier Andrieu rejoint Abondance en tant q [...]


62: Serverless Stack, a Terraform alternative for developers

https://digest.jeiman.dev/serverless-stack-a-terraform-alternative-for-developers

Hashnode - javascript (Javascript)

Picture yourself being able to confidently deploy your application, whether it's full-stack or partially serverless, without having to rely on your DevOps or Platform team. Envision yourself seamlessly hosting your Infrastructure as Code (IaC) config...


63: How to use react-to-print in react.js

https://asapa1.hashnode.dev/how-to-use-react-to-print-in-reactjs

Hashnode - javascript (Javascript)

Hi, y'all this is probably the simplest way to go when you're trying to add a download page functionality in react. In this article, I'll be showing you how to implement pdf downloads from your react project using either class or functional component...


64: Understanding the Differences between substring, substr, slice, and splice

https://muteeb.hashnode.dev/understanding-the-differences-between-substring-substr-slice-and-splice

Hashnode - javascript (Javascript)

substring() and substr() are used to extract a portion of a string and return a new string, while slice() and splice() are used to extract a portion of an array and return a new array or modify the original array, respectively. In JavaScript, there...


65: Leetcode 217: Contains Duplicate - Python

https://ayydarsh.hashnode.dev/leetcode-217-contains-duplicate-python

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...


66: Editing Images Via A Prompt With Python And Pytorch

https://ethan91.hashnode.dev/editing-images-via-a-prompt-with-python-and-pytorch

Hashnode - python (python)

Introduction Hello! ' In this tutorial I will show you how you can use a pre-trained machine learning model to modify an image based on the user's input prompt. The model uses an image editing technique called "instruct-pix2pix" and is implemented i...


67: Sharpen Your Coding Skills with These 3 Fun Programming Problems for Beginners

https://mojtabamaleki.hashnode.dev/sharpen-your-coding-skills-with-these-3-fun-programming-problems-for-beginners

Hashnode - python (python)

Sharpen Your Coding Skills with These 3 Fun Programming Problems for Beginners Welcome back to Neural Nonsense weekly blog! In this post, we'll be exploring some coding problems that are perfect for challenging your coding skills and improving your p...


68: Web frameworks in Python - Django

https://nikhilakki.in/web-frameworks-in-python-django

Hashnode - python (python)

Django is a high-level, open-source Python web framework that allows developers to quickly and efficiently build web applications. It follows the Model-View-Controller (MVC) architectural pattern and emphasizes the concept of "don't repeat yourself" ...


69: Defference between Regular functions and Arrow functions in javascript.

https://sonusahu.hashnode.dev/defference-between-regular-functions-and-arrow-functions-in-javascript

Hashnode - javascript (Javascript)

You much have used Regular or arrow function for atleast 100 times but do you know what is the difference between these two functions' Do not worry I got covered in this article. First of all let's talk about what is functions. Functions is a block o...


70 / 347

70: Pandas 101 : Learn Pandas in 10 minutes

https://neuronize.dev/pandas-101-learn-pandas-in-10-minutes

Hashnode - python (python)

Pandas is a popular Python library for data analysis and manipulation. It provides a fast and easy way to work with tabular data, such as CSV files, Excel spreadsheets, or SQL databases. In this blog post, I will share some useful pandas cheat sheet ...


71: NumPy 101: Learn NumPy in 10 minutes

https://neuronize.dev/numpy-101-learn-numpy-in-10-minutes

Hashnode - python (python)

Numpy is a popular Python library for scientific computing and data analysis. It provides a powerful array object, along with many useful functions and methods for manipulating and processing numerical data. In this blog post, I will share some of th...


72: Binary Search

https://leeting-lcs.hashnode.dev/binary-search

Hashnode - python (python)

Problem Statement:- Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If target exists, then return its index. Otherwise, return -1. You must write an algorithm with ...


73: Morse code....

https://mccoder.hashnode.dev/morse-code

Hashnode - python (python)

How to Build a Simple Morse Code Translator and Player in Python Morse code is a system of communication that uses dots, dashes, and spaces to represent letters and numbers. It was widely used in the past for long-distance communication, and it is st...


74: What is Node.js'

https://codexam.hashnode.dev/what-is-nodejs

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 What is Node.js and wanted to ...


75: Using Getx Flutter Package

https://pambo.hashnode.dev/using-getx-flutter-package

Hashnode - Flutter (Flutter)

GetX is a state management package for Flutter that is quickly gaining popularity. It is based on the concept of reactive programming, and it provides a number of features that can make your Flutter development more efficient and productive. In this ...


76: Fix 'RenderBox was not laid out' error

https://pambo.hashnode.dev/fix-renderbox-was-not-laid-out-error

Hashnode - Flutter (Flutter)

The "RenderBox was not laid out" error is a common error in Flutter. It can be caused by a number of things, but the most common cause is when a widget is not given enough space to lay out its children. To fix this error, you need to make sure that a...


77: Implementing Firebase Authentication in Flutter

https://pambo.hashnode.dev/implementing-firebase-authentication-in-flutter

Hashnode - Flutter (Flutter)

Firebase Authentication is a cloud-based authentication service that provides a variety of features, such as sign-in with Google, Facebook, and Twitter. To use Firebase Authentication, you first need to create a Firebase project and enable the Fireba...


78: Event Handling in React

https://rahulblogs001.hashnode.dev/event-handling-in-react

Hashnode - javascript (Javascript)

Event Handling is almost the same in React and vanilla JavaScript.But before understanding about EventHandles we need to learn about React Props. Reading Props in React What is Prop' Prop is the short form for Properties & refers to the data that is ...


79: Rust vs Python

https://eluchn.hashnode.dev/rust-vs-python

Hashnode - python (python)

About Rust Rust is a modern, statically typed systems programming language that was designed with an emphasis on safety, concurrency, and speed. It was created to address some of the challenges of systems programming, such as managing memory safely, ...


80 / 347

80: HOWTO: Make a Python Class Library

https://aaronhall.hashnode.dev/howto-make-a-python-class-library

Hashnode - python (python)

I have found myself in a situation at work where I need to replicate the functionality of an Angular library project in Python. I finally found the time to work on a proof of concept for that and let me tell you, it was a royal pain in the butt to ge...


81: A Beginners First Glance At Javascript Arrays.

https://jiggyblocc.com/a-beginners-first-glance-at-javascript-arrays

Hashnode - javascript (Javascript)

To me, JavaScript arrays are one of the most intriguing and exciting parts of JavaScript and in this article, we are briefly going to look at JavaScript arrays and a quick overview of how they function. Without wasting any more time, what are arrays'...


82: Ranked: The Best Selling Video Games in History

https://www.visualcapitalist.com/cp/ranked-the-best-selling-video-games-in-history/

Visual Capitalist (dataviz)

This chart shows the top ten best selling video games, ranked by software units sold. Six of them have been released in the last 12 years. The post Ranked: The Best Selling Video Games in History appeared first on Visual Capitalist.




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