Podcasts about sharing code

  • 13PODCASTS
  • 20EPISODES
  • 49mAVG DURATION
  • ?INFREQUENT EPISODES
  • Mar 24, 2021LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about sharing code

Latest podcast episodes about sharing code

Frontend Greatness
Sharing Code using NPM Libraries with Eemeli Aro

Frontend Greatness

Play Episode Listen Later Mar 24, 2021 50:44


Eemeli Aro, an open-source developer and a Software Developer at Vincit, joins A-P Koponen on the Frontend Greatness podcast to talk about "Sharing Code using NPM Libraries." In this episode: - How to make an impact by developing Open Source libraries - Pro tips for sharing code within your own organization when using NPM libraries - How to get started with building NPM libraries --- Episode Notes Social - Eemeli's Twitter: https://twitter.com/Eemeli_Aro - A-P's Twitter: https://twitter.com/apkoponen Show Notes - Vincit: https://www.vincit.fi/en/ - Github Packages: https://github.com/features/packages - JFrog Artifactory: https://jfrog.com/artifactory/ - npm-pack: https://docs.npmjs.com/cli/v7/commands/npm-pack - Conventional Commits: https://www.conventionalcommits.org/ - standard-version: https://github.com/conventional-changelog/standard-version - Create your own NPM card: https://natterstefan.medium.com/how-to-create-your-personal-npm-business-card-816dfc66ca8 - Good First Issue: https://goodfirstissue.dev/ Eemeli's Recommendations - Read other people's code: Pick a few libraries with great documentation and see how they're built.

The PeopleSoft Administrator Podcast

This week on the podcast, Dan and Kyle talk about sharing PeopleSoft code, a great new bolt-on tool from Cy2, and the joy of setting up Phire for the first time. Show Notes Windows Sandbox @ 4:00 Appsian PeopleSoft Innovation Summit Replay @ 7:45 Graham Smith on PeopleSoft Chat @ 10:00 This is How I Work Series is running again @ 11:30 PeopleSoft Server Directory Viewer @ 14:30 Sharing PeopleSoft Code @ 19:00 Dan's Idea to Share Code Using Phire for the First Time @ 27:00

Pressing Matters
Episode 7: Sharing Code Between Projects

Pressing Matters

Play Episode Listen Later Feb 7, 2019 58:58


This week Jack and I talk about sharing code between projects. I dive into a recent challenge of packaging up code to be reused across multiple sites, as mu-plugins but all managed by Composer. Jack talks about his parent and child theme setup which is driving numerous sites he’s working on at the moment. This …

projects composer child themes
soundbite.fm: a podcast network
Merge Conflict: 124: All In On .NET Standard 2.1

soundbite.fm: a podcast network

Play Episode Listen Later Nov 19, 2018 36:50


We are all in on .NET Standard for sharing code between our projects and libraries for the community and things are about to get better with .NET Standard 2.1! We break down the latest news in the world of .NET Core 3.0 and .NET Standard 2.1! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ SUPPORT US ON PATREON: patreon.com/mergeconflictfm

Merge Conflict
124: All In On .NET Standard 2.1

Merge Conflict

Play Episode Listen Later Nov 19, 2018 36:50


We are all in on .NET Standard for sharing code between our projects and libraries for the community and things are about to get better with .NET Standard 2.1! We break down the latest news in the world of .NET Core 3.0 and .NET Standard 2.1! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ SUPPORT US ON PATREON: patreon.com/mergeconflictfm

Merge Conflict
Merge Conflict 69: Copy Pasta

Merge Conflict

Play Episode Listen Later Oct 30, 2017 34:24


When is the right time to fork a repository and send a pull request for a feature request? Or is it better use a submodule in your own repository? Or maybe just copy and paste the code into your solution? We discuss all the possibilities. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

soundbite.fm: a podcast network
Merge Conflict 69: Copy Pasta

soundbite.fm: a podcast network

Play Episode Listen Later Oct 30, 2017 34:24


When is the right time to fork a repository and send a pull request for a feature request? Or is it better use a submodule in your own repository? Or maybe just copy and paste the code into your solution? We discuss all the possibilities. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

