RYAN KOVLASKE

ABOUT ME

const aboutMe = {
name:'Ryan Kovlaske',
description:'Well-qualified Full Stack Developer familiar with wide range of programming utilities and languages. Knowledgeable in back-end and front-end development as a collaborative team player with excellent technical abilities.',
email:'ryan.kovlaske@gmail.com',
website:'https://ryankovlaske.netlify.app'
}

SKILLS

Languages & Databases

JAVA

C#

HTML

CSS

JAVASCRIPT

TYPESCRIPT

POSTGRESQL

ORACLE SQL

Frameworks & Libraries

NODE.JS

EXPRESS

REACT

BOOTSTRAP

TAILWIND CSS

Development Tools

GITHUB

VS CODE

DOCKER

EXCEL

PORTFOLIO

Beauti Bodega
Beauti Bodega
  • Beauti Bodega is a mobile first shopping application targeted towards companies who sell beauty products, as well as their customers.
  • The project was built with TypeScript, React and Express for our frontend and backend. We used Firebase our image database and used Sequelize and ElephantSQL for all other data. All passwords are secured using Passport.js and Bcrypt.
Draw Dot
Draw Dot
  • A simple web based portfolio management application that allows users to create and upload drawings to a secure profile with related contacts.
  • This application utilizes JavaScript, CSS, and HTML for the drawing and portfolio functionality and Sequelize to perform CRUD operations. Account passwords are secured using Passport.js and Bcrypt encryption.
Along the Way
Along The Way
  • A web-based travel guide application that utilizes Google and weather API to calculate a route, find restaurants and forecast the climate conditions.
  • Developed using JavaScript, HTML and CSS, and leverages the Google Maps, Places and Geocaching APIs.
Billy Talent
Band Page
  • A solo project that mimics a band site that features a database for a comment section and has real-time live chat.
  • The project required Socket.IO for live client communication along with Express and EJS for the back-end and database.
Game of Thrones houses
Game of Thrones List
  • A web-based application that lists all Game of Thrones characters and affiliated houses.
  • This application retrieves a list of Game of Thrones data using async/await from an API, showing every character and letting you browse their associated house.
Blackjack game
Blackjack Game
  • A web-based game that mimics two players and a dealer in a game of blackjack.
  • A purely front-end project that only uses HTML, CSS and JavaScript.
  • You play blackjack with two AI players against a dealer that reacts to the cards in play.
Restaurant site
Restaurant
  • A simple web-based application that mimics a typical Chinese takeout website.
  • Made with design in mind more so than functionality, as it is entirely built in HTML and CSS.
  • Based on a local location with a visually poor website.
Python RPG game
Python RPG Game
  • A terminal run Python game that was made to familiarize oneself with object use.
  • The main gameplay loop is you pick between five randomly chosen routes till you fight the boss or die. Your past run then becomes an enemy with all the items you had before, which can be looted after slaying it, making you stronger for the next boss fight.