Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under dev...

Martin says...

SOASTA CloudTest addresses a wide variety of test types, such as load, performance and latency testing, which are designed to determine system limits and measure user experience. Tests can also be designed to identify break points, measure capacity for planning purposes and validate the ability for an application to handle sustained load.

Filed under: Dev

Martin says...

 

The MacFreeBlog has a video series where they show how to set up a Mac Mini as a web server. The episodes are:

  1. Using Your Mac As A Server
  2. Initial Set Up
  3. Enable The Web Server
  4. Setting Up VNC On Your Mac
  5. Setting Up FTP On Your Mac
  6. Setting up PHP and MySQL
  7. Hosting Multiple Web Sites on a Single Mac
  8. Enabling SSH On Your Mac Server
  9. Setting Up A VPN On A Mac With Hamachix
  10. Install Wordpress On Your Mac Using MAMP
  11. How To Monitor The Bandwidth Usage
  12. Configure Two IP Addresses On One Mac
  13. How to create an SSH tunnel for a secure VNC connection
  14. Getting The Mini In A Data Center

A related post is: A Few Tips For A Better Mac Mini Server

Filed under: Dev

ammonkey says...

Lesson 1: Get Started With Django
Lesson 2: Install Django and Build Your First App
Lesson 3: Use URL Patterns and Views in Django
Lesson 4: User Templates in Django
Lesson 5: Use Web API Data in Django
Lesson 6: Build a Microblog with Django

 

The Django Book

Develop Twitter API application in django and deploy on Google App Engine

Django-SocialAuth – Login via twitter, facebook, openid, yahoo, google using a single app

Filed under: dev

Martin says...

Everyone’s up in arms to embrace distributed version control as the new must-have tool for the developer in the know. Though many people have not yet migrated from Subversion, those that have almost invariably extoll the virtues of their particular choice. But though all of the major DVCS’s have features that set them above the previous generation of centralized systems, none stands head-and-shoulders above the others as Subversion does among the last generation: each of them was designed for a specific purpose, and each of them will serve those with different habits, workflows and development styles differently. Having used both git and Mercurial for the better part of a year, I’ve had the opportunity to compare the two. It saddened me to see a Twitter-based debate flamewar erupt over which is better, so I thought I’d do my best to try and ease the tension – with analogies!

Well written comparison by someone who has used both Git and Mercurial.

Filed under: Dev

Ammadz says...

Filed under: Dev

Martin says...

Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.

Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.

Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.

Filed under: Dev

Martin says...

JGit, a EDL/BSD licensed, lightweight, pure Java library implementing the Git version control file access routines, network protocols, and core version control algorithms.

Filed under: Dev

Martin says...

MOUNTAIN VIEW, California, Nov. 4, 2009 – SourceForge, Inc. (NASDAQ: LNUX) today announced that it has changed its name to Geeknet, Inc. to more accurately reflect the company’s business and the growing market it serves. The name change also supports the company’s intention to expand the reach of its online advertising services into new categories.

Filed under: Dev

Martin says...

A common pitfall for beginners is getting stuck figuring out which programming language is best to learn first. There are a lot of opinions out there, but there's no one "best" language. Here's the thing: In the end, language doesn't matter THAT much. Understanding data and control structures and design patterns does matter very much. Every language—even a simple scripting language—will have elements that you'll use in other languages as well and will help you learn. In classes I took to get my degree in Computer Science, I programmed in Pascal, Assembly, and C—languages I never actually got paid to program in professionally. I taught myself every language I've used in my career, reusing concepts I already knew, and referring to documentation and books to learn its syntax. So, don't get hung up on what language to learn first. Pick the kind of development you want to do, and just get started using one that works.

The article is about how to get started and learn programming. I've had the same experience and could not agree more.

Once you've learned one language, other languages are quite easy to pick up. You can expect all languages to have common features like setting values to variables, loop over lists and call functions.

If you have no idea what kind of software you want to write in the near future, then the language you choose to learn first doesn't matter at all. If you do know what you want to make already then search or ask in forums what language can be suitable and choose the one with the least steep learning curve.

There are conceptual differences, some languages are object oriented, others are not. Don't get stuck on trying to grasp this. It will become more clear when you know enough to be able to write simple programs yourself and try these concepts and see for yourself.

Filed under: Dev

Filed under: dev