Log on:
Powered by Elgg

Matthew Weaver :: Feeds

October 15, 2015

Four DevOps Initiative Questions | @DevOpsSummit #DevOps #Microservices

Look at production incident numbers, most organizations have sufficient data on that and sufficient problems to solve. It ends up being really compelling. Once you show the numbers, generally management just says do it, if that solves the problem just do it. Though you might have to prove that the approach you’re proposing, in other words putting the environments under better control and getting better control on the application releases. You can do that through proof of concept, but I would say that the hard dollar costs are generally there in almost every organization, and that if you’re not coming up with them, keep turning over rocks. Look for various sources of waste in a delivery pipeline process, look for errors, look for other things that you can catch earlier in the cycle and I think you’ll find really compelling numbers.

read more


APIs and Microservices | @DevOpsSummit #DevOps #API #Microservices

When organizations make the choice to put a digital platform in place, a discussion on MicroServices is never far behind. By putting a MicroServices layer in place, an organization creates the springboard to launch into the digital future, whether that involves apps, rich Web clients, or IoT devices such as in-store beacons.

read more


October 14, 2015

Linux Containers with Docker and Azure | @DevOpsSummit #DevOps #Microservices

In part 5 of our “ Open Source + Azure ” series, Keith Mayer welcomes Tatiana Lavrentieva to the show as they discuss how you can deploy Linux Containers in the cloud using Docker and Microsoft Azure. [ 2:32 ] What is Docker and how are organizations using Docker and Azure together? [ 6:24 ] What are the main components of Docker? [ 10:00 ] Traditionally, Docker tools run on Linux ... is there support for running Docker tools on Windows as well?

read more


Containers for Microservices By @SiRuslan | @DevOpsSummit #DevOps #Microservices

Containers have changed the mind of IT in DevOps. They enable developers to work with dev, test, stage and production environments identically. Containers provide the right abstraction for microservices and many cloud platforms have integrated them into deployment pipelines. DevOps and Containers together help companies to achieve their business goals faster and more effectively.

read more


Containers and Microservices By @AppDynamics | @DevOpsSummit #DevOps #Docker #Microservices

Overgrown applications have given way to modular applications, driven by the need to break larger problems into smaller problems. Similarly large monolithic development processes have been forced to be broken into smaller agile development cycles. Looking at trends in software development, microservices architectures meet the same demands. Additional benefits of microservices architectures are compartmentalization and a limited impact of service failure versus a complete software malfunction. The problem is there are a lot of moving parts in these designs; this makes assuring performance complex especially if the services are geographically distributed or provided by multiple third parties.

read more


Load-Balancing Microservices | @DevOpsSummit #DevOps #API #Microservices

There’s no shortage of guides and blog posts available to provide you with best practices in architecting microservices. While all this information is helpful, what doesn’t seem to be available in such a great number are hands-on guidelines regarding how microservices can be scaled. Following a little research and sifting through lots of theoretical discussion, here is how load-balancing microservices is done in practice by the big players.

read more


Python 2 and Python 3 | @DevOpsSummit #DevOps #Python #Microservices

If you are new to Python, you might be confused about the different versions that are available. Although Python 3 is the latest generation of the language, many programmers still use Python 2.7, the final update to Python 2, which was released in 2010. There is currently no clear-cut answer to the question of which version of Python you should use; the decision depends on what you want to achieve. While Python 3 is clearly the future of the language, some programmers choose to remain with Python 2.7 because some older libraries and packages only work in Python 2.

read more


Continuous Provisioning | @DevOpsSummit #DevOps #Microservices

Now, with more hardware! September 21, 2015, Don MacVittie, Sr. Solutions Architect. The “continuous” trend is continuing (get it..?), and we’ll soon reach the peek of the hype cycle, with continuous everything. At the pinnacle of the hype cycle, do not be surprised to see DDOS attacks re-branded as “continuous penetration testing!” and a fee … Read More Continuous Provisioning

read more


J. Paul Reed at @DevOpsSummit Faculty | @JPaulReed #DevOps #Microservices

As operational failure becomes more acceptable to discuss within the software industry, the necessity for holding constructive, actionable postmortems increases. But most of what we know about postmortems from "pop culture" isn't actually relevant for the software systems we work on and within. In his session at DevOps Summit, J. Paul Reed will look at postmortem pitfalls, techniques, and tools you'll be able to take back to your own environment so they will be able to lay the foundations for healthy, productive postmortems that produce actionable outcomes and help the company to move toward a so-called "learning organization."

