Podcasts about nggirls

  • 11PODCASTS
  • 27EPISODES
  • 48mAVG DURATION
  • ?INFREQUENT EPISODES
  • Mar 31, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about nggirls

Latest podcast episodes about nggirls

The Angular Show
S9E2 | Maintaining and Updating Legacy Angular | Katarzyna Płocka

The Angular Show

Play Episode Listen Later Mar 31, 2025 70:18


It is hard to be an Angular developer without running into "legacy" Angular code, especially when we consider the number of features and updates that have been released by the Angular team in the past few years. In this episode, we talk with Katarzyna Płocka from ngGirls and Motorolla about how she and her teams manage their code bases to keep their applications performant, up to date, and easy to maintain.More about Katarzyna X: @pelagia1232LinkedIn: Katarzyna Anna (Puczko) Płockang-girls Follow us on:X: The Angular Plus ShowBluesky: @theangularplusshow.bsky.social  The Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. Developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Join: http://www.ng-conf.org/Attend: https://ti.to/ng-confFollow: https://twitter.com/ngconf             https://www.linkedin.com/company/ng-conf             https://bsky.app/profile/ng-conf.bsky.social             https://www.facebook.com/ngconfofficialRead: https://medium.com/ngconfWatch: https://www.youtube.com/@ngconfonline  Edited by Patrick Hayes https://www.spoonfulofmedia.com/ Stock media provided by JUQBOXMUSIC/ Pond5

All Angular Podcasts by Devchat.tv
AiA 260: NgRx, The Mystical Machine, with Wes Grimes

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Oct 8, 2019 51:51


In this week’s episode of Adventures in Angular the panel has fun interviewing Narwhal rocks star and NgRx expert, Wes Grimes. Wes starts by sharing how he got started in NgRx. In a previous company, Wes was the lead architect for a project that had need of a state management solution, so it was his job to figure out how to use NgRx. While figuring it out he created a structure for using NgRx and used that structure to write a blog article about best practices for NgRx.    This blog article took the world by a storm and now has over 200,00 views. People are now building libraries and courses based on his article. The panel has a little considering the possible searches that lead people to his article. Jennifer Wadella shares some of the weirder searches that have led people to her posts. After their fun, the panel tries to get back on track.    This article thrust Wes into the world of helping people understand NgRx, what he calls a mystical machine. He explains how this article was only the beginning of learning NgRx and that he is currently working on revising that first post. The main point covered in the article was how to organize the store and how to store it in the file system. It walks through creating angular modules for each slice of the store. The second point is covers heavily is the use of barrels.   The biggest problem Wes see people run into in NgRx is they do not know where all their actions are. He shares the solution he uses for this problem, using a public API to group actions so they are easier to find. The panel expresses their frustration with the hard time the CLI has with barrel files. Wes explains why this is a common problem and shares a solution.    The panel asks for other gotcha’s to watch for when using NgRx. Wes explains how and what developers miss out on when they fail to use selectors to their fullest. When selectors are used correctly and completely developers receive all the benefits of the testing they do on NgRx. The other benefits are builtin memoization and reusability.    Another gotcha he warns against is using facades before fully understanding NgRx. This really fires up the panel, who then debates the use of facades in NgRx. Aaron Frost expresses his opinion that NgRx isn’t for everything and that by using facades you may not need to use NgRx. Wes explains that the large companies he works for are already committed to NgRx as their solution and he advises them not to use facades.   Wes explains the downsides of using NgRx, the first is when developers jump in before they understand it and back themselves into a corner. Another downside is the upfront investment cost when learning NgRx.    The panel jumps in wondering what Wes thinks of hiding those developers unfamiliar in NgRx with a facade. Wes explains how in doing this the team would be compromising architecture in order to avoid teaching developers to use NgRx properly. He clarifies that he doesn’t think facades are bad but in order to use them correctly in NgRx developers must first understand how NgRx works. Aaron explains why when working with developers unfamiliar with angular he advises them not to learn NgRx right away.   Wes shares how he has seen developers misuse facades. When using a facade it entices developers to hop back and for between imperative and declarative code. Aaron jumps in and explains that imperative code in reactive programming is very bad. He invites listeners to go out and learn more about this because it is very important to understand.    The panel considers strategies to help teams code reactively. Wes recommends requesting data from the server. This pattern is straight forward to implement and handles a lot of the common use cases in the store. Aaron suggests turning off default change detection, doing so will force the programmers to code reactively. Another way suggested is to structure teams separating concerns.    The episode ends with Wes sharing his experience joining the NgRx core team by working in the documentation, filling in gaps that he found. He also shares what will be coming to NgRx. The platform will be expanding beyond just state management, supplying reactive libraries for angular. They are also getting ready for an experimental release of NgRx component.  Panelists Aaron Frost Brian Love Jennifer Wadella Shai Reznik Alyssa Nicoll Guest Wes Grimes Adventures in Angular is produced by DevChat.TV in partnership with Hero Devs Sponsors Sentry use the code “devchat” for 2 months free on Sentry small plan Angular Bootcamp Flatfile Cachefly Links NgRx — Best Practices for Enterprise Angular Applications  The Facade of NgRx Facades  Building with Ivy: rethinking reactive Angular | Mike Ryan | #AngularConnect 2019  https://twitter.com/wesgrimes https://www.facebook.com/adventuresinangular https://twitter.com/angularpodcast Picks Brain Love: The Great Hack Shai Reznik: RxJS: A Better Way To Write Frontend Applications - Hannah Howard - JSConf US 2018  Complex Features Made Easy With RxJS - Ben Lesh  Aaron Frost: Lizzo Jennifer Wadella: https://twitter.com/began_7/status/1177880930549223424  https://github.com/vmbrasseur/Public_Speaking  Wes Grimes: ngGirls

Adventures in Angular
AiA 260: NgRx, The Mystical Machine, with Wes Grimes

Adventures in Angular

Play Episode Listen Later Oct 8, 2019 51:51


In this week’s episode of Adventures in Angular the panel has fun interviewing Narwhal rocks star and NgRx expert, Wes Grimes. Wes starts by sharing how he got started in NgRx. In a previous company, Wes was the lead architect for a project that had need of a state management solution, so it was his job to figure out how to use NgRx. While figuring it out he created a structure for using NgRx and used that structure to write a blog article about best practices for NgRx.    This blog article took the world by a storm and now has over 200,00 views. People are now building libraries and courses based on his article. The panel has a little considering the possible searches that lead people to his article. Jennifer Wadella shares some of the weirder searches that have led people to her posts. After their fun, the panel tries to get back on track.    This article thrust Wes into the world of helping people understand NgRx, what he calls a mystical machine. He explains how this article was only the beginning of learning NgRx and that he is currently working on revising that first post. The main point covered in the article was how to organize the store and how to store it in the file system. It walks through creating angular modules for each slice of the store. The second point is covers heavily is the use of barrels.   The biggest problem Wes see people run into in NgRx is they do not know where all their actions are. He shares the solution he uses for this problem, using a public API to group actions so they are easier to find. The panel expresses their frustration with the hard time the CLI has with barrel files. Wes explains why this is a common problem and shares a solution.    The panel asks for other gotcha’s to watch for when using NgRx. Wes explains how and what developers miss out on when they fail to use selectors to their fullest. When selectors are used correctly and completely developers receive all the benefits of the testing they do on NgRx. The other benefits are builtin memoization and reusability.    Another gotcha he warns against is using facades before fully understanding NgRx. This really fires up the panel, who then debates the use of facades in NgRx. Aaron Frost expresses his opinion that NgRx isn’t for everything and that by using facades you may not need to use NgRx. Wes explains that the large companies he works for are already committed to NgRx as their solution and he advises them not to use facades.   Wes explains the downsides of using NgRx, the first is when developers jump in before they understand it and back themselves into a corner. Another downside is the upfront investment cost when learning NgRx.    The panel jumps in wondering what Wes thinks of hiding those developers unfamiliar in NgRx with a facade. Wes explains how in doing this the team would be compromising architecture in order to avoid teaching developers to use NgRx properly. He clarifies that he doesn’t think facades are bad but in order to use them correctly in NgRx developers must first understand how NgRx works. Aaron explains why when working with developers unfamiliar with angular he advises them not to learn NgRx right away.   Wes shares how he has seen developers misuse facades. When using a facade it entices developers to hop back and for between imperative and declarative code. Aaron jumps in and explains that imperative code in reactive programming is very bad. He invites listeners to go out and learn more about this because it is very important to understand.    The panel considers strategies to help teams code reactively. Wes recommends requesting data from the server. This pattern is straight forward to implement and handles a lot of the common use cases in the store. Aaron suggests turning off default change detection, doing so will force the programmers to code reactively. Another way suggested is to structure teams separating concerns.    The episode ends with Wes sharing his experience joining the NgRx core team by working in the documentation, filling in gaps that he found. He also shares what will be coming to NgRx. The platform will be expanding beyond just state management, supplying reactive libraries for angular. They are also getting ready for an experimental release of NgRx component.  Panelists Aaron Frost Brian Love Jennifer Wadella Shai Reznik Alyssa Nicoll Guest Wes Grimes Adventures in Angular is produced by DevChat.TV in partnership with Hero Devs Sponsors Sentry use the code “devchat” for 2 months free on Sentry small plan Angular Bootcamp Flatfile Cachefly Links NgRx — Best Practices for Enterprise Angular Applications  The Facade of NgRx Facades  Building with Ivy: rethinking reactive Angular | Mike Ryan | #AngularConnect 2019  https://twitter.com/wesgrimes https://www.facebook.com/adventuresinangular https://twitter.com/angularpodcast Picks Brain Love: The Great Hack Shai Reznik: RxJS: A Better Way To Write Frontend Applications - Hannah Howard - JSConf US 2018  Complex Features Made Easy With RxJS - Ben Lesh  Aaron Frost: Lizzo Jennifer Wadella: https://twitter.com/began_7/status/1177880930549223424  https://github.com/vmbrasseur/Public_Speaking  Wes Grimes: ngGirls

