Podcasts about asynchronous programming

  • 19PODCASTS
  • 28EPISODES
  • 48mAVG DURATION
  • ?INFREQUENT EPISODES
  • Dec 18, 2024LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about asynchronous programming

Latest podcast episodes about asynchronous programming

R Weekly Highlights
Issue 2024-W51 Highlights

R Weekly Highlights

Play Episode Listen Later Dec 18, 2024 39:40 Transcription Available


An evolution of asynchronous programming techniques to boost your Shiny apps, how a puzzle from over a century ago could tip the scales for mathematics algorithms solvable in R, and solving the recent 2024 Advent of Code puzzles with data.table.Episode LinksThis week's curator: Colin Fay - @colinfay@fosstodon.org [@_ColinFay]](https://twitter.com/_ColinFay) (X/Twitter) @colinfay.bsky.socialParallel and Asynchronous Programming in Shiny with future, promise, future_promise, and ExtendedTaskWriting Signed Trinary: or, Back To the Four Weights ProblemAdvent of Code with data.table: Week OneEntire issue available at rweekly.org/2024-W51Supplement ResourcesFutureverse - A Unifying Parallelization Framework in R for Everyone https://www.futureverse.org/Non-blocking operations with ExtendedTask https://shiny.posit.co/r/articles/improve/nonblocking/Asynchronous Shiny apps with crew and mirai https://wlandau.github.io/crew/articles/shiny.htmlBachet's Four Weights Problem https://rworks.dev/posts/four-weights/Advent of Code 2024 https://adventofcode.com/Lime Bikes Summary Dashboard https://jokasan.github.io/Lime_Dash/Chapter image creditsAdvent of Code https://thenewstack.io/advent-of-codes-programming-puzzles-set-new-global-record/Supporting the showUse the contact page at https://serve.podhome.fm/custompage/r-weekly-highlights/contact to send us your feedbackR-Weekly Highlights on the Podcastindex.org - You can send a boost into the show directly in the Podcast Index. First, top-up with Alby, and then head over to the R-Weekly Highlights podcast entry on the index.A new way to think about value: https://value4value.infoGet in touch with us on social mediaEric Nantz: @rpodcast@podcastindex.social (Mastodon), @rpodcast.bsky.social (BlueSky) and @theRcast (X/Twitter)Mike Thomas: @mike_thomas@fosstodon.org (Mastodon), @mike-thomas.bsky.social (BlueSky), and @mike_ketchbrook (X/Twitter) Music credits powered by OCRemixJ-Type - Tetris - Nostalvania - https://ocremix.org/remix/OCR04401I Just Skipped Time Yesterday - Puyo Puyo - Rexy - https://ocremix.org/remix/OCR03941

PodRocket - A web development podcast from LogRocket
Exploring Node.js with David Neal

PodRocket - A web development podcast from LogRocket

Play Episode Listen Later Aug 29, 2024 27:29


David Neal, developer advocate and Asana content creator, discusses his talk, The Illustrated Guide to Node.js. David shares insights from his 10-year journey with Node.js, discussing its origins, use cases, and why it remains a vital tool for developers, giving insights into JavaScript's evolution and practical tips for navigating the Node.js ecosystem. Links https://reverentgeek.com https://twitter.com/reverentgeek https://techhub.social/@reverentgeek https://staging.bsky.app/profile/reverentgeek.com https://www.threads.net/@reverentgeek https://github.com/reverentgeek https://www.youtube.com/ReverentGeek https://www.linkedin.com/in/davidneal We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understand where your users are struggling by trying it for free at [LogRocket.com]. Try LogRocket for free today.(https://logrocket.com/signup/?pdr) Special Guest: David Neal.

Syntax - Tasty Web Development Treats
776: How 1Password Uses WASM and Rust for Local First Dev With Andrew Burkhart

Syntax - Tasty Web Development Treats

Play Episode Listen Later May 31, 2024 58:00


