Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).
La veille Haut de page Lendemain
https://sahinarslan.hashnode.dev/deep-dive-into-data-structures-using-javascript-binary-search-tree
W'hat is a Binary Search Tree' Binary Search Tree (BST as short) is a variation of Binary tree data structure with specific restrictions that allows efficient insertion, deletion and lookup of items. Being a descendant of Binary Tree, it comes with e...
https://diduknownme.hashnode.dev/playing-aaa-title-games-using-opencv-and-mediapipe
https://youtu.be/_ILOkUew3oU How did I get to know about OpenCV and mediapipe' Hey! I'm Harsh pursuing Computer Engineering. One day I saw one of my LinkedIn friend building a project on machine learning, and I found myself curious about machine l...
https://lilkittykat.hashnode.dev/discord-bot-tutorial-coming-up-soon
Hey! My name is Lucy, but friends call me Kitty! Watch this space because coming really soon is a tutorial on writing a Discord Bot - this bot is a fun little project I made that I want to share in chunks so people can learn how to make one for the...
https://rahulpanchal.hashnode.dev/difference-between-an-array-and-nodelist-in-javaacript
In JavaScript, arrays and NodeLists are both used to store collections of data. However, there are some important differences between the two that are worth discussing. An array is a built-in data structure in JavaScript that is used to store a colle...
https://boodyvo.hashnode.dev/writing-a-simple-ai-powered-chrome-extension-for-linkedin
Introduction A wonderful method to improve the user experience and add unique features to the browser is to build a Chrome Extension. It might add a special feature. The increased development of AI technologies opens up a number of beneficial product...
https://tunsday.com/how-to-build-a-multi-tenant-app-with-custom-domains-using-nextjs
Test the app here View original In this guide, you'll learn how to build a full-stack multi-tenant application by using the Platforms Starter Kit and the following technologies: Next.js as the React framework Tailwind for CSS styling Prisma as the...
https://monacodelisa.com/simple-python-function-to-clear-cli-in-windows
The terminal or Command Line Interface (CLI) is a powerful tool for developers, system administrators and power users. It allows you to perform a variety of tasks quickly and efficiently, without the need for a graphical user interface (GUI). The ter...
https://ayodev.hashnode.dev/creating-a-dropdown-menu-using-javascripts-classlist-and-toggle-function
Have you ever been to a website where you click on a dropdown menu and the items appear out of nowhere' It almost seems like magic, doesn't it' Javascript, however, contains two functions that enable you to accomplish this and much more. In this arti...
https://machinesintheclouds.com/what-is-keras
Keras is a high-level neural networks API that provides an easy-to-use interface for building and training deep learning models. It is built on top of other popular deep learning frameworks, such as TensorFlow, Theano, and Microsoft Cognitive Toolkit...
10 / 84
https://gaiyaobed.hashnode.dev/mastering-machine-learning-my-journey-to-expertise
Machine Learning: Is a field of study that gives the computer the ability to learn without being explicitly programmed in other word Machine learning is a way for computers to automatically improve their performance at a task by learning from data. T...
https://arrayman.hashnode.dev/how-javascript-as-a-back-end-language
Let's see what the heck is JavaScript. JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language. It has come into the picture to make the web pages in your browser interactive without the computation cost for the c...
https://arunanshub.hashnode.dev/using-sqlmodel-with-alembic
TL;DR Install Alembic and SQLModel. Create models with SQLModel.SQLModel base class. Add naming conventions to SQLModel.metadata using SQLModel.metadata.naming_convention. Initialize Alembic with alembic init migrations. Add your database URL to...
https://neetesh.hashnode.dev/let-vs-var-vs-const
Hi folks '', hope you are doing extremely well '. In this quick article, we will discuss the different variable-defining methods in javascript. in short, javascript provides us to define variables using three keywords var, let, and const History o...
https://kalashsharma.hashnode.dev/the-asynchronous-world-of-javascript
Introduction The term "asynchronous" is a combination of the greek term "async" meaning "not with" and "Chronos" meaning "time" is an adjective describing objects or events that are not coordinated with time. In the programming world, asynchronous pr...
https://techbyjeevika.io/javascript-l-3
Block Scope. "let" and "const" are BLOCK scoped. "var" is FUNCTION scope. { let firstName="ABC"; console.log(firstName); } //here let can only be inside that block //if i write print statement outside block and not inside block then it will no...
https://amitmaurya.hashnode.dev/day-14-python-data-types-and-data-structure
This is the Day 14 of the #90DaysOfDevOps challenge in which we are going to discuss Python Data Types in more detail with more examples and Data Structure. Python Data Types: Remember while making a python file .py extension is used. In Python there...
https://codetrekclub.hashnode.dev/simplest-way-to-design-a-login-registration-form-html-css
Login Form Using HTML & CSS https://codepen.io/im-rakesh0827/pen/abjwGQe Registration Form Using HTML & CSS https://codepen.io/im-rakesh0827/pen/PojPPEd
https://fajar-dev.my.id/apa-itu-clean-code
Clean code adalah konsep dalam pengembangan perangkat lunak yang mengacu pada kode yang mudah dibaca, dipahami, dan dipertahankan. Hal ini ditandai dengan kode yang terorganisir dengan baik, dapat dibaca, dan dapat dijelaskan sendiri yang mengikuti k...
https://imranbd.hashnode.dev/implementing-the-reduce-method-in-javascript-line-by-line-explanation
Here's an implementation of the reduce method in JavaScript with a brief description for each line of code: phpCopy codefunction reduce(array, callback, initialValue) { let accumulator = initialValue; // Check if accumulator is provided, if not ...
20 / 84
Mastering Javascript Javascript is the most popular programming language in the world. It is used in making websites, apps, games and much more. JavaScript has become the standard for front-end development and is used by 98% of modern websites. You c...
https://blog.rohanpls.com/learn-to-code-with-python-a-course-for-non-coders
print('Hello world!') That's all you need to print a message in Python. This course is intended for people who are new to programming and want to learn Python in a simple and easy-to-understand manner. It's important to note that as a beginner, you d...
https://hengul.in/basic-elements-of-python-syntax
In this article, we will learn the basic elements that are an essential part of python syntax. Comments: Comments in Python are of two types, single-line comments and multi-line comments. Single-line comments start with a pound sign (#) and continue ...
https://jayeshsharma145.hashnode.dev/understanding-boiler-plate-code
Document
https://pmbanugo.me/running-serverless-functions-on-kubernetes-2022
Serverless functions are modular pieces of code that respond to a variety of events. It's a cost-efficient way to implement microservices. Developers benefit from this paradigm by focusing on code and shipping a set of functions that are triggered in...
https://myblog.anshi/what-is-html-css-and-java-script
HTML = HTML (hypertext markup language ) is the standard language to create web pages And this is easy to learn we can learn this very easily HTML is very important for web pages Like if we are building a house so for the structure we can use HTML m...
https://adnansaim.com/javascript-top-10-best-practices-of-2023
Best practices are related to performance. Here are the 10 best practices for JavaScript. I try to use them daily. Let's see how we can write the best code using these best practices. 1:Always declare variables outside of the for loop. If we declare ...
https://machinesintheclouds.com/passing-objects-in-python
In Python, objects and data can be passed in several ways: Pass by reference: When an object is passed as an argument to a function, a reference to the object is passed, not a copy of the object. Any changes made to the object within the function wi...
https://sharmadeepak.hashnode.dev/react-performance-optimization-part-1
As a front-end developer, you know that the performance of your website or application has a direct impact on the user experience. A slow-loading website can quickly frustrate users and cause them to abandon your site. On the other hand, a fast and r...
https://newsletter.hrishikeshpathak.com/cloudflare-worker-local-setup-miniflare-wrangler
Cloudflare worker is a serverless computing platform offered by Cloudflare. Unlike other serverless platforms like AWS Lambda or google cloud function, Cloudflare worker has a 0ms cold start. Which makes your code runs almost instantly when a request...
30 / 84
https://hrishikeshpathak.hashnode.dev/cloudflare-worker-local-setup-miniflare-wrangler
Cloudflare worker is a serverless computing platform offered by Cloudflare. Unlike other serverless platforms like AWS Lambda or google cloud function, Cloudflare worker has a 0ms cold start. Which makes your code runs almost instantly when a request...
https://akashpugal.dev/day-2complete-numpy-guide
NumPy: Hey guys, welcome back. This is the second day of the "My 7-day journey to Data Science" blog series. You can check out my profile for the previous blogs. Let's start today's tutorial. In this tutorial, we are going to learn about the Numpy li...
https://omyerawar.hashnode.dev/start-your-first-react-native-app-macos
Open the terminal and configure the ANDROID_HOME environment variable, to do that run the following command : open -e .zprofile Above command will open the zprofile file in the text editor Copy the below lines into the zprofile file : export AND...
https://ethan91.hashnode.dev/android-jetpack-compose-filter-tutorial
Introduction Hello! ' In this small tutorial I will show you how to implement a simple list filter search using the latest Android Jetpack. ' Well then let's get started! ' Creating the Project First we need to actually create the project, open u...
https://mochatek.hashnode.dev/context-manager-in-python
The usage of resources such as files, locks, database connections etc. is very common in a program. Since these resources are limited in supply, we should always make sure to release them after usage. If not, then the program will keep the resources ...
https://academic.hashnode.dev/hype-of-chatgpt
Here I will tell what is ChatGPT and how we can use this AI based powerful tool in our daily life. What is ChatGPT ' ChatGPT is a developed by OpenAI and it is conversational model, which performs various tasks of NLP by using deep learning algorithm...
https://sandrana.hashnode.dev/longest-palindrome-from-a-string
What is Palindrome' A palindrome is a string or a number that is read the same backward or forward. Ex: 101, 1331, 11, PEEP, ROTATOR, etc are some examples of a pallindrome Note - One can make a string palindrome by pasting the reversed version of or...
https://saurabhtaylor.hashnode.dev/benefits-of-learning-javascript-as-your-first-language
JavaScript (JS) is the most popular lightweight, interpreted compiled programming language. It can be used for both Client-side as well as Server-side developments. JavaScript also known as a scripting language for web pages. JavaScript is used by ma...
https://01spirit.dev/javascript-classes-part-one
INTRO Before the advent of classes in JavaScript, it was a hard feat to mimic classes as other languages such as c++ and java had then. We could only mimic on a prototypical basis by using the Constructor/prototype pattern. This article in itself is ...
https://pinakdatta.hashnode.dev/faded-image-colourisation-using-opencv
Introduction In this blog, we will be making a Machine Learning model in Python that can add colors to old, washed-away, and faded images. In summary, we will be colorizing images. What we are going to do, is feed a grayscale image into the model, an...
40 / 84
https://web3boy.hashnode.dev/quick-es6-guide
Let & const Keywords Variables were previously declared using "var" which had function scope and were hoisted to the top within its scope. It means that a variable can be used before declaration. But the "let" variables and constants have block sco...
https://dheerajy1.hashnode.dev/building-portfolio-website-using-html-css-javascript-day104
Today #Day104 of #100DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Skills define a section, Tip: section.skills.section#skills define a heading with h2 tag, also define a subtitle,
https://soumali28.hashnode.dev/learn-about-apis-beginners
An API (Application Programming Interface) is a set of protocols, routines, and tools for building software and applications. It specifies how software components should interact, allowing for communication between different systems, and enabling the...
https://buhalbu.hashnode.dev/reusable-react-components
Should we think about the reusability of our code all the time' Some advise us to think about it only after we face the need for it. That means if we're creating a brand new component and don't know whether it will be used somewhere else, then we sho...
https://kuldeepsaksena.hashnode.dev/day-8-in-web-development
About The CSS Today I learn about the selectors in CSS Selector: A selector selects the HTML elements you want to style. Types of Selectors: Simple Selectors Combinator Selectors: Attribute Selectors: Pseudo-class-selectors: Pseudo-elements-sel...
https://nidhisharma.hashnode.dev/what-are-compiling-bundling-and-minifying
Compiling Compiling in JavaScript refers to the process of converting code written in a high-level programming language (such as JavaScript) into machine code that can be understood and executed by a computer's processor. This is typically done by a ...
https://anilmaurya.hashnode.dev/react-app-hierarchy
Let's Understand the typical React App hierarchy- public folder: contains the index.html file that serves as the entry point for the app and other static assets such as images and fonts. src folder: contains the main source code for the app. It typ...
https://fjolt.hashnode.dev/getting-started-with-redis-and-nodejs
Redis is a powerful tool for caching data and having it available in memory. Redis requires RAM to use, and every piece of data you use in Redis is loaded into the RAM. That means it can be accessed really quickly, which allows us to cache and provid...
https://vedanshmehra.hashnode.dev/binary-search-tree-in-javascript
Binary Search Tree is one of the most commonly asked Data Structures in technical interviews. In this article, we will learn about what a binary search tree is and how to perform insertion into a node into a BST. What is a Binary Search Tree' A binar...
https://chukhraiartur.hashnode.dev/scrape-google-lens-with-python
What will be scraped Using Google Lens API from SerpApi If you don't need an explanation, have a look at the full code example in the online IDE. from serpapi import GoogleSearch import json params = { 'api_key': '...', 'engine': 'google_le...
50 / 84
https://shekharthakur01.hashnode.dev/explaining-streams-and-buffers-in-nodejs-as-you-were-of-age-5
"Hey there, kiddo! Do you like to play with toys that pour water or sand from one container to another or you would love to play with lego bricks' Well, imagine that but instead of water, sand or lego bricks, we are playing with data! And Node.js has...
https://kadamshubham.com/solving-common-array-questions-in-mnc-interviews-part-1
Welcome to our blog on "Solving Common Array Questions in MNC Interviews: Part 1"! This blog series is dedicated to providing a comprehensive understanding of the array data structure and the various questions that are frequently asked in MNCs during...
https://pulkitporwal.hashnode.dev/node-js-is-dead
Recently we heard that Node.js is Dead, Is that True' Well, I think this is partially true. Because the inventor of node.js Ryan Dahl announced in a seminar that they are introducing a new JavaScript and TypeScript runtime Environment called Denojs. ...
https://kavita.hashnode.dev/css-box-model-padding-margin-border
The CSS box model is a container that contains multiple properties including borders, margin, padding, and the content itself. It is used to create the design and layout of web pages. It can be used as a toolkit for customizing the layout of differen...
https://whatisweb.dev/understanding-call-bind-and-apply-methods-in-javascript
If you are learning JavaScript, you might have seen the this keyword. The this keyword in JavaScript behaves differently compared to other programming languages. This causes a lot of confusion for programmers. In other object-oriented programming lan...
https://moreshwar.hashnode.dev/css-positions
Introduction Position property in CSS determines the placement of the element in the document. These elements can be placed in 'top, ' right, bottom'', left '' throughout the ' document. There are 4 properties to play with i.e. position: static,...
https://sahilbuild.hashnode.dev/emmet-the-web-developers-best-friend
Emmet is a remarkably easy way to add speed and efficiency to your development. With the emmet plugin, you'll never have to think about writing out unnecessary HTML tags again. It's that simple! What is Emmet' Emmet is a tool for generating autocomp...
https://fluttergamedev.com/devblog-7-going-into-another-directus
It's been a while since the last devblog. It was a busy couple of weeks with the holidays and the Flutter Forward event coming up. I made a little bit of progress on the project which also involved a rather impactful decision. But first, let me tell ...
https://harshpatil03.hashnode.dev/the-power-of-javascript-a-beginners-guide-to-web-development
JavaScript is a high-level, interpreted programming language that plays a critical role in web development. It allows developers to create dynamic, interactive, and engaging user experiences on websites and web applications. With its increasing popul...
https://undevcover.hashnode.dev/variables-in-javascript
Chances are that this is not the first time you come across the term 'variables'. In Mathematics, a variable is an alphabet used to represent an unknown number. For instance, if the square of an unknown number is 81, we could represent the number by ...
60 / 84
https://zordcoder.live/what-is-css-transition
In the coming weeks, I plan to create articles that will help you easily accomplish important tasks in CSS and other languages. However, this article focuses solely on the CSS transition, including its various properties and how to use them. I wish I...
https://prajwalbandak.hashnode.dev/scaling-strategies-for-reliable-and-scalable-systems
System design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. It involves analyzing and understanding the requirements, breaking down the system into smaller parts, identifyin...
Selon les dernières nouvelles, Microsoft pourrait intégrer l'intelligence artificielle à Bing dès cette année, et Google (...)
https://nightcoder.hashnode.dev/flow-of-code-execution-in-javascript
JavaScript is a single-threaded programming language, which means it can only process one task at a time. However, it uses something called the Event Loop to handle asynchronous tasks, such as user input, network requests, and timers. Understanding t...
https://krishparekh.hashnode.dev/kotlin-and-firebase-a-hands-on-guide-to-authentication
Welcome to our series of blogs on Firebase integration and functionality in Android using Kotlin. In this first blog, we will be covering the setup of Firebase Authentication in your Android app. Whether you're new to Firebase or an experienced devel...
https://iamsuman.com/binary-treet-implementation-using-dart
Binary trees are a fundamental data structure in computer science, often used for searching and sorting algorithms. They are a tree-like data structure where each node can have at most two children, referred to as the left and right children. Here is...
https://sumanmanna.hashnode.dev/binary-treet-implementation-using-dart
Binary trees are a fundamental data structure in computer science, often used for searching and sorting algorithms. They are a tree-like data structure where each node can have at most two children, referred to as the left and right children. Here is...
https://akashpugal.dev/day-1my-7-day-journey-to-data-science
Hey guys, It's Akash Pugal from India. I'm currently pursuing my under-grad degree in Computer Science and Engineering.Since I started my college days I loved the process of making a website and I'm completely attracted to WEB DEV domain for a long p...
https://rajyadav.hashnode.dev/scope-in-javascript
There are 3 types of Scope in JavaSrict 1. Global Scope It is accessible from everywhere in a file Here, book is global variable and can be access anywhere 2. Functional Scope When a variable is declared inside a function, it is only accessible with...
https://raykipkorir.hashnode.dev/python-simple-is-better-than-complex
Python is one of the most popular programming languages. So what makes Python unique' Let's dive in. Definition Python is a high-level, object-oriented, interpreted, and general-purpose programming language. Let's go back in time ... Python was creat...
70 / 84
https://ankitdevelops.hashnode.dev/callback-function-in-javascript
A callback function is a function that is passed as an argument to another function and is executed after the outer function has been completed. Why do we use the callback function' we use the callback function because it allows for the execution of ...
https://mo-ibra.hashnode.dev/how-to-loop-through-object-javascript
In this article we will learn how to loop through object. It is very common to iterate over an object in JavaScript. There is more than one way to do this, and in this lesson we will discuss all the ways. Methods that can be used to loop through obje...
https://magbanum.tech/how-to-save-environment-variables-in-python-virtual-env
Saving environment variables in a Python virtual environment can be a great way to keep your project's dependencies and settings organized and separate from other tasks on your machine. I use Django to create APIs for the front end of my website. Dja...
https://imsmd.com/functions-in-python
1) What is function' A function in Python is like a recipe. Just like how you follow a recipe to make a cake, a function is a set of instructions that tell the computer what to do. It's like a mini-program within a bigger program. We give a name to ...
what is flutter' Want to create visually stunning mobile apps' Look no further than #Flutter! This trendy framework has been widely adopted by top companies and developers to build high-performing, expressive and beautiful apps. Google's Flutter is a...
I know it must be an overwhelming and tedious process to get yourself started in WebD because I have experienced it firsthand. There are multiple courses, roadmaps, boot camps, and whatnot, and all of this somehow fuels the anxiety. You start to lose...
https://shrishti115.hashnode.dev/get-started-with-app-development
Have you ever wondered how apps work' How fascinating it is to navigate through your favourite apps, and stand in awe of their intricacies and utility. I am sure that at least once you dreamt of building an app on your own. Also, if you are reading t...
https://searchengineland.com/search-marketing-history-january-29-392336
Google penalizes a link network, plus: paid search spending, Google warns about article directories, Yelp ratings in Google AdWords and more. The post This day in search marketing history: January 29 appeared first on Search Engine Land.
https://typec.hashnode.dev/how-to-easily-create-url-parameters-using-searchparams-in-javascript
What are URL parameters' URL parameters are just a way to send information to perform certain tasks such as filtering, sorting, translating, describing etc. ' How do we do it' You might have seen people encoding URL parameters like this const url = ...
https://blog.harshdaiya.com/deploy-your-data-pipelines-with-github-actions
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customi...
80 / 84
https://abinjohn.in/javascript-foreach
The other day, I found an interesting code snippet in the 'Spot The Bug' section of a Bytes newsletter. Can you spot it' const getCapitalizedInitials = (name) => name .trim() .split(" ") .forEach((name) => name.charAt(0)) .join("") ...
https://codianfaisal.com/tracing-the-evolution-a-history-of-javascript
JavaScript is a programming language that was created in 1995 by Brendan Eich while working at Netscape Communications Corporation. It is a high-level, dynamic, and interpreted programming language that is widely used for creating interactive web pag...
https://blog.bhuwanupadhyay.com/post-from-github-as-source
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It h...
https://www.stefanjudis.com/blog/web-weekly-90/
Guten Tag!Do you know that you can use CSS Grid to animate an element's height' Have you heard of the new scrollend JavaScript event' Or do you use rel="tag" somewhere' All the answers and much more are included in this week's Web Weekly. ' Regarding forms, you should rely on the native form elements because they provide the best user experience, right' I remember being overly excited wh [...]
La veille Haut de page Lendemain
Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.
Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?
Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.