Telerik blogs

Latest

  • Productivity Testing

    30 Days of TDD – Day 20 – Refactoring Revisited Pt. 3

    In the previous post we started refactoring our code to make sure we were complying with the SRP. Using our tests we are able to optimize our code for readability and maintainability. We’ll continue in the post by examining how the interactions between the code we want to extract to methods needs to be taken into account when refactoring.
    May 27, 2021 7 min read
  • Productivity

    Personas- Who Are You Building Those Features For?

    All people are different. In bazillion ways. Some are young, some – old. Highly educated or just in pre-school. Some like cats, others like dogs. Some have an iPhone, others use an Android phone. When we build software we most often build it for someone else to use. And the people that use that software are different from us. They know different things, they expect different things, and they like different things. So you cannot possibly expect that when you build a feature, everyone will know how or why to use it. If you bet on a wrong design people ...
    May 27, 2021 4 min read
  • Productivity Testing

    30 Days of TDD – Day 19 – Refactoring Revisited Pt. 2

    In the previous post we started refactoring our code to make sure we were complying with the SRP. Using our tests we are able to optimize our code for readability and maintainability. We’ll continue in the post by examining how the concept of abstractions can inform our refactoring efforts.
    May 27, 2021 6 min read
  • Mobile

    Developing for Windows Phone? How about a Hackathon? Or four?

    On November 16, Nokia is launching a series of Nokia DVLUP days reaching developers in four different US cities - Boston, Tampa, Sunnyvale, and Vancouver. Learn to make amazing Windows Phone apps and win big prizes just for participating.
    May 27, 2021 2 min read
  • Productivity Testing

    Cloudy with a Chance of Testing

    Greetings, Testers. Over the past several weeks, we've been talking about four technology trends that have been identified as disruptive, and Peter & I discussed them in our recent webinar. For example, there's the cloud, "a colloquial expression used to describe a variety of different types of computing concepts that involve a large number of computers connected through a real-time communication network such as the Internet." [wikipedia's description] In real terms, for us that means one or more virtual systems that we can use to host our data or applications without adding IT staff or hardware in ...
    May 27, 2021 2 min read
  • Web

    Know When To CDN

    There’s no doubt that JavaScript, CSS, images and other resources are becoming larger and larger and HUGELY McHUGENATOR sized these days (just take a look at any popular website you visit!). To make matters worse, though, we also have more people accessing these monstrous websites with 50megs of animated jiffs (pronounced “gif”), 10megs of JavaScript and more CSS than an MS-Word document’s “export to HTML”. Things are a bit of a mess, quite frankly. But there’s hope, even with the monstrously sized sites and ever-increasing number of mobile users. Content-Delivery Networks (CDNs), while not a silver bullet by any means, can help you to reduce the amount of time that it takes to deliver your website assets around the world.
    May 27, 2021 11 min read
  • Mobile

    What is Cloud Code and Why Should You Care?

    An easy-to-use Back-end-as-a-service (BaaS) can make rapidly developing your app not only a possibility, but an enjoyable experience. A good BaaS will work for simple "CRUD-based" (or "forms-over-data") apps as well as more complicated scenarios. The trouble is that when your app outgrows the simpler scenarios, you often need "hooks" on the server side for things like validation, record transformation and more. When you're using Everlive, this is where "Cloud Code" comes in.
    May 27, 2021 6 min read
  • People

    Do developers know a hybrid app when they see one?

    Do developers know a hybrid app when they see one? It turns out, if the app is written well, they aren’t so sure. Last week we posted a video on YouTube of a fun project we ran. We wanted to see how much perception can play into people’s opinion of an app’s performance We got inspired by Jimmy Kimmel’s “Starbucks taste test” video, and we captured this video with developers taking the same hybrid mobile app for a ride.
    May 27, 2021 2 min read
  • Mobile

    Everything Hybrid Web Apps Need to Know About the Status Bar in iOS7

    The switch to a translucent status bar has been problematic for hybrid web applications. In this article we'll discuss what the problem is and a few different approaches you can use to fix your apps.
    May 27, 2021 5 min read