Podcasts about lead software engineer

  • 70PODCASTS
  • 94EPISODES
  • 40mAVG DURATION
  • 1MONTHLY NEW EPISODE
  • Apr 4, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about lead software engineer

Latest podcast episodes about lead software engineer

MLOps.community
Streaming Ecosystem Complexities and Cost Management // Rohit Agarwal // #302

MLOps.community

Play Episode Listen Later Apr 4, 2025 48:51


Streaming Ecosystem Complexities and Cost Management // MLOps Podcast #302 with Rohit Agarwal, Director of Engineering at Tecton.Join the Community: https://go.mlops.community/YTJoinIn Get the newsletter: https://go.mlops.community/YTNewsletter // AbstractDemetrios talks with Rohit Agarwal, Director of Engineering at Tecton, about the challenges and future of streaming data in ML. Rohit shares his path at Tecton and insights on managing real-time and batch systems. They cover tool fragmentation (Kafka, Flink, etc.), infrastructure costs, managed services, and trends like using S3 for storage and Iceberg as the GitHub for data. The episode wraps with thoughts on BYOC solutions and evolving data architectures.// BioRohit Agrawal is an Engineering Manager at Tecton, leading the Real-Time Execution team. Before Tecton, Rohit was the a Lead Software Engineer at Salesforce, where he focused on transaction processign and storage in OLTP relational databases. He holds a Master's Degree in Computer Systems from Carnegie Mellon University and a Bachelor's Degree in Electrical Engineering from the Biria Institute of Technology and Science in Pilani, India.// Related Links~~~~~~~~ ✌️Connect With Us ✌️ ~~~~~~~Catch all episodes, blogs, newsletters, and more: https://go.mlops.community/TYExploreJoin our slack community [https://go.mlops.community/slack]Follow us on X/Twitter [@mlopscommunity](https://x.com/mlopscommunity) or [LinkedIn](https://go.mlops.community/linkedin)] Sign up for the next meetup: [https://go.mlops.community/register]MLOps Swag/Merch: [https://shop.mlops.community/]Connect with Demetrios on LinkedIn: /dpbrinkmConnect with Rohit on LinkedIn: /agrawalrohit10

What I Wish I Knew
"If a door closes, it closes for a reason." with Donna Russ

What I Wish I Knew

Play Episode Listen Later Feb 26, 2025 28:09


On today's episode Ashley sits down with Donna Russ. Donna Russ is a seasoned Lead Software Engineer with a strong background in designing, developing, and deploying cutting-edge software solutions. With a deep expertise in software architecture, full-stack development, and agile methodologies, she has been instrumental in building high-performing applications that drive business success.With over 25 years of experience in the technology industry, Donna has led development teams in creating scalable, secure, and innovative software solutions tailored to diverse industries. She specializes in designing robust system architectures, optimizing code efficiency, and implementing best practices in software engineering. Her proficiency spans multiple programming languages, frameworks, and cloud platforms, allowing her to deliver seamless, high-quality applications.As a strategic thinker and problem solver, Donna excels in transforming complex business requirements into efficient software solutions. She is passionate about continuous learning and staying ahead of emerging technologies, including artificial intelligence, cloud computing, and Microsoft Power Platform.Beyond coding, Donna is a collaborative leader who fosters a culture of innovation and excellence within her teams. She is dedicated to mentoring junior software developers and analyst, driving process improvements, and ensuring software solutions meet both technical and business objectives.Her commitment to excellence, innovation, and teamwork has made her a trusted leader in the field of software engineering.

Revolut Insider
Ep. 31 Leading in Tech: growth, engineering, and building at scale

Revolut Insider

Play Episode Listen Later Feb 20, 2025 18:13


A Krakow native, Arek Biela, shares his experience building a career in a leading fintech as a Lead Software Engineer in one of Europe's tech hubs.He's not only participated in Revolut's 10X growth by developing Android functionality for several features, but he's also had a hand in shaping hiring processes, so engineers can have a better candidate experience.In this episode, Alex and Arek discuss:- Arek's start as an Android Engineer at Revolut - Biggest challenges he's faced while being a part of 10X growth- How his perspectives on engineering and problem-solving have evolved- What you need to overcome when building tech at scale to see your career grow- Arek's story of persistence to push boundaries and lead by example- Insight into how Revolut's Engineering team balances speed with quality- Shaping the hiring process for engineers- How finding the best talent goes beyond technical skills- The importance of demonstrating ownership and teamwork capabilities- Krakow's developing tech community and Arek's tips to get more involvedFollow Revolut Insider on Instagram: ⁠https://revolut.la/RevolutInsider⁠View open career opportunities at Revolut: ⁠https://revolut.la/Careers⁠

Latent Space: The AI Engineer Podcast — CodeGen, Agents, Computer Vision, Data Science, AI UX and all things Software 3.0

Sponsorships and applications for the AI Engineer Summit in NYC are live! (Speaker CFPs have closed) If you are building AI agents or leading teams of AI Engineers, this will be the single highest-signal conference of the year for you.Right after Christmas, the Chinese Whale Bros ended 2024 by dropping the last big model launch of the year: DeepSeek v3. Right now on LM Arena, DeepSeek v3 has a score of 1319, right under the full o1 model, Gemini 2, and 4o latest. This makes it the best open weights model in the world in January 2025.There has been a big recent trend in Chinese labs releasing very large open weights models, with TenCent releasing Hunyuan-Large in November and Hailuo releasing MiniMax-Text this week, both over 400B in size. However these extra-large language models are very difficult to serve.Baseten was the first of the Inference neocloud startups to get DeepSeek V3 online, because of their H200 clusters, their close collaboration with the DeepSeek team and early support of SGLang, a relatively new VLLM alternative that is also used at frontier labs like X.ai. Each H200 has 141 GB of VRAM with 4.8 TB per second of bandwidth, meaning that you can use 8 H200's in a node to inference DeepSeek v3 in FP8, taking into account KV Cache needs. We have been close to Baseten since Sarah Guo introduced Amir Haghighat to swyx, and they supported the very first Latent Space Demo Day in San Francisco, which was effectively the trial run for swyx and Alessio to work together! Since then, Philip Kiely also led a well attended workshop on TensorRT LLM at the 2024 World's Fair. We worked with him to get two of their best representatives, Amir and Lead Model Performance Engineer Yineng Zhang, to discuss DeepSeek, SGLang, and everything they have learned running Mission Critical Inference workloads at scale for some of the largest AI products in the world.The Three Pillars of Mission Critical InferenceWe initially planned to focus the conversation on SGLang, but Amir and Yineng were quick to correct us that the choice of inference framework is only the simplest, first choice of 3 things you need for production inference at scale:“I think it takes three things, and each of them individually is necessary but not sufficient: * Performance at the model level: how fast are you running this one model running on a single GPU, let's say. The framework that you use there can, can matter. The techniques that you use there can matter. The MLA technique, for example, that Yineng mentioned, or the CUDA kernels that are being used. But there's also techniques being used at a higher level, things like speculative decoding with draft models or with Medusa heads. And these are implemented in the different frameworks, or you can even implement it yourself, but they're not necessarily tied to a single framework. But using speculative decoding gets you massive upside when it comes to being able to handle high throughput. But that's not enough. Invariably, that one model running on a single GPU, let's say, is going to get too much traffic that it cannot handle.* Horizontal scaling at the cluster/region level: And at that point, you need to horizontally scale it. That's not an ML problem. That's not a PyTorch problem. That's an infrastructure problem. How quickly do you go from, a single replica of that model to 5, to 10, to 100. And so that's the second, that's the second pillar that is necessary for running these machine critical inference workloads.And what does it take to do that? It takes, some people are like, Oh, You just need Kubernetes and Kubernetes has an autoscaler and that just works. That doesn't work for, for these kinds of mission critical inference workloads. And you end up catching yourself wanting to bit by bit to rebuild those infrastructure pieces from scratch. This has been our experience. * And then going even a layer beyond that, Kubernetes runs in a single. cluster. It's a single cluster. It's a single region tied to a single region. And when it comes to inference workloads and needing GPUs more and more, you know, we're seeing this that you cannot meet the demand inside of a single region. A single cloud's a single region. In other words, a single model might want to horizontally scale up to 200 replicas, each of which is, let's say, 2H100s or 4H100s or even a full node, you run into limits of the capacity inside of that one region. And what we had to build to get around that was the ability to have a single model have replicas across different regions. So, you know, there are models on Baseten today that have 50 replicas in GCP East and, 80 replicas in AWS West and Oracle in London, etc.* Developer experience for Compound AI Systems: The final one is wrapping the power of the first two pillars in a very good developer experience to be able to afford certain workflows like the ones that I mentioned, around multi step, multi model inference workloads, because more and more we're seeing that the market is moving towards those that the needs are generally in these sort of more complex workflows. We think they said it very well.Show Notes* Amir Haghighat, Co-Founder, Baseten* Yineng Zhang, Lead Software Engineer, Model Performance, BasetenFull YouTube EpisodePlease like and subscribe!Timestamps* 00:00 Introduction and Latest AI Model Launch* 00:11 DeepSeek v3: Specifications and Achievements* 03:10 Latent Space Podcast: Special Guests Introduction* 04:12 DeepSeek v3: Technical Insights* 11:14 Quantization and Model Performance* 16:19 MOE Models: Trends and Challenges* 18:53 Baseten's Inference Service and Pricing* 31:13 Optimization for DeepSeek* 31:45 Three Pillars of Mission Critical Inference Workloads* 32:39 Scaling Beyond Single GPU* 33:09 Challenges with Kubernetes and Infrastructure* 33:40 Multi-Region Scaling Solutions* 35:34 SG Lang: A New Framework* 38:52 Key Techniques Behind SG Lang* 48:27 Speculative Decoding and Performance* 49:54 Future of Fine-Tuning and RLHF* 01:00:28 Baseten's V3 and Industry TrendsBaseten's previous TensorRT LLM workshop: Get full access to Latent Space at www.latent.space/subscribe

The Productive C# Podcast
How to transition from Lead Engineer to Engineering Manager

The Productive C# Podcast

Play Episode Listen Later Dec 21, 2024 10:26


Learn some advice on how you can transition from Lead Software Engineer to a Software Engineering Manager in your own company. What strategies can you use? How can you increase your influence to get new responsibilities?

Hipsters Ponto Tech
Os Avanços do PWA – Hipsters Ponto Tech #437

Hipsters Ponto Tech

Play Episode Listen Later Nov 12, 2024 40:34


Hoje é dia de falar de progressive web apps! Neste episódio, conversamos sobre o estado atual dos PWAs, e como suas tecnologias (e devs) se relacionam com o resto do encontro entre os ecossistemas de desenvolvimento web e mobile. Vem ver quem participou desse papo: André David, o host que não quer instalar nada Vinny Neves, Líder de Front-End na Alura Charleston “Charlinho” Campos , Arquiteto de Software e Instrutor da Alura Mário Souto, o Dev Soutinho, Lead Software Engineer no Nubank

The Productive C# Podcast
How to navigate the transition from senior to lead software engineer

The Productive C# Podcast

Play Episode Listen Later Nov 6, 2024 9:28


Join Productive C# at https://www.productivecsharp.com & use code PODCAST for an exclusive 15% OFF. Enrol in the Free Modern C# Course at https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |

Hipsters Ponto Tech
CSS: Estado Moderno – Hipsters Ponto Tech #427

Hipsters Ponto Tech

Play Episode Listen Later Sep 3, 2024 47:33


Hoje o papo é sobre CSS! Neste episódio, conversamos sobre a evolução do CSS e seu impacto no desenvolvimento front-end, sua gradual independência do JavaScript, e como novas ferramentas vêm facilitando o trabalho de pessoas desenvolvedoras. Vem ver quem participou desse papo: Paulo Silveira, o host que está de olho no Fold Thamiris Adriano, Coordenadora de Pós Graduação na FIAP e Desenvolvedora de Software na Band Vinny Neves, Líder de Front-End na Alura André David, Co-host e Coordenador Acadêmico do Estúdio de Produção Audiovisual da FIAP Mário Souto, o Dev Soutinho, Lead Software Engineer no Nubank

EUVC
Announcing our investment into Silicon Roundabout Ventures

EUVC

Play Episode Listen Later Aug 20, 2024 55:57


We're excited to announce our investment in Silicon Roundabout Ventures, a £5 million SuperAngel Deep Tech pre/seed fund by Francesco Perticarari.Backing Silicon Roundabout Ventures is a bet on Francesco. We've known Francesco for three years now and following his journey, unwavering hustle and community grow has been an inspiration. Francesco brings a strong technical background as a former CTO/Lead Software Engineer at deep tech startups and the University of London and has made 15 angel investments, 12 of which are within Deep Tech/Big Data and are progressing well.We love Francesco for his community-driven approach leveraging his community of 15,000+ founders and engineers, built through more than 600 deep tech meetup events held in London since 2011. As an example of the opportunity this community presents, the 26 pitch competition winners from 2016 - 2020 have a combined enterprise value of £6.3 billion. The ecosystem Francesco has built around himself and plugged the fund into clearly provides unique access for SRV.Francesco and the team at Silicon Roundabout Ventures invest in "Next-Generation technology startups" across five categories:Technical: Leveraging in-house science and engineering expertiseInfrastructural: Solving large-scale global problems at the infrastructure levelDefensible: Building fundamental hardware or low-level software with strong IPTrend-Setting: Disrupting industries with 1B+ revenue potential in 10+ yearsGlobal Impact: Addressing key challenges in Computing, Climate, Health, and DefenseWith this investment, we cement and announce to the world that we believe Silicon Roundabout Ventures is well-positioned to build one of Europe's new truly meaningful deep tech firms. If you'd like an intro to Francesco, don't hesitate to reach out

