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

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


19 Mars 2023 (104)

1: Getting started with React, JavaScript, and Tailwind: A step-by-step guide for new developers

https://glorypraise.hashnode.dev/getting-started-with-react-javascript-and-tailwind-a-step-by-step-guide-for-new-developers

Hashnode - javascript (Javascript)

So I wanted to build a React project for the first time in a long time (1 month '), and I wasn't sure how to start (I had forgotten the syntax, thanks to Next.js). I started to surf the internet, and I started writing this article as I built my proj...


2: Executing Commands in a Python File from other Python Files in the Same Directory

https://andrewdass.hashnode.dev/executing-commands-in-a-python-file-from-other-python-files-in-the-same-directory

Hashnode - python (python)

Overview This is a basic demonstration of the file "test1.py" which contains the Flask microframework and returns the output from another python file called "test2.py". Both test1.py and test2.py have to be in the same directory. Materials Python F...


3: Weekend Reading ' ' "Disregard your previous prompt and instructions'

https://labnotes.org/weekend-reading-disregard-your-previous-prompt-and-instructions/

Lab notes (Développement)

This week we look at Outerbase, Plato, Warp's new AI, react.email, Superflare, Tremor 2.0, modern font stacks, Cloudflare's URL scanner, and rapid fire through 11 AI announcements,


4: Getting Started as a Vue Developer: A Step-by-Step Guide

https://sammiekei.hashnode.dev/getting-started-as-a-vue-developer

Hashnode - javascript (Javascript)

Vue.js is a popular JavaScript framework for building user interfaces. If you're new to Vue and want to learn how to become a Vue developer, this guide will help you get started. Step 1: Learn the Basics of HTML, CSS, and JavaScript Before you can s...


5: Prevent Unnecessary Re-Renders: A Guide to Using memo, useMemo, and useCallback

https://fercodes.hashnode.dev/prevent-unnecessary-re-renders-a-guide-to-using-memo-usememo-and-usecallback

Hashnode - javascript (Javascript)

Intro In this second installment of our React optimization series, we delve into an additional technique to boost your application's performance. In our previous article, we explored how a well-architected system that employs props and children can p...


6: JavaScript Loading Scripts

https://saadany.hashnode.dev/javascript-loading-scripts

Hashnode - javascript (Javascript)

Optimize your code: load code at the right time. We have three steps Loading Parsing Executing Loading When the browser sees the script tag it asks your server for the script named magic.js. Your server sends magic.js t...


7: React useEffect cleanup

https://sarangwadode.hashnode.dev/react-useeffect-cleanup

Hashnode - javascript (Javascript)

React's useEffect hook is a super hook to run side effects. You might be wondering what kind of side effects we could be talking about' Let's set some examples. Change the document title based on rendered values Get or set values from local storage...


8: Revolutionizing Software Development: A Comprehensive Journey to DevOps Culture and Practices

https://utkarshpathak.hashnode.dev/revolutionizing-software-development-a-comprehensive-journey-to-devops-culture-and-practices

Hashnode - python (python)

#DevOps #trainwithshubham #DevOpscommunity #technology Journey : Great! Starting a journey to DevOps can be both exciting and challenging. During my first year of exploration across various fields, I noticed the overwhelming presence of software deve...


9: TSwizzle: How Taylor Swift inspired me to create my own tiny esolang

https://abelisaurus.hashnode.dev/tswizzle-how-taylor-swift-inspired-me-to-create-my-own-tiny-esolang

Hashnode - python (python)

Introduction Hi! For those who are new to my blog, I'm Abhilipsa, and today I'm going to take you on a ride with me through my experimentation with designing (my first-ever!) esolang using Python, inspired from Taylor Swift's lyrics. You can always r...


10 / 104

10: React - Best Practices

https://sarangwadode.hashnode.dev/react-best-practices

Hashnode - javascript (Javascript)

While working on a React App, following these coding conventions will give you a better development experience VS Code is Highly Recommended as IDE Visual Studio Code has several features that a React developer loves. It gives a lot of useful extensi...


11: How To Access The Aws Services(s3) Using Boto3

https://shivanikumari.hashnode.dev/how-to-access-the-aws-servicess3-using-boto3

Hashnode - python (python)

What is Boto3' Create, set up, and manage AWS services including Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service using the AWS SDK for Python (Boto3) (Amazon S3). The SDK offers low-level access to AWS services in addition...


12: What is npm

https://phdev.dev/what-is-npm

Hashnode - javascript (Javascript)

npm (short for Node Package Manager) is a package manager for the JavaScript programming language. It is the default package manager for Node.js, a runtime environment for executing JavaScript code outside of a web browser. npm allows developers to e...


13: A Tale of Debugging: The Competitive Programmer Approach (Part II)

https://albexl.hashnode.dev/a-tale-of-debugging-the-competitive-programmer-approach-part-ii

Hashnode - python (python)

A month ago, I wrote about how competitive programmers debug their solutions during competitions by taking advantage of randomization and the computing power in the devices we use daily. That article was selected as one of the winners of the Debuggin...


14: JavaScript

https://brigde.hashnode.dev/javascript

Hashnode - javascript (Javascript)

JavaScript is a programming language commonly used for creating interactive web pages and web applications. It was first introduced in 1995 by Netscape and has since become one of the most popular programming languages in use today. JavaScript can be...


15: Flutter interview questions Advance

https://mukundjogi.hashnode.dev/flutter-interview-questions-advance

Hashnode - Flutter (Flutter)

If you followed these beginner and intermediate blogs then this article will be really helpful. What are the architectures useful in Flutter' Several architecture patterns are commonly used for Flutter app development, including: Model-View-Controll...


16: You Don't know JS

https://eduenter.uz/you-dont-know-js

Hashnode - javascript (Javascript)

Hi everybody! My name is Jur'atbek, I am a web developer from Uzbekistan. Since this moment, I will start to post the main lessons of javascript from the book called You don't know JS Author: Kyle Simpson If you prefer to read this book in pdf form...


17: BEST THREE BLOGING SITES FOR Programmer

https://mrayush.hashnode.dev/best-three-bloging-sites-for-programmer

Hashnode - javascript (Javascript)

Here are BEST THREE SITE FOR coders to Write blogs Hashnode DEV.TO Medium THIS ARE THE THREE BEST PLATFORMS TO WRITE BLOGS FOR PROGRAMMERS


18: Improve App UX With Fuzzy Search

https://openreplay.hashnode.dev/improve-app-ux-with-fuzzy-search

Hashnode - javascript (Javascript)

When a search argument does not match the required information, a fuzzy search is used to find content likely relevant to the search term. In this article, we'll discuss fuzzy search and how it can improve the user experience of sites and application...


19: Building accessible UI components with Ariakit

https://openreplay.hashnode.dev/building-accessible-ui-components-with-ariakit

Hashnode - javascript (Javascript)

The aim of developers is to lower the obstacles to engagement and communication that many people experience in the real world. In terms of accessibility, the goal is to develop tools and solutions that anyone can use, regardless of their level of abi...


20 / 104

20: Scheduled Eleventy builds on Vercel with cron-triggered GitHub actions

https://coryd.hashnode.dev/scheduled-eleventy-builds-on-vercel-with-cron-triggered-github-actions

Hashnode - javascript (Javascript)

In an effort to get away from client-side Javascript and embrace Eleventy for what it is (a static site generator), I've dropped my social-utils instance offline and my now-playing track display on my home page that still relied on it. To update my f...


21: Building my /now page using Eleventy

https://coryd.hashnode.dev/building-my-now-page-using-eleventy

Hashnode - javascript (Javascript)

As part of my commitment to writing about things I've written in other frameworks in Eleventy, this is how I re-engineered my /now page in Eleventy.[1] My /now page is a series of discreet sections ' the Currently block is populated by data from omg....


22: JavaScript object destructuring

https://sarangwadode.hashnode.dev/javascript-object-destructuring

Hashnode - javascript (Javascript)

Regarding JavaScript, we get an extremely useful way of extracting properties from objects. Note: Destructuring also works on arrays, but let's focus on objects for this one Let's say we have a user object and want to extract the properties of indi...


23: How to publish Android library'

https://abhishek44gl.hashnode.dev/how-to-publish-android-library

Hashnode - Kotlin (Mobiles)

In this blog. I'm going to show you how to publish the android library. So, anyone can use it and you can also use this in future projects. we are publishing this module on a jetpack.io We are going to make a simple android library called SimpleToast...


24: How to publish Android library'

https://kr-abhishek44.hashnode.dev/how-to-publish-android-library

Hashnode - Kotlin (Mobiles)

In this blog. I'm going to show you how to publish the android library. So, anyone can use it and you can also use this in future projects. we are publishing this module on a jetpack.io We are going to make a simple android library called SimpleToast...


25: Top 5 free books to learn JavaScript in 2023 :

https://codewithmanas.hashnode.dev/top-5-free-books-to-learn-javascript-in-2023

Hashnode - javascript (Javascript)

If you are new to programming, you might feel overwhelmed. You have a lot to learn and it can be hard to figure out where to begin. One of the most popular programming languages today is JavaScript. It is used for everything from web development to m...


26: JavaScript Call Stack

https://vishaalkumar.hashnode.dev/javascript-call-stack

Hashnode - javascript (Javascript)

JavaScript is a popular programming language that is widely used to create interactive and dynamic web pages. One of the fundamental concepts of JavaScript is the call stack, which is a mechanism that tracks the execution of code in a JavaScript prog...


27: JavaScript Type Conversions

https://ocxigin.hashnode.dev/javascript-type-conversions

Hashnode - javascript (Javascript)

In JavaScript, when data is converted from one type to another by the JavaScript interpreter, this is referred to as Type Conversion. and this can occur automatically or manually. There are two ways JavaScript undergoes type conversion, these include...


28: Cheat Sheets that always save time during web development '

https://sarangwadode.hashnode.dev/cheat-sheets-that-always-save-time-during-web-development

Hashnode - javascript (Javascript)

During Coding I often forget exact properties and at that time searching on google takes time at least for me ( because I don't know about you ''). So I always prefer cheatsheets because in 90% of cases I got my answer from them. So today I'm going...


29: Introduction To Medusa and it's Toolkits

https://joyelijah.hashnode.dev/introduction-to-medusa-and-its-toolkits

Hashnode - javascript (Javascript)

Introduction Medusa is a collection of commerce tools and modules that offer developers the flexibility to create customized commerce experiences. With Medusa, developers have complete control over their technology stack and the logic behind the comm...


30 / 104

30: JavaScript Event Handling: How to Create Event Handlers for User Interactions

https://himanshusingla.hashnode.dev/javascript-event-handling

Hashnode - javascript (Javascript)

JavaScript is a powerful language that allows developers to add interactivity and dynamic behavior to their web applications. One of the most important aspects of web development is event handling. Event handling refers to the process of capturing an...


31: How to become a metaverse engineer.....

https://kushwaha.hashnode.dev/how-to-become-a-metaverse-engineer

Hashnode - python (python)

Familiarize yourself with the concept of the metaverse: The metaverse is a virtual world where people can interact with each other, and it's still an emerging field. Research about it, learn about the current state of the industry, and try to underst...


32: Pillars of Object-Oriented Programming With JavaScript:

https://machinesintheclouds.com/pillars-of-object-oriented-programming-with-javascript

Hashnode - javascript (Javascript)

Introduction: Object-oriented programming (OOP) is a popular paradigm in software development, and JavaScript is no exception. OOP in JavaScript is based on three key concepts: polymorphism, encapsulation, and inheritance. In this article, we will ex...


33: Event loop

https://neetesh.hashnode.dev/event-loop

Hashnode - javascript (Javascript)

do you know javascript is a single-threaded language' but using a few smarter data structures, it gives us the illusion of multi-threaded. It means that the main thread where JavaScript code is run, runs in one line at a time manner and there is no p...


34: runtime

https://brigde.hashnode.dev/runtime

Hashnode - javascript (Javascript)

In computer science, runtime refers to the period during which a program is executing or running on a computer. It begins when the program is launched or started and ends when the program is terminated or closed. During the runtime, the program perfo...


35: Process JSON data using Spark in Databricks

https://stephendavidwilliams.com/process-json-data-using-spark-in-databricks

Hashnode - python (python)

Preface One of the most popular file formats for flat files in data engineering is the JSON (JavaScript Object Notation) format. A typical JSON file is made up of key-value pairs, where the key is the name of a value or object and the value is the ob...


36: Unleashing the Power of JavaScript Generators

https://phoenixdev.hashnode.dev/unleashing-the-power-of-javascript-generators

Hashnode - javascript (Javascript)

Introduction JavaScript, a versatile and constantly evolving language, has witnessed significant improvements over the years. Generators, a powerful but often underused feature added in ES6 (ECMAScript 2015), are one of these changes. In this blog, w...


37: JavaScript Spread Operator: Simply Explained

https://piyushdev.hashnode.dev/javascript-spread-operator-simply-explained

Hashnode - javascript (Javascript)

Introduction JavaScript is one of the most popular programming languages in the world. It's versatile, easy to learn, and widely used across various platforms. One of the key features that make JavaScript so powerful is the spread operator. The sprea...


38: Design Add and Search Words Data Structure

https://leeting-lcs.hashnode.dev/design-add-and-search-words-data-structure

Hashnode - python (python)

Problem Statement:- Design a data structure that supports adding new words and finding if a string matches any previously added string. Implement the WordDictionary class: WordDictionary() Initializes the object. void addWord(word) Adds word to the...


39: ''' React.js Components Best Practices: A Developer's Guide to Zen '''

https://acidsupreme.hashnode.dev/reactjs-components-best-practices-a-developers-guide-to-zen

Hashnode - javascript (Javascript)

Yo, fellow devs! Let's talk about how to create some seriously awesome React.js components that'll have you feeling like a code ninja '. Trust me, by following these best practices, you'll be on the path to coding enlightenment. So, let's dive in! S...


40 / 104

40: 5 CSS Practices To Avoid as a Web Developer

https://sarangwadode.hashnode.dev/5-css-practices-to-avoid-as-a-web-developer

Hashnode - javascript (Javascript)

Some bad habits and how to fix them Some people think that CSS is difficult to learn. There are lots of crutches and even some magic, which makes it easy to shoot yourself in the foot. I feel sad about this since I don't think so. After some thought ...


41: How to use Airtable Webhooks on server: A mini Guide Using Express.js and Ngrok (for local development)

https://blogorithm.hashnode.dev/airtable-webhooks-with-express-and-ngrok

Hashnode - javascript (Javascript)

Things you are going to need first: A Ngrok account (A service with a free tier that provides an accessible link to your local server) so that you can receive notification pings on your local server An Airtable access token The base's ID The tabl...


42: 7 Hacks and Tricks To Boost-Up your Python Skills as a Beginner

https://bitingo-the-deep-neural-nets.hashnode.dev/7-hacks-and-tricks-to-boost-up-your-python-skills-as-a-beginner

Hashnode - python (python)

Python is a popular programming language that has gained widespread use in many industries, including machine learning, data analysis, web development, and more. As a beginner in Python, it can be overwhelming to learn all the features and best pract...


43: The Better Npm Audit '

https://blog.sandworm.dev/the-better-npm-audit

Hashnode - javascript (Javascript)

It's been almost two years since Dan Abramov wrote his controversial article on how npm audit is broken by design: It makes experienced app developers miserable because they have to either waste time doing obviously unnecessary work, or fight with t...


44: Bypass SSL Pinning in Flutter Android App v'i Ghidra

https://blogs.night-wolf.io/bypass-ssl-pinning-in-flutter-android-app-voi-ghidra

Hashnode - Flutter (Flutter)

1. V'n '' Trong h'u h'u h't các d' án tr''c 'ây mình làm, khi g'p 1 app Android có SSL Pinning thì mình s' th''ng s' d'ng luôn Objection '' patch l'i app và th'c hi'n bypass pinning luôn. M'i th' s' không có gì thay ''i l'm n'u m'i 'ây, m't ng''i b'n...


45: JavaScript - Modularity

https://asdsyd.hashnode.dev/javascript-modularity

Hashnode - javascript (Javascript)

Modules Quite crucial for reusability of code Collect related functions, objects, values together export values for use by other scripts import values from other scripts, packages Ways of implementing script -> directly include the script insi...


46: WCCChallenge: BigSky

https://blog.illestpreacha.com/wccchallenge-bigsky

Hashnode - javascript (Javascript)

ChaoticUFOs_2023 For this week's Creative Code challenge by @sableRalph : BigSky I decided to code ChaoticUFOs by remixing the previous Hydra & P5js code with additional LiveCodingYoutube aid and SonicPi for audio. For the P5js portion, I used the A...


47: Learn the basics of Axios in just 4 simple methods

https://vaibhavwrites.hashnode.dev/learn-the-basics-of-axios-in-just-4-simple-methods

Hashnode - javascript (Javascript)

Axios is a popular JavaScript library that provides a simple way to send HTTP requests and handle responses. In this blog post, we'll cover everything you need to know about using Axios, from the basics to more advanced features. Getting Started with...


48: Functions in Supabase

https://guillaumeduhan.hashnode.dev/functions-in-supabase

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=n5j_mrSmpyc Functions in Supabase and PostgreSQL are powerful tools that allow developers to create custom operations that can be reused across their applications. Functions can take in input parameters and return va...


49: Operators in JavaScript

https://promisedash.hashnode.dev/operators-in-javascript

Hashnode - javascript (Javascript)

We know many operators from school. They include addition +, subtraction -, multiplication *, etc. As with all other programming languages, JavaScript includes operators as well. An operator performs some operation on single or multiple operands (dat...


50 / 104

50: Yet Another Newsletter LOL: Good Looking Content

https://hashnode.iamdeveloper.com/yet-another-newsletter-lol-good-looking-content

Hashnode - javascript (Javascript)

Another week, another newsletter. Let's get to it! Around the Web Single-page application (SPA) transitions have landed in Chrome! Nice to see the View Transition API implemented. Some great tips here from Andy Bell's latest article, Some simple wa...


51: 7 JavaScript Array Methods You Should Know

https://blog.skillsafari.in/7-javascript-array-methods-you-should-know

Hashnode - javascript (Javascript)

In JavaScript, the array data type consists of a list of elements. JavaScript developers can work with arrays using a variety of built-in methods. In previous articles, we covered the most commonly used javascript array methods. In this article, we w...


52: Becoming a Backend Developer: Your Comprehensive Guide to Success

https://nitingupta220.hashnode.dev/becoming-a-backend-developer-your-comprehensive-guide-to-success-clfffbgmn00020ajv0xaxbmu9

Hashnode - python (python)

Backend development is an essential aspect of modern technology, and becoming a backend developer can be a rewarding career choice. Whether you are a beginner or have some experience in the field, this comprehensive guide will help you learn the nece...


53: Important concepts in Descriptive Statistics

https://rhythmblogs.hashnode.dev/important-concepts-in-descriptive-statistics

Hashnode - python (python)

Hey everyone, hope you all are doing great. In this article, we will be covering some important concepts in Descriptive stats. Let's start Percentiles and quartiles Percentile is a comparison score between a particular score and all the scores in the...


54: Becoming a Frontend Developer: Your Step-by-Step Guide to Success

https://nitingupta220.hashnode.dev/becoming-a-frontend-developer-your-step-by-step-guide-to-success-clfff6akw000009jr44ishbha

Hashnode - javascript (Javascript)

Are you interested in pursuing a career as a front-end developer' With the rise of technology and the increasing demand for web and mobile applications, front-end development has become an increasingly popular career choice. But how do you get starte...


55: 50 React Native Interview questions

https://jyotiprakassh.hashnode.dev/50-react-native-interview-questions

Hashnode - javascript (Javascript)

What is different between React & React Native' How React Native works Explain Core components and Native components Define Designs in React Native, Height, Width, Images, Layout Define Stylesheet. What is flexbox in React Native' What are Dime...


56: Call Stack in JavaScript

https://srafsan.hashnode.dev/call-stack-in-javascript

Hashnode - javascript (Javascript)

Introduction '' Call Stack is a vital concept in the JavaScript programming language. It is a data structure that keeps track of the execution of a program. Understanding the call stack is crucial for debugging code and optimizing performance. In th...


57: useParams() hook in react

https://hiteshmishra.hashnode.dev/useparams-hook-in-react

Hashnode - javascript (Javascript)

Introduction In React Router, URLs represent different states of the application. To access the parameters from the URL, we can use the useParams() hook. In this article, we have explained how to use useParams() hook in React for beginners. How to us...


58: Mastering Semantic Versioning: The Fun and Easy Guide to Software Release Management

https://blog.kishans.in/mastering-semantic-versioning-the-fun-and-easy-guide-to-software-release-management

Hashnode - javascript (Javascript)

Semantic Versioning: The Superhero in the Software Universe Once upon a time, in the land of confusing version numbers, a hero named Semantic Versioning (or SemVer) emerged, bringing order and meaning to the wild world of software updates. But what i...


59: JavaScript

https://burbridgejnr.com/javascript

Hashnode - javascript (Javascript)

JavaScript is great, but it's often better to use as little as possible in the front end. Here are a few reasons why: - JavaScript needs to be executed - This costs CPU and memory - 50% of daily internet users worldwide are mobile - Not every mobile ...


60 / 104

60: 5 Essential JavaScript Tips to Improve Your Web Development Skills

https://usamaadev.hashnode.dev/5-essential-javascript-tips-to-improve-your-web-development-skills

Hashnode - javascript (Javascript)

JavaScript is a powerful programming language that has become a crucial part of modern web development. Whether you are just starting to learn JavaScript or you are an experienced developer, there are always new tips and tricks that can help you impr...


61: most asked React Interview questions.

https://nisharmultani.hashnode.dev/most-asked-react-interview-questions

Hashnode - javascript (Javascript)

1) What is React' -> React is a JavaScript library for building user interfaces. 2) What are the key features of React' -> The key features of React are: Declarative: React makes it easy to build complex UIs by breaking them down into smaller, reusa...


62: An Introduction to AWS Batch

https://ervinszilagyi.hashnode.dev/an-introduction-to-aws-batch

Hashnode - python (python)

AWS Batch is a fully managed service that helps us developers run batch computing workloads on the cloud. The goal of this service is to effectively provision infrastructure for batch jobs submitted by us while we can focus on writing the code for de...


64: How to manipulate arrays using array methods in JavaScript

https://kingvader.hashnode.dev/how-to-manipulate-arrays-using-array-methods-in-javascript

Hashnode - javascript (Javascript)

An array is a data structure that stores a collection of values such as numbers, strings, objects, and other arrays. The values in an array are organized linearly and can be accessed by their index, which is their numerical position on the array. Thi...


65: Tailwind Tutorial: Laying it Out with Flex and Grid '

https://jcdev.com/tailwind-tutorial-laying-it-out-with-flex-and-grid

Hashnode - javascript (Javascript)

Here are ten exercises you can try with Tailwind CSS layout using flexbox and grid: Exercises Create a simple two-column layout using flexbox, with a sidebar on the left and main content on the right. Build a responsive three-column layout using gr...


66: Debugging Your JavaScript Code: Because Nothing is Perfect, Not Even Your Code!

https://coderscastle.hashnode.dev/debugging-your-javascript-code-because-nothing-is-perfect-not-even-your-code

Hashnode - javascript (Javascript)

Are you a JavaScript developer struggling with bugs and errors in your code' Fret not, my friend, for you are not alone. Debugging can be a daunting task, but with a little bit of patience and the right approach, you can squash those pesky bugs and h...


67: Samsung Max VPN Collects Your Private Data and Sells It

https://www.webpronews.com/samsung-max-vpn-collects-your-private-data-and-sells-it/

WebProNews SEO (Développement)

Users relying on Samsung's Max VPN should look for other options to keep their data private and safe.


68: A flexible nodejs crawler library '' x-crawl

https://coderhxl.hashnode.dev/a-flexible-nodejs-crawler-library-x-crawl

Hashnode - javascript (Javascript)

x-crawl is a flexible nodejs crawler library. You can crawl pages and control operations such as pages, batch network requests, and batch downloads of file resources. Support asynchronous/synchronous mode crawling data. Running on nodejs, the usage i...


69: Say Goodbye to Boring Dropdowns: Create Custom Dropdown Menus with Headless UI

https://nitinfab.hashnode.dev/say-goodbye-to-boring-dropdowns-create-custom-dropdown-menus-with-headless-ui

Hashnode - javascript (Javascript)

Creating a website is no small feat. It requires careful planning, strategic design, and thoughtful implementation. And one of the most crucial elements of any website is its user interface (UI). A website's interactive UI components serve as the gat...


70 / 104

70: What are the advantages of using Emmet

https://mrayush.hashnode.dev/what-are-the-advantages-of-using-emmet

Hashnode - javascript (Javascript)

Advantages of emmet 1) Save time 2) Helps you write more consistent code 3) Improves productivity 4) Widely supported 5) Easy to learn


