hawkins.io hawkins.io

hawkins.io

Adam Hawkins

I'm a freelance web developer working primarily in the Ruby ecosystem. I write a lot of open source code you can find on github speak as at as many meetups and conferences as I can. I'd like to learn Haskell/Clojure/Erlang to compliment Ruby's object-orientated side. While I'm not programming hopefully I'm in a new country with some banging trance pumpin' through my headphones. I'm the author of the most popular and indepth resources on caching in rails applications. I offer performance consultations.

http://www.hawkins.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR HAWKINS.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 5 reviews
5 star
0
4 star
5
3 star
0
2 star
0
1 star
0

Hey there! Start your review of hawkins.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.2 seconds

CONTACTS AT HAWKINS.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Adam Hawkins | hawkins.io Reviews
<META>
DESCRIPTION
I'm a freelance web developer working primarily in the Ruby ecosystem. I write a lot of open source code you can find on github speak as at as many meetups and conferences as I can. I'd like to learn Haskell/Clojure/Erlang to compliment Ruby's object-orientated side. While I'm not programming hopefully I'm in a new country with some banging trance pumpin' through my headphones. I'm the author of the most popular and indepth resources on caching in rails applications. I offer performance consultations.
<META>
KEYWORDS
1 i'm adam hawkins
2 appnet
3 github
4 talks
5 popular works
6 iridium
7 tweetclock
8 ember addons
9 cashier
10 harness
CONTENT
Page content here
KEYWORDS ON
PAGE
i'm adam hawkins,appnet,github,talks,popular works,iridium,tweetclock,ember addons,cashier,harness,blog,speaking,oulu finland,hamburg de,helsinki fi,paris fr,cologne de
SERVER
WEBrick/1.3.1 (Ruby/2.1.0/2013-12-25)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Adam Hawkins | hawkins.io Reviews

https://hawkins.io

I'm a freelance web developer working primarily in the Ruby ecosystem. I write a lot of open source code you can find on github speak as at as many meetups and conferences as I can. I'd like to learn Haskell/Clojure/Erlang to compliment Ruby's object-orientated side. While I'm not programming hopefully I'm in a new country with some banging trance pumpin' through my headphones. I'm the author of the most popular and indepth resources on caching in rails applications. I offer performance consultations.

SUBDOMAINS

notes.hawkins.io notes.hawkins.io

Field Notes

Field notes from the day to work of shipping software from the mind of Adam Hawkins. I figure it would be a good to collect all the various things I consume as well as my more free floating thoughts on the profession. You should do the same. It's helpful and also provides a nice catalogue. Notes are grouped by month. Adam Hawkins. Thoughts are mine and may be unorganized.

INTERNAL PAGES

hawkins.io hawkins.io
1

Repositories: Implementing Queries

http://hawkins.io/2014/04/repositories-implementing-queries

Posted on April 22, 2014 - Subscribe. Fowlers repository pattern definition describes selectors. A selector defines criteria for loading objects. The repository could be implemented purely using selectors. You may have a. And domain specific selectors such as. Personally, I do not see the need for the first two because have rigid semantics. This post focuses on the. As you saw in the previous post on the public interface,. It translates that to the. Query popular posts selector. Class Post include Chassi...

2

Announcing High Performance Rails

http://hawkins.io/2013/07/announcing-high-performance-rails

Announcing High Performance Rails. Posted on July 01, 2013 - Subscribe. I recently purchased Nathan Barrys Authority. The book motivated me to write my own book. Ive done a lot of work on making Rails applications faster. My blog posts on advanced caching. Ive also started performance consultations. However, this is more than just a book! The complete package includes tutorials, screencasts, interviews, and other resources. Im personally the most excited for the interviews because they should be the ...

3

Fragmentation in the Ruby Community

http://hawkins.io/2014/05/fragmentation_in_the_ruby_community