Devchat.tv Master Feed
AiA 260: NgRx, The Mystical Machine, with Wes Grimes

Devchat.tv Master Feed

Play Episode Listen Later Oct 8, 2019 51:51


In this week’s episode of Adventures in Angular the panel has fun interviewing Narwhal rocks star and NgRx expert, Wes Grimes. Wes starts by sharing how he got started in NgRx. In a previous company, Wes was the lead architect for a project that had need of a state management solution, so it was his job to figure out how to use NgRx. While figuring it out he created a structure for using NgRx and used that structure to write a blog article about best practices for NgRx.    This blog article took the world by a storm and now has over 200,00 views. People are now building libraries and courses based on his article. The panel has a little considering the possible searches that lead people to his article. Jennifer Wadella shares some of the weirder searches that have led people to her posts. After their fun, the panel tries to get back on track.    This article thrust Wes into the world of helping people understand NgRx, what he calls a mystical machine. He explains how this article was only the beginning of learning NgRx and that he is currently working on revising that first post. The main point covered in the article was how to organize the store and how to store it in the file system. It walks through creating angular modules for each slice of the store. The second point is covers heavily is the use of barrels.   The biggest problem Wes see people run into in NgRx is they do not know where all their actions are. He shares the solution he uses for this problem, using a public API to group actions so they are easier to find. The panel expresses their frustration with the hard time the CLI has with barrel files. Wes explains why this is a common problem and shares a solution.    The panel asks for other gotcha’s to watch for when using NgRx. Wes explains how and what developers miss out on when they fail to use selectors to their fullest. When selectors are used correctly and completely developers receive all the benefits of the testing they do on NgRx. The other benefits are builtin memoization and reusability.    Another gotcha he warns against is using facades before fully understanding NgRx. This really fires up the panel, who then debates the use of facades in NgRx. Aaron Frost expresses his opinion that NgRx isn’t for everything and that by using facades you may not need to use NgRx. Wes explains that the large companies he works for are already committed to NgRx as their solution and he advises them not to use facades.   Wes explains the downsides of using NgRx, the first is when developers jump in before they understand it and back themselves into a corner. Another downside is the upfront investment cost when learning NgRx.    The panel jumps in wondering what Wes thinks of hiding those developers unfamiliar in NgRx with a facade. Wes explains how in doing this the team would be compromising architecture in order to avoid teaching developers to use NgRx properly. He clarifies that he doesn’t think facades are bad but in order to use them correctly in NgRx developers must first understand how NgRx works. Aaron explains why when working with developers unfamiliar with angular he advises them not to learn NgRx right away.   Wes shares how he has seen developers misuse facades. When using a facade it entices developers to hop back and for between imperative and declarative code. Aaron jumps in and explains that imperative code in reactive programming is very bad. He invites listeners to go out and learn more about this because it is very important to understand.    The panel considers strategies to help teams code reactively. Wes recommends requesting data from the server. This pattern is straight forward to implement and handles a lot of the common use cases in the store. Aaron suggests turning off default change detection, doing so will force the programmers to code reactively. Another way suggested is to structure teams separating concerns.    The episode ends with Wes sharing his experience joining the NgRx core team by working in the documentation, filling in gaps that he found. He also shares what will be coming to NgRx. The platform will be expanding beyond just state management, supplying reactive libraries for angular. They are also getting ready for an experimental release of NgRx component.  Panelists Aaron Frost Brian Love Jennifer Wadella Shai Reznik Alyssa Nicoll Guest Wes Grimes Adventures in Angular is produced by DevChat.TV in partnership with Hero Devs Sponsors Sentry use the code “devchat” for 2 months free on Sentry small plan Angular Bootcamp Flatfile Cachefly Links NgRx — Best Practices for Enterprise Angular Applications  The Facade of NgRx Facades  Building with Ivy: rethinking reactive Angular | Mike Ryan | #AngularConnect 2019  https://twitter.com/wesgrimes https://www.facebook.com/adventuresinangular https://twitter.com/angularpodcast Picks Brain Love: The Great Hack Shai Reznik: RxJS: A Better Way To Write Frontend Applications - Hannah Howard - JSConf US 2018  Complex Features Made Easy With RxJS - Ben Lesh  Aaron Frost: Lizzo Jennifer Wadella: https://twitter.com/began_7/status/1177880930549223424  https://github.com/vmbrasseur/Public_Speaking  Wes Grimes: ngGirls

Bits of B
Being a Public Speaker Mom - Hosting Shmuela Jacobs

Bits of B

Play Episode Listen Later May 14, 2019 19:14


Speaking in conferences and traveling the world, can be challenging as is. But what happens when you have a baby? How can you still do it? In this episode Britt hosts Shmuela, who has been traveling with her baby all over the world, giving talks and workshops, and smiling the whole time! Shmuela shares her experience, with some challenges and how to overcome them. The message is clear and loud - continue to do what you love, everything is possible! She also gives some ideas for organisers on how to make it a little easier for parents to speak and attend, in the hope that even more events will become more inclusive to parents. Shmuela Jacobs is a Cloud Developer Advocate at Microsoft, and the founder of ngGirls. She is also a part of Google Developer Expert Program for web. Britt Barak is a Google Developer Expert for Android, originally from Tel Aviv, newly based in London. She's a part of Nexmo's Developer Relations & Experience team. More of her content is on brittbarak.com

speaking microsoft android hosting tel aviv public speakers google developer expert cloud developer advocate nggirls shmuela jacobs shmuela
IT Career Energizer
Learning to Focus on the Problem Rather Than Just the Tech with Simona Cotin

IT Career Energizer

Play Episode Listen Later Nov 18, 2018 12:51