Today we're serving up an episode on 1Password with Senior Rust Developer Andrew Burkhart, delving into how 1Password works, tackling conflict resolution and security challenges, and exploring the benefits of using Rust. Show Notes 00:00 Welcome to Syntax 00:57 Who is Andrew Burkhart? 01:36 How does 1Password work? 03:24 What's the data flow on creating a new login? 05:40 The conflict resolution challenges of pull first, push second. 06:46 Merging strategies: How do you chose which device wins the conflict? 08:27 1Password's sync is fast and reliable. 11:20 Nuances of the extension. 12:59 The value of Hackathons. 13:40 What's the main benefit of 1Password using Rust? 15:41 Watchtower processing. 17:15 1Password SSH. 18:17 1Password env. 19:11 Some other cool tools. 20:33 Does the increased security make developing challenging? 25:26 What's 1Password's security onboarding like? 27:47 1Password and WASM. 31:45 Tokio as the asynchronous runtime for Rust. 34:25 Scott's Rust based video app. 35:03 What is an FFI? 38:13 How did you learn Rust? Jon Gjengset - Rust Nation UK YouTube. Let's Get Rusty YouTube. 41:13 Why is the 1Password team so big? 42:40 Are there teams that manage individual applications for errors? 43:45 Challenges with WASM. 48:59 Syntax horror stories. Episode 586 with Eric Sartorius. 52:50 Sick Picks + Shameless Plugs. Sick Picks Andrew: Nix Mini 3, Asynchronous Programming in Rust. Shameless Plugs Andrew: 1Password. Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott:X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads

Rustacean Station
Asynchronous Programming in Rust with Carl Fredrik Samson

Rustacean Station

Play Episode Listen Later Mar 17, 2024 50:18


Allen Wyma talks with Carl Fredrik Samson about his book Asynchronous Programming in Rust, a deep dive into asynchronous programming in Rust. Contributing to Rustacean Station Rustacean Station is a community project; get in touch with us if you'd like to suggest an idea for an episode or offer your services as a host or audio editor! Twitter: @rustaceanfm Discord: Rustacean Station Github: @rustacean-station Email: hello@rustacean-station.org Timestamps [@00:00] - Meet Carl Fredrik Samson, author of Asynchronous Programming in Rust [@04:26] - Making the deal with Packt (publishing company) [@05:12] - Runtime with green threads [@07:50] - Understanding the concept of asynchronous programming [@03:17] - The benefits and purpose of using asynchronous programming [@28:35] - Comparing green threads and fibers in Rust [@35:29] - Importance of learning async programming [@41:43] - Insights into the book's creation process, including research and writing efforts [@43:13] - Target audience and prerequisites for the book [@45:09] - Book details [@48:02] - Closing thoughts Credits Intro Theme: Aerocity Audio Editing: Plangora Hosting Infrastructure: Jon Gjengset Show Notes: Plangora Hosts: Allen Wyma

RadioDotNet
Async practices, breaking changes, time provider

RadioDotNet

Play Episode Listen Later Nov 19, 2023 128:40


Подкаст RadioDotNet выпуск №82 от 20 ноября 2023 года Сайт подкаста: radio.dotnet.ru Boosty (₽): boosty.to/RadioDotNet Темы: [00:02:45] — Avoiding flaky tests with TimeProvider and ITimerandrewlock.net/exploring-the-dotnet-8-preview-avoidin... [00:20:15] — Asynchronous Programming by David Fowlergithub.com/davidfowl/AspNetCoreDiagnosticScenario...youtube.com/watchcodetraveler.io/asyncawaitbestpracticesblog.stephencleary.com/configureawait-in-net-8 [01:09:35] — Breaking Change Ruleslearn.microsoft.com/dotnet/core/compatibility/library-chan...learn.microsoft.com/dotnet/standard/library-guidance/break...github.com/dotnet/runtime/blob/main/docs/coding-g... [01:34:53] — Preventing breaking changes in class librariesdev.to/asimmon/preventing-breaking-changes-in...github.com/dotnet/winforms/pull/4837 [01:46:44] — Книга «Blazor в действии» в правильном переводе DotNetRuhabr.com/ru/companies/jugru/articles/772646 [01:49:12] — Кратко о разномplatform.uno/blog/uno-platform-5-0devblogs.microsoft.com/dotnet/efcore-mongodbgithub.com/icsharpcode/ILSpy/releases/tag/v8.2github.com/icsharpcode/AvaloniaILSpylearn.microsoft.com/dotnet/core/compatibility/serializatio...sergeyteplyakov.github.io/Blog/benchmarking/Performance_Comparis...avaloniaui.net/XPFblog.jetbrains.com/dotnet/how-jetbrains-rider-implemented...github.com/dotnet/runtime/issues/94620 [02:01:50] — Подслушаноbreslav-lozhechkin.mave.digital Фоновая музыка:Максим Аршинов «Pensive yeti.0.1»