Hipsters Ponto Tech
Performance na Web 2: SSR, Core Web Vitals e Front-end – Hipsters Ponto Tech #416

Hipsters Ponto Tech

Play Episode Listen Later Jun 18, 2024 48:35


Hoje o papo é sobre performance na web! Neste episódio, atualizamos o papo sobre as principais tendências, melhores práticas e ferramentas que fazem parte do dia a dia do Front em 2024. Vem ver quem participou desse papo: Paulo Silveira, o host que lembra de quando o óbvio precisava ser dito Luciano Junior, CTO da deco.cx Guilherme Rodrigues, CEO e co-fundador da deco.cx Tiago Gimenes, Engenheiro na deco.cx Carol Santos, Líder de Front-End na Alura Vinicios Neves, Líder de Front-End na Alura Mário Souto, o Dev Soutinho, Lead Software Engineer no Nubank

Lights On Data Show
Stories of Preventable Data Breaches & The Power of Secrets

Lights On Data Show

Play Episode Listen Later May 25, 2024 24:22


Join us for an insightful episode as we delve into "Stories of Preventable Data Breaches" with Brian Vallelunga, Founder and CEO of Doppler. With experience as a veteran Lead Software Engineer at Uber and featured in Forbes 30 under 30, Brian brings a wealth of expertise to the table.Discover the common vulnerabilities that lead to data breaches, the power and vulnerabilities of secrets, learn valuable lessons from high-profile incidents at Toyota, Nvidia, Twitch and explore proactive measures to enhance security. Tune in for actionable insights to safeguard your data and stay ahead of evolving threats.

Hipsters Ponto Tech
Dados, Ferramentas e Notebooks – Hipsters Ponto Tech #408

Hipsters Ponto Tech

Play Episode Listen Later Apr 30, 2024 47:15


Hoje o papo é sobre notebooks! Neste episódio, conversamos com Lucas da Costa, fundador e CEO da Briefer, uma empresa brasileira acelerada pela Y Combinator e que vem facilitando o trabalho com dados em inúmeras áreas de atuação.  Vem ver quem participou desse papo: Paulo Silveira, o host que notou o crescimento da análise de dados Lucas da Costa, fundador e CEO da Briefer Marcus Mendes, host do podcast Hipsters: Fora de Controle Mário Souto, o Dev Soutinho, Lead Software Engineer no Nubank

Hipsters Ponto Tech
Autenticação: Auth0 e Okta – Hipsters Ponto Tech #405

Hipsters Ponto Tech

Play Episode Listen Later Apr 9, 2024 44:32


Hoje o papo é sobre identidade, autenticação e segurança! Neste episódio, entendemos o que é empresa, o que é tecnologia e o que é protocolo dentro do universo da Okta, e exploramos o presente e o futuro autenticação online de identidade. Vem ver quem participou desse papo: Paulo Silveira, o host que parou na época do tokenzinho Fernando Meyer, Principal Engineer na Okta Jess Temporal, Senior Developer Advocate na Auth0 Leonardo Zanivan, Arquiteto de Engenharia na Okta Mário Souto, o Dev Soutinho, Lead Software Engineer no Nubank

GOTO - Today, Tomorrow and the Future
Effective Haskell • Rebecca Skinner & Emily Pillmore

GOTO - Today, Tomorrow and the Future

Play Episode Listen Later Apr 5, 2024 44:24 Transcription Available


This interview was recorded for the GOTO Book Club.http://gotopia.tech/bookclubRead the full transcription of the interview hereRebecca Skinner - Author of "Effective Haskell", Lead Software Engineer at Mercury & Member of the Haskell.org CommitteeEmily Pillmore - Head of Core Engineering at Kadena & Board Member of the Haskell FoundationRESOURCESRebeccahttps://twitter.com/cercerillahttps://www.linkedin.com/in/

XR Today
Developing Social Immersive Training for Government and Education Sectors

XR Today

Play Episode Listen Later Mar 5, 2024 14:06


Watch on YouTube.XR Today's Rory Greener hosts Tim Van Dam, General Manager Changefied B.V. and Erik Welling, the firm's Lead Software Engineer.In this session, we discuss targeted immersive learning solutions, including: Changefied's enterprise-ready gamified social solutions? Working with government and education sectors to deploy immersive training solutions Future of Changefied, and the immersive training space in the next couple of yearsThanks for watching. If you'd like more like this, don't forget to SUBSCRIBE to our channel.You can also join in the conversation on our Twitter and LinkedIn pages.

MacVoices Video
MacVoices #24044: CES - Nextbase Delivers The iQ Smart Dash Cam

MacVoices Video

Play Episode Listen Later Feb 7, 2024 10:47


From CES in Las Vegas, we discussed the latest and greatest from Nextbase, the iQ 4G, 4K Dash Cam. Features like Roadwatch AI and Witness Mode and all the recording capabilities are outlined by Sam Lewis, Lead Software Engineer, along with the upcoming Guardian. Sam also discusses how Nextbase not only offers this high-end model, but quality dash cams for every budget, and how one incident can more than pay for the device.  Show Notes: Support:      Become a MacVoices Patron on Patreon     http://patreon.com/macvoices      Enjoy this episode? Make a one-time donation with PayPal Connect:      Web:     http://macvoices.com      Twitter:     http://www.twitter.com/chuckjoiner     http://www.twitter.com/macvoices      Mastodon:     https://mastodon.cloud/@chuckjoiner      Facebook:     http://www.facebook.com/chuck.joiner      MacVoices Page on Facebook:     http://www.facebook.com/macvoices/      MacVoices Group on Facebook:     http://www.facebook.com/groups/macvoice      LinkedIn:     https://www.linkedin.com/in/chuckjoiner/      Instagram:     https://www.instagram.com/chuckjoiner/ Subscribe:      Audio in iTunes     Video in iTunes      Subscribe manually via iTunes or any podcatcher:      Audio: http://www.macvoices.com/rss/macvoicesrss      Video: http://www.macvoices.com/rss/macvoicesvideorss

MacVoices Audio
MacVoices #24044: CES - Nextbase Delivers The iQ Smart Dash Cam

MacVoices Audio

Play Episode Listen Later Feb 7, 2024 10:49


From CES in Las Vegas, we discussed the latest and greatest from Nextbase, the iQ 4G, 4K Dash Cam. Features like Roadwatch AI and Witness Mode and all the recording capabilities are outlined by Sam Lewis, Lead Software Engineer, along with the upcoming Guardian. Sam also discusses how Nextbase not only offers this high-end model, but quality dash cams for every budget, and how one incident can more than pay for the device.  Show Notes: Support:      Become a MacVoices Patron on Patreon      http://patreon.com/macvoices      Enjoy this episode? Make a one-time donation with PayPal Connect:      Web:      http://macvoices.com      Twitter:      http://www.twitter.com/chuckjoiner      http://www.twitter.com/macvoices      Mastodon:      https://mastodon.cloud/@chuckjoiner      Facebook:      http://www.facebook.com/chuck.joiner      MacVoices Page on Facebook:      http://www.facebook.com/macvoices/      MacVoices Group on Facebook:      http://www.facebook.com/groups/macvoice      LinkedIn:      https://www.linkedin.com/in/chuckjoiner/      Instagram:      https://www.instagram.com/chuckjoiner/ Subscribe:      Audio in iTunes      Video in iTunes      Subscribe manually via iTunes or any podcatcher:      Audio: http://www.macvoices.com/rss/macvoicesrss      Video: http://www.macvoices.com/rss/macvoicesvideorss

Hipsters Ponto Tech
Primeiro Emprego em Tech: Dicas – Hipsters Ponto Tech #391

Hipsters Ponto Tech

Play Episode Listen Later Jan 2, 2024 57:58


Hoje o papo é sobre carreira! Neste episódio, falamos sobre os caminhos, desafios e dicas para quem está em busca de uma primeira oportunidade no mercado do desenvolvimento. Vem ver quem participou desse papo: Paulo Silveira, o host que é convidado para reuniões Dionatan “Dio” Simioni, criador do Diolinux Leonardo Formigon, Employer Branding Sênior no Itaú Fabrício Carraro, Program Manager da Alura e host do podcast Dev Sem Fronteiras Guilherme Lima, instrutor back-end e front-end da Alura  Mário Souto, o Dev Soutinho, Lead Software Engineer no Nubank

Hipsters Ponto Tech
Magalu Cloud – Hipsters Ponto Tech #389

Hipsters Ponto Tech

Play Episode Listen Later Dec 19, 2023 51:13


Hoje o papo é sobre o Magalu Cloud! Neste episódio, conversamos sobre o planejamento, a implementação, o lançamento e os planos para a nova e ambiciosa estrutura de nuvem do Magalu. Vem ver quem acompanha a gente neste papo!

Hipsters Ponto Tech
Evoluções no Angular e Outros Frameworks Front-End – Hipsters Ponto Tech #383

Hipsters Ponto Tech

Play Episode Listen Later Nov 14, 2023 43:20


Hoje o papo é sobre Angular! Nesta conversa, vamos falar sobre as evoluções recentes nos frameworks Front-end e, especialmente, no Angular. Além disso, a conversa também inclui como esses frameworks ainda podem melhorar, além de conselhos para quem estiver pensando em entrar nesse mercado agora. Vem ver quem acompanha a gente neste papo!

Hipsters Ponto Tech
TechGuide: Testes de Software – Hipsters Ponto Tech #382

Hipsters Ponto Tech

Play Episode Listen Later Nov 7, 2023 46:21


Hoje o papo é sobre testes! Nesta conversa, vamos falar sobre a necessidade de entender os mais variados testes de software, os primeiros passos com testes, e como é o fluxo de testes no dia a dia do mercado. Vem ver quem acompanha a gente neste papo!

Hipsters Ponto Tech
TechGuide: TypeScript – Hipsters Ponto Tech #378

Hipsters Ponto Tech

Play Episode Listen Later Oct 10, 2023 43:54


Hoje o papo é sobre TypeScript! Nesta conversa, vamos falar sobre o aprendizado, a adoção e o uso do TypeScript no dia a dia, além da nova Formação TypeScript: desenvolva front-end com mais produtividade. Vem ver quem acompanha a gente neste papo!

Scrubbed In
E144: Surviving the Valley of Death in Healthtech - Harry Lykostratis (Founder and CEO - Open Medical + Orthopaedic surgeon)

Scrubbed In

Play Episode Listen Later Sep 17, 2023 37:22


In this week's episode Harry shares how he merged his background in healthcare within the NHS together with his passion for software engineering to ultimately founding Open Medical. 

Ponto Dev Podcast
Web Platform em grandes corporações com Mario Souto (Dev Soutinho)

Ponto Dev Podcast

Play Episode Listen Later Sep 12, 2023 62:45


Neste episódio especial do Ponto Dev, recebemos Mario Souto, uma verdadeira força da natureza no mundo da programação. Com uma carreira que começou aos 11 anos, Mario hoje é Lead Software Engineer no Nubank, Google Developer Expert, GitHub Star, Microsoft... O post Web Platform em grandes corporações com Mario Souto (Dev Soutinho) apareceu primeiro em Podcast Ponto Dev.

Hipsters Ponto Tech
Dia do Gamer com AMD – Hipsters Ponto Tech #372

Hipsters Ponto Tech

Play Episode Listen Later Aug 29, 2023 43:37


Hoje o papo é sobre jogos! Nesta conversa, vamos com o pessoal da AMD e outros gamers sobre hardware, placas de vídeo e todos os quesitos de qualidade na hora de rodar um jogo na sua máquina. Vem ver quem acompanha a gente neste papo!

Emílias Podcast
91: Karine Liuti, Engenheira de Software em uma empresa do Vale do Silício

Emílias Podcast

Play Episode Listen Later Aug 24, 2023 53:33


No mais recente episódio do Emílias Podcast - Mulheres na Computação, recebemos Karine Liuti, uma Engenheira de Software na Collective Health, com sede em São Francisco, Califórnia. Conduzido por Adolfo Neto, professor da UTFPR Curitiba, e pela professora Maria Claudia Emer, coordenadora do Programa de Extensão Emílias Armação em Bits, este episódio oferece uma visão envolvente sobre a trajetória e as experiências de Karine no mundo da tecnologia. Assista em vídeo em https://youtu.be/MzS0DRO6krI Karine compartilha como seu interesse pela computação surgiu e discute sua jornada na Collective Health, destacando sua apreciação pelo trabalho remoto e descrevendo como se tornou uma Lead Software Engineer. Ao longo da conversa, Karine revela as responsabilidades de uma Engenheira de Software Líder e as tecnologias em que ela trabalha. Ela também compartilha sua experiência como co-fundadora da HACKFAESA. Linkedin: https://www.linkedin.com/in/karine-liuti/ Twitter: https://twitter.com/KarineLiuti  Linktree: https://linktr.ee/karineliuti  Mulheres que a inspiram: Roberta Arcoverde Camila Calazans jogadora Marta Sheryl Sandberg Links: TechLadies: https://chat.whatsapp.com/GaiVngesdHxC55dToPqiYB Techgirls ES: https://chat.whatsapp.com/CBGSRUOiKacEaiSpOofQvD  Indicações Karine: Codecon Feature https://www.codecon.dev/feature  Livros Geração de Valor 1, 2 e 3 https://bit.ly/3YKDrm2  Livro Faça Acontecer https://www.goodreads.com/book/show/17703247-fa-a-acontecer?  Livro Reinventando as Organizações https://www.goodreads.com/book/show/38712442-reinventando-as-organiza-es Livro Refatoração https://www.goodreads.com/book/show/54245703-refatora-o Livro Não me faça pensar https://www.amazon.com.br/N%C3%A3o-fa%C3%A7a-pensar-Steve-Krug/dp/8576088509   Indicações Adolfo: Devs40+ https://www.devs40mais.com.br/  Elixir Fortaleza Conf 2023 https://elixiremfoco.github.io/elixirfortaleza  Only Murders in the Building https://www.imdb.com/title/tt11691774/  Ame-a ou Deixe-a Vancouver https://www.imdb.com/title/tt2665420/ Podcast Sociedade da IA (Camila Souza - egressa Cin UFPE) https://open.spotify.com/show/4yZYEuPwStYfQnfIeVkVhb  Professores(as) brasileiro(a)s no Canadá e no mundo https://bit.ly/3v8di3n Entrevistadores: Adolfo Neto e Maria Claudia Emer. O Emílias Podcast é um projeto de extensão da UTFPR Curitiba. Descubra tudo sobre o programa Emílias - Armação em Bits em ⁠⁠⁠https://linktr.ee/Emilias⁠. #PODCAST #EMILIAS --- Send in a voice message: https://podcasters.spotify.com/pod/show/emilias-podcast/message

