
artofbuildingsoftware.blogspot.com
The art of building softwareInsights about building the best software by David Levine
http://artofbuildingsoftware.blogspot.com/
Insights about building the best software by David Levine
http://artofbuildingsoftware.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
20
SITE IP
172.217.10.129
LOAD TIME
0.375 sec
SCORE
6.2
The art of building software | artofbuildingsoftware.blogspot.com Reviews
https://artofbuildingsoftware.blogspot.com
Insights about building the best software by David Levine
The art of building software: Passion, Joy, and Software Startups
http://artofbuildingsoftware.blogspot.com/2010/11/passion-joy-and-software-startups.html
The art of building software. Insights about building the best software by David Levine. Sunday, November 7, 2010. Passion, Joy, and Software Startups. Passion and joy are two of the most important parts of life, so as a software developer I think it's important to understand how to create a software career that brings us the most passion and joy. As this eHow article on How to Follow Your Passion. According to the respected publication The Economist. And one of the best things about being a software guy...
The art of building software: Social networks and the future of digital communication
http://artofbuildingsoftware.blogspot.com/2011/03/social-networks-and-future-of-digital.html
The art of building software. Insights about building the best software by David Levine. Tuesday, March 8, 2011. Social networks and the future of digital communication. Future of digital communication? I recently ran across a fairly widely publicized. Job description that ends with the following, and I thought it would make a great topic for a blog posting:. Please reach out to email-address-withheld. There are a few well respected futurists, such as Carl Sagan. Odyssey: Pepsi to Apple. They generate re...
The art of building software: Making a software shit knife
http://artofbuildingsoftware.blogspot.com/2010/03/making-shit-knife.html
The art of building software. Insights about building the best software by David Levine. Monday, March 22, 2010. Making a software shit knife. When I use the word attachment here, the closest meaning comes from the Sanskrit word Upādāna. Which is generally translated as attachment. I have my own related view of attachment. Making a shit knife. When a new problem comes up, the geek looks in his bag of cool shit and pulls out a piece and says "I've got just the cool shit for this." And he applies his p...
The art of building software: Online Social Fetishes
http://artofbuildingsoftware.blogspot.com/2011/05/online-social-fetishes.html
The art of building software. Insights about building the best software by David Levine. Friday, May 13, 2011. A fetish happens when someone ascribes more value to an object or concept than it intrinsicly has. As I researched fetishes for this article, I found them to be a surprisingly deep area of inquiry with multiple meanings and applications. As usual, Wikipedia has a number of excellent articles. You need a Facebook account to stay well connected with your friends and family. How many of us have tak...
The art of building software: Netflix Company party from 1999
http://artofbuildingsoftware.blogspot.com/2014/05/netflix-company-party-from-1999.html
The art of building software. Insights about building the best software by David Levine. Tuesday, May 27, 2014. Netflix Company party from 1999. I just found this vintage video I shot at a Netflix party last century back when they were just renting DVDs. Thought I'd share. So much has changed at Netflix since then. I got a clip of Netflix CEO Reed Hastings predicting the future right at the end - do you think he was right? Posted by David Levine. November 3, 2014 at 10:56 AM. November 3, 2014 at 11:01 AM.
TOTAL PAGES IN THIS WEBSITE
19
Code Samples: Yelp Coding Challenge
http://my-code-samples.blogspot.com/2011/04/yelp-coding-challenge.html
Interesting bits of code. Tuesday, April 26, 2011. I really like this programming challenge from Yelp. You know that "Search for" box on Yelp? You do a search and then you get a bunch of review fragments. The problem asks you to implement production level code to implement the algorithm that extracts the most meaningful fragment from a review (given the search terms) to display in search results - the yellow highlighted bits on the right. Here is the original review in its entirety:. Here is the review f...
Code Samples: May 2011
http://my-code-samples.blogspot.com/2011_05_01_archive.html
Interesting bits of code. Tuesday, May 31, 2011. Dealing with unexpected complexity. I sometimes use this as an interview question for senior programmers, and the real part of the interview question isn't about the code at all. It's about how people deal with unexpected complexity. I start the problem off with this seemingly absurdly simple programming test: Please write code to accept two integers, and return the numbers in an array in sorted order. Sometimes I see code like this:. I just found this vin...
Code Samples: September 2010
http://my-code-samples.blogspot.com/2010_09_01_archive.html
Interesting bits of code. Wednesday, September 29, 2010. What this blog is about. This blog contains programming code samples that I think are interesting. Sometimes they highlight interesting aspects of a programming language, sometimes they speak about our own thinking processes, and other times the illustrate design patterns, APIs, or anything else I think is worth looking at. Subscribe to: Posts (Atom). The art of building software. Netflix Company party from 1999. View my complete profile.
Code Samples: What this blog is about
http://my-code-samples.blogspot.com/2010/09/what-this-blog-is-about.html
Interesting bits of code. Wednesday, September 29, 2010. What this blog is about. This blog contains programming code samples that I think are interesting. Sometimes they highlight interesting aspects of a programming language, sometimes they speak about our own thinking processes, and other times the illustrate design patterns, APIs, or anything else I think is worth looking at. March 15, 2016 at 5:31 AM. Subscribe to: Post Comments (Atom). The art of building software. Netflix Company party from 1999.
Code Samples
http://my-code-samples.blogspot.com/2011/10/here-is-guided-tour-i-created-of-using.html
Interesting bits of code. Thursday, October 13, 2011. Here is a guided tour I created of using JMeter to test a RESTful web service built using Glassfish, Jersey, JTA, JCA, Spring, Hibernate, and MySQL. The video shows me stepping through all the code involved. Subscribe to: Post Comments (Atom). The art of building software. Netflix Company party from 1999. View my complete profile. Here is a guided tour I created of using JMeter t. Simple theme. Powered by Blogger.
Code Samples: October 2011
http://my-code-samples.blogspot.com/2011_10_01_archive.html
Interesting bits of code. Thursday, October 13, 2011. Here is a guided tour I created of using JMeter to test a RESTful web service built using Glassfish, Jersey, JTA, JCA, Spring, Hibernate, and MySQL. The video shows me stepping through all the code involved. Subscribe to: Posts (Atom). The art of building software. Netflix Company party from 1999. View my complete profile. Here is a guided tour I created of using JMeter t. Simple theme. Powered by Blogger.
Code Samples: Dealing with unexpected complexity
http://my-code-samples.blogspot.com/2011/05/dealing-with-unexpected-complexity.html
Interesting bits of code. Tuesday, May 31, 2011. Dealing with unexpected complexity. I sometimes use this as an interview question for senior programmers, and the real part of the interview question isn't about the code at all. It's about how people deal with unexpected complexity. I start the problem off with this seemingly absurdly simple programming test: Please write code to accept two integers, and return the numbers in an array in sorted order. Sometimes I see code like this:. Ill assume that you a...
Code Samples: April 2011
http://my-code-samples.blogspot.com/2011_04_01_archive.html
Interesting bits of code. Tuesday, April 26, 2011. I really like this programming challenge from Yelp. You know that Search for box on Yelp? 160;You do a search and then you get a bunch of review fragments. The problem asks you to implement production level code to implement the algorithm that extracts the most meaningful fragment from a review (given the search terms) to display in search results - the yellow highlighted bits on the right. Here is the original review in its entirety:. Here is the revi...
secondscreennetworks.wordpress.com
Super Bowl Synchronicity | SecondScreen Networks
https://secondscreennetworks.wordpress.com/2012/01/30/super-bowl-synchronicity
The Ad Platform for the Two Screen Future. Larr; Synchronized Ads Dunk on the Competition. January 30, 2012. Some brands have cre. Ated their own game and brand specific apps like Chevy. When certain TV commercials run during the game, a complementary digital spot (a “Sync Ad”) will display on their smartphones, tablets or laptops. We’ve seen huge levels of engagement with such ads in previous tests (e.g Ford on USA Networks’ Character Chatter app. Other upcoming events include the Oscar’s and the ...
TOTAL LINKS TO THIS WEBSITE
20
hoofdmenu
Architectenbureau Art of Building bvba - sparrenweg 121, 3980 tessenderlo - Boerenkrijglaan 39, 2200 herentals - Koningin Fabiolalaan 14, 2990 Loenhout - 0884 843 601.
Art of Building: San Francisco Bay Area Design Build Firm
House on the Meadow. Lake House and Barn. Ghormet Ghetto Tree House. The Cannery Live/Work Studios. Canning Co Commercial Complex. Cole Street Wellness Center. North Berkeley Hills Residence. Timeless Way of Building.
Office for Art of Building
Wat: Voor Sfeervolle Architectuur. Advies en Ontwerp. Met ‘uitstekend’ oog voor esthetiek en proporties. Met een liefde voor Historische Architectuur. Een fraaie veranda, een mooi buitenhuis of een passende renovatie. Voor wie; verbouwers die er met de welstand niet uitkomen, of met monumentencomissies. Huizenbezitters die kleuradvies willen, of het huis willen herinrichten, renoveren, of gewoon een nieuwe willen. Of mensen die drie dimensionaal inzicht willen in een bestaande situatie.
artofbuilding.info
Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.
Digital Photography Competition from The Chartered Institute of Building
ART ON BUILDING SITES. WHAT THE JUDGES LOOK FOR. Congratulations to Mehmet Yasa - 2017 Art of Building Photographer of the Year! The Art of Building. The Art of Building photography competition is an international showcase for the very best digital photography of the built environment. It is open to both professional and amateur photographers. CONGRATULATIONS TO MEHMET YASA. 2017 ART OF BUILDING PHOTOGRAPHER OF THE YEAR. Shot of the Week. About The Art of Building. Art on Building Sites.
artofbuildingsoftware.blogspot.com
The art of building software
The art of building software. Insights about building the best software by David Levine. Tuesday, May 27, 2014. Netflix Company party from 1999. I just found this vintage video I shot at a Netflix party last century back when they were just renting DVDs. Thought I'd share. So much has changed at Netflix since then. I got a clip of Netflix CEO Reed Hastings predicting the future right at the end - do you think he was right? Posted by David Levine. Friday, December 20, 2013. Posted by David Levine. Most pe...
Welcome artofbulletproof.com - BlueHost.com
Web Hosting - courtesy of www.bluehost.com.
Bob & Mary - Beste Burger und Salate aus Düsseldorf | Home
Beste Burger and super Salate. You like it fast? Das Wichtigste in Kürze:. 12:00 - 22:00 Uhr. 12:00 - 23:00 Uhr. Tel: 49 211 994 553 55. Just cash - no cards! Wir sind immer auf der Suche nach fleißigen Bären und emsigen Vögelchen. Ansage von Bob and Mary. This is why we rock. Unseren Burger kannst Du mit der Hand essen - nur so bekommst Du das volle Geschmackserlebnis! Zum guten Burger gehört natürlich auch ein guter Service - Nummern ziehen und anstehen kannst Du woanders! Why we rock our. Unsere Sauce...
Burn Draws
Thursday, 10 September 2015. Some sketches from my instagram. Follow @artofburn. Saturday, 20 June 2015. Labels: digital photoshop character environment mech scifi cityscape layout. Some Layout stuff from school. Haven't updated since time. Anyway's here are a few quick studies i've done. Friday, 9 May 2014. My first ever completed fan art piece. It was really fun and im def gonna make some more. Tuesday, 22 April 2014. More digi paint stuff. Some layout drawings for portfolio. Subscribe to: Posts (Atom).
artofburningwater.bandcamp.com
Music | Art Of Burning Water
Living Is For Giving, Dying Is For Getting. Head Of The Tempest. The Voyage Of The Pessimistic Philosoph. The Combined Stupidity Of Spiteful Men. Art Of Burning Water. Strong music by weak people. Sticky Mikes Frog Bar. Bury Saint Edmunds, UK. Contact Art Of Burning Water. Switch to mobile view.