DevEd

Escuchar DevEd

Podcast de DevChat.tv

A weekly podcast about the world of programming and all things related to developer education within the various communities of web development. All levels from beginner to advanced welcome.

Empieza 30 días de prueba

4,99 € / mes después de la prueba.Cancela cuando quieras.

Prueba gratis

Todos los episodios

42 episodios
episode DevEd 039: Learning & Using ASP.NET artwork
DevEd 039: Learning & Using ASP.NET

This episode of the DevEd podcast is joined by special guest Thomas Desmond. Thomas is a software engineer currently working with .NET and Angular, has been a university instructor for three years and has a course coming up on Thinkster.io - Creating an API with ASP.NET Core. He defines ASP.NET, and describes its relation to ASP.NET Core. He explains the process of working with .NET on a Mac, differences between Visual Studio Code and Visual Studio Mac 2019, and the learning curve involved in C# and types languages such as TypeScript. The panelists share their learning transition from .NET to other languages and frameworks such as Angular, React and vice versa. They talk about the hurdles as well as effective strategies in learning ASP.NET, why is .NET considered to be Microsoft-specific, how does it compare to technologies such as Rails or Node, cloud development, and discuss reasons why bootcamps don't generally focus on learning ASP.NET. They end the show with picks. PANEL * Brooke Avery [https://thinkster.io/] * Luis Hernandez [https://lambdaschool.com/about] * Mike Dane [https://www.mikedane.com/] * Jesse Sanders [https://briebug.com/] * Lukas Ruebbelke [https://twitter.com/simpulton?lang=en] Joined by special guest:Thomas Desmond [https://www.thetombomb.com/] SPONSORS * Thinkster.io [https://thinkster.io/] * Ruby Rogues [https://devchat.tv/ruby-rogues/] * CacheFly [https://www.cachefly.com/] ____________________________________________________________ > "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon.Get Your Copy Today! [https://www.amazon.com/gp/product/B081MBL5C9/ref=as_li_ss_tl?ie=UTF8&linkCode=sl1&tag=devchattv-20&linkId=9d61363241636e2546ef46abba198746&language=en_US] ____________________________________________________________ LINKS * Thomas's Twitter [https://twitter.com/ThomasJDesmond] * Creating a C# ASP.Net Core API - Introduction [https://thinkster.io/tutorials/creating-a-c-asp-net-core-api-introduction] PICKS Thomas Desmond: * The Fearless Organization: Creating Psychological Safety in the Workplace for Learning, Innovation, and Growth [https://www.goodreads.com/en/book/show/40275161-the-fearless-organization] Luis Hernandez: * Visual Studio Dev Essentials [https://visualstudio.microsoft.com/dev-essentials/] * ASP.NET [https://dotnet.microsoft.com/apps/aspnet] Mike Dane: * Alta 21 Pack [https://arkadiasupply.co/collections/frontpage/products/alta-21] Jesse Sanders: * Taxi Driver [https://www.imdb.com/title/tt0075314/] * Bike Helmet * Garmin watches [https://buy.garmin.com/en-US/US/wearabletech/wearables/c10001-c10002-p1.html] Lukas Ruebbelke: * Ed Motta [https://en.wikipedia.org/wiki/Ed_Motta] * Kurt Elling [https://en.wikipedia.org/wiki/Kurt_Elling] Brooke Avery: * Noah Kahan - Busyhead [https://en.wikipedia.org/wiki/Busyhead] * Biteable [https://biteable.com/promo/] The DevEd podcast is produced by Thinkster.io and published by DevChat.TV. Question #1:What is ASP.NET? Open source web application framework used to develop and build web apps using .NET. Question #2:How to use .NET on a Mac? Use Visual Studio for Mac, good support available. Question #3:What are some hurdles in learning ASP.NET? Understanding and reinforcing the idea that there is an API between the application and the server. Question #4:What are some effective tips while learning .NET? Do a lot of examples, repetitions, discuss questions with other students.

10 dic 2019 - 48 min
episode DevEd 038: Learning Testing & TDD artwork
DevEd 038: Learning Testing & TDD