soundbite.fm: a podcast network
Merge Conflict 7: Is Code Sharing Worth It?

soundbite.fm: a podcast network

Play Episode Listen Later Aug 22, 2016 39:41


Building cross-platform apps sure isn't easy, but code sharing sure helps, but is it worth it? How and when should you share code across a single app and across all apps that you are developing? What to pick? Share projects? Portable class libraries? .NET Standard libraries? This week we investigate the different approaches to sharing code inside of a cross-platform app and how to efficiently share that code with even more applications. Links & Show Notes Sharing Code - Xamarin Documentation Shared Projects with Xamarin.Forms .NET Standard Libraries Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts

Merge Conflict
Merge Conflict 7: Is Code Sharing Worth It?

Merge Conflict

Play Episode Listen Later Aug 22, 2016 39:41


Building cross-platform apps sure isn't easy, but code sharing sure helps, but is it worth it? How and when should you share code across a single app and across all apps that you are developing? What to pick? Share projects? Portable class libraries? .NET Standard libraries? This week we investigate the different approaches to sharing code inside of a cross-platform app and how to efficiently share that code with even more applications. Links & Show Notes Sharing Code - Xamarin Documentation Shared Projects with Xamarin.Forms .NET Standard Libraries Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts

All Ruby Podcasts by Devchat.tv

Rails Remote Conf   02:07 - Testing 07:28 - Adding Tests Later; When is the test useful? TDD (Test-driven Development) 14:35 - Testing the Happy Path 16:48 - Writing Tests First 18:53 - Sharing Code Larry Wall: Three Virtues 27:34 - Testing Error Messages 29:04 - External vs Mocking/Stubbing 34:11 - Exploratory Tests and Characterization Tests Sunk Cost Fallacy Katrina Owen: Therapeutic Refactoring 39:07 - Refactoring 47:22 - Mocking and Stubbing (Cont’d) Justin Searls: To Mock or Not to Mock @ SCNA 2012 Dependency Injection Practical Object-Oriented Design in Ruby by Sandi Metz Spies   Picks How American Politics Went Insane (Jessica) Alex Kitchens’ Minecraft Tweet (Sam) The "Is It a DSL or an API?" Ten Question Checklist (Sam) Transmit (Chuck) Zoom (Chuck) Rails Remote Conf (Chuck)

Ruby Rogues
269 RR Testing

Ruby Rogues

Play Episode Listen Later Jul 20, 2016 59:49


Rails Remote Conf   02:07 - Testing 07:28 - Adding Tests Later; When is the test useful? TDD (Test-driven Development) 14:35 - Testing the Happy Path 16:48 - Writing Tests First 18:53 - Sharing Code Larry Wall: Three Virtues 27:34 - Testing Error Messages 29:04 - External vs Mocking/Stubbing 34:11 - Exploratory Tests and Characterization Tests Sunk Cost Fallacy Katrina Owen: Therapeutic Refactoring 39:07 - Refactoring 47:22 - Mocking and Stubbing (Cont’d) Justin Searls: To Mock or Not to Mock @ SCNA 2012 Dependency Injection Practical Object-Oriented Design in Ruby by Sandi Metz Spies   Picks How American Politics Went Insane (Jessica) Alex Kitchens’ Minecraft Tweet (Sam) The "Is It a DSL or an API?" Ten Question Checklist (Sam) Transmit (Chuck) Zoom (Chuck) Rails Remote Conf (Chuck)

Devchat.tv Master Feed
269 RR Testing

Devchat.tv Master Feed

Play Episode Listen Later Jul 20, 2016 59:49