GUEST BIO: Simona Cotin is a Developer Advocate for Microsoft and an Angular enthusiast.  She is passionate about knowledge sharing and has mentored at workshops for Women Who Code and NgGirls, and is also co-organiser of the JavaScript London meetup. EPISODE DESCRIPTION: Today, Phil is speaking to Simona Cotin a Developer Advocate for Microsoft. She is a passionate mentor in the NgGirls, codebar and Women Who Code workshops. Over the years, she has hacked all kinds of projects in Delphi, C/C++, C#, Java, Python, PHP, JavaScript, Lisp and is still learning new languages. She has a passion for working with Angular. KEY TAKEAWAYS: ­­­(1.00) – So Simona, can I ask you to expand on that brief summary and tell us a little bit about yourself? Simona explained that her job at Microsoft was to make sure that they build “great developer experiences in the cloud for web developers.” She is also passionate about teaching, so is a regular mentor at several workshops. One of which, codebar she recommends everyone checks out. This group is working to make tech more diverse and bring people from different backgrounds together. (2.21) – Phil asks Simona for a unique IT career tip. Simona says get out there share your knowledge. Try to contribute to open source projects and be active in local communities and on social media. (3.17) – If you were talking to someone who was just starting their IT career, what would you recommend to them as the easiest way to begin? Simona recommends finding some of the projects you are passionate about and diving deep into those. Follow the project and creators on GitHub and Twitter. Also, use meetup.com to find local meetups and attend. (3.54) – Phil asks what her worst IT career moment has been? – Simona says – “I’ve been lucky enough not to have been in such a position”. For her all of the teams she has worked on have had a positive impact on her career. However, she does regret not finding a mentor while she was at university. Had she done so she would not have taken a job (her first one) which meant that she was working on a desktop project when it was the web that she was passionate about, at the time. (5.38) – What has been your best career moment,? For Simona it is the job that she has right now. She is working on a great team. Everyone on her team is a superstar. Working with them is enabling her to learn a lot and have an impact on the products that are shaping the way we write software. (7.05) – Phil asks what excites you about the future of the IT industry? All the hard problems we are solving now and in the future excite Simona. For example, how self-driving cars will make our commute much simpler and less risky or the way in which AI is improving workplace safety. How technology will help us to build a more sustainable environment. She encourages everyone working in IT to focus on the problem that they are solving rather than the tech that they are using. (8.43) – What attracted you to a career in IT? Simona loves mathematics and was not really good at anything to do with literature. This fact narrowed down her options so she felt she had to focus on economics. While doing that she learned about computer science and algorithms. Basically, she “fell in love with algorithms.” (9.11) – What is the best career advice you have been given? – Embrace failure. Simona explained that she came from a culture of “perfection and shaming failure”. But, she realizes now that there is “no growth without failure”. Phil agrees most seasoned developers feel that they learn more from projects that do not go well than those that are easy. (9.48) – If you were to begin your career again, what would you focus on? Simona said she would focus on machine learning because we can solve so many interesting problems using it. (10.05) – Phil asks Simona what she is currently focusing on, currently. Simona said that she is focusing more on machine learning and understanding how to use it to solve problems. She is also working on connecting to communities and using her Azure work to have an impact. (10.31) – What's the number one non-technical skill that has helped you in your career so far? Being a huge fan of people and being a good communicator has helped Simona throughout her career. (10.41) – Phil asks Simona to share a few final words of career advice. Simona’s advice is to never stop learning and building things. Have fun, be meaningful and intentional about what you do. BEST MOMENTS: (2.57) Simona – "I think we can all equally benefit from just putting ourselves out there." (5.16) Simona - "During university I would find someone to mentor me, I would find someone to chat about my passions, chat about what are the opportunities for me out there." (8.07) Simona – “Focus as much as you can on the problem that you are solving as opposed to the tech that they're using." (8.09) Phil - "The technology is the means to the end. It's the problems that need solving that are the important part of it." (9.15) Simona - “Embrace failure…There is no growth without failure." (10.54) Simona - "Never stop learning and building stuff. Just enjoy yourself, have fun and while you're doing that maybe solve some interesting problem." CONTACT: Simona Cotin Twitter: https:///www.twitter.com/simona_cotin LinkedIn: https://www.linkedin.com/in/simona-cotin-2ba8747/  

My Angular Story
MAS 054: Rae Krantz

My Angular Story

Play Episode Listen Later Oct 3, 2018 35:20


Panel: Charles Max Wood Guest: Rae Krantz This week on My Angular Story, Charles speaks with Rae Krantz (Akron, OH) who works remotely with the Toll Wave company (Phoenix, AZ). She does Angular work there with a small team. She specializes in information technology and services. Rachel (Rae) and Chuck talk about Angular and how she got her amazing job through a Twitter connection! In particular, we dive pretty deep on: 1:30 – Hello! 1:35 – Rae, please give us your background. 2:25 – Chuck: Tina’s interview will go live later on another episode. It’s interesting How did you get into coding? 2:50 – Rae: I started on a course 4 or 5 years ago. I moved to Akron, Ohio with the WOMEN and TECH group here, and got involved with the group. Free code camp and so on. Through meeting this Meetup I found a new position. This led to Angular development. I enjoyed the DevOps, but this Toll Wave is awesome! I have been working there for 9-10 months. 4:45 – Chuck: Why Angular and not Vue or Java? 4:52 – Rae: I started a side project with Angular with friends. They had a strong view with Angular, because Angular dealt with a lot of security issues. Since then I am pretty solid on the Angular side. The React side, I guess, is cool. 5:53 – Chuck: People tend to go towards technologies that they can get help with. It makes sense why you went with Angular. Is there anyone specific that got you into Angular? 6:23 – Rae: I didn’t have a network at the time. The 2 people that got me into Angular actually weren’t developers. I started with Docs and the Heroes actually were a great resource. It covers these pieces that are necessary to know how it works. I used early on NG docs, too. 7:24 – Chuck: Actually that is organized by... 7:42 – Chuck: Getting your job is very interesting. I a m writing a book on how to find a job as a software developer. I see that people are struggling with this. What did you have in place to show them that you were capable for the job? 8:18 – Rae: The interview was very conversational. It wasn’t algorithm tests; nothing super fancy. It really got into the work I’ve done and my thought process. I appreciated that the interview was realistic. I can go back to other traditionally other interview were “tougher.” I had to do an algorithm test. I sat down and I was terrified for that. It was more “simple” for the entry-level people. The saving grace is if you are frozen – just talk about the process. They want to see how you would talk through the process – they want to see that. You just have to know people. This Twitter job happened because of a network effect. 10:19 – Chuck: Yes, very true. It is a lot easier to get a job that someone can just introduce you to the company then trying to do it all yourself. Creating those opportunities through the people you know. 10:56 – Chuck: What are you doing now? 11:01 – Rae: Financial management application. It’s secret right now. In my free time, it is very hard to push through one thing. The latest thing I have been doing lately is the Rust Programming Book. I have talked with my director that I enjoy Angular but I don’t want to do just frontend. He’s been really great about it. He’s talking with other program managers to get involved with other projects that are coming in. I have tried to look at React. I cannot make myself do it. If you are good at one, then why would you learn the other one? Only reason to learn React is if I want a React job. 13:12 – Chuck: People say to me that they want to stay current and also job availability. If my current situation changes then I can adopt any technology that they change to. 13:58 – Rae: I have been wanting to look at Vue. I don’t know anything about Vue other than the inventor of it. It would be fun to play with the differences. 14:42 – Chuck adds his comments. 14:50 – Rae: There are so many different things out there to learn! Different languages – it’s hard to limit myself to limited languages within a 40-minute talk. I spoke at the following conferences recently: 1.) Codemash in Ohio 2.) Meetups in Grand Rapids (Software Craftsmanship) 3.) Self Conference in Detroit (no recordings) 4.) Full Stack Fest in Barcelona – the best conference ever because it was so well organized. The attention to detail was amazing. 17:09 – Chuck adds his comments. Yeah we will encourage people to look into your talks! 17:24 – Rae: Neat! Rae talks about workshops and typical Meetups. Cleveland area – October 6th – learn how to code – it will be fun! 18:25 – Chuck: ngGirls.org 18:40 – Chuck: Any advice for someone getting into tech? 18:50 – Rae: Do it before you have kids. Your energy is at a low when you have kids and you don’t have the energy to work on the things you want to work on. If you don’t have kids then use your Netflix time now and STUDY! If I can get through a chapter a day – that is fantastic – with life with kids. I work through lunches a lot. I try to use my day care time with care. It’s great to be at a conference without a kid. 22:06 – Chuck: I have 5 kids. My oldest is 12 – so that is fine, but my youngest is 3. The way we do it is I travel more than my wife. She’s a trooper to take care of the kids. I send her on a trip to see her best friend in North Carolina. 22:52 – Chuck: People are paying attention to people have different circumstances. 23:06 – Chuck: The last thing I want to ask is anything you are looking forward to in the future? Where do you want to wind-up? 23:25 – Rae talks about her hopes and dreams. Rae: The puzzle aspect, I like. I like making things work together. The larger scope is what I like. In terms of the languages I take as they come. Rust, yes, I would like to use that a few years down the line. It’s funny – I would learn React if I had to use it. I want to get in-depth in a few areas of Angular. 24:43 – Chuck: Check out these technologies through these podcasts. I echo what you are saying on these 3 frameworks. I am having fun with Vue right now. It really depends on what you want and what you need. Go play with them all! Chuck talks about Vue, Angular and Java. 25:31 – Chuck: Picks! Links: jQuery Angular JavaScript Vue Meetup Coursera Angular – Tour of Heroes Rae’s Website Rae’s GitHub Rae’s Medium Sponsors: Get A Coder Job Code Badges Cache Fly Picks: Charles Max Wood Screenflow 8 Rae Krantz Rust Book Women in Technology NG Girls Chelsea Troy’s Blog “Leveling Up” Medium – Snowflake – How They Assess Levels Supportive spouse My Work Team Cleveland Tech on Slack