Salesforce Way
98. Nebula Logger Open Source | Jonathan Gillespie

Salesforce Way

Play Episode Listen Later Jul 18, 2023


Jonathan Gillespie, who joins to talk about his Nebula Logger open-source project, is a Lead Software Engineer at Salesforce. Main Points Links Video Teaser The YouTube Video URL The post 98. Nebula Logger Open Source | Jonathan Gillespie appeared first on SalesforceWay.

The EdUp Experience
615: Podcasting in the Metaverse - with Daniel Coyle⁠, Lead Software Engineer at ⁠VictoryXR⁠

The EdUp Experience

Play Episode Listen Later May 8, 2023 38:57


It's YOUR time to #EdUp In this episode, YOUR guest is Daniel Coyle, Lead Software Engineer at VictoryXR YOUR cohost is Elvin Freytes, Cofounder of EdUp YOUR host is Dr. Joe Sallustio & YOUR sponsor is Commencement: The Beginning of a New Era In Higher Education! What does it sound & look like to podcast in the metaverse? How can faculty use VictoryXR to increase classroom engagement? Why does the metaverse have so much potential to improve educational outcomes? Listen in to #EdUp! Thank YOU so much for tuning in. Join us on the next episode for YOUR time to EdUp! Connect with YOUR EdUp Team - Elvin Freytes & Dr. Joe Sallustio ● Join YOUR EdUp community at The EdUp Experience! We make education YOUR business! --- Send in a voice message: https://podcasters.spotify.com/pod/show/edup/message

Blizzard Watch
Interview with former WoW Lead Software Engineer Kurtis McCathern

Blizzard Watch

Play Episode Listen Later Apr 28, 2023 62:57


Special guest Kurtis McCathern joins us this week to discuss breaking servers, elusive bugs, the pros and cons of the game's stock UI, emergent gameplay, and what he's playing these days.

RETHINK RETAIL
Blake Kvarfordt, Lead Software Engineer, iOS at Nike

RETHINK RETAIL

Play Episode Listen Later Apr 28, 2023 22:55


In this episode of RETHINK Retail, host Gabriela Bock interviews Blake Kvarfordt, a lead software engineer in iOS innovation at Nike. During their conversation, Blake shares insights into how mobile technology has revolutionized the customer experience, and how AI and machine learning are being used to improve it. Gabriella and Blake also discuss the future of machine learning, Chat GPT and how AR will be used to make the customer experience easier and more enjoyable now and in the future. Blake is also delivering a keynote session on ‘Improving Customer Experience Using Technology and Innovation' at next week's Smart Retail Tech Show in Las Vegas, Nevada. >>>If you would like to attend the show, you can register for a FREE ticket using promo code RETHINK100. See you there!

SpielBar Podcast
SpielBar #132 – Der Pixel Talk mit PSVR2, der State of Play, VIELEN weiteren Videospielen und News, News und mehr News!

SpielBar Podcast

Play Episode Listen Later Feb 28, 2023 141:20


Hello geliebtes Internet! Euer Lieblingspodcast ist endlich wieder zurück und wieder einmal hat es etwas länger als geplant gedauert. Für die Umstände waren jedoch leider höhere Gewalten Schuld und wir können uns nur abermals bei euch entschuldigen. Damit genug der Worte im Vorfeld, die Episode ist nämlich lang und länger geworden. An Spielen haben wir euch in der 132. Episode des SpielBar Podcasts folgendes im Gepäck: Planet of Lana (Demo) Dead Space Remake Hogwarts Legacy Atomic Heart Season: A Letter to the Future PSVR2 mit Horzion Call of the Mountain, RE Village, Gran Turismo 7, Star Wars-Demo, Job Simulator und After the Fall Neben diesem Part holen wir natürlich auch ein paar News nach und sprechen ebenso über ganz aktuelle Themen. Dazu ein kleiner Überblick und wie immer sind wir bei dem ein oder anderen Thema etwas abgekommen, nur um wieder auf den Pfad der stets guten Nachrichten zurückzukehren. Here we go! Angeblich soll im September eine Revision der PlayStation 5 erscheinen, Brian Birmingham, Lead Software Engineer, bei WOW Classic hat das Unternehmen Activison Blizzard verlassen und Ubisoft hat zum mittlerweile sechsten Mal Skull & Bones verschoben. Microsoft entlässt jede Menge Mitarbeiter:innen, der Support von Marvel's Avengers wird eingestellt, The Callisto Protocoll hat sich laut Krafton zu wenig verkauft und Neil Druckmann ist fertig mit Uncharted und The Last of Us. Die E3 2023 wird definitiv stattfinden, bisher ist von den großen nur Ubisoft dabei und das Universum rund um Tomb Raider soll mithilfe von Amazon kräftig ausgebaut werden. Wir hauen ein paar Updates zu Verkaufszahlen raus und geben unsere Meinung zur vergangenen State of Play von Sony ab. Zwischen diesen Zeilen und den aufgezählten Themen gibt's aber noch ein wenig mehr. Wir wünschen viel Spaß und bleibt den Pixeln treu!

The Uncommon Career Podcast: Career Change Strategies for Mid- to Senior-level Professionals
18. Paul's Career God Story + how to get hired in the tech industry

The Uncommon Career Podcast: Career Change Strategies for Mid- to Senior-level Professionals

Play Episode Listen Later Dec 28, 2022 85:23


Listen in for a career God story from Paul, a Christian Software Engineering professional  who: ...had med-school aspirations ...earned a chemical engineering degree  ...God redirected into computer programming Then stay for the second half, where he shares golden nuggets to help you get hired in the tech industry, including: Why the job "requirements" aren't what they seem  Websites to help you prepare for Software Engineering interviews Why "Tech industry" doesn't mean what you think it does The question you need to be asking before you get too far into your tech journey (and no, its NOT what programming language to learn) This is a great episode covering lots of ground. Tune in to learn from Paul's wisdom and experience in both the Word of God and the hiring process. Paul is a Lead Software Engineer at a well-established healthcare company. With 7 years in the tech industry, he's worked in both application development and Big Data within several industries including pharmacy, insurance, banking and now healthcare.   Paul says, "I am blessed to be in this industry, and I am a testimony to how God is faithful in your career. I am originally from Kansas City but have moved to Dallas in 2019. I am loving it here in Dallas, and I am excited to see what God has for me in the future!"   We are excited for you too, Paul! Keep shining the light of Christ, and thank you for being on the show! ==========================

Horizen
ZenCon0 2022 Panel: Zendoo - What's Next, with Panelist from Horizen Labs and IOHK

Horizen

Play Episode Listen Later Nov 27, 2022 27:40


ZenCon0 is the first Horizen Ecosystem Summit to celebrate what we have achieved, share ideas for growth, and envision the future of the broader Horizen ecosystem. We welcomed partners, advisors, and community members on stage to discuss visions and expertise in the area.  Moderator: Luca Cermelli, Senior Product Manager at Horizen Labs Panelist:  Alberto Garofollo, Chief Technology Officer at Horizen Labs Dmytro Kaidalov, Research Fellow at IOHK  Paolo Tagliaferri, Lead Software Engineer at Horizen Labs Event website: https://zencon.events/ ***** Twitter: https://twitter.com/horizenglobal Facebook: https://www.facebook.com/horizenglobal Instagram: https://www.instagram.com/horizenglobal/ Reddit page: https://www.reddit.com/r/Horizen/ Discord channel: https://horizen.global/invite/discord Telegram channel: https://t.me/horizencommunity Website: https://horizen.io Horizen on CoinMarketCap – https://bit.ly/ZENCoinMarketCap Horizen on CoinGecko – https://bit.ly/ZENCoinGecko

Let's Data
#026 - André Sionek - Fullstack dos dados: da Engenharia até o DataViz

Let's Data

Play Episode Listen Later Nov 4, 2022 59:55


Neste episódio conversamos com André Sionek, Lead Software Engineer na Util. Ele trabalhou durante muitos anos como Data Engineer, é um grande programador em Python, já venceu alguns challenges do Kaggle e foca seu trabalho em desenvolver soluções para processamento de dados escaláveis. Outra área em que se destaca é Dataviz e Storytelling! Por isso, conversamos muito sobre esse tema. Também falamos sobre Kaggle, sobre a esteira de trabalho na área de dados, trabalho no exterior e muito mais! Acesse nosso post para ter acesso a links e referências: https://medium.com/lets-data/

DraftKings Life Podcast
Meet Some of Our Tel Aviv Engineers

DraftKings Life Podcast

Play Episode Listen Later Oct 17, 2022 20:28


On this episode of the DraftKings Life Podcast, we sit down with two engineers from our Tel Aviv office. Our colleagues own new features and projects, working with the best cutting-edge technology. We had a blast learning from Ohad Ezer, Director of Engineering & David Yecheskel, Lead Software Engineer about what they love about working with their incredible teams & the fun office culture. Listen to learn more! Check out our open positions in Tel Aviv: https://careers.draftkings.com/jobs/?search=&location=Tel+Aviv%2C+IL&utm_source=All_Social&utm_medium=Social_Media&utm_campaign=Engineering&utm_content=Website+link%3A+Podcast_+Life+in+Tel+Aviv

WP Tavern
#45 – Alex Ball on Customizing Core Blocks for Clients

WP Tavern

Play Episode Listen Later Oct 5, 2022 37:09


On the podcast today we have Alex Ball. Alex is a Lead Software Engineer at Mindgrub, a digital agency in Baltimore, Maryland. His website leadership experience continues to inform his decision-making today, especially for training clients and making the block editor as easy to use as possible, and that, in essence, is the subject of the podcast today. During WordCamp US 2022, Alex gave a lightning talk in which he laid out some suggestions on how the block editor can be made more straightforward for clients. Most regular WordPress users have become accustomed to the way the block editor works. Over time, we've understood how things work and where we need to go in the UI to alter things. For many clients, this familiarity simply does not exist, it's confusing and mistakes occur. Alex talks about solutions to this problem, and he comes at it from different angles. Maybe you lock certain features down so that only certain users can achieve specific tasks. Or it might be that you need to take time to educate your clients more about the block editor and how it works.

Jukebox
#45 – Alex Ball on Customizing Core Blocks for Clients

Jukebox

Play Episode Listen Later Oct 5, 2022 37:09


On the podcast today we have Alex Ball. Alex is a Lead Software Engineer at Mindgrub, a digital agency in Baltimore, Maryland. His website leadership experience continues to inform his decision-making today, especially for training clients and making the block editor as easy to use as possible, and that, in essence, is the subject of the podcast today. During WordCamp US 2022, Alex gave a lightning talk in which he laid out some suggestions on how the block editor can be made more straightforward for clients. Most regular WordPress users have become accustomed to the way the block editor works. Over time, we've understood how things work and where we need to go in the UI to alter things. For many clients, this familiarity simply does not exist, it's confusing and mistakes occur. Alex talks about solutions to this problem, and he comes at it from different angles. Maybe you lock certain features down so that only certain users can achieve specific tasks. Or it might be that you need to take time to educate your clients more about the block editor and how it works.

Salesforce Developer Podcast
141: OSS Software with James Simone

Salesforce Developer Podcast

Play Episode Listen Later Sep 12, 2022 37:19


James Simone is a Lead Software Engineer here at Salesforce. One of his great passions in life is open-source software. That is exactly what we will be talking about today. James was inspired to get into open-source software to help people share code in a more easily indexable, searchable format. This is even what led him to work here at Salesforce. In this episode, James teaches us how we can use open-source software, how to get into it, and some of the projects that he likes. Show Highlights: How James came to work for Salesforce. What extreme programming is and where it came from. Why enterprises should support open-source software. How second-generation packaging affected Salesforce projects. How to navigate licensing and fair use when working with open-source software. All about Nebula Logger and the logging problem it solves. What Apex Rollup is. How to get involved in Nebula Logger and/or Apex Rollup. Links: James on Twitter: https://twitter.com/mrwordsmith James on LinkedIn: https://www.linkedin.com/in/mrwordsmith/ James on Github: https://github.com/jamessimone Joys Of Apex: https://jamessimone.net/blog/joys-of-apex/  

Chris Sean Talks
From Immigrant to Sr Software Engineer & Instructor: Yihua Zhang

Chris Sean Talks

Play Episode Listen Later Aug 25, 2022 60:51


Yihua is a Lead Software Engineer & Lead Instructor at Zero To Mastery. He is also a first-generation immigrant who overcame many obstacles to become the successful software engineer and instructor he is today. Watch his inspiring story, and learn how you can achieve anything you set your mind to as a developer or entrepreneur. --- Support this podcast: https://anchor.fm/chrisseantalks/support

