"I'm a developer from Wichita, Kansas currently looking for a position as a software engineer."
- 🔧 My current skills...
const frontEnd = ["HTML", "CSS", "JavaScript", "React", "Redux", "Vue"];
const backEnd = ["NodeJS", "Express", "Knex", "PostgreSQL", "AWS DynamoDb"];
const other = ["Python"];
- 🔭 I’m currently working on...
const newProject = (projectName) => {
return `I am currently working on a ${projectName}.`;
}
newProject("Crestvie.io");
- 🌱 I’m currently learning...
language = "Vue.js"
- 👯 I’m looking to collaborate on...
string = "Anything that I can lend a helping hand with!"
- 💬 Ask me about...
const about = {
1: "UI Development",
2: "Backend development",
3: "Golf",
4: "Gaming"
};
const askMe = (ask) => {
for (const answer in ask) {
console.log(`I would love to talk about ${ask[answer]}.`);
}
}
askMe(about);
- 📫 How to reach me: ...
<a href = "mailto: [email protected]">Send Email</a>
<a href = "https://www.linkedin.com/in/cody-townley-56a351a3/">LinkedIN</a>
- ⚡ Fun fact about me...
```javascript
"I love to be constantly challenged!"