In this episode of the DevEd podcast, the panel discusses Testing and Test Driven Development. They start the conversation by talking about automated testing with the help of unit tests using various tools available. Luis explains the terms regression testing, refactoring, mocking, continuous integration and continuous delivery (CI/CD). Everyone shares their experience with testing, mainly how and when they started learning automated testing and their journey with it so far. They then dive into the learning aspect of testing including some of the best ways to learn unit testing and give great tips and tools along the way. The next topic discussed is Test Driven Development - the definition, division of the development community into those support the methodology and those who do not, and more importantly, how effective it can be, it's benefits and drawbacks and the comparison between TDD and BDD (Behaviour Driven Development). They also talk about mocking, how testing can improve the quality of applications, and visual testing. In the end, they each mention their most favourite and least favorite testing tools. PANEL * Joe Eames [https://thinkster.io/] * Luis Hernandez [https://lambdaschool.com/about] * Jesse Sanders [https://briebug.com/] * Mike Dane [https://www.mikedane.com/] * Sam Julien [https://twitter.com/samjulien?lang=en] SPONSORS * Thinkster.io [https://thinkster.io/] * Adventures in Angular [https://devchat.tv/adv-in-angular/] ____________________________________________________________ > "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! [https://www.amazon.com/gp/product/B081MBL5C9/ref=as_li_ss_tl?ie=UTF8&linkCode=sl1&tag=devchattv-20&linkId=9d61363241636e2546ef46abba198746&language=en_US] ____________________________________________________________ LINKS * Uncle Bob - TDD [http://butunclebob.com/ArticleS.UncleBob.TheThreeRulesOfTdd] * The Magic Tricks of Testing by Sandi Metz [https://www.youtube.com/watch?v=URSWYvyc42M] * Code Kata [http://codekata.com/] * TDD Kata 1 - Roy Osherove [https://osherove.com/tdd-kata-1] * cypress [https://www.cypress.io/] * Jest [https://jestjs.io/] * SuperTest [https://www.npmjs.com/package/supertest] * Testable [https://www.testable.org/] PICKS Mike Dane: * YouTube Music [https://music.youtube.com/] Luis Hernandez: * Microsoft Whiteboard [https://www.microsoft.com/en-us/p/microsoft-whiteboard/9mspc6mp8fm4?activetab=pivot:overviewtab] Jesse Sanders: * Tile for Keys [https://www.thetileapp.com/en-eu/] * Star Wars: The Rise of Skywalker - Final Trailer Easter Eggs [https://www.youtube.com/watch?v=5lUjF_tw0GA] Sam Julien: * Strange Planet - Nathan W. Pyle [https://www.nathanwpyle.art/strangeplanet] Joe Eames: * Stackbit [https://www.stackbit.com/] The DevEd podcast is produced by Thinkster.io and published by DevChat.TV. Question #1:What is regression and refactoring? Regression is handling new changes that affect or break legacy code, refactoring is changing the way code is written without changing the functionality. Question #2:What are ways to learn unit-testing? Learning by example, practicing using open source codes, studying existing tests from a large codebase, trying to increase code-coverage, writing simple math based tests and Code Katas. Question #3:What is TDD? Writing tests before designing the implementation code, red-green-refactor approach - write a test and make it fail (red), write code to make it pass (green) and eventually refactor the code. Question #4:What is a mock? Artificially created responses that can be used and controlled by tests.

26 nov 2019 - 54 min
episode The MaxCoders Guide To Finding Your Dream Developer Job artwork
The MaxCoders Guide To Finding Your Dream Developer Job

"The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is available on Amazon. Get your copy here [https://www.amazon.com/MaxCoders-Guide-Finding-Dream-Developer-ebook/dp/B081MBL5C9/ref=sr_1_2?keywords=charles+max+wood&qid=1574160229&sr=8-2] today only for $2.99!

20 nov 2019 - 14 min
episode DevEd 037:  Code Ninjas & Community Learning artwork
DevEd 037:  Code Ninjas & Community Learning