read more


Identity in Communication | @ThingsExpo @MojoLingo #IoT #M2M #RTC #WebRTC #InternetOfThings

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, will discuss the impact of technology on identity. Should we federate, or not? How should identity be secured? Who owns the identity? How is identity created, addressed, and shared?

read more


Spirent to Exhibit at @DevOpsSummit | @Spirent #DevOps #Microservices

SYS-CON Events announced today that Spirent Communications, the leader in testing navigation and positioning systems, will exhibit at SYS-CON's @DevOpsSummit Silicon Valley, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Spirent Communications enables innovations in communications technologies that help connect people. Whether it is service provider, data centers, enterprise IT networks, mobile communications, connected vehicles or the Internet of Things, Spirent solutions are working behind the scenes to help the world communicate and collaborate faster, better and more securely. The world’s innovators rely on Spirent expertize to help them design, develop and deliver best-in-class solutions to their customers.

read more


Traffic Jams and IoT | @ThingsExpo @VarnishSoftware #IoT #M2M #API

As more intelligent IoT applications shift into gear, they’re merging into the ever-increasing traffic flow of the Internet. It won’t be long before we experience bottlenecks, as IoT traffic peaks during rush hours. Organizations that are unprepared will find themselves by the side of the road unable to cross back into the fast lane. As billions of new devices begin to communicate and exchange data – will your infrastructure be scalable enough to handle this new interconnected world?

read more


October 13, 2015

Containers & Microservices Bootcamp at @CloudExpo | #DevOps #Microservices

SYS-CON Events announced today the Containers & Microservices Bootcamp, being held November 3-4, 2015, in conjunction with 17th Cloud Expo, @ThingsExpo, and @DevOpsSummit at the Santa Clara Convention Center in Santa Clara, CA. This is your chance to get started with the latest technology in the industry. Combined with real-world scenarios and use cases, the Containers and Microservices Bootcamp, led by Janakiram MSV, a Microsoft Regional Director, will include presentations as well as hands-on demos and comprehensive walkthroughs.

read more


Load-Balancing Microservices | @DevOpsSummit #DevOps #API #Microservices

There’s no shortage of guides and blog posts available to provide you with best practices in architecting microservices. While all this information is helpful, what doesn’t seem to be available in such a great number are hands-on guidelines regarding how microservices can be scaled. Following a little research and sifting through lots of theoretical discussion, here is how load-balancing microservices is done in practice by the big players.

read more


IoT Development with Codebug | @ThingsExpo #IoT #M2M #Wearables #BigData #InternetOfThings

CodeBug is a cute, programmable and wearable device designed to introduce simple programming and electronic concepts to anyone, at any age. It is easy to program CodeBug using the online interface, which features colourful drag and drop blocks, an in-browser emulator and engaging community features. Create your own games, clothes, robots or whatever other wacky inventions you have in mind!

read more


PubNub to Present at @ThingsExpo | @PubNub #IoT #M2M #InternetOfThings

The Internet of Everything is re-shaping technology trends–moving away from “request/response” architecture to an “always-on” Streaming Web where data is in constant motion and secure, reliable communication is an absolute necessity. As more and more THINGS go online, the challenges that developers will need to address will only increase exponentially. In his session at @ThingsExpo, Todd Greene, Founder & CEO of PubNub, will explore the current state of IoT connectivity and review key trends and technology requirements that will drive the Internet of Things from hype to reality.

read more


October 12, 2015

What Is Continuous Delivery? | @DevOpsSummit #DevOps #APM #Microservices

When I describe Continuous Delivery to people I generally spend a fair amount of time impressing on them that it is not about tools and technicalities. It is not even about the relationship between developers and operations or product owners and testers. Continuous Delivery is about minimizing the gap between having an idea and getting that idea, in the form of working software, into the hands of users and seeing what they make of it. This vital feedback loop is at the core of not just good development, but of good business too.

read more


How to Sponsor @DevOpsSummit | #DevOps #API #Containers #Microservices

DevOps Summit, taking place at the Santa Clara Convention Center in Santa Clara, CA, and Javits Center in New York City, is co-located with 17th Cloud Expo and will feature technical sessions from a rock star conference faculty and the leading industry players in the world. The widespread success of cloud computing is driving the DevOps revolution in enterprise IT. Now as never before, development teams must communicate and collaborate in a dynamic, 24/7/365 environment. There is no time to wait for long development cycles that produce software that is obsolete at launch. DevOps may be disruptive, but it is essential.

