Podcasts about raygun click

  • 12PODCASTS
  • 551EPISODES
  • 56mAVG DURATION
  • ?INFREQUENT EPISODES
  • Jun 9, 2022LATEST

POPULARITY

20172018201920202021202220232024

Categories



Best podcasts about raygun click

Latest podcast episodes about raygun click

Adventures in DevOps
Anti-Patterns in DevOps - DevOps 117

Adventures in DevOps

Play Episode Listen Later Jun 9, 2022 48:18


An anti-pattern is a pattern that you use to fix a short-term problem at the expense of your long-term goals. The insidious thing about anti-patterns isn't that they don't work or fail outright, but that they work in the short term while causing long-term failure and pain. Today on the show, Jonathan, Jillian, and Will discuss the various anti-patterns and cargo culting in software engineering, including password management, team structures, mean time to recover, and docker files management. In this episode… What is cargo cult software engineering? Favorite anti-patterns Password management Team structure and silos Mean time to recover Docker files management Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Jillian - AWS ParallelCluster 3 (https://docs.aws.amazon.com/parallelcluster/latest/ug/moving-from-v2-to-v3.html) Jillian- Data Version Control · DVC (https://dvc.org/) Jillian- Bioanalyze project (http://docs.bioanalyze.io/) Jonathan- Nest Cam (https://store.google.com/product/nest_cam_indoor?pli=1&hl=en-US) Jonathan - Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation (https://www.amazon.com/Continuous-Delivery-Deployment-Automation-Addison-Wesley/dp/0321601912) Will- The Sovereign Individual: Mastering the Transition to the Information (https://www.amazon.com/Sovereign-Individual-Mastering-Transition-Information/dp/0684832720) Will - Trustified.io (https://trustified.io/)

All Ruby Podcasts by Devchat.tv
Your Tools Matter: Should you change your tooling? - RUBY 549

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later Jun 8, 2022 75:33


John Epperson and Luke Stutters discuss developer tools - whether those are the IDEs or Text Editors we use, the gems/libraries we include in our projects, or the OS we make use of. We talk about How we decide to replace our tools, and we talk about a number of tools that we use, the ones that we like and the ones that we wish had better replacements. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks John- Turbo, the speed of a single-page web application without having to write any JavaScript (https://turbo.hotwired.dev/) John- Use Stimulus in your Ruby on Rails app (https://github.com/hotwired/stimulus-rails) John- Ever:J Clothing line (https://www.evesandgray.co.uk/2020/04/17/everj-clothing-modern-mens-outerwear-for-the-spring/) Luke - 2022 State of Software Engineers (https://hired.com/2022-state-of-software-engineers/) Luke- GitHub - ankane/pgsync (https://github.com/ankane/pgsync) Luke- Panels and System Monitoring - Victron Energy (https://www.victronenergy.com/panel-systems-remote-monitoring)

JavaScript Jabber
A Deep Dive Into Some Nooks and Crannies of JavaScript - JSJ 535

JavaScript Jabber

Play Episode Listen Later Jun 7, 2022 70:03 Very Popular


In today's all-panelist episode, we take a deep dive into some of the nooks and crannies of JavaScript. We discuss and debate the benefits and problems of various methods such as getter and setter, Const, Freeze and Proxy. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ - Valley Forge Flags AJ - Frog Chess (https://binarycocoa.com/portfolio/frog-chess/) AJ - Beyond Code Bootcamp (https://www.youtube.com/watch?v=TSLfuLvMxDI) AJ - Creeds of Craftsmanship (http://creedsofcraftsmanship.com/) Dan - JSConf Budapest (http://jsconfbp.com/) Dan - Stock Market / Tech Stocks going down Dan - War in Ukraine Steve - Dad Jokes

All JavaScript Podcasts by Devchat.tv
A Deep Dive Into Some Nooks and Crannies of JavaScript - JSJ 535

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Jun 7, 2022 70:03


In today's all-panelist episode, we take a deep dive into some of the nooks and crannies of JavaScript. We discuss and debate the benefits and problems of various methods such as getter and setter, Const, Freeze and Proxy. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ - Valley Forge Flags AJ - Frog Chess (https://binarycocoa.com/portfolio/frog-chess/) AJ - Beyond Code Bootcamp (https://www.youtube.com/watch?v=TSLfuLvMxDI) AJ - Creeds of Craftsmanship (http://creedsofcraftsmanship.com/) Dan - JSConf Budapest (http://jsconfbp.com/) Dan - Stock Market / Tech Stocks going down Dan - War in Ukraine Steve - Dad Jokes

All Ruby Podcasts by Devchat.tv
The Joy Of Structs - RUBY 546

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later May 18, 2022 78:38


Is it a class? Is it a hash? No, it's Ruby Struct! Brooke Kuhlmann joins the Rogues to explore this often-overlooked object. We extend simple structs with refinements, use pattern matching to compress complex logic and close the door on OpenStructs. Brooke talks about the challenges and rewards of introducing busy teams to advanced techiques, software craftsmanship and the transformational philosophy of alchemists.io (https://www.alchemists.io/). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Ruby Refinements | Alchemists (https://www.alchemists.io/articles/ruby_refinements/) Refinements | Alchemists (https://www.alchemists.io/projects/refinements/) Class: Pathname (Ruby 2.6.3) (https://ruby-doc.org/stdlib-2.6.3/libdoc/pathname/rdoc/Pathname.html) dry-rb - dry-monads v1.3 - Introduction (https://dry-rb.org/gems/dry-monads/1.3/) What's New in Python 2.6 (https://docs.python.org/3/whatsnew/2.6.html#pep-343-the-with-statement) GitHub - troessner/reek (https://github.com/troessner/reek) Software Craftsmanship and Code Retreats with Corey Haines (https://hanselminutes.com/308/software-craftsmanship-and-code-retreats-with-corey-haines) Master the Object Oriented Mindset in Ruby and Rails - avdi.codes (https://avdi.codes/moom/) Picks Brooke- Polished Ruby Programming (https://www.amazon.com/Polished-Ruby-Programming-maintainable-high-performance-ebook/dp/B093TH9P7C) Brooke- Everdell (https://boardgamegeek.com/boardgame/199792/everdell) Luke- WarnerBros.co.uk | Fantastic Beasts: The Secrets of Dumbledore | Movies (https://www.warnerbros.co.uk/movies/fantastic-beasts-secrets-dumbledore) Luke- Ruby Pattern Matching by Brooke Kuhlmann of the Alchemists Collective - YouTube (https://www.youtube.com/watch?v=A3CvJYyWNEc) Valentino- GitHub - thisredone/rb (https://github.com/thisredone/rb) Valentino- What About A Plain Text Web - Earthly Blog (https://earthly.dev/blog/text-mode/) Valentino- A morse themed arcade rhythm game (https://twitter.com/perbyhring/status/1508716634382512137) Special Guest: Brooke Kuhlmann.

React Round Up
The Missing Parts with Steven Wittens - RRU 182

React Round Up

Play Episode Listen Later May 18, 2022 58:32


Today we talk with Steven Wittens with his personal site acko.net, and get a glimpse inside his creative efforts of taking parts of React to a new level to support his vision for graphics developments. We also talk about Live, his own React runtime, and his upcoming use.gpu. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=reactroundup&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks React - The Missing Parts (https://acko.net/blog/react-the-missing-parts/) Acko.net (https://acko.net/) Steven Wittens / use.gpu · GitLab (https://gitlab.com/unconed/use.gpu) unconed - Overview (https://github.com/unconed) Twitter: Steven Wittens ( @unconed ) (https://twitter.com/unconed) Steven Wittens - YouTube (https://www.youtube.com/user/unconed/featured) Picks Paige - Inventing Anna (https://www.netflix.com/title/81008305) Steven - The Talos Principle (https://store.epicgames.com/en-US/p/the-talos-principle) TJ - Moon Knight (https://www.marvel.com/characters/moon-knight-marc-spector) Special Guest: Steven Wittens.

live missing react gitlab acko tj vantoll raygun click coaching top end devs
Adventures in DevOps
Progressions Through Programming Languages - DevOps 114

Adventures in DevOps

Play Episode Listen Later May 18, 2022 51:21


Do I need to learn how to write code? What are the types of program languages required in DevOps? What are the pros and cons of each? Will, Jonathan, and Jillian discuss the progressions through programming languages and their insights and opinions with each. Learn about Bash, Go, Perl, Python, Python 2, Python 3, JavaScript, Node.js, Rust, Ruby, and Java. At the end, they provide their final concluding thoughts and share their top picks. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links How to program with Bash: Syntax and tools (https://opensource.com/article/19/10/programming-bash-syntax-tools) The Go Programming Language (https://go.dev/) The Perl Programming Language - www.perl.org (https://www.perl.org/) Welcome to Python.org (https://www.python.org/) JavaScript.com (https://www.javascript.com/) Node.js (https://nodejs.org/en/) Rust (https://www.rust-lang.org/) Ruby (https://www.ruby-lang.org/en/) Java | Oracle (https://www.java.com/en/) Picks Jillian- The Seven Basic Plots: Why We Tell Stories (https://amzn.to/3lrUtCt) Jonathan- Obviously Awesome (https://amzn.to/3Lx7aGS) Jonathan- neverworkintheory.org (https://neverworkintheory.org/) Jonathan- The Tiny DevOps Guy (https://www.youtube.com/channel/UC5UfX0EgUWlcdQ2RDsq_fcA) Will- Learning Go (https://www.oreilly.com/library/view/learning-go/9781492077206/) Will- DevOps for Developers (https://devopsfordevelopers.io/)

JavaScript Jabber
TC39 and Upcoming Proposals for ECMAScript (PART 1) - JSJ 532

JavaScript Jabber

Play Episode Listen Later May 17, 2022 66:34 Very Popular


Today we chat with Thomas Randolph from GitLab, to discuss his Top 10 list of the upcoming TC39 proposals. The list… Temporal Proposal Import Assertions JSON Modules Built-In Modules Observable Proposal Partial Application UUID Pipeline Operator Module Blocks Emitter Proposal +1 Records and Tuples +2 Reverse and Sort Methods on Arrays Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Twitter: Thomas Randolph ( @rockerest ) (https://twitter.com/rockerest) JSJ 425: The Evolution of JavaScript (https://javascriptjabber.com/jsj-425-the-evolution-of-javascript) Temporal (https://tc39.es/proposal-temporal/docs/) import assertions (https://tc39.es/proposal-import-assertions/) JSON modules (https://tc39.es/proposal-json-modules/) The TC39 Process (https://tc39.es/process-document/) Observable (https://tc39.es/proposal-observable/) Partial Application for ECMAScript (https://tc39.es/proposal-partial-application/) ES pipe operator (2021) (https://tc39.es/proposal-pipeline-operator/) JavaScript Module Blocks (https://tc39.es/proposal-js-module-blocks/) Record & Tuple (https://tc39.es/proposal-record-tuple/) ECMAScript proposal "Change Array by copy": four new non-destructive Array methods (https://2ality.com/2022/04/change-array-by-copy.html) GitHub: tc39/proposals (https://github.com/tc39/proposals) JavaScript Jabber 19 April 2022 (https://rockerest.notion.site/JavaScript-Jabber-19-April-2022-1badf36afe844532922888f5132a25f8) Thomas O. Randolph (https://rdl.ph/) Picks Charles - The Last Battle (https://www.audible.com/pd/The-Last-Battle-Audiobook/B002UZJF22) Charles - GamePigeon (https://apps.apple.com/us/app/gamepigeon/id1124197642) Dan - Star Trek: Picard (https://www.paramountplus.com/shows/star-trek-picard/) Dan - 103 Early Hints Dan - War in Ukraine Steve - Dad Jokes Steve - Rescinded mask mandates for travel Thomas - My notes to this episode (https://rockerest.notion.site/JavaScript-Jabber-19-April-2022-1badf36afe844532922888f5132a25f8) Thomas - The Design of Everyday Things by Don Norman (https://amzn.to/3Nifiw8) Thomas - What is Reactive Programming by Kevin Webber (https://blog.redelastic.com/what-is-reactive-programming-bc9fa7f4a7fc) Thomas - War in Ukraine Special Guest: Thomas Randolph.

All JavaScript Podcasts by Devchat.tv
TC39 and Upcoming Proposals for ECMAScript (PART 1) - JSJ 532

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later May 17, 2022 66:34


Today we chat with Thomas Randolph from GitLab, to discuss his Top 10 list of the upcoming TC39 proposals. The list… Temporal Proposal Import Assertions JSON Modules Built-In Modules Observable Proposal Partial Application UUID Pipeline Operator Module Blocks Emitter Proposal +1 Records and Tuples +2 Reverse and Sort Methods on Arrays Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Twitter: Thomas Randolph ( @rockerest ) (https://twitter.com/rockerest) JSJ 425: The Evolution of JavaScript (https://javascriptjabber.com/jsj-425-the-evolution-of-javascript) Temporal (https://tc39.es/proposal-temporal/docs/) import assertions (https://tc39.es/proposal-import-assertions/) JSON modules (https://tc39.es/proposal-json-modules/) The TC39 Process (https://tc39.es/process-document/) Observable (https://tc39.es/proposal-observable/) Partial Application for ECMAScript (https://tc39.es/proposal-partial-application/) ES pipe operator (2021) (https://tc39.es/proposal-pipeline-operator/) JavaScript Module Blocks (https://tc39.es/proposal-js-module-blocks/) Record & Tuple (https://tc39.es/proposal-record-tuple/) ECMAScript proposal "Change Array by copy": four new non-destructive Array methods (https://2ality.com/2022/04/change-array-by-copy.html) GitHub: tc39/proposals (https://github.com/tc39/proposals) JavaScript Jabber 19 April 2022 (https://rockerest.notion.site/JavaScript-Jabber-19-April-2022-1badf36afe844532922888f5132a25f8) Thomas O. Randolph (https://rdl.ph/) Picks Charles - The Last Battle (https://www.audible.com/pd/The-Last-Battle-Audiobook/B002UZJF22) Charles - GamePigeon (https://apps.apple.com/us/app/gamepigeon/id1124197642) Dan - Star Trek: Picard (https://www.paramountplus.com/shows/star-trek-picard/) Dan - 103 Early Hints Dan - War in Ukraine Steve - Dad Jokes Steve - Rescinded mask mandates for travel Thomas - My notes to this episode (https://rockerest.notion.site/JavaScript-Jabber-19-April-2022-1badf36afe844532922888f5132a25f8) Thomas - The Design of Everyday Things by Don Norman (https://amzn.to/3Nifiw8) Thomas - What is Reactive Programming by Kevin Webber (https://blog.redelastic.com/what-is-reactive-programming-bc9fa7f4a7fc) Thomas - War in Ukraine Special Guest: Thomas Randolph.

All Ruby Podcasts by Devchat.tv
GraphQL with David Sanchez - RUBY 544

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later May 8, 2022 46:55


GraphQL is a flexible, strongly-typed query language. It's useful because it gives front-end developers the ability to query the database without many changes to the back-end. In this episode, David Sanchez explains how to design and build GraphQL APIs in Rails. In this Episode… What is GraphQL and how do you get started with it? What are the advantages and disadvantages of GraphQL? What is REST and how do you integrate in your workflow? Common misconceptions with GraphQL What is GraphiQL and how does it differ from GraphQL? How to use max_depth in your queries. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links GraphQL APIs in Rails (https://www.honeybadger.io/blog/graphql-apis-for-rails/) Codeando (https://codeando.dev/) Twitter: David Sanchez ( @SanchezDav90 ) (https://twitter.com/SanchezDav90) Picks David- GraphQL APIs in Rails (https://www.honeybadger.io/blog/graphql-apis-for-rails/) Luke- Build something new and fun at your local MakerSpaces (https://makerspaces.make.co/) Valentino- RubyConf 2021 video favorites playlist (https://www.youtube.com/playlist?list=PLbHJudTY1K0f0oMhWtY-UyzOb7tUlaHps) Valentino- A Wordle alternative called Hurdle (https://www.arkadium.com/games/hurdle/) Special Guest: David Sanchez.

rails hurdle graphql makerspaces david sanchez graphql apis raygun click coaching top end devs luke stutters
All Angular Podcasts by Devchat.tv
Template Driven Approach vs. Reactive Form Approach with Hossein Mousavi - AiA 346

All Angular Podcasts by Devchat.tv

Play Episode Listen Later May 5, 2022 40:18


Hossein Mousavi shares his methodology to angular form by presenting his template driven approach vs. reactive form approach. They also discuss the differences between form control, form group, and form array, and how you can build upon the elements within Angular through modular patterns and object-oriented project paradigms. Finally, they discuss how the Angie directive allows you to create web applications by routing requests to controllers and directives and referencing data models in a fashion similar to how you would use AngularJS. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Hossein Mousavi (https://www.hmousavi.dev/) Picks Charles – GamePigeon (https://apps.apple.com/us/app/gamepigeon/id1124197642) Charles – Digital Ocean (https://www.digitalocean.com/) Hossein – Clusterduck (https://play.google.com/store/apps/details?id=com.pikpok.wtd.play&hl=en_US&gl=US) Hossein – Netlify (https://www.netlify.com/) Special Guest: Hossein Mousavi .

Adventures in Angular
Template Driven Approach vs. Reactive Form Approach with Hossein Mousavi - AiA 346

Adventures in Angular

Play Episode Listen Later May 5, 2022 40:18


Hossein Mousavi shares his methodology to angular form by presenting his template driven approach vs. reactive form approach. They also discuss the differences between form control, form group, and form array, and how you can build upon the elements within Angular through modular patterns and object-oriented project paradigms. Finally, they discuss how the Angie directive allows you to create web applications by routing requests to controllers and directives and referencing data models in a fashion similar to how you would use AngularJS. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Hossein Mousavi (https://www.hmousavi.dev/) Picks Charles – GamePigeon (https://apps.apple.com/us/app/gamepigeon/id1124197642) Charles – Digital Ocean (https://www.digitalocean.com/) Hossein – Clusterduck (https://play.google.com/store/apps/details?id=com.pikpok.wtd.play&hl=en_US&gl=US) Hossein – Netlify (https://www.netlify.com/) Special Guest: Hossein Mousavi .

React Round Up
How to Stand Out! - RRU 180

React Round Up

Play Episode Listen Later May 4, 2022 51:23 Very Popular


In this special all-panelist episode, we discuss all things on how to stand out! We'll discuss everything from standing out in a crowd, standing out as a software developer, and how to get your name out there. We also talk about why this is an important topic to delve into. We'll give you tips on finding success by choosing what you find interesting and fun, as well as tips to help you grow and get noticed. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=reactroundup&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Hashnode - Blogging community for developers, and people in tech (https://hashnode.com/) GitHub: Where the world builds software (https://github.com/) LinkedIn: Log In or Sign Up (https://www.linkedin.com/) Picks Jack - Warp (https://www.warp.dev/) Paige - Honey (https://www.joinhoney.com/) TJ - Sonic the Hedgehog 2 (https://www.sonicthehedgehogmovie.com/)

stand tj vantoll raygun click coaching top end devs
Adventures in DevOps
Building Code More Responsibly: A Mental Model Shift - DevOps 112

Adventures in DevOps

Play Episode Listen Later May 4, 2022 70:42


Enjoy this philosophical conversation around building code more responsibly and how ethics and accountability is to be integrated into the DevOps industry. Eric Tank joins the show and shares his perspective on how to “develop for deprecation”. Building a code that is documented, tested, monitored, and deployed is important, but can you easily pass it off to someone else, or be able to walk away from the code it entirely? Johnathan joins by saying that “software is never done until it's deleted.” They finish the discussion referencing apprenticeship models and how accountability in this way could parallel other industries. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Evolutionary Design Without* Tests (https://pubmob.com/offerings/jbrains-evolutionary-design-without-tests/) Mastering Evolutionary Design - Jonathan Hall (https://jhall.io/archive/2021/11/16/mastering-evolutionary-design/) Twitter: Erik Tank ( @eriktank ) (https://twitter.com/erik_tank) Picks Eric- GitHub: ajeetdsouza/zoxide (https://github.com/ajeetdsouza/zoxide) Jillian- Get an elliptical for health and exercise Jillian- BookBub (https://www.bookbub.com/welcome) Jonathan- Razer Kiyo Pro Streaming Webcam (https://www.razer.com/streaming-cameras/razer-kiyo-pro) Jonathan-Jonathan Hall's Boldly Go YouTube Channel Will- Pulumi (https://www.pulumi.com/) Special Guest: Erik Tank.

All JavaScript Podcasts by Devchat.tv
NoSQL and RavenDB - JSJ 530

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later May 3, 2022 79:08


Today we talk with Dejan Miličić, a consultant with more than 20 years of experience as a professional software developer with RavenDB. His areas of expertise are designing, writing, and maintaining applications, with a focus on software architecture and backend development. Dejan discusses the challenges and benefits of NoSQL databases, and what he has learned along the way to simplify and reduce the time required to make changes. We also talk about ways to approach different types of NoSQL databases, and how they should be used. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links NoSQL Database | RavenDB ACID NoSQL Document Database (https://ravendb.net/) Kaggle: Your Machine Learning and Data Science Community (https://www.kaggle.com/) Tweets by @6figuredev (https://twitter.com/6figuredev) Picks AJ- Ethan Garofolo on YouTube (https://www.youtube.com/watch?v=ArTS_AJ-smQ) AJ - Microservices on YouTube (https://www.youtube.com/channel/UCgBVkKoOAr3ajSdFFLp13_A?feature=emb_ch_name_ex) AJ - I Have Delivered Value… But At What Cost? (https://www.youtube.com/watch?v=DYvhC_RdIwQ) AJ - Brandon Sanderson (https://www.brandonsanderson.com/) Chuck - Scythe (https://boardgamegeek.com/boardgame/169786/scythe) Chuck - Upcoming Converences: JavaScript Summit in July, DHH Coming for Rails in August, Angular React Vue Etc in Fall/Winter (https://topenddevs.com/conferences) Chuck - Yellowstone (https://www.paramountnetwork.com/shows/yellowstone) Dejan - Idris (https://www.idris-lang.org/) Steve - Low Earth Orbit Visualization (https://platform.leolabs.space/visualization) Steve - Utah - Arches, Canyonlands, Lake Powell, Bryce Canyon, Monument Valley Special Guest: Dejan Milicic.

JavaScript Jabber
NoSQL and RavenDB - JSJ 530

JavaScript Jabber

Play Episode Listen Later May 3, 2022 79:08


Today we talk with Dejan Miličić, a consultant with more than 20 years of experience as a professional software developer with RavenDB. His areas of expertise are designing, writing, and maintaining applications, with a focus on software architecture and backend development. Dejan discusses the challenges and benefits of NoSQL databases, and what he has learned along the way to simplify and reduce the time required to make changes. We also talk about ways to approach different types of NoSQL databases, and how they should be used. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links NoSQL Database | RavenDB ACID NoSQL Document Database (https://ravendb.net/) Kaggle: Your Machine Learning and Data Science Community (https://www.kaggle.com/) Tweets by @6figuredev (https://twitter.com/6figuredev) Picks AJ- Ethan Garofolo on YouTube (https://www.youtube.com/watch?v=ArTS_AJ-smQ) AJ - Microservices on YouTube (https://www.youtube.com/channel/UCgBVkKoOAr3ajSdFFLp13_A?feature=emb_ch_name_ex) AJ - I Have Delivered Value… But At What Cost? (https://www.youtube.com/watch?v=DYvhC_RdIwQ) AJ - Brandon Sanderson (https://www.brandonsanderson.com/) Chuck - Scythe (https://boardgamegeek.com/boardgame/169786/scythe) Chuck - Upcoming Converences: JavaScript Summit in July, DHH Coming for Rails in August, Angular React Vue Etc in Fall/Winter (https://topenddevs.com/conferences) Chuck - Yellowstone (https://www.paramountnetwork.com/shows/yellowstone) Dejan - Idris (https://www.idris-lang.org/) Steve - Low Earth Orbit Visualization (https://platform.leolabs.space/visualization) Steve - Utah - Arches, Canyonlands, Lake Powell, Bryce Canyon, Monument Valley Special Guest: Dejan Milicic.

Adventures in .NET
Learning From Your Mistakes (PART 1) - .NET 117

Adventures in .NET

Play Episode Listen Later May 3, 2022 36:58


In a lot of codebases, security isn't a priority until it is too late. Everyone makes mistakes but the question is do you learn from your mistakes or repeat them over and over. Christos Matskas returns to the podcast to discuss some common security mistakes and better ways to make security part of your development process. Our discussion includes .NET Framework web configs, secret storage, databases, identity and more. We even go over some of the mistakes we have made in our own code and how we learned from those mistakes. Is there a mistake you made that you will never forget? Let us know on Twitter at @dotnet_Podcast (https://twitter.com/dotNET_Podcast). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links SSL term changes: Maximum SSL certificate validity is now one year (https://www.godaddy.com/garage/ssl-term-change-2021/) What Is an X.509 Certificate? - SSL.com (https://www.ssl.com/faqs/what-is-an-x-509-certificate/) Contact Christos: The 425 Show - DEV Community (https://dev.to/425show) Twitter: Christos Matskas ( @ChristosMatskas ) (https://twitter.com/christosmatskas) Twitch- 425show (https://www.twitch.tv/425show) Picks Caleb- Disney World (https://disneyworld.disney.go.com/) Christos- Slow Horses (TV Series 2022– ) - IMDb (https://www.imdb.com/title/tt5875444/) Christos- Moon Knight (TV Mini Series 2022) - IMDb (https://www.imdb.com/title/tt10234724/) Shawn- Sneakers (1992) - IMDb (https://www.imdb.com/title/tt0105435) Shawn- Stranger Things 4 | Official Trailer | Netflix - YouTube (https://www.youtube.com/watch?v=1SSmJSnPjpo) Special Guest: Christos Matskas .

learning mistakes twitch imdb certificates ssl christos matskas coaching top end devs raygun click shawn clabough dotnet podcast
Adventures in DevOps
Building and Organizing DevOps Teams - DevOps 110

Adventures in DevOps

Play Episode Listen Later Apr 21, 2022 45:19


Jillian, Jonathan, and Will break down the process of building a DevOps team. They address the breadth of skills from writing skills to provisioning cloud and server resources. They also dive into organizing human and other resources to successfully build and grow a DevOps team. Sponsors Tonic.ai (https://www.tonic.ai/?ref=adventuresindevops) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Top End Devs (https://topenddevs.com/) Picks Jillian- Appsmith | Build & self-host internal tools (https://www.appsmith.com/) Jonathan- A Radical Enterprise (https://amzn.to/3k4irDc) Will- Why putting a pane of glass on a pile of sh*t doesn't solve your problem (https://platformengineering.org/blog/why-putting-a-pane-of-glass-on-a-pile-of-shit-doesnt-solve-your-problem)

organizing devops jonathan hall top end devs raygun click
All Ruby Podcasts by Devchat.tv
Propshaft with David Heinemeier Hansson (DHH) - RUBY 542

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later Apr 20, 2022 78:33


David Heinemeier Hansson (DHH) creator of Ruby on Rails joins the Rogues to discuss the successor to the asset pipeline and webpacker that's coming in the next version of Ruby on Rails. He talks through the differences between the asset pipeline, webpacker, and propshaft and talks about the reasons you may or may not want to use each solution. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links David Heinemeier Hansson (DHH) (https://dhh.dk/) David Heinemeier Hansson (https://world.hey.com/dhh) Picks Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- BoardGameGeek – Gaming Unplugged Since 2000 (https://boardgamegeek.com/) Charles- railsremoteconf.com is coming soon (http://railsremoteconf.com/) Dave- Drifting Ruby: Ruby on Rails Screencasts for Web Developers (https://www.driftingruby.com/) David- Social Warming - Oneworld Publications (https://oneworld-publications.com/social-warming.html) David- Mailbrew - Your personal email digest (https://mailbrew.com/) John- CoffeeScript (https://coffeescript.org/) John- GitHub: importmap-rails (https://github.com/rails/importmap-rails) John- 15 Year Old Whisky (https://www.glenscotia.com/products/15-year-old-single-malt-scotch-whisky) Luke- Rework: Build Half a Product, Not a Half-Assed Project (https://podcasts.apple.com/us/podcast/build-half-a-product-not-a-half-assed-project/id1264193508?i=1000551891446) Valentino- Women Streamers, Programmers and Game Developers Valentino- PacketAI: World's first Autonomous Monitoring Solution (https://packetai.co/) Special Guest: David Heinemeier Hansson.

React Round Up
Advice for Junior Developers - RRU 178

React Round Up

Play Episode Listen Later Apr 20, 2022 57:26


Jack, Paige, and TJ give advice for Junior Developers. They pull from their own experience to break down the areas that Junior Developers may struggle with or not know that they need to focus on. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=reactroundup&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Jack- Hotwire: HTML Over The Wire (https://hotwired.dev/) Paige- Watch Bridgerton | Netflix Official Site (https://www.netflix.com/title/80232398) TJ- Museums | Ann Arbor, MI (https://www.annarbor.org/things-to-do/arts-culture/museums/)

advice developers tj vantoll raygun click coaching top end devs
JavaScript Jabber
SolidJS with Ryan Carniato - JSJ 528

JavaScript Jabber

Play Episode Listen Later Apr 19, 2022 53:03 Very Popular


SolidJS is a web development framework that focuses on using reactivity and carries forward several ideas from Knockout.js. https://javascriptjabber.com/13 Ryan Carniato, the creator of SolidJS breaks down the history and ideas behind SolidJS and compares it to React and other frameworks. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Creeds of Craftsmanship (https://github.com/BeyondCodeBootcamp/beyondcodebootcamp/issues/18) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- BoardGameGeek (https://boardgamegeek.com/) Charles- Conferences | Top End Devs (https://topenddevs.com/conferences) Ryan- Corset - Declarative reactive UI without the complexity of SPAs (https://corset.dev/) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Ryan Carniato.

All JavaScript Podcasts by Devchat.tv
SolidJS with Ryan Carniato - JSJ 528

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Apr 19, 2022 53:03


SolidJS is a web development framework that focuses on using reactivity and carries forward several ideas from Knockout.js. https://javascriptjabber.com/13 Ryan Carniato, the creator of SolidJS breaks down the history and ideas behind SolidJS and compares it to React and other frameworks. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Creeds of Craftsmanship (https://github.com/BeyondCodeBootcamp/beyondcodebootcamp/issues/18) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- BoardGameGeek (https://boardgamegeek.com/) Charles- Conferences | Top End Devs (https://topenddevs.com/conferences) Ryan- Corset - Declarative reactive UI without the complexity of SPAs (https://corset.dev/) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Ryan Carniato.

Adventures in .NET
How do you interview? - .NET 115

Adventures in .NET

Play Episode Listen Later Apr 19, 2022 42:14


There is a lot that goes into interviewing for a job, both for the interviewer(s) and the interviewee. The panelists talk about their experiences over the years from both sides. What questions should you ask? What shouldn't you ask? Should coding be involved or not? How many interviews should you expect to have at one company? Do you cast a wide net when interviewing or do you focus on a couple of companies? We discuss all of these questions and more. What advice would you give someone interviewing for a position? Let us know on Twitter at @dotnet_Podcast (https://twitter.com/dotNET_Podcast). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Caleb- Snowpiercer - Watch Episodes | TNTdrama.com (https://www.tntdrama.com/snowpiercer/watch-now) Shawn- Mandalorian and The Book of Boba Fett Wai- Kombucha - Wikipedia (https://en.wikipedia.org/wiki/Kombucha)

kombucha raygun click coaching top end devs shawn clabough wai liu dotnet podcast
All JavaScript Podcasts by Devchat.tv
What's New with Elm? ft. Lindsay Wardell - JSJ 527

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Apr 12, 2022 76:52


Elm is a functional language that compiles to JavaScript and runs in the browser. Lindsay Wardell from NoRedInk joins the JavaScript Jabber panel this week to discuss her background with Vue and Elm. The discussion ranges into how Lindsay got into Elm and how it differs and solves some of the issues that crop up when people build apps with JavaScript. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links elm-vue-bridge (https://elm-vue-bridge.lindsaykwardell.com/) GitHub - lindsaykwardell/vite-elm-template (https://github.com/lindsaykwardell/vite-elm-template) Utilizing Elm in a Web Worker (https://www.lindsaykwardell.com/blog/utilizing-elm-in-a-web-worker) Setting up an Elm project in 2022 (https://www.lindsaykwardell.com/blog/setting-up-elm-in-2022) Lindsay Wardell (https://www.lindsaykwardell.com/) Picks AJ- GitHub: coolaj86/AJScript (https://github.com/coolaj86/AJScript) AJ- Slonik (https://www.npmjs.com/package/slonik) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Taco Cat Goat Cheese Pizza (https://amzn.to/3jtcuQ3) Dan- Uprooted (https://amzn.to/3E4U0hY) Dan- Support Ukraine Lindsay- Elm Radio Podcast (https://elm-radio.com/) Lindsay- Why Isn't Functional Programming the Norm? – Richard Feldman (https://www.youtube.com/watch?v=QyJZzq0v7Z4) Lindsay- A Taste of Roc — Richard Feldman (https://www.youtube.com/watch?v=6qzWm_eoUXM) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Lindsay Wardell.

Adventures in DevOps
Is Kubernetes Right for You? - DevOps 109

Adventures in DevOps

Play Episode Listen Later Apr 7, 2022 44:05


Everyone and their mother is talking about Kubernetes, but there's something you need to know. In this episode, the gang talks about the TRUTH around Kubernetes for most scenarios. In This Episode 1) The BIGGEST reason NOT to use Kubernetes 2) If you've started Kubernetes, watch out for THIS common pitfall 3) How to leverage Kubernetes' customization capability and feel confident in scaling without pieces falling through the cracks Be a guest on the show! https://go.oncehub.com/adventuresindevops Sponsors Tonic.ai (https://www.tonic.ai/?ref=adventuresindevops) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Top End Devs (https://topenddevs.com/) Picks Jillian- Data Microservices in Apache Spark using Apache Arrow Flight (https://www.youtube.com/watch?v=Jm9HC9y3MDA) Jillian- TALES OF ARISE | Official Website (EN) - Bandai Namco (https://en.bandainamcoent.eu/tales-of/tales-of-arise) Jonathan- Kubernetes is the future of DevOps... or is it? (https://jhall.io/archive/2021/12/11/kubernetes-is-the-future-of-devops...-or-is-it/) Jonathan- Allen Edmonds: Men's Shoes | Dress, Casual, Boots & More (https://www.allenedmonds.com/) Will- The YouTube Formula by Darrel Eves (https://amzn.to/3DOwnKA)

All Ruby Podcasts by Devchat.tv
Understanding the Red Tape - RUBY 540

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later Apr 6, 2022 74:24


If you're a solo developer who's making the switch to a company, this episode is for you. Today, the Ruby Rogues discuss how to navigate the red tape and stand out at your new job. In This Episode 1) How adapt your home processes to a company WITHOUT reinventing everything 2) Why you NEED to master the art of “code review” (and no, software can't do it for you!) 3) The TRUTH about gems (and why the issue isn't black and white) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- Mergify (https://mergify.com/) Dave- Plausible (https://plausible.io/data-policy) Dave- Take ownership for your actions, especially with kids John- Home - Docker (https://www.docker.com/) John- Glen Scotia | Campeltown Whisky (https://www.glenscotia.com/) Valentino- GitHub: reenhanced/gitreflow (https://github.com/reenhanced/gitreflow) Valentino- danger.systems (https://danger.systems/) Valentino- Avdi Grimm - No Code - Southeast Ruby 2017 - YouTube (https://www.youtube.com/watch?v=5wI0ss02leo)

truth red tape charles max wood ruby rogues raygun click coaching top end devs
Adventures in .NET
Designing C# with Mads Torgersen (Part 2) - .NET 113

Adventures in .NET

Play Episode Listen Later Apr 5, 2022 36:00


In this episode we get the pleasure of picking the brain of the lead designer of C#, Mads Torgersen. Mads has been the lead designer for more than five years now and has worked on the language for over fifteen years. Our discussion covers multiple topics including the growth of C#, being backward compatible and how different languages incorporate ideas from each other. We also dig into the specifics of things like async/await, default interfaces and dynamics. On top of all that we get a peek at the future of C# and what we might see in the next couple of versions. What would you ask Mads about C# if you had the chance? Let us know on Twitter at @dotnet_Podcast. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links C#'s Functional Journey (https://www.infoq.com/presentations/c-sharp-functional-features/?itm_source=presentations_about_dotnet&itm_medium=link&itm_campaign=dotnet) Picks Caleb- Trader Joe's Moroccan Mint Gree Tea (https://www.amazon.com/Trader-Joes-Moroccan-Mint-Green/dp/B01N4A1C1S) Mads- Termination Shock (https://www.amazon.com/Termination-Shock-Novel-Neal-Stephenson/dp/0063028050) Shawn- Wave Mic Arm LP | elgato.com (https://www.elgato.com/en/wave-mic-arm-lp) Wai- Walkabout Mini Golf on Oculus Quest (https://www.oculus.com/experiences/quest/2462678267173943/) Special Guest: Mads Torgersen.

designing mads oculus quest torgersen raygun click coaching top end devs shawn clabough wai liu
All Angular Podcasts by Devchat.tv
Kendo UI and Building Components with Carl Bergenhem - AiA 343

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Mar 17, 2022 46:09


To build or to buy, that IS the question. In this episode, Charles talks with Carl Bergenhem about the BIG updates in Kendo UI, as well as how to navigate the tricky waters of building your own components. “I think the first thing to look at is what you're trying to accomplish. There might be hyper specialized scenarios, but when it comes to picking something off the shelf, it depends on what kind of UI you're building.” - Carl Bergenhem In This Episode 1) What you NEED to know about Angular's updates this year 2) The BEST questions to ask before you commit to buying vs. building your own components 3) How to build Angular UI components without worrying that they'll disintegrate Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Twitter: Kendo UI ( @KendoUI ) (https://twitter.com/kendoui) What's New in Kendo UI for Angular With R1 2022 (https://www.telerik.com/blogs/whats-new-kendo-ui-angular-r1-2022) Picks Carl- Lost Ark - Free to Play MMO Action RPG (https://www.playlostark.com/) Charles- “Taco Cat Goat Cheese Pizza” Charles- Death on the Nile (2022) - IMDb (https://www.imdb.com/title/tt7657566/) Charles- BoardGameGeek (https://boardgamegeek.com/) Charles- Conferences | Top End Devs (https://topenddevs.com/conferences) Special Guest: Carl Bergenhem.

Adventures in DevOps
50 Shades of DevOps - DevOps 108

Adventures in DevOps

Play Episode Listen Later Mar 17, 2022 43:13


Is your DevOps title “hip”? What does it mean? Does it matter? In this episode, the gang discusses the fundamental differences between dev ops positions based on “hipness”, as well as if it actually matters in today's world. In This Episode 1) What the “hipness” of your job means (and if you should care) 2) Why all of these positions refer back to this ONE important idea 3) The BEST advice to get started in dev ops (and how to not get confused with all of these fancy titles) Sponsors Tonic.ai (https://www.tonic.ai/?ref=adventuresindevops) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Top End Devs (https://topenddevs.com/) Links Shades of DevOps Roles (https://i.redd.it/3mcdo795sgh81.jpg) Picks Jillian- Lucy's Legacy: The Quest for Human Origins (https://amzn.to/3wdAiyR) Jonathan- Team of Teams: New Rules of Engagement for a Complex World (https://amzn.to/3qfgrLZ) Jonathan- A Radical Enterprise (https://amzn.to/3ijt9Vn) Will- The Mom Test (https://amzn.to/3JoLHPU)

Adventures in Angular
Kendo UI and Building Components with Carl Bergenhem - AiA 343

Adventures in Angular

Play Episode Listen Later Mar 17, 2022 46:09


To build or to buy, that IS the question. In this episode, Charles talks with Carl Bergenhem about the BIG updates in Kendo UI, as well as how to navigate the tricky waters of building your own components. “I think the first thing to look at is what you're trying to accomplish. There might be hyper specialized scenarios, but when it comes to picking something off the shelf, it depends on what kind of UI you're building.” - Carl Bergenhem In This Episode 1) What you NEED to know about Angular's updates this year 2) The BEST questions to ask before you commit to buying vs. building your own components 3) How to build Angular UI components without worrying that they'll disintegrate Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Twitter: Kendo UI ( @KendoUI ) (https://twitter.com/kendoui) What's New in Kendo UI for Angular With R1 2022 (https://www.telerik.com/blogs/whats-new-kendo-ui-angular-r1-2022) Picks Carl- Lost Ark - Free to Play MMO Action RPG (https://www.playlostark.com/) Charles- “Taco Cat Goat Cheese Pizza” Charles- Death on the Nile (2022) - IMDb (https://www.imdb.com/title/tt7657566/) Charles- BoardGameGeek (https://boardgamegeek.com/) Charles- Conferences | Top End Devs (https://topenddevs.com/conferences) Special Guest: Carl Bergenhem.

All Ruby Podcasts by Devchat.tv
Service Objects for Legacy Projects with Petr Hlavicka - RUBY 529

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later Mar 16, 2022 43:29


Before you jump into legacy codebases and controllers, you need some info. In this episode, John sits down with Petr Hlavicka, a Rails developer who's passionate about simplifying this section of Rails and helping people along the way. “I want to make everything easier for me and my colleagues. I want it to be easily understandable even for juniors. And just because you do things differently doesn't mean it's wrong.” - Petr Hlavicka In This Episode 1) What you NEED to know about legacy codebase projects before you jump in 2) Petr's go-to tactics for separating business logic from controllers (without going insane) 3) How you can leverage articles and feedback to simplify complex issues and make your life easier Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links GitHub: Petr Hlavicka ( CiTroNaK ) (https://github.com/CiTroNaK) Picks John- Beginner Drone John- Counterweights for Boom mic stands Petr- Phone gimbals Petr- Tabletop RPGs Special Guest: Petr Hlavicka.

service boom projects objects petr rails raygun click coaching top end devs
React Round Up
Open Source React with Tanner Joseph Linsley - RRU 176

React Round Up

Play Episode Listen Later Mar 16, 2022 63:10


There's a wild west of open source React out there, so let's help you prepare. In this episode, the squad talks with Tanner Joseph Linsley, an open source React developer who's got some wisdom to drop on how to do it right and build your community. “Honestly, a lot of the time, it's about taking existing tools and shaping them into what I need them to be.” _- Tanner Joseph Linsley _ In This Episode 1) The BIGGEST tools in React that you oughta know in 2022 2) How to use feedback effectively and fix mistakes quickly 3) The TRUTH around open-source in the dev community (and how to get started) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=reactroundup&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Carl- Christmas DIY at the Chateau - How to renovate a Chateau (Without killing your parter) (https://www.youtube.com/watch?v=6fDF0PWkzVc) Paige- Star Trek: Discovery (TV Series 2017– ) - IMDb (https://www.imdb.com/title/tt5171438/) Tanner- Anycubic Mega X 3D Printer Tanner- Locke & Key (TV Series 2020– ) - IMDb (https://www.imdb.com/title/tt3007572/) Tanner- Oculus Quest VR (https://www.oculus.com/experiences/quest/) TJ- SteamYard (https://streamyard.com/) Special Guest: Tanner Linsley.

truth honestly react imdb open source tj vantoll raygun click coaching top end devs
All JavaScript Podcasts by Devchat.tv
Supply Chain Security - Part 2 - JSJ 525

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Mar 15, 2022 84:10


There's always more to learn about security, especially nowadays. In this episode, the Jabberers continue their conversation with Feross Aboukhadijeh about supply chain security. You can never be too careful! (Well…maybe.) “The most important thing you can do is have a mindset shift around dependencies.” _ _- Feross Aboukhadijeh In This Episode 1) How the BEST way to keep your security tight is NOT done on the computer 2) Why we're seeing a trend toward THESE kinds of packages in 2022 3) What you NEED to know about dependencies and their expiration dates Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Download - The Go Programming Language (https://go.dev/dl/) AJ- xtz - npm (https://www.npmjs.com/package/xtz) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Pandemic | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/30549/pandemic) Charles- Meetups | Top End Devs (https://topenddevs.com/meetups) Charles- Get involved with your local community Dan- Uprooted by Naomi Novik (https://www.goodreads.com/en/book/show/22544764-uprooted) Dan- Interview with Senior JS Developer in 2022 (https://www.youtube.com/watch?v=Uo3cL4nrGOk) Feross- Socket (https://socket.dev/) Feross- Wormhole (https://wormhole.app/) Feross- Chakra UI (https://chakra-ui.com/) Steve- This Unicorn Changed the Way I Poop - #SquattyPotty (https://www.youtube.com/watch?v=YbYWhdLO43Q) Steve- Girls Don't Poop - PooPourri.com (https://www.youtube.com/watch?v=ZKLnhuzh9uY) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Feross Aboukhadijeh.

JavaScript Jabber
Supply Chain Security - Part 2 - JSJ 525

JavaScript Jabber

Play Episode Listen Later Mar 15, 2022 84:10


There's always more to learn about security, especially nowadays. In this episode, the Jabberers continue their conversation with Feross Aboukhadijeh about supply chain security. You can never be too careful! (Well…maybe.) “The most important thing you can do is have a mindset shift around dependencies.” _ _- Feross Aboukhadijeh In This Episode 1) How the BEST way to keep your security tight is NOT done on the computer 2) Why we're seeing a trend toward THESE kinds of packages in 2022 3) What you NEED to know about dependencies and their expiration dates Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Download - The Go Programming Language (https://go.dev/dl/) AJ- xtz - npm (https://www.npmjs.com/package/xtz) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Pandemic | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/30549/pandemic) Charles- Meetups | Top End Devs (https://topenddevs.com/meetups) Charles- Get involved with your local community Dan- Uprooted by Naomi Novik (https://www.goodreads.com/en/book/show/22544764-uprooted) Dan- Interview with Senior JS Developer in 2022 (https://www.youtube.com/watch?v=Uo3cL4nrGOk) Feross- Socket (https://socket.dev/) Feross- Wormhole (https://wormhole.app/) Feross- Chakra UI (https://chakra-ui.com/) Steve- This Unicorn Changed the Way I Poop - #SquattyPotty (https://www.youtube.com/watch?v=YbYWhdLO43Q) Steve- Girls Don't Poop - PooPourri.com (https://www.youtube.com/watch?v=ZKLnhuzh9uY) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Feross Aboukhadijeh.

Adventures in .NET
Product Management? - .NET 111

Adventures in .NET

Play Episode Listen Later Mar 15, 2022 33:05


Most developers we know find project management to be a necessary evil but without it a lot of us would be stumbling around in the dark. Shawn and Caleb look back over their careers to discuss different project management methodologies. Whether it is waterfall, agile, scrum, or none of these, projects are hard to manage. Both Shawn and Caleb have seen a lot of different ways that projects can be managed or mismanaged and they have differing opinions on what works best. Join us for this episode to find out which they prefer and what allows them to focus on getting to work coding. What is your preferred project management style? Let us know on Twitter at @dotnet_Podcast (https://twitter.com/dotNET_Podcast) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Caleb- Guild Wars 2: End of Dragons (https://www.guildwars2.com/en/end-of-dragons/) Shawn- Neewer Desk Mount LED Video Light (https://amzn.to/3q6BboU)

dragons product management raygun click coaching top end devs shawn clabough
Adventures in DevOps
To Reconfig or Not to Reconfig? - DevOps 107

Adventures in DevOps

Play Episode Listen Later Mar 10, 2022 34:53


Will needs some developer therapy, and maybe you do, too. In this episode, Will talks about reconfig issues he's having with a client, and his loyal compadres help him find the light at the end of the tunnel. It may NOT include Airflow, though. Sorry, Jillian. In This Episode 1) What you NEED to look for to know if reconfiguration is the right answer for your…situation 2) Your No-B.S. guide to reconfiguring without making your client hate you 3) How to implement charts and other visual aids to help you and the client stay in sync Sponsors Tonic.ai (https://www.tonic.ai/?ref=adventuresindevops) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Top End Devs (https://topenddevs.com/) Picks Jillian- Dash Overview (https://plotly.com/dash/) Jillian- ShinyProxy (https://www.shinyproxy.io/) Jonathan- Ozark | Netflix series (https://www.netflix.com/title/80117552) Jonathan- Continuous Delivery - YouTube (https://www.youtube.com/c/ContinuousDelivery?app=desktop) Will- DevOps Roadmap 2022 (https://devopsfordevelopers.io/roadmap/)

All Angular Podcasts by Devchat.tv
Angular On The Desktop - AiA 341

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Mar 3, 2022 67:52


If your Angular needs a home, look no further than your own desktop! In this episode, the group talks to Sam Basu to learn ALL the deets about integrating Angular into your desktop properly. They lay out how PWAs CAN work (if done correctly), the big differences between cross-platform vs. one basket, and why 2022 is gonna be a GOOD year for Angular. “The desire to see ‘web stuff' on native is nothing new, and it's good to have choices in Angular.” - Sam Basu In This Episode 1) How PWAs ARE an option for Angular on desktop this year (follow these tips to do it right) 2) Why the answer to “How do I integrate these tools?” is only TWO words long 3) The BIG differences between integrating cross-platform vs. all into one basket 4) Exciting Angular developments this year that you DESERVE to know ASAP (including .NET MAUI…you're welcome!) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Modern Developer Ramblings (https://samidipbasu.com/) Picks Charles- 7 Wonders Duel | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/173346/7-wonders-duel) Charles- Encanto | Disney Movies (https://movies.disney.ph/encanto) Charles- Airmeet (https://www.airmeet.com/) Charles- Workshops and meetups at topenddevs.com (https://topenddevs.com/)! Sam- Let's break bread to connect and get more people involved with technology Sam- Jack Ryan | Amazon Prime (https://www.amazon.com/Tom-Clancys-Jack-Ryan-Season/dp/B089TVN27Q) Subrat- “Business Connected” episode about digits Special Guest: Sam Basu.

deserve desktops angular charles max wood net maui sam basu raygun click coaching top end devs
Adventures in Angular
Angular On The Desktop - AiA 341

Adventures in Angular

Play Episode Listen Later Mar 3, 2022 67:52


If your Angular needs a home, look no further than your own desktop! In this episode, the group talks to Sam Basu to learn ALL the deets about integrating Angular into your desktop properly. They lay out how PWAs CAN work (if done correctly), the big differences between cross-platform vs. one basket, and why 2022 is gonna be a GOOD year for Angular. “The desire to see ‘web stuff' on native is nothing new, and it's good to have choices in Angular.” - Sam Basu In This Episode 1) How PWAs ARE an option for Angular on desktop this year (follow these tips to do it right) 2) Why the answer to “How do I integrate these tools?” is only TWO words long 3) The BIG differences between integrating cross-platform vs. all into one basket 4) Exciting Angular developments this year that you DESERVE to know ASAP (including .NET MAUI…you're welcome!) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Modern Developer Ramblings (https://samidipbasu.com/) Picks Charles- 7 Wonders Duel | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/173346/7-wonders-duel) Charles- Encanto | Disney Movies (https://movies.disney.ph/encanto) Charles- Airmeet (https://www.airmeet.com/) Charles- Workshops and meetups at topenddevs.com (https://topenddevs.com/)! Sam- Let's break bread to connect and get more people involved with technology Sam- Jack Ryan | Amazon Prime (https://www.amazon.com/Tom-Clancys-Jack-Ryan-Season/dp/B089TVN27Q) Subrat- “Business Connected” episode about digits Special Guest: Sam Basu.

deserve desktops angular charles max wood net maui sam basu raygun click coaching top end devs
All Ruby Podcasts by Devchat.tv
Async Ruby - RUBY 537

All Ruby Podcasts by Devchat.tv

Play Episode Listen Later Mar 2, 2022 61:05


Not a fan of typical Ruby? We got you. In this episode, the Rogues talk with Bruno Sutic, an Async Ruby developer who will convince you why Async Ruby is a fantastic and stable alternative. “Async Ruby was invited to Ruby's standard library, so it'll enjoy the support of Ruby.” - Bruno Sutic In This Episode 1) What you NEED to know about Async Ruby if you're new to it 2) Why Async Ruby is SUPER promising for 2022 and beyond 3) The ONE thing Ruby's creator regrets (and what it reveals about Ruby!) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Bruno- RSS Charles- Wavelength | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/262543/wavelength) Charles- Upcoming workshops at topenddevs.com (https://topenddevs.com)! John- A'bunadh Scotch Whisky John- RailsBump (https://railsbump.org/) Valentino- SmarTek-Home (https://smartek-home.com/) Valentino- Timescale: Time-series data simplified (https://www.timescale.com/) Valentino- Brad Frost A/B Bird Feeder Special Guest: Bruno Sutic.

rogues async charles max wood ruby ruby raygun click coaching top end devs
React Round Up
Nx and Next.js Apps in 2022 with Jack Hsu - RRU 174

React Round Up

Play Episode Listen Later Mar 2, 2022 50:34


Nx is here to make your life easier. In this episode, Paige and TJ talk with Jack Hsu, a developer whose Nrwl and Nx expertise is blowing us away with how streamlined things can be. “It's nice for everyone to see what's going on, not just the core developers.” - Jack Hsu In This Episode 1) What beginners NEED to know to get started with Nx this year 2) Why you'll LOVE using a Monorepo in 2022 to maintain your sanity 3) The BIG 2022 trends around Next.js, Nx, and Nrwl you ought to know Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=reactroundup&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Painlessly Build and Deploy Next.js Apps With Nx | by Jack Hsu | Nrwl (https://blog.nrwl.io/painlessly-build-and-deploy-next-js-apps-with-nx-225e2721da78) Jack Hsu (https://medium.com/@jay_soo) Github: Jack Hsu ( aysoo ) (https://github.com/jaysoo) Picks Jack- IdeaVim Paige- Watch Snowpiercer | Netflix Official Site (https://www.netflix.com/in/title/80177458) TJ- YouTube TV (https://tv.youtube.com/welcome/?utm_servlet=prod) Special Guest: Jack Hsu.

love apps nx monorepo nrwl tj vantoll raygun click coaching top end devs
JavaScript Jabber
OAuth Explained - JSJ 523

JavaScript Jabber

Play Episode Listen Later Mar 1, 2022 71:44


Is OAuth all it's cracked up to be? In this episode, the Jabberers sit down with Dan Moore, an expert in the OAuth world. They discuss the GIANT perks of OAuth (even if you're a beginner), how to fix OAuth's biggest issues, and what you NEED to watch out for in OAuth if you're a prospective client. “The end goal of OAuth is let someone else handle authentication, and based on tokens you get, you have the insurance that the authentication was valid.” - Dan Moore In This Episode 1) The HUGE perks of using OAuth in 2022 (and how to get started) 2) What you SHOULD be looking for in OAuth as a client 3) How to resolve OAuth's biggest drawbacks and feel confident in your security Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Otter.ai (https://otter.ai/) AJ- Dash (https://www.dash.org/) AJ- Elgato Stream Deck (https://amzn.to/33qvtpW) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Tally (https://www.withtally.com/) Charles- GiveSendGo (https://www.givesendgo.com/) Charles- Encanto | Disney Movies (https://movies.disney.com/encanto) Charles- Workshops | Top End Devs (https://topenddevs.com/workshops) Dan- Descript (https://www.descript.com/) Dan- The Leanpub Process Dan- Security Engineering (https://amzn.to/3psLSSt) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Dan Moore.

Adventures in .NET
Mastering SignalR - .NET 109

Adventures in .NET

Play Episode Listen Later Mar 1, 2022 56:23


Have you ever used SignalR in your development? .NET might have used it for the code you wrote and you didn't realize it. Kevin Griffin has used SignalR for multiple projects over the years and joins us to discuss how you can use it in your development. SignalR uses a pub/sub model and is great for applications that need immediate feedback. Kevin used it for a city's emergency system to provide alerts to first responders within seconds of an emergency being recorded. Like most technologies SignalR can be problematic if used incorrectly. We get to hear a couple of stories where Kevin had to work to fix troublesome SignalR implementations. Have you developed applications that could benefit from using SignalR? Let us know on Twitter at @dotnet_Podcast (https://twitter.com/dotNET_Podcast). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links SignalR Mastery (https://www.udemy.com/course/signalr-mastery/?referralCode=5F129296A976F8353B79) Real Time Revolution: SignalR In Action (LIVE from Tulsa .NET Users Group) - YouTube (https://www.youtube.com/watch?v=nrQXFL1lE2Y) The Real Time Web in the Real World - SignalR with Kevin Griffin - YouTube (https://www.youtube.com/watch?v=vIiK3JkaL7E) Episode 223 - SignalR Mastery with Kevin Griffin - The 6 Figure Developer (https://6figuredev.com/podcast/episode-223-signalr-mastery-with-kevin-griffin/) Picks Caleb- Peacemaker | HBO Max Originals (https://www.hbomax.com/series/urn:hbo:series:GYb0FKQLsGIyPfQEAAAAM) Kevin- Marvel Studios' Doctor Strange in the Multiverse of Madness | Official Teaser (https://www.youtube.com/watch?v=Rt_UqUm38BI) Shawn- Demeo — Resolution Games (https://www.resolutiongames.com/demeo) Wai- Xiaomi Electric Portable Air Pump 1S (https://www.mi-store.com.au/products/xiaomi-electric-portable-air-pump-1s?variant=41041842897091) Special Guest: Kevin Griffin.

strange mastering multiverse tulsa kevin griffin signalr coaching top end devs raygun click shawn clabough wai liu dotnet podcast
All JavaScript Podcasts by Devchat.tv
OAuth Explained - JSJ 523

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Mar 1, 2022 71:44


Is OAuth all it's cracked up to be? In this episode, the Jabberers sit down with Dan Moore, an expert in the OAuth world. They discuss the GIANT perks of OAuth (even if you're a beginner), how to fix OAuth's biggest issues, and what you NEED to watch out for in OAuth if you're a prospective client. “The end goal of OAuth is let someone else handle authentication, and based on tokens you get, you have the insurance that the authentication was valid.” - Dan Moore In This Episode 1) The HUGE perks of using OAuth in 2022 (and how to get started) 2) What you SHOULD be looking for in OAuth as a client 3) How to resolve OAuth's biggest drawbacks and feel confident in your security Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Otter.ai (https://otter.ai/) AJ- Dash (https://www.dash.org/) AJ- Elgato Stream Deck (https://amzn.to/33qvtpW) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Tally (https://www.withtally.com/) Charles- GiveSendGo (https://www.givesendgo.com/) Charles- Encanto | Disney Movies (https://movies.disney.com/encanto) Charles- Workshops | Top End Devs (https://topenddevs.com/workshops) Dan- Descript (https://www.descript.com/) Dan- The Leanpub Process Dan- Security Engineering (https://amzn.to/3psLSSt) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Dan Moore.

Adventures in DevOps
Server-less DevOps with Allen Helton - DevOps 105

Adventures in DevOps

Play Episode Listen Later Feb 17, 2022 58:09


Ready to pull the plug and go server-less? Hold your horses. In this episode, the DevOps fellows sit down with Allen Helton, a developer knows all about server-less ops. They discuss the biggest pros and cons for going server-less, why you HAVE to start with the big “A” to keep everything neat, and the NUMBER ONE mistake developers make when trying server-less for the first time. “ServerOps engineers are just as important as DevOps engineers are. There's a lot of crossover.” - Allen Helton In This Episode 1) The HUGE pros for going server-less in 2022 (and why it doesn't have to be too different from traditional DevOps) 2) Why server-less ops MUST start with the big “A” to keep everything tidy 3) The NUMBER ONE mistake traditional devs make when trying out server-less for the first time 4) How to learn Sever-less Ops efficiently and NOT overwhelm yourself (even if you're a beginner) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresdevops&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Ready, Set, Cloud! (https://www.readysetcloud.io/) Picks Allen- Wyze Noise-Cancelling Headphones (https://wyze.com/wyze-headphones.html) Jillian- Dabbleofdevops (https://www.dabbleofdevops.com/) Jonathan- Jabra Elite 75t (https://www.apac.jabra.com/bluetooth-headsets/jabra-elite-75t) Will- DevOpsDays Austin 2022 (https://devopsdays.org/events/2022-austin/welcome/) Will- Forest (https://www.forestapp.cc/) Will- Rob Walling — Does "DevOps" Matter to Investors? (https://www.listennotes.com/podcasts/tiny-devops/rob-walling-does-devops-62qWjK3egB1/) Special Guest: Allen Helton.

Adventures in Angular
How to Run Your Toolchain in the Browser - AiA 340

Adventures in Angular

Play Episode Listen Later Feb 17, 2022 59:51


This ain't your granddaddy's browser. In this episode, Charles and Subrat sit down with Eric Simons, a developer who's on the forefront of expanding for what's possible for your toolchain in browsers. They lay out a BIG trend you oughta know, how these programs can help you level up your security, and how the “Google Docs” approach gives a hint for some remarkable developments coming this year and beyond. “Browsers have gotten a lot more pliable and robust over the past half decade.” - Eric Simons In This Episode 1) A BIG trend that's need to know about Angular and beyond (and how it'll affect you) 2) Why these programs will help you step up your security while maintaining continuity 3) How these toolchains are applying the “Google Docs” approach to all kinds of use cases
4) The COOLEST upcoming developments that are “barely scratching the surface” for what's possible in 2022 and beyond (including desktop AND mobile!) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Charles- Wavelength | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/262543/wavelength) Charles- topenddevs.com (https://topenddevs.com/) for authoring, coaching, and more Charles- JS Remote Con is coming Eric- Vite: Home (https://vitejs.dev/) Subrat- You Don't Know JS Yet: Get Started (https://amzn.to/3GYoCl5) Special Guest: Eric Simons .

All Angular Podcasts by Devchat.tv
How to Run Your Toolchain in the Browser - AiA 340

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Feb 17, 2022 59:51


This ain't your granddaddy's browser. In this episode, Charles and Subrat sit down with Eric Simons, a developer who's on the forefront of expanding for what's possible for your toolchain in browsers. They lay out a BIG trend you oughta know, how these programs can help you level up your security, and how the “Google Docs” approach gives a hint for some remarkable developments coming this year and beyond. “Browsers have gotten a lot more pliable and robust over the past half decade.” - Eric Simons In This Episode 1) A BIG trend that's need to know about Angular and beyond (and how it'll affect you) 2) Why these programs will help you step up your security while maintaining continuity 3) How these toolchains are applying the “Google Docs” approach to all kinds of use cases
4) The COOLEST upcoming developments that are “barely scratching the surface” for what's possible in 2022 and beyond (including desktop AND mobile!) Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=adventuresangular&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Charles- Wavelength | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/262543/wavelength) Charles- topenddevs.com (https://topenddevs.com/) for authoring, coaching, and more Charles- JS Remote Con is coming Eric- Vite: Home (https://vitejs.dev/) Subrat- You Don't Know JS Yet: Get Started (https://amzn.to/3GYoCl5) Special Guest: Eric Simons .

Adventures in .NET
What Is Remote - Containers - .NET 107

Adventures in .NET

Play Episode Listen Later Feb 15, 2022 44:59


Have we piqued your curiosity? We were curious as well so Andy Watt agreed to join us on the podcast and fill us in on the details. Remote - Containers is a VS Code extension that allows you to open any folder or repository inside a Docker container and take advantage of the full feature set of VS Code. You get all of the benefits of using Docker containers without ever having to leave Visual Studio Code. Isn't VS Code great! We discuss several use cases that Andy and his team use Remote - Containers for as well as possible limitations and things to keep in mind. What is your favorite VS Code extension? Let us know on Twitter at @dotnet_Podcast (https://twitter.com/dotNET_Podcast). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links .NET Development in Docker with Dev Containers (https://itnext.io/net-development-in-docker-6509d8a5077b) Remote - Containers - Visual Studio Marketplace (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) Picks Andy- Carv (https://getcarv.com/) Caleb- AdGuard (https://adguard.com/) Shawn- .NET | Free. Cross-platform. Open Source (https://dotnet.microsoft.com/en-us/) Wai- Renpho Smart Scale (https://www.amazon.com.au/RENPHO-Bluetooth-Body-Fat-Scale/dp/B01N1UX8RW/ref=sr_1_3_sspa?crid=3MWS0PN2TE49X&keywords=renpho+scale&qid=1644011784&sprefix=renpho+scale%2Caps%2C322&sr=8-3-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUFUSjJNV0RNMlI1MEEmZW5jcnlwdGVkSWQ9QTAyOTIzMzAxUVU5MzZUSlROT1NIJmVuY3J5cHRlZEFkSWQ9QTNPNVdOT1RZREw4UE8md2lkZ2V0TmFtZT1zcF9hdGYmYWN0aW9uPWNsaWNrUmVkaXJlY3QmZG9Ob3RMb2dDbGljaz10cnVl) Special Guest: Andy Watt.

cross remote open source containers docker vs code visual studio code itemname coaching top end devs raygun click shawn clabough wai liu dotnet podcast
Adventures in .NET
Blangular (Blazor + Angular) - .NET 105

Adventures in .NET

Play Episode Listen Later Feb 1, 2022 30:16


Have you ever thought about mixing two SPA frameworks together? In today's episode we discuss doing just that, Blazor and Angular running in the same application. Both Angular and Blazor have ways to export code as web components that can be reused in other applications. In order to use Angular in Blazor you have to get familiar with IJSRuntime and how JavaScript interoperability works in Blazor. We look at how Blazor can provide input and get output from Angular as well as discuss how you can handle CSS between the two. We also go over some of the use cases for using Angular web components inside a Blazor application. Have you worked with Angular Elements or Blazor web components? Let us know on Twitter at @dotnet_Podcast (https://twitter.com/dotNET_Podcast). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links GitHub - danroth27/Blangular: Blazor + Angular (https://github.com/danroth27/Blangular) Re-Using Angular Components In A Blazor WebAssembly Application Using Angular Elements - Web Components Custom Elements, FTW! (https://www.thinktecture.com/en/blazor/integration-angular-elements-web-components/) Picks Caleb- French Onion Dip (https://heluvagood.com/products/french-onion-dip/) Shawn- Microsoft to acquire Activision Blizzard to bring the joy and community of gaming to everyone, across every device (https://news.microsoft.com/2022/01/18/microsoft-to-acquire-activision-blizzard-to-bring-the-joy-and-community-of-gaming-to-everyone-across-every-device/) Wai- All-new Fire TV Stick 4K Max | Wi-Fi 6 Compatible (https://www.amazon.com.au/dp/B08MR37WXM/ref=cm_sw_r_awdo_navT_g_dl_XGJQFNRME3JX9CBR1NV2)

spa activision blizzard javascript css compatible angular ftw blazor navt raygun click coaching top end devs angular elements shawn clabough wai liu dotnet podcast
Adventures in .NET
Getting into Source Generators in .Net - .NET 103

Adventures in .NET

Play Episode Listen Later Jan 18, 2022 33:59


Unsure about how and why to use Source Generators in .NET? Stefan Schranz explains them in an easy-to-understand way. He compares them to T4 templates and explains that there's a new and more powerful way to generate code. Learn about how to get started, the limitations, and their use cases in this episode. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Getting into source generators in .Net (https://itnext.io/getting-into-source-generators-in-net-6bf6d4e9e346) Picks Shawn- Watch The Witcher | Netflix Official Site (https://www.netflix.com/title/80189685) Stefan- Watch Explained | Netflix Official Site (https://www.netflix.com/title/80216752) Special Guest: Stefan Schranz.

generators t4 raygun click coaching top end devs shawn clabough
Adventures in .NET
Way Outside the Box ( Part 1 ft. Mark Miller) - .NET 101

Adventures in .NET

Play Episode Listen Later Jan 4, 2022 41:50


It has been more than a year since we had Mark Miller on the podcast, which is too long, but he is back with us today to talk about outside of the box thinking. The first thing you need to know when thinking outside the box is that there is no such thing as impossible. Maybe it isn't financially feasible or would take an inordinate amount of time but it is not impossible. Next throw out any preconceived notions of what is required, untouchable or unquestionable. With those two in place you can do things like embed images in source code, use caps lock as a modifier or create complex live animations for a Twitch stream. Mark discusses how he did all of these and how he got himself and his team past impossible. What have you developed that you first thought was impossible? Let us know on Twitter at @dotnet_Podcast. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=adventuresdotnet&utm_campaign=devchat&utm_content=apm) Links Adventures in .NET Episode 30: .NET 029: CodeRushed with Mark Miller Pt1 (https://adventuresindotnet.com/30) Don't Make Me Think (https://www.sensible.com/dont-make-me-think/) CodeRushed - Twitch (https://www.twitch.tv/coderushed) Picks Caleb- Watch Arcane | Netflix Official Site (https://www.netflix.com/title/81435684) Mark- Cowboy Bebop | Official Trailer | Netflix (https://www.youtube.com/watch?v=ULCIHP5dc44) Shawn- The Wheel of Time - Season 1 | Prime Video (https://www.amazon.com/Wheel-Time-Season-1/dp/B09F59CZ7R) Wai- Night Cat Inflatable Sleeping Pads Mat (https://www.amazon.com.au/gp/product/B07PFNC92M/ref=ppx_yo_dt_b_asin_title_o04_s00?ie=UTF8&th=1) Special Guest: Mark Miller.