I hereby claim:
- I am nat-nat33 on github.
 - I am nat_nat (https://keybase.io/nat_nat) on keybase.
 - I have a public key ASDd54sw7KRS0XqI3hmVorPWWq0ySP3Q-wo4D-G0-clb8Qo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Director of Technology & Innovation with expertise in diverse range of technologies within multiple industry settings. Well organized, results driven individual with proven ability to implement standards, procedures and processes that improve business functionality. Sound management skills, capable of leading and motivating individuals to maximize levels of productivity, while forming high-functioning cohesive team environments.
| VS CODE | |
| Stronger in Functional Programming | |
| VIM | |
| Python | |
| Networking w/Python | |
| Cyber Security with Python | |
| Nginx | |
| C#/Unity | |
| VR/Unity | |
| iOS/Unity | 
| 'use strict'; | |
| // simple express server | |
| var express = require('express'); | |
| var app = express(); | |
| var router = express.Router(); | |
| app.use(express.static('public')); | |
| app.get('/', function(req, res) { | |
| res.sendfile('./public/index.html'); | 
###The Ask Good morning team! We have been asked to implement a better button for our marketing landing pages in the hopes it leads to more conversions. We currently do one off landing pages for inbound marketing to lead customers to our main brand site. The CEO is demanding that we increase our number of conversions this year and we want something a little more enticing to get users to click.
###Your Challenge Please mock up a simple app with a nice big blue button that when a user hovers over the button grows by 5px in all directions and changes from the dark blue we have on the site to...idk something..."warmer". We also are not sure of the color or sizes we will end up deciding on so the implementation needs to be flexible. Please mock up a prototype for us so we can sell more widgets!!
Any other styling is ok too since you guys are the web masters so impress us.
Thaaaannnks :D
git status, ideally between each and every git command (especially when starting out).Create or have a project ready then move into that project directory.
Use Git
$ git init to initialize git###Email Hell
We just found out that there is a bug in production that our e-mail function was iterating errantly and sending duplicate e-mails to many users. We need to fix this quickly but we don't want to send out a mass apology letter to all of our users.
Our sysadmin gave us the SMTP logs and we need to process the logs and identify which users received multiple e-mails so that we can directly send them a follow up e-mail explaining the situation and offer super cool swag to keep them on as customers.
Also, the boss wants this done ASAP, we don't have time to do this manually...HAAALLLLPPP!
###The Fix
###Good Morning Agents
Your challenge this morning is to create a function that implements an algorithm using the concepts we've covered this week.
###Challenge
find parameter is found in the source parameter if source were circular in nature. Meaning there is no end to the source string.Ex.
Functions are great, they take data (input), do stuff with that data and then return it to you all shiny and fancy (output).
Below are some specifications for Functions to be built.
a random Number valueb random Number valueWe will be using both of these variables to pass as parameters to the following functions that we will write. Pay close attention to the other variable names you will create as they will become input to other functions.