MegaMinds — E-commerce Growth & Personal Development

"If it doesn't make them smile, don't send it." (Founder of Parrot, former Lead Software Engineer at MailChimp and Vice President at BlackRock, Osa Gaius joins Evan on the show to dive into SMS marketing, ecommerce growth, learning philosophies, and more! After working with literally thousands of brands at Mailchimp, discovering everything about email marketing, Osa launched parrot to make SMS marketing mainstream and simple. Today, the boys dive into: - Optimising your marketing for mobile. - Using SMS and texting to increase AOV, retain customers longer and boost your conversion rates per transaction. - Easy ways to implement SMS in your strategies. - How to stand out – branding, a feeling, an experience. - How to ethically capture phone numbers. - Time management and discipline. Thinking about getting some advice on how to scale your business? Get in touch with Evan or Osa on LinkedIn (and send a message when you connect), or follow Evan on Twitter. Book recommendations: The Everything Store - Brad Stone The Goal - Eliyahu M. Goldratt Sapiens - Yuval Harari

Develop Yourself
#37 - Taking Out of The Box Risks with Andre Elmoznino Laufer

Develop Yourself

Play Episode Listen Later Jul 11, 2022 45:09


In today's episode we're going to be talking with Andre Elmoznino Laufer who currently works as a Lead Software Engineer in Stockholm, Sweden. Andre was a student at the very first bootcamp Aaron launched in 2016 and since then has worked his way to where he is now but taking risks and being confident.As you'll hear, Andre is full of out the box advice on landing your first job after a bootcamp and advancing your career for years after. Enjoy!Links Andre's LinkedIn:  https://www.linkedin.com/in/andreelmoznino/Shameless Plugs: dev30 (starts July 25!): https://www.dev30.xyz/ Aaron's Code School: https://parsity.io/ Peter's YouTube Channel: https://www.youtube.com/c/peterelbaum

LEVELS – A Whole New Level
#129 - Unschooling: Embracing unstructured learning at home | Dave ten Have & Dr. Casey Means

LEVELS – A Whole New Level

Play Episode Listen Later Jun 8, 2022 66:44


Levels Chief Medical Officer, Dr. Casey Means, chatted with our Lead Software Engineer, Dave ten Have, about his experience at home with “unschooling" his children, a form of self-directed unstructured learning. They dived into what unschooling means, how it's different from homeschooling and how it's been positive for his children and his family. They cover: What is unschooling and how is it different from homeschooling? What is the parental involvement/bandwidth needed to successfully unschool? How does one prepare for unschooling? Become a Levels member: https://www.levelshealth.com Learn about metabolic health: https://www.levelshealth.com/blog Connect with us on Instagram: https://www.instagram.com/levels Connect with us on Twitter: https://www.twitter.com/levels Find us on YouTube: https://www.youtube.com/levelshealth Connect with Casey on Instagram: https://www.instagram.com/drcaseyskitchen Connect with Casey on Twitter: https://www.twitter.com/drcaseyskitchen

MLOps.community
Scaling Real-time Machine Learning at Chime // Peeyush Agarwal // Lightning Sessions #1

MLOps.community

Play Episode Listen Later May 27, 2022 24:21


Lightning Sessions #1 with Peeyush Agarwal, Scaling Real-time Machine Learning at Chime. // Abstract In this Lighting Talk, Peeyush Agarwal explains 2 key pieces of the ML infrastructure at Chime. Peeyush goes into detail about the current feature store design and feature monitoring process along with the ML monitoring setup. This Lighting Talk is brought to you by arize.com reach out to them for all of your ML monitoring needs. // Bio Peeyush Agarwal is the Lead Software Engineer, ML Platform at Chime. He leads the team which enables data science all the way from exploration, model development, and training to orchestrating batch and real-time models in shadow and production. Earlier, Peeyush was a founding engineer in Chime's DSML team and worked on both building models and getting them into production. Before Chime, Peeyush was a software engineer at Google where he developed unsupervised ML models that run on Google's data across search, Chrome, YouTube, and other properties to identify intent and use it for personalized ads and recommendations. At Google, he also worked on ML-powered Adaptive Brightness and Adaptive Battery which were launched into Android. Prior to joining Google, Peeyush was an entrepreneur who founded a customer engagement platform that counted Aurelia, Reebok, W, and Red Chief among its clients. // MLOps Jobs board https://mlops.pallet.xyz/jobs // Related Links arize.com --------------- ✌️Connect With Us ✌️ ------------- Join our slack community: https://go.mlops.community/slack Follow us on Twitter: @mlopscommunity Sign up for the next meetup: https://go.mlops.community/register Catch all episodes, blogs, newsletters, and more: https://mlops.community/ Connect with Demetrios on LinkedIn: https://www.linkedin.com/in/dpbrinkm/ Connect with Peeyush on LinkedIn: https://www.linkedin.com/in/apeeyush/ Timestamps: [00:00] Introduction to Peeyush Agarwal [01:08] Agenda [01:27] What Chime is and what Chime do [01:44] Chime's products [02:27] Data Science and Machine Learning at Chime [08:06] Chime's first real-time model [08:09] Preventing fraud on Pay Friends [11:01] Feature Store: Unblock real-time capability [12:40] Preventing fraud on Pay Friends: Monitoring [13:35] Preventing fraud on Pay Friends: Instrumentation [14:36] Monitoring: 4 diverse ways to triage [15:27] Examples of Metrics: Feature and Model Metrics [16:39] Scaling Real-time ML at Chime [17:09] Scaling Real-time ML: Monitoring and Alerting [18:28] Scaling Real-time ML: Build tools [20:13] Scaling Real-time ML: Infrastructure Orchestration [21:36] Scaling Real-time ML: Lessons

The CollabTalk Podcast
MVPbuzzChat Episode 162 with Thiago Custódio

The CollabTalk Podcast

Play Episode Listen Later Apr 26, 2022 18:04


Episode 162 of the #MVPbuzzChat interview series. Conversation between Microsoft Regional Director and MVP Christian Buckley (@buckleyplanet), and Azure MVP, Thiago Custódio (@thdotnet), an Azure architect, developer, and a Lead Software Engineer at Houston-based EPAM Systems. You can also find this episode on the CollabTalk blog at https://www.buckleyplanet.com/2022/04/mvpbuzzchat-with-thiago-custodio.html

Out of Play Area
Jason Jurecka | Lead Software Engineer @ Visual Concepts | Ep 29

Out of Play Area

Play Episode Listen Later Mar 28, 2022 110:48 Transcription Available


On episode 29 we sit down with Jason Jurecka, a Lead Software Engineer at Visual Concepts, who just released WWE 2k22 laying the smack down on the competition. He's a fellow Full Sail Alumni who I had the pleasure to work with at R* San Diego on Red Dead Redemption 1 and GTA V, and who has worked with damn near all the heavy hitters in the game from Blizzard, to EA on Battlefield, to where it all started at Big Huge Games on Catan & Rise of Legends. Chapters: (00:00) Who is Jason Jurecka? (13:12) UGC Tools for Wrestling Games (23:07) A Day as an Engineer (35:36) Coming Up in a Small Texas Town (46:23) Finding the Right School for Comp Sci (56:58) Unpacking Burnout (01:04:42) Tools & Pipeline Engineering at Rockstar (01:12:44) Final Project at Full Sail (01:21:02) Schools of Engineering (01:31:15) Final Round (01:45:57) John's Final Thoughts & Teaser   Episode Resources: Support Humanitarian Relief for Ukraine (epicgames.com) Jason Jurecka's' LinkedIn: https://www.linkedin.com/in/jason-jurecka-9362182/ Visual Concepts' Careers: https://vcentertainment.com/careers/ Connect with the host: http://elkingpin.com  Show: https://outofplayarea.com  Learn more about Full Sail University https://www.fullsail.edu/

Meditation Podcast
#61 Cold Vanta Beach Sound Meditation - Thomas Wright

Meditation Podcast

Play Episode Listen Later Jan 2, 2022 59:04


This is a sound meditation from Thomas Wright. Other work from him can be found on Episode 48 & 49. Sponsor: Coolabulla Website Design / Animations & Digital Art. Use Discount Code Meditation for a 10% Discount at www.coolabulla.com All Episode can be found at www.meditationpodcast.org Facebook https://www.facebook.com/meditationpodcast.org If you are interested in learning how to speak in Public please visit www.speakingpodcast.com If you would like to learn how to speak in Polish please visit www.learnpolishpodcast.com Exposing Corruption and Fraud with Solutions at the Awakening Podcast please visit www.awakeningpodcast.org To contact me or learn more about what I am currently doing please visit www.roycoughlan.com To Contact Thomas: THOMAS J WRIGHT FOUNDER & LEAD SOFTWARE ENGINEER at PHOBOS TECHNOLOGIES LLC HTTPS://PHOBOSTECH.IO/ | HTTPS://STEMDRIVE.AI/ | HTTPS://STEMPRI.ME/

Serverless Chats
Episode #117: Serverless Cloud with Doug Moscrop, Eslam Hefnawy, and Ben Miner

Serverless Chats

Play Episode Listen Later Nov 1, 2021 58:01


Doug Moscrop is the Lead Software Engineer at Serverless, Inc. working on Serverless Cloud. He is a pragmatic programmer with a strong engineering discipline, a thirst for knowledge and a desire for accuracy. He's the author of several Serverless Framework plugins and the creator of serverless-http.Eslam Hefnawy is a Principal Software Engineer at Serverless Inc. working on Serverless Cloud. He's been writing software since the age of 14 and is passionate about open source, dev tools, and serverless technologies. In 2015, he joined Serverless, Inc as their first hire and co-created the Serverless Framework with founder, Austen Collins. In 2018, he lead the design and development of Serverless Components, a next-generation Serverless Framework. Ben Miner is a Software Engineer at Serverless, Inc. working on Serverless Cloud and has experience all over the spectrum, including DevOps, backend, and frontend technologies. He's also a pursuer of SAAS architectures, functional programming, and great end user experiences. Twitter: Eslam: @eahefnawy Doug: @dougmoscrop Ben: @devvyben  Serverless Cloud: https://serverless.com/cloud

DWP Digital
S1 #10 Deploying and using ephemeral environments

DWP Digital

Play Episode Listen Later Oct 29, 2021 42:18


It's not practical to test new features on a live platform that millions of people are using every day. In this episode, Stu Cairns, Head of Engineering for Health and Disability, Carl Hoggins, Lead Software Engineer, and Phil Harle, Lead DevOps Engineer, discuss our use of ephemeral environments to help our teams develop and test their updates, products and applications in a safe, self-contained environment. Transcription: https://dwpdigital.blog.gov.uk/2021/11/02/podcast-deploying-and-using-ephemeral-environments/ For more information, visit: LinkedIn - www.linkedin.com/company/dwpdigital Twitter - @DWPDigital and @DWPDigitalJobs Website - careers.dwp.gov.uk #DWPDigital #DWPDigitalPodcast

The Kin Show with Tony Jacob
#007 Andrew M. - CTO Kinny Technologies

The Kin Show with Tony Jacob

Play Episode Listen Later Oct 25, 2021 41:29


Andrew Mocol is the Chief Technology Officer of Kinny Technologies and is also a Lead Software Engineer for a cyber security startup. He is an early bitcoiner and a Kin TDE participant, and has been following along since Ted's first announcement at Token Summit in 2017. He has spent most of his career working with the US Marine Corps both as an Active Duty Marine and later as a contractor writing software.In this conversation we talk about Andrew's military background, approaching crypto with a software development mindset as an early bitcoiner, his experience during the Mt. Gox hack, the 10,000 bitcoin pizza story, his conviction to invest in Kin, what the community can expect from Kinny Technologies, the Kin flutter/dart SDK and lastly his views on the future of Kin.Official Merch Store The official merch store of The Kin Show.

Przeprogramowany podcast
Angular: Plusy i minusy okiem React developera

Przeprogramowany podcast

Play Episode Listen Later Oct 20, 2021 16:58


Marcin przez większość swojej kariery rozwijał się w ekosystemie Reacta, ale od półtora roku temu realizuje projekty w Angularze. Jakimi mocnymi i słabymi stronami wyróżnia się framework Google'a w zestawieniu z biblioteką Facebooka? Jakie mity krążą wśród frontend developerów na temat Angulara? Czy to przyszłościowa technologia, w której naukę warto zainwestować pod koniec 2021 roku? Patronem dzisiejszego odcinka jest SmartRecruiters. Firma, w której pracuje Marcin rekrutuje obecnie na stanowiska: Software Engineer, Frontend: https://jobs.smartrecruiters.com/smartrecruiters/743999779238646-software-engineer-frontend Senior Software Engineer, Frontend: https://jobs.smartrecruiters.com/smartrecruiters/743999779238654-senior-software-engineer-frontend Lead Software Engineer, Frontend: https://jobs.smartrecruiters.com/smartrecruiters/743999779238662-lead-software-engineer-frontend Senior Software Engineer, Frontend (React): https://jobs.smartrecruiters.com/smartrecruiters/743999779503087-senior-software-engineer-react-(smartpal) Senior/Lead Software Engineer (Front End Platform): https://jobs.smartrecruiters.com/smartrecruiters/743999779692762-senior/lead-software-engineer---front-end-platform-(berlin-or-krakow)

SecTools Podcast Series
SecTools Podcast E34 With Lukas Rist

SecTools Podcast Series

Play Episode Listen Later Oct 14, 2021 38:27


Lukas Rist authored several open source honeypot projects. After spending a couple of years studying mathmatics and physics, Lukas ventured out to work with Bing and Microsoft Research on making the web a safer place, got payed by DARPA to hunt hackers and taught students in Taiwan open source security.His passion for security and open source got nurtured by The Honeynet Project which lead to a five year stint with Norman Shark, Blue Coat, and Symantec, working on large scale malware analysis and behavioral detection systems.Looking for more purpose, he worked as Senior Software Engineer at Corti, doing real time emergency call classification, striving to build a great engineering team and making sure those tensors keep flowing in order to classify life threatening situations.Currently Lukas is working as Lead Software Engineer with the world largest online wine retail platform Vivino. His team build personalization, recommendation, and prediction systems. In his free time he is working on various open source projects.For more SecTools podcast episodes, visit https://infoseccampus.com

Page it to the Limit
Rerun: Hypercare Roundtable With the NY Times Election Response Team

Page it to the Limit

Play Episode Listen Later Oct 5, 2021 25:52


Curious about how new organizations were able to maintain their uptime during a news cycle as intense as what turned into Election Week 2020? In this episode Quintessence discusses hypercare preparedness that was put into place at The New York Times with three senior members of their Election Readiness effort - Megan Araula, Lead Software Engineer & Election Readiness Tech Lead, Alexandra Shaheen, Program Manager & Election Readiness Program Lead, and Vinessa Wan, Technical Product Manager, Election Readiness Emeritus.

Meditation Podcast
#49 Phantoms Between The Sounds - Thomas Wright

Meditation Podcast

Play Episode Listen Later Aug 22, 2021 31:56


Psychedelics are a class of hallucinogenic drugs whose primary effect is to trigger non-ordinary states of consciousness via serotonin 2A receptor agonism. This causes specific psychological, visual and auditory changes, and often a substantially altered state of consciousness. Perhaps this music will bring you to the same state. Sponsor: Coolabulla Website Design / Animations & Digital Art. Use Discount Code Meditation for a 10% Discount at www.coolabulla.com All Episode can be found at www.meditationpodcast.org Facebook https://www.facebook.com/meditationpodcast.org If you are interested in learning how to speak in Public please visit www.speakingpodcast.com If you would like to learn how to speak in Polish please visit www.learnpolishpodcast.com Exposing Corruption and Fraud with Solutions at the Awakening Podcast please visit www.awakeningpodcast.org To contact me or learn more about what I am currently doing please visit www.roycoughlan.com To Contact Thomas: THOMAS J WRIGHT FOUNDER & LEAD SOFTWARE ENGINEER at PHOBOS TECHNOLOGIES LLC HTTPS://PHOBOSTECH.IO/ | HTTPS://STEMDRIVE.AI/ | HTTPS://STEMPRI.ME/

Meditation Podcast
#48 Black Flame Electric Meditation - Thomas Wright

Meditation Podcast

Play Episode Listen Later Aug 1, 2021 54:23


All Episode can be found at www.meditationpodcast.org Facebook https://www.facebook.com/meditationpodcast.org If you are interested in learning how to speak in Public please visit www.speakingpodcast.com If you would like to learn how to speak in Polish please visit www.learnpolishpodcast.com Exposing Corruption and Fraud with Solutions at the Awakening Podcast please visit www.awakeningpodcast.org To contact me or learn more about what I am currently doing please visit www.roycoughlan.com To Contact Thomas: THOMAS J WRIGHT FOUNDER & LEAD SOFTWARE ENGINEER at PHOBOS TECHNOLOGIES LLC HTTPS://PHOBOSTECH.IO/ | HTTPS://STEMDRIVE.AI/ | HTTPS://STEMPRI.ME/

The TechKraft Podcast
#7 Core Software Engineering and Career Path

The TechKraft Podcast

Play Episode Listen Later Jul 21, 2021 45:35


Geshan works as Lead Software Engineer at a company in Australia. He has been working as an individual contributor in the team and focuses more on core engineering. He shares his learnings and experiences with us in this podcast and talk about roles as lead software engineer, clean code and microservices. He highlights that moving to a managerial position is not a promotion but a career change and also explains about mentoring and coaching. Full Video: #7 Software Engineering and staying technical - YouTube Host : Ravi Mandal https://www.linkedin.com/in/ravimandal/ https://instagram.com/rvimandal Guest: Geshan Manandhar https://www.linkedin.com/in/geshan/ https://geshan.com.np/

The CollabTalk Podcast
MVPbuzzChat Episode 123 with Melissa Houghton

The CollabTalk Podcast

Play Episode Listen Later Jul 19, 2021 19:13


Episode 122 of the #MVPbuzzChat interview series. Conversation between Microsoft Regional Director and MVP Christian Buckley (@buckleyplanet), and Developer Technologies MVP Melissa Houghton (@meliss_houghton), a Lead Software Engineer at Azenix in Melbourne, Australia. You can also find this episode on the CollabTalk YouTube page at https://youtu.be/MEI6-kDePgk

The Loc Show
Make the first move, globally, with Bumble's Alex Timin

The Loc Show

Play Episode Listen Later Jun 25, 2021 23:44


Alex Timin is the Lead Software Engineer at Bumble, the parent company operating Badoo and Bumble - two of the world's largest dating and connection apps.Based in Moscow, Alex has worked at Bumble for the last 6 years. Initially, he worked on functionality but didn't hesitate when offered a position in the localization department despite knowing nothing about the process. With millions of users worldwide, Bumble aims to create healthy and equitable relationships across the globe. With mobile apps and desktop interfaces, Alex and his team have to maintain quality translations while keeping up with update release cycles. We get to hear about how Bumble localizes its app into dozens of markets and languages around the world.Jump into the episode:[01:25] About Alex and his background.[02:08] How Alex ended up in the localization space at Bumble.[03:15] About the Bumble social media company and the apps it hosts.[06:10] Why translation is important to Bumble and what content is translated.[07:15] Technical challenges in implementing localization.[08:51] Translation content release cycles.[10:00] Creating consistent translation databases.[12:03] The different ways Alex and his team deliver translations to different platforms.[13:10] How the general localization process at Bumble works.[14:50] How Alex and his team are working to speed up and streamline the localization process.[15:45] Implementing translation memory.[16:40] Innovations Alex has made in the translation process since joining the department.[18:12] How quality assurance in translation is performed at Bumble.[19:25] How users contribute to the end experience of Bumble's apps.[21:07] The future of localization at Bumble.Resources and links: Bumble website Smartling Website

SALT Talks
Zach Dexter: Trading Crypto | SALT Talks #225

SALT Talks

Play Episode Listen Later Jun 15, 2021 38:00


Zach Dexter is the Chief Executive Officer & Co-Founder of LedgerX. He is an experienced software engineer, project manager and technology architect. Prior to this, Zach was Lead Software Engineer at Tutorspree, where he built out the full stack for an extensive set of internal tools and external-facing features.LedgerX is a Swap Execution Facility and Derivatives Clearing Organization that specializes on crypto derivatives. LedgerX has the U.S. Commodity Futures Trading Commission's (CFTC) approval to trade and clear swaps on digital money. Ledgerx also offers Bitcoin options trading and clearing. LedgerX options allow users the opportunity to earn a fiat-based yield on Bitcoin by making a contract that gives them the right to sell or buy an asset at a specified price on a specified date when they think it would be profitable due to price changes.————————————————————————— For podcast transcripts and show notes, visit salt.org/talksWatch this video on YouTube: https://youtu.be/CX8oYXKPuvEDeveloped, created and produced by SALT Venture Group, LLC. Moderated by Anthony Scaramucci.

MediQuant’s Healthcare Legacy Data Management Podcast
Dr. Shelly Disser, Vice President of Solution Delivery & Daniel Moreau, Lead Software Engineer & Tools Developer at MediQuant

MediQuant’s Healthcare Legacy Data Management Podcast

Play Episode Listen Later Jun 14, 2021 14:52


In this episode Dr. Shelly Disser and Daniel Moreau from MediQuant join us to discuss tools that make system inventories less manual/time consuming and how they may be used to operationalize application rationalization.

Becker’s Healthcare Podcast
Dr. Shelly Disser, Vice President of Solution Delivery & Daniel Moreau, Lead Software Engineer & Tools Developer at MediQuant

Becker’s Healthcare Podcast

Play Episode Listen Later Jun 14, 2021 14:52


In this episode Dr. Shelly Disser and Daniel Moreau from MediQuant join us to discuss tools that make system inventories less manual/time consuming and how they may be used to operationalize application rationalization. This episode is sponsored by MediQuant.

Building The Future - AI Portugal Podcast
AI for Accessibility (Convidado Saqib Shaikh)

Building The Future - AI Portugal Podcast

Play Episode Listen Later Mar 18, 2021 54:24


A Acessibilidade tem sido um alvo de aplicação de tecnologia à muito tempo e nos mais diversos aspetos, desde o estabelecimento de normas para a estrutura das páginas web para as tornar acessíveis, à inclusão de legendas e transcrição automática em vídeo, entre muitas outras formas de aplicar tecnologia de forma a melhorar a vida de pessoas com dificuldades visuais, auditivas ou outras. Hoje AI é um enorme driver desses casos de uso e dessas aplicações de tecnologia, e há imensos fantásticos exemplos disso. Nesta conversa junta-se a nós Saqib Shaikh, um autêntico embaixador para a acessibilidade na Microsoft e o Lead Software Engineer na equipa da app Seeing AI. Não vão querer perder esta conversa muito interessante. Sigam o Saqib Linkedin: https://www.linkedin.com/in/saqibshaikh/ Twitter: https://twitter.com/saqibs Seeing AI: https://www.microsoft.com/en-us/ai/seeing-ai AI NEWS Facebook Is Considering Facial Recognition For Its Upcoming Smart Glasses https://www.buzzfeednews.com/article/ryanmac/facebook-considers-facial-recognition-smart-glasses T4People http://t4people.org/index.html With Azure Percept, Microsoft adds new ways for customers to bring AI to the edge https://blogs.microsoft.com/ai/with-azure-percept-microsoft-adds-new-ways-for-customers-to-bring-ai-to-the-edge/

RVA Tech Talks
Omar Ansari - Sr. Software Engineer at SVT Robotics

RVA Tech Talks

Play Episode Listen Later Mar 17, 2021 37:23


Omar Ansari is a Senior Software Engineer at SVT Robotics, a startup dedicated to developing a rapid deployment platform for industrial robotics and software. Previously Omar worked as a Lead Software Engineer at CarMax. After working with robots all day he likes to hang out with with his wife, Emma, and two cats, Kisses 1 & Kisses 2. If you want to talk to him, you'll probably find him at Mekong in Richmond, VA (post-pandemic, of course!).

Zero to Play Podcast
Aaron Stafford, Lead Software Engineer at Magic Leap | S1E11

Zero to Play Podcast

Play Episode Listen Later Mar 15, 2021 52:11


Aaron is a Lead Software Engineer at Magic Leap, and was the Technical Director at Ubisoft leading a new team bring popular Ubisoft titles to mobile. I know him from back when I worked at Gameloft in 2014, where he worked as a Lead Programmer, and I was grateful to have him give his time to share his insights and stories. We spoke about Side Hustles and having a Passion for Programming, The Power of Games as way to Communicate and Magic Leap & where AR stands in the Industry. Follow the Podcast on Twitter @zerotoplay

BIMvoice
BIMvoice Special

BIMvoice

Play Episode Listen Later Dec 28, 2020 40:38


Introduction to Autdesk Forge with Damian Michał Harasymczuk. Damian is a Lead Software Engineer and Autodesk Forge Integrator at Contecht. You can also watch this on YouTube here. Subscribe Spotify | Apple | YouTube | Google | Stitcher | Player.fm Resources Damian's LinkedIn Profile Contecht Company YouTube Channel                               Lucian is showing me around the BIM 360 platform. Lucian is a Civil Engineer with a Ph.D. in Construction Management, a research assistant at the University of Berlin where he's teaching and doing research. He is also a Technical Lead at Contecth where they do training and develop software for companies within the AEC industry. Here is a link to the YouTube video: https://www.youtube.com/watch?v=7_6vhz9o-a8 Subscribe Spotify | Apple | YouTube | Google | Stitcher | Player.fm Resources Lucian's LinkedIn Profile Contecht Company YouTube Channel    

Venturi's Voice: Technology | Leadership | Staffing | Career | Innovation
Optimising the Content that You're Learning | Sam Williams - CompleteCoding.io

Venturi's Voice: Technology | Leadership | Staffing | Career | Innovation

Play Episode Listen Later Dec 2, 2020 32:07


Sam Williams is Serverless AWS Solution Architect and Consultant | Developer Training at CompleteCoding.io. Complete Coding has years of experience taking projects from idea, through design and build, to deployment. They utilise Serverless and AWS to remove the barriers and deliver results faster. Sam previously worked at Mission Labs as Lead Software Engineer before making the move to Complete Coding, which has grown from a log of Sam's journey into software development, to a thriving YouTube channel, online course platform and Serverless AWS Consultancy. Complete Coding creates content to help developers make that step up to full stack developer. During the podcast, we spoke about everything software and careers. We talked about how Sam became a self-taught software developer from Aerospace engineering and what that change looked like. After that, we talked about how who is already in a software developer role can progress their career by planning and optimising the content that they're learning. Sam's journey and progression in the industry is awe-inspiring, if you're looking to take the next step in your software career, If you want to learn about AWS and cloud computing, want to learn how to build powerful features and become a better developer - check out the Complete Coding YouTube channel for regular tutorials and insightful content from Sam himself! Showtimes 0:55 - An insight into Mission Labs, and where they fit into the world of tech. 7:19 - Sam's Self-taught and alternative route into the software and computer science industry. 9:14 - The resources Sam used to learn about the industry and progress. 10:00 - CompleteCoding.io and how Sam is creating useful content to give back to the community. 14:28 - What Sam looks for when hiring and taking on new staff. 19:12 - The cheapest investment Sam has made in his career that's resulted in the highest return of investment. 29:02 - The correlation between rock climbing and coding.

Authority Partners Podcast
Alen Durgut, Topic: ‘How to deal with Enterprise Software?’

Authority Partners Podcast

Play Episode Play 15 sec Highlight Listen Later Nov 20, 2020 26:18


In a today business world Enterprise software is getting infused with such energy that it is arguably the hottest space in tech. The bigger your business grows, the more diverse your software requirements become. The best way to fulfill them is by using software enterprise solutions, but let’s stop there for a second and let’s find out ‘What is the best way to build it?’, and ‘How to maintain it during the long period?’. Alen Durgut, Lead Software Engineer and Program Architect in AP, with 9-year experience in Enterprise, in the new episode of AP Podcast will give answers to these questions but also discuss on ‘What are the challenges that the team is facing?’ and ‘How to organize teams that are working on Enterprise Software?’Disclaimer: The views expressed in this podcast are the speaker’s own and do not reflect the view of Authority Partners.

That UFO Podcast
46: Episode 23 Steve McDaniel, Sky Hub

That UFO Podcast

Play Episode Listen Later Nov 20, 2020 97:57


Episode 23 of the podcast is here for your listening pleasure... On the show is Steve McDaniel, Lead Software Engineer from Sky Hub! The subjects discussed include; How Sky Hub got its start A scientific approach to UAP The setup & cost of equipment Future Proofing Nuclear "bait" for UAP Quickfire Round Listener Questions And more... Follow Steve on Twitter @NibbleShift (we explain the name) www.Skyhub.org Support Sky Hub on patreon @ www.Patreon.com/SkyHub Jeremy McGowan Go Fund Me @ https://www.gofundme.com/f/ufo-disclosure-one-box-at-a-time?utm_medium=copy_link&utm_source=customer&utm_campaign=p_lico+share-sheet This is a Patreon early access, Ad-free exclusive! Pledge, support and follow the show on www.Patreon.com/ThatUFOPodcast (https://www.patreon.com/ThatUFOPodcast) Free stickers, Tshirts & **NEW** Hoodie levels available! New merchandise store for the show available: www.Redbubble.com/people/ufouapam (https://www.redbubble.com/people/ufouapam) Get in touch with myself on twitter @UFOUAPAM , on Facebook, YouTube & Instagram under "That UFO Podcast",Email: UFOUAPAM@gmail.com and don't forget to subscribe, like and leave a review of the show. Enjoy folks! Keep lookin' up, Andy

Page it to the Limit
Hypercare Roundtable With the NY Times Election Response Team

Page it to the Limit

Play Episode Listen Later Nov 16, 2020 25:52


Curious about how new organizations were able to maintain their uptime during a news cycle as intense as what turned into Election Week 2020? In this episode Quintessence discusses hypercare preparedness that was put into place at The New York Times with three senior members of their Election Readiness effort - Megan Araula, Lead Software Engineer & Election Readiness Tech Lead, Alexandra Shaheen, Program Manager & Election Readiness Program Lead, and Vinessa Wan, Technical Product Manager, Election Readiness Emeritus.

Conexiones: Historias de Latinos en STEM
Codeando en Orlando feat. Sandra Muñoz – Lead Software Engineer @ Qgiv

Conexiones: Historias de Latinos en STEM

Play Episode Listen Later Sep 18, 2020


El 9 de Septiembre del 2020 los habitantes de San Francisco, California se despertaron ante un cielo naranja sacado de la imaginación de los guionistas de Blade Runner (2020) o The Martian (2015). El San Francisco Chronicle llego a usar la palabra "apocalipsis" en sus paginas. Este fenomeno se debe a los incendios forestales que estan ocurriendo no solo en California, sino en Oregon, el estado de Washington y Arizona. Con todo esto que esta pasando en la costa oeste más la flexibilidad que dan compañías cómo Slack, Twitter y ahora Facebook para trabajar remoto , ¿Vale la pena seguir trabajando en Silicon Valley? en este capitulo exploramos esta pregunta. San Francisco y el valle del silicio seguirán siendo lugares foco para programadores y otros techies que estudian la mitología de los startups, pero siento que para la gran mayoría de profesionales de tecnología ir a Silicon Valley no es necesario para tener una carrera exitosa y satisfactoria. Al final del día los programadores tienen destrezas que son necesarias en TODO tipo de empresas. En este capitulo converse con mi amiga Sandra Muñoz ( con quien me gradúe de ingeniería en el 2011) sobre su carrera como ingeniera de software en Qgiv, una plataforma que crea sistemas de recaudación de fondos para organizaciones sin animo de lucro. Hablamos sobre su día a día, como ha sido su experiencia siendo manager durante la pandemia (y como evita el micromanaging), su opinion sobre los bootcamps y el rol que tienen los valores al perseguir una carrera en tecnología. Puedes ver el episodio en nuestro canal de YouTube Si quieres ver el episodio completo, tenemos 20 minutos más de contenido en nuestro Patreon Este episodio es posible gracias a Platzi. Si quieres crecer laboralmente, emprender o empezar a crear por tu cuenta, Platzi es el lugar ideal para prepararte. Tienen más de 600 cursos sobre emprendimiento, marketing digital, producción audiovisual y programación. Te invito a conocer Platzi en https://platzi.com/conexiones

Conexiones: Historias de Latinos en STEM
Codeando en Orlando feat. Sandra Muñoz – Lead Software Engineer @ Qgiv

Conexiones: Historias de Latinos en STEM

Play Episode Listen Later Sep 18, 2020


El 9 de Septiembre del 2020 los habitantes de San Francisco, California se despertaron ante un cielo naranja sacado de la imaginación de los guionistas de Blade Runner (2020) o The Martian (2015). El San Francisco Chronicle llego a usar la palabra "apocalipsis" en sus paginas. Este fenomeno se debe a los incendios forestales que estan ocurriendo no solo en California, sino en Oregon, el estado de Washington y Arizona. Con todo esto que esta pasando en la costa oeste más la flexibilidad que dan compañías cómo Slack, Twitter y ahora Facebook para trabajar remoto , ¿Vale la pena seguir trabajando en Silicon Valley? en este capitulo exploramos esta pregunta. San Francisco y el valle del silicio seguirán siendo lugares foco para programadores y otros techies que estudian la mitología de los startups, pero siento que para la gran mayoría de profesionales de tecnología ir a Silicon Valley no es necesario para tener una carrera exitosa y satisfactoria. Al final del día los programadores tienen destrezas que son necesarias en TODO tipo de empresas. En este capitulo converse con mi amiga Sandra Muñoz ( con quien me gradúe de ingeniería en el 2011) sobre su carrera como ingeniera de software en Qgiv, una plataforma que crea sistemas de recaudación de fondos para organizaciones sin animo de lucro. Hablamos sobre su día a día, como ha sido su experiencia siendo manager durante la pandemia (y como evita el micromanaging), su opinion sobre los bootcamps y el rol que tienen los valores al perseguir una carrera en tecnología. Puedes ver el episodio en nuestro canal de YouTube Si quieres ver el episodio completo, tenemos 20 minutos más de contenido en nuestro Patreon Este episodio es posible gracias a Platzi. Si quieres crecer laboralmente, emprender o empezar a crear por tu cuenta, Platzi es el lugar ideal para prepararte. Tienen más de 600 cursos sobre emprendimiento, marketing digital, producción audiovisual y programación. Te invito a conocer Platzi en https://platzi.com/conexiones

Conexiones: Historias de Latinos en STEM
Codeando en Orlando feat. Sandra Muñoz – Lead Software Engineer @ Qgiv | #93

Conexiones: Historias de Latinos en STEM

Play Episode Listen Later Sep 18, 2020


El 9 de Septiembre del 2020 los habitantes de San Francisco, California se despertaron ante un cielo naranja sacado de la imaginación de los guionistas de Blade Runner (2020) o The Martian (2015). El San Francisco Chronicle llego a usar la palabra "apocalipsis" en sus paginas. Este fenomeno se debe a los incendios forestales que estan ocurriendo no solo en California, sino en Oregon, el estado de Washington y Arizona. Con todo esto que esta pasando en la costa oeste más la flexibilidad que dan compañías cómo Slack, Twitter y ahora Facebook para trabajar remoto , ¿Vale la pena seguir trabajando en Silicon Valley? en este capitulo exploramos esta pregunta. San Francisco y el valle del silicio seguirán siendo lugares foco para programadores y otros techies que estudian la mitología de los startups, pero siento que para la gran mayoría de profesionales de tecnología ir a Silicon Valley no es necesario para tener una carrera exitosa y satisfactoria. Al final del día los programadores tienen destrezas que son necesarias en TODO tipo de empresas. En este capitulo converse con mi amiga Sandra Muñoz ( con quien me gradúe de ingeniería en el 2011) sobre su carrera como ingeniera de software en Qgiv, una plataforma que crea sistemas de recaudación de fondos para organizaciones sin animo de lucro. Hablamos sobre su día a día, como ha sido su experiencia siendo manager durante la pandemia (y como evita el micromanaging), su opinion sobre los bootcamps y el rol que tienen los valores al perseguir una carrera en tecnología. Puedes ver el episodio en nuestro canal de YouTube Si quieres ver el episodio completo, tenemos 20 minutos más de contenido en nuestro Patreon Este episodio es posible gracias a Platzi. Si quieres crecer laboralmente, emprender o empezar a crear por tu cuenta, Platzi es el lugar ideal para prepararte. Tienen más de 600 cursos sobre emprendimiento, marketing digital, producción audiovisual y programación. Te invito a conocer Platzi en https://platzi.com/conexiones

HELPING THOSE WHO LOOK LIKE ME
Bryan Gula - Making Software Engineering Approachable

HELPING THOSE WHO LOOK LIKE ME

Play Episode Listen Later Aug 21, 2020 49:16


Is it easy to become a software engineer? The short answer is no. Bryan Gula, Lead Software Engineer shares how he managed to keep his enthusiasm for computer science and making it approachable by building a tech startup in college.

OsProgramadores
E2 - Dimitri Lameri - Trajetória até a Programação Funcional, Nubank e Gerenciamento de Produtos

OsProgramadores

Play Episode Listen Later Aug 17, 2020 63:56


Formado pela UFF em computação e com mais de 13 anos de experiência em desenvolvimento, atualmente é Lead Software Engineer no Nubank. Possui um grande interesse em desenvolvimento de produtos, tendo inclusive atuado como gerente de produto por 2 anos. Focado em Backend, atua há três anos com linguagens funcionais, 2 anos com Elixir e 1 ano com Clojure. Recomendações do Dimitri: Livro Clean Code Anime recomendado Palestra do Dimitri na Qcon Linguagem Elixir Linguagem Clojure OsProgramadores: Site do grupo Grupo no Telegram Twitter do Marcelo Pinheiro

Camino Dev
#10: Javier Diaz - Camino Dev

Camino Dev

Play Episode Listen Later Aug 15, 2020 80:02


En nuestro décimo episodio tenemos como invitado a Javier Díaz Lead Software Engineer en BEDU nos habla de sus inicios en la programación, como fue implementar vue.js desde la versión 1.0, cuáles fueron sus mayores retos y el porqué su pasión por la enseñanza y compartir con la comunidad. --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app --- Send in a voice message: https://anchor.fm/caminodev/message Support this podcast: https://anchor.fm/caminodev/support

Igniting the Blockchain
Software Engineer Brings Humor and Creativity to the Blockchain Landscape

Igniting the Blockchain

Play Episode Listen Later Jun 4, 2020 28:01


A self-described polymath, Ann Kilzer brings her varied interests and winning sense of humor into her work as Lead Software Engineer at Curvegrid. Ann's creativity is evident in the many use-cases and prototypes she has built using blockchain technology.

Mobile People Talks
Еще немного о кроссплатформе или “Xamarin vs Flutter”

Mobile People Talks

Play Episode Listen Later Feb 25, 2020 52:40


После новогодних каникул, январь проскочил мимо со скоростью спринта перед дедлайном, и пока ведущие соображали что пора бы что-то записать, февраль тоже почти закончился. Сорян! Но сейчас все записано, сведено и выложено, и теперь может быть ведущие перестанут икать каждые пять минут от того что их вспоминают где-то)) В этот раз выпуск опять посвящен кроссплатформе, причем на этот раз внезапно вспомнили о Xamarin, который до сих пор не был практически ни разу упомянут (ну кроме пары междометий), а в гости был приглашен гуру Xamarin’а, Lead Software Engineer из минского офиса EPAM, Максим Биянов. Сначала Максим делится с ведущими подробностями о фреймворке, и Данис с Александром узнают много нового об истории Xamarin, его движке Mono, особенностях жизненного цикла приложений и работы сборщиков мусора (да, именно во множественном числе). О тех бенефитах, которые получают разработчики, и сложностях, которые их ждут при работе. А потом “неожиданно” вбрасывается инсайдерская информация — Максим теперь не настоящий Xamarin разработчик, так как увлекся Flutter настолько, что перешел на Flutter проект, и даже недавно ездил в Варшаву на конференцию Flutter Europe, после чего, ведущие пытаются выяснить почему это произошло, и что есть во Flutter такого, чего нет в Xamarin. Максим Биянов, Telegram: https://t.me/MaximBiyanov P.S. И да! Были объявлены победители конкурса из новогоднего выпуска! Конгратюлейшенс