All Angular Podcasts by Devchat.tv
MAS 054: Rae Krantz

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Oct 3, 2018 35:20


Panel: Charles Max Wood Guest: Rae Krantz This week on My Angular Story, Charles speaks with Rae Krantz (Akron, OH) who works remotely with the Toll Wave company (Phoenix, AZ). She does Angular work there with a small team. She specializes in information technology and services. Rachel (Rae) and Chuck talk about Angular and how she got her amazing job through a Twitter connection! In particular, we dive pretty deep on: 1:30 – Hello! 1:35 – Rae, please give us your background. 2:25 – Chuck: Tina’s interview will go live later on another episode. It’s interesting How did you get into coding? 2:50 – Rae: I started on a course 4 or 5 years ago. I moved to Akron, Ohio with the WOMEN and TECH group here, and got involved with the group. Free code camp and so on. Through meeting this Meetup I found a new position. This led to Angular development. I enjoyed the DevOps, but this Toll Wave is awesome! I have been working there for 9-10 months. 4:45 – Chuck: Why Angular and not Vue or Java? 4:52 – Rae: I started a side project with Angular with friends. They had a strong view with Angular, because Angular dealt with a lot of security issues. Since then I am pretty solid on the Angular side. The React side, I guess, is cool. 5:53 – Chuck: People tend to go towards technologies that they can get help with. It makes sense why you went with Angular. Is there anyone specific that got you into Angular? 6:23 – Rae: I didn’t have a network at the time. The 2 people that got me into Angular actually weren’t developers. I started with Docs and the Heroes actually were a great resource. It covers these pieces that are necessary to know how it works. I used early on NG docs, too. 7:24 – Chuck: Actually that is organized by... 7:42 – Chuck: Getting your job is very interesting. I a m writing a book on how to find a job as a software developer. I see that people are struggling with this. What did you have in place to show them that you were capable for the job? 8:18 – Rae: The interview was very conversational. It wasn’t algorithm tests; nothing super fancy. It really got into the work I’ve done and my thought process. I appreciated that the interview was realistic. I can go back to other traditionally other interview were “tougher.” I had to do an algorithm test. I sat down and I was terrified for that. It was more “simple” for the entry-level people. The saving grace is if you are frozen – just talk about the process. They want to see how you would talk through the process – they want to see that. You just have to know people. This Twitter job happened because of a network effect. 10:19 – Chuck: Yes, very true. It is a lot easier to get a job that someone can just introduce you to the company then trying to do it all yourself. Creating those opportunities through the people you know. 10:56 – Chuck: What are you doing now? 11:01 – Rae: Financial management application. It’s secret right now. In my free time, it is very hard to push through one thing. The latest thing I have been doing lately is the Rust Programming Book. I have talked with my director that I enjoy Angular but I don’t want to do just frontend. He’s been really great about it. He’s talking with other program managers to get involved with other projects that are coming in. I have tried to look at React. I cannot make myself do it. If you are good at one, then why would you learn the other one? Only reason to learn React is if I want a React job. 13:12 – Chuck: People say to me that they want to stay current and also job availability. If my current situation changes then I can adopt any technology that they change to. 13:58 – Rae: I have been wanting to look at Vue. I don’t know anything about Vue other than the inventor of it. It would be fun to play with the differences. 14:42 – Chuck adds his comments. 14:50 – Rae: There are so many different things out there to learn! Different languages – it’s hard to limit myself to limited languages within a 40-minute talk. I spoke at the following conferences recently: 1.) Codemash in Ohio 2.) Meetups in Grand Rapids (Software Craftsmanship) 3.) Self Conference in Detroit (no recordings) 4.) Full Stack Fest in Barcelona – the best conference ever because it was so well organized. The attention to detail was amazing. 17:09 – Chuck adds his comments. Yeah we will encourage people to look into your talks! 17:24 – Rae: Neat! Rae talks about workshops and typical Meetups. Cleveland area – October 6th – learn how to code – it will be fun! 18:25 – Chuck: ngGirls.org 18:40 – Chuck: Any advice for someone getting into tech? 18:50 – Rae: Do it before you have kids. Your energy is at a low when you have kids and you don’t have the energy to work on the things you want to work on. If you don’t have kids then use your Netflix time now and STUDY! If I can get through a chapter a day – that is fantastic – with life with kids. I work through lunches a lot. I try to use my day care time with care. It’s great to be at a conference without a kid. 22:06 – Chuck: I have 5 kids. My oldest is 12 – so that is fine, but my youngest is 3. The way we do it is I travel more than my wife. She’s a trooper to take care of the kids. I send her on a trip to see her best friend in North Carolina. 22:52 – Chuck: People are paying attention to people have different circumstances. 23:06 – Chuck: The last thing I want to ask is anything you are looking forward to in the future? Where do you want to wind-up? 23:25 – Rae talks about her hopes and dreams. Rae: The puzzle aspect, I like. I like making things work together. The larger scope is what I like. In terms of the languages I take as they come. Rust, yes, I would like to use that a few years down the line. It’s funny – I would learn React if I had to use it. I want to get in-depth in a few areas of Angular. 24:43 – Chuck: Check out these technologies through these podcasts. I echo what you are saying on these 3 frameworks. I am having fun with Vue right now. It really depends on what you want and what you need. Go play with them all! Chuck talks about Vue, Angular and Java. 25:31 – Chuck: Picks! Links: jQuery Angular JavaScript Vue Meetup Coursera Angular – Tour of Heroes Rae’s Website Rae’s GitHub Rae’s Medium Sponsors: Get A Coder Job Code Badges Cache Fly Picks: Charles Max Wood Screenflow 8 Rae Krantz Rust Book Women in Technology NG Girls Chelsea Troy’s Blog “Leveling Up” Medium – Snowflake – How They Assess Levels Supportive spouse My Work Team Cleveland Tech on Slack

Devchat.tv Master Feed
MAS 054: Rae Krantz

Devchat.tv Master Feed

Play Episode Listen Later Oct 3, 2018 35:20


