TechHui

Hawaiʻi's Technology Community

All Blog Posts Tagged 'Ruby' (7)

Ruby on SOAP

The slightly misnamed SOAP (Simple Object Access Protocol) protocol is in a sense a type-strong version of the much better know JSON interchange format.  The Ruby community clearly doesn't have as much affection for SOAP as the Java and .Net communities, but that makes sense as Ruby is a dynamic language with duck typing, which meshes better in philosophy with the lightweight JSON format, rather than the much more expressive and heavyweight SOAP format.

If given the choice between…

Continue

Added by Leo D on March 9, 2015 at 7:00pm — No Comments

writing a json api service in Rails

In the past few years, I've written a few json API's in rails.  There are a few trends driving the popularity of API's, one being Service Oriented Architecture, and another being client side rendering.  

Service Oriented Architecture can apply to all services, not just browser accessible ones.  It consists of making services available via a standard like SOAP or JSON, to increase re-usability and modularity, SOAP and JSON being the two most popular SOA protocols.  SOAP is XML-based,…

Continue

Added by Leo D on September 5, 2014 at 5:00pm — No Comments

Stripe's Capture the Flag 3

A few weeks ago, Stripe hosted their 3rd Capture the Flag competition.  Their first two CTFs were focused on security where you had to exploit a vulnerability in a small system or application to move on to each level until the final level is completed.  

For their 3rd CTF, they've decided to switch gears and focus on distributed systems.  Each of the 5 CTF levels focused on a…

Continue

Added by Daniel Nishimura on March 7, 2014 at 3:51pm — 2 Comments

Node.js versus Rails Shootout

versus

I decided to hit 2014 running, and whipped up another shootout experiment; this time…

Continue

Added by Joseph Lui on January 4, 2014 at 3:30pm — No Comments

Football Stats Analysis with Ruby and R

Due to the Big Data Movement in recent years, lately I’ve been exploring statistical analysis and machine learning through books, online courses and online tutorials.  One book I found intriguing is “Exploring Everyday …

Continue

Added by Daniel Nishimura on December 20, 2012 at 7:30am — 5 Comments

Lightweight Language Future

While in Tokyo we attended the Lightweight Language Future conference. Talks were given by Larry Wall, the inventor of Perl, and

Yukihiro "Matz" Matsumoto, the inventor of Ruby. Larry's talk on Perl 6 was very interesting. I didn't realize Perl 6… Continue

Added by Daniel Leuck on September 7, 2008 at 12:00am — 4 Comments

AJAX Shells: Goosh!

A few months ago I ran across an AJAX interactive Ruby interpreter that really impressed me. It is an actual, working Ruby interpreter with an AJAX help system triggered by certain commands. If you type "help" followed by a number it will display the chapter's content in the area below the interpreter.

Today,… Continue

Added by Daniel Leuck on June 6, 2008 at 7:30pm — No Comments

Monthly Archives

2024

2021

2020

2018

2017

2016

2015

2014

2013

2012

2011

2010

2009

2008

2007

1972

Sponsors

web design, web development, localization

© 2024   Created by Daniel Leuck.   Powered by

Badges  |  Report an Issue  |  Terms of Service