In this episode of the DevEd podcast, David Graham - founder and CEO of Code Ninjas, introduces himself, gives a background of how he got into software development, briefly describes his vision that led to the creation of Code Ninjas and the interesting work that goes on there. The company essentially consists of coding centres for kids in multiple locations throughout the US, with cool learning programs catering to several age groups, its main purpose being teaching hands on software development combined with a lot of fun. The panelists share their views about the current state of programming education in schools, if it is adequate, and what can be done to supplement it. They discuss that it is important to teach kids how to think and how to solve problems rather than relying on memory based learning. They mention ways to get students excited about programming, different learning tools and platforms, and similarities and differences in learning patterns between kids and adult learners.They talk on why should everyone care about coding education for kids, even those who do not have them, and how people can help out in getting youth involved in software development. They also discuss if there is anything they wish had existed to aid learning for young individuals also how it would help them in return. In the end, David explains how can people volunteer for Code Ninjas. PANEL * Brooke Avery [https://thinkster.io/] * Sam Julien [https://twitter.com/samjulien?lang=en] * Mike Dane [https://www.mikedane.com/] * Preston Lamb [https://www.linkedin.com/in/pjlamb12] Joined by speacial guest: David Graham [https://twitter.com/OriginalCoder] SPONSORS * Thinkster.io [https://thinkster.io/] * iPhreaks - Devchat.tv [https://devchat.tv/iphreaks/] * Views on Vue - Devchat.tv [https://devchat.tv/views-on-vue/] ________________________________________________________________________________________________________________________ > "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood will be out on November 20th on Amazon.  Get your copy on that date only for $1. ________________________________________________________________________________________________________________________ LINKS * Code Ninjas [https://www.codeninjas.com/] * Code.org [https://code.org/] * CodeCombat [https://codecombat.com/] PICKS Mike Dane: * JBL Clip 3 [https://www.amazon.com/gp/product/B07CVMN9MT/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1] David Graham: * The Wheel of Time [https://www.imdb.com/title/tt7462410/] Preston Lamb: * Disney+ [https://preview.disneyplus.com/se] Brooke Avery: * Harry Potter Kano Coding Kit [https://kano.me/store/us/products/coding-wand] Sam Julien: * Create Your Own Hacker Nebula with Angular Blockly by Jeff Whelpley & Madelyn Whelpley [https://www.youtube.com/watch?v=kLDXLHbrrOo] * Blockly [https://developers.google.com/blockly/] * ng-club [https://ngclub.info/] The DevEd podcast is produced by Thinkster.io and published by DevChat.TV.

12 nov 2019 - 51 min
episode Sam Julien Interview - Gatsby artwork
Sam Julien Interview - Gatsby

In this episode of the DevEd podcast, Brooke interviews Sam on Gatsby, and Sam's new course on Thinkster.io. Sam works in Developer Relations at Auth0, is a Google Developer Expert for Angular and Web Technologies, and is very passionate about teaching. Sam starts by explaining in detail what Gatsby is and what it is used for. He talks on the performance benefits of Gatsby, its comparison to React in terms of tooling and usage as well as learning, and if there are any tools or technologies needed as prerequisites to use Gatsby. He elaborates on what made him learn Gatsby, how it helped him advance his programming career, and both his favorite and not so favorite aspects of Gatsby. He then talks at length about his course - Up and Running with Gatsby, reasons he chose this topic specifically, the course design, and compelling reasons why people should go for it. In the end, he shares his thoughts on how Gatsby is getting popular and can help speed up development in enterprise companies and large organizations. PANEL * Brooke Avery [https://thinkster.io/] * Sam Julien [https://twitter.com/samjulien?lang=en] SPONSORS * Thinkster.io [https://thinkster.io/] LINKS * Up and Running with Gatsby: Introduction [https://thinkster.io/tutorials/up-and-running-with-gatsby-intro] The DevEd podcast is produced by Thinkster.io and published by DevChat.TV.

07 nov 2019 - 44 min
Soy muy de podcasts. Mientras hago la cama, mientras recojo la casa, mientras trabajo… Y en Podimo encuentro podcast que me encantan. De emprendimiento, de salid, de humor… De lo que quiera! Estoy encantada 👍
MI TOC es feliz, que maravilla. Ordenador, limpio, sugerencias de categorías nuevas a explorar!!!
Me suscribi con los 14 días de prueba para escuchar el Podcast de Misterios Cotidianos, pero al final me quedo mas tiempo porque hacia tiempo que no me reía tanto. Tiene Podcast muy buenos y la aplicación funciona bien.
App ligera, eficiente, encuentras rápido tus podcast favoritos. Diseño sencillo y bonito. me gustó.
contenidos frescos e inteligentes
La App va francamente bien y el precio me parece muy justo para pagar a gente que nos da horas y horas de contenido. Espero poder seguir usándola asiduamente.

Empieza 30 días de prueba

4,99 € / mes después de la prueba.Cancela cuando quieras.

Podcasts exclusivos

Sin anuncios

Podcast gratuitos

Audiolibros

20 horas / mes

Prueba gratis

Sólo en Podimo

Audiolibros populares