Skip to content
theLoneCoder text logo

WHY HAVE FRIENDS WHEN YOU HAVE CODE

  • Home
  • JavaScript
    • React.js
    • Node.js
    • DOM
  • Other
    • Bash/Terminal
    • Resources and Reviews
  • About Me
  • Contact Me
MERN Stack vs MEAN Stack
JavaScript
MERN Stack vs. MEAN Stack: What’s the Difference?
January 24, 2023
Bash/Terminal
11 Basic Bash Commands Every Developer Should Know
September 20, 2022
React.js
React: How to Change a Parent Component’s State from a Child Component
January 25, 2023
Conditional Rendering in React
React.js
Conditional Rendering in JSX | React Tutorial for Beginners
March 6, 2023
Deprecation notice: ReactDOM.render is no longer supported in React 18. Use createRoot instead
React.js
[FIXED!] ReactDOM Deprecation notice | ReactDOM.render vs. createRoot
April 25, 2023
Differences between JSX and HTML
React.js
JSX vs. HTML: Key Differences that Every React Developer Should Know
January 13, 2023

JavaScript Keyboard Events: the keyup & keydown Event Listeners

Posted on September 26, 2022September 26, 2022 By theLoneCoder No Comments on JavaScript Keyboard Events: the keyup & keydown Event Listeners
JavaScript Keyboard Events: the keyup & keydown Event Listeners
DOM, JavaScript

  In this tutorial, I’ll show you how to add keyboard events to any webpage, allowing us to react to key presses with JavaScript code. Contents 1. Events Review 2. Window Object 3. keyup & keydown 4. Event.key vs Event.code Events Review What is an event? An event is anything that happens on a webpage … Read More “JavaScript Keyboard Events: the keyup & keydown Event Listeners” »

11 Basic Bash Commands Every Developer Should Know

Posted on September 20, 2022 By theLoneCoder No Comments on 11 Basic Bash Commands Every Developer Should Know
11 Basic Bash Commands Every Developer Should Know
Bash/Terminal, Other

  Let’s face it, if you’re a developer, especially a back-end web developer, you have got to know some Bash commands. You’ll use them daily to run your server-side scripts, start up your database, and even perform some basic housekeeping tasks. So in this guide, we’ll look at 11 basic Bash commands every developer should … Read More “11 Basic Bash Commands Every Developer Should Know” »

3 Reasons Every Developer Should Know Bash Commands

Posted on September 7, 2022September 20, 2022 By theLoneCoder No Comments on 3 Reasons Every Developer Should Know Bash Commands
3 Reasons Every Developer Should Know Bash Commands
Bash/Terminal, Other

For most people, the terminal is one of the most dreaded parts of learning to code. It’s unintuitive, not directly related to coding, and for many people, plain boring. Why learn the terminal/Bash? Because for developers, especially back-end developers or systems engineers, it is a vital tool for setting up, running, and debugging code. In … Read More “3 Reasons Every Developer Should Know Bash Commands” »

How to Set Up an Express Server in 7 Easy Steps

Posted on September 7, 2022January 26, 2023 By theLoneCoder 1 Comment on How to Set Up an Express Server in 7 Easy Steps
How to Set Up an Express Server in 7 Easy Steps
Bash/Terminal, JavaScript, Node.js, Other

  Express.js is a minimalist, unopinionated, and extremely flexible web framework with almost 25,000,000 weekly npm downloads. It allows us to quickly and easily set up a web server with Node.js and write our own API code to interact with the back-end technologies of a website. With this guide, you can have your first Express … Read More “How to Set Up an Express Server in 7 Easy Steps” »

Posts navigation

Previous 1 … 3 4
  • YouTube
  • GitHub
  • CodePen
  • Twitter
Substack

Subscribe to theLoneCoder!

Get updates on all new tutorials and blog posts from theLoneCoder.

Thank you!

You have successfully joined our subscriber list.

Recent Posts

  • [FIXED!] apt upgrade: the following packages have been kept back
  • [FIXED!] ReactDOM Deprecation notice | ReactDOM.render vs. createRoot
  • How to Show and Hide React Components (Easy!)
  • How to Write Comments in React/JSX
  • The React useEffect Hook and How to Use it

Categories

  • Bash/Terminal
  • DOM
  • JavaScript
  • Node.js
  • Other
  • React.js
  • Resources and Reviews
  • Home
  • Privacy Policy
  • About Me
  • Contact Me
  • YouTube

Copyright © 2023 theLoneCoder.

Theme: Oceanly News Dark by ScriptsTown