paint-brush
125 Stories To Learn How To Do Xby@learn
896 reads
896 reads

125 Stories To Learn How To Do X

by Learn RepoMay 6th, 2023
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Learn everything you need to know about How To via these 125 free HackerNoon stories.
featured image - 125 Stories To Learn How To Do X
Learn Repo HackerNoon profile picture

Let's learn about How To via these 125 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. Webpack to Vite: Improving Speed and Performance

We migrated our web app’s codebase from Webpack 4 to Vite for one simple reason: speed.

2. Accelerating Android Application Development With the ADB Idea Plugin

In this article, I want to tell you about a useful plugin ADB Idea. I use it every day, but I noticed that others use it in their work quite rarely.

3. How I can Save my Insurance Firm During Disaster?

Natural disasters are unpredictable that has the ability to destruct the globe entirely. It has so much force that even giant construction can get into the ground in seconds, imagine where humans would go. In such scenarios, one should stay full secure but preparedness is the only way to combat a natural disaster.

4. How to Build, Launch & Grow a Profitable Classified Website Like OLX - From Start to Profit

The online marketplace platform offers a great opportunity for buyers and sellers to get in contact and sell and buy products through the platform. Classified marketplace platforms are much more comfortable as the user can be both a seller and a buyer.

5. Here is How to Fix the P Key on a Keyboard Not Working

There are two common causes of a malfunctioning keyboard. Mechanical failure and software issues.

6. How to Add Script Tags in React

Adding a new script tag and directly appending it to the <head> element of the page is the easiest way to add <script> tags in the React app.

7. I Made ChatGPT Act as a MariaDB Database

ChatGPT is truly impressive. You can instruct it to do all sorts of things when they can be communicated in plain text.

8. 🎨 Export a .svg file using Canva ⚛️

Create .svgs using Canva.com Pro by selecting SVG from the dropdown options menu.

9. How to Transport Your Components Anywhere With React Portals

To solve this problem, we can teleport the modal out of its own component and into another part of our template using createPortal.

10. How to Spy on an iPhone Without The User Knowing

Learn how to use the latest spy apps to monitor an iPhone remotely! Discover step-by-step instructions on how to spy on an iPhone without them knowing.

11. Webhooks Using Python - A Guide

A guide on how to build webhooks using Python

12. No More Heavy RAM Memory Consumption: Apply These 3 Secret Techniques

It turns out that running ts-node-dev / ts-node is constantly consuming hundreds of megabytes of RAM - Here's how to fix it

13. How to Build a GraphQL Data Layer for REST Microservices

GraphQL is a great technology for REST microservices. Learn how to create a data layer for microservices, without writing any code!

14. Start Contributing to Open Source Projects: A Beginner's Guide

beginners guide to making open source contributions

15. The Quickest and Most Secure Way to Run Your Blockchain Node

This article tells you the quickest approach to running a blockchain node. You can save yourself a lot of time reading it!

16. How to Build a Web Application: An Outline of the Major Steps

Learn the best way to build a web app and launch it. This blog will provide you with a simple and informative guide on how to build a web application.

17. How to Make a Captcha in Python

Captcha is becoming complex and impractical with time. So, I dedicated myself to make my own captcha system that's more practical.

18. React: Everything You Need to Know in 5 Minutes

Can you learn React in five minutes? Well, it depends on what you mean by “learn React”. In this blog post you will “learn the basics of React” in five minutes!

19. Creating and Releasing an App with Flutter: Part I

This is the first article in a series in which we will create an application from scratch and publish it on different platforms.

20. 5 Ways to Keep Track of Your Cryptocurrency Taxes

As a basic instinct of human nature, we explore various investment opportunities and financial vehicles to grow our investments. Cryptocurrency trading is a fairly young market and there are a lot of gray areas one needs to be aware before jumping into it.

21. What the Heck Is Malloy?

Malloy is a new experimental language for describing data relationships and transformations created by the developer of Looker.

22. How to use Redis HyperLogLog

How to use Redis HyperLogLog data structure to store millions of unique items.

23. Git Worktree: How It Can Help You Enhance Your Git Workflow

Git worktree allows us to checkout many branches in a git repository. This lets us switch between different branches without losing our changes.

24. This Is How Easy it Is to Read and Display Images