Rails Remote Conf   02:07 - Testing 07:28 - Adding Tests Later; When is the test useful? TDD (Test-driven Development) 14:35 - Testing the Happy Path 16:48 - Writing Tests First 18:53 - Sharing Code Larry Wall: Three Virtues 27:34 - Testing Error Messages 29:04 - External vs Mocking/Stubbing 34:11 - Exploratory Tests and Characterization Tests Sunk Cost Fallacy Katrina Owen: Therapeutic Refactoring 39:07 - Refactoring 47:22 - Mocking and Stubbing (Cont’d) Justin Searls: To Mock or Not to Mock @ SCNA 2012 Dependency Injection Practical Object-Oriented Design in Ruby by Sandi Metz Spies   Picks How American Politics Went Insane (Jessica) Alex Kitchens’ Minecraft Tweet (Sam) The "Is It a DSL or an API?" Ten Question Checklist (Sam) Transmit (Chuck) Zoom (Chuck) Rails Remote Conf (Chuck)

JavaScript Jabber
193 JSJ Electron with Jessica Lord and Amy Palamountain

JavaScript Jabber

Play Episode Listen Later Jan 6, 2016 53:09


Get your JS Remote Conf tickets! Freelance’ Remote Conf’s schedule is shaping up! Head over here to check it out!   02:17 - Jessica Lord Introduction Twitter GitHub Blog 02:40 - Amy Palamountain Introduction Twitter GitHub Blog 03:14 - Electron Atom 04:55 - Cross-platform Compatibility 05:55 - Electron/Atom + GitHub 07:16 - Electron/Atom + React ? 07:57 - Use Cases for Electron muan/mojibar mafintosh/playback npm-scripts-gui Amy Palamountain: Building native applications with Electron @ Nordic.js 2015 15:09 - Creating Electron Apps on Phones 17:25 - Running a Service Inside of Electron   Visual Studio Code Adventures in Angular Episode #44: Visual Studio Code with Erich Gamma and Chris Dias 19:46 - Making an Electron App Photon conors/photon Photon Components N1 24:09 - Sharing Code 27:40 - Plugins for Functionality electron-accelerator electron-packager electron-prebuilt 31:08 - Keeping Up-to-date/Adding Features 33:14 - Pain Points NuGet 36:22 - Using Electron for Native JavaScript Jabber Episode #186: JSJ NativeScript with TJ VanToll and Burke Holland PhoneGap Reactive Native NativeScript 39:48 - What is a “webview”? 42:12 - Getting Started with Electron 43:28 - Robotics/Hardware Hacking with Electron JIBO Picks Autolux - Future Perfect (Jamison) Move Fast and Break Nothing (Aimee) [egghead.io] Getting Started with Redux (Dave) Destructuring and parameter handling in ECMAScript 6 (Dave) JS Remote Conf (Chuck) Freelance Remote Conf (Chuck) React Remote Conf (Chuck) Pebble Time Steel (Chuck) UglyBaby Etsy Shop (Amy) Jimmy Fallon: Kid Theater with Tom Hanks (Jessica)    

head running cross blog adventures native tom hanks getting started react freelance phones redux keeping up github atom compatibility use cases plugins pain points electron functionality photons n1 move fast visual studio code ecmascript nuget jibo phonegap nativescript erich gamma pebble time steel tj vantoll burke holland js remote conf destructuring chris dias jessica lord javascript jabber episode freelance remote conf electron app react remote conf angular episode
Devchat.tv Master Feed
193 JSJ Electron with Jessica Lord and Amy Palamountain

Devchat.tv Master Feed

Play Episode Listen Later Jan 6, 2016 53:09