Panel: Charles Max Wood Guest: Rae Krantz This week on My Angular Story, Charles speaks with Rae Krantz (Akron, OH) who works remotely with the Toll Wave company (Phoenix, AZ). She does Angular work there with a small team. She specializes in information technology and services. Rachel (Rae) and Chuck talk about Angular and how she got her amazing job through a Twitter connection! In particular, we dive pretty deep on: 1:30 – Hello! 1:35 – Rae, please give us your background. 2:25 – Chuck: Tina’s interview will go live later on another episode. It’s interesting How did you get into coding? 2:50 – Rae: I started on a course 4 or 5 years ago. I moved to Akron, Ohio with the WOMEN and TECH group here, and got involved with the group. Free code camp and so on. Through meeting this Meetup I found a new position. This led to Angular development. I enjoyed the DevOps, but this Toll Wave is awesome! I have been working there for 9-10 months. 4:45 – Chuck: Why Angular and not Vue or Java? 4:52 – Rae: I started a side project with Angular with friends. They had a strong view with Angular, because Angular dealt with a lot of security issues. Since then I am pretty solid on the Angular side. The React side, I guess, is cool. 5:53 – Chuck: People tend to go towards technologies that they can get help with. It makes sense why you went with Angular. Is there anyone specific that got you into Angular? 6:23 – Rae: I didn’t have a network at the time. The 2 people that got me into Angular actually weren’t developers. I started with Docs and the Heroes actually were a great resource. It covers these pieces that are necessary to know how it works. I used early on NG docs, too. 7:24 – Chuck: Actually that is organized by... 7:42 – Chuck: Getting your job is very interesting. I a m writing a book on how to find a job as a software developer. I see that people are struggling with this. What did you have in place to show them that you were capable for the job? 8:18 – Rae: The interview was very conversational. It wasn’t algorithm tests; nothing super fancy. It really got into the work I’ve done and my thought process. I appreciated that the interview was realistic. I can go back to other traditionally other interview were “tougher.” I had to do an algorithm test. I sat down and I was terrified for that. It was more “simple” for the entry-level people. The saving grace is if you are frozen – just talk about the process. They want to see how you would talk through the process – they want to see that. You just have to know people. This Twitter job happened because of a network effect. 10:19 – Chuck: Yes, very true. It is a lot easier to get a job that someone can just introduce you to the company then trying to do it all yourself. Creating those opportunities through the people you know. 10:56 – Chuck: What are you doing now? 11:01 – Rae: Financial management application. It’s secret right now. In my free time, it is very hard to push through one thing. The latest thing I have been doing lately is the Rust Programming Book. I have talked with my director that I enjoy Angular but I don’t want to do just frontend. He’s been really great about it. He’s talking with other program managers to get involved with other projects that are coming in. I have tried to look at React. I cannot make myself do it. If you are good at one, then why would you learn the other one? Only reason to learn React is if I want a React job. 13:12 – Chuck: People say to me that they want to stay current and also job availability. If my current situation changes then I can adopt any technology that they change to. 13:58 – Rae: I have been wanting to look at Vue. I don’t know anything about Vue other than the inventor of it. It would be fun to play with the differences. 14:42 – Chuck adds his comments. 14:50 – Rae: There are so many different things out there to learn! Different languages – it’s hard to limit myself to limited languages within a 40-minute talk. I spoke at the following conferences recently: 1.) Codemash in Ohio 2.) Meetups in Grand Rapids (Software Craftsmanship) 3.) Self Conference in Detroit (no recordings) 4.) Full Stack Fest in Barcelona – the best conference ever because it was so well organized. The attention to detail was amazing. 17:09 – Chuck adds his comments. Yeah we will encourage people to look into your talks! 17:24 – Rae: Neat! Rae talks about workshops and typical Meetups. Cleveland area – October 6th – learn how to code – it will be fun! 18:25 – Chuck: ngGirls.org 18:40 – Chuck: Any advice for someone getting into tech? 18:50 – Rae: Do it before you have kids. Your energy is at a low when you have kids and you don’t have the energy to work on the things you want to work on. If you don’t have kids then use your Netflix time now and STUDY! If I can get through a chapter a day – that is fantastic – with life with kids. I work through lunches a lot. I try to use my day care time with care. It’s great to be at a conference without a kid. 22:06 – Chuck: I have 5 kids. My oldest is 12 – so that is fine, but my youngest is 3. The way we do it is I travel more than my wife. She’s a trooper to take care of the kids. I send her on a trip to see her best friend in North Carolina. 22:52 – Chuck: People are paying attention to people have different circumstances. 23:06 – Chuck: The last thing I want to ask is anything you are looking forward to in the future? Where do you want to wind-up? 23:25 – Rae talks about her hopes and dreams. Rae: The puzzle aspect, I like. I like making things work together. The larger scope is what I like. In terms of the languages I take as they come. Rust, yes, I would like to use that a few years down the line. It’s funny – I would learn React if I had to use it. I want to get in-depth in a few areas of Angular. 24:43 – Chuck: Check out these technologies through these podcasts. I echo what you are saying on these 3 frameworks. I am having fun with Vue right now. It really depends on what you want and what you need. Go play with them all! Chuck talks about Vue, Angular and Java. 25:31 – Chuck: Picks! Links: jQuery Angular JavaScript Vue Meetup Coursera Angular – Tour of Heroes Rae’s Website Rae’s GitHub Rae’s Medium Sponsors: Get A Coder Job Code Badges Cache Fly Picks: Charles Max Wood Screenflow 8 Rae Krantz Rust Book Women in Technology NG Girls Chelsea Troy’s Blog “Leveling Up” Medium – Snowflake – How They Assess Levels Supportive spouse My Work Team Cleveland Tech on Slack

My Angular Story
MAS 042: Sam Brennan

My Angular Story

Play Episode Listen Later Jun 27, 2018 27:22


Panel: Charles Max Wood Guest: Sam Brennan This week on My Angular Story, Charles speaks with Sam Brennan. Sam first got into programming when she was 9 years old and made a website using HTML and CSS. She learned to code from Codeacademy, has gone on to be a part of ngGirls, and has spoken at conferences, such as at ng-conf 2018 where she gave her talk on Reusable Animations. They talk about how she found her passion for Angular, the importance of not giving up when you are confused, and what she is proud of contributing to the community. They also touch on her involvement in ngGirls as a mentor, what she is working on currently, and more! In particular, We dive pretty deep on: Adventures in Angular episode 184 How did you first get into programming? Built a website at 9 years old Learned to code from Codeacademy Had to build a website in order to become ungrounded How did you get to where you are today? Not into programming at all originally Learning JavaScript and Angular Tour of Heroes Really fell in love with the Angular community What was your experience like at your first ng-conf 2017? If you are confused, go research it and figure it out! The atmosphere of the Angular community What have you done with Angular that you are particularly proud of? Working currently on a migration from AngularJS to Angular Done a lot of animations ngGirls Loves her job as an ngGirls mentor Imposter syndrome What are you working on now? Angular Denver Headed into college this fall How to Get Your Kids to Code And much, much more! Links: Adventures in Angular episode 184 Codeacademy Sam’s ng-conf 2018 Talk ngGirls JavaScript Angular Tour of Heroes AngularJS ng-Denver How to Get Your Kids to Code @thelittlestdev Sam’s Medium Sponsors: FreshBooks Digital Ocean Picks: Charles DevChat.tv YouTube Little Wizards Sam Her Mom – Bonnie Brennan ng-Denver

All Angular Podcasts by Devchat.tv
MAS 042: Sam Brennan

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Jun 27, 2018 27:22


Panel: Charles Max Wood Guest: Sam Brennan This week on My Angular Story, Charles speaks with Sam Brennan. Sam first got into programming when she was 9 years old and made a website using HTML and CSS. She learned to code from Codeacademy, has gone on to be a part of ngGirls, and has spoken at conferences, such as at ng-conf 2018 where she gave her talk on Reusable Animations. They talk about how she found her passion for Angular, the importance of not giving up when you are confused, and what she is proud of contributing to the community. They also touch on her involvement in ngGirls as a mentor, what she is working on currently, and more! In particular, We dive pretty deep on: Adventures in Angular episode 184 How did you first get into programming? Built a website at 9 years old Learned to code from Codeacademy Had to build a website in order to become ungrounded How did you get to where you are today? Not into programming at all originally Learning JavaScript and Angular Tour of Heroes Really fell in love with the Angular community What was your experience like at your first ng-conf 2017? If you are confused, go research it and figure it out! The atmosphere of the Angular community What have you done with Angular that you are particularly proud of? Working currently on a migration from AngularJS to Angular Done a lot of animations ngGirls Loves her job as an ngGirls mentor Imposter syndrome What are you working on now? Angular Denver Headed into college this fall How to Get Your Kids to Code And much, much more! Links: Adventures in Angular episode 184 Codeacademy Sam’s ng-conf 2018 Talk ngGirls JavaScript Angular Tour of Heroes AngularJS ng-Denver How to Get Your Kids to Code @thelittlestdev Sam’s Medium Sponsors: FreshBooks Digital Ocean Picks: Charles DevChat.tv YouTube Little Wizards Sam Her Mom – Bonnie Brennan ng-Denver

Devchat.tv Master Feed
MAS 042: Sam Brennan

Devchat.tv Master Feed

Play Episode Listen Later Jun 27, 2018 27:22


