There are so many tools and techniques for data analytics that even for a data scientist the choices, possible systems, and even the types of data can be daunting.
In his session at @ThingsExpo, Chris Harrold, Global CTO for Big Data Solutions for EMC Corporation, showed how to perform a simple, but meaningful analysis of social sentiment data using freely available tools that take only minutes to download and install. Participants received the download information, scripts, and complete end-t...| By XebiaLabs Blog | Article Rating: |
|
| July 15, 2015 03:00 PM EDT | Reads: |
419 |
Streamlining Deployments in a WebSphere Environment - Expert Q&A
By Rick Broker
On June 23rd, I participated in a Webinar on “Streamlining Deployments in a Websphere Environment”. I discussed my experiences automating deployments in a primarily IBM and IBM WebSphere environments, our struggles with building environments, configuring the servers and keeping up with deployments. Towards the end of the webinar I outlined some of the items that we considered important for any deployment tool. Below is the slide deck “Streamlining Deployments in a Websphere Environment – Real world stories from today’s IT world”
After the webinar, we held an impromptu Q&A session where I was able to answer questions that were brought up during and after the webinar. I have tried to respond to everyone’s questions below.
Questions from Webinar:
- Can you compare XL Deploy w/ WCBD?
We currently have support for WAS and WPS servers. Some of our customers have used the WAS plugin with some custom XL Rules to provide customer specific behavior for their WAS based applications.
- You said about Resource configurations like datasource,jms,ssl…how are they configured by XL deploy…is it similar to triggering some scripts from XL deploy?
XL Deploy uses a variety of scripts to do the actual deployments. These scripts are either part of the existing plugins or part of custom plugins. The scripts that get executed are data driven. By data driven, I mean the much of what they do is defined by configuration of the deployable objects as you define them in XL Deploy. We have a brief YouTube video that might help explain how this works.
- What advantages does Xebialabs tools have over other similar tools such as Puppet and Chef?
XL Deploy is built for application deployments. Tools like Puppet and Chef are built for system provisioning. There is a difference. It is possible to use a tool like Puppet or Chef to deploy your application, but here are 4 of the main reasons why provisioning tools are often not the best choice for application deployments:
-
- Hard to segregate duties between teams. For example splitting, Dev and Ops deliverables.
- Focus on individual machines. App deployments run across machines with inter-dependencies between machines and individual steps
- Little or no out-of-the-box logic for the most common application deployment operations. You’ll have to build those yourself
- Poor or no integration with your Build and CI tooling
Read more on our website
- XLDeploy integrates with wcs dmgr or deploys to wcs cluster using individual wcs node scripts?
The WAS plugin can interact directly with the WAS deployment manager and WAS servers via wsadmin. Any configuration changes you can do with wsadmin can be done with XL Deploy.
- What is the difference between testing frameworks such as JUnit and XL TestView?
We should be clear that XL TestView is not a testing tool in the sense that jUnit is. While tools like jUnit, Gatlin, FitNesse and Cucumber execute tests XL TestView collects, visualizes and analyzes the data from all of your test tools in one central dashboard. Furthermore, XL TestView can manage the execution of all of your test jobs. You can use XL TestView to set pass/fail criteria to enable automated decisions on whether to go live or not. The analysis tools in XL TestView help you identify potential problems based on your test results before they turn into bottlenecks or disasters. Check out the product page at https://xebialabs.com/products/xl-testview/
- How does XL Deploy differentiate between deploying a server environment vs. deploying an application to said server?
In XL Deploy Infrastructure is built up from Overthere hosts. An Overthere host is a system that you could log on to. Some examples of Overthere hosts include Unix servers and Windows servers. An overthere host could have a container such as a WAS deployment manager or WAS server. There are a variety of containers that are possible based on containers defined in the loaded plugins. These infrastructure components are combined to define an environment. We have a brief YouTube video that explains how environments are built:
- Are there any feature comparison sheet with other vendors?
We don’t provide a comparison sheet between other vendor’s products, but we do have a rich collection of documentation and white papers to help you identify the features that might be important to your organization. Furthermore XebiaLabs has community editions to allow you to try our tools without any pressure. We will also help you get started with your first applications. We will be there to help you all the way from trial to a full enterprise installation or as far as you want to go. https://xebialabs.com/products/xl-deploy/
- Is XL deploy tool built by XebiaLabs?
Yes, XL Deploy is built by XebiaLabs. Visit the web site to learn more https://xebialabs.com/
- How much tool scripting is performed on the command line stored on the server?
XL Deploy copies its scripts to the server, executes those scripts and then removes them when done. Our plugins come with most all of the scripting you would need. If customization is required it is very straight forward and it is easy to leverage the power of the rest of the XL Deploy framework.
- Is XL deploy specific to Websphere?
XL Deploy is not specific to Websphere. In addition to Websphere XL Deploy supports a plethora of other middleware containers such as; WebLogic, Tomcat and Jboss. Check out the plugins on our website at https://xebialabs.com/plugins/
- I have a script for websphere, can I easily convert that script to Jboss?
The first thing is that you don’t really need to write scripts for most of the tasks you would want to do with XL Deploy. Since XL Deploy uses an object model to model the things you want to deploy and the environment you want to deploy them too, the deployment plan and scripts are generated for you. You could very easily deploy to Jboss in Dev and then turn around and deploy to WebShere in Production. The application package would be the same for both environments and the deployment plan would automatically change as you changed targets.
- Jenkins does deploys too, why add another layer?
While it is true that Jenkings does deploys, XL Deploy does deployments better. A couple examples of how XL Deploy is better at deployments are as follows:
-
- Jenkins does not handle deployment pipelines well, Jenkins will build and deploy to one environment well, but expanding that to all of an organizations environments does not scale well
- Jenkins is missing some significant orchestration abilities found in XL Deploy for determining the order that artifacts will be deployed across several servers, managing network appliances and managing container configurations
https://xebialabs.com/integrations/jenkins/
- So for each environment the configuration details are to be passed through a properties files?
XL Deploy defines objects for each deployable. The data for these deployable object are stored in XL Deploy’s repository. The data for these deployable objects are made available to the deployable objects scripts at deployment time using a variety of substitution techniques.
- What do you think of WAS Liberty Profile, and how do you see XL Deploy in combination with that product?
I think WAS Liberty Profile is an interesting approach from IBM. Recent changes in development have seen many shops moving away from the full JEE stack in favor of frameworks like Spring and Hibernate that don’t need the whole JEE stack. This has allowed containers like Tomcat, Jetty and JBoss to take a bigger role in organizations. Compared to these containers Websphere seems big and clunky. WAS Liberty Profile on the small (fewer features enabled) can play in the Tomcat space while with all of the features turned on can play in the tradition WAS space. With a newer code base it is quite interesting. Sill it seems that traditional WAS sites are slow to change and the guys using Tomcat etc are in no hurry either. XebiaLabs provides two types of solutions for Liberty Profile users. First for the short term it is easy enough to extend XL Deploy to execute custom rules on objects like EAR and WAR objects. We are also in the process of developing an XL Deploy plugin to support WAS Liberty Profile.
- And is it something similar to RAFW?
The last I heard from IBM was that RAFW was end of life. RAFW was more of a deployment and configuration language. You are still stuck with building your own scripts and you have limited your scope of potential targets to WebSphere containers. Furthermore, you still need to implement an infrastructure to support your deployments. You will likely want to grant others’ permissions to do deployments, orchestrate the deployments across several technologies, collect logs from deployment steps, setup notifications, allow other groups to build deployments, integrate with your build systems (i.e. Jenkins, TFS, Bamboo etc), integrate with your ticketing system and many of the other features you find in a tool like XL Deploy.
- Deployment, scripts, datasources – in the case of WAS, wouldn’t XLDeploy have to wrapper wsadmin?
XL Deploy uses wsadmin and python. XL Deploy does not install anything special on your WAS servers. In fact from the deployment window you can inspect the actual scripts that XL Deploy will use to deploy your applications (full transparency).
You can listen to the entire video webcast by registering here: http://insightsmagazineonline.com. Learn more about XebiaLabs and how it can help streamline your deployments at https://xebialabs.com/products/
The post Streamlining Deployments in a Websphere Environment – Expert Q&A appeared first on XebiaLabs.
Read the original blog entry...
Published July 15, 2015 Reads 419
Copyright © 2015 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By XebiaLabs Blog
XebiaLabs is the technology leader for automation software for DevOps and Continuous Delivery. It focuses on helping companies accelerate the delivery of new software in the most efficient manner. Its products are simple to use, quick to implement, and provide robust enterprise technology.
There are so many tools and techniques for data analytics that even for a data scientist the choices, possible systems, and even the types of data can be daunting.
In his session at @ThingsExpo, Chris Harrold, Global CTO for Big Data Solutions for EMC Corporation, showed how to perform a simple, but meaningful analysis of social sentiment data using freely available tools that take only minutes to download and install. Participants received the download information, scripts, and complete end-t...Jan. 15, 2016 10:00 AM EST Reads: 677 |
By Elizabeth White When it comes to IoT in the enterprise, namely the commercial building and hospitality markets, a benefit not getting the attention it deserves is energy efficiency, and IoT’s direct impact on a cleaner, greener environment when installed in smart buildings. Until now clean technology was offered piecemeal and led with point solutions that require significant systems integration to orchestrate and deploy. There didn't exist a 'top down' approach that can manage and monitor the way a Smart Buildi...Jan. 15, 2016 10:00 AM EST Reads: 645 |
By Elizabeth White Developing software for the Internet of Things (IoT) comes with its own set of challenges. Security, privacy, and unified standards are a few key issues. In addition, each IoT product is comprised of (at least) three separate application components: the software embedded in the device, the backend service, and the mobile application for the end user’s controls. Each component is developed by a different team, using different technologies and practices, and deployed to a different stack/target – ...Jan. 15, 2016 08:00 AM EST Reads: 521 |
By Elizabeth White Jan. 15, 2016 07:15 AM EST Reads: 275 |
By Pat Romanski Consumer IoT applications provide data about the user that just doesn’t exist in traditional PC or mobile web applications. This rich data, or “context,” enables the highly personalized consumer experiences that characterize many consumer IoT apps. This same data is also providing brands with unprecedented insight into how their connected products are being used, while, at the same time, powering highly targeted engagement and marketing opportunities.
In his session at @ThingsExpo, Nathan Trel...Jan. 15, 2016 07:00 AM EST Reads: 940 |
By Pat Romanski 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.
In his session at @ThingsExpo, Ben Klang, Founder & President of Mojo Lingo, discussed the impact of technology on identity. Sh...Jan. 15, 2016 06:15 AM EST Reads: 291 |
By Liz McMillan WebRTC has had a real tough three or four years, and so have those working with it. Only a few short years ago, the development world were excited about WebRTC and proclaiming how awesome it was.
You might have played with the technology a couple of years ago, only to find the extra infrastructure requirements were painful to implement and poorly documented. This probably left a bitter taste in your mouth, especially when things went wrong.Jan. 15, 2016 06:00 AM EST Reads: 187 |
By Liz McMillan Learn how IoT, cloud, social networks and last but not least, humans, can be integrated into a seamless integration of cooperative organisms both cybernetic and biological. This has been enabled by recent advances in IoT device capabilities, messaging frameworks, presence and collaboration services, where devices can share information and make independent and human assisted decisions based upon social status from other entities.
In his session at @ThingsExpo, Michael Heydt, founder of Seamless...Jan. 15, 2016 05:00 AM EST Reads: 416 |
By Pat Romanski Contrary to mainstream media attention, the multiple possibilities of how consumer IoT will transform our everyday lives aren’t the only angle of this headline-gaining trend. There’s a huge opportunity for “industrial IoT” and “Smart Cities” to impact the world in the same capacity – especially during critical situations. For example, a community water dam that needs to release water can leverage embedded critical communications logic to alert the appropriate individuals, on the right device, as...Jan. 15, 2016 02:00 AM EST Reads: 701 |
By Pat Romanski Manufacturing connected IoT versions of traditional products requires more than multiple deep technology skills. It also requires a shift in mindset, to realize that connected, sensor-enabled “things” act more like services than what we usually think of as products.
In his session at @ThingsExpo, David Friedman, CEO and co-founder of Ayla Networks, discussed how when sensors start generating detailed real-world data about products and how they’re being used, smart manufacturers can use the dat...Jan. 15, 2016 01:45 AM EST Reads: 423 |
By Liz McMillan The Internet of Things has the potential to disrupt all industries, not just consumer, as businesses leverage the new insights and capabilities enabled by new devices / things, automation, integration and analytics, etc., to transform how they do business.
One industry ripe for disruption is higher education. Colleges and universities are being challenged with serving more students and at the same time ensuring successful student outcomes.
In his session at @ThingsExpo, Chris Witeck, Principa...Jan. 15, 2016 12:15 AM EST Reads: 460 |
By Pat Romanski 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, discussed the impact commodity hardware, ubiquitous connectivity, and innovations in open source software are having on the connected universe of people, thi...Jan. 15, 2016 12:00 AM EST Reads: 201 |
By Elizabeth White For manufacturers, the Internet of Things (IoT) represents a jumping-off point for innovation, jobs, and revenue creation. But to adequately seize the opportunity, manufacturers must design devices that are interconnected, can continually sense their environment and process huge amounts of data.
As a first step, manufacturers must embrace a new product development ecosystem in order to support these products. Jan. 14, 2016 10:00 PM EST Reads: 151 |
By Elizabeth White With the exponential growth of network traffic slowing down data transmission, companies are looking for solutions. Recently, a solution has emerged that can help improve your data speed with data centers on the edge. These micro data center solutions can simplify the lives of many data center owners and operators because they are self-contained, secure computing environments, assembled in a factory and shipped in one enclosure which includes all the necessary power, cooling, security, and manag...Jan. 14, 2016 07:00 PM EST Reads: 426 |
By Elizabeth White The Internet of Things (IoT), in all its myriad manifestations, has great potential. Much of that potential comes from the evolving data management and analytic (DMA) technologies and processes that allow us to gain insight from all of the IoT data that can be generated and gathered. This potential may never be met as those data sets are tied to specific industry verticals and single markets, with no clear way to use IoT data and sensor analytics to fulfill the hype being given the IoT today. Jan. 14, 2016 06:30 PM EST Reads: 719 |
By Elizabeth White The Internet of Things is in the early stages of mainstream deployment but it promises to unlock value and rapidly transform how organizations manage, operationalize, and monetize their assets. IoT is a complex structure of hardware, sensors, applications, analytics and devices that need to be able to communicate geographically and across all functions. Once the data is collected from numerous endpoints, the challenge then becomes converting it into actionable insight.Jan. 14, 2016 01:00 PM EST Reads: 361 |
By Carmen Gonzalez NHK, Japan Broadcasting, will feature the upcoming @ThingsExpo Silicon Valley in a special 'Internet of Things' and smart technology documentary that will be filmed on the expo floor between November 3 to 5, 2015, in Santa Clara. NHK is the sole public TV network in Japan equivalent to the BBC in the UK and the largest in Asia with many award-winning science and technology programs. Japanese TV is producing a documentary about IoT and Smart technology and will be covering @ThingsExpo Silicon Val...Jan. 14, 2016 01:00 PM EST Reads: 347 |
By Pat Romanski Jan. 14, 2016 12:45 PM EST Reads: 174 |
By Elizabeth White Contextual Analytics of various threat data provides a deeper understanding of a given threat and enables identification of unknown threat vectors.
In his session at @ThingsExpo, David Dufour, Head of Security Architecture, IoT, Webroot, Inc., discussed how through the use of Big Data analytics and deep data correlation across different threat types, it is possible to gain a better understanding of where, how and to what level of danger a malicious actor poses to an organization, and to determ...Jan. 14, 2016 12:15 PM EST Reads: 710 |
By Liz McMillan SYS-CON Events announced today that Interface Masters Technologies, a leading vendor in the network monitoring and high speed networking markets, will exhibit at the 18th International CloudExpo®, which will take place on June 7-9, 2016, at the Javits Center in New York City, New York, and the 19th International Cloud Expo, which will take place on November 1–3, 2016, at the Santa Clara Convention Center in Santa Clara, CA.Jan. 14, 2016 11:15 AM EST Reads: 215 |

