From 204c88937aaffbeb6e1738c2645ad07ef6e03a76 Mon Sep 17 00:00:00 2001 From: Allen Russell Date: Wed, 31 Jan 2024 13:35:12 -0700 Subject: [PATCH] fix: typos --- app/views/home/index.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 8e3b308..e6921c3 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -73,7 +73,7 @@

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.

Tech Transition

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.

-

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

+

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

Tools & Processes

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.

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.

@@ -101,10 +101,10 @@ -

PresentMind API Solo Project

+

PresentMind APIAPI Solo Project

-

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.

+

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.

Checkout on GitHub @@ -160,8 +160,8 @@ <%= image_tag('projects/next-steps.png', class: 'img-fluid project-image rounded shadow-sm', alt: 'project name') %>
-

Next Steps Fulll Stack Group Project

-

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.

+

Next Steps Full Stack Group Project

+

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.

Checkout on GitHub

@@ -195,7 +195,7 @@

Movie Party Back-end Group Project

-

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.

+

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.

Checkout on GitHub