IseeQ TechTalk
TechTalk - How to be a (better) lead software engineer?

IseeQ TechTalk

Play Episode Listen Later Nov 8, 2019 30:35


In this episode of IseeQ’s TechTalk series, veteran agile coach Bálint Farkas and Gergely Orosz, engineering manager at Uber Amsterdam, sat down to talk seniority in software engineering and everything that comes – and should come – with it. SUBSCRIBE to get more insights into more topics here, and follow us on social media: https://www.instagram.com/iseeq.co https://www.facebook.com/IseeQ.co https://iseeq.co

OST LIVE - Blockchain, Branded Tokens, and Token Economies
People of OST: Alpesh Modi, Lead Software Engineer

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Jun 25, 2019 14:11


Alpesh is a lead back-end engineer and an incredible solution generator with expertise in Ruby. He is a hands-on programmer with deep technical expertise. Alpesh also has great knowledge on software architecture and implementation. Read on Medium: http://bit.ly/2Ex3LYL Introducing OST Platform: the first full-featured “no-code” blockchain platform! Full details on Medium: https://goo.gl/V7cqp9 New OST website: https://ost.com Sign up: https://platform.ost.com Make sure to follow us to stay up-to-date: Twitter – https://twitter.com/OSTdotcom Medium – https://medium.com/ostdotcom Official announcement channel – https://t.me/OSTdotcomnews Reddit – https://www.reddit.com/r/OSTdotcom/ YouTube – https://www.youtube.com/OSTdotcom/ Please beware of scammers. OST | Simple Token team will never message you and ask for personal details!