Coding talks with Vishnu VG
C# Asynchronous programming practices

Coding talks with Vishnu VG

Play Episode Listen Later Jan 26, 2022 64:09


Interested in knowledge about c# and .Net asynchronous programming practices. Checkout my new podcast episode on asynchronous programming practices (Available on all platforms) --- Send in a voice message: https://anchor.fm/vishnu-vg/message

practices checkout asynchronous programming
Rustacean Station
From Zero to Production with Luca Palmieri

Rustacean Station

Play Episode Listen Later Sep 10, 2021 67:42


Allen Wyma talks with Luca Palmieri, a principal engineer at TrueLayer, about his book called “Zero To Production in Rust”. Contributing to Rustacean Station Rustacean Station is a community project; get in touch with us if you'd like to suggest an idea for an episode or offer your services as a host or audio editor! Twitter: @rustaceanfm Discord: Rustacean Station Github: @rustacean-station Email: hello@rustacean-station.org Timestamps [@02:30] - Book ideas [@13:20] - Reasons for using Rust in production [@10:34] - Asynchronous Programming in Rust [@16:45] - Actix Web [@32:21] - Challenges in using Rust as backend language [@36:30] - What is krustlet? [@46:35] - How is the process of writing the book [@54:50] - Rust edition 2021 [@57:40] - Rust's community [@59:37] - Rust for Rustaceans [@1:00:26] - Rust in Action [@1:01:34] - Tips for beginners Other Resources Luca's blog Hexagonal Architecture Credits Intro Theme: Aerocity Audio Editing: Plangora Hosting Infrastructure: Jon Gjengset Show Notes: Plangora Hosts: Allen Wyma

souforce.cloud
#302 - Se preparando para certificação JavaScript Developer I - Parte 7

souforce.cloud

Play Episode Listen Later Sep 11, 2020 55:25


- Explicação da Prova - Variables, Types, and Collections: 23% - Objects, Functions, and Classes: 25% - Browser and Events: 17% - Debugging and Error Handling: 7% - Asynchronous Programming: 13% - Server Side JavaScript 8% - Abordaremos hoje - Testing 7% - Mão na massa - npm install --save-dev jest - npm install @types/jest --save-dev - Add on package.json "test" : "jest" - Com cobertura, altere para: "test" : "jest --coverage" - https://marketplace.visualstudio.com/items?itemName=andys8.jest-snippets - https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest - https://jestjs.io/docs/en/getting-started - https://trailhead.salesforce.com/help?article=Salesforce-Certified-JavaScript-Developer-I-Exam-Guide - https://github.com/souforce/Prep-JavaScriptDev1 - https://www.youtube.com/playlist?list=PLaP5ExDSh2CLiOrHps64BGMryRm7ZPkaN Acompanhe as live de segunda a sexta às 21:41 em https://youtube.com/souforce Siga-nos no Instagram @souforce Blog: https://souforce.cloud Cursos: https://souforce.cloud/cursos Youtube: https://youtube.com/souforce Telegram: https://t.me/souforce

souforce.cloud
#297 - Se preparando para certificação JavaScript Developer I - Parte 6

souforce.cloud

Play Episode Listen Later Sep 4, 2020 68:37


- Explicação da Prova - Variables, Types, and Collections: 23% - Objects, Functions, and Classes: 25% - Browser and Events: 17% - Debugging and Error Handling: 7% - Asynchronous Programming: 13% - Abordaremos hoje - Server Side JavaScript 8% - Mão na massa - O que é NPM - O npm é o Gerenciador de Pacotes do Node (Node Package Manager) - Quando usar nodejs? - O que é o package.json - O package.json é uma espécie de manifesto do seu projeto. Ele pode fazer várias coisas, completamente não relacionadas. Ele é um repositório central de configurações de ferramentas, por exemplo. Ele também é onde npm armazena os nomes e versões dos pacotes instalados. - Comando do nodejs CLI - init - install - uninstall - start - stop --save - https://docs.npmjs.com/cli-documentation/ - sudo npm install express --save - sudo npm install nodemon --save-dev - "start" : "node server.js" - "start" : "nodemon server.js" - .gitignore : node_modules/ - https://trailhead.salesforce.com/help?article=Salesforce-Certified-JavaScript-Developer-I-Exam-Guide - https://github.com/souforce/Prep-JavaScriptDev1 - https://www.youtube.com/playlist?list=PLaP5ExDSh2CLiOrHps64BGMryRm7ZPkaN Acompanhe as live de segunda a sexta às 21:41 em https://youtube.com/souforce Siga-nos no Instagram @iFernandoSousa & @Anellinv & @souforce Blog: https://souforce.cloud Cursos: https://souforce.cloud/cursos Youtube: https://youtube.com/souforce Telegram: https://t.me/souforce