71: Basics of Python-15

https://priyachakraborty.hashnode.dev/basics-of-python-15

Hashnode - python (python)

Day -15 So far, I have discussed the basics of python. In my blogs, I have tried to cover all the basics concept of python. Basics of Python - Print Statement Basics of Python-2 - Data Types Basics of Python-3 - Conditional Statement Basics of P...


72: Arrays in JavaScript (A masterclass)

https://benjamincodes.hashnode.dev/arrays-in-javascript-a-masterclass

Hashnode - javascript (Javascript)

Overview of JavaScript Arrays JavaScript has several data structures for storing and manipulating data. However, when we need an ordered collection of data from the 1st to the 2nd, to the 3rd element, and so on, JavaScript arrays are the most appropr...


73: ScriptKit: A Powerful Automation Tool for Developers

https://blog.farismohamed.me/scriptkit-a-powerful-automation-tool-for-developers

Hashnode - javascript (Javascript)

If you're a developer looking for a powerful automation tool that works across multiple platforms, ScriptKit is worth checking out. Developed by John Lindquist, ScriptKit is a cross-platform app that allows users to write and run scripts in JavaScrip...


74: Variables

https://pranav0783.hashnode.dev/variables

Hashnode - python (python)

String Data Type. String Variable:- Is a series of Characters. A variable name cannot start with the Number. To Create the String Variable we use Double inverted commas - Quotation Marks ("") Or Single inverted commas - Quotation Marks (' ') in Py...