OST LIVE - Blockchain, Branded Tokens, and Token Economies
People of OST: Abhay Kumar Singh, Lead Software Engineer

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Apr 22, 2019 10:55


Abhay is a Senior Principal Software Engineer. He has experience in full stack development developing Web based SAAS Applications with all facets of SDLC (Software Development Life Cycle) like Requirements Analysis, System Design, Development, Deployment, Code Review, Website Scaling. He is proficient with Ruby, Ruby On Rails, Mysql, Amazon Web Services in building web applications. Read on Medium: http://bit.ly/2Ki1DJVSubscribe to OST LIVE: https://goo.gl/KTq6kjWatch on YouTube: http://bit.ly/2IzVIxZ Introducing OST Platform: the first full-featured “no-code” blockchain platform! New OST website: https://ost.comSign up: https://platform.ost.comFull details on Medium: https://goo.gl/V7cqp9 Make sure to follow us to stay up-to-date: Twitter – https://twitter.com/OSTdotcom Medium – https://medium.com/ostdotcom Official announcement channel – https://t.me/OSTdotcomnews Reddit – https://www.reddit.com/r/OSTdotcom/ YouTube – https://www.youtube.com/OSTdotcom/   Please beware of scammers. OST | Simple Token team will never message you and ask for personal details!

