Café con Tech

Follow Café con Tech
Share on
Copy link to clipboard

Café con Tech nace como un espacio para compartir mi experiencia trabajando como ingeniero de software por ya casi 10 años y con 8 de ellos en formato remoto desde casa.Compartir así lo que he aprendido y sigo aprendiendo día a día tanto en términos de tecnologías, tips & tricks, rutinas, salud, hábitos, aparatos y otros temas relacionados con el trabajo remoto como Ingeniero de Software.La idea es poder ayudar a los desarrolladores ​​a conectarse con su propósito final y sobresalir en su trabajo para que puedan impactar positivamente a las personas que influyen.Este es un breve podcast en formato semanal creado por Matías Hernández (@matiasfha) Ingeniero de Software, padre, podcaster e instructor en egghead.ioComparte y continua la conversación en rrss @cafe_contech en twitter e instagramo deja tu mensaje de voz en matiashernandez.dev/mensajedevoz

Matias Hernández

Donate to Café con Tech


    • Mar 8, 2023 LATEST EPISODE
    • infrequent NEW EPISODES
    • 29m AVG DURATION
    • 75 EPISODES


    Search for episodes from Café con Tech with a specific topic:

    Latest episodes from Café con Tech

    Javascript Rendering Patterns Explained! What Are They?

    Play Episode Listen Later Mar 8, 2023 11:53


    This episode is about the different types of rendering patterns and metaframeworks in web development, and why there are so many of them. It provides an overview of the topic for developers to understand better the landscape of rendering tools and technologies in the JavaScript ecosystem. If you're curious about how rendering patterns work or want to learn more about Metaframeworks, this video is for you! We'll discuss rendering patterns, how they work, and some of their benefits. By the end, you'll better understand how rendering patterns work and what Metaframeworks are capable of! Music by https://www.bensound.com » Make sure to follow me on Twitter: https://twitter.com/matiasfha TikTok: https://www.tiktok.com/@matiasfha And visit my site https://matiashernandez.dev to check more content

    WTF are Type Predicates in Typescript?

    Play Episode Listen Later Mar 8, 2023 4:14


    Have you ever been curious about what Type Predicates are in TypeScript? In this episode, I'll show you how to use Type Predicates for type narrowing. L earn about the pros and cons of using Type Predicates, but most important, let's review the big RISK of using predicates for type narrowing and how you can LIE to Typescript Link to the article: https://egghead.io/blog/3-effective-type-narrowing-techniques-in-typescript Make sure to follow me on Twitter: https://twitter.com/matiasfha TikTok: https://www.tiktok.com/@matiasfha Youtube: https://youtube.com/@matiasfha And visit my site https://matiashernandez.dev to check more content

    Should you learn Typescript? Is it Worth it?

    Play Episode Listen Later Jan 23, 2023 4:50


    In this episode, I'm going to discuss whether or not you should learn Typescript, or better, what parts of Typescript you should learn. Typescript is gaining popularity. If you're thinking about learning this language, then this video is for you! We'll discuss some ideas of what pieces of Typescript are worth your time, and effort. Hopefully, this video will help you decide whether or not to learn Typescript, and how to learn it. Let me know what you think in the comments below! Suscribete a mi newsletter --- Encuéntrame en twitter, en mi repositorio AMA o en mi sitio web -------- Mi escritorio Mouse MX Master 2S Teclado Keychron K3 Micrófono Shure BETA Boom arm Blue Compass Interfaz de audio Focusrite Scarlett Solo 3rd gen Audífonos JBL Tune 600BTNC Webcam Logitech c9222 Monitor Xiaomi Mi 34” curved Dock Kensington SD5700T Software Editor de Audio: Descript

    Hablando de Typescript

    Play Episode Listen Later Sep 30, 2022 11:14


    En este episodio una nueva opinión o reclamo, esta vez sobre Typescript, qué es, por que usarlo y por que gente lo utiliza mal. Suscribete a mi newsletter --- Encuéntrame en twitter, en mi repositorio AMA o en mi sitio web -------- Mi escritorio Mouse MX Master 2S Teclado Keychron K3 Micrófono Shure BETA Boom arm Blue Compass Interfaz de audio Focusrite Scarlett Solo 3rd gen Audífonos JBL Tune 600BTNC Webcam Logitech c9222 Monitor Xiaomi Mi 34” curved Dock Kensington SD5700T Software Editor de Audio: Descript

    Web3: Comenzando con Ethereum y SvelteKit

    Play Episode Listen Later Sep 1, 2022 16:58


    Encuentra el curso en directamente en egghead.io y el material del curso en github Subscribte a mi newsletter --- Encuéntrame en twitter, en mi repositorio AMA o en mi sitio web -------- Mi escritorio Mouse MX Master 2S Teclado Keychron K3 Micrófono Shure BETA Boom arm Blue Compass Interfaz de audio Focusrite Scarlett Solo 3rd gen Audífonos JBL Tune 600BTNC Webcam Logitech c9222 Monitor Xiaomi Mi 34” curved Dock Kensington SD5700T Software Editor de Audio: Descript

    ¿Qué es Graphql?

    Play Episode Listen Later Aug 26, 2022 14:26


    GraphQL es un lenguaje de consulta (query language) que ha sido visto como una mejora en eficiciencia, flexibilidad y potencial sobre formas previas de implementar una API. ¿Por qué querrías utilizarlo? En este episodio revisamos que es graphql, que ventajas y características tiene y por que querrías utilizarlo. Demo: https://github.com/matiasfha/graphl-demo Especificación de Graphql Instrospección Sistema de Tipos Implementaciones de Servidores Graphql-js La implementación de referencia para la especificación. Apollo Server Una implementación en typescript soportada por la comunidad open source que puede ser utilizada sobre frameworks como Express, Koa, Hapi o de forma aislada. Express GraphQL Una implementación base sobre Express. Puedes encontrar más implementaciones en este sitio web Implementaciones de Clientes Apollo Client: Integra mecanismos de caching, mutaciones optimisticas, etc. Compatible con React, Angular y más. AWS Amplify: Client para trabajar con servicios en la nube. Graphql Request: Simple y flexible client. Básicamente es un "wrapper" sobre `fetch`. Relay: Creado por Facebook como solución para crear aplicaciones complejas con React. Encuentra más soluciones en este enlace --- Encuéntrame en twitter, en mi repositorio AMA o en mi sitio web -------- Mi escritorio Mouse MX Master 2S Teclado Keychron K3 Micrófono Shure BETA Boom arm Blue Compass Interfaz de audio Focusrite Scarlett Solo 3rd gen Audífonos JBL Tune 600BTNC Webcam Logitech c9222 Monitor Xiaomi Mi 34” curved Dock Kensington SD5700T Software Editor de Audio: Descript

    ¿Qué es Typescript, y por qué usarlo?

    Play Episode Listen Later Aug 19, 2022 9:56


    Nueva temporada, nuevo formato. Back to basics. En este nuevo episodio te cuento sobre que es typescript, ventajas y desventajas y por que podrías querer utilizarlo. Links Estudio: To Type or Not to Type: Quantifying Detectable Bugs in JavaScript Articulos: https://matiashernandez.dev/blog/post/como-escribir-funciones-en-typescript https://matiashernandez.dev/blog/post/typescript-avanzado https://clevertech.biz/insights/why-we-choose-typescript-all-the-way-through (en inglés) Cursos: https://egghead.io/courses/up-and-running-with-typescript https://egghead.io/courses/advanced-static-types-in-typescript https://egghead.io/courses/practical-advanced-typescript https://egghead.io/courses/async-await-using-typescript Encuéntrame en twitter, en mi repositorio AMA o en mi sitio web

    Blogging for Devs with Monica Lent

    Play Episode Listen Later Dec 2, 2021 47:46


    Long overdue but here is the final episode of the 3rd season. This time I had a great guest: Monica Lent, she is a developer founder of http://Affilimate.com (Analytics SaaS for affiliate publishers), which also creates courses around writing online and managing a great community (http://bloggingfordevs.com + http://seofordevs.com). Support the show (https://www.buymeacoffee.com/matiasfha)

    Fundamentals, Content Creation and more with James Q. Quick

    Play Episode Listen Later Nov 1, 2021 52:38


    Welcome to the penultimate episode of the third season. Today we have a special guest. James joined the Spanish version of the podcast, 2nd season, and now is back but in a comfortable way.In this episode, we discuss the importance of fundamentals, about learning and making mistakes and how to recover from them, and about being honest that everyone has to look for some concepts.Alongside that we also talk about content creation and Auth0.Check James' content by following him on Twitter and checking his youtube channel!Also definitely check the Auth0 Rap and follow and listen to his podcast Compressed.fmMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Nile's Blues by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4134-nile-s-bluesLicense: https://filmmusic.io/standard-licenseEscuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    Freelancing and Blitz.js with Brandon Bayer

    Play Episode Listen Later Oct 12, 2021 37:23


    In this episode, I had the chance to talk with Brandon Bayer, the creator of Blitz.js and founder of https://flightcontrol.dev/During the episode, Brandon drives us through his history and experience and drop some advice about building a successful freelancing career.But we also talk about more technical stuff when we discussed and learn about his work on Blitz.js a full-stack framework on top of Next.jsBlitz is a full-stack framework that's inspired by Ruby on Rails, is built on Next.js, and features a "Zero-API" data layer abstraction that eliminates the need for REST/GraphQL.Follow Brandon on Twitter same as Blitz.js accountMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Nile's Blues by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4134-nile-s-bluesLicense: https://filmmusic.io/standard-licenseCloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    VIM, Typescript, Community and Accountability with Joe Previte

    Play Episode Listen Later Oct 4, 2021 46:57


    Welcome to a new episode. This week I had the opportunity to talk with Joe Previte a content creator, developer, and teacher.Joe is the creator of the course VIM for VScode and several community focused places and services like:His twitch streamJoe's Jobs - A job board that has the best jobs in the product, engineering, OSS, and more. dip.chat - accountability groups for developersBasics of TypeScript - this is a weekly Telegram newsletter, but will eventually be a TypeScript courseHe also has some courses on egghead.io like "The Beginner's Guide to Figma".During the episode, we dived into his history from a Spanish student to becoming an open-source engineer learning with freecodecamp Follow Joe on Twitter and check his incredible notes on his site.Music CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Nile's Blues by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4134-nile-s-bluesLicense: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    MDX, JamStack and Learning Rust with Christ Biscardi

    Play Episode Listen Later Sep 28, 2021 52:20


    This week's episode is all about Rust and hot tech.Chris Biscardi joined the show to talk about different topics around the work he is doing.Chris has done work with MDX, a lot of contributions as a consultant on the JAMStack ecosystem and is now focused on teaching Rust and Serverless to web developers.During the episode, we review some of this work but in particular we dive deep into Rust and the learning path.Follow Chris on Twitter, join to Party Corgi Discord and check out his materialLearn to build reliable and efficient software with Rust Check the Field Guide to RustThe FIeld Guide to ServerlessFollow him on YoutubeAnd definitely check his siteMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Iron Bacon by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3925-iron-baconLicense: https://filmmusic.io/standard-licenseSupport the show (https://www.buymeacoffee.com/matiasfha)

    What is a Senior Engineer & AWS CDK with Tomasz Łakomy

    Play Episode Listen Later Sep 22, 2021 51:24


    Today I share with you a nice talk with the jQuery guru Tomasz Łakomy.During the episode we talk about why a dev could need to share his/her work in public or create a personal brand, we discussed what is a Senior Engineer and why companies tend to hire mostly seniors.We also discussed the hiring process and finally, we dived into a more technical topic reviewing Tomasz's course about AWS CDK.Follow Tomazs and found more of his content by checking these links.- Twitter- His Site- His egghead coursesHe is also building Cloudash so definitely take a look it if you are into serverless development using AWS.Tomasz also recommended checking a site:  A Cloud Guru A Platform to learn all about Cloud services.Music CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Iron Bacon by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3925-iron-baconLicense: https://filmmusic.io/standard-licenseSupport the show (https://www.buymeacoffee.com/matiasfha)

    Into the Functional World with Flavio Corpa

    Play Episode Listen Later Sep 13, 2021 47:46


    In this episode we dive into the functional programming world by talking with Flavio Corpa about Elm and Haskell.We tried to uncover the good reasons to learn and work with Elm and why it can be difficult and refrain people to do it.But also, we review his learning experience from Javascript to Typescript to Elm to end up writing Haskell for his day job at 47 degreesFind Flavio in his Twitter account and make sure to check it out and follow him in his  Github profile.Here are some of the links mentioned in the showLinQ and LinQ.tsElm in Action (Book)Steins; GateProfessor Frisby's: Mostly Adequate Guide to Functional ProgrammingElm-UI CourseElm LangWhy Isn't Functional Programming the Norm? – Richard FeldmanLearn You a Haskell for the greater good Haskell Programming from the First PrinciplesAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    Modern CSS with Stephanie Eckles

    Play Episode Listen Later Sep 6, 2021 34:36


    Today I had the joy of talking about CSS and a11y with the amazing Stephanie Eckles.Stephanie is a Frontend focused software engineer author of ModernCSS.dev, where you can find in-depth tutorials about modern solutions to old CSS problems. She is also the creator of Style Stage,  SmolCSS, and 11ty.Rocks. And if that is not enough, Stephani is also writing a lot, teaching as an egghead instructor, and podcasting in here  Word Wrap podcast. In this episode, we revised some of the CSS pitfalls and tried to answer why CSS was so neglected?. We talk about some of the new developments around the CSS world and also chatted about the forgotten work around accessibility and why it's important to do our work in that realm. Find Stephanie on Twitter and her site, and don't forget to check out her amazing content.Music CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Iron Bacon by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3925-iron-baconLicense: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    State Machines with David K. Piano!

    Play Episode Listen Later Aug 30, 2021 39:43


    This week's episode was focused on learning what state machines are, and who better to drive us through this path than the creator of XState David Kourshid, or maybe better known as David K. Piano.David answer questions about concepts and ideas around why state management can be a difficult business and how XState can help to simplify the situation.Found David on Twitter and definitely check his new adventure with stately.ai and signup for the newsletter there.David also does streams that you can check in Keyframes site. And if you want to learn more about state machines and xstate check discord.gg/xstateMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Cool Rock by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/3925-iron-bacon License: https://filmmusic.io/standard-licenseSupport the show (https://www.buymeacoffee.com/matiasfha)

    Leadership and Technical Writing with Karl L. Hughes

    Play Episode Listen Later Aug 23, 2021 46:48


    For today's episode, I had the opportunity to talk with Karl L. Hughes, currently the CTO of Draft.dev.Karl tells us about his interesting background and experience that led them to create and run Draft.dev.During the episode, you'll find insight into why writing is a good skill for any developer and ideas and experience around managing teams, learning how to learn, and more.Find more from Karl by following him on Twitter,  checking his site at https://www.karllhughes.com/, and subscribing to his newsletter, the Portable CTOMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Cool Rock by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/3925-iron-bacon License: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    State Management and React Query with Tanner Linsley

    Play Episode Listen Later Aug 11, 2021 35:39


    A new open sorcerer came to the show. The creator of the Tannstack Tanner Linsley talks with us about State Management and React Query.During the episode you'll listen about how React Query came to be, the pains that Tanner felt working with other state management solutions, and one hot take about state management that is really important for the React Query philosophy and something that not only Tanner thinks: Not all state is global, Server State is different than Client State.Links:learn.tannstack.comThe article mentioned by Tanner about graphql:https://swizec.com/blog/how-react-query-gives-you-almost-everything-you-thought-you-needed-graphql-for/Tanner's Twitter profileCourse React Query EssentialsMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Funky Boxstep by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/7919-funky-boxstep License: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    Jelly Drops, Design and Testing with Colby Fayock

    Play Episode Listen Later Aug 9, 2021 42:56


    The astro coder came to visit!!Colby Fayock, developer advocate at applitools is a passionate creator and developer. Colby have amazing content across multiple channels and media. In this episode we talk about some of his content an din particular about his Jelly Drops: Fundamentals of Javascript series and his amazing course: From Design to Development Crash Course a full course to create a full web application including design, coding, authentication and more.We also talk about his love for the JAMStack, github actions and testing.Find more from Colby's content in:- colbyfayock.com/newsletter- journeyto.dev a 7-week email course focused on developer the human-centered skills required for your own journey.- 50 react projects Dive in with 50 projects complete with project briefs and wireframes!- Colby's Youtube Channel- Talk: Put down the Javascript:  Level Up With the Fundamentals of Web Development- Twitter: Music CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Cool Rock by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/3925-iron-bacon License: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    Jamstack, Wordpress & Vue with Kevin Cunningham

    Play Episode Listen Later Aug 2, 2021 53:09


    In this fun episode, we chat about the fascinating world of Jamstack with the amazing Kevin Cunningham (@dolearning) a math teacher that found a new love in the craft of software.Kevin is a fellow egghead instructor publishing content about Jamstack and Vue.I was really curious about Vue so we had a nice chat about that where Kevin was convincing me about Vue (check his new course).Found more about Kevin by following him on Twitter, checking his content on egghead, subscribing to his newsletter, and checking his new ebook! "Off With Your Head: How to confidently build a Headless WordPress CMS "Music CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Iron Bacon by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/3925-iron-bacon License: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Escuela Frontend Conviértete en un Frontend Dev Profesional Contenido de alta calidad para mejorar tu carrera!Support the show (https://www.buymeacoffee.com/matiasfha)

    Developer MicroSkills with Sam Julien

    Play Episode Listen Later Jul 26, 2021 47:05


    Second episode of this season!. This episode was all about the other skills that developers can or should have, and to talk about that content we had Sam Julien in the show.Sam is the Manager of the Developer Relations team at auth0, but also the author of a very good newsletter call http://developermicroskills.com and two ebooks: The Guide to Tiny Experiments and Getting Started in Developer Relations. He is also an egghead instructor and writer.During our chat we review some ideas about writing, self-improvement and "soft skills" that any developer can "develop". And we had to talk about the white elephant in the room: What is a DevRel and what they do.Found more content from Sam by following in his twitter account but also in his website.Links- Latest Course on egghead.io : Deploy Ghost to AWS using RDS and EC2- Course: Up and running with Gastby- Recommended Software: https://obsidian.mdMusic CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Cool Rock by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/3552-cool-rock License: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloundinary MDE Energizing a diverse community of developers to share knowledge using media technology in web apps. Clevertech Clevertech, code the life you want with remote done right. Check out our website clevertech.bizSupport the show (https://www.buymeacoffee.com/matiasfha)

    Testing, React, Typescript and Remix with Kent C. Dodds

    Play Episode Listen Later Jul 20, 2021 63:22


    The first episode of this new special season, and what better way to start than having the one and only Kent C. DoddsIn this episode, we talk about different topics on web development, starting with how to "sell" testing to your project owner or manager, reviewing some React goodness and pitfalls, and more.SummaryTesting is an important topic in the development process but: How to get it done right and actually do it in a project? In Kent's words: "Identify the company's mission and make the assumption that everybody is motivated to push that mission forward."React is a state management tool.Practical React is about giving you a deterministic way to manage and declare your state.Composition and prop drilling are big tools when developing React applications.Typescript can help you a lot when developing for the web.Remix is cool, and we should keep an eye on it. LinksPost: Business and Engineering Alignment Post: React is a UI State managementPost: Prop DrillingTalk: Managing React Application State Management - Talk by Kent C. DoddsVideo: Michael Jackson about CompositionTalk: Common React pitfalls Chats with Kent PodcastEpic React podcast  Music CreditsOpening and Outro Music by DanoSongs https://danosongs.com/Background Music Music:Cool Rock by Kevin MacLeod Link: https://incompetech.filmmusic.io/song/3552-cool-rock License: https://filmmusic.io/standard-licenseAuth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloudinary Distribuye tus experiencias digitales de forma rápida y sencilla.Clevertech Clevertech, code the life you want with remote done right. Check out our website clevertech.bizSupport the show (https://www.buymeacoffee.com/matiasfha)

    Periodismo, RRSS y Reveniu junto a miguel paz

    Play Episode Listen Later Jun 21, 2021 48:04


    En este nuevo especial de fin de temporada tuve el agrado de conversar con Miguel Paz actual CEO y Cofundador de Reveniu HQConversamos  sobre periodismo e información, negocios y startup y como se creó ReveniuHQ.Encuentra a Miguel en Twitter Miguel nos dejó con una increíble oferta de trabajo para un desarrollador@ Angular que puedes encontrar en la plataforma getonbrdY nos recomendó el siguiente libro: Monetizing Innovation: How Smart Companies Design the Product Around the Price 

    Formularios junto a Erik Rasmussen

    Play Episode Listen Later Jun 14, 2021 39:38


    En este episodio sorpresa de esta segunda temporada me reúno con Erik Rasmussen a conversar sobre React y el manejo de formularios.Erik es creador de dos populares librerías para el manejo de formularios en React: Redux Forms  y Final FormErik además conduce un podcast que puedes encontrar en https://happyhour.fmEncuentra a Erik en twitter o en su sitio webCharla "Render props are not dead" realizada para la conferencia React EuropeCharla de Michael Jackson  sobre render props "Never write another HOC"

    Creando conocimiento junto a Rafael Hernández

    Play Episode Listen Later Jun 1, 2021 42:19


    Esta semana tuve el agrado de conversar junto a Rafael Hernández Desarrollador Web en freeCodeCamp quien tambié lidera los esfuerzos de traducción del contenido de FreeCodeCamp a  español.Conversamos sobre su experiencia y camino hacia la progamación, su participación en bootcamps y sobre el inmeso trabajo que FreeCodeCamp está realizando.Links:- Encuentra a Rafael en Twitter.- Visita freecodecamp en español.- Escribe para freecodecamp enviando un email a editores@freecodecamp.org

    React: Manejo de Estado y Composición

    Play Episode Listen Later May 24, 2021 14:17


    Ultimamente y gracias a algunos artículos que escribí y a la construcción del curso de fundamentos de React he pensado mucho sobre el estado  y su manejo y sobre composición de componentes.En este episodio te cuento lo que creo es la forma en que deberíamos mirar el estado y como la composición de componentes es una de las características más poderosas de React.

    Multiplicando el Conocimiento junto a Sergio Xalambrí

    Play Episode Listen Later May 17, 2021 45:13


    Esta semana converso junto a Sergio Xalambrí, web developer trabajando actualmente desde Perú para  Silverback Ventures antes fue parte de Able, Vercel, y Platzi.Sergio también tiene experiencia como instructor en Platzi y  Codeable, un bootcamp creado por Able para enseñar React y Rails.Conversamos sobre su experiencia enseñando, sobre conceptos centrales a la hora de aprender, sobre su experiencia trabajando en Vercel y sobre react-query.LinksEncuentra a Sergio en Twitter O en su sitio webEncuentra su trabajo OSS

    Eligiendo tu Stack junto a Gonzalo Pozzo

    Play Episode Listen Later May 10, 2021 50:23


    En el episodio de esta semana me acompañó Gonzalo Pozzo - Goncy.tsx donde conversamos de su trabajo aportando a la comunidad con sus mentorías gratuitas y el streaming de desafíos técnicos que realiza, pero sobre todo dimos un viaje por el proceso de crear PencyApp y como elegir el stack para tu proyecto.LinksEncuentra a Gonzalo en TwitterMira su CV !Encuentra a Pency app en su web.Agenda una mentoría con GonzaloMantente al día con ReancyY sigue a Gonzalo en Twitch

    Un Buen Golpe de Horno junto a Leonardo Galante

    Play Episode Listen Later May 3, 2021 39:23


    Damos un buen golpe de horno iniciando esta semana con la visita Leonardo Galante, desarrollador frontend, creador de contenido, youtuber y mentor.Conversamos sobre como llegó al mundo tech y sus inicios en el mundo de los meetups y la programación en sí  misma.También nos cuenta como comenzó a crear contenido y sus razones para ayudar a otros por medio de mentorías gratuitas.Encuentra a Leonardo enTwitter Sitio web Canal de YouTube Mentorías Gratuitas

    Learn Build & Teach junto a James Q Quick

    Play Episode Listen Later Apr 26, 2021 32:30


    En este episodio me acompañó James Q Quick en un desafío personal hablando un segundo idioma para un podcast.James es un JavaScript Developer,  Speaker, Teacher  y  Dev Advocate para @auth0.Conversamos sobre sus inicios en la industria como Developer Evangelist en Microsoft, sobre su proceso de creación de contenido, la importancia de este y cómo comenzar y sobre la comunidad Learn Build & Tech.También revisamos algunos temas sobre React, aprender React y sobre Next.js.James es un prolífico creador de contenido en Youtube y creador de varios cursos sobre desarrollo web.Puedes encontrar a James en:WebYoutubeComunidad Learn Build Teach en DiscordTwitterTwitchY en general en internet buscando James Q Quick.

    Aterizando En El Mundo Tech junto a Ariane Jurado

    Play Episode Listen Later Apr 20, 2021 49:51


    Esta semana tuve el agrado de conversar con Ariane Jurado,  enfermera

    ¿Por qué JamStack es tan cool?

    Play Episode Listen Later Apr 12, 2021 8:42


    En este breve episodio revisamos un poco más sobre JamStack.¿Qué es lo que hace que esta arquitectura sea tan utilizada?¿Por qué puede adaptarse a cualquier caso de uso?Revisamos algunas ideas tras las decisiones de arquitectura y algunos mitos a los que esta idea se enfrenta a diario.Links    - covidtracking.com     - código de covidTracking en githubGeneradores y frameworks    - Nextjs    - Gatsby    - Nuxt y Gridsome son la misma idea pero para trabajar con Vue    - Svelkit  y Elder.js para Svelte    - Scully para Angular    - Hugo escrito en Go    - Cobalt escrito en RustCMS y Databases    - Airtable    - Wordpress    - Contextful    - Strapi    - Sanity    - Prisma    - UpstashÚnete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correoApoya mi trabajo invitándome un café en buymeacoffe.com/matiasfhaMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of Characters Trebulance Ahead by Fifth AvenueBig Wave by Ian KeloskySupport the show (https://www.buymeacoffee.com/matiasfha)Auth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloudinary Distribuye tus experiencias digitales de forma rápida y sencilla.

    Aprender para enseñar junto a Alejandro Román

    Play Episode Listen Later Apr 5, 2021 53:50


    En este episodio me acompaño Alejandro Román, Head of Engineering en  Archie e instructor en egghead.io- Encuentra a Alejandro en Twitter- Revisa su contenido en egghead.io- Curso para la certificación AWS en UdemyÚnete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correoApoya mi trabajo invitándome un café en buymeacoffe.com/matiasfhaMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of CharactersChip Chop Chip by Neon Beach Big Wave by Ian KeloskySupport the show (https://www.buymeacoffee.com/matiasfha)

    No corras antes de caminar junto a Oscar Barajas: GNDX

    Play Episode Listen Later Mar 29, 2021 47:11


    Esta semana tuve la oportunidad de conversar con uno de los educadores tech latinos más relevantes del momento: Oscar Barajas o más conocido como GNDX.Oscar nos cuenta de sus inicios en el desarrollo web y cómo educar y ayudar a otros siempre fue parte de su proceso.Además conversamos un poco de Go, Svelte y más.Puedes encontrar a Oscar como GNDX en todas partesTwitterInstagramgndx.devPlatziYoutubeTwitchGithubÚnete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correoApoya mi trabajo invitándome un café en buymeacoffe.com/matiasfhaMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of CharactersFoot Work by Heads of PeopleBig Wave by Ian KeloskySupport the show (https://www.buymeacoffee.com/matiasfha)

    Fijando Expectativas

    Play Episode Listen Later Mar 22, 2021 7:57


    Esta semana hablamos sobre expectativas.¿Cómo afecta la definición de expectativas en el proceso de desarollo de software?¿Cómo puedo comunicar de forma efectiva las expectativas?La comunicación es una herramienta esencial durante el desarrollo de software y entre las habilidades que debemos desarrollar está el fijar expectativas claras y honestas y sobre todo cumplirlas.Links- Episodio 12Únete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correo.Apoya mi trabajo en buymeacoffe.com/matiasfhaPhoto by Jan Tinneberg on UnsplashMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of CharactersChip Chop Chip by Neon BeachSupport the show (https://www.buymeacoffee.com/matiasfha)Auth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloudinary Distribuye tus experiencias digitales de forma rápida y sencilla.

    Let me Google That For You con Osman Cea

    Play Episode Listen Later Mar 15, 2021 62:38


    Esta semana me acompaña Osman Cea, Arquitecto de Software Frontend en Cornershop, conversamos de sus inicios en el desarrollo de software y el crecimiento en su carrera. También hablamos sobre que es ser arquitecto de software y como continuar mejorando tu propio aprendizaje.También comentamos sobre las diferencies de trabajar en agencias o proyectos cortos versus trabajar en productos de largo plazo y sobre RxJS.Links- Blog de Osman- Sigue a Osman en Twitter- LMGTFYSponsorsY gracias a nuestros sponsor  Auth0 , el servicio que facilita a todo desarrollador la implementación de un sistema de login personalizado seguro y estándar proveyendo de identificación y autentificación como servicio. Revisa su servicio en Auth0.comAdemás, gracias a Cloudinary, la plataforma que te permite de forma rápida y sencilla manejar y distribuir tus experiencias digitales en cualquier browser, dispositivo y ancho de banda. Revisa su servicio en cloudinary.comÚnete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correo.Apoya mi trabajo en buymeacoffe.com/matiasfhaMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of CharactersI'll Be Right Here by Midnight DaydreamSupport the show (https://www.buymeacoffee.com/matiasfha)Auth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloudinary Distribuye tus experiencias digitales de forma rápida y sencilla.

    Conviertete en un ser de luz con Monads - Haskell con Alejandro Serrano

    Play Episode Listen Later Mar 8, 2021 60:13


    En este segundo episodio de la segunda temporada conversamos sobre Haskell, Monads, Functors. ¿Cómo y por qué aprender Haskell? ¿Qué puedo hacer con Haskell? Y para conversar sobre este lenguaje de programación me acompaña Alejandro Serrano, Haskeller e Ingeniero en 47degree, también autor de "Book of Mondas" y "Practical Haskell".Encuentra a Alejandro en TwitterCurso: Haskell Fundamentals (2-Day Course)Propuesta para TC39: VariantsLibros:Practical HaskellBook of MonadsRecomendadosLearn you a Haskell for Great GoodProgramming HaskellProfessor Frisby's Mostly Adequate Guide to Functional ProgrammingCharla: Why Isn't Functional Programming the Norm by Richard FeldmanLenguajesPrologErlangClojureElmRescriptOCamlElixirLispMu-haskell https://github.com/higherkindness/mu-haskell https://higherkindness.io/mu-haskell/Únete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correoApoya mi trabajo suscribiéndote en buymeacoffe.com/matiasfhaMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of CharactersFoot Work by Heads of PeopleBig Wave by Ian KeloskySupport the show (https://www.buymeacoffee.com/matiasfha)Auth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!Cloudinary Distribuye tus experiencias digitales de forma rápida y sencilla.

    Nuevo año nueva vida: Motivación y enfoque

    Play Episode Listen Later Mar 1, 2021 8:12


    Inicia la segunda temporada de Café con Tech!En este episodio, de formato breve listo para tu coffee break, te pregunto: ¿Cómo sera tu 2021? ¿Cómo afecta la motivación y el enfoque en conseguir tus objetivos?La motivación es sólo el motor de partida, el empujón inicial para iniciar un trabajo o aprendizaje, pero para llevar tu objetivo a buen puerto se necesita más que sólo motivación ya que esta se agota con el pasar los días. ¿Qué puedes hacer?. Apoyarte de sistemas para formar hábitos que vallan en concordancia con tus objetivos. Uno de esos sistemas y hábitos es de mantener tu enfoque. El enfoque puede ser analizado en al menos 3 niveles. Macro, medio y micro.¿Cómo mantienes tu enfoque a lo largo del tiempo?Finalmente, este será un gran año si así te lo propones.Únete al newsletter Micro-Bytes. micro cursos de desarrollo web directamente en tu correoApoya mi trabajo suscribiéndote en buymeacoffe.com/matiasfhaMusic CreditsOpening & Closing: Slow Burn by Michael BriguglioClydesdale Funk by Cast Of CharactersFoot Work by Heads of PeopleWest Of The Wasteland by Kristian LeoSupport the show (https://www.buymeacoffee.com/matiasfha)Auth0 Auth0 es una plataforma de autenticación y autorización lista para usar en tu app!

    Revisemos este 2020

    Play Episode Listen Later Dec 28, 2020 8:52


    Episodio de fin de año y de fin de temporada. Muchas gracias por estar ahí, nos escuchamos en la segunda temporada durante este nuevo año 2021.En este episodio revisamos algunos de los eventos o momentos de este 2020 en el mundo del desarrollo web.Links:¿Qué hay de nuevo en ES2020? (Egghead)TailwindCSStwin.macroMDX ConfRemix.runToastAuth0 AmbassadorAWS Community BuilderCypress AmbassadorCloudinary Media Developer ExpertReact Server Components (Blog de React)Únete a mi newsletter!Apoya mi trabajo suscribiéndote en buymeacoffe.com/matiasfhaPhoto Credits:   Immo Wegmann on UnsplashMusic CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Support the show (https://www.buymeacoffee.com/matiasfha)

    Maximiza tu impacto junto a Damian Schenkelmam

    Play Episode Listen Later Dec 21, 2020 49:08


    Esta semana me acompañó Damian Schenkelman, Principal Engineer en Auth0. Conversamos sobre que es ser un Principal Engineer, escalabilidad, la arquitectura de Auth0 y mucho más.Puedes encontrar a Damian, su blog y sus charlas en:LinksTwitterBlogAuth0Charla TEDx: El trabajo remoto es el presente.Charla: The Path to SREÚnete a mi newsletter!Apoya mi trabajo suscribiéndote en buymeacoffe.com/matiasfhaMusic CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Support the show (https://www.buymeacoffee.com/matiasfha)

    No Te Rindas junto a Leonidas Esteban

    Play Episode Listen Later Dec 14, 2020 54:53


    Esta semana converso con Leonidas Esteban, Desarrollador, Educador, Ex Platzi. Conversamos sobre su historia y su trayectoria hacia su rol de educador y su desafío al lanzar su propia plataforma. Ingresa a este formulario y cuéntanos por que querrías una beca para los cursos de Leonidas.LinksNo te rindasCursos YoutubeTwitterÚnete a mi newsletter!Apoya mi trabajo suscribiéndote en buymeacoffe.com/matiasfhaMusic CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Support the show (https://www.buymeacoffee.com/matiasfha)

    JAMStack: ¿Qué es SSG y SSR?

    Play Episode Listen Later Dec 7, 2020 7:44


    Esta semana, volvemos a revisar conceptos de JAMStack, en esta ocasión revisamos que es SSG y SSR.Links: staticgen.comGatsby.  Revisa este curso sobre como crear un plugin para Gatsby NextNuxt11tyHugoGetInitialPropsComunidad React Chile - FacebookÚnete a mi newsletter!Apoya mi trabajo suscribiéndote en buymeacoffe.com/matiasfhaMusic CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Support the show (https://www.buymeacoffee.com/matiasfha)

    Como no perder la cabeza - Junto a Horacio Herrera

    Play Episode Listen Later Nov 30, 2020 50:44


    Esta semana converso con Horario Herrera padre, diseñador, desarrollador, instructor en egghead y construyendo Mintter  https://mintter.com Puedes encontrar a Horacio en:

    El no ya lo tienes junto a Facundo Giuliani

    Play Episode Listen Later Nov 23, 2020 57:30


    Esta semana converso junto a Facundo Guilliani, Full Stack Developer @Auth0Ambassador @GitKraken Ambassador y @Cloudinary Media Developer Expert.Hablamos sobre como comenzar como speaker, el derecho de intentarlo, como iniciar tu carrera y sobre JamStackLinksTwitter https://twitter.com/facundozurdoSitio Web https://fgiuliani.comÚnete a mi newsletter!Music CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    ¿Qué es JAMStack?

    Play Episode Listen Later Nov 16, 2020 12:22


    En este episodio revisamos que es JAMStack, de que se compone, un poco de su historia y algunos recursos para comenzar.Gracias a Colby Fayock por proporcionar dos copias de su e-book "The Jamstack Handbook" para sortear en este episodioLinks.Generadores de Sitios Estáticos, Server Side Rendering y FrameworksGatsby11tyHugoNextNiftScullyMas visita https://jamstack.org/generators/Servicios de deploy, hosting y almacenamientoNetlifyVercelAWSAPI's de serviciosAuth0 Autentificación y autorizaciónCloudinary para hostear imágenesSanity, Contentful, Storyblock como CMSStripe, Mercadopago como pataforma de pagosÚnete a mi newsletter!Music CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    Especial junto a Alba Silvente - Ambassador at NuxtJS and Storyblok

    Play Episode Listen Later Nov 9, 2020 39:48


    Hoy me Acompaña Alba Silvente, Senior Front-End Consultant at @blueharvest_io. También desarrolladora open source, Embajadora  NuxtJS y Storyblok. Links.Sitio WebTwitterÚnete a mi newsletter!Music CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    Especial junto a Flor Banos - JSConf MX

    Play Episode Listen Later Oct 26, 2020 42:10


    Hoy me Acompaña Flor Banos, psicóloga de formación y desarrolladora front end Retail Analytics, también es organizadora de Vue Vixens MX y JSConf MXLinks.JSConf MXVue VixensLaboratoriaComunidad DevsChilePlataforma para conferencias: Hopin.to similar a Welcu.comMusic CreditsOpening and Outro Musicby DanoSongshttps://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    night kevin macleod junto acompa banos jsconf retail analytics
    ¿Qué es un Senior Developer?

    Play Episode Listen Later Oct 19, 2020 8:30


    ¿Qué es un Senior Developer? ¿Qué lo caracteriza y qué habilidades debe tener?Links:NewsletterRepositorio AMA para preguntasEnvía un mensaje voz y aparece en el showInvitame un CaféMusic CreditsOpening and Outro Musicby DanoSongs https://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    Especial junto a Javiera Tapia Bobadilla - Senior Ruby Developer en Globant

    Play Episode Listen Later Oct 12, 2020 44:17


    En esta tercera entrega del ciclo de entrevistas con ingenieras y desarrolladoras, me acompaña Javiera Tapia Bobadilla, Senior Ruby Developer en Globant.Javiera nos cuenta cómo llegó a trabajar en la industria del software viniendo desde una área completamente diferente, pasando por un bootcamp y lograr su primer trabajo al poco de terminar su aprendizaje. Actualmente Javiera trabaja junto a Globant en interesantes proyectos con la industria del cine en donde enfrenta problemas de escalabilidad y concurrencia.Además conversamos sobre su apreciación de la industria del software y la equidad de género.Puedes encontrar a Javiera en Linkedin y en el slack de la comunidad DevsChileAdemás acá va el video del que comentamos en el episodio. Una historia de fracasos y pocos éxitos del CEO de Patreon:  https://youtu.be/Zf5rKTCMNnUPhoto by Arièle Bonte on UnsplashMusic CreditsOpening and Outro Musicby DanoSongs https://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    Especial junto a Melisa Arce - Ingeniera QA en Modus Create

    Play Episode Listen Later Oct 5, 2020 27:54


    Continuamos con el ciclo de entrevistas con desarrolladoras e ingenieras. En este episodio me acompaña Melissa Arce, Ingeniera QA en Modus Create.Photo by Arièle Bonte on UnsplashMusic CreditsOpening and Outro Musicby DanoSongs https://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    Especial junto a Alma Negrete - CEO DevArtisan

    Play Episode Listen Later Sep 28, 2020 42:03


    Esta semana doy inicio a un ciclo de entrevistas con desarrolladoras e ingenieras. En este episodio me acompaña Alma Negrete, CEO de devArtisan y directora de Women Who Code SantiagoPhoto by Arièle Bonte on UnsplashMusic CreditsOpening and Outro Musicby DanoSongs https://danosongs.com/Background Music Music:Thief in the Night by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/4521-thief-in-the-nightLicense: http://creativecommons.org/licenses/by/4.0/Support the show (https://www.buymeacoffee.com/matiasfha)

    Claim Café con Tech

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel