Skip to main content

Home/ General Development In DotNet/ Contents contributed and discussions participated by Jacques Bosch

Contents contributed and discussions participated by Jacques Bosch

Jacques Bosch

InfoQ: Swarming: What's the Point? - 0 views

  •  
    " I don't see how having the entire team working on the same story is generally the best approach. "
Jacques Bosch

InfoQ: How To Pay Down Technical Debt - 0 views

  •  
    " My concerns are (1) as soon as we start tracking non-story tasks we'll lose focus on delivering customer value, And (2) if we don't make these sorts of tasks visible, we won't make progress on them at the rate we need to. What are good patterns you've seen for dealing with technical tasks that aren't directly attached to a story (or that cut across multiple stories)? "
Jacques Bosch

Cheat Sheet : All Cheat Sheets in one page - 1 views

shared by Jacques Bosch on 28 Feb 11 - Cached
  •  
    " The Manual.su's project. All cheat sheets, round-ups, quick reference cards, quick reference guides and quick reference sheets in one page. The only one you need. "
Jacques Bosch

The Rambling DBA: Jonathan Kehayias : Troubleshooting the SQL Server Memory Leak (or Un... - 0 views

  •  
    "I guess this could be considered a continuation of my last post about SQL Server Memory, Understanding the VAS Reservation (aka MemToLeave) in SQL Server, but for a long time I have noticed that when people don't understand how SQL Server uses memory on their server, they immediately begin to think that SQL Server has a memory leak. So in this post I'll dive into how SQL Server allocates and uses the physical memory available on a server."
Jacques Bosch

InfoQ: The Case for Evolvable Software - 0 views

  •  
    Stephanie Forrest believes in applying evolutionary biology principles to the software process creating evolvable software through automated bug repair, improving code and creating new combinations of existing functionality.
Jacques Bosch

InfoQ: A Personal Reflection on Agile Ten Years On - 0 views

  •  
    "I was astonished to be invited to what became the meeting that originated the Agile Manifesto because my work had always been based around building models. The Structured Development for Real-Time Systems trilogy with Paul Ward and the pair of Object-Oriented Analysis books with Sally Shlaer all focused on analysis and design, placing much less emphasis on the coding and testing favored by agile practitioners."
Jacques Bosch

InfoQ: Agile Contracts - 0 views

  •  
    "The traditional Waterfall model fits nicely with the way companies buy things: the requirements are drawn up, a supplier quotes a price (based on their interpretation of the requirements and estimates of cost) and everyone signs a legally binding agreement."
Jacques Bosch

Find blocking processes using recursion in SQL Server 2005 | TechRepublic - 0 views

  •  
    "Takeaway: SQL Server 2005 has several system tables and views that can provide a ton of insight into blocking problems that you may be facing in your database environment. Through these procedures, you can find blocking chains. Learn more about blocking processes."
Jacques Bosch

The Javascript In South Africa conference 2011 - 0 views

  •  
    " THE 1st JS CONFERENCE IN SA ... EVER!"
Jacques Bosch

SEO: The Free Beginner's Guide From SEOmoz - 0 views

  •  
    "New to SEO? Need to polish up your knowledge? The Beginner's Guide to SEO has been read over 1 million times and provides comprehensive information you need to get on the road to professional quality SEO."
Jacques Bosch

The "Numbers" or "Tally" Table: What it is and how it replaces a loop. - SQLServerCentral - 0 views

  •  
    "I actually started out writing an article on how to pass 1, 2, and 3 dimensional "arrays" as parameters in stored procedures. Suddenly it dawned on me that a lot of people still have no clue what a "numbers" or "Tally" table is, never mind how it actually works."
Jacques Bosch

MD5 considered harmful today - 0 views

shared by Jacques Bosch on 02 Feb 11 - Cached
  •  
    "We have identified a vulnerability in the Internet Public Key Infrastructure (PKI) used to issue digital certificates for secure websites. As a proof of concept we executed a practical attack scenario and successfully created a rogue Certification Authority (CA) certificate trusted by all common web browsers. This certificate allows us to impersonate any website on the Internet, including banking and e-commerce sites secured using the HTTPS protocol."
Jacques Bosch

Free Raphaël Vector Icons - 0 views

  •  
    " These are icons I drew for my personal needs. They are all in vector and drawn on this page with Raphaël (don't forget to zoom the page). I was thinking that they could be useful for other people and, although the design quality of icons is average, I am releasing them here under MIT licence. "
Jacques Bosch

An Introduction to the Raphael JS Library | Nettuts+ - 0 views

  •  
    "Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…"
Jacques Bosch

AD Gallery, gallery plugin for jQuery - 0 views

  •  
    "A demo of AD Gallery - Coffeescripter.com"
Jacques Bosch

Lua: powerful scripting language - 0 views

  •  
    "Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. "
Jacques Bosch

19 Things NOT To Do When Building a Website - Josiah Cole; Technologist and Web Hacker ... - 1 views

  •  
    "I've compiled a small list (or rant) of some very basic and fundamental rules that all webmasters must learn and respect when developing a website that needs to make actual money. This list can also be used by companies looking to hire a web development firm or to evaluate an already deployed website project."
Jacques Bosch

Google Testing Blog: How to think about OO - 0 views

  •  
    "Everyone seems to think that they are writing OO after all they are using OO languages such as Java, Python or Ruby. But if you exam the code it is often procedural in nature."
Jacques Bosch

Crockford on JavaScript: A Public Lecture Series at Yahoo! - 0 views

  •  
    "Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Over first three months of 2010, Douglas delivered his acclaimed series of lectures on the history of JavaScript, its features, and its use. Links to video, transcripts, and photos from each of the events follows:"
Jacques Bosch

InfoQ: Virtual Panel: How to Survive Asynchronous Programming in JavaScript - 0 views

  •  
    "Programmers take certain features for granted - sequential programming for instance, writing down an algorithm that does one thing after the other. RelatedVendorContent State of Agile Development Survey Results & Summary Architecting the Ultimate Service Security Control Point 2010 Open Source Integrity Report: Defect Scan of 291 Key Projects Including Android Kernel DataPower: Messaging, ESB, Cloud, Security as an Appliance The Agile Tester However, if you're writing code in Javascript that uses blocking I/O or other long running operations, sequential coding is out of the question because blocking the only thread in the system is a very bad idea. The solution is to implement algorithms using asynchronous callbacks, ie. spread out sequential code over multiple callbacks."
« First ‹ Previous 101 - 120 of 150 Next › Last »
Showing 20 items per page