show episodes
 
Artwork
 
Deep-dive discussions with the smartest developers we know, explaining what they're working on, how they're trying to move the industry forward, and what we can learn from them. You might find the solution to your next architectural headache, pick up a new programming language, or just hear some good war stories from the frontline of technology. Join your host Kris Jenkins as we try to figure out what tomorrow's computing will look like the best way we know how - by listening directly to the ...
  continue reading
 
Artwork

1
The Retail Spotlight

The Retail Spotlight

Unsubscribe
Unsubscribe
En gång i månaden
 
One of the key things we frequently observe is the speed with which the retail space is evolving and how many people are finding it challenging to keep up. That’s exactly why we started this podcast - to provide experts a stage to share what they have been working on, bring new ideas to the forefront, create more awareness, and explore cutting-edge technologies. In a world where customer experiences can make or break a brand, “The Retail Spotlight” is a new podcast series where executives fr ...
  continue reading
 
Artwork

1
The Catholic Conversation

The Roman Catholic Diocese of Phoenix

Unsubscribe
Unsubscribe
Varje vecka
 
Steve and Becky Greene, the Cradle and the Convert, help Catholics faithfully live their vocation by providing Church teaching, navigating moral challenges and exploring current issues facing the faith in our culture. Thank you for subscribing and for telling your family and friends!
  continue reading
 
Loading …
show series
 
This week we take a look at Bevy, a new game engine written in Rust. And in particular, we look at a core component of Bevy that has something to teach you even if you never write a game: its Entity Component System, or ECS. An ECS is an approach to managing complex systems with large numbers of moving parts, that takes some inspiration from the Re…
  continue reading
 
In this episode, our guest is Peter Pernot-Day, Head of Strategic and Corporate Affairs for NA and Europe at Shein. We discussed the secret to Shein's success and rapid expansion in fashion retail, a fast-moving and highly competitive industry. In this episode, we provide insights into how Shein leverages tech innovation, such as their on-demand mo…
  continue reading
 
Given how many languages have been written in C over the years, it’s not surprising to see new languages being written in Rust. What is surprising about this week’s guest is the domain he’s writing for: Computer Aided Design (CAD). Could Rust be sneaking its way into the CAD world too? Joining me to discuss the design and implementation of a CAD pr…
  continue reading
 
For some kinds of application, there is no faster or cheaper way to build a user interface than in the terminal. Sure, it’s not going to suit every kind of user out there, but for those of us that are happy on the command line, rich Text User Interfaces (or TUIs) open all the exploration and discoverability benefits of a GUI are a fraction of the d…
  continue reading
 
Lustre is a web framework that takes a lot of inspiration from Elm, some from React, and a surprising amount from Erlang’s actor model, to provide a library that blurs the lines between executing on the client, or on the server. Support Developer Voices on Patreon: https://patreon.com/DeveloperVoices Support Developer Voices on YouTube: https://www…
  continue reading
 
I’m always interested in what factors shape the design of a programming language. This week we’re taking a look at a language that’s wholly shaped by its need to support a very specific kind of program - audio processing. Anything from creating a simple echo sound effect, to building an entire digital instrument based on a 17th-century harpsichord.…
  continue reading
 
This episode of 'The Retail Spotlight' features an exciting conversation between our founder and host, Mitul Jain, and Marco Trada, Director eCommerce at Leroy Merlin. Most traditional retailers struggle to figure out omnichannel and the DIY space is one where its even harder to get it right. In this power-packed episode, Marco shares his invaluabl…
  continue reading
 
This week we take a look at what you can do with a GPU when you get away from just using it to draw polygons. Agnès Leroy has spent most of her career programming, optimizing and converting programs to run on that oh-so-curious piece of specialised processing hardware, and we go through all the places that journey has taken her. From simulating the…
  continue reading
 
OCaml has one of the best-loved compilers available, and parts of it are surprisingly pluggable, so it’s not surprising that someone would eventually try to wed OCaml with JavaScript and the web browser. In fact, the ecosystem has gone further, and there are now a bevvy of options for people who want to write OCaml and run it in the browser, or wan…
  continue reading
 
Mapping is a hugely complex task to take on. Even if you moved as much of the data-management as you can out to 3rd-party services, you’d still have a tonne of work to do weaving together map tiles, routing information, GPS data, points of interest, search and more. And as if that wasn’t enough, you’d probably want that software to work on a whole …
  continue reading
 
The terminal might be the most used development tool in history. So it’s a little odd that it hasn’t changed that much in the decades since the terminal first came into being. Is the terminal a “completed” project? Or are there new ways to look at it that might make it even more useful? This week’s guest—Zach Lloyd—is convinced the terminal is ripe…
  continue reading
 
A language’s AST—it’s abstract syntax tree—is nearly always a hidden implementation detail. It’s not treated as part of the language, but merely the intermediate step between parsing and compiling. But this week’s guest aims to flip that relationship on its head... Peter Saxton joins me to talk about EYG - an AST-first language that defines the fun…
  continue reading
 
DuckDB’s become a favourite data-handling tool of mine, simply because it does so many small things well. It can read and write a huge number of data formats; it can infer schemas automatically when you just want to move quickly; and it can interface with most languages, run like lightning on the desktop or be embedded into a webpage. I’m a huge fa…
  continue reading
 