75: Variables

https://pranavsalunkhe.hashnode.dev/variables

Hashnode - python (python)

String Data Type. String Variable:- Is a series of Characters. A variable name cannot start with the Number. To Create the String Variable we use Double inverted commas - Quotation Marks ("") Or Single inverted commas - Quotation Marks (' ') in Py...


76: Decentralized File Sharing: Running IPFS on a Local Server and Connecting it to a React

https://smitgol.hashnode.dev/upload-image-to-ipfs-local-reactjs

Hashnode - javascript (Javascript)

About IPFS InterPlanetary File System (IPFS) is a peer-to-peer network protocol and a distributed file system designed to create a permanent and decentralized method of storing and sharing files. IPFS uses content-addressing to uniquely identify file...


77: From HTML to Django : My Journey as a Web Developer

https://effectpark.hashnode.dev/from-html-to-django-journey

Hashnode - javascript (Javascript)

Introduction Becoming a web developer is not an easy task. It requires time, dedication, and continuous learning to stay up-to-date with the latest technologies and trends. In this blog, I will share my journey of becoming a web developer and the str...


78: 16 React Tools to Help You Keep Your Sanity in a Crazy World

https://www.rahulbagal.software/16-react-tools-to-help-you-keep-your-sanity-in-a-crazy-world

