TechHui

Hawaiʻi's Technology Community

Featured Blog Posts (422)

Knockout.js

The front-end framework of choice for MVC 4 web applications seems to be Knockout.js.  It's fairly robust and easy to add/remove from projects via NuGet and provides an MVVM feel much like Silverlight or WPF.

Think of a label control used in WPF.  Using data bindings, you tell the label to display certain text.  If the object representing the text displayed is updated, WPF kindly…

Continue

Added by Timothy Little on May 28, 2013 at 3:37pm — 1 Comment

What Drives You to Innovate or Be Productive?

A firestorm erupted after chief Yahoo Marissa Mayer banned working from home in an effort to shock the moribund company culture back to life. The resulting debate over whether working from home was good for corporate innovation and productivity is, to me, not all that interesting. I don’t know of anyone who doesn’t work from home even after putting in a full day at the office -- at the very least, they check and respond to office emails and make work-related calls during…

Continue

Added by Tzyh Ng on May 17, 2013 at 2:57pm — 2 Comments

My Experiences with Windows Phone 8

Last winter I bought a Lumia 920 which runs Windows Phone 8.  Windows Phone 8 is a large overhaul of Windows Phone 7 because now it uses the same kernel as Windows 8.  It also added support for better hardware and a more flexible development framework. Previously I have used the original iPhone, the iPhone 4 and the Galaxy Nexus Google Android phone. I have never seen anyone with a Windows Phone and I thought it looked neat so I decided to try it…

Continue

Added by Douglas Ching on May 10, 2013 at 11:36am — 1 Comment

"What! You have revenue?!" Surprising high points along the way to launch.

So last week I flew over to Oahu and had brunch with Daniel Leuck (whom you all know if you read TechHui).  It was a great trip, but one of the highlights of it for me was his absolute surprise we had revenue.  Apparently this is a big deal.

He had to explain it to me, because I was clueless.  Daniel is of course…

Continue

Added by Douglas Levin on May 9, 2013 at 5:30pm — 1 Comment

You don't have to be at the same desk (or even the same continent) to pair program with someone

In case you are not super familiar with pair programming here are the core essentials of how it works.  Two programmers sit in front of the computer they are working on and slide the keyboard/mouse back and forth. The person with the controls is called the driver the other is navigator or observer.  To those that have never done it before it can sound kind of stupid but when it's done right it can actually be…

Continue

Added by Chris Sass on April 26, 2013 at 2:45pm — 1 Comment

Tech Visa Update

Political junkies (like me) and immigration stakeholders (including many technology employers) have been watching as the immigration reform process moves forward in the current congressional session. After much watching and speculation (see for example, earlier posts here) about what impact this will have on the high tech industry, there is now a bill being offered in the U.S.…

Continue

Added by John Robert Egan on April 21, 2013 at 9:20pm — No Comments

The Changing Face of Software Development in Japan

Our Night Out with Heroku Japan & Friends

During our trip to Japan last month we got to enjoy an evening out with the Heroku team. We've enjoyed using their platform for years across many projects, so it was good…

Continue

Added by Daniel Leuck on April 17, 2013 at 5:00pm — 3 Comments

Javascript Testing with Mocha and Chai

It has been more than 6 months since I launched RedeemHi5.com, which I wrote about in one of my first blog posts. The launch hasn't been perfect; the most major issue is that the connection to the database gets lost and it doesn't reconnect, thus leaving people with a loading screen. The first thing to do, of course, is to fix it. In addition, though, I wanted to add tests to document these issues and maintain some peace of mind as I…

Continue

Added by George Lee on April 10, 2013 at 3:13pm — 2 Comments

MVC4 and Rails