Working with images is more and more popularized; we are going to take dive into this field, first with the basics and starting with an open CV library.

25. How to Become a Successful Published eBook Author

In one week, I sold 1,000 copies of my eBook (and maybe you can too). I made $7,990 in a week with the eBook and $225 through affiliate network connections.

26. 5 Ways to Use Solar Energy Software : Here Codes the Sun

Companies have started developing solar energy software that allows businesses and individuals to regulate how energy is created, distributed, and utilized.

27. Make Greater Gains in Crypto With Less Stress - Good Company Interview

Learn how to invest into crypto safely. The world's first diversified crypto fund. Investor tips. Business tips.

28. 7 Easy Methods to Fix the Red Light on Router

When the Internet light on your router is red, there is a problem with our internet connection that needs to be fixed as soon as possible.

29. RTK for the useReducer Hook: A Guide

So, in the basic scenario when there are no needs in the redux, I will only use the hook itself without heavy libraries just for the small feature.

30. 3 Easy Ways to Share Your Location on an iPhone

Learn how to easily share your iPhone location with family and friends. Find out 3 ways to do it quickly and securely, and keep your location private.

31. Your Own Animated AI Avatar

Using Midjourney I created an avatar. I had ChatGPT create a script. ElevenLabs for text into audio and with D-ID for the video

32. How to Create a Personal Blog With Hugo and Netlify

Blog website using a static site generator Hugo and deploying it to Netlify

33. How to Enable MariaDB Replication: A Guide

To set up replication for a new fresh MariaDB server, you can just enable the binary log in the primary and configure the connection in the replica.

34. What Is Cloudwatch Embedded Metrics?

I can’t believe not many people are talking about this AWS feature. It’s a game changer!

35. Scaling Your Apps Automatically with Zerops – Both Vertically and Horizontally

Deep dive into how Zerops, a dev-first cloud app platform, auto scales your apps vertically and horizontally. Runtimes, databases, object storage, and more.

36. Technical Interview: How to Prepare, Structure, and More Tips

Interviewing someone isn't as easy as it seems. Here are some tips to form the best interview, both for you and your interviewee.

37. Developing and Deploying Smart Contracts With Foundry & Openzeppelin: A Guide

Getting started with Foundry by developing, testing, deploying, and verifying your smart contracts with Foundry

38. Meet Hackernoon Contributor of the 2022 year — How To: Vlad Gukasov!

Vlad Gukasov talks about winning a Noonie!

39. How to Use Git to See Recent Changes in a Specified Time Period

Have you ever gone on a long holiday and wanted to check the updates your team has made since 2 weeks ago?

40. Automate Simply With Webhook

Automate anything with Webhook, a simple tool for your toolbox

41. How to Merge Two Sorted Arrays in C

In this blog, we will be discussing the algorithms and their implementations for merging two sorted arrays using C.

42. A Guide on Staking the Axie Infinity Sidechain

This is a complete guide for those who play Axie infinity and know it well BUT also for complete beginners with no previous knowledge of staking and Axie Tokens

43. How to Delete Your Reddit Account

The first step is obvious: go to Reddit and make sure that you’re logged into the account you want to be deleted.

44. How to Design the Hashnode Logo With HTML and CSS

In this article, we will learn how to recreate the Hashnode Logo using plain HTML/CSS. No JavaScript is involved.

45. How to Remove Commas From String Python

In this article, we will learn to remove commas from strings using the python program. We will create a program using different methods and using different func

46. How to Build a Circuit: Breadboards for Beginners

When learning how to build a circuit, the breadboard is one of the most basic components. A breadboard is a rectangular plastic board with many small jacks.

47. How to Securely Verify Signature Hashes

In this blog post we will explain how the Jenkins webhook plugin vulnerability works, how to avoid it, and what we do at Svix to protect our customers.

48. Git blame - Figuring Out Who Modified a Line With Git

Have you ever found a bug inducing line change in your code, and wondered who made the change to that line? Fortunately, git has a command for that

49. ImageBank: An Easy Display Solution for Sharing a Large Number of Images

What I wanted to be able to do is just mass upload and display some of these images in an easy-to-use fashion...

50. What the FORK Are You Doing to That Repository?!

Today, we're going to talk about one of the most important features of GitHub, and that's forking. First of all, what does it mean?