read more


Are You a DevOps Master? Prove It By @Catchpoint | @DevOpsSummit #DevOps #IoT #BigData #Microservices

Now, with DevOps Summit 2015 right around the corner, we’re upping the rewards and raising the bar. You may have emerged as a true web speed aficionado during the spring, but that alone isn’t going to cut it this time around. This time, we’ve upped the ante by expanding the realm of expertise on which you’ll be tested. After all, we’re adamant that performance is about more than just speed, so why limit the testing to just that area? Hence our decision to rebrand version 2.0 as the Ultimate DevOps Geek Quiz Challenge. This time, you’ll be tested on all things DevOps-related, from coding techniques to DNS architecture to the DevOps culture.

read more


Full Stack App Security in the Cloud | @CloudExpo #API #DevOps #Microservices

Enterprises can achieve rigorous IT security as well as improved DevOps practices and Cloud economics by taking a new, cloud-native approach to application delivery. Because the attack surface for cloud applications is dramatically different than for highly controlled data centers, a disciplined and multi-layered approach that spans all of your processes, staff, vendors and technologies is required. This may sound expensive and time consuming to achieve as you plan how to move selected applications to the cloud, but smart organizations are actually reporting an improved security posture, accelerated development processes and greater cost savings.

read more


Citrix Named Top VDI Vendor By @ChrisFleck | @CloudExpo @Citrix #API #IoT

Citrix announced that the company has been named as a leader in the Forrester Research, Inc. report, The Forrester WaveTM: Server-Hosted Virtual Desktops (VDI), Q3 2015. The report evaluated seven vendors based on 26 criteria, including current offering, strategy and market presence. According to the report, the "XenDesktop VDI offering is distinctive at several levels, from the user experience with Citrix Receiver endpoint clients that offer native HDX protocol support on all device and OS platforms to rich 3D graphics and multiple 4K monitor support and sophisticated features for multimedia and videoconferencing performance." The report also noted that Citrix offers a "clever Wi-Fi-based mouse that works with the Citrix Receiver on the iOS platform."

read more


Python 2 and Python 3 | @DevOpsSummit #DevOps #Python #Microservices

If you are new to Python, you might be confused about the different versions that are available. Although Python 3 is the latest generation of the language, many programmers still use Python 2.7, the final update to Python 2, which was released in 2010. There is currently no clear-cut answer to the question of which version of Python you should use; the decision depends on what you want to achieve. While Python 3 is clearly the future of the language, some programmers choose to remain with Python 2.7 because some older libraries and packages only work in Python 2.

read more


Real Time Everywhere By @GENBAND | @ThingsExpo #RTC #IoT #M2M #WebRTC

Through WebRTC, audio and video communications are being embedded more easily than ever into applications, helping carriers, enterprises and independent software vendors deliver greater functionality to their end users. With today’s business world increasingly focused on outcomes, users’ growing calls for ease of use, and businesses craving smarter, tighter integration, what’s the next step in delivering a richer, more immersive experience? That richer, more fully integrated experience comes about through a Communications Platform as a Service which allows for messaging, screen sharing, videoconferencing and more. In her session at WebRTC Summit, Dr. Natasha Tamaskar, Vice President and Head of Cloud and Mobile Strategy and Ecosystem at GENBAND, will explore what’s next on the horizon and how to create amazing experiences by embedding real-time communications everywhere.

read more


Spirent to Exhibit at @DevOpsSummit | @Spirent #DevOps #Microservices

SYS-CON Events announced today that Spirent Communications, the leader in testing navigation and positioning systems, will exhibit at SYS-CON's @DevOpsSummit Silicon Valley, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Spirent Communications enables innovations in communications technologies that help connect people. Whether it is service provider, data centers, enterprise IT networks, mobile communications, connected vehicles or the Internet of Things, Spirent solutions are working behind the scenes to help the world communicate and collaborate faster, better and more securely. The world’s innovators rely on Spirent expertize to help them design, develop and deliver best-in-class solutions to their customers.

read more


October 11, 2015

Node.js Memory Leaks | @ThingsExpo #IoT #BigData #DevOps #Microservices

Memory leaks can be a serious problem in Node.js, potentially affecting the performance of your Node apps. Although it might look like a predicament in the back-end is causing the application to fail, the real source of a bug could be a Node.js memory leak. It’s important to understand what memory leaks are, why they occur, and how to detect and solve memory leaks in Node.js, to get ultimately to the bottom of fixing memory leaks.

read more


<< Back Next >>