Get your JS Remote Conf tickets! Freelance’ Remote Conf’s schedule is shaping up! Head over here to check it out!   02:17 - Jessica Lord Introduction Twitter GitHub Blog 02:40 - Amy Palamountain Introduction Twitter GitHub Blog 03:14 - Electron Atom 04:55 - Cross-platform Compatibility 05:55 - Electron/Atom + GitHub 07:16 - Electron/Atom + React ? 07:57 - Use Cases for Electron muan/mojibar mafintosh/playback npm-scripts-gui Amy Palamountain: Building native applications with Electron @ Nordic.js 2015 15:09 - Creating Electron Apps on Phones 17:25 - Running a Service Inside of Electron   Visual Studio Code Adventures in Angular Episode #44: Visual Studio Code with Erich Gamma and Chris Dias 19:46 - Making an Electron App Photon conors/photon Photon Components N1 24:09 - Sharing Code 27:40 - Plugins for Functionality electron-accelerator electron-packager electron-prebuilt 31:08 - Keeping Up-to-date/Adding Features 33:14 - Pain Points NuGet 36:22 - Using Electron for Native JavaScript Jabber Episode #186: JSJ NativeScript with TJ VanToll and Burke Holland PhoneGap Reactive Native NativeScript 39:48 - What is a “webview”? 42:12 - Getting Started with Electron 43:28 - Robotics/Hardware Hacking with Electron JIBO Picks Autolux - Future Perfect (Jamison) Move Fast and Break Nothing (Aimee) [egghead.io] Getting Started with Redux (Dave) Destructuring and parameter handling in ECMAScript 6 (Dave) JS Remote Conf (Chuck) Freelance Remote Conf (Chuck) React Remote Conf (Chuck) Pebble Time Steel (Chuck) UglyBaby Etsy Shop (Amy) Jimmy Fallon: Kid Theater with Tom Hanks (Jessica)    

head running cross blog adventures native tom hanks getting started react freelance phones redux keeping up github atom compatibility use cases plugins pain points electron functionality photons n1 move fast visual studio code ecmascript nuget jibo phonegap nativescript erich gamma pebble time steel tj vantoll burke holland js remote conf destructuring chris dias jessica lord javascript jabber episode freelance remote conf electron app react remote conf angular episode
All JavaScript Podcasts by Devchat.tv
193 JSJ Electron with Jessica Lord and Amy Palamountain

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Jan 6, 2016 53:09


Get your JS Remote Conf tickets! Freelance’ Remote Conf’s schedule is shaping up! Head over here to check it out!   02:17 - Jessica Lord Introduction Twitter GitHub Blog 02:40 - Amy Palamountain Introduction Twitter GitHub Blog 03:14 - Electron Atom 04:55 - Cross-platform Compatibility 05:55 - Electron/Atom + GitHub 07:16 - Electron/Atom + React ? 07:57 - Use Cases for Electron muan/mojibar mafintosh/playback npm-scripts-gui Amy Palamountain: Building native applications with Electron @ Nordic.js 2015 15:09 - Creating Electron Apps on Phones 17:25 - Running a Service Inside of Electron   Visual Studio Code Adventures in Angular Episode #44: Visual Studio Code with Erich Gamma and Chris Dias 19:46 - Making an Electron App Photon conors/photon Photon Components N1 24:09 - Sharing Code 27:40 - Plugins for Functionality electron-accelerator electron-packager electron-prebuilt 31:08 - Keeping Up-to-date/Adding Features 33:14 - Pain Points NuGet 36:22 - Using Electron for Native JavaScript Jabber Episode #186: JSJ NativeScript with TJ VanToll and Burke Holland PhoneGap Reactive Native NativeScript 39:48 - What is a “webview”? 42:12 - Getting Started with Electron 43:28 - Robotics/Hardware Hacking with Electron JIBO Picks Autolux - Future Perfect (Jamison) Move Fast and Break Nothing (Aimee) [egghead.io] Getting Started with Redux (Dave) Destructuring and parameter handling in ECMAScript 6 (Dave) JS Remote Conf (Chuck) Freelance Remote Conf (Chuck) React Remote Conf (Chuck) Pebble Time Steel (Chuck) UglyBaby Etsy Shop (Amy) Jimmy Fallon: Kid Theater with Tom Hanks (Jessica)    

head running cross blog adventures native tom hanks getting started react freelance phones redux keeping up github atom compatibility use cases plugins pain points electron functionality photons n1 move fast visual studio code ecmascript nuget jibo phonegap nativescript erich gamma pebble time steel tj vantoll burke holland js remote conf destructuring chris dias jessica lord javascript jabber episode freelance remote conf electron app react remote conf angular episode
Devchat.tv Master Feed
135 iPS Developing for Apple Watch with Jeff Kelley

Devchat.tv Master Feed

Play Episode Listen Later Dec 31, 2015 50:35


