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

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


25 Juin 2023 (76)

1: 1Projects: Quickly setup your .env file secrets

https://nashintelli.hashnode.dev/1projects-quickly-setup-your-env-file-secrets

Hashnode - Flutter (Flutter)

After playing around with 1Password for about a week, turns out it's a pretty nice to have - password manager, especially for developers (highly recommended). 1Password touches on every aspect where in most cases a user wants to store any secret text...


2: 1Projects: Quickly restore your .env file secrets

https://nashintelli.hashnode.dev/1projects-quickly-restore-your-env-file-secrets

Hashnode - Flutter (Flutter)

After playing around with 1Password for about a week, turns out it's a pretty nice to have - password manager, especially for developers (highly recommended). 1Password touches on every aspect where in most cases a user wants to store any secret text...


3: Python and JWT: A Comprehensive Guide to Secure Sessions

https://blog.marzeta.pl/python-and-jwt-a-comprehensive-guide-to-secure-sessions

Hashnode - python (python)

Welcome to a deep dive into an essential tool that's reshaping how we handle secure sessions online - the JSON Web Token (JWT). When teamed up with Python, JWTs serve as a robust and secure mechanism for data exchange.' In this article, we're going ...


4: Reddit Promises Accessibility Improvements In Official App

https://www.webpronews.com/reddit-promises-accessibility-improvements-in-official-app/

WebProNews SEO (Développement)

WebProNews Reddit Promises Accessibility Improvements In Official App Reddit is promising accessibility improvements in its official app the day after third-party apps are set to shut down. Reddit Promises Accessibility Improvements In Official App Staff


5: What is Cross-Origin Resource Sharing (CORS)'

https://fullstackwebdevtalks.hashnode.dev/what-is-cross-origin-resource-sharing-cors

Hashnode - javascript (Javascript)

Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served. -Wikipedia CORS is an HTTP-header based mechanis...


6: Part 1 of 3 TypeScript Tricks I wish I knew when I started learning TypeScript

https://frontendtechies.com/part-1-of-3-typescript-tricks-i-wish-i-knew-when-i-started-learning-typescript

Hashnode - javascript (Javascript)

Trick 1: I noticed the message 'unexpected any' when using eslint with TypeScript. It made me wonder why 'any' is considered bad. How should I declare a variable that can hold any possible value' Let's examine an example. const someArray: Array ...


7: ESLint and how to get the most out of it

https://tomsdonis.com/eslint-and-how-to-get-the-most-out-of-it

Hashnode - javascript (Javascript)

Intro What is ESLint' ESLint is a static code verification tool that automatically reports an error/ warning if the set rules are broken. Why would you want to use this' It allows developers to automatically enforce the company's code style guide and...


8: 1. Let's build Uber again

https://agnivesh.hashnode.dev/1-lets-build-uber-again

Hashnode - javascript (Javascript)

Overview For the past couple of weeks, I have been exploring various systems in the tech domain, and what caught my attention were the social media platforms. I started delving deeper into them and discovered the concept of distributed systems. That'...


9: Building a Simple Slider Component Using React: A Step-by-Step Guide

https://lovethomokaro.hashnode.dev/building-a-simple-slider-component-using-react-a-step-by-step-guide

Hashnode - javascript (Javascript)

Hello, fellow Reactêrs!! Welcome to the third article in our series on React. If you haven't read the first article on props and the second article on useState, we recommend doing so since this article builds on the concepts covered in those articles...


10 / 76

10: How to implement copy to clipboard with multiselect list items' | Techletter 35

https://prajwalhaniya.hashnode.dev/how-to-implement-copy-to-clipboard-with-multiselect-list-items-techletter-35

Hashnode - javascript (Javascript)

Copy to clipboard is one of the most important features for any tool with lists of products/ people. Imagine you want to share the details of a product or contact details with someone else or if you want the details in a different document, then copy...


11: Mastering JavaScript Higher Order Functions: Exploring the Power of Map, Filter, and ForEach