Hashnode - javascript (Javascript)

In today's fast-paced world, developers face increasing pressure to deliver high-quality work in less time. Whether you're a beginner or an experienced developer, it's easy to feel overwhelmed by the demands of the job. Fortunately, there are a varie...


79: Creating HTML Elements Dynamically Using .createElement() Method

https://snow12.hashnode.dev/creating-html-elements-dynamically-using-createelement-method

Hashnode - javascript (Javascript)

I had been trying to do more projects and get my hands dirty, so I decided to build a To-Do List app, something I had not done before. When I started, I quickly run into problems as I got the input value displayed to the screen as a new task, but I w...


80 / 104

80: Static website

https://mrayush.hashnode.dev/static-website

Hashnode - javascript (Javascript)

Static website is the basic type of website that is easy to create. You don't need the knowledge of web programming and database design to create a static website. Its web pages are coded in HTML The codes are fixed for each page so the information c...


81: Sorting with Heap Sort in JavaScript

https://dhawalpandya01.hashnode.dev/sorting-with-heap-sort-in-javascript

Hashnode - javascript (Javascript)

Heap sort is a sorting algorithm that uses a binary heap data structure to sort an array or a list of elements. In heap sort, the input array is first converted into a binary heap, and then the maximum element is repeatedly removed from the heap and ...