RRWeb is based on a simple idea: If you capture all the DOM events in a browser session, and when they happened, you could play it back later. Play it back for diagnosing error conditions, for understanding your user’s journey, or for creating demo videos that can be edited element-by-element instead of frame-by-frame. Unfortunately, the simple ide…
  continue reading
 
This episode of 'The Retail Spotlight' features an exciting conversation between our founder and host, Mitul Jain, and Roger Graell Sole, Chief Digital Officer at Bata Group. The Bata Group has a unique position of being a household name in tons of countries for several decades now. In this power-packed episode, Roger shares his invaluable insights…
  continue reading
 
Get ready for an exciting conversation as our founder and host, Mitul Jain, chats with Alessandra Montrasio, Chief Marketing Officer. Alessandra shares her incredible journey from FMCG giants to agile retail scale-ups. Tune in to Learn: 🔍 The synergy between marketing and operations to enhance customer experiences 🔑 Evolution of CRM from data manag…
  continue reading
 
The ZigLang team have put an astonishing amount of effort into making Zig work an effective tool for compiling C across different architectures. Work that benefits the Zig language, but also has a chance to benefit languages like Python and Rust. Or indeed, any language that uses native C libraries somewhere in its stack. So this week we’re joined …
  continue reading
 
Monica Migliorino Miller joins Steve and Becky to walk through the first three books of Genesis and explore what they have to say about God, mankind and the world. Her book is In the Beginning: Crucial Lessons for Our World from the First Three Chapters of Genesis.Av Roman Catholic Diocese of Phoenix
  continue reading
 
Back in 2012, José Valim started building Elixir to as a way to have his ideal programming language running on the same platform as Erlang. Fast-forward 12 years and it’s become build anything from distributed infrastructure to notebooks and websites. In this week’s Developer Voices, José joins us to tell the history of Elixir in a series of design…
  continue reading
 
Francis Maier joins Steve and Becky to share stories from his 100+ interviews with priests, deacons and lay people from diverse backgrounds who present a behind-the-scenes look at various aspects of the Church. His book is True Confessions: Voices of Faith from a Life in the Church.Av Roman Catholic Diocese of Phoenix
  continue reading
 
There’s huge pressure on Python at the moment to get faster, ideally without changing at all. One increasingly–popular way of achieving that impossible task is to push the performance critical code down into C, C++, or Rust. And this week we’re focussing on the Python route, as we take a look at PyO3. David Hewitt’s the principal committer to PyO3,…
  continue reading
 
Most message systems have an opinion on the right way to do inter-systems communication. Whether it’s actors, queues, message logs or just plain ol’ request response, nearly every tool has decided on The Right Way to do messaging, and it optimises heavily for that specific approach. But NATS is absolutely running against that trend. In this week’s …
  continue reading
 
Smalltalk is one of those programming languages that’s lived out of the mainstream, but often referenced as an influence and an important part of programming history. It’s the cornerstone of object-oriented programming, it was into message passing before actors were cool, and it blurs the line between operating system, programming language and pers…
  continue reading
 
Everyone likes being first, be it in a race or to embrace new technologies. In the debut episode of 'The Retail Spotlight' podcast, Mitul Jain (CEO of refive) engages in an insightful conversation with Jonathan Haywood, Former Director - Digital, Loyalty, CRM, Transformation at Holland & Barrett. 🌟 With over 11 years at this iconic health and welln…
  continue reading
 
This week we take a close look at the language Inko from two perspectives: The language design features that make it special, and the realities of being a language developer. Yorick Peterse joins us to discuss why he’s building Inko, and which design sweetspots he’s looking for. We begin with memory management, aiming for the kind of developer who …
  continue reading
 
I’ve often wondered how you build a text editor. Like many software projects, it’s a simple idea at the core with an almost infinite scope for features. How do you build a solid foundation to expand on? Which features matter for launch? And how do you hope to satisfy the needs of every programmer, working in every language? My guest for this episod…
  continue reading
 
This week on Developer Voices we’re talking to Ryan Worl, whose career in big data engineering has taken him from DataDog to Co-Founding WarpStream, an Apache Kafka-compatible streaming system that uses Golang for the brains and S3 for the storage. Ryan tells us about his time at DataDog, along with the things he learnt from doing large-scale syste…
  continue reading
 
Welcome to "The Retail Spotlight"! We have a lot of ground to cover on this podcast but first and foremost thanks for tuning in to the trailer episode! Here’s a quick one minute trailer that gives you a sneak peak into what our podcast is all about. 🔊 Don't miss: Our kick-off on 20.06.2024! Follow us now on Spotify, Apple Podcasts, and wherever pod…
  continue reading
 
PostgreSQL is an incredible general-purpose database, but it can’t do everything. Every design decision is a tradeoff, and inevitably some of those tradeoffs get fundamentally baked into the way it’s built. Take storage for instance - Postgres tables are row-oriented; great for row-by-row access, but when it comes to analytics, it can’t compete wit…
  continue reading
 
Loading …

Snabbguide