Fragmentation in the Ruby Community. Posted on May 14, 2014 - Subscribe. I recently spoke on a legacy rails panel. At Wroclove.rb. You should watch the video if you havent, there is a lot of good stuff in there. Speaking on the panel publicized own personal opinions. It was cathartic in a way and it felt great. In hindsight I realized Ive been thinking about this post for much longer than I thought. The recent TDD (is dead) discussion is bringing more thoughts to light. Mdash; Adam Hawkins.

4

Ember Data Is Pre-Alpha Software

http://hawkins.io/2013/05/ember-data-is-pre-alpha-software

Ember Data Is Pre-Alpha Software. Posted on May 28, 2013 - Subscribe. I decided to commit to Ember Data because of its value promise. I think that ember data is going to change the way we write web applications. However were not there yet. Ember Data is still under rapid, heavy, and usually with breaking changes. EDs github project page has a warning banner. It states this. I think many people are unsure of how. Now you guys wont get burned like I did. Luckily the Ember Data core team and other contribut...

5

Delivery Mechanisms with Sinatra - Testing

http://hawkins.io/2014/01/delivery_mechanisms_with_sinatra-testing

Delivery Mechanisms with Sinatra - Testing. Posted on January 21, 2014 - Subscribe. Testing JSON Endpoints with Rack: Test. Is a wonderful gem. It provides the perfect abstraction for testing rack applications. The gem includes. Helpers for making requests. It is also extremely fast. Delivery mechanism tests should cover the following points:. Does the server return the correct status code for the given operation? Does the server return the correct JSON object? This test covers the bare minimum happy path.

UPGRADE TO PREMIUM TO VIEW 16 MORE

TOTAL PAGES IN THIS WEBSITE

21

LINKS TO THIS WEBSITE

notes.hawkins.io notes.hawkins.io

Field Notes

http://notes.hawkins.io/2015/05

