תוכן מסופק על ידי Luke Diebold. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Luke Diebold או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
On The Ticket, you'll hear Intercom's Customer Support team in conversation with the customer service leaders, renowned customer experience thinkers, and influential authors who are shaping the field of customer support. Follow The Ticket to get the weekly episodes and sign up for our twice-monthly newsletter bursting with all the insights, trends, tips, and assets your team needs to embrace the future of customer service. https://www.intercom.com/blog/newsletter 🏠 www.intercom.com
Hanselminutes is Fresh Air for Developers. A weekly commute-time podcast that promotes fresh technology and fresh voices. Talk and Tech for Developers, Life-long Learners, and Technologists.
Thanks for visiting The Cell Phone Junkie! I will be taking the time each week to discuss my favorite topic, cell phones. Any feedback is appreciated and welcome. You can email me at: questions (AT) thecellphonejunkie (DOT) com or call: 206-203-3734 Thanks and welcome!
Developer Tea exists to help driven developers connect to their ultimate purpose and excel at their work so that they can positively impact the people they influence. With over 17 million downloads to date, Developer Tea is a short podcast hosted by Jonathan Cutrell, engineering leader with over 15 years of industry experience. We hope you'll take the topics from this podcast and continue the conversation, either online or in person with your peers. Email: developertea@gmail.com
Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.
Download This Show is your weekly guide to the world of media, culture, and technology. From social media to gadgets, streaming services to privacy issues. Each week Rae Johnston and guests take a fun, deep dive into how technology is reshaping our lives.
WSJ’s Bold Names brings you conversations with the leaders of the bold-named companies featured in the pages of The Wall Street Journal. Hosts Tim Higgins and Christopher Mims speak to CEOs and business leaders in interviews that challenge conventional wisdom and take you inside the decisions being made in the C-suite and beyond.
… continue reading
Player FM - אפליקציית פודקאסט התחל במצב לא מקוון עם האפליקציה Player FM !
How do Gen Z Americans feel about democracy? The short answer: overall they believe in its principles, but don’t feel it’s working for them. In this episode, we explore unique ways that Gen Z is engaging in democracy (and not engaging), and what people of all ages need to do to encourage the next generation of peaceful leaders. Ruby-Belle Booth is a researcher with CIRCLE, the Center for Information and Research on Civic Learning and Engagement at Tufts University , where she graduated in 2021 . Ruby is interested in youth civic participation as a pathway for social, racial, and economic justice. She co-authored the report, “ How Does Gen Z Really Feel About Democracy? Insights from Three Profiles of Youth and Democracy ." Alex Edgar is a Youth Engagement Manager at Made by Us, a coalition of over 400 US museums that use history to inform and inspire civic participation among younger generations. He graduated from UC Berkeley in 2024. Learn more about Alex’s work at: www.historymadebyus.org Disrupting Peace is a production of The World Peace Foundation. The show is produced by Bridget Conley and Emily Shaw. Engineering by Jacob Winik and Aja Simpson. Marketing and Social media by Emily Ruhm and Kaelen Song. Show artwork by Simon Fung. Special thanks to Jeremy Helton, Lisa Avery, B. Arneson, and Alex de Waal, and the team from the Tufts Digital Design Studio, including Kimberly Lynn Forero-Arnias, and Miles Donovan. Find out more about the World Peace Foundation at worldpeacefoundation.org . Follow us on Bluesky at worldpeacefdtn.bsky.social , and on Instagram at @worldpeacefdtn .…
תוכן מסופק על ידי Luke Diebold. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Luke Diebold או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
תוכן מסופק על ידי Luke Diebold. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Luke Diebold או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Sometimes, it's not such a great idea to keep things DRY! And you know what? "Don't reinvent the wheel" isn't always the best advice... espeically when it applys to new abstraction concepts you're working on. In this podcast, we'll talk about the evolution of extracting code, and when you may want to wait a while before turning code into an NPM package!…
"Documentation first" when creating a package? That's crazy right? You write the docs when the project is done... don't you? I've been trying a "documentation first" approach for the last 6 months or so and have got to say... It's pretty incredible! Listen to learn more!!!
I've come up with a few ideas around writing good Vue Package. Let's talk about them in this podcast... then go on a tangent about how I love config merging!
In this podcast we start with a frustrating, kinda complicated problem I'm dealing with relating to VueModel, and my plan moving forward! Then, we end up talking about keeping things simple by default, and opting in to complexity (one of my favourite coding related concepts!)
I had a pretty cool idea around vuemodel that I wanted to share with you all! Amazing how these obvious concepts just drop into our head when we least expect it!
Large composables in Vue can get out of hand FAST! In this episode, we talk about the difference between "single-context" composables and "multi-context" composables, and how the two can reduce cognitive overhead!
Here's a thought... Maybe we shouldn't be sending down too many objects to our lower level components? Especially models, because that creates a coupling to our components and our models! Let's talk about this...
Wow, so much to learn when building a js package! In this podcast I'll tell you how firebase-composables was born, and what I've discovered about building open source packages while building it!
I get this question quite a lot. 'How do I use Tailwind with Quasar?'. In this podcast, we'll talk about this option, and if it event makes sense in the first place!
Oh wow! I had NO IDEA this would work so well... At the company I work for, we've been trying a 'Documentation First' approach when building APIs and it's rocking our world!!!
KISS (Keep It Simple Stupid) is a great rule to go by! But just how possible is it to keep things simple, while allowing for all the flexibility you need!?
ARRGG! I HATE it when it’s difficult to reset my applications state! In this podcast, we’ll talk about rolling back application state so that your life is a whole lot easier :)
We’ve had a second developer where I work for a while now and he’s awesome! Problem is... I needed to learn how to be a better communicator, and maintain clarity between us… Here’s one of my ideas on how to do just that!
We all go through valleys as developers. Moments when we just “aren’t feeling it”… These moments are why we NEED BASELINES. Let’s talk about that in this podcast...
If you take the time to understand what’s going on in your mind – how humans learn and record concepts via revision – you realise that there is truly NOTHING you can’t build...
In marketing, there’s a concept of “casting a wide net” when you first start advertising. You can then narrow down on your audience as they reveal themselves to you! This concept fits perfectly with coding! Let’s talk about how it.
Pinia is a wonderful way to manage state with the composition API! But if vuex-5 is around the corner, should we bother giving it a try? I’m starting to think… yes.
Vue has started to make some stronger recommendations on how the framework should be used! The three points (provided by Evan himself) are summed up in this podcast! Here’s the thread with Evan’s comment… https://github.com/vuejs/rfcs/discussions/378#discussioncomment-1158805
I used to use an AMAZING screenshot tool called “deepin screenshot”. Section of screen → Clipboard was EASY! Unfortunately, it doesn’t work for me anymore BUT I found something better...
One of the guys I work with (Pat) has been doing some awesome things with the composition API that’s making my life a whole lot better! In this episode, I’ll share some of those ideas, and hint at a secret Quasar porject coming soon...
It's easy to come across smart. Just talk about SPECIFIC things that YOU know, and others likely WOULDN'T know. Once you understand this, the world is not as scary :)
It's the story of just about everyone's life. We want to do amazing things, but other less important things in life steal our focus. No more I say! DESTROY seeds of distraction before they take control of your life!
Imagine knowing EXACTLY where to put new files as you abstract code and create new files! Let's talk about this with one of my favourite quotes by Benjamin Franklin... "a place for everything and everything in its place".
This podcast is kinda like a smorgasbord of ideas for choosing a backend for realtime! There's a bazillion options, so allow me to help you lift the fog and find what you're looking for!!!
This is important, don't miss this episode!... We'll be talking about ways we can INCREASE our CAPACITY so that we get more $&%@#$ done! One of the most important lessons of my life and I want to share it with you :)
In today's podcast, I share a few thoughts about the different ways of learning new technologies. As you likely know by now... There's more to it than meets the eye!
QuasarCast has a vision. That vision involves a LOT of free content... But do you think I'm going too far with this? Let's talk about it in this podcast!
'yarn add moment' is waaay too easy to do and can 10x your projects size! in the podcast, we talk about taking the time to choose technologies wisely...
For most of our data input/display needs, Quasar has our back! There are however a few base components we can build to make life that little bit easier :)
It can be hard moving from an intermediate developer, to an advanced developer (whatever that means!). In this episode, we talk about bridging that gap!
This may be my all time favourite productivity hack for Web Developers... Here's a link to the autokey snippets: https://gist.github.com/ldiebold/953a9c126af7b60a30bb3e143f081fd6
Why is it that some web developers can build sites so rediculously fast... While others take seemingly forever? This podcast, will give you the answer :) Here's a couple of my processes... DISHES put away clean dishes starting from one end of the bench - put item away - rinse item if too dirty - put dishes in order of size clean dishes soak larger items if no room BUILDING LAYOUTS Design skeleton using whiteboard, with colors for each section - create skeleton, with fake heights and background colors, with all columns set to xs - add content to the skeleton - set positioning and aligning for the content, and make it responsive - Style the content…
The number #1 question I get from the community is "Can you do a video showing me how to setup quasar with XYZ backend". Here's my response :)
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.
On The Ticket, you'll hear Intercom's Customer Support team in conversation with the customer service leaders, renowned customer experience thinkers, and influential authors who are shaping the field of customer support. Follow The Ticket to get the weekly episodes and sign up for our twice-monthly newsletter bursting with all the insights, trends, tips, and assets your team needs to embrace the future of customer service. https://www.intercom.com/blog/newsletter 🏠 www.intercom.com
Hanselminutes is Fresh Air for Developers. A weekly commute-time podcast that promotes fresh technology and fresh voices. Talk and Tech for Developers, Life-long Learners, and Technologists.
Thanks for visiting The Cell Phone Junkie! I will be taking the time each week to discuss my favorite topic, cell phones. Any feedback is appreciated and welcome. You can email me at: questions (AT) thecellphonejunkie (DOT) com or call: 206-203-3734 Thanks and welcome!
Developer Tea exists to help driven developers connect to their ultimate purpose and excel at their work so that they can positively impact the people they influence. With over 17 million downloads to date, Developer Tea is a short podcast hosted by Jonathan Cutrell, engineering leader with over 15 years of industry experience. We hope you'll take the topics from this podcast and continue the conversation, either online or in person with your peers. Email: developertea@gmail.com
Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.
Download This Show is your weekly guide to the world of media, culture, and technology. From social media to gadgets, streaming services to privacy issues. Each week Rae Johnston and guests take a fun, deep dive into how technology is reshaping our lives.
WSJ’s Bold Names brings you conversations with the leaders of the bold-named companies featured in the pages of The Wall Street Journal. Hosts Tim Higgins and Christopher Mims speak to CEOs and business leaders in interviews that challenge conventional wisdom and take you inside the decisions being made in the C-suite and beyond.