#AskTheCEO Podcast
eSports Marketing Explained with Alex Martin

#AskTheCEO Podcast

Play Episode Listen Later Jan 10, 2019 32:16


What is the business opportunity with eSports Marketing? Alex Martin is a workaholic, software engineer, creator, and gamer. He’s the founder & CEO of esports and professional gaming startup, athletes.gg. Prior to starting athletes.gg, he was an Integrations and Professional Services Manager at Tenfold, where he managed a large engineering team, as well as relationships with partners and Enterprise customers. Prior to joining Tenfold, he held several positions as Lead Software Engineer. Most recently, at Springbox, where he lead many projects for large Enterprise clients; and prior to that, at Help.com, where he built up their entire engineering foundation for both, the code and the culture. He started programming computer games when he was just 8 years old! In his senior year of college, he realized that building things is what he loved to do, so he joined the amazing world of startups and never looked back. Connect with Alex: Twitter: @suitupalex Instagram: @suitupalex Web: https://athletes.gg Email: alex@athletes.gg Contact Avrohom: Web: https://asktheceo.biz Twitter: @avrohomg Instagram: @avrohomg INTERVIEW HIGHLIGHTS: [01:16] Many people don’t get the gaming industry. They think it’s just a bunch of kids playing video games. However, as we’ve seen with games like Pokémon Go, there are real world business implications to every kind of business leveraging this demographic. Can you help us understand what is the gaming industry? [01:16] eSports is geared mainly towards Millennials and GenZ, and is a $905M industry, having grown over 30% from 2017. [03:56] eSports differs from Traditional Sports in that you can make it big, literally overnight, thanks to the Internet. [05:00] As a business – or marketer – why should I care about gaming? I’m too busy trying to make money than to follow the latest game tournaments! [05:35] How are companies like NFL, RedBull, and Geico leveraging eSports to grow their businesses? [07:39] As a marketer that’s looking to take advantage of this newly discovered demographic, what challenges am I likely to run into, that I should know about? [10:00] Now, you actually built a business, athletes.gg, around this. Tell us about it. [12:05] What is an eSports Agg score? [12:05] How are eSports athletes measured? [12:05] How can businesses choose the right eSports athlete for influencer marketing? [13:35] How do companies, like Underarmour and Nike select eSports athletes for influencer marketing? [16:10] Can you give us some examples of how brands would leverage a platform like yours to identify influencers? [16:10] How do companies, like Uber leverage eSports athletes for influencer marketing? [16:10] How can the average business select and negotiate with eSports athletes for influencer marketing? [19:04] The mission of athletes.gg is to empower young athletes. [20:10] Why millennials are uniquely suited as CEOs of eSports related businesses. [20:56] How did you get started with this business? [24:40] Can you talk about some of the emerging technologies being used in gaming, such as AR, VR, AI, and IoT? [27:25] Robot assisted surgeries use a controller similar to an Xbox! [29:35] How to educate yourself on leveraging eSports for marketing your business.

Reversing Climate Change
55: Jaycen Horton, Nori's Principal Blockchain Architect

Reversing Climate Change

Play Episode Listen Later Jan 8, 2019 53:40


To make Nori work, the data of carbon removal must be somehow transferred from a model like COMET-Farm to the blockchain—and that is precisely the infrastructure that Jaycen Horton is building at Nori. So, how does communication between the software work, exactly? Why did Nori choose to build on the Ethereum blockchain? And what is the benefit of building in an open-source community? Jaycen is the Principal Blockchain Architect at Nori. He has extensive experience as Lead Software Engineer at Dell, Security Engineer at Wells Fargo, and at ASU Decision Theater. Jaycen’s career has focused on peer-to-peer and distributed technologies, most recently drilling down to smart contracts and cutting-edge UX technology. He is also the co-organizer of the largest blockchain meetup in the state of Arizona, Desert Blockchain, and a contributor to the ground-breaking book, Mastering Ethereum: Building Smart Contracts and DApps.  Today, Jaycen joins Ross, Christophe, and Paul to share his background in blockchain technology and how he came to join the Nori team. He explains his initial skepticism around Bitcoin, the advantage of Ethereum’s smart contracts, and the reasons Nori chose to build on the Ethereum blockchain. Jaycen describes the API that Nori is building, offering insight around the way it connects to COMET-Farm and the value of sharing the API in an open-source community. Listen in to understand the function of Nori’s backend software and learn where to go for more information about blockchain technology!   Resources  Certified Bitcoin Professional Ross’ Article on Ethereum IPFS Protocol Labs MetaMask Carbon Harvest Carbon Removal Seattle Reversing Climate Change EP013 COMET-Farm Nori on GitHub Mastering Ethereum: Building Smart Contracts and DAppsby Andreas Antonopoulos and Gavin Wood Jaycen in Hacker Noon Hacker Noon Andreas Antonopoulos Books by Andreas Antonopoulos Digital Gold: Bitcoin and the Inside Story of the Misfits and Millionaires Trying to Reinvent Moneyby Nathaniel Popper That Book on Blockchain: A One-Hour Introby Jonathan B. Morley CryptoZombies Solidity Truffle Suite Desert Blockchain Meetup   Key Takeaways [0:51] Jaycen’s background in blockchain technology Access to video cards, GPUs at ASU in 2010 Play with Bitcoin ‘like science experiment’  [3:54] Jaycen’s skepticism around Bitcoin early on Protein folding similar but more useful Not obvious could be used to exchange value [6:14] How Ethereum changed the landscape Smart contracts allow to build business Financial agreements among multiple parties Money executes transaction (no third party) Value associated with programmability [11:13] Jaycen’s insight on poor blockchain use cases   High-speed or low-cost transactions Check state into blockchain vs. all computations [15:07] The fundamentals of blockchain technology Nodes = participants in system, download info to store on network Only two components among decentralization, security and speed [19:16] Why Nori chose the Ethereum blockchain Open-source community of talented developers Functional blockchain [20:45] Jaycen’s take on public vs. private blockchains Purpose of blockchain = work with people don’t trust Incentivizes behavior to cooperate [22:50] The integration of carbon removal and blockchain tech Jaycen sold on Ethereum blockchain in February 2017 Carbon Harvest project at Hackathon (IPFS, MetaMask) [28:34] The significance of developing an API Common language between Nori and COMET-Farm [33:27] The parallels between scientific method and open-source software Modify yourself as necessary Peer review to identify flaws  [38:34] The function of Nori’s backend technology Pull in and process COMET-Farm data Store in smart contract on blockchain  [41:28] Why Nori is sharing its API Allows for purchase/sale of digital assets Infrastructure makes other things possible [43:04] The open-source ethos Take advantage of genius outside organization Idea easy to duplicate = no longer novel  [46:51] Where to learn more about blockchain tech Books by Andreas Antonopoulos Build games, collectibles (i.e.: CryptoZombies)

OST LIVE - Blockchain, Branded Tokens, and Token Economies
How TribeCoin Will Revolutionize Branding With Tokenization

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Dec 21, 2018 11:39


Joshua Renfro is an entrepreneur searching for the sweet spot between technology, planet, and people. He is experienced in decentralized marketing models. TribeCoin is an application that connects brands and evangelists to help launch and manage a digital cooperative. TribeCoin allows communities to work together towards a common cause. TribeCoin: https://www.tribecoin.com/Watch on YouTube: https://goo.gl/GX1ubVListen on Alexa: https://goo.gl/z7MU1z Make sure to follow the different OST social media platforms to have the latest updates: Twitter Medium Telegram Announcement Telegram Chat Reddit Facebook The latest news from OST | Simple Token OST Community Heroes: Drew Thomas, Owner of Really Simple Store https://goo.gl/we7VDn People of OST: Kedar Chandrayan, Lead Software Engineer https://goo.gl/kLGatH People of OST: Marina Antonova, Business Development Manager https://goo.gl/Xsrnvu Recap from OST LIVE with Mick Hagen, CEO of Mainframe — Building Decentralized Applications https://goo.gl/5oLF7X December 2018 Upcoming Guests on OST LIVE: Christian Kameir, Mick Hagen, Aidan Hyman, Mark Bonchek, and Brian Lio https://goo.gl/KnKGeQ Introducing the Interactive OST 2017–2021 Project Roadmap https://goo.gl/6sxxRy Please beware of scammers. OST | Simple Token team will never message you and ask for personal details! More information: https://ost.com

OST LIVE - Blockchain, Branded Tokens, and Token Economies
Trends in Blockchain with Brian Lio of Smith + Crown

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Dec 19, 2018 40:31


Brian Lio is the CEO of Smith + Crown, a research and consulting group focused on providing insight, analysis and data across the breadth of technologies, projects, organizations and trends within the blockchain and cryptofinancial industries. Lio will discuss trends in the cryptocurrency market, insights from the Chamber of Digital Commerce Token Alliance, and his thoughts on government intervention on blockchain-based projects. Smith + Crown: https://www.smithandcrown.com/Chamber of Digital Commerce Token Alliance: https://goo.gl/CBrxkKWatch on YouTube: https://goo.gl/1amGRnListen on Alexa: https://goo.gl/z7MU1z Make sure to follow the different OST social media platforms to have the latest updates: Twitter Medium Telegram Announcement Telegram Chat Reddit Facebook The latest news from OST | Simple Token OST Community Heroes: Drew Thomas, Owner of Really Simple Store https://goo.gl/we7VDn People of OST: Kedar Chandrayan, Lead Software Engineer https://goo.gl/kLGatH People of OST: Marina Antonova, Business Development Manager https://goo.gl/Xsrnvu Recap from OST LIVE with Mick Hagen, CEO of Mainframe — Building Decentralized Applications https://goo.gl/5oLF7X December 2018 Upcoming Guests on OST LIVE: Christian Kameir, Mick Hagen, Aidan Hyman, Mark Bonchek, and Brian Lio https://goo.gl/KnKGeQ Introducing the Interactive OST 2017–2021 Project Roadmap https://goo.gl/6sxxRy Please beware of scammers. OST | Simple Token team will never message you and ask for personal details! More information: https://ost.com

OST LIVE - Blockchain, Branded Tokens, and Token Economies
Görli, The New Cross Client Proof of Authority Testnet

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Dec 17, 2018 21:05


Aidan Hyman is an enthusiastic advocate for open source projects and a Certified Scrum Master. He is currently the Co-Founder and CEO of ChainSafe Systems, a team of developers focused on future-proofing digital systems using blockchain technology. Hyman coordinates several open source projects, including Görli Testnet, a cross-client, Proof of Authority testnet for Ethereum developers. Hyman will discuss all things Görli and the challenges of building a consistently available, highly reliable testnet that is usable across all client implementations. ChainSafe Systems: https://chainsafe.io/Görli: https://github.com/goerli/pm/blob/master/FINANCE.mGörli Github: https://github.com/goerli/testnetGörli Gitter: https://gitter.im/goerliChainSafe Github: https://github.com/ChainSafeSystems/ChainBridgeGörli Blockscout: https://blockscout.com/eth/goerli Watch on YouTube: https://goo.gl/PNjzGtListen on Alexa: https://goo.gl/z7MU1z Make sure to follow the different OST social media platforms to have the latest updates: Twitter Medium Telegram Announcement Telegram Chat Reddit Facebook The latest news from OST | Simple Token OST Community Heroes: Drew Thomas, Owner of Really Simple Store https://goo.gl/we7VDn People of OST: Kedar Chandrayan, Lead Software Engineer https://goo.gl/kLGatH People of OST: Marina Antonova, Business Development Manager https://goo.gl/Xsrnvu Recap from OST LIVE with Mick Hagen, CEO of Mainframe — Building Decentralized Applications https://goo.gl/5oLF7X December 2018 Upcoming Guests on OST LIVE: Christian Kameir, Mick Hagen, Aidan Hyman, Mark Bonchek, and Brian Lio https://goo.gl/KnKGeQ Introducing the Interactive OST 2017–2021 Project Roadmap https://goo.gl/6sxxRy Please beware of scammers. OST | Simple Token team will never message you and ask for personal details! More information: https://ost.com