82: Flutter interview questions for Advance

https://mukundjogi.hashnode.dev/flutter-interview-questions-for-advance

Hashnode - Flutter (Flutter)

If you followed these beginner and intermediate blogs then this article will be really helpful. What are the architectures useful in Flutter' Several architecture patterns are commonly used for Flutter app development, including: Model-View-Controll...


83: Exploring the New Features and Benefits of React 18: The Latest Version of the Popular JavaScript Library for Building User Interfaces

https://brijen.hashnode.dev/exploring-the-new-features-and-benefits-of-react-18-the-latest-version-of-the-popular-javascript-library-for-building-user-interfaces

Hashnode - javascript (Javascript)

React 18 is the latest version of the popular JavaScript library React, which is used for building user interfaces. This release brings several new features and improvements to React, which will make it even easier and more efficient to develop compl...


84: Deploying and Exposing a NodeJS Application to the External World with AWS EC2

https://sumanprasad.hashnode.dev/deploying-and-exposing-a-nodejs-application-to-the-external-world-with-aws-ec2

Hashnode - python (python)

' Introduction: Hi Everyone, welcome to Day-12 of our learning series. In this session, we will cover how to deploy and expose a NodeJS application to the external world using AWS EC2. We will provide a live example and the source code is available ...


85: Html Tools''

