Skip to content

Instantly share code, notes, and snippets.

View Nandakyawwin's full-sized avatar
🏠
Working from home

Nanda Kyaw Win Nandakyawwin

🏠
Working from home
View GitHub Profile
{
"url": "www.google.com",
"status": true
}
{
"url": "www.google.com",
"status":"true"
}
Jue Jue's Safe Space App Privacy Policy
Last Updated: 1st December 2023
Welcome to Jue Jue's Safe Space App! We are committed to protecting your privacy and providing a safe and secure environment for mental health support. This Privacy Policy outlines how we collect, use, disclose, and protect your information when you use our mobile application.
By using Jue Jue's Safe Space App, you agree to the terms of this Privacy Policy. If you do not agree with the practices described in this policy, please do not use the app.
1. Information We Collect:
@Nandakyawwin
Nandakyawwin / node_nginx_ssl.md
Created August 28, 2023 22:05 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

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. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user

@Nandakyawwin
Nandakyawwin / index.html
Created April 1, 2020 05:30
Navbar Effect
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<body>
<div class="container-fluid ml-auto bg-dark">
<nav class="container navbar navbar-expand-lg navbar-light navbarC">
<a class="navbar-brand text-light" href="#">Extra</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
@Nandakyawwin
Nandakyawwin / index.html
Last active July 11, 2019 14:18
Login form template with css look like bootstrap
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>hello</title>
/////////////////////////////////////////////////////////////
////<link rel="stylesheet" type="text/css" href="--**--">////
////You can link above css code in the "--**--"//////////////
/////////////////////////////////////////////////////////////