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://fjolt.hashnode.dev/javascript-innerhtml
In Javascript, we have lots of different ways to manipulate DOM elements. DOM elements are the HTML elements we define when we write our scripts. Once we are targetting a particular DOM element, it's often useful to set its contents with new HTML con...
Introduction If you've been struggling to create a simple logic to hide and show passwords in React, or you want a different approach to achieving the hide and show feature, then you are at the right place. In this article, I will create an illustrat...
https://devemeka.dev/how-to-hide-and-show-password-by-toggle-in-react-js
Introduction If you've been struggling to create a simple logic to hide and show passwords in React, or you want a different approach to achieving the hide and show feature, then you are at the right place. In this article, I will create an illustrat...
This is the first installment of my weekly series on "New Android Development." I want to get started on Firestore immediately, but before you can do anything interesting (e.g., multi-user) you need to have authentication. Otherwise, there is no way ...
https://fistonn.com/reactjs-a-comprehensive-guide-for-web-development
ReactJS is a popular JavaScript library for building user interfaces (UI) and single-page applications (SPAs). It was developed and maintained by Facebook and has since become one of the most widely-used tools for front-end web development. This libr...
https://pydeveloper-blogs.hashnode.dev/asynchronous-and-synchronous-nature-of-javascript
Today we all are going to know about one of the important properties of Javascript which is its Asynchronous nature. Now some of you are thinking what is Asynchronous' How it is related to Javascript' Asynchronous is a technique of programming that e...
https://larevueia.fr/introduction-aux-reseaux-de-neurones-transformers/
Disclaimer, je ne vais pas parler la série américaine Transformers, même si ça ressemble. A chaque nouvelle évolution en deep learning, on se dit toujours la même chose, cette fois c’est fini, on a atteint le sommet. Mais à chaque fois on arrive à repousser encore un peu plus les limites. Les transformers sont une […] L'article Introduction aux réseaux de neurones Transformers [...]
https://aasiyaonize.hashnode.dev/markdown-and-restructured
Markdown Elements Markdown allows users to create text elements such as links, bullets, text bold, etc with coded typographical symbols and spaces. I did a few lessons on markdowns tutorials, here are pointers on a few of the elements: Asterisks(*) -...
https://emmadata.hashnode.dev/roadmap-to-becoming-a-data-scientist
Becoming a data scientist is a highly sought-after career path, and for good reason. With the increasing importance of data in every industry, there has never been a better time to get started on this rewarding and exciting journey. In this article, ...
10 / 111
Hi guys ', in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the traditional view system (XML-based). Without furth...
Introduction to ETL with AWS Lambda When it comes time to build an ETL pipeline, many options exist. You can use a tool like Astronomer or Prefect for Orchestration, but you will also need somewhere to run the compute. With this, you have a few optio...
https://hojaleaks.com/the-ultimate-web-scraping-with-python-101
Web scraping is a powerful tool that allows you to extract data from websites and use it for various purposes such as data analysis, machine learning, and more. In this tutorial, we will be using Python to scrape data from a website. Before we begin,...
https://tanishka.hashnode.dev/javascript-functions-explained
Functions As we know, functions are nothing but a block of code which executes a particular task and can be reused. However, functions in JavaScript are a tad bit different from functions in the majority of languages. Default Parameters Let's conside...
https://tanishka.hashnode.dev/javascript-functions-at-a-glance
Functions As we know, functions are nothing but a block of code which executes a particular task and can be reused. However, functions in JavaScript are a tad bit different from functions in the majority of languages. Default Parameters Let's conside...
https://blog.theashishmaurya.me/how-to-copy-objects-in-javascript
Hello Reader,If you don't already know I am Ashish Maurya, a frontend developer, and all-time learner. I have been building web apps and servers in Javascript enough to write this article. Note: In javascript everything thing ( well almost everything...
https://lavary.hashnode.dev/convert-a-ddmmyyyy-string-to-a-date-object-in-javascript
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza If you need a cross-browser approach to convert a dd/mm/yyyy string to a Date object in JavaScript, here's...
https://spsanchore.com/react-native-with-android-studio-setup
Android Development Environment Setup Make sure you have the Node installed if not then you can install it from here and you can check the version of a node using node -v https://nodejs.org/en/download/ Download android studio from https://develop...
https://lavary.hashnode.dev/about-await-is-only-valid-in-async-functions-error-in-javascript
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza Await is only valid in Async functions; This syntax error occurs when you use an await expression outside ...
https://lavary.hashnode.dev/about-attributeerror-module-datetime-has-no-attribute-strptime-in-python
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The error 'AttributeError module 'DateTime' has no attribute 'strptime'' occurs when you call the strptime...
20 / 111
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The 'IndentationError: unindent does not match any outer indentation level' error occurs when the indentat...
https://lavary.hashnode.dev/about-missing-1-required-positional-argument-self-in-python
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The Python error TypeError: missing 1 required positional argument: 'self' usually occurs if you call a me...
https://lavary.hashnode.dev/how-to-reverse-a-range-in-python-with-examples
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza Sometimes you need to reverse a range in Python to iterate over a list of items in reverse order. This qui...
https://lavary.hashnode.dev/about-typeerror-unhashable-type-dict-in-python
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The 'TypeError: unhashable type: 'dict'' error occurs if you use a dictionary where a hashable object is e...
https://lavary.hashnode.dev/on-taberror-inconsistent-use-of-tabs-and-spaces-in-indentation-in-python
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The error 'inconsistent use of tabs and spaces in indentation' occurs when you mix tabs and spaces to inde...
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza TypEerror: not all arguments converted during string formatting in Python occurs for the following reasons...
https://lavary.hashnode.dev/about-can-only-concatenate-str-not-list-to-str-in-python
' Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version for a ' user experience. ~reza The Python error 'TypeError: can only concatenate str (not 'list') to str' occurs if you concatenate a str...
https://maximilianocontieri.com/code-smell-194-missing-interval
TL;DR: Intervals are there. Why use plain dates' Problems Missing abstraction Duplicated Code Not enforced invariants Primitive Obsession Bijection Fault Fail Fast principle violation Solutions Create and use an Interval Object Context The...
https://www.lebigdata.fr/fbi-pirate-hacker
Dans sa lutte acharnée contre la cybercriminalité, le FBI a réussi à infiltrer et neutraliser un groupe de hackers les … Cet article Comment le FBI a infiltré un groupe de hackers pour le détruire ' a été publié sur LeBigData.fr.
https://anonprogrammer.hashnode.dev/restarting-my-computer-programmer-and-data-scientist-journey
Let's make the past concise, and learn to keep the future wise. So, I completed my graduation in 2019, started my Master's in Data Science a year later, and opted out of it a year later.I have a theoretically great understanding of most programming c...
30 / 111
https://spsanchore.com/setup-and-install-react-native-with-expo
There are two ways to setup react native development environment Expo Go QuickStart React - Native Cli (Android Studio) 1. Expo Go QuickStart If you are new to mobile development, the easiest way to get started is with Expo Go. Expo is a set of t...
https://muhammadharis.hashnode.dev/basics-of-web-development
Web development is the process of creating websites and applications for the internet. It involves a wide range of skills and technologies, from design and user experience, to coding and database management. Whether you are a beginner or an experienc...
https://guillaumeduhan.hashnode.dev/nuxt-content-with-nuxt-3
https://www.youtube.com/watch'v=5mTQLWyyVNM&ab_channel=CodewithGuillaume Nuxt-Content is a module for the Nuxt.js framework that allows you to manage content in a headless CMS manner. It provides an easy way to work with dynamic content in a Nuxt.j...
https://shivrajdeopa.hashnode.dev/reactjsuseref-hook
useRef(initialValue) // In the above line the initialvalue passed is assigned to the ref object's current property. Returns: useRef hook returns an object with a single property. Lets understand its working with the help of sample code illustrated be...
https://avasbajracharya.hashnode.dev/dynamic-form-using-schema-based-ui
If your application needs to work with many forms and data collection flows, then writing forms in JSX(React) can be very repetitive. Even though we might try to extract the standard components, the core problem lies in displaying the right set of in...
We all know how much these Javascript methods are confusing to understand. But there is always a simple way to explain complex things. Close your eyes and imagine yourself in the vast universe! You have an amazing spaceship and you are on a mission t...
We all know how much these Javascript methods are confusing to understand. But there is always a simple way to explain complex things. Close your eyes and imagine yourself in the vast universe! You have an amazing spaceship and you are on a mission t...
https://josephwamiti.hashnode.dev/an-algorithm-to-get-the-middle-character-using-javascript
Do you want to test your JavaScript skills' Then try out the Get the Middle Character Challenge! This challenge is designed to test your understanding of string manipulation and your ability to solve complex problems. The challenge is simple: given ...
Are you tired of slow-loading web pages ruining your user experience' Do you want to ensure that your website runs at lightning speed and provides a seamless browsing experience for your users' Then you need to optimize your JavaScript code. Accordin...
https://theforce.hashnode.dev/variance-decomposition-proportions
This post outlines the idea of collinearity in a dataset (including a formal-ish definition), possible issues arising with collinearity and ways of diagnosing the existence and degree of collinearity. Furthermore, this outlines a few issues with hist...
40 / 111
https://yesitstech.hashnode.dev/javascript-built-in-data-types
JavaScript is a dynamic and flexible programming language that is widely used for creating interactive web applications. One of the most fundamental concepts in JavaScript is understanding the different built-in data types available. These data types...
https://mounikasangishetty.hashnode.dev/introduction-to-web-server-and-html
What is a Web Server' Simply, A web server is a PC that stores, processes and delivers website documents to the web browser. A web server is a PC that runs websites. The main job of a server is to display the website content. It's a PC program that d...
https://blog.lokesh1729.com/decorators-in-python-part-2
Introduction If you have not read the previous post, please go through it because it is a prerequisite for this. In this post, we will go into some more depth and learn about decorators with arguments. functools.wraps decorator We learned from the pr...
https://oluwatrillions.hashnode.dev/6-ai-tools-for-programmers
AI won't take your job, but the developers who use AI will. Artificial Intelligence is changing the software landscape with tools that have been a great relief to developers, in that it reduces the burden to build from scratch and increases productiv...
https://explainthis.hashnode.dev/my-tiktok-bytedance-frontend-software-engineer-interview-experience
The post was originally published on ExplainThis with the title 'My TikTok (ByteDance) Frontend Software Engineer Interview Experience' This is a blog post on my interview experience with TikTok in summer 2022. The role I interviewed for was Fronten...
https://www.realite-virtuelle.com/oculus-quest-pro-en-chemin/
Un Oculus Quest Pro, c'est une idée qui n'a pas manqué d'intéresser le président en […] Cet article Un Oculus Quest Pro en chemin ' a été publié sur Réalité-Virtuelle.com.
https://saimounikaperi.hashnode.dev/a-practical-guide-to-array-and-object-destructuring
Object in JavaScript is used to store multiple values as a complex data structure. We create objects with curly braces ({...}) and one or more properties separated by a comma. Each of the properties is a key-value pair separated by the colon(:) symbo...
There are many ways to increase code performance. always keep in mind " Using less JavaScript will result in better performance " Using .removeEventListener() The .removeEventListener() method accepts three parameters: EventListener type, EventListe...
There are many ways to increase code performance. always keep in mind " Using less JavaScript will result in better performance " Using .removeEventListener() The .removeEventListener() method accepts three parameters: EventListener type, EventListe...
https://shubhamsigdar.hashnode.dev/how-i-make-404-page-user-not-found-using-emberjs-framework
Hi everyone, Welcome to my blog. This post will show you How to Make a 404 Page User Not Found Using ember.js frameworks. These issues are given to me in realdevsquad open-source project because they are migrating their website to ember.js. In this i...
50 / 111
https://aayushsinha.hashnode.dev/python-basics-2-lets-learn-some-python
Hello and welcome to second blog of series The Pythonic Way. So now that you have some basic idea of computation and algorithm. We can start actually start coding in Python. But before that it is important that you should have some sort of IDE instal...
https://hashnode.j471n.in/my-vs-code-setup
In this article, I'll be sharing my VS Code Setup with you. It includes the theme and Icons that use and also Extensions (this is very important). 'Theme I use Andromeda as my primary theme for my vs code 'Icons For Icons, I sometimes switch betwe...
https://kryptonanshu.hashnode.dev/integrate-paypal-api
This article is about Integrating Paypal API As a developer, integrating APIs into your project is imperative. I recently integrated PayPal's payment gateway on a side project and plan on sharing how to do it. PayPal is well known for online payments...
https://fornonecs.hashnode.dev/event-loop-advanced-javascript-series-part-1
Knowledge Test: Let us examine the output generated by the following code snippet. function callback(i) { console.log(i) } for (var i = 0; i < 3; i++) { setTimeout(() => callback(i), 1000) } for (let i = 0; i < 3; i++) { setTimeout(() =...
https://riyatiwari.hashnode.dev/get-closer-to-closuresin-javascript-part-2
If you haven't checked out my previous article, you can visit this link. Part 1 where Closures is thoroughly introduced with code snippets of the execution context, along with some fancy terms made easy, like lexical scope and lexical environment. Pa...
https://khansa.hashnode.dev/become-a-javascript-pro-with-these-one-line-tricks
As a JavaScript developer, you know the struggle of writing code that is both functional and efficient. You've spent countless hours scouring the internet for solutions to common coding problems, only to end up with a cluttered and confusing mess of ...
https://blog.lokesh1729.com/python-decorators
Introduction As usual, let's stick to the first principles. Let's start with what was taught in our schools. What is a function in mathematics' f(x) -> y spelled as f of x is a function that takes x as input and returns y as output. Right, It's the s...
https://ceafive.hashnode.dev/using-playwright-for-e2e-testing
What is Playwright' Playwright is a popular cross-browser automation and E2E testing framework, developed by Microsoft. It provides support for 3 different browser engines, including Chromium, Firefox, and WebKit. It also supports multiple programmin...
https://mansivaghela.hashnode.dev/in-app-review-android-implementation-in-kotlin
As soon as the review for the app comes to mind, you worry about going to the Playstore, correct'A review is an integral part that lets the developer know how much the users are enjoying their application. However, users generally do not review many ...
https://blog.mansi.dev/in-app-review-android-implementation-in-kotlin
As soon as the review for the app comes to mind, you worry about going to the Playstore, correct'A review is an integral part that lets the developer know how much the users are enjoying their application. However, users generally do not review many ...
60 / 111
https://dheerajy1.hashnode.dev/building-portfolio-website-using-html-css-javascript-day110
Today #Day110 of #365DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Media Queries For small devices CSS Styling container class and nav menu class, .container{ margin-left: var(--mb-1); margin-right: var(--mb-1); } .nav_...
https://blog-debasish.hashnode.dev/use-cases-for-continue-and-break-statements-in-javascript
In JavaScript, the continue and break statements are used to control the flow of execution within loops. The continue statement used to skip the current iteration of a loop and move on to the next iteration. It is often used when you only want to pro...
https://mansivaghela.hashnode.dev/mvvm-model-view-viewmodel-architecture-pattern-in-android
We'll be discussing and implementing the Android MVVM architectural pattern in our Android application. Why do we need these patterns' Adding everything to a single activity or fragment would lead to problems in testing and refactoring the code. Henc...
https://blog.mansi.dev/mvvm-model-view-viewmodel-architecture-pattern-in-android
We'll be discussing and implementing the Android MVVM architectural pattern in our Android application. Why do we need these patterns' Adding everything to a single activity or fragment would lead to problems in testing and refactoring the code. Henc...
https://harshm09.hashnode.dev/higher-order-functions-in-js
What are Higher-Order functions' In JavaScript, functions are treated as first-class citizens, which means behind the scenes they are just another object. This feature enables the use of functions just like any other variable. A higher-order function...
https://reactpropsbyhiren.hashnode.dev/reactjs-props-a-complete-guide-with-examples
About React React.JS is a popular JavaScript library used for building user interfaces. It provides a way to create reusable components and manage the state of an application. In React.JS, props (short for properties) are a way to pass data from a pa...
https://hirentimbadiya.hashnode.dev/reactjs-props-a-complete-guide-with-examples
About React React.JS is a popular JavaScript library used for building user interfaces. It provides a way to create reusable components and manage the state of an application. In React.JS, props (short for properties) are a way to pass data from a pa...
https://xinnks.hashnode.dev/nuxt-3-authentication-with-supabase
Supabase is the open-source Firebase alternative that presents us with back-end features such as a Postgres database, authentication, Edge functions, Storage, and Real-time subscriptions that we can use to build applications. The interest of this tut...
https://www.meta-media.fr/2023/02/04/liens-vagabonds-les-gafam-decoivent-encore.html
A RETENIR CETTE SEMAINE : Les géants de la tech déçoivent - La série de mauvaises nouvelles dans le secteur technologique se poursuit. Fin 2022, les cinq géants de la tech (Google, Apple, Amazon, Facebook, Microsoft) avaient déjà collectivement perdu plus de 1.500 milliards de dollars de capitalisation boursière en... The post Liens vagabonds : Les Gafam déçoivent encore first appeared o [...]
https://blog.kb.tld/machine-learning-day2
Introduction: what is NumPy ' NumPy(Numerical Python) is an open-source library of Python. It is designed to perform complex mathematical, image processing, quantum computing, statistical operations, etc., on matrices and multidimensional arrays. How...
70 / 111
https://jinglecodes.hashnode.dev/object-oriented-programming-in-python
With the help of the well-liked programming paradigm known as object-oriented programming (OOP), programmers can create models of actual objects in their code. In OOP, classes serve as the object's blueprint, and objects are instances of those classe...
https://thenerdyraptor.hashnode.dev/javascript-web-storage
In this article, we will talk about web storage which is an HTML5 feature that allows us to store data in key-value pairs in the browser. It stores data on the client side so we can access it or change it later. There are two types of web storage: *l...
https://priyanshshrivastava.hashnode.dev/destructuring-arrays-in-javscript
This article will be divided into 3 parts: What is Destructuring ' Why do we need Destructuring' How to master Destructuring so that we can easily play with JavaScript objects and arrays. What is Destructuring' Destructuring is a JavaScript exp...
https://radiant.hashnode.dev/onestop-guide-to-deploying-a-flutter-app-to-aws
Introduction Flutter ' is an open-source UI software development kit created by Google. It is used for building high-performance, high-fidelity, and cross-platform mobile and web applications. AWS, on the other hand, is a cloud computing platform th...
What is JavaScript' JavaScript is a high-level, interpreted programming language that is widely used for web development. It is used for creating interactive and dynamic web pages, allowing for things like form validation, creating animations, and up...
https://underscore.zrqx.in/001-laying-groundwork-for-react-native
Satisfying the Requirements The Main Requirements are Java JDK Node JS Android Studio Developer Settings in Phone Java Java, maybe is a dependency for Android Studio. Although we don't explicitly use it to write our App, we shouldn't ignore it ...
https://www.lebigdata.fr/hydrogene-revolutionner-data-center
L’hydrogène pourrait être la solution pour alimenter les Datas Centers du futur. Cet élément est propre, abondant et peut être … Cet article L’hydrogène peut-il révolutionner l’industrie du Data Center ' a été publié sur LeBigData.fr.
https://lilkittykat.hashnode.dev/february-js-challenge-1-answers
Warning! Please don't read this if you haven't done the challenge yet, or wish to only find out how it was done! Solution So let's take a look at our text to decipher: 54686973007761730061007265616c6c7900746f756768006368616c6c656e676500666f72006d652...
https://durgadas.in/building-an-sdk-with-typescript
An SDK (Software Development Kit) is a collection of software development tools in one installable package. An SDK can include libraries, APIs, and sample code for a specific platform or programming language. SDKs are used to help developers build ap...
https://tharinduwx.hashnode.dev/get-keys-of-a-python-dictionary-when-value-is-given
# return key(s) in a dictionary when value is given def get_keys(val, dict): keys = [] for key, value in dict.items(): if value == val: keys.append(key) return keys
80 / 111
https://ankitanandmastery.hashnode.dev/learning-javascript
Why JavaScript' Language of the web It is the only computer language that allows us to directly interact with our web pages dynamically on the client side Easy to use It is used widely JavaScript skill is in demand Comments in JavaScript There...
https://mwendwabundi.hashnode.dev/how-to-fetch-data-using-graphql-api-with-vanilla-javascript
GraphQL is a query language for your API and a server-side runtime for executing queries using a type system you define for your data. It allows developers to access specific data from APIs. GraphQL is a flexible alternative to REST as the server kno...
https://www.lebigdata.fr/ia-mauvaise-generer-mains-humaines
L’Intelligence artificielle (IA) a révolutionné de nombreux secteurs, mais sa capacité à générer des images de mains humaines reste limitée. … Cet article Pourquoi l’IA est si mauvaise pour générer des mains humaines ' a été publié sur LeBigData.fr.
https://rakeshdeka.hashnode.dev/undefined-vs-null-in-js
In Javascript Undefined and Null sometimes use interchangeably, But it has some differences between the two. Undefined: undefined means we have created a variable but haven't defined a value for it. let value; console.log(value); output: > undefine...
https://web3boy.hashnode.dev/top-50-reactjs-questions
1. What is Reactjs' React is a JavaScript library that makes building user interfaces easy. It was developed by Facebook. 2. Does React uses HTML' No, It uses JSX, which is similar to HTML. 3. When was Reacct first released' React was first released ...
https://blog.dyor.com/starting-a-weekly-new-android-development-series
In the past, I have only written web applications. I tried to build an iPhone application, and not only was the developer experience super difficult for me based on my web experience, the application would only work for people with iPhones...and only...
https://jvspwt.my.id/react-component-lifecycle-doc
Kita sudah biasa mengelola lokal state di dalam komponen. Namun, bagaimana cara mengelola data (state) yang nilainya berasal dari luar, contohnya internet melalui RESTful API' Jika yang dilakukan adalah memanggil fetch() request di dalam fungsi rende...
https://anjalitechblog.dev/htmlhyper-text-markup-language
what is HTML HTML (HyperText Markup Language) is a language used to create and structure content on a web page. HyperText simply means 'Text within Text'.A text that has a link within it, is a hypertext. whenever anyone clicks on a link which brings ...
Promise dapat menggantikan peran callback dengan menggunakan ciri khas fungsi .then-nya itu. Situs MDN mengatakan Promise merupakan sebuah objek yang digunakan untuk membuat sebuah perhitungan (kode) ditangguhkan dan berjalan secara asynchronous. Dal...
https://jvspwt.my.id/react-fetch-api-doc
Sekilas tentang RESTful API REST API atau RESTful API merupakan aplikasi yang hidup di sisi server (back-end) yang berfungsi sebagai perantara transaksi data antara aplikasi front-end dengan sumber data (bisa database atau storage). REST API memanfaa...
90 / 111
https://sagar0-0.hashnode.dev/extensions-in-kotlin
In this article, we will learn about extensions and what are the different cases where you can(and should) use them. Before starting, I am supposing that you have a basic understanding of OOPs in any programming language. Extensions: We know, wheneve...
https://searchengineland.com/search-marketing-history-february-4-392677
MicroHoo Day 4, plus: Google expands phrase match, Google Adds JSON-LD support, reconsideration requests and more. The post This day in search marketing history: February 4 appeared first on Search Engine Land.
https://blog.taditdash.com/a-study-on-end-to-end-testing-framework-cypress-in-comparison-to-selenium
What is Cypress' Cypress is a new-age end-to-end testing tool. End-to-end testing ensures the application is tested exactly how the users are going to interact. Its installation is effortless, usage is smooth, and it runs very fast. Let's discuss mor...
https://sandrana.hashnode.dev/custom-context-menu
What is a Context Menu' A context menu is a menu that pops up every time you press right-click on your mouse. It is also referred to as right-click menu but the professional term is Context Menu. A customized context menu or custom context menu acts ...
This post will help you figure out how you can easily find out the value of 'this' in JavaScript. If you're in a hurry, there's a JavaScript this keyword cheat sheet at the end. You can view this guide to JavaScript "this" on my blog too. The keyword...
https://scofield.hashnode.dev/build-your-first-port-scanner-using-python
Cyber security has become necessary for every business today, with over seven websites hacked every second, 380 websites every minute, and 547,000 daily. Security specialists at IBM cannot emphasize this importance enough, with the current statistics...
https://www.rahulbagal.software/a-beginners-guide-to-python
Introduction to Python Python is a popular, high-level programming language that is used for a wide range of applications, including web development, scientific computing, data analysis, artificial intelligence, and more. It is known for its simplici...
https://yatendrakumar.hashnode.dev/flutter-and-arvr-how-to-build-immersive-experiences-with-flutter
Flutter is a popular, open-source UI development framework that is used to build native-like apps for various platforms including Android, iOS, and the web. One of the most exciting things about Flutter is its ability to support Augmented Reality (AR...
https://alfies.hashnode.dev/top-10-features-of-django-that-make-web-development-a-breeze
Django is a high-level Python web framework that has gained immense popularity among developers due to its ease of use, scalability, and robustness. Here are the top 10 features of Django that make web development a breeze: Object-Relational Mapping...
https://lydra.fr/le-savoir-etre-en-entreprise-radio-devops-31
En entreprise il est crucial qu'il y ai une bonne coopération. Pour ce faire il faut partager une culture commune mais il est surtout essentiel que l'ambiance générale de l'entreprise s'y prête. Nous allons aujourd'hui aborder la coopération en entreprise, que cela soit de manière générale qu'entre Dev et Ops. 00:00 Intro 01:53 Mauvais départ dès l'embauche 26:14 Ambiance Malsaine 43:4 [...]
100 / 111
https://kotlin-java.fr/les-type-aliase-en-kotlin/
Les typealias en Kotlin sont un moyen de donner un autre nom à un type existant. Cette fonctionnalité peut être très utile lorsque le nom d'un type est trop long ou difficile à comprendre. Commentaires L'article Les Type Aliases en Kotlin a été posté dans la catégorie Développement de Human Coders News
Article sur la gestion d'un index Elasticsearch dans un projet Symfony avec la librairie elasticsearch-php Commentaires L'article Gérer un index Elasticsearch avec la elasticsearch-php a été posté dans la catégorie PHP de Human Coders News
https://kotlin-java.fr/gestion-exceptions-kotlin-throw-try-catch/
Les exceptions sont des erreurs qui se produisent pendant l'exécution d'un programme et peuvent être causées par des erreurs de code ou des situations imprévues. Commentaires L'article La gestion des exceptions en Kotlin a été posté dans la catégorie Développement de Human Coders News
https://svdcse.xyz/alternatives-to-heroku-for-hosting-your-nodejs-app-for-free
There are several alternatives to Heroku for hosting your Node.js app for free: Glitch: A platform for building, testing, and hosting web apps, including backend Node.js apps. It's easy to use, offers a simple interface, and is suitable for small pr...
https://www.visualcapitalist.com/cp/population-density-patterns-countries/
These maps show the population density of several countries, using 3D spikes to denote where more people live. The post Visualizing Population Density Patterns in Six Countries appeared first on Visual Capitalist.
https://www.visualcapitalist.com/top-online-music-services-us/
This graphic shows the percentage of Americans that are monthly music listeners for each service. Which online music service is most popular' The post Ranked: The Top Online Music Services in the U.S. by Monthly Users appeared first on Visual Capitalist.
https://shahxcode.hashnode.dev/tip-consoletable
In this article, I am going to discuss a javascript console method called console.table(). I find it useful for casual debugging and don't see much about it online so I figured I'd share it. What is console.table() console.table() is a method that al...
https://vinaycodes.hashnode.dev/why-learn-java
Java is a widely used, class-based, object-oriented programming language that is designed to be portable and platform-independent. Here are some reasons why one might want to learn Java: Popularity: Java is one of the most popular programming langua...
With its growing popularity and widespread adoption by businesses, TypeScript is poised to become the future of JavaScript development. Whether you are an experienced JavaScript developer or just starting out, learning TypeScript is a worthwhile inve...
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.