51. Introduction to Local Variable Type Inferences: Declare Var, Not War

In this article, I will try to explain Java 10 new feature local variable type inference using reserved type name var.

52. How to Publish Blog Posts with Pelican and GitHub Pages

This post is about my blog, which is powered by Pelican and hosted through GitHub using GitHub Pages. I’ll describe the workflow I use when deploying new posts.

53. Salesforce Functions for Caching Expensive Queries

In this article, we will walk through the use of Salesforce Functions to cache expensive queries.

54. Homebrew - Explained in Simple English

So, there are tonnes of jargon, commands, processes that we follow blindly after surfing from the internet without knowing the actual reasons and under the hood processes, that just remain in our short term memory and get purged eventually, thus we don't feel comfortable using or even about discussing in a group about them.

55. Closures Demystified: Unlocking Hidden Potential in Your JavaScript Code

If you have understood the discussion so far, you should feel confident in your capacity to discuss closures when asked about them during your next interview.

56. Minecraft: How to Make an Invisibility Potion

Add a golden carrot and a fermented spider eye to an awkward potion to make invisibility potions in Minecraft. Then, use these potions to sneak up on others.

57. An Important Lesson About React Hooks

The react hooks are regular functions.

58. How You Use Tablet Mode on Windows 10

If you are a user of a touch screen Windows device and use the Windows 10 operating system, then you possibly know about the tablet mode functionality. The tablet mode is a feature that you can find in most modern devices, and it enables you to disable your laptop’s or any Windows device keyboard and turn it into a tablet device. Using this functionality on your Windows device is pretty easy and fun. You can make your computing work much easier and comfortable by using this functionality. Most devices that support this functionality provides you with the option to switch in and out of the tablet mode automatically. If you want, you can also manually enable and disable the tablet mode whenever you need. Now, you can also use this feature on your Windows 10 touch screen device.

59. How to Quickly and Efficiently Create Tests for MySQL

How to quickly and efficiently create tests for MySQL without installing any additional utilities.

60. SMART Goal-Setting: The Technique to Achieve All Your Goals in 2023

Harsh Makadia explains how to achieve your goals in 2023.

61. How To Build an Absurdly Backwards Compatible Website

Let’s face it: the internet is broken.

62. The Easiest Way to Access the Dark Web on an iPhone

Learn how to access the dark web on your iPhone with these simple steps. Stay anonymous and protect your privacy while browsing the hidden web.

63. How To Spot Influencer Fraud

Learn how to avoid fake influencers and get started in influencer marketing! How to choose the right influencer, which are the best metrics… and more inside.

64. Test Impact Analysis - What It Is, How to Test It, and Everything Else You Need to Know

Test impact analysis can help speed up test cycles but not properly managed it can become unruly. Learn how to effectively utilize this method here.

65. How to Resolve the "SyntaxError: Non-Default Argument Follows Default Argument" Error in Python

Learn how to resolve the "SyntaxError: non-default argument follows default argument" in Python with this in-depth tutorial. Understand the difference between d

66. Amending and Updating a Git Commit

Now, you can easily update your commit messages by simply adding --amend to your git command.

67. The Fastest Way to Become A Professional Data Analyst

Sharyph, a tech writer, goes over how to become a professional data analyst.

68. How To Review a Governance Action

Governors approving a change should know which functions are being called, what parameters are being used, and what effects these will have.

69. Creating an Augmented Reality App: Technology Guide 2022

Learn how to develop an AR app in 2022/2023: Mobile AR, ARKit and ARCore platform comparison, Smart Glasses, Wearables, and Web-based AR overview.

70. 3 Ways to Become a Better Technical Writing Manager

In this story, we analyze what makes up the role of a technical writing manager, how to improve your skills, and how to be a brilliant leader.

71. Connecting Securely to Private AWS Resources by Using SSH Tunnels and Bastion Hosts

The Problem with Publicly Accessible AWS Resources and how to solve it

72. Getting Prices Right

How to implement better price feeds in smart contracts

73. What’s The Deal With Programming In Arduino

Arduino is an amazing platform to get into hardware development and programming. But there are a few things you need to know before you start.

74. A Guide to Surviving in a Tech Company as a Non-Technical Staff

You have just started working in a prestigious tech company. But the problem is that you have 0% knowledge about tech. Here's how you can survive.