I have been immersed in Rails development for the last several months and I almost always recommend Rails as the best platform for raising a new website from scratch.  Recently, though, an opportunity came up to work on a .NET MVC 4 project. Great, I thought.  I get to switch back to my favorite language (C#) and still develop in an MVC framework.

Below, I will compare some major feature areas of both frameworks:…

Continue

Added by Timothy Little on April 7, 2013 at 11:33pm — 1 Comment

Scalability: Google I/O 2013 Registration

On March 13th, 4:00am HST, registration for the Google I/O 2013 conference opened to the public. Barely coherent, at 3:45am I rolled out of bed, bumping each wall in my apartment hallway as I stumbled towards my Macbook. I checked to see if my Google+ and Google Wallet accounts were properly set up as…

Continue

Added by Daniel Nishimura on March 29, 2013 at 3:56pm — 2 Comments

Call to STEM

Recently, I have come across this infographic floating around the web that I believe deserves more attention. You can see the full version here. It illustrates the labor pool shortage we are experiencing in STEM (science, technology, engineering, math) related fields. Some key…

Continue

Added by Joseph Lui on March 27, 2013 at 4:13pm — 3 Comments

Write You're Own eBook in Markdown with Ruby and Github Pages

Many of us have either had the urge to write a book or spew some sort of long-winded excrement of words.  Maybe it's a story that's been bouncing around in your head, a piece of history you would like to document, or a coalescence of documentation/blog posts on a subject you are passionate about. Regardless of the reason they all require the same thing.  The ability to…

Continue

Added by Chris Sass on March 25, 2013 at 3:00pm — 4 Comments

Learning JavaScript Design Patterns

When I first learned javascript, I mainly used the jQuery library for small interactions (select something/do something) and adding very basic behavior to the websites I worked on. At the time, it was no big deal to just throw all of my simple jQuery methods and functions in a .js file…

Continue

Added by Mike King on March 22, 2013 at 4:41pm — 4 Comments

Think Functionally

It wasn't so long ago that functional programming seemed to be an arcane science. If you knew Haskell, Standard ML, or Common Lisp, you've either been programming for a very long time, involved in computer science research, or just had a lot of free time on your hands. However, functional programming has been making a comeback with…

Continue

Added by George Lee on March 22, 2013 at 1:22pm — 4 Comments

Trying out Xamarin Studio 2.0 Starter Edition

Trying out Xamarin Studio 2.0 Starter Edition

Xamarin Studio is an IDE that allows developers to create iOS, Android and Mac apps using C#.  Recently Xamarin released Xamarin Studio 2.0 and along with a free Starter edition.  While the Starter edition is very limited it allows developers to see what Xamarin Studio is like and how writing Android apps using C# works.  I was hoping to create an iOS app, but it turns out a Mac is still required in order to write iOS apps even…

Continue

Added by Douglas Ching on March 8, 2013 at 10:00am — 1 Comment

The Sad State of State Tech

Interesting article about the woeful state of Hawaii state's IT systems.



http://www.sfgate.com/news/article/Hawaii-government-technology-stuck-in-time-warp-4313970.php



I must admit I'm shocked the payroll isn't computerized..



On the plus side at least the cloud and mobile platforms are much more mature than they were just a few years ago and it sounds… Continue

Added by Brian on February 27, 2013 at 8:30pm — 2 Comments

The future state of messaging systems...

Gazing into the future is difficult.  It is fraught with error and generally limited by our finite experience and limited perspectives.  In spite of these obvious limitations, let’s play "what if" for a moment and pretend that we have a clue as to what might come to pass in future messaging systems.



Years ago I was at a conference in New York City.  I was gone…

Continue

Added by Ian Gilyeat on February 27, 2013 at 5:55am — 2 Comments

March 2013 Newsletter

Aloha TechHuians,

I'm sending the March newsletter a few days early to make you aware of a number of interesting upcoming events as well as imminent committee votes on key bills that affect the Hawaii tech community.



Events



Unconferenz

March 2 from 8am-4pm at Windward Community…

Continue

Added by Daniel Leuck on February 26, 2013 at 6:30pm — 1 Comment

Is Facebook's New Graph Search Engine a Danger to Google?

Facebook announced the launch of a new smart discovery engine that, for now, will focus on four areas: people, photos, places and interests.

It uses the power of your own network to give you highly personalized results for your search queries. Results will be ranked according to your friends and friends friends interactions.

Does this mean the end to Google, LinkedIn, Yelp, Foursquare and the rest?

I asked Robert Scoble if I could share…

Continue

Added by Laura K. Kinoshita on February 12, 2013 at 9:50am — 1 Comment

The Future of MIC is at Stake: Testify Today

Posted on behalf of HTDC

HTDC is looking for your immediate support! - (Filing Deadline Monday, Feb 4th @…

Continue

Added by Mika Leuck on February 4, 2013 at 10:30am — 3 Comments

Featured Monthly Archives

2020

2018

2017

2015

2014

2013

2012

2011

2010

2009

2008

Sponsors

web design, web development, localization

© 2024   Created by Daniel Leuck.   Powered by

Badges  |  Report an Issue  |  Terms of Service