Mike Korcha

Blog

Media Button Overlay Updated

I spent the last few days updating my app, Media Button Overlay, to include support for automation applications such as Tasker and Locale.


  • media-button-overlay
  • release-notes
2014-04-06

Computer Science Tutorials

A few of the courses I've taken at CSUSB have allowed students to write tutorials on concepts in class to boost your grade (provided it gave a decent explanation). This is a listing of the ones I've written for my Digital Logic and Machine Organization courses.


  • computer-science
  • digital-logic
  • machine-organization
2014-03-07

Using Composer Packages in a Laravel Application

As of version 4, the Laravel framework can be installed entirely from the Composer dependency manager. A major advantage of this is that you can choose to use only certain parts of the framework by installing those particular components within your own application. What seems to go unseen (at least in my experience) is that other Composer packages can be installed for use within your Laravel application, with less hassle than you might think.


  • php5
  • laravel
2014-03-07

Autoloading Blueprints in Flask

In all projects, a logical directory structure is important to having logical, maintainable code. My current project using the Flask framework has a directory for blueprints. The structure could cause problems, such as forgetting to register them and having messy imports. This snippet solves those problems.


  • python
  • flask
2014-02-25

Welcome (back) to mikekorcha.com!

Welcome (back) to mikekorcha.com! I've finally taken it upon myself to get my site back online, and now it's better than before!


  • site
2014-02-22