Panel: Charles Max Wood Guest: Sam Brennan This week on My Angular Story, Charles speaks with Sam Brennan. Sam first got into programming when she was 9 years old and made a website using HTML and CSS. She learned to code from Codeacademy, has gone on to be a part of ngGirls, and has spoken at conferences, such as at ng-conf 2018 where she gave her talk on Reusable Animations. They talk about how she found her passion for Angular, the importance of not giving up when you are confused, and what she is proud of contributing to the community. They also touch on her involvement in ngGirls as a mentor, what she is working on currently, and more! In particular, We dive pretty deep on: Adventures in Angular episode 184 How did you first get into programming? Built a website at 9 years old Learned to code from Codeacademy Had to build a website in order to become ungrounded How did you get to where you are today? Not into programming at all originally Learning JavaScript and Angular Tour of Heroes Really fell in love with the Angular community What was your experience like at your first ng-conf 2017? If you are confused, go research it and figure it out! The atmosphere of the Angular community What have you done with Angular that you are particularly proud of? Working currently on a migration from AngularJS to Angular Done a lot of animations ngGirls Loves her job as an ngGirls mentor Imposter syndrome What are you working on now? Angular Denver Headed into college this fall How to Get Your Kids to Code And much, much more! Links: Adventures in Angular episode 184 Codeacademy Sam’s ng-conf 2018 Talk ngGirls JavaScript Angular Tour of Heroes AngularJS ng-Denver How to Get Your Kids to Code @thelittlestdev Sam’s Medium Sponsors: FreshBooks Digital Ocean Picks: Charles DevChat.tv YouTube Little Wizards Sam Her Mom – Bonnie Brennan ng-Denver

Adventures in Angular
AiA 188: ngGirls Part 2 with Shmuela Jacobs

Adventures in Angular

Play Episode Listen Later May 9, 2018 44:49


Panel:  Charles Max Wood Alyssa Nicoll Joe Eames Special Guests: Shmuela Jacobs In this episode of Adventures in Angular, the panel talks to Shmuela Jacobs about ngGirls. Shmuela founded ngGirls, which is an organization where they try to increase diversity in tech, and it is mainly focused towards Angular. This is because she loves Angular and feels that it is a good platform to start with because of its simplicity. They talk about how she came up with the idea for ngGirls, how the company works, and stress the incredibly helpful nature of the Angular community.  In particular, we dive pretty deep on: Shmuela intro Angular and ngGirls The Angular community How the workshop works Free workshop run by volunteers Going to be at Google I/O How did you come up with ngGirls? Django girls Women Who Code Great experience with Django girls Wanted a company geared towards Angular The tutorial was written by the community How much people in the Angular community want to help Angular JS Still so much to learn in Angular People taking over Workshops happen all over the world The company allows for other people to organize the workshops themselves Is ngGirls growing beyond you? Plans to start more with helping to guide others as the company grows Creating more activities for more experienced women or different ages And much, much more! Links:   ngGirls Angular Google I/O Django girls Angular JS @ShmuelaJ Shmuela’s GitHub Picks: Charles Google Drive ScanSnap S1300i Joe ngConf Role Playing Games Shmuela ngConf YouTube Super Powered, Server Rendered Progressive Native Apps - Nathan Walker & Jeff Whelpley Schematics: Generating custom Angular Code with the CLI by Manfred Steyer

Devchat.tv Master Feed
AiA 188: ngGirls Part 2 with Shmuela Jacobs

Devchat.tv Master Feed

Play Episode Listen Later May 9, 2018 44:49


Panel:  Charles Max Wood Alyssa Nicoll Joe Eames Special Guests: Shmuela Jacobs In this episode of Adventures in Angular, the panel talks to Shmuela Jacobs about ngGirls. Shmuela founded ngGirls, which is an organization where they try to increase diversity in tech, and it is mainly focused towards Angular. This is because she loves Angular and feels that it is a good platform to start with because of its simplicity. They talk about how she came up with the idea for ngGirls, how the company works, and stress the incredibly helpful nature of the Angular community.  In particular, we dive pretty deep on: Shmuela intro Angular and ngGirls The Angular community How the workshop works Free workshop run by volunteers Going to be at Google I/O How did you come up with ngGirls? Django girls Women Who Code Great experience with Django girls Wanted a company geared towards Angular The tutorial was written by the community How much people in the Angular community want to help Angular JS Still so much to learn in Angular People taking over Workshops happen all over the world The company allows for other people to organize the workshops themselves Is ngGirls growing beyond you? Plans to start more with helping to guide others as the company grows Creating more activities for more experienced women or different ages And much, much more! Links:   ngGirls Angular Google I/O Django girls Angular JS @ShmuelaJ Shmuela’s GitHub Picks: Charles Google Drive ScanSnap S1300i Joe ngConf Role Playing Games Shmuela ngConf YouTube Super Powered, Server Rendered Progressive Native Apps - Nathan Walker & Jeff Whelpley Schematics: Generating custom Angular Code with the CLI by Manfred Steyer

All Angular Podcasts by Devchat.tv
AiA 188: ngGirls Part 2 with Shmuela Jacobs

All Angular Podcasts by Devchat.tv

Play Episode Listen Later May 9, 2018 44:49


Panel:  Charles Max Wood Alyssa Nicoll Joe Eames Special Guests: Shmuela Jacobs In this episode of Adventures in Angular, the panel talks to Shmuela Jacobs about ngGirls. Shmuela founded ngGirls, which is an organization where they try to increase diversity in tech, and it is mainly focused towards Angular. This is because she loves Angular and feels that it is a good platform to start with because of its simplicity. They talk about how she came up with the idea for ngGirls, how the company works, and stress the incredibly helpful nature of the Angular community.  In particular, we dive pretty deep on: Shmuela intro Angular and ngGirls The Angular community How the workshop works Free workshop run by volunteers Going to be at Google I/O How did you come up with ngGirls? Django girls Women Who Code Great experience with Django girls Wanted a company geared towards Angular The tutorial was written by the community How much people in the Angular community want to help Angular JS Still so much to learn in Angular People taking over Workshops happen all over the world The company allows for other people to organize the workshops themselves Is ngGirls growing beyond you? Plans to start more with helping to guide others as the company grows Creating more activities for more experienced women or different ages And much, much more! Links:   ngGirls Angular Google I/O Django girls Angular JS @ShmuelaJ Shmuela’s GitHub Picks: Charles Google Drive ScanSnap S1300i Joe ngConf Role Playing Games Shmuela ngConf YouTube Super Powered, Server Rendered Progressive Native Apps - Nathan Walker & Jeff Whelpley Schematics: Generating custom Angular Code with the CLI by Manfred Steyer

Devchat.tv Master Feed
RRU 008: The Framework Summit with Joe Eames

Devchat.tv Master Feed

Play Episode Listen Later Apr 24, 2018 65:04


Panel: Tara Manicsic Nader Dabit Special Guests: Joe Eames In this episode of React Round Up, the panel discusses The Framework Summit with Joe Eames. Joe discusses the history behind the conference and how it came to be created. They really wanted to create a conference that would include all of the frameworks, especially those that are underrepresented in the programming community, like React. He touches on why he is passionate about this project, why it is important to be open to learning new things, and the overall format of the conference. In particular, we dive pretty deep on: The Framework Summit October 2-3, 2018 in Park City, Utah The history of the conference React Originally called the “Tri-conference” Frameworks play a major part in your code development “Religiousness” of which framework is the “right” or “wrong” one to use Opportunity to expose more people to new frameworks Comparing the frameworks The importance of being willing to learn new things Bursting “thought bubbles” Being open to change Merging communities and creating open dialogue Format of the conference Both single-track and multi-track Elm Vue Angular Great lineup already and it’s getting better Webflow Novel and unique talks What not to do when submitting talks And much, much more! Links: React The Framework Summit Elm Vue Angular Webflow @FrameworkSummit Picks: Tara Vue Vixens ngGirls Nader ViroReact Joe The 2018 Web Developer Roadmap by Brandon Morelli Role playing games - My Little Pony

React Round Up
RRU 008: The Framework Summit with Joe Eames

React Round Up

Play Episode Listen Later Apr 24, 2018 65:04


