Skip to main content

Home/ OCG developers/ Group items tagged insight

Rss Feed Group items tagged

Steven van Dijk

Why The Future Of Software And Apps Is Serverless - 0 views

  •  
    "Even with the rise of cloud computing, the world still revolves around servers. That won't last, though. Cloud apps are moving into a serverless world, and that will big implications for the creation and distribution of software and applications."
Steven van Dijk

Why Unit Testing is Hard - 0 views

  •  
    "I want to look at some of the costs of unit testing and ask the question "why is unit testing hard?" After all, if unit testing weren't hard, we wouldn't have to question whether or not it was worth it.  It makes sense then to look at first why it is hard and what makes it hard."
Steven van Dijk

Why Retina Isn't Enough - 1 views

  •  
    Apple's new MacBook Pro follows the fine tradition of the iPhone 4 and third-gen iPad in that it has a super high-resolution Retina display: a 2880 x 1800 panel with an amazing 220 pixels packed in per inch. It's an incredible display. In fact, it's such an incredible display that it actually has about one million, seven hundred thousand pixels more than it needs to satisfy Apple's definition of Retina, leading some to claim that those pixels are all going to waste. Nothing could be further from the truth.
Steven van Dijk

Scrum in 5 Minutes - 0 views

  •  
    The goal of this blog entry is to explain the basic concepts of Scrum in less than five minutes. You learn how Scrum can help a team of developers to successfully complete a complex software project.
Steven van Dijk

Validate User Input, Not Developer Input - 0 views

  •  
    I have a very simple rule, I like to follow that helps to simplify my code. "Don't validate developer input" This rule simply means that we should not try and validate input that came from a source that is not a user or external system.
Steven van Dijk

Types of Duplication in Code - 0 views

  •  
    I've found that there are three basic types of duplication that we can eliminate from our code that successfully build on each other.
Steven van Dijk

Mailinator(tm) Blog: I Further Predict the Death of Your Web Framework - 0 views

  •  
    But there is another technological shift conspiring against many web frameworks that isn't focused on performance, but instead focused on "ease of use" - which in many cases may hit far closer to home.  That shift is the reorganization of MVC. 
Steven van Dijk

Busting some CQRS myths - 0 views

  •  
    CQRS, while a relatively simple concept, still brings a lot of assumptions about what CQRS is and should be. So what is CQRS? Simply put, CQRS is two objects where there was once one. We're splitting code infrastructure down to the data layers between commands and queries. But the assumptions around what a CQRS should be lead folks I've seen down paths of unnecessary complexity. Complexity around the architecture, and especially around the UI.
Steven van Dijk

You're Not Listening - 0 views

  •  
    I don't want to write this article. I believe there is no way to provide advice about listening without sounding like a touchy-feely douchebag. But I'm going to write this article because there is a good chance that your definition of listening is incomplete, and what I consider to be obvious and simple ways to listen are not obvious at all.
Steven van Dijk

The Five Hardest Parts of Programming - 0 views

  •  
    Many things in programming become easier as your level of experience increases. However, some things remain stubbornly difficult. This document tries to characterize five of these difficult things; optimization, networking, security, reliability and scalability, what makes them hard and what you can do about it.
‹ Previous 21 - 40 of 47 Next ›
Showing 20 items per page