Player FM - Internet Radio Done Right
44 subscribers
Checked 10M ago
Aggiunto cinque anni fa
محتوای ارائه شده توسط Matt Layman. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Matt Layman یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
T
This Is Woman's Work with Nicole Kalil


In this episode, we delve into the concept of being "qualified" in the workplace, examining who gets labeled as such, who doesn't, and the underlying reasons. We explore "competency checking"—the practice of scrutinizing individuals' abilities—and how it disproportionately affects underrepresented groups, often going unnoticed or unchallenged. Our discussion aims to redefine qualifications in a fair, equitable, and actionable manner. Our guest, Shari Dunn , is an accomplished journalist, former attorney, news anchor, CEO, university professor, and sought-after speaker. She has been recognized as Executive of the Year and a Woman of Influence, with her work appearing in Fortune Magazine, The Wall Street Journal, Ad Age, and more. Her new book, Qualified: How Competency Checking and Race Collide at Work , unpacks what it truly means to be deserving and capable—and why systemic barriers, not personal deficits, are often the real problem. Her insights challenge the narratives that hold so many of us back and offer practical solutions for building a more equitable future. Together, we can build workplaces and communities that don’t just reflect the world we live in, but the one we want to create. A world where being qualified is about recognizing the talent and potential that’s been overlooked for far too long. It’s not just about getting a seat at the table—it’s about building an entirely new table, one designed with space for all of us. Connect with Our Guest Shari Dunn Website& Book - Qualified: https://thesharidunn.com LI: https://www.linkedin.com/today/author/sharidunn TikTok: https://www.tiktok.com/@thesharidunn Related Podcast Episodes: How To Build Emotionally Mature Leaders with Dr. Christie Smith | 272 Holding It Together: Women As America's Safety Net with Jessica Calarco | 215 How To Defy Expectations with Dr. Sunita Sah | 271 Share the Love: If you found this episode insightful, please share it with a friend, tag us on social media, and leave a review on your favorite podcast platform! 🔗 Subscribe & Review: Apple Podcasts | Spotify | Amazon Music…
Django Riffs
علامت گذاری همه پخش شده(نشده) ...
Manage series 2614310
محتوای ارائه شده توسط Matt Layman. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Matt Layman یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Django Riffs is a podcast for learning web application development in Python using the Django web framework. We explore all of Django's features to equip listeners with the knowledge to build a web app.
…
continue reading
17 قسمت
علامت گذاری همه پخش شده(نشده) ...
Manage series 2614310
محتوای ارائه شده توسط Matt Layman. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Matt Layman یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Django Riffs is a podcast for learning web application development in Python using the Django web framework. We explore all of Django's features to equip listeners with the knowledge to build a web app.
…
continue reading
17 قسمت
Tutti gli episodi
×Maybe your app needs to handle files from users like profile pictures. Accepting files from others is tricky to do safely. On this episode, we'll see the tools that Django provides to manage files safely. Full show notes are available at https://www.mattlayman.com/django-riffs/17.
On this episode, we look at how to manage settings on your Django site. What are the common techniques to make this easier to handle? Let's find out! Full show notes are available at https://www.mattlayman.com/django-riffs/16.
On this episode, we will dig into a data storage technique that Django makes heavy use of for visitors to your site. This category of data is called session data. Full show notes are available at https://www.mattlayman.com/django-riffs/15.
On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet. Full show notes are available at https://www.mattlayman.com/django-riffs/14.
On this episode, we will discuss how you can verify that your site works and continues to work. We're digging into automated testing and how to write tests for your Django apps. Full show notes are available at https://www.mattlayman.com/django-riffs/13.
On this episode, our focus will be on static files. Static files are vital to your application, but they have little to do with Python code. We'll see what they are and what they do. Full show notes are available at https://www.mattlayman.com/django-riffs/12.
On this episode, we will investigate Django middleware and see where it goes in your project. In the process, you'll see why middleware is useful and how you can work with it. Full show notes are available at https://www.mattlayman.com/django-riffs/11.
On this episode, we're going to look at working with users in a Django project. We'll see Django's tools for identifying users and checking what those users are permitted to do on your website. Full show notes are available at https://www.mattlayman.com/django-riffs/10.
On this episode, we will study the structure of a Django application. Applications are the core components that make up a Django project. Full show notes are available at https://www.mattlayman.com/django-riffs/9.
On this episode, we focus on the built-in Django administrator's site to see how you can manage the data in your application. Full show notes are available at https://www.mattlayman.com/django-riffs/8.
On this episode, we will explore more about models and how to interact with data in your database. Full show notes are available at https://www.mattlayman.com/django-riffs/7.
On this episode, we will learn about storing data and how Django manages data using models. Full show notes are available at https://www.mattlayman.com/django-riffs/6.
On this episode, we will learn about HTML forms and Django's form system to use when collecting input from users. Full show notes are available at https://www.mattlayman.com/django-riffs/5.
On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app. Full show notes are available at https://www.mattlayman.com/django-riffs/4.
On this episode, we look at views, a major component within Django and a primary place where your code will run. Full show notes are available at https://www.mattlayman.com/django-riffs/3.
D
Django Riffs

On this episode, we discuss Django's front door, URLs. We talk about what URLs are, how to build them in Django, and the functions Django provides to work with URLs. Full show notes are available at https://www.mattlayman.com/django-riffs/2.
D
Django Riffs

Django Riffs is a podcast for learning web application development in Python using the Django web framework. We explore all of Django's features to equip listeners with the knowledge to build a web app. Full show notes are available at https://www.mattlayman.com/django-riffs/1.
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.