souforce.cloud
#292 - Se preparando para certificação JavaScript Developer I - Parte 5

souforce.cloud

Play Episode Listen Later Aug 28, 2020 41:52


- Explicação da Prova - Variables, Types, and Collections: 23% - Objects, Functions, and Classes: 25% - Browser and Events: 17% - Debugging and Error Handling: 7% - Abordaremos hoje - Asynchronous Programming: 13% - Mão na massa - Callback - setTimeout - setInterval - const fs = require('fs'); - Promisse - async / await - Arrow function - https://trailhead.salesforce.com/help?article=Salesforce-Certified-JavaScript-Developer-I-Exam-Guide - https://github.com/souforce/Prep-JavaScriptDev1 - https://www.youtube.com/playlist?list=PLaP5ExDSh2CLiOrHps64BGMryRm7ZPkaN Acompanhe as live de segunda a sexta às 21:41 em https://youtube.com/souforce Siga-nos no Instagram @iFernandoSousa & @Anellinv & @souforce Blog: https://souforce.cloud Cursos: https://souforce.cloud/cursos Youtube: https://youtube.com/souforce Telegram: https://t.me/souforce

souforce.cloud
#272 - Se preparando para certificação JavaScript Developer I - Parte 1

souforce.cloud

Play Episode Listen Later Jul 31, 2020 62:26


- Explicação da Prova JavaScript Developer I - Variables, Types, and Collections: 23% - Objects, Functions, and Classes: 25% - Browser and Events: 17% - Debugging and Error Handling: 7% - Asynchronous Programming: 13% - Server Side JavaScript: 8% - Testing: 7% - Como será a nova Série - Mão na massa - Instalação do https://nodejs.org - Instalação do VSCode - Variable (Var, Let, Const) - Blocos - Tipos (Boolean, String, Number, Date) - Lista (Array, for, while, do while, foreach) - JSON - https://trailhead.salesforce.com/help?article=Salesforce-Certified-JavaScript-Developer-I-Exam-Guide - https://code.visualstudio.com - https://nodejs.org - https://github.com/souforce/Prep-JavaScriptDev1 - Live 264 - Dicas de Estudos para a Certificação JavaScript Developer I - https://www.youtube.com/watch?v=MLPGMgvM6po Acompanhe as live de segunda a sexta às 21:41 em https://youtube.com/souforce Siga-nos no Instagram @iFernandoSousa & @Anellinv & @souforce Blog: https://souforce.cloud Cursos: https://souforce.cloud/cursos Youtube: https://youtube.com/souforce Telegram: https://t.me/souforce

Inside iOS Dev
Law of Demeter, Async Programming, Naming Things with Tom Mornini

Inside iOS Dev

Play Episode Listen Later Jul 8, 2020 46:07


LinkedIn Law Of Demeter threadTwitter Law Of Demeter threadTom on TwitterTom on LinkedInSign up for Alex's upcoming video course about iOS System Design Interview: https://iosinterviewguide.com/system-design-interviewSign up for Alex's upcoming video course about RIBs Architecture: http://ribsarchitecture.com/video-course-waitlistNeed to prepare for an iOS Engineer Interview? https://iosinterviewguide.comConnect with us: https://twitter.com/insideiosdevEmail us at hello@insideiosdev.com

Inside iOS Dev
Asynchronous Work on iOS (Combine Edition) with Leo Dion

Inside iOS Dev

Play Episode Listen Later Jan 27, 2020 31:41


Alex interviews Leo Dion about his recent article Asynchronous Multi-Threaded Parallel World of Swift. They talk about async work on iOS, options developers had previously (from low level to high), and then discuss how new Apple frameworks Swift Nio and Combine helps solve asynchronous tasks on iOS.Unfortunately the chat transcript for this call was lost and some of the links didn't make it into show notes.Leo's article - Asynchronous Multi-Threaded Parallel World of SwiftLeo's 360 iDev talkLeo's twitterSwiftNIOCombineSign up for Alex's upcoming video course about RIBs Architecture: http://ribsarchitecture.com/video-course-waitlistNeed to prepare for an iOS Engineer Interview? https://iosinterviewguide.comConnect with us: https://twitter.com/insideiosdevEmail us at hello@insideiosdev.com