75. Publish Go Packages With Goreleaser

Goreleaser is awesome. It's a simple tool that allows you to release your go packages.

76. How to Change Your Email Signature in Outlook

Learn how to edit or update your Outlook signature on desktop, web, and mobile. Quickly change your Outlook signature with these simple steps.

77. Framer Motion: The Ultimate Keyframe Tutorial for Mind-Blowing Animations

React animations are a powerful way to make your web applications more engaging and dynamic.

78. What Holds People Back from Recording a Video at Work and How Guidde Solved It

The purpose of Guidde is to help people, like you, record their videos. They may have numerous reasons why they haven’t started yet, and that’s where we come in

79. Removing Single Line Comments: Python for Beginners

This article is about removing single line comments from text.

80. What is Code Review and How To Do It Right?

Why do you really need a code review and how to do it right?

81. How To Install Virtual Media On An iDrac Controller

The iDRAC is a Dell remote access controller. This controller allows for remote power cycling, and a virutal console with keyboard, video, and mouse. It also provides a number of ways to roll out an operating system or vmware.

82. A Guide to Self-Hosting Your Own Website Analytics With Umami

Self-host your own website analytics with Umami.

83. Managing Local Kubernetes Cluster with Lightweight Kubernetes and Traefik Proxy

Motivation

84. The Most Common Coding Mistakes (and How to Avoid Them)

There are many mistakes a new programmer can make. Today, you will learn the most common mistakes that beginners make, and how you can avoid them.

85. How to Define a Flutter Theme?

Design Global themes for a flutter app. Define a set of colors, font families, font sizes, font styles, button styles, styles for input text field, and more.

86. Using Truffle L2 Boxes to Bridge Blockchain Networks

Building dapps that interoperate between L1s and L2s can be difficult. Let's look at using the Optimism Bridge Truffle Box as a way to make things easier.

87. Extending Your Login Flow With Auth0 Actions

In this article, I am going to explain what is Auth0 Actions, why to use them, and how to set one up.

88. The Nuts and Bolts of Crafting Quality Content

Discover all you must do to write a content of high-quality, starting from the headline, body, and the conclusion.

89. 5 Best Ways to Get Pirate Coins in Lost Ark

Pirate Coins are a key currency in Lost Ark for buying ships, hiring crew, and unlocking collectibles. Here are the best ways to get pirate coins in Lost Ark.

90. How to Use Lerna to Create a Monorepo for Multiple Node Packages

In this post, we will walk you through how to use Lerna to manage, and publish, multiple packages under the same monorepo

91. I Went From Never Reading to 54 Books in a Year, Here's How

I hope everyone can read more by reading this story of how I read from 0 to 54 books a year (On average, I read 40–50 books a year now).

92. OBS for Dummies : How to Record Your Screen

Wait... OBS..I have heard it somewhere.

93. The Importance of Cybersecurity in Early-stage Startups

When it comes to early-stage startups and cybersecurity, the two concepts do not always go hand-in-hand. In this write-up, we'll explain the importance of cybersecurity and how it will build trust with customers and investors.

94. How to Look and Sound Better in Video Conference

Now that we all spend so much time in video conferencing either for work or life, it is critical to make yourself look and sound the best to your colleagues, family and friends. It is not only about self image, but also about having the “real” you projecting the maximum presence remotely. In this article, I would like to introduce a few simple steps to improve your look and sound in video conferencing tools.

95. What Google Thinks About You

We've all ran to Google to research and checked the suggestions right after typing a few words. In this thread, our community shares their Google's suggestions.

96. Git Stash - Everything You Need to Know About Stashing Changes in Git

Sometimes, when we are making changes to a project in git, we realize we suddenly need to revert back to the last clean working directory version of our project

97. The Rigours of NFT Game Design

NFT games can come in all sorts of different shapes and sizes. They can be simple on-chain strategy games, advanced and expansive massively multiplayer online

98. 7 Soft Skills You Need for 2023 and How to Develop Them

This post will share seven soft skills programmers can develop to position them for greater success in the new year.

99. A simple blockchain application for data verification.

Learn how to code a viable application for Ethereum in ten minutes.

100. How to Become a Quality Assurance Engineer

A Quality Assurance (QA) Engineer is a professional who tests software during the entire development process.

