devleader (@devleaderca) 's Twitter Profile
devleader

@devleaderca

Nick Cosentino | Simplifying software engineering concepts for you | Principal Software Engineering Manager @Microsoft | Creator of @BrandGhostAI 👻

ID: 1614046806769557504

linkhttps://linktr.ee/devleader calendar_today13-01-2023 23:49:17

11,11K Tweet

5,5K Takipçi

1,1K Takip Edilen

Code Commute (@codecommutevlog) 's Twitter Profile Photo

YOU'RE FIRED! - Balancing Coaching And Managing Out Developers There's not a single person who enjoys difficult conversations around letting people go. Let's discuss some of what goes into developers rebounding vs needing to be let go. Watch here: youtube.com/watch?v=lWQKoc…

YOU'RE FIRED! - Balancing Coaching And Managing Out Developers

There's not a single person who enjoys difficult conversations around letting people go.

Let's discuss some of what goes into developers rebounding vs needing to be let go.

Watch here:
youtube.com/watch?v=lWQKoc…
Code Commute (@codecommutevlog) 's Twitter Profile Photo

Code Review Culture: Pull Requests Done Right! Want to see more where this clip came from? Check out the video here: youtube.com/watch?v=LbT_Rr… Subscribe to Code Commute on YouTube and Spotify for more!

devleader (@devleaderca) 's Twitter Profile Photo

How To Use IServiceCollection In Console Applications — What You Need To Know Read it on Medium: stories.devleader.ca/how-to-use-ise…

devleader (@devleaderca) 's Twitter Profile Photo

Should You Join A Coding Bootcamp? - Interview With Brooke Sweedar My journey through software engineering was pretty traditional: go to college/university directly after high school to study... then go into the workforce. But it's important that we keep an open mind about the

Should You Join A Coding Bootcamp? - Interview With <a href="/sweedarbk/">Brooke Sweedar</a>

My journey through software engineering was pretty traditional: go to college/university directly after high school to study... then go into the workforce. But it's important that we keep an open mind about the
Code Commute (@codecommutevlog) 's Twitter Profile Photo

We NEED An Architect! Execs Just DON'T Get It! From ExperiencedDevs subreddit, this Redditor wrote about their leadership not understanding the technical challenges their software team is facing. They DESPERATELY need to bring in a software architect! ... Or do they? Watch it

We NEED An Architect! Execs Just DON'T Get It!

From ExperiencedDevs subreddit, this Redditor wrote about their leadership not understanding the technical challenges their software team is facing. They DESPERATELY need to bring in a software architect!

... Or do they?

Watch it
devleader (@devleaderca) 's Twitter Profile Photo

I like using mocks in tests where I need full control. There are many people that get up in arms about using mocks in tests. I'm not here to tell you one type of test is universally better than another. I'm also not going to say that mocks are perfect or that you can't misuse

Code Commute (@codecommutevlog) 's Twitter Profile Photo

Improve Software Reviews: Communication & Difficult Conversations Want to see more where this clip came from? Check out the video here: youtube.com/watch?v=LbT_Rr… Subscribe to Code Commute on YouTube and Spotify for more!

devleader (@devleaderca) 's Twitter Profile Photo

How To Convert Strings To Enums in C# In our previous video, we looked at the basics of Enums in C#. We saw that we could cast integers to the Enum type, but we couldn't do that with strings. So how can we go from a string to an Enum type? Let's find out in this C# tutorial on

How To Convert Strings To Enums in C#

In our previous video, we looked at the basics of Enums in C#. We saw that we could cast integers to the Enum type, but we couldn't do that with strings. So how can we go from a string to an Enum type? Let's find out in this C# tutorial on