Austin Philp

94
reputation
1
10

Summary

I am currently a computer science student at California State University Fullerton. I am also interning at National Data Systems as a back end ASP.Net developer. I started college as a business major, but when I decided to teach myself programming in my free time, I fell in love.

I've been programming for about a year and a half. Even now that I'm a full time programming student as well as a back end development intern for National Data Systems. I still spend most of my free time honing my programming skills, always trying to improve.

Languages I Have Experience With

  • Ruby
    • Some Small projects and puzzles
  • C++
    • School Work Assignments(from scratch linked lists, binary trees, various puzzles.
  • C#
    • Working with National Data System's to develop enterprise legal and debt consolidation ASP.Net Web Applications.
  • Python
    • A few small projects, namely a checkers game and a sudoku puzzle solver, both complete with minimal GUI
  • Java
    • Small projects, most notably a chess game, made primarily to experiment with polymorphism near the beginning of my programming experience(unfortunately lost due to a hard-drive failure before I knew well enough to always use remote source control...)

Frameworks I Have Experience With

  • Ruby on Rails
    • Currently building a website to allow programmers to organize code snippets and stack overflow answers(or any other site), as well as make blog-style posts.
  • ASP.NET
    • Building MVC 5.0 web applications for National Data Systems.

Libraries I Have Experience With

  • Jquery(JavaScript)
    • Used to create dynamic front end interfaces that provide a friendly user experience.
  • HTMLAgilityPack(C#)
    • Used in a product for National Data Systems that I had a lead role in creating, in which JSON is generated from a simple user interface, stored in the database, and then retrieved on request on converted to html using an engine I wrote using HTMLAgilityPack to provide flexible(but secure and easy to make) web pages for our customers to interact with their clients.
  • Kendo UI (C#/JavaScript)
    • Used for their controls such as Kendo UI Grid, Dropdownlist, and Dialogs. Implemented both through Razor in the cshtml views and as JavaScript where appropriate.