Tag: softwareengineer

Lightning Talk: 10 Things an Entry-Level Software Engineer Asks You to Do – Katherine Rocha – CppCon 22

  • Lobby
  • Tag Archives: softwareengineer

https://cppcon.digital-medium.co.uk/tag/cppcon/">cppcon.org/
---

Lightning Talk: 10 Things an Entry-Level Software Engineer Asks You to Do - Katherine Rocha CppCon22
https://github.com/CppCon/CppCon2022

Being a new hire is hard and helping a new hire is harder, especially when you are already comfortable with the workflow and are integrated into the company/project. This is a recent graduate and new hires perspective on integrating into a software development team.
---

Katherine Rocha
__

Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
YouTube Channel Managed by Digital Medium Ltd https://events.digital-medium.co.uk

#cppcon.digital-medium.co.uk/tag/cppcon/">cppcon #cppcon.digital-medium.co.uk/tag/programming/">programming #c++

Filed under: UncategorizedTagged with: , , , ,

Reproducible Developer Environments in C++ – Michael Price – CppCon 2022

  • Lobby
  • Tag Archives: softwareengineer

https://cppcon.digital-medium.co.uk/tag/cppcon/">cppcon.org/
---

Reproducible Developer Environments in C++ - Michael Price - CppCon 2022
https://github.com/CppCon/CppCon2022

Getting a developer environment properly configured for your projects can be time-consuming and error-prone. Too often, the requirements are not clearly defined, are simply outdated, or make assumptions about the existing environment. Getting it slightly wrong can result in failures that are difficult to diagnose and could take days or weeks to discover. Working with multiple projects that have potentially conflicting requirements can make multi-tasking a chore. From getting the wrong version of GCC installed to requiring a specific version of an operating system, there are so many things that can stop a developer in their tracks.

This talk will describe the criteria we can use to determine the effectiveness of a solution to these problems, apply those to historical techniques, and will present a deeper look at two modern solutions, GitHub Codespaces and Microsoft Dev Box.
---

Michael Price

Michael Price (he/him) is an experienced software engineer, currently working as a Product Manager with the Microsoft C++ team. His experience working at major software companies for over 15 years informs his thinking about how to enable C++ developers around the world to achieve more. His current focus is on enhancing C++ tooling to take advantage of the PaaS (platform-as-a-service) and IaaS (infrastructure-as-a-service) offerings from organizations like GitHub and Microsoft Azure.

In his spare time, Michael enjoys playing recreational soccer and spending time with his wife, two sons, and several household pets. He particularly likes playing board/card games and video games with his children.
---

Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
YouTube Channel Managed by Digital Medium Ltd https://events.digital-medium.co.uk

#cppcon.digital-medium.co.uk/tag/cppcon/">cppcon #cppcon.digital-medium.co.uk/tag/programming/">programming #cpp

Filed under: UncategorizedTagged with: , , , , ,