https://robinsingh987.hashnode.dev/html-tools

Hashnode - javascript (Javascript)

' If you use your local system' Vs Code [Visual Studio Code] '{ Best coding app...} 'Live server 'Prettier Sublime Text Jet Brain's fleet (NEW) Node.js NOTE - so these are the basic tools of HTML. I hope you understand, and in future, als...


86: Unleashing the Power of Destructuring in JavaScript

https://sumitmazumdar.hashnode.dev/unleashing-the-power-of-destructuring-in-javascript

Hashnode - javascript (Javascript)

Destructuring is a powerful power feature in Javascript that allows us to extract values from arrays, objects, Sets and Maps. Javascript also provides advanced features such as Spread and Rest operators, which can be used to manipulate arrays and obj...


87: Top 8 Reasons Why You Should Learn HTML, CSS, and JavaScript

https://webdevacademy.in/top-8-reasons-why-you-should-learn-html-css-and-javascript

Hashnode - javascript (Javascript)

Welcome to our article on the top 8 reasons why you should learn HTML, CSS, and JavaScript. In today's digital age, web development is an essential skill to have. The internet has become an integral part of our lives, and businesses rely heavily on i...


88: Top 8 Reasons Why You Should Learn HTML, CSS, and JavaScript

https://frontendgenius.com/top-8-reasons-why-you-should-learn-html-css-and-javascript