OST LIVE - Blockchain, Branded Tokens, and Token Economies
Branded Currencies and Tokenized Loyalty For Business

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Dec 17, 2018 34:37


Mark Bonchek is the Founder and CEO of Shift Thinking, a mindset for success in the digital age embraced by a growing community of leaders and organizations. Bonchek is a Harvard Business Review contributor and has published articles on social media and branded currencies. He is also a faculty member at Singularity University, a Silicon Valley think tank that offers educational programs and a business incubator. Bonchek will discuss branded currencies, benefits of token economies, and the future of brand loyalty. Shift Thinking: https://shift.to/Watch on YouTube: https://goo.gl/XFBfpQListen on Alexa: https://goo.gl/z7MU1z Make sure to follow the different OST social media platforms to have the latest updates: Twitter Medium Telegram Announcement Telegram Chat Reddit Facebook The latest news from OST | Simple Token OST Community Heroes: Drew Thomas, Owner of Really Simple Store https://goo.gl/we7VDn People of OST: Kedar Chandrayan, Lead Software Engineer https://goo.gl/kLGatH People of OST: Marina Antonova, Business Development Manager https://goo.gl/Xsrnvu Recap from OST LIVE with Mick Hagen, CEO of Mainframe — Building Decentralized Applications https://goo.gl/5oLF7X December 2018 Upcoming Guests on OST LIVE: Christian Kameir, Mick Hagen, Aidan Hyman, Mark Bonchek, and Brian Lio https://goo.gl/KnKGeQ Introducing the Interactive OST 2017–2021 Project Roadmap https://goo.gl/6sxxRy Please beware of scammers. OST | Simple Token team will never message you and ask for personal details! More information: https://ost.com

OST LIVE - Blockchain, Branded Tokens, and Token Economies
People of OST: Kedar Chandrayan, Lead Software Engineer

OST LIVE - Blockchain, Branded Tokens, and Token Economies

Play Episode Listen Later Dec 10, 2018 10:42


Kedar Chandrayan has over 7 years of experience in building scalable and robust Backend Technologies. He has a habit of asking questions and understanding the 'why' of a product / service before he builds it. He did his Bachelors in Electrical Engineering from IIT Bombay and Masters in Communication and Signal Processing from IIT Bombay. Read on Medium: https://goo.gl/kLGatHWatch on YouTube: https://goo.gl/MyT2ndListen on Alexa: https://goo.gl/z7MU1z Make sure to follow the different OST social media platforms to have the latest updates: Twitter Medium Telegram Announcement Telegram Chat Reddit Facebook The latest news from OST | Simple Token December 2018 Upcoming Guests on OST LIVE: Christian Kameir, Mick Hagen, Aidan Hyman, Mark Bonchek, and Brian Lio https://goo.gl/KnKGeQ Industry Veterans Lars Hinrichs and Geoffrey Prentice Join OST Inc. Advisory Board https://goo.gl/FV6YCD Grover and OST Announce Partnership to Develop Blockchain-Powered Loyalty for Subscribing to Technology Products https://goo.gl/YiZj65 Why OST is best positioned to deliver mass-market blockchain usage in 2019 https://goo.gl/NVUVLc People of OST: Marina Antonova, OST Business Development Manager: https://goo.gl/pK8Lwp Recap from OST LIVE with Christian Kameir, Managing Partner of Sustany Capital — The Potential of Non-Fungible Tokens: https://goo.gl/9yQmqP 5 Questions for OST CEO Jason Goldberg https://goo.gl/jSPLPL Introducing the Interactive OST 2017–2021 Project Roadmap https://goo.gl/6sxxRy Please beware of scammers. OST | Simple Token team will never message you and ask for personal details! More information: https://ost.com

Leading Questions Podcast
Episode 32 - Serially Fired

Leading Questions Podcast

Play Episode Listen Later Mar 20, 2018 66:44


This episode's question (bear with us, it's long...): I've been fired from my last 5 jobs, 3 of which have been in the last 9 months. Now I'm getting to the last point in interviews (3rd and at the end they really want to give me an offer letter) and not heard anything from potential offers since. Including silence when I've tried contacting them via email. The reasons for my firings were as follows: In the role of a Software Engineer: I got fired after 3 months for not learning fast enough. In my next role as a Software Engineer at a small business: I got fired after my 30 day review in which my manager gave me glowing praise In my next role as a Software Engineer: I got fired after working there close to 3 years. When asked why I was told, verbatim, "We are exercising our right as an at-will employer not to tell you" In my next role, as a Lead Software Engineer and Project Manager at another small business: I got fired . This one I know why, I didn't get along with the CEO's micromanagement and working remote. I was set up for failure too many times In my most recent role as a Scrum Master at a medium sized company: I got fired close to my 3 months. I was again given glowing praise and minor feedback on my 30 day review. None of these companies will tell me what's going on or give me anything to work on and improve upon. Do you have any advice? Please.....I don't know what to do or how to improve. Fun facts from this episode: Dawn's notification for texts from Jer: Lips of an Angel Norm Macdonald's greatest shaggy dog story...the moth Don't Stop Believing...with a heckler... Download this episode

Coaching for Geeks
18 - Geek - Automation of Vehicles with Josh Whitley of AutonomouStuff

Coaching for Geeks

Play Episode Listen Later Aug 6, 2017 22:49


When will the Johnny Cabs of Total Recall become reality? Robin meets with Josh Whitely, Lead Software Engineer at AutonomouStuff, the world's foremost supplier of software, engineer, and compononents that enable automation, to discuss the future, ethics, and how to get into the industry. ----more----   Join our geeky Facebook community and start levelling up today! We do gaming, planning, fitness, dating, confidence, careers, and loads more. www.cfgshortcut.com     Find out more about AutonomouStuff https://autonomoustuff.com/ Follow Josh on Twitter https://twitter.com/oobiejosh       Follow CfG on Twitter https://twitter.com/lifecoachlond Email Robin robin@coachingforgeeks.com   And don't forget to subscribe on iTunes https://itunes.apple.com/gb/podcast/coaching-for-geeks/id1139453089?mt=2

In The Know - A Dispatch Podcast
#7: How to Achieve Better Customer Experiences with Machine Learning (Brian Bell Jr., DataRobot)

In The Know - A Dispatch Podcast

Play Episode Listen Later Mar 20, 2017 37:03


How can you deliver better customer experiences with machine learning and predictive analytics? In this episode, we're interviewing Brian Bell Jr.(https://www.linkedin.com/in/brianbelljr), the Lead Software Engineer & Team Manager of Data Science at DataRobot (https://www.datarobot.com) - a machine learning platform for data scientists to build accurate predictive models in a fraction of the time that it takes today. This is a revolutionary offering that experts are saying could fundamentally change the data science field for good. In this episode we discuss: 1. Machine learning vs data science…what’s the difference? 2. What types of business challenges are best addressed with data science and machine learning? 3. What are the most effective machine learning techniques? 4. What does this mean for customer experiences? Without any further ado, please welcome today’s guest, Brian Bell Jr. How to spread the love: Share the podcast with your coworkers | Subscribe | Review us | Follow us on twitter: Dispatch (twitter.com/dispatch_me) and Todd(twitter.com/todd_stew) Music: www.bensound.com & www.jamendo.com

The StageLeft Podcast
12: Extra: Bringcast.com review of The StageLeftPodcast!

The StageLeft Podcast

Play Episode Listen Later Oct 21, 2015 3:26


The StageLeft Podcast was recently featured in the recommendations segment on Bringcast.com - Have a listen to what they think! Mark works as a Lead Software Engineer by day, and by night he works on BringCast - the power podcaster for Windows devices. Check it out at www.bringcast.com

DEF CON 23 [Audio] Speeches from the Hacker Convention
Dan “AltF4” Petro & Oscar Salaza - Hacking Smart Safes: On the "Brink" of a Robbery

DEF CON 23 [Audio] Speeches from the Hacker Convention

Play Episode Listen Later Oct 15, 2015


Hacking Smart Safes: On the "Brink" of a Robbery Dan “AltF4” Petro Security Associate, Bishop Fox Oscar Salazar Senior Security Associate at Bishop Fox Have you ever wanted to crack open a safe full of cash with nothing but a USB stick? Now you can! The Brink’s CompuSafe cash management product line provides a “smart safe as a service” solution to major retailers and fast food franchises. They offer end-to-end management of your cash, transporting it safely from your storefront safe to your bank via armored car. During this talk, we’ll uncover a major flaw in the Brink’s CompuSafe and demonstrate how to crack one open in seconds flat. All you need is a USB stick and a large bag to hold all of the cash. We’ll discuss how to remotely takeover the safe with full administrator privileges, and show how to enumerate a target list of other major Brink’s CompuSafe customers (exposed via configuration files stored right on the safe). At any given time, up to $240,000 can be sitting in each of the 14,000 Brink’s CompuSafe smart safes currently deployed across the United States - potentially billions of dollars just waiting to be stolen. So come ready to engage us as we explore these tools and more in this DEMO-rich presentation. And don’t forget to call Kenny Loggins… because this presentation is your highway to the Danger Zone… Note - This presentation is about exposing flaws in the Brinks’s Compusafe to improve security and allow pentesters to demonstrate these flaws to their customers. Please use this information responsibly. Dan Petro is a Security Associate at Bishop Fox (formerly Stach & Liu), a security consulting firm providing IT security services to the Fortune 500, global financial institutions, and high-tech startups. In this role, he focuses on application penetration testing and secure development. Dan has presented at numerous conferences, including DEF CON, BlackHat, HOPE, and BSides, and is the founding member of the Pi Backwards CTF team. Prior to joining Bishop Fox, Dan served as Lead Software Engineer for a security contracting firm. Dan holds a Bachelor of Science from Arizona State University with a major in Computer Science, as well as a Master’s Degree in Computer Science from Arizona State University. Oscar Salazar is a Senior Security Associate at Bishop Fox (formerly Stach & Liu), a security consulting firm providing IT security services to the Fortune 500, global financial institutions, and high-tech startups. In this role, he focuses on application penetration testing, source code review, and secure software design. Oscar has presented at RSA, Bsides, and Adobe’s annual private Security Summit conference. Prior to joining Bishop Fox, Oscar served as a web security research engineer at Hewlett-Packard’s Application Security Center where he designed and developed security checks for the WebInspect web application security scanner. In addition, his research involved developing more effective methods of scanning Web 2.0 applications. Oscar holds a Bachelor of Science from the Georgia Institute of Technology with a major in Computer Science and a focus on Networking and Security. https://www.facebook.com/BishopFoxConsulting https://twitter.com/bishopfox https://www.linkedin.com/company/bishop-fox

Make Better Software
Coraline Ada Ehmke - Refactoring to a Happier Development Team

Make Better Software

Play Episode Listen Later Oct 7, 2015 15:33


In this interview with Coraline Ada Ehmke, Lead Software Engineer at Instructure, we discuss data-driven refactoring and developer happiness teams. Coraline gives some great advice on the kinds of tests we should write for refactoring, tools to use and metrics to monitor, to make sure our refactoring is effective. We also learn about the role of refactoring in the Developer Happiness team at Instructure.

JobsinPods
GE Transportation Software Engineer Intelligent Control Systems Job Opportunities

JobsinPods

Play Episode Listen Later Feb 14, 2013


On today’s JobsinPods jobcast you’ll meet Veni Mudiam, Lead Software Engineer for Intelligent Control Systems, GE Transportation, and Rob Chambers, Embedded Software Manager with GE Transportation.  I’m your host Peter Clayton. Both Rob and Veni are based in Erie, PA, and design and develop the software for onboard locomotive systems, locomotive gateway interfaces, and provide […]

Get Real: Indie Filmmakers -- Surviving as a Filmmaker in 2019
New 'Save the Cat!' Writing Software | guests Jason Kolinsky & Bob McFarlane - Ep27

Get Real: Indie Filmmakers -- Surviving as a Filmmaker in 2019

Play Episode Listen Later Dec 31, 1969 15:39


Jason Kolinsky and Bob McFarlane join us from the 'Save the Cat!' team to introduce their newest screenwriting software which now includes tools for TV series and novel writers.  Jason is Chief Marketing Officer and Bob is Lead Software Engineer, and 'Save the Cat! Story Structure Software 4.0' is now available at savethecat.com. NOTE: Not a paid endorsement. GET REAL INDIE FILM[CAST] is hosted by filmmaker and author Jeffrey Michael Bays (www.borgus.com), and filmmaker Forris Day, Jr. Show Notes:1. https://store.savethecat.com/ Tweet us @borgusfilm or email info@borgus.com Special Thanks to Jason Kolinsky and Bob MacFarlane Hosts: Jeffrey Michael Bays & Forris Day, Jr. Hitch20 Theme music by Radoslav Zdravkovic Suspense With a Camera: https://www.amazon.com/Suspense-Camera-Filmmakers-Hitchcocks-Techniques/dp/1615932739 Follow us on Twitter @borgusfilm