Check out JS Remote Conf and Freelance Remote Conf   Submit a CFP for iOS Remote Conf!   01:43 - Jeff Kelley Introduction Twitter GitHub Blog Detroit Labs Developing for Apple Watch by Jeff Kelley 02:39 - The Apple Watch (Overview) 03:33 - How do people decide if they need a watch app? 04:53 - Notifications 07:16 - Interacting with an Apple Watch 09:42 - Complications 14:39 - 2.0 Changes to Making Apps 16:57 - Models, Controllers, Views Sharing Code 18:12 - Compatability 19:48 - Developing with HealthKit 24:41 - New Releases with 2.1 26:40 - Screen Sizes and Resolutions 28:36 - Should developers buy more than one watch to test apps? 30:52 - Minimizing Delays 33:00 - Resources WWDC Videos 35:17 - Pain Points with 2.0 Development 37:30 - Phone/Watch Communication 40:39 - Testing 42:09 - Gotchas 43:20 - Memory/Performance Constraints Picks The Song Exploder Podcast (Jaim) Erica Sadun's Blog (Andrew) Hacking Atom to create a Swift IDE that runs on Linux and Mac (Andrew) Authy (Andrew) Serial Podcast (Chuck) BADLAND (Jeff) swift-evolution Mailing List (Jeff) Rocket Fiber (Jeff)

The iPhreaks Show
135 iPS Developing for Apple Watch with Jeff Kelley

The iPhreaks Show

Play Episode Listen Later Dec 31, 2015 50:35


Check out JS Remote Conf and Freelance Remote Conf   Submit a CFP for iOS Remote Conf!   01:43 - Jeff Kelley Introduction Twitter GitHub Blog Detroit Labs Developing for Apple Watch by Jeff Kelley 02:39 - The Apple Watch (Overview) 03:33 - How do people decide if they need a watch app? 04:53 - Notifications 07:16 - Interacting with an Apple Watch 09:42 - Complications 14:39 - 2.0 Changes to Making Apps 16:57 - Models, Controllers, Views Sharing Code 18:12 - Compatability 19:48 - Developing with HealthKit 24:41 - New Releases with 2.1 26:40 - Screen Sizes and Resolutions 28:36 - Should developers buy more than one watch to test apps? 30:52 - Minimizing Delays 33:00 - Resources WWDC Videos 35:17 - Pain Points with 2.0 Development 37:30 - Phone/Watch Communication 40:39 - Testing 42:09 - Gotchas 43:20 - Memory/Performance Constraints Picks The Song Exploder Podcast (Jaim) Erica Sadun's Blog (Andrew) Hacking Atom to create a Swift IDE that runs on Linux and Mac (Andrew) Authy (Andrew) Serial Podcast (Chuck) BADLAND (Jeff) swift-evolution Mailing List (Jeff) Rocket Fiber (Jeff)

Devchat.tv Master Feed
064 AiA Ionic with Matt Kremer and Mike Hartington

Devchat.tv Master Feed

Play Episode Listen Later Oct 22, 2015 61:20


02:18 - Mike Hartington Introduction Twitter GitHub Blog 02:27 - Matt Kremer Introduction Twitter GitHub Blog 02:36 - The Ionic Framework and Ionic Creator Getting Started with Ionic 05:25 - ngCordova Apache Cordova 07:14 - Performance 10:29 - Cordova (Cont’d) 11:47 - Use Cases Sworkit 12:37 - Plugins ngCordova Plugins Overview 13:54 - What Ionic is NOT Ideal For 16:09 - Local Data Storage 17:27 - Fidelity of Interactions 20:54 - The Business Side of Ionic 23:13 - When should I go native? When should I go hybrid? Simon Reimler: Switching from native iOS to Ionic: Why Hybrid doesn't suck (anymore) Sharing Code 27:58 - Business Cases: Convincing Others to Use Ionic 32:44 - Tools for Apache Cordova (TACO) Overlap 36:34 - Deployment 38:58 - Ionic and Angular 2 John Papa’s Angular Style Guide Transitioning Your App from ES5 to TypeScript 45:06 - IDE Support Ionic Lab Electron Picks RAVPower 23000mAh Portable Charger Power Bank External Battery Pack (Joe) iZombie (Joe) Anglebrackets Conference (John) The Standing Athlete | Feat. Kelly Starrett | Ep. 274 | MobilityWOD (Lukas) Kelly Starrett’s Standing Desk Tips (Lukas) Charles Max Wood: Standing Desk and Upgrading My Health (Chuck) Thirsty Light Curve (Chuck) Beardr (Matt) Blab (Matt) Untappd (Mike)