101. How Does User Experience Leave A Footprint On Your Business?

Everything boils down to customer experience today. Whether it is a mobile application or a website, there is absolutely no way you can turn a blind eye to UX and UI.

102. Doing Cloud Migration Right: How to Win at Cost Savings, Scalability, and Better Performance

Cloud adoption is already mainstream. Your cloud project can be pretty straightforward or incredibly complex.

103. How Often Should You Post On Instagram?

How often should you post on Instagram? That’s the million dollar question with an easy answer for most, but there’s not a one size fits all approach.

104. Creating A Killer README File: Ultimate Guide

After code comments, the README file is one of the most ubiquitous forms of documentation found in software development today.

105. Blockchain Democracy: A How-To Guide For Smart Contract Developers

When you vote for something, how do you know that anything will actually get done? How do you know that promises will be kept?

106. How to Build a 32-Core Raspberry Pi Cluster From Scratch

How to Build a 32-Core Raspberry Pi Cluster From Scratch

107. Obtaining Data From Images Using Exif: How To Automate The Process

A how-to guide for automating the EXIF data from batch image files.

108. $200 Solar Self-sufficiency — Without your Landlord Noticing

Building a solar micro-grid in my bedroom with parts from Amazon

109. How to Defeat Sekiro’s Demon of Hatred Boss

Here are some tips and tricks to defeat the Demon of Hatred from Sekiro.

110. How We Built Our Software Documentation On Docusaurus

To cover our bases, we needed to improve and expand our documentation and this time, we wanted to make it scalable with Docusaurus.

111. How to Make a Responsive Mega Menu in HTML CSS

In this tutorial, we will learn how to create a mega-menu in HTML/CSS, also called a "dropdown menu".

112. A Nodejs Tutorial: OpenPGP Crypto Functions on a Node API Server

some generic Pretty Good Privacy (PGP) primitive functions presented as API calls running on a Node https: server.

113. The Oracle Database Docker Image Can Supercharge Your DevOps Learning

This is a tutorial on how to install, use, and patch the Oracle Database Docker Image. Docker is a PaaS that delivers software in packages called containers.

114. Using Rainforest API With WordPress [A How-To Guide]

Rainforest API is an alternative to the Amazon Product API provided to Amazon Associates. If you are thiking of building shopping comparisson sites with Amazon links and you don’t have an API key, or if you want to build a lot of pages very quickly without limitation, using Rainforest API is the answer. If you are serious about earning money as an Amazon Affiliate and want to make thousands of pages, do yourself a favor and start the project off right.

115. How to Optimize React Performace by Using useRef Hooks

And how we stopped our React Context re-rendering everything

116. I was the Blockchain Architect for a dozen projects. This is what I learnt.

It’s been a hell of a ride.

117. How to Design Your App or Website for FREE

If you value your time and you don't want to waste it, you must design your Website or App first instead of rushing to program it.

118. Using AccessControl.sol [A How-To Guide]

Three example configurations for the new OpenZeppelin access control contract.

119. How to Remove TikTok Watermark in Seconds

Not interested in manual video editing? Here's How to Remove Tiktok Watermark/Logo within seconds with zero editing required! Mark the words! Within seconds!

120. How to Run Scrum Meetings

Questioning the importance of a meeting isn’t new.

121. How to Build A Streaming App Like Netflix?

Netflix is, by far, the most popular streaming platform available in the market. With over 192.95 million paid subscribers from all over the world, it is definitely leading the market of OTT apps.

122. Role Based Access Control for the Ethereum Blockchain

You decide who does what with your smart contracts

123. No Bullsh** Guide to Start a Money Making Blog in 10 Minutes

Be it for your passion for writing or to help generate an extra income, blogging is your one stop solution.

124. It’s Time to Start Learning Coding: Top 20+ Best Websites To Learn Programming in 2020

I’m sure many of us are wondering how to stay a relevant professional in the post-pandemic world. One of the ways, obviously, is learning to program. Now that the industry is at the 21% growth rate (higher than that of any other field), it’s clear that the demand for good developers is not going anywhere.

125. How to Build a Technical Blogging Platform with David Smooke and Clever Programming

In this video, Naz will be interviewing the CEO of Hackernoon, David Smooke. Tune in for some insights!

Thank you for checking out the 125 most read stories about How To on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.