Kenta Kikui

Front-end Web Developer



We can rebuild everything...

Picture of vast ground in a city with a heap of rubble.
(Author's info on Flicker)

Featured Work

Picture of my first assignment
 

About Me

  • My very first assingment for a FEND degree.

(source code on GitHub is here)

Picture of my interactive resume
 

My Interactive Resume

  • Created single page, responsive application built with jQuery, hosted on GitHub pages.
  • Applied the responsive design pattern, “off canvas”, on the small screen.
  • Implemented smooth scroll-down to the targeted section when the menu is clicked.

(source code on GitHub is here)

Picture of my arcade game clone
 

Arcade Game Clone: Frogger

  • Coded player, enemies, and other game entities in JavaScript's object-oriented pseudo-classical style.
  • Adapted multi-level inheritances for the classes.
  • Arranged the documentation to include the bird’s-eye view of the class relationship.

(source code on GitHub is here)

Picture of Website Performance Optimization Project
 

Website Performance Optimization

  • Optimized critical rendering path of existing website to achieve PageSpeed Insights score above 90.
  • Eliminated inefficiencies in the website's scroll animation. Site now scrolls at 60 frames per second.

(source code on GitHub is here)

Picture of My Neighborhood Map Project
 

My Neighborhood Map

  • Single-page, responsive application built with Knockout.js framework and localStorage, and hosted on GitHub Pages.
  • Developed a full-page map that loads recommended venue list of places in San Francisco, CA.
  • Added features for searching a new place with a keyword, applying real-time filter the list items (retrieved by AJAX request to Foursquare API), and displaying the information about San Francisco from Wikipedia (via MediaWiki API).

(source code on GitHub is here)

Picture of My JavaScript Test Project
 

Feed Reader Testing

  • Read existing source code and wrote comprehensive unit tests for the existing features using Jasmine testing framework, for an RSS Feed Reader application that uses Google's RSS API.
  • Wrote test cases for features that are going to be added in the future to demonstrate TDD.

(source code on GitHub is here)