https://visionarycoder.hashnode.dev/mastering-javascript-higher-order-functions-exploring-the-power-of-map-filter-and-foreach

Hashnode - javascript (Javascript)

Higher-order functions are powerful tools that enable developers to write clean, concise, and efficient code. These functions can take other functions as arguments or return them as results, allowing for the creation of more flexible and modular code...


12: Day 7 of learning JavaScript: Start Button and Sum

https://svensblog.hashnode.dev/day-7-of-learning-javascript-start-button-and-sum

Hashnode - javascript (Javascript)

Today I did a few things on the Blackjack app project. At first, I made the start button display, work and also look good. It was also a very good revision of many things that I have learned so far. I created the button in HTML and told the document ...


13: AlmaLinux Responds to Red Hat Going Closed-Source

https://www.webpronews.com/almalinux-responds-to-red-hat-going-closed-source/

WebProNews SEO (Développement)

WebProNews AlmaLinux Responds to Red Hat Going Closed-Source AlmaLinux has weighed in on Red Hat's controversial decision to restrict access to its source code, saying the community distro will need to come up with "a new solution." AlmaLinux Responds to Red Hat Going Closed-Source Matt Milano


14: Relational Operators in java

https://prikshitgautam.hashnode.dev/relational-operators-in-java

Hashnode - javascript (Javascript)

Hello everyone, Take this capture as a positive vibe in your coding journey so This is Prikshit Gautam sharing some useful information on relational operators,that are 1) == means if equals to 5) >= greater than and equal to 2) != means not equal to ...


15: [Algorithms] Delete the element of String

https://danakim.hashnode.dev/algorithms-delete-the-element-of-string

Hashnode - javascript (Javascript)

0'' : '' ''' ''' my_string' '' '' indices' ''' ', my_string'' indices' ''' '''' '''' ''' ''' '' '' '''' return '' solution ''' ''' '''. Example my_stringindicesresult "apporoograpemmemprs"[1, 16, 6, 15, 0, 10, 11, 3]"programmers" Solution ...


16: Understanding Bit Manipulation

https://ajayravi.hashnode.dev/understanding-bit-manipulation

Hashnode - javascript (Javascript)

Introduction: Binary Representation: Before diving into bitwise operations, it's essential to understand how numbers are stored in binary form. Numbers in programming languages are represented in binary using a fixed number of bits, typically 32 bit...


17: Level Up Your App Security: Implementing Firebase App Check in React Native

https://otakutechodyssey.hashnode.dev/level-up-your-app-security-implementing-firebase-app-check-in-react-native

Hashnode - javascript (Javascript)