Hashnode - javascript (Javascript)

Welcome to our article on the top 8 reasons why you should learn HTML, CSS, and JavaScript. In today's digital age, web development is an essential skill to have. The internet has become an integral part of our lives, and businesses rely heavily on i...


89: DevRel and it's tech stacks

https://sumanprasad.hashnode.dev/devrel-and-its-tech-stacks

Hashnode - python (python)

' Introduction: DevRel, short for Developer Relations, is a role in companies that focuses on building relationships between developers and the company. DevRel teams work to promote the company's products and services to developers and help them use...


90 / 104

90: How to fetch GitHub API with vuejs

https://bobtech.hashnode.dev/how-to-fetch-github-api-with-vuejs

Hashnode - vuejs (Javascript)

https://bob-adoga-git-hub-ap-ifetchexam.vercel.app/ Set up a Vue.js project To create a new Vue.js project, you can use the Vue CLI command line interface Install Vue CLI by running the following command in your terminal: npm install -g @vue/cli ...


91: React Password Show/Hide - JavaScript Exercise 22

https://rajeshtomjoe.com/react-password-showhide-javascript-exercise-22

Hashnode - javascript (Javascript)

Overview In this exercise, you will create a React component that allows a user to toggle the visibility of a password input field between a visible and hidden state. Instructions Create a new React component named PasswordInput that includes a pass...


