Posted on 08-01-2011
Filed Under (Apache, MySQL, Python) by Linux Poweruser Programmer

django: for Perfectionists with Deadlines
Google engEDU
1 hr 14 min – 26-Apr-06

Google TechTalks
April 26, 2006

Jacob Kaplan-Moss

ABSTRACT
Django is one of the premier frameworks for Python, and is often compared to -on-Rails. Jacob is one of the lead developers on Django. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , ,
(0) Comments    Read More   
Posted on 01-03-2008
Filed Under (documentation) by Linux Poweruser Programmer

Sig: How To Design A Domain Specific Language
Google engEDU
1 hr 3 min – Oct 5, 2006

Google Tech Talks
October 5, 2006

David Pollak has been developing commercial for 28 years. He founded Athena Design and wrote Mesa, the first real-time spreadsheet. David wrote Integer, the first online, collaborative spreadsheet. Since 2000, David has been developing domain specific languages for and general .

ABSTRACT
David will describe a framework for developing DSLs which includes:

* Identifying the constituents in a project;
* Determining the costs and benefits of a DSL for a particular constituency vs. hand-coding functionality for that constituency based on interviews and specs;
* Identifying the ‘thought leader’ in a given constituency and interviewing him or her to determine the semantics of the domain;
* Determining syntax of the DSL;
* Mocking up the DSL and ‘test driving’ it with the thought leader;
* Finding appropriate integration points for the DSL into the application;
* Defining the process by with the Domain Experts will update code in the DSL (e.g., they have a page where they can change tax calculation rules vs. they make a change to particular files as part of a /staging/production cycle.); and
* Iterate over the semantics, syntax, and process to fully integrate Domain Experts into the process. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , ,
(0) Comments    Read More   
Posted on 24-02-2008
Filed Under (documentation) by Linux Poweruser Programmer

Beyond Test Driven : Behaviour Driven
Google engEDU
48 min – Mar 17, 2006

Google TechTalks
March 17, 2006

Dave Astels

Dave Astels (co-author of "A Practical Guide to eXtreme " and author of Jolt Award winning "Test-driven : A Practical Guide") has over 2 decades of experience in the field, most of that involved with object-oriented technologies and techniques. Dave has been studying, practicing, teaching, evangelising, and coaching XP and Agile Processes since 1998. Dave’s experience ranges from embedded process control systems to consumer products (both consumer electronics and shrinkwrapped ) to energy trading systems. Dave is an independant consultant specializing in the areas of agile process, practices, and object design/architecture. Dave is one of the thought leaders in the area of TDD, and now BDD.

ABSTRACT
Test Driven (TDD) has become quite well known. Many developers are getting benefit from the practice. But it is possible that we can get even more value. A new practice is getting attention these days: Behaviour Driven (BDD).

BDD removes all vestiges of testing and instead focuses on specifying the behaviour desired in the system being built. This talk will be focus on and will introduce a new BDD framework: rSpec. The ideas, however, are language independent. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , ,
(0) Comments    Read More   
Posted on 18-02-2008
Filed Under (documentation) by Linux Poweruser Programmer

BillMonk.com
Google engEDU
40 min – Jun 16, 2006

Google TechTalks
June 16, 2006

Gaurav Oberoi & Chuck Groom
Co-Founders, BillMonk.com

ABSTRACT
The 2.0 bubble inflates as geeks pump out an astonishing number of -based solutions to daily problems. But a lot of these solutions only appeal to a small niche. What goes into a service that appeals to a broad range of people?

How can it start and grow without a generous helping of capital? The two guys behind BillMonk.com, a service for helping friends with the casual borrowing of money and stuff, will share their views from the trenches. They will share the story of what it took to quit their comfy jobs at Amazon, how a handful of philosophical axioms dictated the entire site design and interface, anthropological observations about the 18-26 year-old demographic with respect to money and computers, and some of the technical challenges they’ve faced. There will be room for about , , when to open-source parts of your platform, and business lessons for geeks. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , ,
(0) Comments    Read More   
Posted on 08-02-2008
Filed Under (documentation) by Linux Poweruser Programmer

Leveraging Unit Tests As Functional Tests, Load Tests, and Service Monitors
Google engEDU
45 min – Aug 13, 2007

Google Tech Talks
August 13, 2007

ABSTRACT

Frank Cohen, the leading authority on , Platforms, Applications and Database (XPAD) optimization will give a TechTalk at Google on the issues confronting developers, QA technicians, and IT managers to rapidly surface and solve functional and performance problems in service environments.

Frank will demonstrate the new PushToTest TestMaker Version 5 open- source end-to-end service governance and test automation tool. developers use PushToTest to turn their unit tests into functional tests in a test automation platform that runs on their machine. Frank will demonstrate PushToTest’s Wizards and Recorders to automatically build tests and supports a variety of languages, including , .NET, Jython, Groovy, , , and many others. Plus Frank will show how PushToTest Version 5 supports SOA, Service, AJAX, and REST services using , HTTPS, SOAP, - RPC, and the email protocols.

Frank will show how the platform requires no to turns these same functional tests into load tests and service monitors for QA technicians, IT operations managers, and CIOs. PushToTest test run- time load tests and service monitors integrate into Service Registry/ Repository products and database performance optimization and root- cause analysis tools. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , , , , , ,
(0) Comments    Read More