What is Firebase App check ''' In short, Firebase App Check is a security feature that protects your API resources from abuse and unauthorized access. It prevents fraudulent activities and enhances backend security. By verifying client requests, Fire...


18: Map, Filter, Reduce functions in JavaScript

https://swetabisht.dev/map-filter-reduce-functions-in-javascript

Hashnode - javascript (Javascript)

Overview: JavaScript is a powerful programming language that provides developers with many built-in functions that can help the developer to manipulate data in many different ways. Three of these functions are map(), filter(), and reduce(). In this b...


19: Building Custom Elementor Blocks: A Step-by-Step Guide with Code Examples

https://ramiztheba.hashnode.dev/building-custom-elementor-blocks-a-step-by-step-guide-with-code-examples

Hashnode - javascript (Javascript)

Introduction: Elementor has revolutionized web design with its intuitive interface and powerful features. In this article, we will explore the process of building custom blocks in Elementor, empowering you to create unique and tailored website layout...


20 / 76

20: Call, Bind, and Apply Explain in the simplest way.

https://azharulraj.hashnode.dev/call-bind-and-apply-explain-in-the-simplest-way

Hashnode - javascript (Javascript)

Let's start with the call method, Imagine you have a toy car, and you want to play with it. When you "call" the toy car, you pick it up and start playing with it immediately. In JavaScript, call is a method that allows you to invoke a function immedi...


21: Bottom Bar Navigation in Jetpack Compose Example Android

https://rhythamnegi.com/bottom-bar-navigation-in-jetpack-compose-example-android

Hashnode - Kotlin (Mobiles)

Introduction: In this comprehensive guide, we will dive deep into the process of implementing Bottom Bar Navigation using Jetpack Compose. Whether you're an aspiring Android developer or a seasoned expert looking to adapt to the latest technologies, ...


22: Maximum Gap

https://alkesh26.hashnode.dev/maximum-gap

Hashnode - javascript (Javascript)

Problem statement Given an integer array nums, return the maximum difference between two successive elements in its sorted form. If the array contains less than two elements, return 0. You must write an algorithm that runs in linear time and uses lin...


23: Difference Between Reschedule Mode and Deferrable Flag in Airflow Sensors

https://rohan-anand.com/difference-between-reschedule-mode-and-deferrable-flag-in-airflow-sensors

Hashnode - python (python)

Motivation Recently my PR for adding the difference between Deferrable and Non-Deferrable Operators got merged in apache-airflow, you can see it here - PR Link. So I thought to explain it through a blog. Introduction Airflow sensors are a special kin...


24: ' Mastering Error Boundaries in React! '

https://devstation.hashnode.dev/mastering-error-boundaries-in-react

Hashnode - javascript (Javascript)

' Error handling is an essential aspect of building robust React applications. One powerful tool at our disposal is the Error Boundary component, which helps us gracefully handle and display errors in our UI. ' What is an Error Boundary' In React, ...


25: Gi'i trí v'i python

https://phonghaw2coder.hashnode.dev/giai-tri-voi-python

Hashnode - python (python)

Trong khi 'ang c' nu't h't ''ng video 'ã l'u v' python, và g'p ph'i chi'c video (Django For Everybody - Full Python University Course) nh' nhàng ch' v'i h'n 18 gi', tôi ph'i d'ng l'i m't nh'p '' l'y chút không khí. Mò xem nh'ng project v' python cho ...


26: Simplified JavaScript

https://articles.aishwaryablogs/simplified-javascript

Hashnode - javascript (Javascript)

JavaScript is one of the most popular programming languages in the world. If you are going to dive into the world of web development this is a must and I believe it's a great choice if it's your first programming language ever. Why do we use JavaScri...


27: Installing Jupyter Notebook In Drive Other Than Default

https://pylhr.hashnode.dev/installing-jupyter-notebook-in-drive-other-than-default

Hashnode - python (python)

If you have worked with jupyter notebook , you will know that jupyter notebook installs in a default location on each system(in my case C drive), but sometimes we need to use any other location for ease of use or any other reason. I'm using windows ...


28: A Practical Guide to Mastering JavaScript Data | Get the Most Out of Your Code

https://aryansharma.hashnode.dev/a-practical-guide-to-mastering-javascript-data-get-the-most-out-of-your-code

Hashnode - javascript (Javascript)

Namaste'' Hey everyone, this is Aryan Sharma's blog, and I hope you're all doing well & great. I'm thrilled to begin this JavaScript blog for absolute beginners with my Sixth blog post. 'You can find my blogs here'' What to wait' Let's go' Data ...


29: Day 33 of 100daysofjs

https://arpanmukherjee.hashnode.dev/day-33-of-100daysofjs

Hashnode - javascript (Javascript)

Element only navigation Sometimes we don't want text or comment nodes. Some links only take Element nodes into account. For example: firstElementChild - Returns the first child element of the specified element. lastElementChild - Returns the last c...


30 / 76

30: Cybersecurity - The latest threats, trends, and solutions in protecting online privacy and data security.

https://omotayoo.com/cybersecurity-the-latest-threats-trends-and-solutions-in-protecting-online-privacy-and-data-security

Hashnode - javascript (Javascript)

What is Cybersecurity' Cybersecurity protects information and systems from unauthorized access, use, disclosure, disruption, modification, or destruction. It is a critical issue today, as more and more of our lives are conducted online. The latest cy...


31: LCM function in python

https://smavisswag.hashnode.dev/lcm-function-in-python

Hashnode - python (python)

Returns the least common multiple of two or more numbers. Use the greatest common divisor (GCD) formula and the fact that lcm(x,y) = x * y / gcd(x,y) to determine the least common multiple. The GCD formula uses recursion. Uses reduce function from th...


32: Stochastic Gradient Descent: A Detailed Guide

https://rhythmblogs.hashnode.dev/stochastic-gradient-descent-a-detailed-guide

Hashnode - python (python)

Stochastic gradient descent (SGD) is a powerful optimization algorithm that is used in many machine-learning applications. Previously, we covered Gradient Descent . In this blog, we will discuss the basics of SGD, how it works, and its advantages and...


33: Config 2023 : Figma veut révolutionner le webdesign collaboratif

https://www.blogduwebdesign.com/config-2023-figma-veut-revolutionner-le-webdesign-collaboratif/

blogduwebdesign (Design)

La deuxième édition du Config 2023, la keynote à la sauce Figma,vient de s'achever. La...


34: "Decoding the Magic of RegEx: Why and How to Harness the True Power of Regular Expressions in Python for Text Manipulation"

https://luvai.hashnode.dev/decoding-the-magic-of-regex-why-and-how-to-harness-the-true-power-of-regular-expressions-in-python-for-text-manipulation

Hashnode - python (python)

Definition of RegEx: Regular expressions (regex) are a powerful sequence of characters that form a search pattern, used to match and manipulate text based on specific patterns. In Python, the re module provides support for working with regular expres...


35: SVG vs. Canvas ' The Ultimate Graphic Showdown

https://sriya.hashnode.dev/svg-vs-canvas-the-ultimate-graphic-showdown

Hashnode - javascript (Javascript)

Graphics have come a long way on the web since the good ol' days of GIFs. Advances in technology have paved the way for creating dynamic graphics and animations to give users the best experience possible. However, with so many ways of creating graphi...


36: Starting a Django Project

https://cleancode.hashnode.dev/starting-a-django-project

Hashnode - python (python)

Before you start building a new project in Django, It's important to set up your working environment. In this article, I will guide you through the initial steps of starting a new web application. To begin, ensure that you have Python installed on yo...


37: MERN-Stack Setup in vs code for ubuntu (linux)

https://harshit619.hashnode.dev/mern-stack-setup-in-vs-code-for-ubuntu-linux

Hashnode - javascript (Javascript)

The MERN stack, a combination of MongoDB, Express.js, React.js, and Node.js, has revolutionized web development by offering a comprehensive JavaScript-based solution for building powerful and scalable web applications. If you're an Ubuntu user and pr...


38: Java Programming : Print odd numbers using for loop

https://thecodingcoder.hashnode.dev/java-programming-print-odd-numbers-using-for-loop

Hashnode - javascript (Javascript)

Example Input 6 Output 1 3 5 Required to know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use for loop, and Use of Data types. Steps Take range as input from t...


39: Exploratory Data Analysis -'Century Analysis'

https://akshato2.hashnode.dev/exploratory-data-analysis-century-analysis

Hashnode - python (python)

Introduction Exploratory data analysis (EDA) is used by data scientists to analyze and investigate data sets and summarize their main characteristics, often employing data visualization methods. It helps determine how best to manipulate data sources ...


40 / 76

40: Create a simple Font Changer - Elzero Frontend Challenges

https://hashnode.mouatezbenariba.me/create-a-simple-font-changer-elzero-frontend-challenges

Hashnode - javascript (Javascript)

Overview on Elzero Frontend Challenges Elzero Frontend Challenges is a collection of coding challenges designed for learners who want to improve their HTML and CSS skills. Created by Osama Mohamed (Elzero), these challenges are available in the front...


41: Closures in Python

https://paragd.hashnode.dev/closures-in-python

Hashnode - python (python)

Closures are an important concept in programming that allows developers to create functions with a persistent state. In Python, closures are created when a nested function references a variable from its enclosing function. In this article, we will ex...


42: Closures in Python

https://paragdurafe.hashnode.dev/closures-in-python

Hashnode - python (python)

Closures are an important concept in programming that allows developers to create functions with a persistent state. In Python, closures are created when a nested function references a variable from its enclosing function. In this article, we will ex...


43: The Best Python Bootcamp You can join to Learn Python From Complete Scratch!

https://rizzys.hashnode.dev/the-best-python-bootcamp-you-can-join-to-learn-python-from-complete-scratch

Hashnode - python (python)

Python is undoubtedly one of the most famous and beginner-friendly Programming Languages. The Developer world is very overwhelming and also a bit confusing for people who are just getting started in this field. Mostly they look for, in their initial ...


44: How to create CRUD Api's in Node js with MongoDB

https://devasanth.hashnode.dev/how-to-create-crud-apis-in-node-js

Hashnode - javascript (Javascript)

Introduction Node.js has become a popular platform for building scalable and high-performance web applications, due to its event-driven architecture and non-blocking I/O paradigm. MongoDB is a popular NoSQL database, which is known for its flexibilit...


45: Circuit Chronicles: A History of Computing

https://shubhrak.hashnode.dev/circuit-chronicles-a-history-of-computing

Hashnode - javascript (Javascript)

Abacus The abacus as we generally understand it, sometimes referred to as a counting frame, is a calculation tool used to perform arithmetic processes. One of the earliest versions of the abacus, the Salamis Tablet, was used by the Greeks around 300 ...


46: How to build your first chrome extension with p5.js'

https://sakshichaudhary.hashnode.dev/how-to-build-your-first-chrome-extension-with-p5js

Hashnode - javascript (Javascript)

Chrome extensions are programs that are made to run within web browsers. Extensions can add additional functionality to a browser by adding new features, providing tools for various use cases and modifying the functionality of web pages. In this arti...


47: Insertion Sort

https://smavisswag.hashnode.dev/insertion-sort

Hashnode - python (python)

On a very basic level, an insertion sort algorithm contains the logic of shifting around and inserting elements to sort an unordered list of any size. The way that it goes about inserting elements, however, is what makes insertion sort so very intere...


48: Ultimate Key Takeaways and Insights! From the Depths of 200 JS and React Conference Videos 2023

https://techispapa.hashnode.dev/ultimate-key-takeaways-and-insights-from-the-depths-of-200-js-and-react-conference-videos-2023

Hashnode - javascript (Javascript)

Get to know where the world of software tech is heading. Experienced developers and tech leaders came and spoke at these conferences. Don't fall behind, this blog will help you update your tech gyan (Knowledge). All of this information is gathered fr...


49: Callback Function In JavaScript

https://ujjawalkr.hashnode.dev/callback-function-in-javascript

Hashnode - javascript (Javascript)

In the world of JavaScript programming, callback functions play a crucial role in handling asynchronous operations and enabling efficient, non-blocking code execution. Understanding callback functions is essential for building scalable and responsive...


50 / 76

50: Spread Function in Python

https://smavisswag.hashnode.dev/spread-function-in-python-1

Hashnode - python (python)

Implements javascript's [].concat(...arr). Flattens the list(non-deep) and returns a list. def spread(arg): ret = [] for i in arg: if isinstance(i, list): ret.extend(i) else: ret.append(i) return re...


51: Maximizing LinkedIn's Potential: Insights from a LinkedIn Content Education Series Workshop

https://www.sumitbhadola.com/maximizing-linkedins-potential-insights-from-a-linkedin-content-education-series-workshop

Hashnode - javascript (Javascript)

LinkedIn has revolutionized professional networking and is an indispensable platform for career development and professional growth. In a recent LinkedIn Content Education Series workshop conducted by Raunak Ramteke, participants were provided with v...


52: 90DaysOfDevOps Challenge - Day 15 - Python Libraries for DevOps

https://blog.estebanmoreno.link/90daysofdevops-challenge-day-15-python-libraries-for-devops

Hashnode - python (python)

Welcome to Day 15 of the #90DaysOfDevOps challenge. As a DevOps Engineer, one of the key skills you should possess is the ability to effectively parse and manipulate files in various formats. Whether it's working with text files, parsing JSON data, o...


53: Getting What You Need From GPT: A Dev's Guide

https://jcdev.com/getting-what-you-need-from-gpt-a-devs-guide

Hashnode - javascript (Javascript)

Artificial intelligence has come a long way since its inception, and with the rise of language models such as GPT (Generative Pre-trained Transformer), it's no surprise that developers are eager to harness its power. However, it can be challenging fo...


54: Simplifying 300 Python Programs on the list- Questions 71-80.

https://kmanwani.hashnode.dev/simplifying-300-python-programs-on-the-list-questions-71-80

Hashnode - python (python)

"Embark on a transformative journey as I dive deep into the realm of Python lists. Over the next 90 days, join me as I unravel the secrets of the list. Q71-Write a Python program to insert an element at a specified position into a given list. to inse...


55: YAML for Everyone: The Simple Guide to YAML

https://abhiivops.hashnode.dev/yaml-for-everyone-the-simple-guide-to-yaml

Hashnode - javascript (Javascript)

In today's world of software development, configuration files are an integral part of any project. They serve as a blueprint for setting up and customizing applications, ensuring consistency and ease of maintenance. One such configuration file format...


56: Python vs JavaScript

https://bigsmoke.hashnode.dev/python-vs-javascript

Hashnode - javascript (Javascript)

Python Python is a high-level general-purpose programming language that was developed to emphasize code readability and allow them to work quickly and efficiently. Python is a scripting language used for developing both desktop and web applications...


57: Roadblocks Ahead

https://naomi-rc.hashnode.dev/roadblocks-ahead

Hashnode - Unity (unity)

Week one of the XR Quest went really well. I advanced on my AR business card app and got the basis for it working on my phone. I had to cut down my project's scope even more though. My first task had been to set up a Unity project for XR development ...


58: Understanding Prototype Chaining in JavaScript

https://learnthroughexperiences.com/understanding-prototype-chaining-in-javascript

Hashnode - javascript (Javascript)

Introduction: JavaScript is a versatile and powerful programming language used extensively in web development. One of its key features is prototype chaining, which plays a fundamental role in the language's object-oriented nature. In this blog, we'll...


59: JavaScript Cheat Sheet: Your Ultimate Guide for Efficient Coding

https://www.rahulbagal.software/javascript-cheat-sheet-your-ultimate-guide-for-efficient-coding

Hashnode - javascript (Javascript)

Introduction As a proficient Web Developer, I understand the importance of creating valuable and engaging content that can outrank other websites. In this article, I will provide you with a comprehensive JavaScript cheat sheet that will serve as your...


60 / 76

60: Guess the number (2/25)

https://dkties.hashnode.dev/guess-the-number-225

Hashnode - python (python)

Guess the number vs computer Simple small program, and I suppose it's often used to get to know the languages you are studying. I also like this program, it can be pure simple, but you can also get your hands dirty, with validation, function loops et...


61: API Data Fetching in React: Boost Your App's Interactivity and Performance

https://gauravpatil.hashnode.dev/api-data-fetching-in-react-boost-your-apps-interactivity-and-performance

Hashnode - javascript (Javascript)

Introduction: In React, fetching data from APIs is a crucial aspect of building dynamic and interactive applications. In this article, we will delve into the fundamentals of making API requests in React, handling data asynchronously, and displaying t...


62: NodeJs: Another Dumb Framework

https://blog.learnhub.africa//nodejs-another-dumb-framework

Hashnode - javascript (Javascript)

In web development, Node.js has gained significant popularity in recent years. With its unique architecture and impressive features, Node.js has revolutionized how developers build server-side applications. In this article, we will delve into what e...


63: Day 5: Control Flow in Java

https://13x.hashnode.dev/day-5-control-flow-in-java

Hashnode - javascript (Javascript)

In this blog post, we'll explore the concept of control flow in Java. Control flow refers to the order in which the statements in a program are executed. Java provides several constructs for controlling the flow of execution in a program, including i...


64: How to Implement CSS in Micro Front-End

https://blog.learnhub.africa//how-to-implement-css-in-micro-front-end

Hashnode - python (python)

Micro Frontends have grown in popularity recently as a software design strategy that promotes scalability, modularity, and autonomous development inside frontend applications. Micro Frontends allow teams to operate independently on different areas of...


65: Mastering State Management in Flutter with Riverpod : Part - 1

https://sungod.hashnode.dev/riverpod-part-1

Hashnode - Flutter (Flutter)

Welcome to our tech blog, where we delve into the fascinating world of Flutter and its advanced state management solutions. If you're a Flutter developer seeking to streamline your app's state management, you've come to the right place. In this compr...


66: Probability for machine learning

https://neuronize.dev/probability-for-machine-learning

Hashnode - python (python)

Probability is a super important idea in math and stats that helps us figure out how likely different things are when we're not sure what's gonna happen. In machine learning, it's super useful for dealing with uncertainty, making guesses from data, u...


67: Typescript Simple Documentation

https://coder-rayhan.hashnode.dev/typescript-simple-documentation

Hashnode - javascript (Javascript)

1.1 What is TypeScript' In simple words, Types + JavaScript = TypeScript It is a superset of the JS developed and maintained by Microsoft we can use typeof to check the data type 1.2 Why TypeScript' JS Check types in run time while typescript ...


68: An Introduction to Delta Tables in Python

https://theforce.hashnode.dev/an-introduction-to-delta-tables-in-python

Hashnode - python (python)

This post covers the Delta Lake, which is an open-source format extending parquet files for ACID transactions. More specifically, this covers how to work with Delta tables using the pyspark and native Delta APIs in python. Delta tables can be thought...


69: Interactive: Comparing Carmaker Revenue vs. Country GDP

https://www.visualcapitalist.com/cp/comparing-carmaker-revenue-vs-country-gdp/

Visual Capitalist (dataviz)

This graphic looks at the revenue of the world's top carmakers and compares them to the GDP of 196 countries worldwide. The post Interactive: Comparing Carmaker Revenue vs. Country GDP appeared first on Visual Capitalist.


70 / 76

70: Passwordless Authentication With Vue3

https://dramaqueen.hashnode.dev/passwordless-authentication-with-vue3

Hashnode - javascript (Javascript)

Introduction Passwordless authentication eliminates the need for passwords as the primary means of verifying user identity. Instead, it leverages alternative factors such as email, SMS, biometrics, or hardware tokens to authenticate users. This appro...


71: React Context API for handling global state

https://learnsyntax.com/react-context-api-for-handling-global-state

Hashnode - javascript (Javascript)

In React, managing the global state efficiently is crucial for building complex applications. While Redux has long been the go-to solution for centralized state management, React's Context API now provides a built-in mechanism for handling global sta...


72: String Slicing & Operations on Strings

https://code-11.hashnode.dev/string-slicing-operations-on-strings

Hashnode - python (python)

In Python, we can perform various operations on strings like finding the length of a string, slicing a string, and looping through a string. To find the length of a string, we can use the built-in len() function. For example: fruit = "Mango" len1 = l...


73: How to use EventTarget as a web-native event emitter (tilPost)

https://www.stefanjudis.com/today-i-learned/how-to-use-eventtarget-as-a-web-native-event-emitter/

Stefan Judis (Développement)

Suppose you want to implement a publish/subscribe pattern in your Frontend application to react to data changes and events. First, you might be looking for an event emitter library. I installed plenty of event emitter libraries over the years, and if I felt advanterous I wrote them from scratch as a quick coding exercise. Today I learned that vanilla JavaScript comes with a native event emitter, w [...]




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