
By Corey Roth | Article Rating: |
|
December 21, 2017 12:45 PM EST | Reads: |
855 |

Quantum Computing is becoming quite the hot topic lately. With research being done by Google, IBM, Microsoft, universities, and a number of other players, it’s looking this is really going to happen. In fact, Google may just be weeks away from announcing the Quantum Supremacy milestone. If you aren’t familiar with the concept of Quantum Supremacy yet, it’s basically the point where a quantum computer can complete a computation in a short time where a classical computer can’t complete it at all. This is a big deal. While there are some simple quantum computers out there right now (you can try out IBM’s via the Q Experience), this will be a big deal.
Now, quantum computing isn't for everyone. I'm pretty sure it's not even for myself, but I am interested in the technology so I am intrigued to learn more. The point of this post isn't to teach you all of the details about quantum computing (because I am far from qualified to do that). It's to teach you some of the basic concepts you should go learn about and point you to resources on where to learn more. For my current limited quantum computing knowledge, I have learned from resources from Wikipedia, IBM, and Microsoft. Google has some resources too, but I think most of them assume you already have a PHD in Physics or Computer Science. I found that some of the resources do a better job at explaining concepts than others. Since this is a complex topic, you can learn something from reading each of them. I will warn you, that this stuff is complicated. It's got to be if quantum computing is going to be as revolutionary as predicted. With a Computer Science degree, I learned about a lot of these concepts while at University, but I have long forgotten these things. Let's face it, you don't use things like Linear Algebra much when you are creating an Intranet in Office 365.
What follows below is some of the key areas of quantum computing that I think you will want to learn more about. There's a lot to learn about quantum computing, but this should give you some good building blocks.
What Is Quantum Computing?
The promise of quantum computing is that they will be able to solve computational problems in minutes or hours versus years on classical computer. It all starts with qubits and how they interact with each other. To understand more, start by reading an Introduction in the Beginner's Guide of the IBM Q Experience. Then go read Microsoft's take on it. They also have a short video about it. Finally, if you want to go deep, read up on Wikipedia.
Who are the players?
IBM, Google, and Microsoft have all been in the media a lot lately with announcements. If we were to compare this to the space race, IBM has someone in orbit, Google is about to plant a flag on the moon, and Microsoft just decided what type of rocket fuel to use. I think Microsoft picked a compelling type of rocket fuel though, topological quantum computing. They have a world-class team working on it too. D-Wave Systems was the first company to have a commercially viable quantum device but it's limited to specific scenarios. This is not to discount the teams of university researchers that these companies have partnered with throughout the world as well.
One company you may notice that is sitting on buckets of cash but is remarkably missing is Apple. Apple has not announced any research in quantum computing at this point. There are a lot of theories on this, but since Apple can't make a quantum computer "pretty" and overcharge for it, I don't think it's ever going to happen.
Greek Letters
If it's been a while since you've looked at the Greek Alphabet, you better go do so now. Due to the amount of linear algebra involved, there are Greek letters everywhere, and while you might remember Alpha or Beta, remembering Psi, Phi, and Theta might be a bit harder. When you are reading through the documentation, pull up the article on Greek Letters on Wikipedia and keep it handy as a reference.
Linear Algebra
To understand the world of quantum computing, you need to understand several linear algebra concepts. Specifically, you need to understand the concept of vectors and matrices. You'll want to understand their notation and the operations on them. For example, you'll need to understand how to add and multiply matrices together and the tensor product. The Vectors and Matrices article in Microsoft's quantum computing concepts section is quite good. The following section on Eigenvalues and Eigenvectors is important as well. They also recommend the book Linear Algebra (additional materials) Third Edition by Jim Hefferon (available for free at the links). If you've never studied linear algebra (or it's been a while), it might be worth reviewing that book as you get into things.
Qubits
Whereas bits are the basic object of classical computing, qubits are the fundamental object of information in the quantum computing world. However, they are significantly complex. Like a bit, they can have a value of 0 or 1, but both at once through a process called superposition. We can visually represent a single qubit with something called a Bloch Sphere. This sphere has a radius of one with an X, Y, and Z axis. This may not make sense yet, but it actually helps us later when we are trying to understand how gates transform a qubit later. IBM has a pretty good description of Qubits and the Bloch Sphere. However, it made more sense to me, when I read through Microsoft's description.
Column vectors are the basis of representing qubits. When we perform operations on the qubit, we are effectively transforming those vectors (or matrices when there are multiple qubits). However, column vector notation can be a bit cumbersome at times. That's where Dirac notation comes in. In the Q Experience getting started guide, they talked about the 0 and 1 states being represented as |0> and |1>, but I didn't really pick up why there. Microsoft has a page on Dirac Notation that explains it quite well. When you start representing multiple qubits in Dirac notation, they will look something like |01> or |00>. However, it wasn't clear to me until I read the IBM documentation that the qubits should be read from right to left. That means the qubit on the right is the first qubit.
Operations / Gates
In a classical computer, there are only four functions (AND, OR, NOT, NAND) that map bits. In quantum computing, there are an infinite number of possible transformations on a single qubit. However, in reality, there are only a few that you deal with in these early examples. The gates are all named after mathematicians and theoretical physicists that have long past. Remember, we have known about quantum computing for some time. We just didn't know how to get there. When looking at the gates it may be easier to think of what the gate does when represented on the Bloch Sphere. There are gates known as the X, Y, and Z gates. They correspond to operations on the accesses of the sphere. For example, the X gate is thought of as a "bit-flip" where it is effectively flipping 0s and 1s in the matrix representation of the qubit. The Q Experience Beginner's Guide explains this gate fairly well. Throughout their guide, you can also click on a link to open the composer where you can actually try out these operations on a simulator and even their working quantum computers. The Y and Z gates do similar operations around their axis. If you want to get more into the math behind all of these operations, the Microsoft page has quite a bit of detail.
To put our qubits in a state of superposition, you use the Hadamard gate, often labeled as an H gate. To learn about the H gate, check out the Creating Superposition page on the Q Experience first. You'll use this gate a lot as you're starting to experiment.
Entanglement
When using the Controlled NOT (CNOT) gate, we can put multiple qubits into an entangled stage. What happens here is that when two qubits are entangled, when you measure one qubit it affects the other. This concept is a bit harder to grasp, so I've got a number of references. First, look at Microsoft's page on Multiple Qubits You can read a bit more from IBM. However, once I tried it out in a simulator (step 6), I think it made the most sense.
Experimenting with the IBM Q Experience
The best way to understand some of this is to try some experiments. I started with using the IBM Q Experience. It's been out for some time so I looked at it before Microsoft's Quantum Development Kit Preview came out this week. The Q Experience has a Composer, where you can visually drag and drop your gates onto qubits to run an experiment. There, it will show you which quantum computers are available and interesting facts should as what temperature the dilution refrigerator is running at.
You can drag and drop gates anywhere you like and then choose to Run or Simulate your results. This provides a visual representation of the underlying code going into the quantum computer. You can click on Switch to QASM Editor and you will see the code. If it looks like classical assembly language to you, that's because it's very similar. Remember, we're just dealing with qubits and gates here.
You can sign up for an account with the Q Experience and it will give you a fixed number of executions each day on an actual quantum computer. IBM current has 5 qubit and 16 qubit quantum computers in the Q Experience. Right now, it looks like the 16 qubit machine is offline because it's not showing any longer. Sometimes the Run button won't be available at all though. This all depends on the availability of the quantum computers as they take them down for maintenance regularly.
Just launching the composer is a bit daunting though. Instead it's easier to start with existing experiments throughout the Beginner's Guide. For example, on the CNOT page, you can run a variety of pre-configured examples in the Composer. This is a great way to learn quickly and actually try your results on a real quantum computer.
Experimenting with the Microsoft Quantum Development Kit Preview
This week, Microsoft released the Quantum Development Kit Preview. Microsoft doesn't have a quantum computer yet, but they have quite the development stack already. Using your own computer (and later Azure), you can simulate a quantum computer in Visual Studio 2017. Installation isn't too hard but you need to do it on actual hardware (not a VM). I think some Virtual Machine hosts do support the necessary CPU features if enabled though. Let's be clear though, simulating a quantum computer is CPU intensive and can be slow depending on the complexity of your algorithm.
I'll be posting a detailed walk through of the development kit pretty soon so I won't go into a lot of detail here today. Once you have the kit installed, go through the Quickstart. It walks you through a program from the ground up. To date, this has helped me learn some of the most about quantum computing yet.
When will quantum machines be commercially available?
We are starting to see a number of successful prototypes in the works now. From last I read, IBM is targeting 2021 and Microsoft says around "five years", so 2022. I suspect Google may be closer than that. That may seem pretty far off but it's really not in the scheme of things. The field of quantum computing actually started in the 1980s and it has taken us this long just to get where we are.
Why should you care?
Quantum computing isn't for everyone. That's true. However, once we enter a post-quantum computing era (and we will), the benefits will eventually affect you. I'm picturing a Y2K style gold-rush caused by quantum computing in the next ten years. I'll be writing more on this later though. I absolutely believe in quantum computing and while I'll never be capable of contributing directly to the research, I think I can help evangelize it.
I also recommend watching this keynote from the Microsoft Quantum team at Future Decoded. It has some great visual representations of quantum computing as well as what industries it may make an impact in.
Summary
When it comes to quantum computing, there is a lot to learn. You are not going to learn it all in a day. When you are reading about quantum computing, it's easy to get lost. That's ok though. I've read several of these pages multiple times, and I pick up a little more each time. I'll keep this post updated as I find other good resources.
Finally my usual disclaimer. I'm far from an expert in the field of quantum computing. If I got something wrong here, kindly correct me in the comments as opposed to trolling me.
CloudExpo | DXWorldEXPO have announced the conference tracks for Cloud Expo 2018, introducing DXWorldEXPO.
DXWordEXPO, colocated with Cloud Expo will be held June 5-7, 2018, at the Javits Center in New York City, and November 6-8, 2018, at the Santa Clara Convention Center, Santa Clara, CA.
Digital Transformation (DX) is a major focus with the introduction of DXWorld Expo within the program. Successful transformation requires a laser focus on being data-driven and on using all the tools available that enable transformation if they plan to survive over the long term.
A total of 88% of Fortune 500 companies from a generation ago are now out of business. Only 12% still survive. Similar percentages are found throughout enterprises of all sizes.
Cloud Expo | DXWorldEXPO 2018 New York
(June 5-7, 2018, Javits Center, Manhattan)
Cloud Expo | DXWorldEXPO 2018 Silicon Valley
(November 6-8, 2018, Santa Clara Convention Center, CA)
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
DX World EXPO, LLC., a Lighthouse Point, Florida-based startup trade show producer and the creator of DXWorldEXPO® - Digital Transformation Conference & Expo has announced its conference agenda, with three major themes:
* Technology - The Revolution Continues
* Economy - The 21st Century Emerges
* Society - The Big Issues
"DX encompasses the continuing technology revolution, and is addressing society's most important issues throughout the entire $78 trillion 21st-century global economy," said Roger Strukhoff, Conference Chair. "DXWorldExpo has organized these issues along 10 tracks with more than 500 of the world's top speakers coming to Istanbul to help change the world."
There are 10 tracks running throughout the event and following the major themes. More than 500 breakout sessions will be featured, along with keynotes and general sessions from some of the world's top technology, business, and societal leaders. The event will be held over five days in Istanbul, reflecting the global nature of Digital Transformation and the city's long and historic role as a key business and intellectual center and linchpin between East and West.
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
DX World Expo's Global Themes and Tracks are as follows:
Technology - The Revolution Continues
DX Tech: Data-Driven Global 2000
DX Tech: The Blockchain Challenge
DX Tech: AI and Cognitive
DX Tech: The Global Cloud
Economy - The 21st Century Emerges
DX Econ: Software is Rewriting the World
DX Econ: Smart Cities, Nations, and Regions
DX Econ: FinTech and the Token Economy
DX Econ: The Industrial Internet and Industrie 4.0
Society - The Big Issues
DX Society: Environment
DX Society: Education
DX Society: Agriculture
DX Society: Health Care
Call for Papers -speaking opportunities- as well as sponsorship and exhibit opportunities will open on November 1, 2017.
World's Most Important Tech Event
DXWorldEXPO® will be the world's most important tech event with 1,000 exhibitors in its first year and 2,000 exhibitors in its second year, as it guides Global 2000 companies through their Digital Transformation journey for the next two decades. The global event is set to launch September 17-20, 2018 in Istanbul. It will be sponsored by Fortune 50 companies, and more than 30 international banks will be among sponsors of its FinTech/InsurTech track.
Gaining a better understanding of customers and acting upon this information is the foundation of Digital Transformation (DX) in the enterprise. Applying the latest technologies in this area is the key to driving new topline revenue opportunities.
Global 2000 companies have more than US$40 trillion in annual revenue - more than 50% of the world's entire GDP. The Global 2000 spends a total of US$2.4 trillion annually on enterprise IT. The average Global 2000 company has US$11 billion in annual revenue. The average Global 2000 company spends more than $600 million annually on enterprise IT.
Governments throughout the world spend another US$500 billion on IT - much of it dedicated to new Smart City initiatives. There are more than a dozen Global 2000 companies in Turkey, including Isbank, Garanti Bank, other financial institutions, Turk Telecom, Turkcell, Turkish Airlines, and ENKA.
Cloud Expo | DXWorldEXPO 2018 New York
(June 5-7, 2018, Javits Center, Manhattan)
Cloud Expo | DXWorldEXPO 2018 Silicon Valley
(November 6-8, 2018, Santa Clara Convention Center, CA)
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
More Management Quotes
"For the past 10 years at Cloud Expo, we've helped drive the migration to modern enterprise IT infrastructures, built upon the foundation of cloud computing. Today's hybrid, multiple cloud IT infrastructures integrate Big Data, analytics, blockchain, the IoT, mobile devices, and the latest in cryptography and enterprise-grade security," said Fuat Kircaali, Chairman and founder of DX World Expo, LLC.
"As a report from the World Economic Forum and Accenture recently stated, 'Companies need to fundamentally change the way they identify, develop and launch new business ventures.' We agree," said Carmen Gonzalez, president of DX World Expo, LLC.
"Digital Transformation is the key issue driving the global enterprise IT business," said Roger Strukhoff, Conference Chair and Executive Director of the Tau Institute for Global ICT Studies. "DX is most prominent among Global 2000 enterprises and government institutions. Our new event in Istanbul brings together the top companies and delegates from around the world, who are transforming the world."
2018 Conference Agenda and Tracks, June 5-7, Javits Center
Track 1 | Cloud Expo - Enterprise Cloud
Track 2 | DXWorld Expo - Digital Transformation (DX)
Track 3 | The API Enterprise | Mobility & Security
Track 4 | DevOps | Containers & Microservices
Track 5 | Cognitive Computing | AI, ML, DL
Track 6 | Big Data | Analytics
Track 7 | IoT | IIoT | Smart Cities
Track 8 | Hot Topics | FinTech | WebRTC
Cloud Expo covers all of these tools, with the most comprehensive program and more than 120 top world-class speakers throughout our Industry presenting Keynotes, General Sessions, Breakout Sessions along eight focused tracks, as well as our signature Power Panels. Our expo floor brings together the world's leading companies throughout the world of Cloud Computing, DX, and all they entail.
As your enterprise creates a vision and strategy that enables you to create your own unique, long-term success, learning about all the technologies involved is essential. Companies today not only form multi-cloud and hybrid cloud architectures, but create them with built-in cognitive capabilities. Cloud-native thinking is now the norm in financial services, manufacturing, telco, healthcare, transportation, energy, media, entertainment, retail and other consumer industries, as well as the public sector.
Cloud Expo is the world's most important, independent event where technology buyers and vendors meet to experience and discuss the big picture of Digital Tranformation and all of the strategies, tactics, and tools they need to realize their goals.
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
Only Cloud Expo brings together all this in a single location:
- Cloud Computing
- Big Data & Analytics
- Software-Defined Infrastructure
- Industrial IoT
- Industry 4.0
- Artificial Intelligence
- Cognitive Computing
- Microservices
- Machine Learning
- DevOps
- WebRTC
- FinTech
- Digital Transformation
Attend Cloud Expo. Build your own custom experience. Learn about the world's latest technologies and chart your course to Digital Transformation.
21st International Cloud Expo, taking place October 31 - November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA, will feature technical sessions from a rock star conference faculty and the leading industry players in the world.
Download Show Prospectus ▸ Here
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
Cloud computing is now being embraced by a majority of enterprises of all sizes. Yesterday's debate about public vs. private has transformed into the reality of hybrid cloud: a recent survey shows that 74% of enterprises have a hybrid cloud strategy. Meanwhile, 94% of enterprises are using some form of XaaS - software, platform, and infrastructure as a service.
With major technology companies and startups seriously embracing Cloud strategies, now is the perfect time to attend 21st Cloud Expo, October 31 - November 2, 2017, at the Santa Clara Convention Center, CA, and June 12-14, 2018, at the Javits Center in New York City, NY, and learn what is going on, contribute to the discussions, and ensure that your enterprise is on the right path to Digital Transformation.
2018 Conference Agenda and Tracks, June 5-7, Javits Center
Track 1 | Cloud Expo - Enterprise Cloud
Track 2 | DXWorld Expo - Digital Transformation (DX)
Track 3 | The API Enterprise | Mobility & Security
Track 4 | DevOps | Containers & Microservices
Track 5 | Cognitive Computing | AI, ML, DL
Track 6 | Big Data | Analytics
Track 7 | IoT | IIoT | Smart Cities
Track 8 | Hot Topics | FinTech | WebRTC
Cloud Expo | DXWorldEXPO 2018 New York
(June 5-7, 2018, Javits Center, Manhattan)
Cloud Expo | DXWorldEXPO 2018 Silicon Valley
(November 6-8, 2018, Santa Clara Convention Center, CA)
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
Download Show Prospectus ▸ Here
Every Global 2000 enterprise in the world is now integrating cloud computing in some form into its IT development and operations. Midsize and small businesses are also migrating to the cloud in increasing numbers.
Companies are each developing their unique mix of cloud technologies and services, forming multi-cloud and hybrid cloud architectures and deployments across all major industries. Cloud-driven thinking has become the norm in financial services, manufacturing, telco, healthcare, transportation, energy, media, entertainment, retail and other consumer industries, and the public sector.
Cloud Expo is the single show where technology buyers and vendors can meet to experience and discus cloud computing and all that it entails. Sponsors of Cloud Expo will benefit from unmatched branding, profile building and lead generation opportunities through:
- Featured on-site presentation and ongoing on-demand webcast exposure to a captive audience of industry decision-makers.
- Showcase exhibition during our new extended dedicated expo hours
- Breakout Session Priority scheduling for Sponsors that have been guaranteed a 35-minute technical session
- Online advertising in SYS-CON's i-Technology Publications
- Capitalize on our Comprehensive Marketing efforts leading up to the show with print mailings, e-newsletters and extensive online media coverage.
- Unprecedented PR Coverage: Editorial Coverage on Cloud Computing Journal.
- Tweetup to over 75,000 plus followers
- Press releases sent on major wire services to over 500 industry analysts.
For more information on sponsorship, exhibit, and keynote opportunities, contact Carmen Gonzalez by email at events (at) sys-con.com, or by phone 201 802-3021.
The World's Largest "Cloud Digital Transformation" Event
@CloudExpo | @ThingsExpo 2017 Silicon Valley
(Oct. 31 - Nov. 2, 2017, Santa Clara Convention Center, CA)
@CloudExpo | @ThingsExpo 2018 New York
(June 12-14, 2018, Javits Center, Manhattan)
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
Sponsorship Opportunities
Sponsors of Cloud Expo | @ThingsExpo will benefit from unmatched branding, profile building and lead generation opportunities through:
- Featured on-site presentation and ongoing on-demand webcast exposure to a captive audience of industry decision-makers
- Showcase exhibition during our new extended dedicated expo hours
- Breakout Session Priority scheduling for Sponsors that have been guaranteed a 35 minute technical session
- Online targeted advertising in SYS-CON's i-Technology Publications
- Capitalize on our Comprehensive Marketing efforts leading up to the show with print mailings, e-newsletters and extensive online media coverage
- Unprecedented Marketing Coverage: Editorial Coverage on ITweetup to over 100,000 plus followers, press releases sent on major wire services to over 500 industry analysts
For more information on sponsorship, exhibit, and keynote opportunities, contact Carmen Gonzalez (@GonzalezCarmen) today by email at events (at) sys-con.com, or by phone 201 802-3021.
Secrets of Sponsors and Exhibitors ▸ Here
Secrets of Cloud Expo Speakers ▸ Here
All major researchers estimate there will be tens of billions devices - computers, smartphones, tablets, and sensors - connected to the Internet by 2020. This number will continue to grow at a rapid pace for the next several decades.
With major technology companies and startups seriously embracing Cloud strategies, now is the perfect time to attend @CloudExpo | @ThingsExpo, October 31 - November 2, 2017, at the Santa Clara Convention Center, CA, and June 12-4, 2018, at the Javits Center in New York City, NY, and learn what is going on, contribute to the discussions, and ensure that your enterprise is on the right path to Digital Transformation.
Delegates to Cloud Expo | @ThingsExpo will be able to attend 8 simultaneous, information-packed education tracks.
There are over 120 breakout sessions in all, with Keynotes, General Sessions, and Power Panels adding to three days of incredibly rich presentations and content.
Join Cloud Expo | @ThingsExpo conference chair Roger Strukhoff (@IoT2040), October 31 - November 2, 2017, Santa Clara Convention Center, CA, and June 12-14, 2018, at the Javits Center in New York City, NY, for three days of intense Enterprise Cloud and 'Digital Transformation' discussion and focus, including Big Data's indispensable role in IoT, Smart Grids and (IIoT) Industrial Internet of Things, Wearables and Consumer IoT, as well as (new) Digital Transformation in Vertical Markets.
Full Conference Registration "Gold Pass" and Exhibit Hall ▸ Here (Register ▸ Here via EventBrite)
Financial Technology - or FinTech - Is Now Part of the @CloudExpo Program!
Accordingly, attendees at the upcoming 21st Cloud Expo | @ThingsExpo October 31 - November 2, 2017, Santa Clara Convention Center, CA, and June 12-14, 2018, at the Javits Center in New York City, NY, will find fresh new content in a new track called FinTech, which will incorporate machine learning, artificial intelligence, deep learning, and blockchain into one track.
Financial enterprises in New York City, London, Singapore, and other world financial capitals are embracing a new generation of smart, automated FinTech that eliminates many cumbersome, slow, and expensive intermediate processes from their businesses.
FinTech brings efficiency as well as the ability to deliver new services and a much improved customer experience throughout the global financial services industry. FinTech is a natural fit with cloud computing, as new services are quickly developed, deployed, and scaled on public, private, and hybrid clouds.
More than US$20 billion in venture capital is being invested in FinTech this year. @CloudExpo is pleased to bring you the latest FinTech developments as an integral part of our program, starting at the 21st International Cloud Expo October 31 - November 2, 2017 in Silicon Valley, and June 12-14, 2018, in New York City.
@CloudExpo is accepting submissions for this new track, so please visit www.CloudComputingExpo.com for the latest information.
Speaking Opportunities
The upcoming 21st International @CloudExpo | @ThingsExpo, October 31 - November 2, 2017, Santa Clara Convention Center, CA, and June 12-14, 2018, at the Javits Center in New York City, NY announces that its Call For Papers for speaking opportunities is open.
Submit your speaking proposal today! ▸ Here
About @CloudEXPO and @DXWorldEXPO
SYS-CON Media (www.sys-con.com) has since 1994 been connecting technology companies and customers through a comprehensive content stream - featuring over forty focused subject areas, from Cloud Computing to Web Security - interwoven with market-leading full-scale conferences. The company's internationally recognized brands include among others Cloud Expo® (@CloudExpo), Big Data Expo® (@BigDataExpo), DevOps Summit (@DevOpsSummit), @ThingsExpo® (@ThingsExpo), and DXWorldEXPO® (@ExpoDX).
@CloudExpo® and @ThingsExpo® are registered trademarks of CLOUD EXPO INC.
DXWorldEXPO® is a registered trademark of DX WORLD EXPO LLC.
Published December 21, 2017 Reads 855
Copyright © 2017 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Corey Roth
Corey Roth, a SharePoint Server MVP, is an independent consultant specializing in Cloud technologies such as Azure and Office 365. He also specializes in mobile development. Corey serves as the product manager for two cloud-first mobile app platforms: BrewZap and HappenZap.
![]() Dec. 21, 2017 06:00 PM EST Reads: 1,099 |
By Pat Romanski ![]() Dec. 21, 2017 05:15 PM EST Reads: 431 |
By Elizabeth White ![]() Dec. 21, 2017 04:30 PM EST Reads: 1,013 |
By Liz McMillan ![]() Dec. 21, 2017 04:15 PM EST Reads: 361 |
By Liz McMillan ![]() Dec. 21, 2017 12:00 PM EST Reads: 1,962 |
By Elizabeth White ![]() Dec. 21, 2017 12:00 PM EST Reads: 966 |
By Elizabeth White ![]() Dec. 21, 2017 10:30 AM EST Reads: 458 |
By Elizabeth White ![]() Dec. 21, 2017 09:00 AM EST Reads: 2,518 |
By Liz McMillan ![]() Dec. 21, 2017 08:45 AM EST Reads: 952 |
By Pat Romanski ![]() Dec. 21, 2017 08:00 AM EST Reads: 2,961 |
By Liz McMillan ![]() Dec. 21, 2017 06:00 AM EST Reads: 2,088 |
By Pat Romanski ![]() Dec. 20, 2017 04:00 PM EST Reads: 1,171 |
By Liz McMillan ![]() Dec. 20, 2017 12:00 PM EST Reads: 1,199 |
By Pat Romanski ![]() Dec. 19, 2017 04:15 PM EST Reads: 1,979 |
By Elizabeth White ![]() Dec. 18, 2017 03:45 PM EST Reads: 2,215 |
By Elizabeth White ![]() Dec. 18, 2017 01:30 PM EST Reads: 2,247 |
By Elizabeth White ![]() Dec. 18, 2017 01:00 PM EST Reads: 4,030 |
By Liz McMillan ![]() Dec. 17, 2017 04:00 PM EST Reads: 1,180 |
By Pat Romanski ![]() Dec. 17, 2017 02:00 PM EST Reads: 1,283 |
By Liz McMillan ![]() Dec. 17, 2017 11:00 AM EST Reads: 1,200 |