Categories
Uncategorized

Ovum’s top 5 trends for enterprise mobility in 2015, and the practical take-aways

mobile trends 2015

The London-based IT/telecom analyst firm Ovum have highlighted five trends for the coming year based on their 2015 Trends to Watch: Enterprise Mobility report. They expect that enterprise mobility will continue to be one of the hottest IT topics, and that these trends — which we’ve summarized below — will have the biggest impact on businesses in 2015:

mobile mismatch

Many IT departments still operate as if we’re still in the 1990s, when technology options were “trickle-down”, and people’s work technology options were wholly determined by IT. They’re still wrapping their heads around consumerization, the rapid changes in mobile technology, shrinking budgets, and employees who want more say in the technology they use to get their jobs done. Ovum predict that this situation — a mismatch between what companies are providing and what their employees want in mobile technologies and their use — will continue for some time.

byod - more managed

According to Ovum’s report, BYOD will start its evolution from informal and unmanaged to taking a more formal, managed approach. This change will be helped along by improvements in device management solutions and better support models and policies for the use of employee-liable devices for work. Companies with special security needs — financial organizations are one example — may choose to adopt a hybrid corporate-liable/employee-liable approach, where employees who access highly sensitive data and corporate resources on their mobiles do so on corporate-liable devices, while those who don’t are free to use their personal devices for work (with the requisite security measures in place, of course).

emm become strategy

As a relatively new addition to most companies’ technology portfolios, mobile has been treated as an add-on rather than as a mainstay technology. At the start of the smartphone era, this approach made sense, but as we close in on the 8th year since the introduction of the iPhone, it’s time to treat mobile as a technology that’s just as essential to getting work done as desktops, laptops and servers. Ovum predict that many companies will treat enterprise mobility management (EMM) as part of a wider “workspace” strategy, with the goal of enabling employees to get their work done any time, anywhere, and on any device.

senior execs get involved

Mobile devices found their way into the workplace the same way that PCs did: through eager early adopters bringing personal technology that they loved to work. Senior execs eventually saw the benefits of these “toy machines” and got more involved in their proliferation in the workplace. Ovum believe that the same thing will happen with mobile in the workplace: once driven by passionate technology fans, its more formal adoption and deployment in the office will be increasingly influenced by bosses.

more mobile-centric

SMEs — small-and-medium-sized enterprises — and the vendors that sell to them should expect 2015 to be more mobile-centric, Ovum say. They see a “long tail” of demand for mobile devices and services from SMEs, but it’ll be tricky: SMEs generally don’t trust service providers when it comes to delivering IT services.

putting it all together

Taken together, the practical take-aways from these trends according to Ovum senior analyst Richard Absalom are:

  • Just as companies stepped in and developed IT policies and practices for PCs after they grew from early-adopter rarities to office mainstays, they need to start to do the same for mobile devices if they haven’t done so already.
  • Companies need to look for ways that mobile devices, apps, and services can efficiently and securely connect to corporate “endpoints”, ranging from email, contacts, and calendar to line of business applications, all in the service of enabling “any time, anywhere, and on any device” work.
  • Mobile management providers will need to:
    • Grow their selection of features and services. As mobile devices and apps become more sophisticated, carrier data offerings improve, mobile computing needs increase, and the trend towards outsourcing non-core competencies such as mobile IT continues, demand for mobile services will grow, and mobile service providers who capitalize on this trend early by having a wide array of offerings will reap the rewards.
    • Build effective partnerships. Large global organizations are feeling the pain from all the changes that mobile technologies bring, but they won’t bring their problems to just anyone — they also need service that’s delivered continuously, consistently, and globally. One way for service providers to do this is to form partnerships that allow them to focus on their own strengths, while expanding their offering by capitalizing on their partners’ strengths.

this article also appears in the GSG blog

Categories
Uncategorized

Programming poster of the day and Rob Pike’s 5 rules of programming

fancy algorithms

I made this poster after seeing (and retweeting) this from @CompSciFact, whom you should be following:

It’s the most amusing of Rob Pike’s 5 Rules of Programming, which are listed below:

  1. You can’t tell where a program is going to spend its time. Bottlenecks occur in surprising places, so don’t try to second guess and put in a speed hack until you’ve proven that’s where the bottleneck is.
  2. Measure. Don’t tune for speed until you’ve measured, and even then don’t unless one part of the code overwhelms the rest.
  3. Fancy algorithms are slow when n is small, and n is usually small. Fancy algorithms have big constants. Until you know that n is frequently going to be big, don’t get fancy. (Even if n does get big, use Rule 2 first.)
  4. Fancy algorithms are buggier than simple ones, and they’re much harder to implement. Use simple algorithms as well as simple data structures.
  5. Data dominates. If you’ve chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.

It’s a good set of general rules to keep in mind.

Categories
Uncategorized

“Cyber Monday” programming book deals

books

If you’re looking for programming books, these publishers have some deals that you might want to check out today (Monday, December 1, 2014):

Get some programming books, save some money, and sharpen your skills!

Categories
Uncategorized

“Cyber Monday” deal: All Pragmatic Programmer ebooks are 50% off

pragmatic bookshelf sale

In case you hadn’t heard, The Pragmatic Bookshelf is offering all their ebooks at 50% off with the coupon code turkey2014. It says that the code is valid until December 1, 2014.

It’s not clear whether that means it’s valid until November 30, 2014 at 11:59:59 p.m. or December 1, 2014 at 11:59:59 p.m.. If you’ve had your eye on a Pragmatic Bookshelf book, I suggest you get it now.

Other Cyber Monday deals:

Categories
Uncategorized

“Cyber Monday” deal: All O’Reilly books and videos are 50% off

50 percent off

Here’s another techie deal for Cyber Monday: All O’Reilly books and videos are 50% off until Tuesday, December 2, 2014 at 5:00 a.m. Pacific (8:00 a.m. Eastern)! Just use the discount code CYBERDY when checking out.

As an added bonus, the discount goes up to 60% if you’re spending more than $100.

Other Cyber Monday deals:

Categories
Uncategorized

“Cyber Monday” deal: All Apress ebooks and alpha books for $15 each

only 15 on cyber monday

If you’re looking for a good programming book deal, be sure to visit Apress’ site on Monday, when all their ebooks and alpha (in mid-production) books will sell for $15 (instead of the usual $28 – 35) and Springer ebooks will see for $30 (instead of the usual $40 or more).

Some notable titles include:

Don’t forget to check out their site on Monday!

Other Cyber Monday deals:

Categories
Uncategorized

Shopify’s CEO Tobi Lütke named Canadian CEO of the Year

shopify cover

The Canadian newspaper The Globe and Mail have named their CEO of the year, and it’s Tobi Lütke, CEO of my former workplace, Shopify! My congrats to Tobi and the team for a job well done and a company well built.

This article also appears in my personal blog, The Adventures of Accordion Guy in the 21st Century.