Inside iOS Dev
GCD vs RxSwift with Shai Mishali

Inside iOS Dev

Play Episode Listen Later Jul 1, 2019 31:51


Alex and Andrew interview Shai Mishali about advantages of using RxSwift for async operations on iOS instead of Grand Central Dispatch (GCD).Shai's twitterShai's contributions on Ray Wenderlich websiteRxSwift: Reactive Programming with Swift (raywenderlich.com book)Need to prepare for an iOS Engineer Interview? https://iosinterviewguide.comConnect with us: https://twitter.com/insideiosdevEmail us at hello@insideiosdev.com

Salesforce Casts Podcast
Synchronous vs Asynchronous Programming in Salesforce

Salesforce Casts Podcast

Play Episode Listen Later Nov 22, 2018 7:48


In this episode let’s look into what’s Synchronous and Asynchronous Programming and how do we do it Salesforce platform. Synchronous Programming In Synchronous programming statements will be executed one after the other. Say, we have 10 lines of code, then each and every line will be execute one after the other. So first line has to be executed it's only then the execution jumps to the second line. Likewise, second line has to be executed, only after that execution jumps on to the third line, so one and so forth. So, If our first statement is dealing with fetching list of Account records, until we get the data, execution will not jump on to the next line. Asynchronous Programming Asynchronous Programming is a methodology in which statements will not be executed one after the other. let’s say we have 10 lines of code and one of the statements in these 10 lines is a setTimeout() statement and lets go with the assumption that we want it to get executed after 10 secs. Then the execution comes to this setTimeOut statement and the moment the execution hits this statement, we are telling the computer I want to run this function but I don’t want to do it at least for a 10000 milliseconds in the future. So once 10 seconds from now gets passed that’s when I want this statement to get executed. Often we use this format of coding when we want to get data from other systems or when we make AJAX calls and etc. So we make the call and the thread doesn’t know when the response is going to comeback. This is Asynchronous Programming. We also discussed about other things in this episode. Please check it out. × × × SIIIICK ××× PIIIICKS × × × A concept inspired from wesbos Echo (2nd Generation) - Smart speaker Ring Wi-Fi Enabled Video Doorbell Subscribe You can subscribe to my course at Salesforce Casts Links: My Gear Teja on Twitter Teja's Instagram

Merge Conflict
Merge Conflict 11: Lightning Talks Round 1

Merge Conflict

Play Episode Listen Later Sep 19, 2016 33:16


It is lightning talk week on Merge Conflict as we cover six different development topics in under thirty minutes. Each topic gets just five minutes of back and forth debate before moving on to the next. This week's topics include markdown, asynchronous programming, hardware and software setup, programmer art, and a little bit of science fiction. While Frank and James picked a few of the topics, many from you our listeners who have been tweeting at us about what you want to hear. Get ready for fast paced development fun on this week's Merge Conflict. Links & Show Notes Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts Overcast

soundbite.fm: a podcast network
Merge Conflict 11: Lightning Talks Round 1

soundbite.fm: a podcast network

Play Episode Listen Later Sep 19, 2016 33:16


It is lightning talk week on Merge Conflict as we cover six different development topics in under thirty minutes. Each topic gets just five minutes of back and forth debate before moving on to the next. This week's topics include markdown, asynchronous programming, hardware and software setup, programmer art, and a little bit of science fiction. While Frank and James picked a few of the topics, many from you our listeners who have been tweeting at us about what you want to hear. Get ready for fast paced development fun on this week's Merge Conflict. Links & Show Notes Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts Overcast

All JavaScript Podcasts by Devchat.tv
159 JSJ Why JavaScript Is Hard

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later May 13, 2015 58:10