I stat down to write a. Thin HTTP abstraction after talking with Piotr on design and Thrift influences. After a few hours barcelona. Was born. I don’t know how to. This is my structure for creating ruby web applications:. Barcelona for mapping HTTP to my object(s). Write all executables yourself (Take back ARGV! It also tears down some barriers since it’s obvious how a view class turns into HTML. I was also able to solve the annoying layout problem using simple OOP. Templates are one the bi...Feels great...

notes.hawkins.io notes.hawkins.io

Field Notes

http://notes.hawkins.io/2015/04

I’ve been working through various false starts and rescopes of the TraceLogs project. The TraceLogs project is an umbrella term for a small product around error tracking (stripped down Honeybadger/Aibrake etc) that serves a test bed for a bunch of my ideas on software engineering and system design. Here is a quick list of some high level points:. Implementation agnostic test suite. As many languages and architecetures as possible. Continuous delivery with Mesos. Deployment pipelines with Mesos. So that l...

UPGRADE TO PREMIUM TO VIEW 18 MORE

TOTAL LINKS TO THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

hawkins.com hawkins.com

Hawkins Delafield & Wood LLP

Carlsbad Seawater Desalination Project. California Academy of Sciences Museum, Aquarium and Planetarium Projects. LaGuardia Airport Terminal B Redevelopment Project. The Metropolitan Museum of Art. New Governor Mario M. Cuomo Bridge. Hawkins is a Trusted Leader in Public Finance and Infrastructure Project Delivery. Power and Renewable Energy. Our Performance Speaks for Itself. For More Than 150 Years, Hawkins Has Maintained a Reputation for Excellence, Timeliness, Discretion and Ethical Services. Howard ...

hawkins.com.cn hawkins.com.cn

SHENZHEN HAWKINS INDUSTRIAL CO.,LTD.

SHENZHEN HAWKINS INDUSTRIAL CO.,LTD. Welcome to Our Website. SHENZHEN HAWKINS INDUSTRIAL CO.,LTD. Address: 13/F, South Tower, Tongye Building, No. 7008,Beihuan Ave,Futian District, Shenzhen,518049, P.R.C. Telephone: 86 755 8356 6221, 8356 6223, 8357 2136, 8357 2137 (32 Lines) Key contact Mr. Chan Jun, Sales and Marketing Manager. Fax: 86 755 8356 6227. E-Mail: ceramic@hawkins.com.cn,hawkins@hawkins.com.cn. Homepage: www.hawkins.com.cn, www.globalsources.com/szhawkin.co.

hawkins.dk hawkins.dk

Hawk's Nest

The name Hawk's Nest comes from the fact that our family name is Hawkins. Hawk's Nest is in. On the outskirts of a town called. Have now flown from the nest! This site is dedicated to things which interest our family. The most important of these is our. Bente is very keen on quilting. See how she is getting along with her. Or maybe you'd like to see her. Bente and I went to a quilt exhibition in Aalborg. She took a couple of. Terry is a keen bowler! Our local club is called. The best football club in.

hawkins.hattiesburgpsd.com hawkins.hattiesburgpsd.com

Hawkins Elementary S.M.A.R.T. School

Third Grade Reading Gate. Procedure for Reporting Bullying. 16-17 NCLB Report Card. HPSD Need Assessment Survey 2017-2018. HPSD Reading Fair Guidelines. Easter Break- No School. Return to School- Regular School Day. MKAS PreK and Kindergarten. HES MAAP Assessment 3rd, 4th, 5th. MAAP Science Assessment 5th Grade. Hattiesburg High School Graduation 2018. 5th Grade Promotion Ceremony. Last Day of School for Students 60% Day. Hawkins Elementary S.M.A.R.T. School. SMART through S.M.A.R.T.:. For new informatio...

hawkins.info hawkins.info

hawkins.info

A private site for the Hawkins family.

hawkins.io hawkins.io

Adam Hawkins

I'm a freelance web developer working primarily in the Ruby ecosystem. I write a lot of open source code you can find on github speak as at as many meetups and conferences as I can. I'd like to learn Haskell/Clojure/Erlang to compliment Ruby's object-orientated side. While I'm not programming hopefully I'm in a new country with some banging trance pumpin' through my headphones. I'm the author of the most popular and indepth resources on caching in rails applications. I offer performance consultations.

hawkins.jeffersonschooldistrict.com hawkins.jeffersonschooldistrict.com

San Joaquin County Office of Education

San Joaquin County Office of Education Home Page. Data Processing JPA Home Page. Email Related Web Pages:. Outlook Email Web Access.

hawkins.molly.name hawkins.molly.name

molly.name -&nbspThis website is for sale! -&nbspmolly Resources and Information.

hawkins.musicteachershelper.com hawkins.musicteachershelper.com

Rick Hawkins's Drum Teaching Studio - Home

Rick Hawkins's Drum Teaching Studio. CALL NOW FOR LESSONS 706 394-7962. You have entered Rick Hawkins Drum Teaching Studio. I am Rick Hawkins, a professional musician in the Augusta GA, Columbia county, Richmond county, Martinez, Evans, Harlem, and Grovetown area. I teach drumset lessons at Center Stage Music. Which is located at the Kmart shopping center on Washington Rd, Martinez. If you cannot come to Center Stage Music. For lessons let me know and I will try to make accommodations. Incorporates learn...

hawkins.ndirect.co.uk hawkins.ndirect.co.uk

hawkins.ndirect.co.uk

hawkins.net hawkins.net

RealNames | A more meaningful email address

A more meaningful email address. Find yourself a more meaningful email address. With RealNames, your email address is your name. You get email without ads that works with your favorite email program, in your web browser, and on your mobile phone or tablet. Your first address is $35/year. Each additional address is only $10. Type your name, not an email address. If you don't like your RealNames email address for any reason,. Contact us within 30 days and we'll give you a full refund.