Follow these steps to back up your Nginx configuration and certificates from an Ubuntu machine.
- Create a Temporary Directory:
- Create a directory to store all configurations and certificates temporarily:
Follow these steps to back up your Nginx configuration and certificates from an Ubuntu machine.
Step-by-step instructions for installing XAMPP, configuring paths, and installing Composer on macOS:
Domain Registration > Register Domains tab.Overview tab.Domains.nivethan.me, and click Add.Add www.nivethan.me and redirect nivethan.me to it.nivethan.me and a CNAME IP under www.nivethan.me. These need to be set up on Cloudflare to make it work. $: scp -r dump/ [email protected]:/tmp
$: mongorestore --db domsdb /tmp/dump --uri="see-docs"
Modern javascript from the beginning
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user
| import React, { Component } from 'react'; | |
| // import ReactDOM from 'react-dom'; | |
| import PropTypes from 'prop-types'; | |
| import Linkify from 'react-linkify'; | |
| import { | |
| renderToString, | |
| } from 'react-dom/server'; | |
| import Parser from 'html-react-parser'; | |
| const style = |
| import classNameProp from 'class-name-prop'; | |
| import { useRouter } from 'next/router'; | |
| import React from 'react'; | |
| import styles from './RouteIndicator.module.css'; | |
| const DONE_DURATION = 250; | |
| export default function RouteIndicator() { | |
| const router = useRouter(); |
There are 2 questions in the assessment, which you can answer in any language. For each test, please commit your code to a private repository on GitHub, with a README.md on how to run it. When you’re done, simply add seahyc and yjwong as collaborators to your private repository.
There's no time limit, but do time yourself for every question beginning from the time you start reading it till your final local commit, and let me know how long you took for each question in the README. We recommend that you set aside 1.5 hours for each task in the test.
You can take in the input either via command-line arguments, or simply assume that it's assigned at the top of your script. Either way, let us know how to inject an input. We'll adapt our test cases accordingly. Very importantly, we trust you to write your solutions independent of any external help.