Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
garussell committed Jan 31, 2024
1 parent 4df8b0b commit 204c889
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<p>Now in my late 30s, I've transitioned into technology and engineering, bringing a wealth of knowledge and a passion for building. I leverage my skills in listening to people's stories to resolve issues using high-tech web solutions.</p>
<p><strong>Tech Transition</strong></p>
<p>My tech transition is owed to the supportive Turing community and ongoing training from platforms like The Cloud Bootcamp LLC, CodeAcademy.com, LinkedIn, and gaining inspiration from meetups. While Ruby and Ruby on Rails hold a special place in my heart, I've explored Python, and Java (rebuilding "Battleship"), dabbled in C# via Turing's "Launch" curriculum, and also a collaborative project that used GoLang. To match my front-end skills with my back-end, I have shifted my focus to React after months of vanilla JavaScript.</p>
<p>I excel in building fast back-ends pulling data from microservices, serving clean JSON structures to the front end with user authentication best practices, and data from PostgreSQL models. I follow Test-Driven Development (TDD), having robust test suites in my applications in addition to load testing with Locust, and using Postman to test API requests and validate them with assertions. I alsu adhere to principles of Behavior Driven Development when "dream driving", particularly on the front-end</p>
<p>I excel in building fast back-ends pulling data from microservices, serving clean JSON structures to the front end with user authentication best practices, and data from PostgreSQL models. I follow Test-Driven Development (TDD), having robust test suites in my applications in addition to load testing with Locust, and using Postman to test API requests and validate them with assertions. I also adhere to principles of Behavior Driven Development (BDD) when "dream driving", particularly on the front-end</p>
<p><strong>Tools & Processes</strong></p>
<p>My development process includes using Git for version control, and GitHub for collaboration. I have experience with Agile methodologies, and I'm comfortable with pair programming as well as working in a remote environment. I'm familiar with CD/CI, having used CircleCI, GitHub Actions, and Heroku, and I'm familiar with Docker and Kubernetes. My expertise includes managing deployments with Terraform to orchestrate Kubernetes clusters across multiple cloud platforms, including AWS and Google Cloud.</p>
<p>I have primarily used a RESTful API design and implementation, but I have one project with GraphQL and am familiar with WebSockets. I have focused a great deal on accessibility and user authentication, having experience with Auth0 by Okta, Google OAuth, and JSON Web Tokens (JWT). I use Redis and Sidekiq for background jobs, and I'm becoming increasingly familiar with AI and machine learning, having used OpenAI API and TensorFlow. I completed an Udemy course on CyberSecurity and Networking, and I'm familiar with Quality Assurance as well.</p>
Expand Down Expand Up @@ -101,10 +101,10 @@
</div>
</div>

<h2 class="title mb-3"><a href="https://github.com/garussell/PresentMind" target="_blank">PresentMind </a><span class="badge badge-theme">API </span> <span class="badge project-type">Solo Project</span></h2>
<h2 class="title mb-3"><a href="https://github.com/garussell/PresentMind" target="_blank">PresentMind API</a><span class="badge badge-theme">API </span> <span class="badge project-type">Solo Project</span></h2>

<div class="desc text-start">
<p>PresentMind the back-end API for a health and therapy tracking application that uses Auth0 and has therapist and patient profiles. The back-end uses PostgreSQL, and Rails, exposing endpoints with consumed data from several health related APIs. A robust design with 11 tables and data is analyzed for patterns, correlations between mood and behaviors.</p>
<p>PresentMind API is the back-end API for a health and therapy tracking application that uses Auth0 and has therapist and patient profiles. The back-end uses PostgreSQL, and Rails, exposing endpoints with consumed data from several health related APIs. A robust design with 11 tables and data is analyzed for patterns, correlations between mood and behaviors.</p>
</div><!--//desc-->
<a class="more-link" href="https://github.com/garussell/PresentMind" target="_blank"><i class="fas fa-external-link-alt"></i> Checkout on GitHub</a>
</div><!--//item-->
Expand Down Expand Up @@ -160,8 +160,8 @@
<%= image_tag('projects/next-steps.png', class: 'img-fluid project-image rounded shadow-sm', alt: 'project name') %>
</a>
<div class="desc col-md-8 col-12">
<h2 class="title"><a href="https://next-steps-xu92.onrender.com/" target="_blank">Next Steps </a><span class="badge badge-theme">Fulll Stack</span> <span class="badge project-type">Group Project</span></h2>
<p class="mb-2">Next Steps is an idea that I pitched for a Consultancy project in Turing, inspired by my previous professional experience. It is a full-stack group project that leverages the 211 API along with geolocation to assist individuals in finding community resources in their vicinity. We thought it was particularly important to create search options catered to persons who may not have the ability to navigate existing resources. This repository contains the front-end portion of the project which utilizes the API provided by the back-end repository.</p>
<h2 class="title"><a href="https://next-steps-xu92.onrender.com/" target="_blank">Next Steps </a><span class="badge badge-theme">Full Stack</span> <span class="badge project-type">Group Project</span></h2>
<p class="mb-2">Next Steps is an idea that I pitched for a Consultancy project in Turing, inspired by my previous professional experience. It is a full-stack group project that leverages the 211 API along with geolocation to assist individuals in finding community resources in their vicinity. We thought it was particularly important to create search options catered to persons who may not have the ability to navigate existing resources.</p>
<p><a class="more-link" href="https://github.com/garussell/next-steps" target="_blank"><i class="fas fa-external-link-alt"></i>Checkout on GitHub</a></p>
</div><!--//desc-->
</div><!--//item-->
Expand Down Expand Up @@ -195,7 +195,7 @@
</a>
<div class="desc col-md-8 col-12">
<h2 class="title"><a href="https://github.com/garussell/movie_party" target="_blank">Movie Party </a><span class="badge badge-theme">Back-end</span> <span class="badge project-type">Group Project</span></h2>
<p class="mb-2">Movie Party is the back-end of an application in which users can explore movie options and create a viewing party event for themselves and other users of the application. It utilized the MovieDB API where parameters are passed throughout the application and rendered as a basic rails view using http://localhost:3000.</p>
<p class="mb-2">Movie Party is the back-end of an application with server-rendered views, in which users can explore movie options and create a viewing party event for themselves and other users of the application. It utilized the MovieDB API where parameters are passed throughout the application and can be rendered using http://localhost:3000.</p>
<p><a class="more-link" href="https://github.com/garussell/movie_party" target="_blank"><i class="fas fa-external-link-alt"></i>Checkout on GitHub</a></p>
</div><!--//desc-->
</div><!--//item-->
Expand Down

0 comments on commit 204c889

Please sign in to comment.