Omnichannel: Challenges & Best Practices
We asked our team at Chariot about common omnichannel pitfalls, and how companies of any size can overcome or avoid them.
We asked our team at Chariot about common omnichannel pitfalls, and how companies of any size can overcome or avoid them.
Podcast: Play in new window | Download () | Embed
Our old pal Jamie Allen was in the neighborhood talking this-and-that about Scala, Akka and other sundry Typesafe products, so we roped him in to do the DevNews.
Jamie is currently working with Roland Kuhn on Reactive Design Patterns.
Podcast: Play in new window | Download (Duration: 30:11 — 41.5MB) | Embed
In this interview with Gilt Groupe CTO Michael Bryzek, we discuss how the company started, the open source technologies they’ve used, and how their open source commitment has evolved. We take some time to talk about the scale of their operation, and how they leverage micro services as a way to make it more manageable and scalable in both infrastructure and human terms.
Podcast: Play in new window | Download (Duration: 21:05 — 24.1MB) | Embed
The TechCast is sponsored by Chariot Solutions Education Services – for training in Scala, Spring, Grails, Android, Maven and more. We aren’t just slide turners, either. Ask us about interactive mentoring and semi-structured learning as well. The TechCast this week was devoted to Sujan’s trip to OSCON 2013. He and a number of other Chariot … Read More
not valid
not valid
not validPodcast: Play in new window | Download (Duration: 1:00:16 — 213.5MB) | Embed
From the abstract: “Erlang has made popular the notation of asynchronous message passing as means of distribution and Scaling. While the idea of “actors” is fundamentally simple, how do we, the software engineers, make use of this abstraction to develop real life, scalable systems? This talk designs a scalable distributed search service using Akka and … Read More
From the abstract: Storm makes it easy to write and scale complex realtime computations on a cluster of computers, doing for realtime processing what Hadoop did for batch processing. Storm guarantees that every message will be processed. And it’s fast – you can process millions of messages per second with a small cluster. Best of … Read More
Podcast: Play in new window | Download (Duration: 43:49 — 17.6MB) | Embed
Philly Emerging Technologies Podcast 2011 – #2 Doing the Mundane a Million Times a Minute Speaker – Mark Chadwick, Invite Media/Google From the ETE Session Abstract When dealing with high-volume distributed systems, even the most mundane tasks can be daunting challenges. This talk describes some of the steps, as well as missteps, made while building … Read More
Podcast: Play in new window | Download (Duration: 40:12 — 36.8MB) | Embed
Chariot’s own Eric Snyder discusses MongoDB, a document-oriented NoSQL database. Show Notes MongoDB is built and supported by 10gen Information on BSON, a Binary format similar to JSON: http://bsonspec.org/ Document oriented datastore. Documents are JSON-like. Storage is really BSON, a binary representation of JSON. Supports ad-hoc querying (like relational) Queries are expressed as BSON documents. You … Read More
Podcast: Play in new window | Download (Duration: 31:24 — 28.8MB) | Embed
Peter Neubauer (Twitter :@peterneubauer) is the COO of Neo Technology and one of the founders of neo4j – a graph-based database engine. We talked about the neo4j project and discussed how it can be used from Java and other languages as an alternative that can provide highly scalable access to related data. Resources neo4j home … Read More