-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
178 lines (157 loc) · 7.6 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Neko Lueke
description: >- # this means to ignore newlines until "baseurl:"
CV Portfolio
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
name: Neko Lueke
jobtitle: Full-Stack Developer
contacts:
email: [email protected]
phone: "+1 816-825-0352"
address: "3600 Broadway Blvd, Kansas City, MO 64111"
resume: Resume.pdf
linkedin: "https://linkedin.com"
instagram: "https://instagram.com"
facebook: "https://instagram.com"
twitter: "https://instagram.com"
format:
skill_list: "column-3"
home:
photo: mountains.png
title: Summary
# subtitle: Seacret to life
text: |-2
 Having worked professionally in various areas of the technology industry since 2018, I am confident in my ability to fill any position and quickly adapt to any required tasks or responsibilities.
 I am currently seeking a position as a software engineer. My development experience primarily stems from my internship at Cerner, where I wrote most of my code in Java using the Jax-RS framework to build RESTful web services. I also worked on front-end projects utilizing React and Ruby on Rails.
 In addition to my professional experience, I have completed several school and personal projects, which are listed by level of complexity. My largest project is a bookkeeper application featuring a React UI and a .NET API, secured with SSO that I hosted and set up. A network diagram of this project is available on its GitHub page.
education:
- name: University of Missouri-Kansas City
location: Kansas City, Missouri
degree: Bachelors of Science in Computer Science
timeframe: "Spring 2024"
- name: Metropolitan Community College-Longview
location: Lees Summit, Missouri
degree: Associates in Computer Science
timeframe: "Spring 2021"
experience:
- company: JCPenney
location: Lenexa, Kansas
title: IT Technician
timeframe: August, 2021 - Present
text:
- Demonstrates in depth knowledge of multiples technologies including Microsoft Enterprise, Office 365, and Cisco Meraki
- Debugs, fixes, and maintains technical parts of company industrial sorting equipment, including multiple SDI & a Dematic Sorting System
- Trained in essential infrastructure and networking, including switch installation & RJ-45 terminations
- company: Code Ninjas
location: Leawood, Kansas
title: Tutor
timeframe: September, 2019 - August, 2021
text:
- Instructed 7 to 14 year old students to program using different languages and software
- Communicated the same concept in different ways to increase retention and recollection
- Created hour to week long lesson plans that kept students involved and excited
- company: Cerner
location: Kansas City, Missouri
title: Technical Intern
timeframe: January, 2018 - May, 2019
text:
- Worked as a backend programmer, developing Rest-API endpoints for production level environments
- Used Jax-RS package in Java for endpoint development
- Designed load tests for different endpoints to determine the API’s overall efficiency
- Honed my knowledge in web app development and standards
skills:
- title: Skillset
skill_list:
- Detail Oriented
- Decisive
- Problem Solver
- Efficient
- Adaptable
- title: Languages
skill_list:
- Java
- Ruby on Rails
- React
- HTML
- SQL
- Javascript
projects:
- name: Bookkeeper Application
role: Team Lead
links:
- name: Frontend Github
link: https://github.com/MrDomoArigato/Capstone-Frontend
- name: Backend Github
link: https://github.com/MrDomoArigato/Capstone-Backend
- name: Hosted Application
link: https://capstone.ynlueke.com
text: |-2
 The Application was developed as part of the capstone course for my degree program. Developed by a team of four, this project provides users with a comprehensive tool to manage and track their personal finances. Utilizing modern technologies, the application integrates a responsive React frontend with a robust .NET backend, a PostgreSQL database, and secure OAuth2 login for authentication. This project showcases our ability to work collaboratively on a full-stack web application, integrating multiple technologies to deliver a secure, user-friendly platform for personal budget management.
Technology Stack
 - Frontend: React, CSS (Bootstrap), JavaScript
 - Backend: .NET Core (C#)
 - Database: PostgreSQL
 - Authentication: OAuth2
 - Testing Framework: xUnit, React Testing
The Projects core requirements were it must
 - Be a full-stack application (Cannot use CMS, like Wordpress)
 - Include a financial component
 - Have the following pages: Login, Register, Home/Dashboard, User Profile/Settings, Plus 2 Additional Pages
 - Have at least 1 CSS Framework
 - Complete at least 2 stretch goals
Project Stretch Goals
 - Deploy project to server/cloud instance (Completed)
 - Create Web API layer for backend interactions (Completed)
 - Use open-source reporting tool/business intelligence suite for all the reporting and its data visualization (Patially Completed)
 - Use pull requests/code review approved by a group member (Completed)
 - Sessions for remembering user if they close their browser and login again (Completed)
 - Options for user if they forgot their username or password (Completed)
 - Security scan application & fix critical issues (Not Completed)
 - Do accessibility audit and fix errors (Not Completed)
exclude:
# from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
# Default build setting; Not needed
# Build settings
# theme: minima
# plugins:
# - jekyll-feed
# Footer last edited timestamp
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#