02:54 - Everyone Gets It But Me Martin Fowler 04:06 - Tools You “Need” to Know 06:29 - Clojures 07:39 - JavaScript as “Object-Oriented” vs “Event-Oriented” Object-Oriented Programming 09:30 - Code That Can’t Be Serialized or Deserialized 10:49 - Clojures (Cont’d) 14:32 - The DOM (Document Object Model) [YouTube] Angular + React = Speed by Dave Smith @ ng-conf 2015 19:52 - Math Is Hard IEEE754 (Floating-Point Arithmetic) 22:39 - Prototypes Sebastian Porto: A Plain English Guide to JavaScript Prototypes 25:43 - Asynchronous Programming Debugging Gregor Hohpe: Your Coffee Shop Doesn’t Use Two-Phase Commit How Do You Learn It? 32:23 - Browser Environments 34:48 - Keeping Up with JavaScript 35:46 - Node Nesting Context Switching 42:48 - UTF-8 Conversion 44:56 - Jamison’s Stack React Koa     RethinkDB io.js Webpack Check out and sign up to get new on React Rally: A community React conference on August 24th and 25th in Salt Lake City, Utah! Picks Jason Orendorff: ES6 In Depth (Aimee) Cat Strollers (Aimee) Stephano Legacy of the Void (Joe) A Gentleman's Guide to Love and Murder (Joe) Gregor Hohpe: Your Coffee Shop Doesn’t Use Two-Phase Commit  (AJ) Firefox OS (AJ) Flame (AJ) OpenWest 2015 (AJ) 801 Labs Hackerspace (AJ) Stack Overflow Careers (AJ) Dota 2 (Jamison) Beats, Rye & Types Podcast (Jamison) JS Remote Conf Talks (Chuck) Workflowy (Chuck)

JavaScript Jabber
159 JSJ Why JavaScript Is Hard

JavaScript Jabber

Play Episode Listen Later May 13, 2015 58:10


02:54 - Everyone Gets It But Me Martin Fowler 04:06 - Tools You “Need” to Know 06:29 - Clojures 07:39 - JavaScript as “Object-Oriented” vs “Event-Oriented” Object-Oriented Programming 09:30 - Code That Can’t Be Serialized or Deserialized 10:49 - Clojures (Cont’d) 14:32 - The DOM (Document Object Model) [YouTube] Angular + React = Speed by Dave Smith @ ng-conf 2015 19:52 - Math Is Hard IEEE754 (Floating-Point Arithmetic) 22:39 - Prototypes Sebastian Porto: A Plain English Guide to JavaScript Prototypes 25:43 - Asynchronous Programming Debugging Gregor Hohpe: Your Coffee Shop Doesn’t Use Two-Phase Commit How Do You Learn It? 32:23 - Browser Environments 34:48 - Keeping Up with JavaScript 35:46 - Node Nesting Context Switching 42:48 - UTF-8 Conversion 44:56 - Jamison’s Stack React Koa     RethinkDB io.js Webpack Check out and sign up to get new on React Rally: A community React conference on August 24th and 25th in Salt Lake City, Utah! Picks Jason Orendorff: ES6 In Depth (Aimee) Cat Strollers (Aimee) Stephano Legacy of the Void (Joe) A Gentleman's Guide to Love and Murder (Joe) Gregor Hohpe: Your Coffee Shop Doesn’t Use Two-Phase Commit  (AJ) Firefox OS (AJ) Flame (AJ) OpenWest 2015 (AJ) 801 Labs Hackerspace (AJ) Stack Overflow Careers (AJ) Dota 2 (Jamison) Beats, Rye & Types Podcast (Jamison) JS Remote Conf Talks (Chuck) Workflowy (Chuck)

Devchat.tv Master Feed
159 JSJ Why JavaScript Is Hard

Devchat.tv Master Feed

Play Episode Listen Later May 13, 2015 58:10


02:54 - Everyone Gets It But Me Martin Fowler 04:06 - Tools You “Need” to Know 06:29 - Clojures 07:39 - JavaScript as “Object-Oriented” vs “Event-Oriented” Object-Oriented Programming 09:30 - Code That Can’t Be Serialized or Deserialized 10:49 - Clojures (Cont’d) 14:32 - The DOM (Document Object Model) [YouTube] Angular + React = Speed by Dave Smith @ ng-conf 2015 19:52 - Math Is Hard IEEE754 (Floating-Point Arithmetic) 22:39 - Prototypes Sebastian Porto: A Plain English Guide to JavaScript Prototypes 25:43 - Asynchronous Programming Debugging Gregor Hohpe: Your Coffee Shop Doesn’t Use Two-Phase Commit How Do You Learn It? 32:23 - Browser Environments 34:48 - Keeping Up with JavaScript 35:46 - Node Nesting Context Switching 42:48 - UTF-8 Conversion 44:56 - Jamison’s Stack React Koa     RethinkDB io.js Webpack Check out and sign up to get new on React Rally: A community React conference on August 24th and 25th in Salt Lake City, Utah! Picks Jason Orendorff: ES6 In Depth (Aimee) Cat Strollers (Aimee) Stephano Legacy of the Void (Joe) A Gentleman's Guide to Love and Murder (Joe) Gregor Hohpe: Your Coffee Shop Doesn’t Use Two-Phase Commit  (AJ) Firefox OS (AJ) Flame (AJ) OpenWest 2015 (AJ) 801 Labs Hackerspace (AJ) Stack Overflow Careers (AJ) Dota 2 (Jamison) Beats, Rye & Types Podcast (Jamison) JS Remote Conf Talks (Chuck) Workflowy (Chuck)