Panel: Tara Manicsic Nader Dabit Special Guests: Joe Eames In this episode of React Round Up, the panel discusses The Framework Summit with Joe Eames. Joe discusses the history behind the conference and how it came to be created. They really wanted to create a conference that would include all of the frameworks, especially those that are underrepresented in the programming community, like React. He touches on why he is passionate about this project, why it is important to be open to learning new things, and the overall format of the conference. In particular, we dive pretty deep on: The Framework Summit October 2-3, 2018 in Park City, Utah The history of the conference React Originally called the “Tri-conference” Frameworks play a major part in your code development “Religiousness” of which framework is the “right” or “wrong” one to use Opportunity to expose more people to new frameworks Comparing the frameworks The importance of being willing to learn new things Bursting “thought bubbles” Being open to change Merging communities and creating open dialogue Format of the conference Both single-track and multi-track Elm Vue Angular Great lineup already and it’s getting better Webflow Novel and unique talks What not to do when submitting talks And much, much more! Links: React The Framework Summit Elm Vue Angular Webflow @FrameworkSummit Picks: Tara Vue Vixens ngGirls Nader ViroReact Joe The 2018 Web Developer Roadmap by Brandon Morelli Role playing games - My Little Pony

Devchat.tv Master Feed
AiA 184: ngGirls with Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan

Devchat.tv Master Feed

Play Episode Listen Later Apr 10, 2018 47:32


Panel: Charles Max Wood Alyssa Nicholl John Papa Joe Eames Special Guests: Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan In this episode of Adventures in Angular, the panel talks to Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan about ngGirls. ngGirls is an organization that provides a free one-day workshop with volunteer mentors who will teach them Angular basics. It was inspired by Django Girls and provides this type introduction to programming for women who want to learn about Angular. They are really passionate about bringing ngGirls all around the world so that women everywhere can be introduced to both Angular and programming. In particular, we dive pretty deep on: What is ngGirls? Started in November 2016 in Israel Django Girls Helps build motivation in young girls to keep programming Angular ngConf and Google I/O events coming up What is an ideal mentor? What does the curriculum look like? Angular Bootcamp Do you have a prep pack ahead of time? How do you sign up to be a mentor? Do you encourage people to organize their own ngGirls? How do you get the word out about the conferences? Using twitter How much experience do you need for ngGirls? They need more girls mentors Even if you’ve just started learning Angular, sign up as a mentor! And much, much more! Links:  ngGirls ngAtlanta Django Girls Angular ngConf Google I/O Angular Bootcamp @AngularGirls @ShmuelaJ @Bonnster75 Bonnie ngConf Organizer @TheLittlestDev Sam’s Medium Picks: Charles Black Mirror Alyssa Ready Player One Movie Joe “Here are the best programming languages to learn in 2018” John ng-AI Hackathon by Microsoft Shmuela Arches National Park Angular in Depth Blog Octotree Sam ngConf Bonnie ngxs Dungeons and Dragons at ngConf Natasha Carlyon ngConf

All Angular Podcasts by Devchat.tv
AiA 184: ngGirls with Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Apr 10, 2018 47:32


Panel: Charles Max Wood Alyssa Nicholl John Papa Joe Eames Special Guests: Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan In this episode of Adventures in Angular, the panel talks to Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan about ngGirls. ngGirls is an organization that provides a free one-day workshop with volunteer mentors who will teach them Angular basics. It was inspired by Django Girls and provides this type introduction to programming for women who want to learn about Angular. They are really passionate about bringing ngGirls all around the world so that women everywhere can be introduced to both Angular and programming. In particular, we dive pretty deep on: What is ngGirls? Started in November 2016 in Israel Django Girls Helps build motivation in young girls to keep programming Angular ngConf and Google I/O events coming up What is an ideal mentor? What does the curriculum look like? Angular Bootcamp Do you have a prep pack ahead of time? How do you sign up to be a mentor? Do you encourage people to organize their own ngGirls? How do you get the word out about the conferences? Using twitter How much experience do you need for ngGirls? They need more girls mentors Even if you’ve just started learning Angular, sign up as a mentor! And much, much more! Links:  ngGirls ngAtlanta Django Girls Angular ngConf Google I/O Angular Bootcamp @AngularGirls @ShmuelaJ @Bonnster75 Bonnie ngConf Organizer @TheLittlestDev Sam’s Medium Picks: Charles Black Mirror Alyssa Ready Player One Movie Joe “Here are the best programming languages to learn in 2018” John ng-AI Hackathon by Microsoft Shmuela Arches National Park Angular in Depth Blog Octotree Sam ngConf Bonnie ngxs Dungeons and Dragons at ngConf Natasha Carlyon ngConf

Adventures in Angular
AiA 184: ngGirls with Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan

Adventures in Angular

Play Episode Listen Later Apr 10, 2018 47:32


Panel: Charles Max Wood Alyssa Nicholl John Papa Joe Eames Special Guests: Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan In this episode of Adventures in Angular, the panel talks to Shmuela Jacobs, Samantha Rhodes, and Bonnie Brennan about ngGirls. ngGirls is an organization that provides a free one-day workshop with volunteer mentors who will teach them Angular basics. It was inspired by Django Girls and provides this type introduction to programming for women who want to learn about Angular. They are really passionate about bringing ngGirls all around the world so that women everywhere can be introduced to both Angular and programming. In particular, we dive pretty deep on: What is ngGirls? Started in November 2016 in Israel Django Girls Helps build motivation in young girls to keep programming Angular ngConf and Google I/O events coming up What is an ideal mentor? What does the curriculum look like? Angular Bootcamp Do you have a prep pack ahead of time? How do you sign up to be a mentor? Do you encourage people to organize their own ngGirls? How do you get the word out about the conferences? Using twitter How much experience do you need for ngGirls? They need more girls mentors Even if you’ve just started learning Angular, sign up as a mentor! And much, much more! Links:  ngGirls ngAtlanta Django Girls Angular ngConf Google I/O Angular Bootcamp @AngularGirls @ShmuelaJ @Bonnster75 Bonnie ngConf Organizer @TheLittlestDev Sam’s Medium Picks: Charles Black Mirror Alyssa Ready Player One Movie Joe “Here are the best programming languages to learn in 2018” John ng-AI Hackathon by Microsoft Shmuela Arches National Park Angular in Depth Blog Octotree Sam ngConf Bonnie ngxs Dungeons and Dragons at ngConf Natasha Carlyon ngConf

All JavaScript Podcasts by Devchat.tv
JSJ 300: Celebration

All JavaScript Podcasts by Devchat.tv

Play Episode Listen Later Feb 14, 2018 56:58


Panel:  Charles Max Wood Aimee Knight Cory House AJ O'Neal Joe Eames Special Guests: None In this episode, the JavaScript Jabber panelists speak on where they are what they are up to today. Aimee is still in Nashville, Tennessee, and it is currently working at Built Technologies and is working with JavaScript. Cory is still authoring courses for Pluralsite, has more recently been doing consulting with React, and is the principal engineer at Cox Automotive. Joe is doing a lot of Pluralsight work, puts together conferences, and is working on a new podcast with Charles. AJ recently did some side work with Dash, is interested in working on a new domain service, and recently got married. Charles is currently at ngATL conference, and has been attending a lot of conferences recently. He is also starting to head over to the video realm and is creating a new podcast called React Roundup and a View Podcast with Joe. They also talk about what they each have planned in the upcoming year for their careers and their lives. In particular, we dive pretty deep on: Built Technologies JavaScript Front End and Full Stack Pluralsite React consulting Cox Automotive Front end apps View and React podcast Angular JS to Angular Pluralsight courses Big Picture React courses Fork of Bitcoin called Dash New domain service ngATL React Roundup Podcast New podcasts on artificial intelligence, IOT, augmented and virtual reality game development, python Node, JavaScript, and Rust And much, much more! Links: Linode Built Technologies Pluralsite Cox Automotive Dash ngATL DevChat.tv Youtube FreshBooks Picks: Charles ATR2100 Microphone Zoom H6 Apple AirPods ngATL ngGirls Aimee Improving Ourselves to Death What Does Code Readability Mean? Cory JavaScript Tip Tweet   AJ How to Start a Startup YouTube Series Singham Movie   Joe WebFlow.com

JavaScript Jabber
JSJ 300: Celebration

JavaScript Jabber

Play Episode Listen Later Feb 13, 2018 56:58