When it comes to IoT in the enterprise, namely the commercial building and hospitality markets, a benefit not getting the attention it deserves is energy efficiency, and IoT’s direct impact on a cleaner, greener environment when installed in smart buildings. Until now clean technology was offered piecemeal and led with point solutions that require significant systems integration to orchestrate and deploy. There didn't exist a 'top down' approach that can manage and monitor the way a Smart Buildi...
Developing software for the Internet of Things (IoT) comes with its own set of challenges. Security, privacy, and unified standards are a few key issues. In addition, each IoT product is comprised of (at least) three separate application components: the software embedded in the device, the backend service, and the mobile application for the end user’s controls. Each component is developed by a different team, using different technologies and practices, and deployed to a different stack/target – ...
Consumer IoT applications provide data about the user that just doesn’t exist in traditional PC or mobile web applications. This rich data, or “context,” enables the highly personalized consumer experiences that characterize many consumer IoT apps. This same data is also providing brands with unprecedented insight into how their connected products are being used, while, at the same time, powering highly targeted engagement and marketing opportunities.
In his session at @ThingsExpo, Nathan Trel...
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.
In his session at @ThingsExpo, Ben Klang, Founder & President of Mojo Lingo, discussed the impact of technology on identity. Sh...
WebRTC has had a real tough three or four years, and so have those working with it. Only a few short years ago, the development world were excited about WebRTC and proclaiming how awesome it was.
You might have played with the technology a couple of years ago, only to find the extra infrastructure requirements were painful to implement and poorly documented. This probably left a bitter taste in your mouth, especially when things went wrong.
Learn how IoT, cloud, social networks and last but not least, humans, can be integrated into a seamless integration of cooperative organisms both cybernetic and biological. This has been enabled by recent advances in IoT device capabilities, messaging frameworks, presence and collaboration services, where devices can share information and make independent and human assisted decisions based upon social status from other entities.
In his session at @ThingsExpo, Michael Heydt, founder of Seamless...
Contrary to mainstream media attention, the multiple possibilities of how consumer IoT will transform our everyday lives aren’t the only angle of this headline-gaining trend. There’s a huge opportunity for “industrial IoT” and “Smart Cities” to impact the world in the same capacity – especially during critical situations. For example, a community water dam that needs to release water can leverage embedded critical communications logic to alert the appropriate individuals, on the right device, as...
Manufacturing connected IoT versions of traditional products requires more than multiple deep technology skills. It also requires a shift in mindset, to realize that connected, sensor-enabled “things” act more like services than what we usually think of as products.
In his session at @ThingsExpo, David Friedman, CEO and co-founder of Ayla Networks, discussed how when sensors start generating detailed real-world data about products and how they’re being used, smart manufacturers can use the dat...
The Internet of Things has the potential to disrupt all industries, not just consumer, as businesses leverage the new insights and capabilities enabled by new devices / things, automation, integration and analytics, etc., to transform how they do business.
One industry ripe for disruption is higher education. Colleges and universities are being challenged with serving more students and at the same time ensuring successful student outcomes.
In his session at @ThingsExpo, Chris Witeck, Principa...
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, discussed the impact commodity hardware, ubiquitous connectivity, and innovations in open source software are having on the connected universe of people, thi...
For manufacturers, the Internet of Things (IoT) represents a jumping-off point for innovation, jobs, and revenue creation. But to adequately seize the opportunity, manufacturers must design devices that are interconnected, can continually sense their environment and process huge amounts of data.
As a first step, manufacturers must embrace a new product development ecosystem in order to support these products.
With the exponential growth of network traffic slowing down data transmission, companies are looking for solutions. Recently, a solution has emerged that can help improve your data speed with data centers on the edge. These micro data center solutions can simplify the lives of many data center owners and operators because they are self-contained, secure computing environments, assembled in a factory and shipped in one enclosure which includes all the necessary power, cooling, security, and manag...
The Internet of Things (IoT), in all its myriad manifestations, has great potential. Much of that potential comes from the evolving data management and analytic (DMA) technologies and processes that allow us to gain insight from all of the IoT data that can be generated and gathered. This potential may never be met as those data sets are tied to specific industry verticals and single markets, with no clear way to use IoT data and sensor analytics to fulfill the hype being given the IoT today.
The Internet of Things is in the early stages of mainstream deployment but it promises to unlock value and rapidly transform how organizations manage, operationalize, and monetize their assets. IoT is a complex structure of hardware, sensors, applications, analytics and devices that need to be able to communicate geographically and across all functions. Once the data is collected from numerous endpoints, the challenge then becomes converting it into actionable insight.
NHK, Japan Broadcasting, will feature the upcoming @ThingsExpo Silicon Valley in a special 'Internet of Things' and smart technology documentary that will be filmed on the expo floor between November 3 to 5, 2015, in Santa Clara. NHK is the sole public TV network in Japan equivalent to the BBC in the UK and the largest in Asia with many award-winning science and technology programs. Japanese TV is producing a documentary about IoT and Smart technology and will be covering @ThingsExpo Silicon Val...
Contextual Analytics of various threat data provides a deeper understanding of a given threat and enables identification of unknown threat vectors.
In his session at @ThingsExpo, David Dufour, Head of Security Architecture, IoT, Webroot, Inc., discussed how through the use of Big Data analytics and deep data correlation across different threat types, it is possible to gain a better understanding of where, how and to what level of danger a malicious actor poses to an organization, and to determ...
SYS-CON Events announced today that Interface Masters Technologies, a leading vendor in the network monitoring and high speed networking markets, will exhibit at the 18th International CloudExpo®, which will take place on June 7-9, 2016, at the Javits Center in New York City, New York, and the 19th International Cloud Expo, which will take place on November 1–3, 2016, at the Santa Clara Convention Center in Santa Clara, CA.
“If data analysis is Big Data’s "tip of the spear" when it comes to delivering data-dependent value to customers or clients, we also must address how that spear is shaped, sharpened, aimed, and thrown – and, of course, whether or not it hits its intended target.”
In Meeting the Mission of Transportation Safety, Richard McKinney, U.S. Department of Transportation's CIO, describes four components for what I call an “enterprise data strategy.”
Retail luxury goods market analysis provider Sky I.T. Group has upped its game to provide more buyer behavior analysis faster - and with more user depth.
The next BriefingsDirect big-data use case leadership discussion explores how retail luxury goods market analysis provider Sky I.T. Group has upped its game to provide more buyer behavior analysis faster - and with more user depth.
Learn how Sky I.T. changed its data analysis platform infrastructure to Hewlett Packard Enterprise (HPE) Vertica -- and why that has helped solve its challenges around data variety, velocity, and volume and make ...
I often write about the Internet of Things, or the soon-to-be-cliché IoT. You know, the smart-fridges, smart-cars, smart-thermostats, healthcare devices, wearables and any of those connected devices that have a sensor, gathers data and reports back to some entity. You are able to control these devices (and see the data) with mobile apps or even your own voice and gestures. They are all the rage and sitting at the top of the Gartner Hype Cycle.
But it’s all the various sensors inside those devices that are doing the actual measuring, calculating, tracking and reporting. Each has its own spec...
Our shopping experiences continue to change. Today, we use smartphones, tablets and laptops to shop, purchase and track shipments online, from anywhere at any time. We bring mobile devices into retail stores to compare prices and learn more about products on the shelf. We search for available inventories, the nearest store locations, and for new, used, shared and auctioned products and services. These digital transformations are profoundly altering the nature of retailing, and their velocity will only accelerate.
Seismic monitoring tends to pop up in the news only during disaster situations, or, more recently, in conjunction with North Korea’s possible detonation of a hydrogen bomb. Earlier in 2015, The New Yorker ran a piece, “The Really Big One,” looking at the probability of a large earthquake destroying the Pacific Northwest. The earthquake off the coast of Japan in 2011 triggered one of the largest nuclear plant meltdowns of recent history, the impact of which we are still dealing with today.
Point being, the typical association with seismic monitoring – earthquakes and explosions – is negative. ...
Most of today's technology was designed and developed for static, stationary environments. Even today, in a mobile world, mobile apps are most often developed based on assumed static endpoints. Why is that a problem? We are rarely static people.
Let's consider two people in a vehicle. The driver, assuming they use their smartphone only when safely parked, searches for places, locations and directions based on a static starting point. However, if the person searching for places, locations and directions is a passenger in a moving car, a different set of information is appropriate. One ...
"Internet-of-Things" (IoT) is touted as the next big thing slated to revolutionize how we communicate online or how we work. The majority of the chatter rising from industries nowadays is focused on how to deploy machine-to-machine (M2M) communication and optimally capitalize on the technology. Simply put, IoT is built on the paradigm of cloud computing and data gathering sensors networks. Hence, it provides instantaneous and mobile virtual connection. Proponents of the technology believe that within a few years IoT will make even the smallest speckle of technology in our lives, "smart'. Be it...
It’s that time of year that I review everything that I’ve written over the past year and share my favorite blogs. As many of you know, I travel frequently and because I’ve continuously seen every airline movie, I have plenty of time to write. And according to the commentary, every now and then I have a good one. So here are my Top 10 Blogs from 2015!
Shot this late last year for Information Security Buzz. What are five information security new year’s resolutions for improving cyber security in 2016 and why?
Beacon technology offers a new way for companies to deliver value to their customers by enabling micro-location based interaction at every physical touch point. This knowledge opens up a new playground for creating personalized services and inventing new experiences between a company and its customers, but how exactly can organizations monetize this? For the past two years we have heard about mobile notifications and messaging, but this has not taken off and could be considered spamming.
IoT depends to a large part on the availability of custom hardware of sensors that can be efficiently manufactured with exacting tolerances in its specifications. Smart Parts manufacturing will be one of the key technologies required to address the IoT 3D Sensors and 3D Antennae.
Optomec which manfuactures production grade 3D printers can manufacture parts both in plastics and metals.
Web performance issues and advances have been gaining a stronger presence in the headlines as people are becoming more aware of its impact on virtually every business, and 2015 was no exception. We saw a myriad of major outages this year hit some of the biggest corporations, as well as some technology integrations and other news that we IT Ops aficionados find very exciting.
This past year has offered several opportunities for growth and evolution in the performance realm — even the worst failures presented valuable lessons to be carried into the New Year. So before we dive headfirst into 201...






