All Angular Podcasts by Devchat.tv
064 AiA Ionic with Matt Kremer and Mike Hartington

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Oct 22, 2015 61:20


02:18 - Mike Hartington Introduction Twitter GitHub Blog 02:27 - Matt Kremer Introduction Twitter GitHub Blog 02:36 - The Ionic Framework and Ionic Creator Getting Started with Ionic 05:25 - ngCordova Apache Cordova 07:14 - Performance 10:29 - Cordova (Cont’d) 11:47 - Use Cases Sworkit 12:37 - Plugins ngCordova Plugins Overview 13:54 - What Ionic is NOT Ideal For 16:09 - Local Data Storage 17:27 - Fidelity of Interactions 20:54 - The Business Side of Ionic 23:13 - When should I go native? When should I go hybrid? Simon Reimler: Switching from native iOS to Ionic: Why Hybrid doesn't suck (anymore) Sharing Code 27:58 - Business Cases: Convincing Others to Use Ionic 32:44 - Tools for Apache Cordova (TACO) Overlap 36:34 - Deployment 38:58 - Ionic and Angular 2 John Papa’s Angular Style Guide Transitioning Your App from ES5 to TypeScript 45:06 - IDE Support Ionic Lab Electron Picks RAVPower 23000mAh Portable Charger Power Bank External Battery Pack (Joe) iZombie (Joe) Anglebrackets Conference (John) The Standing Athlete | Feat. Kelly Starrett | Ep. 274 | MobilityWOD (Lukas) Kelly Starrett’s Standing Desk Tips (Lukas) Charles Max Wood: Standing Desk and Upgrading My Health (Chuck) Thirsty Light Curve (Chuck) Beardr (Matt) Blab (Matt) Untappd (Mike)

Adventures in Angular
064 AiA Ionic with Matt Kremer and Mike Hartington

Adventures in Angular

Play Episode Listen Later Oct 22, 2015 61:20


02:18 - Mike Hartington Introduction Twitter GitHub Blog 02:27 - Matt Kremer Introduction Twitter GitHub Blog 02:36 - The Ionic Framework and Ionic Creator Getting Started with Ionic 05:25 - ngCordova Apache Cordova 07:14 - Performance 10:29 - Cordova (Cont’d) 11:47 - Use Cases Sworkit 12:37 - Plugins ngCordova Plugins Overview 13:54 - What Ionic is NOT Ideal For 16:09 - Local Data Storage 17:27 - Fidelity of Interactions 20:54 - The Business Side of Ionic 23:13 - When should I go native? When should I go hybrid? Simon Reimler: Switching from native iOS to Ionic: Why Hybrid doesn't suck (anymore) Sharing Code 27:58 - Business Cases: Convincing Others to Use Ionic 32:44 - Tools for Apache Cordova (TACO) Overlap 36:34 - Deployment 38:58 - Ionic and Angular 2 John Papa’s Angular Style Guide Transitioning Your App from ES5 to TypeScript 45:06 - IDE Support Ionic Lab Electron Picks RAVPower 23000mAh Portable Charger Power Bank External Battery Pack (Joe) iZombie (Joe) Anglebrackets Conference (John) The Standing Athlete | Feat. Kelly Starrett | Ep. 274 | MobilityWOD (Lukas) Kelly Starrett’s Standing Desk Tips (Lukas) Charles Max Wood: Standing Desk and Upgrading My Health (Chuck) Thirsty Light Curve (Chuck) Beardr (Matt) Blab (Matt) Untappd (Mike)