Panel:  Charles Max Wood Aimee Knight Cory House AJ O'Neal Joe Eames Special Guests: None In this episode, the JavaScript Jabber panelists speak on where they are what they are up to today. Aimee is still in Nashville, Tennessee, and it is currently working at Built Technologies and is working with JavaScript. Cory is still authoring courses for Pluralsite, has more recently been doing consulting with React, and is the principal engineer at Cox Automotive. Joe is doing a lot of Pluralsight work, puts together conferences, and is working on a new podcast with Charles. AJ recently did some side work with Dash, is interested in working on a new domain service, and recently got married. Charles is currently at ngATL conference, and has been attending a lot of conferences recently. He is also starting to head over to the video realm and is creating a new podcast called React Roundup and a View Podcast with Joe. They also talk about what they each have planned in the upcoming year for their careers and their lives. In particular, we dive pretty deep on: Built Technologies JavaScript Front End and Full Stack Pluralsite React consulting Cox Automotive Front end apps View and React podcast Angular JS to Angular Pluralsight courses Big Picture React courses Fork of Bitcoin called Dash New domain service ngATL React Roundup Podcast New podcasts on artificial intelligence, IOT, augmented and virtual reality game development, python Node, JavaScript, and Rust And much, much more! Links: Linode Built Technologies Pluralsite Cox Automotive Dash ngATL DevChat.tv Youtube FreshBooks Picks: Charles ATR2100 Microphone Zoom H6 Apple AirPods ngATL ngGirls Aimee Improving Ourselves to Death What Does Code Readability Mean? Cory JavaScript Tip Tweet   AJ How to Start a Startup YouTube Series Singham Movie   Joe WebFlow.com

Devchat.tv Master Feed
JSJ 300: Celebration

Devchat.tv Master Feed

Play Episode Listen Later Feb 13, 2018 56:58


Panel:  Charles Max Wood Aimee Knight Cory House AJ O'Neal Joe Eames Special Guests: None In this episode, the JavaScript Jabber panelists speak on where they are what they are up to today. Aimee is still in Nashville, Tennessee, and it is currently working at Built Technologies and is working with JavaScript. Cory is still authoring courses for Pluralsite, has more recently been doing consulting with React, and is the principal engineer at Cox Automotive. Joe is doing a lot of Pluralsight work, puts together conferences, and is working on a new podcast with Charles. AJ recently did some side work with Dash, is interested in working on a new domain service, and recently got married. Charles is currently at ngATL conference, and has been attending a lot of conferences recently. He is also starting to head over to the video realm and is creating a new podcast called React Roundup and a View Podcast with Joe. They also talk about what they each have planned in the upcoming year for their careers and their lives. In particular, we dive pretty deep on: Built Technologies JavaScript Front End and Full Stack Pluralsite React consulting Cox Automotive Front end apps View and React podcast Angular JS to Angular Pluralsight courses Big Picture React courses Fork of Bitcoin called Dash New domain service ngATL React Roundup Podcast New podcasts on artificial intelligence, IOT, augmented and virtual reality game development, python Node, JavaScript, and Rust And much, much more! Links: Linode Built Technologies Pluralsite Cox Automotive Dash ngATL DevChat.tv Youtube FreshBooks Picks: Charles ATR2100 Microphone Zoom H6 Apple AirPods ngATL ngGirls Aimee Improving Ourselves to Death What Does Code Readability Mean? Cory JavaScript Tip Tweet   AJ How to Start a Startup YouTube Series Singham Movie   Joe WebFlow.com

Devchat.tv Master Feed
AiA 170: NG Atlanta with Zack Chapple and Kim Maida

Devchat.tv Master Feed

Play Episode Listen Later Jan 3, 2018 74:30


Panel:  Ward Bell Joe Eames Charles Max Wood Special Guests: Zack Chapple & Kim Maida In the episode of Adventures in Angular the panel speaks with Zack Chapple. Zack is a software architect at Career Builder , and is the founder and main organizer for NG Atlanta. Zack is on the show to talks about the inspiration for NG Atlanta and the origin stories of the conference. Zack describes the details and goals of the conferences concerning diversity, demographics, and technology. Also joining the show is Kim Maida. Kim is the technical content lead at Auth0. Kim talks about the demographics of women and the diversity of the conference speaks and attendees. Zack is on the show to talks about the inspiration for NG Atlanta and the origin stories of the conference. Zack describes the details and goals of the conferences concerning diversity, demographics, and technology. In particular, we dive pretty deep on: NG Atlanta  - Two-day workshop and Two  single-track conference Diversity, Inclusion, Angular Technology related to Angular Leverage where we are in technology Origin  story of NG Atlanta Programs Holistic approach Community and interpersonal skills Diversity 50 percent of speakers are women Tech conferences and statistics Contributions Diversity and Demographics Calling out conferences Putting together conferences Code of conduct Criteria for conferences and much more! Links:  https://www.careerbuilder.com http://ng-atl.org @KimMaida @zchapple https://auth0.com/blog/ Picks:   Charles Star Wars  Indiegogo for View and React, and Elixir Joe Murder on the Orient Express Ward Translation of the Odyssey  Zach Vets Who Code Bright Kim NG Girls Deep Space 9

Adventures in Angular
AiA 170: NG Atlanta with Zack Chapple and Kim Maida

Adventures in Angular

Play Episode Listen Later Jan 3, 2018 74:30


Panel:  Ward Bell Joe Eames Charles Max Wood Special Guests: Zack Chapple & Kim Maida In the episode of Adventures in Angular the panel speaks with Zack Chapple. Zack is a software architect at Career Builder , and is the founder and main organizer for NG Atlanta. Zack is on the show to talks about the inspiration for NG Atlanta and the origin stories of the conference. Zack describes the details and goals of the conferences concerning diversity, demographics, and technology. Also joining the show is Kim Maida. Kim is the technical content lead at Auth0. Kim talks about the demographics of women and the diversity of the conference speaks and attendees. Zack is on the show to talks about the inspiration for NG Atlanta and the origin stories of the conference. Zack describes the details and goals of the conferences concerning diversity, demographics, and technology. In particular, we dive pretty deep on: NG Atlanta  - Two-day workshop and Two  single-track conference Diversity, Inclusion, Angular Technology related to Angular Leverage where we are in technology Origin  story of NG Atlanta Programs Holistic approach Community and interpersonal skills Diversity 50 percent of speakers are women Tech conferences and statistics Contributions Diversity and Demographics Calling out conferences Putting together conferences Code of conduct Criteria for conferences and much more! Links:  https://www.careerbuilder.com http://ng-atl.org @KimMaida @zchapple https://auth0.com/blog/ Picks:   Charles Star Wars  Indiegogo for View and React, and Elixir Joe Murder on the Orient Express Ward Translation of the Odyssey  Zach Vets Who Code Bright Kim NG Girls Deep Space 9

All Angular Podcasts by Devchat.tv
AiA 170: NG Atlanta with Zack Chapple and Kim Maida

All Angular Podcasts by Devchat.tv

Play Episode Listen Later Jan 3, 2018 74:30


Panel:  Ward Bell Joe Eames Charles Max Wood Special Guests: Zack Chapple & Kim Maida In the episode of Adventures in Angular the panel speaks with Zack Chapple. Zack is a software architect at Career Builder , and is the founder and main organizer for NG Atlanta. Zack is on the show to talks about the inspiration for NG Atlanta and the origin stories of the conference. Zack describes the details and goals of the conferences concerning diversity, demographics, and technology. Also joining the show is Kim Maida. Kim is the technical content lead at Auth0. Kim talks about the demographics of women and the diversity of the conference speaks and attendees. Zack is on the show to talks about the inspiration for NG Atlanta and the origin stories of the conference. Zack describes the details and goals of the conferences concerning diversity, demographics, and technology. In particular, we dive pretty deep on: NG Atlanta  - Two-day workshop and Two  single-track conference Diversity, Inclusion, Angular Technology related to Angular Leverage where we are in technology Origin  story of NG Atlanta Programs Holistic approach Community and interpersonal skills Diversity 50 percent of speakers are women Tech conferences and statistics Contributions Diversity and Demographics Calling out conferences Putting together conferences Code of conduct Criteria for conferences and much more! Links:  https://www.careerbuilder.com http://ng-atl.org @KimMaida @zchapple https://auth0.com/blog/ Picks:   Charles Star Wars  Indiegogo for View and React, and Elixir Joe Murder on the Orient Express Ward Translation of the Odyssey  Zach Vets Who Code Bright Kim NG Girls Deep Space 9

Angular Air
ngAir 119 - ngGirls and ngAtl with Shmuela Jacobs and Zackary Chapple

Angular Air

Play Episode Listen Later Jun 27, 2017 57:17


--- Support this podcast: https://anchor.fm/angularair/support

chapple zackary nggirls ngatl shmuela jacobs