Websites that are made to host and deploy your static website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import discord | |
import os | |
from keep_up import keep_up | |
from discord.ext import commands | |
client = commands.Bot(command_prefix='.') | |
keep_up() | |
token = os.environ.get("DISCORD_BOT_TOKEN") | |
client.run(token) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Andrew Kachnic", | |
"label": "Web Developer", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "", | |
"website": "http://ajkachnic.github.io", | |
"summary": "I am a passionate, energetic web developer. For over a year, I've worked with many different technologies and developed essential skills to build efficient, performance oriented applications, websites, and APIs. I'm self taught, and have worked on many projects, designs, and ideas", |
- Netlify
- Features
- Static Site Hosting
- Cloud Functions
- Global CDN
- Netlify CMS Support with Identity (Authentication)
- Easy form support
- Features
- Unlimited Sites
General Path: Follow this roadmap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fetch = require('node-fetch') | |
const prompt = require('prompt-sync')() | |
const chalk = require('chalk') | |
const nick = "@andrew" | |
const markdown = msg => { | |
const bold = /\*\*(.*)\*\*/gim | |
const strikethrough = /\~\~(.*)\~\~/gim | |
const italics = /\*(.*)\*/gim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const verbs = [ | |
'circle back', | |
'hustle', | |
'pivot', | |
'disrupt', | |
'sync up', | |
'leverage', | |
'take a deep dive' | |
] | |
const adjectives = [ |
OlderNewer