The cloud promises agility for companies wanting to utilize it for Big Data, but it can be challenging to understand all the new options and approaches – from IaaS and PaaS to newer services like HaaS and BDaaS. It’s an important concept to understand as more than half of enterprises plan to use the cloud for Big Data. In her session at 17th Cloud Expo, Hannah Smalltree, a director with Cazena, will discuss the emerging technology categories for Big Data and the cloud, and hear important considerations for your decision. In addition, you’ll get common evaluation criteria to help evaluate and rank your options.
Who are you? How do you introduce yourself? Do you use a name, or do you greet a friend by the last four digits of his social security number? Assuming you don’t, why are we content to associate our identity with 10 random digits assigned by our phone company? Identity is an issue that affects everyone, but as individuals we don’t spend a lot of time thinking about it.
I am not a data scientist or an expert in knowing how to build candlestick charts from historical stock prices. I am however a data enthusiast and it fascinates me when I hear people talk about Big Data, like they invented it. Sorry, no offense meant, but really how did we just jump to Big Data without even creating an understanding about any kind of data? Information in any shape, form or face is a brilliant resource. We work with information every day and, if you look at it, nothing runs without information. Every business of every size across the world works on information – even the smallest corner store to the corporations working in large glass towers. This information is of many types: accounting information, sales data, marketing stats, customer information, and purchase order information, patient information, hosting information and so on. Everything we know has some kind of information associated with it. Do we agree so far? Yes we do.
Internet ready devices are becoming increasingly common, yet architecturally they often still act like point-to-point networks. Meanwhile, containers are making rapid deployments across networks painless, but knowing where and when to deploy them to meet market demand is just as critical. In his session at 17th Cloud Expo, Matt Torrisi, Customer Success Operations at Dyn, will discuss what the public internet in the middle really looks like, and how operators can build their networks for better performance and security.
The Internet of Things (IoT) promises to evolve the way the world does business; however, understanding how to apply it to your company can be a mystery. Most people struggle with understanding the potential business uses or tend to get caught up in the technology, resulting in solutions that fail to meet even minimum business goals. In his session at @ThingsExpo, Jesse Shiah, CEO / President / Co-Founder of AgilePoint Inc., showed what is needed to leverage the IoT to transform your business. He discussed opportunities and challenges ahead for the IoT from a market and technical point of view, including the various connectivity technologies, microcontrollers and processors available with a strong focus on applications. He also showed how to get started from a business and technology perspective so you can quickly bring to market connected solutions that expand business revenue, optimize operations and delight customers and users.
In his session at 17th Cloud Expo, Oleg Lola, CEO at MobiDev, will provide insights based on his experience of helping dozens of companies to launch their products. He will also discuss: How to get expert feedback on the idea How to use cloud in complex projects When you should get the project started How to elaborate product requirements The importance of UI design for the success of the product How much resources are needed to develop an MVP for cloud How to prepare for the product launch
In his General Session at DevOps Summit, Asaf Yigal, Co-Founder & VP of Product at Logz.io, will explore the value of Kibana 4 for log analysis and will give a real live, hands-on tutorial on how to set up Kibana 4 and get the most out of Apache log files. He will examine three use cases: IT operations, business intelligence, and security and compliance. This is a hands-on session that will require participants to bring their own laptops, and we will provide the rest.
P2P RTC will impact the landscape of communications, shifting from traditional telephony style communications models to OTT (Over-The-Top) cloud assisted & PaaS (Platform as a Service) communication services. The P2P shift will impact many areas of our lives, from mobile communication, human interactive web services, RTC and telephony infrastructure, user federation, security and privacy implications, business costs, and scalability. In his session at @ThingsExpo, Robin Raymond, Chief Architect at Hookflash, will walk through the shifting landscape of traditional telephone and voice services to the modern P2P RTC era of OTT cloud assisted services.
We live in a microwave culture. I use this phrase often when discussing business needs with clients, especially in the context of leveraging technology to address those needs. Sometimes I will get a puzzled look, other times I will get some head nods in agreement and understanding. When I use this phrase, I’m talking about how the microwave has affected our culture from an end-user expectation perspective. There is an expectation of getting what I want when I want it, and an immediacy built into that expectation. The microwave turned hours into minutes, and minutes into seconds. There tends to be very little patience for waiting for something, whether it be food, service, or technology. When discussing business needs and the underlying technologies supporting those needs, end-user expectations and perceptions must be taken into account.
Disruption in the communications ecosystem is creating a market opportunity for Cloud Real-Time Communications (RTC) platforms. We expect this market to represent a $4.5 billion opportunity by 2018. Cloud RTC Platforms are cloud services that enable mobile and web developers to integrate communications into their applications with just a few lines of code. Via REST APIs and SDKs Cloud RTC Platforms enable developers to easily integrate voice, messaging and video calling into mobile and web applications supporting more contextual conversations. These tools have the potential to change in how we interact with each other in the future.
Soha Systems Co-Founder and CEO Haseeb Budhani will be a featured speaker in the “Dev” Developer Focus track during DevOps Summit 2015, November 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Budhani’s presentation, “Security Practices that Can Hinder Your Business,” will focus on how DevOps teams can avoid the friction that common security approaches impose on businesses in today’s cloud-based sharing economy. “There are numerous complications that can arise as organizations seek to secure their applications and network resources, whether they are based on premise or in the cloud,” Budhani said. “During my session, we’ll look at how to ensure secure access for badged employees, partners, contractors and customers while minimizing attack surface exposure.”
Cloud computing delivers on-demand IT resources that provide businesses flexibility. The challenge is the cost and complexity of cloud security compliance (PCI, HIPAA, FFIEC). Raxak Protect automated cloud security enables cloud apps to be deployed quickly and cost-effectively. Get the guide to decreasing your security costs up to 50% through automated cloud security.
In the 1970s, a psychologist named Noel Burch created a learning model to describe how humans go through four stages of learning when introduced to a new skill. This model is known as “The Four Stages of Competence”. In my latest post on Forbes I use this model to describe how organizations traverse the learning process as they start adopting the cloud.
As interest in VDI grows among enterprises, many are finding its implementation more challenging than they anticipated. Successful desktop virtualization requires a powerful, secure, reliable infrastructure that delivers a seamless user experience. Private clouds that deliver a public cloud experience are emerging as a solution.
The broad selection of hardware, the rapid evolution of operating systems and the time-to-market for mobile apps has been so rapid that new challenges for developers and engineers arise every day. Security, testing, hosting, and other metrics have to be considered through the process. In his session at Big Data Expo, Walter Maguire, Chief Field Technologist, HP Big Data Group, at Hewlett-Packard, will discuss the challenges faced by developers and a composite Big Data applications builder, focusing on how to help solve the problems that developers are continuously battling.
Over the past few years, there has been an explosion in the volume of data. To tackle this big data explosion, there has been a rise in the number of successful Hadoop projects in enterprises. Due to the large volumes of data, the emergence of Hadoop technology, and the need to store all soloed data in one place, has prompted a phenomenon among enterprises called: Data Lake.
I was writing a small app in Angular 2 in TypeScript with the on-the-fly transpiling by SystemJS. I needed to implement a router that would switch between the Home and ProductDetail views in a single page app. The root component had two links and was supposed to render either Home or ProductDetail components depending on which link the user clicks. Angular 2 offers a pretty elegant syntax for this:
Martin Fowler describes how infrastructure automation is a key enabler of microservices: “Many of the products or systems being build with microservices are being built by teams with extensive experience of Continuous Delivery and it’s precursor, Continuous Integration. Teams building software this way make extensive use of infrastructure automation techniques. This is illustrated in the build pipeline shown below.”
In a recent research, Analyst firm IDC found that the average cost of a critical application failure is $500,000 to $1 million per hour and the average total cost of unplanned application downtime is $1.25 billion to $2.5 billion per year for Fortune 1000 companies. In addition to the findings on the cost of the downtime, the research also highlighted best practices for development, testing, application support, infrastructure, and operations teams.
Culture is the most important ingredient of DevOps. The challenge for most organizations is defining and communicating a vision of beneficial DevOps culture for their organizations, and then facilitating the changes needed to achieve that. Often this comes down to an ability to provide true leadership. As a CIO, are your direct reports IT managers or are they IT leaders? The hard truth is that many IT managers have risen through the ranks based on their technical skills, not their leadership ability. Many are unable to effectively engage and inspire, creating forward momentum in the direction of desired change. Renowned for its approach to leadership and emphasis on their people, organizations increasingly look to our military for insight into these challenges.
The IoT's basic concept of collecting data from as many sources possible to drive better decision making, create process innovation and realize additional revenue has been in use at large enterprises with deep pockets for decades. So what has changed? In his session at @ThingsExpo, Prasanna Sivaramakrishnan, Solutions Architect at Red Hat, will discuss the impact commodity hardware, ubiquitous connectivity, and innovations in open source software are having on the connected universe of people, things and information in the IoT.
The IoT's basic concept of collecting data from as many sources possible to drive better decision making, create process innovation and realize additional revenue has been in use at large enterprises with deep pockets for decades. So what has changed? In his session at @ThingsExpo, Prasanna Sivaramakrishnan, Solutions Architect at Red Hat, will discuss the impact commodity hardware, ubiquitous connectivity, and innovations in open source software are having on the connected universe of people, things and information in the IoT.
If the calibration engineer does the calibration incorrectly – or a malefactor intentionally introduces a miscalibration – then the end result would be off. Every time. Even though there was nothing wrong with the sensor data, no security breach between the sensor and emissions device, and furthermore, every line of code in the device was completely correct. In fact, the only way to detect a calibration attack is by running an independent analog test. In other words, someone would have to get their own exhaust particulate measuring device and run tests on real vehicles to see if the emissions device was properly calibrated.
A business process is any sequence of events or tasks that must be performed for a business to operate. For example, a customer’s purchase resulting in a delivery is a key business process that exists in all for-profit organizations. BPM is neither task management or project management (although it can occur within a project context). BPM is focused more on repetitive ongoing processes that follow a predictable pattern.
To let other TypeScript libraries use your library, you need to create a .d.ts file to declare all your public APIs of your library with the typing information. The enforce to clearly list all your public APIs for each libraries you are developing. We found it serves as a quick and accurate reference for all your APIs. Refer to https://github.com/borisyankov/DefinitelyTyped for TypeScript definition files created for large amounts of JavaScript libraries.