Tuesday, November 17, 2009

Techcamp Costa Rica Presentations Summary

This is a summary of some presentations given yesterday, congratulations to the people that worked on TechCamp :)


Scrum

Speaker: @agilenature

The scrum presentation reinforces our knowledge about the set of assets (such as the backlog, burn down charts,etc) and actions required to manage a project.

The definitions or scrum roles (product owner, scrum master, developer, tester), the required actions (stand up meetings, effort estimation) can help us to better face a project as a cohesive team and better manage those projects where complexity is high due to not fully understood requirements and/or unknown technology needed to satisfy product objectives.

The main objectives are:

* Give the project visibility (stakeholders have from the beginning a clear state of the project progress)
* Get rid of uncertainty (the product owner is highly involved in the project)
* Manage change.

Since scrum is a extensive topic, the presenter gave us several topics that we can research for further knowledge about the methodology, such as:

Further reading:

Appcelerator


Speaker: @yeco

It talked about the Appcelerator Titanium Mobile which is a framework for building professional-grade applications for the iPhone and Android.

Titanium Mobile offers a way to create native mobile applications using HTML and Javascript. There is access to all native features, like geo-location, local filesystem and database access, and multi-touch and accelerometer controls, but without having to write native code. And because it's cross-platform, a single codebase will work for both the iPhone and Android Phones.

Further reading:


Firefox Add-on development

The presentation wasn’t about how to develop an add-on for firefox, but it gave a general perspective about the development process and the Mozilla Foundation effort to offer high quality addons by checking and reviewing every development posted here: https://addons.mozilla.org/

The speaker talked about the business opportunity because there are not many companies developing Firefox add-ons and this software has a lot of potential to enhance user experience and productivity when surfing the web.

As for the career path for a Add-on Developer, the speaker talked about his and how it went from being a contributor in 2001 to a Mozilla employee.

Further reading:
Speaker: Jorge@mozilla.org

HTML5 & CSS3

The html is going to make web pages more semantic and browsers will provide more functionality making pages more lightweight even when there is video/audio streaming so HTML5 aims to reduce the use of proprietary plug-in-based rich Internet application (RIA) technologies such as Adobe Flash.

HTML5 provides new elements that reflect typical usage on current web pages. Some of them are semantic replacements for common uses of
element, such as (website navigation block), and . There is new functionality through a standardized interface, such as the and elements.

There are dropped elements including purely presentational elements such as and
, whose effects are achieved using CSS.

Further reading:


Labels: , , , , ,

Friday, October 23, 2009

Roadmap to optmize php code "“Micro” Optimizations That Matter"

This a nice & short article: "Micro Optimizations That Matter" by Brandon Savage.

It's like roadmap to optimize your web applications rather than the php code by itself, "micro" tricks that can definitely impact performance positively.

Labels: , , ,

Wednesday, October 21, 2009

Improve Mysql Performance

The best answers come from measurable data, don't let the "I think that ", "I believe", "IF..." drive your decisions when it comes to performance.

Where to look? Well, don't try to reinvent the wheel, there are plenty of tools that can provide enough data so you can make informed decisions regarding mysql performance.

SQL Performance Tips: There is lack on benchmarks about most of the suggestions here, still, many of them are obvious and can help you about what to test.

How to profile a query in mysql: this is self explanatory :)

Using the New MySQL Query Profiler: SQL diagnostic tool that assists in the debugging and analysis of running SQL.

Labels: , , ,

Saturday, May 23, 2009

Semantic Search Engines

There two new semantic search engines around: Wolfram Alpha and Google Squared (yet to be released)


Introduction to Wolfram|Alpha by Stephen Wolfram


Here's a hands on of google squared

Labels: , , ,

Friday, May 22, 2009

PHP frameworks overview

Here is an excelent php frameworks overview

Labels: , ,

Sunday, April 12, 2009

What's a backlog?

Taken from agilesoftwaredevelopment.com there i s good definition about Backlog. It's Scrum artifact. it's a list of things needed to be done; however, it's more than a to-do list.

First of all, it's a high-level document, because it's made and managed mainly by the product owner which is the voice of the customer so the list of items to be developed are prioritized by business value.

Taken from agilesoftwaredevelopment.com:
  • Product backlog always lists items adding value for the customer. It includes functional requirements and non-functional requirements. It can also include items required by the team, but only the ones that will eventually bring value to the customer, e.g. taking into use a continuous integration server in order to guarantee the continuous end product quality.
  • Product backlog cannot include concrete low level tasks and requests for building the intermediate artifacts. For example, it cannot include request for producing the design document unless customer has to ship it further for some purpose.
  • Product backlog utilizes the simplest and the most effective way for prioritizing requests - a simple list. Such a method does not allow for having 100 absolute max priority features and forces the product owner to actually make decisions about the feature priorities.
  • The higher the items are located on the product backlog, the more detailed they are. Items for the closest couple of months are usually quite detailed, while items that will be worked on in some 6-12 month can be defined very broadly and imprecisely.
  • When there are several interdependent teams in the company or department, typically they all have a single product backlog and pull their work from it.
  • Product backlog does not typically include the detailed requirement information. Usually the final requirement details are figured out with the help of the customer, when the requirement is being implemented.

Labels: , ,

Monday, March 16, 2009

HTML 5

Here is some information regarding html5 that I've found surfing the web. Regards
View more presentations from teleject.

Labels: ,