CppCast
Asynchronous Programming with Hartmut Kaiser

CppCast

Play Episode Listen Later Apr 23, 2015 52:58


Rob and Jason are joined by Hartmut Kaiser to talk about Asynchronous Programming and the HPX framework.Hartmut Kaiser is an Adjunct Professor of Computer Science at Louisiana State University. At the same time, he holds the position of a senior scientist at the Center for Computation and Technology at LSU. He received his doctorate from the Technical University of Chemnitz (Germany) in 1988. He is probably best known through his involvement in open source software projects, mainly as the author of several C++ libraries he has contributed to Boost, which are in use by thousands of developers worldwide. He is a voting member of the ISO C++ Standards Committee and his current research is focused on leading the STE||AR group at CCT working on the practical design and implementation of the ParalleX execution model and related programming methods. In addition, he architected and developed the core library modules of SAGA for C++, a Simple API for Grid Applications.NewsClion 1.1 roadmap & ACCU 2015Boost 1.58 a short overviewModule proposal for C++ now at rev 3Hartmut KaiserHartmut KaiserLinksAsynchronous Computation in C++The STE||AR GroupHPX on Github

PowerScripting Podcast
Episode 280 - PowerScripting Podcast - Glenn Block and Oisin Grehan on Asynchronous Programming

PowerScripting Podcast

Play Episode Listen Later Aug 6, 2014 63:49


Glenn Block and Oisin Grehan

oisin asynchronous programming glenn block
Build a Windows Store Blog Reader app with C# (HD) - Channel 9
C# Blog Reader - 3 - Asynchronous programming

Build a Windows Store Blog Reader app with C# (HD) - Channel 9

Play Episode Listen Later Oct 26, 2012 10:38


In this video, we'll review the asynchronous programming model for Windows 8 apps, and how to use the async/await keywords to download RSS feeds asynchronously.Step-by-Step tutorial from dev.windows.com Blog Reader complete code

blog windows reader asynchronous programming
Hanselminutes - Fresh Talk and Tech for Developers
Everything .NET programmers know about Asynchronous Programming is wrong

Hanselminutes - Fresh Talk and Tech for Developers

Play Episode Listen Later Jul 5, 2012 32:29


Scott gets schooled by Damian and Levi on the differences between parallelism, background processing, and asynchronous programming. How does await and async change the game and what do you need to know to get started today.

programmers asynchronous programming
Lang.NEXT 2012 Sessions (HD)
Language Support for Asynchronous Programming

Lang.NEXT 2012 Sessions (HD)

Play Episode Listen Later Mar 19, 2012 42:48


Asynchronous programming is what the doctor usually orders for unresponsive client apps and for services with thread-scaling issues. This usually means a bleak departure from the imperative programming constructs we know and love into a spaghetti hell of callbacks and signups. C# and VB are putting an end to that, reinstating all your tried-and-true control structures on top of a future-based model of asynchrony.

vb asynchronous language support asynchronous programming
All JavaScript Podcasts by Devchat.tv
001 JSJ Asynchronous Programming

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Jan 20, 2012 43:56


The panelists discuss asynchronous programming.

asynchronous programming
JavaScript Jabber
001 JSJ Asynchronous Programming

JavaScript Jabber

Play Episode Listen Later Jan 20, 2012 43:56


The panelists discuss asynchronous programming.

asynchronous programming
Devchat.tv Master Feed
001 JSJ Asynchronous Programming

Devchat.tv Master Feed

Play Episode Listen Later Jan 20, 2012 43:56


The panelists discuss asynchronous programming.

asynchronous programming