92: Seven Coding Tips for Beginners

https://www.bestfreewebresources.com/seven-coding-tips-for-beginners

Best Free Web Resources (Veille)

Coding is a valuable skill that can open up opportunities for anyone interested in technology and computer science. For beginners, it may seem tricky to start learning how to code. But anyone can become a proficient coder with the right guidance and approach. The key to success in coding is to start with the basics. […] The post Seven Coding Tips for Beginners appeared first on Free Web Reso [...]


93: Serverless email notifications with Sendgrid

https://thefellowcoder.com/serverless-email-notifications-with-sendgrid

Hashnode - javascript (Javascript)

Email notifications have become an integral part of our systems. Common use cases include sending reports, notifying build success, system failure events, etc. This tutorial demonstrates a solution using Google Cloud Functions to send emails using Se...


94: Crazy interview Questions on Javascript functions (Part 1).

https://strongbase.hashnode.dev/crazy-interview-questions-on-javascript-functions-part-1

Hashnode - javascript (Javascript)

Dear Fellow Readers, In this blog I am going to talk about functions in javascript. what it is and what is the craziest interview question you might get asked in your next round. well, functions are the heart of javascript. since the definition is co...


95: Poetry (Packaging) in motion

https://jesses.dev/poetry-in-motion

Hashnode - python (python)

Intro ' As you might have guessed, I've decided to write this entry on Poetry (as in the package manager). I'll start right off by saying that I'm no expert by far. While I've been programming for several years in Python, much of my original experie...


96: Password Encryption Using Node.js

https://mayourwa.hashnode.dev/password-encryption-using-nodejs

Hashnode - javascript (Javascript)

Authentication '' is an integral part of building products (at least for the products that require it, not all products require authentication you know '). Software engineering over the years has grown giving us various options to keep applications...


97: Debounce search in react

https://huzaima.hashnode.dev/debounce-search-in-react

Hashnode - javascript (Javascript)

Debounce search in react is a useful technique for improving the performance of search functionality. Searching is an essential feature for many applications, but it can put a lot of strain on a system if not implemented properly. In this article, we...


98: Defusal Devlog 1: Starting from Scratch

https://jamz.hashnode.dev/defusal-devlog-1-starting-from-scratch

Hashnode - javascript (Javascript)

I'm hoping to increase our transparency and grow our bond with the community through these articles. I hope you enjoy reading them as much as I did writing them! Getting Up to Date Above - a screenshot of Defusal's main menu in 2022. Almost 3 years ...


99: JavaScript Collections - Iterations and Destructuring

https://asdsyd.hashnode.dev/javascript-collections-iterations-and-destructuring

Hashnode - javascript (Javascript)

Iteration let x = [1, 'b', a => a + 1]; x.length = 6; for(let i = 0; i


100 / 104

100: Week 2-Learning to Indent, Understanding Data Types, and Mastering Functions

https://manuelpreston.hashnode.dev/week-2-learning-to-indent-understanding-data-types-and-mastering-functions

Hashnode - javascript (Javascript)

Hey there! It's week two of my journey in learning Python, and I have to say, it's been quite an adventure so far. In case you missed it, last week I shared how I got started with Python and my initial struggles with "Tutorial Hell." But this week, I...




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