Skip to content

Instantly share code, notes, and snippets.

View kuldeepsaini23's full-sized avatar
🎯
Focusing

Kuldeep Saini kuldeepsaini23

🎯
Focusing
View GitHub Profile

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Create Free AWS Account

Create free AWS Account at https://aws.amazon.com/

2. Create and Lauch an EC2 instance and SSH into machine

I would be creating a t2.medium ubuntu machine for this demo.

@kuldeepsaini23
kuldeepsaini23 / multitab-code-editor-html-snippet.html
Created March 18, 2024 08:51 — forked from beevk/multitab-code-editor-html-snippet.html
Ghost snippet for multi tab code editor - uses Tailwind for styling
<div class="multitab-code-editor">
<div class="border-b border-gray-200 dark:border-gray-700">
<nav class="flex space-x-2" aria-label="Tabs" role="tablist">
<button type="button" class="tab-title" id="tab-1" data-hs-tab="#tab-1" aria-controls="tab-1" role="tab">
JavaScript
</button>
<button type="button" class="tab-title" id="tab-2" data-hs-tab="#tab-2" aria-controls="tab-2" role="tab">
TypeScript
</button>
<button type="button" class="tab-title" id="tab-3" data-hs-tab="#tab-3" aria-controls="tab-3" role="tab">
@kuldeepsaini23
kuldeepsaini23 / Basic Ubuntu Commands.md
Created February 23, 2024 06:58 — forked from TechRancher/Basic Ubuntu Commands.md
Ubuntu 18.04 Terminal Commands

Basic Ubuntu Commands

This is a list of the most basic but extremely useful commands. Learning these will help you have a strong foundation to add more sophisticated commands upon.

Here are some words that we use and some meanings that you may associate them with.

We use What you may know them as
directory folder
sudo Run as Administor
@kuldeepsaini23
kuldeepsaini23 / README.md
Created February 4, 2024 11:11 — forked from piyushgarg-dev/README.md
Kafka Crash Course