Categories
Course Review

Visual Studio 2022 PlayBook – Course Review

I took about 50 courses this year. A lot of those were short tech courses from Pluralsight, which I really like overall (which they had more practical projects, though), some were longer ones from a MBA. Most are not worth posting about here (although I do post some in my personal blog).

Visual Studio 2022 PlayBook is a nice set of short videos with tips on how to do things in VS 2022 (duh) in ways that can help you.

I imagine almost everyone will already know some of the tips, but also learn something.

I particularly liked the deployment section, specially for the ones I didn't do yet (say, via GitHub actions or One-click deployment).

Categories
Course Review

Creating Maintainable Contexts for Automated Testing – Course Review

I have just finished Creating Maintainable Contexts for Automated Testing by Mel Grubb, on Pluralsight (yes, that title is quite a mouthful!)

I haven't really bothered with reviews of most courses I take – counting this one I watched 43 this year – a bunch on Pluralsight, some MBA courses, and 14 non-fiction books. This one was interesting enough that it was worth mentioning.

It covers ways to make your test code cleaner. What I liked:

  • using a Random library to document what is boilerplate on a test is what is important – name = library.RandomName() is very different from name = “Luiz Marques”, as it shows that it has no particular importance.
  • From the next step, adding Mother objects, which are simple static classes that return ready to go instances – such as .Simple() and .Typical(). If you need to, you can then change anything that is important for the test, and it will be very obvious. As a bonus, any changes to the objects (such as an added property) can be dealt on a single place, instead of having to be fixed on possibly dozens of tests.
  • Converting the mothers to the Builder pattern, which makes thing slightly clearer (but adds a lot of code), improving discoverability and makes it easier to change objects.
  • Using CSX to auto-generate most of the builder objects on each build.

Overall, very interesting, and well worth the time, specially if you already have Pluralsight.

Categories
Course Review

Domain Driven Design Fundamentals – Course Review

Domain Driven Design Fundamentals is a course by Julie Lerman and Steve Smith on Pluralsight . I had already seen several courses by Steve Smith (such as Kanban: Getting Started), and was interested in the topic, so I started it right way after PS notified me of the new course.

This is what Wikipedia uses for a definition of DDD:

Domain-driven design (DDD) is the concept that the structure and language of software code (class names, class methods, class variables) should match the business domain. For example, if a software processes loan applications, it might have classes such as LoanApplication and Customer, and methods such as AcceptOffer and Withdraw.

DDD connects the implementation to an evolving model. Insert in your articleDomain-driven design is predicated on the following goals:

  • placing the project's primary focus on the core domain and domain logic;
  • basing complex designs on a model of the domain;
  • initiating a creative collaboration between technical and domain experts to iteratively refine a conceptual model that addresses particular domain problems.

The term was coined by Eric Evans in his book of the same title.”

While some of this seems less relevant, I think that the overall concept seems great.

And in this particular course, I really liked the example code. It covers making large parts of a Veterinary system for scheduling, complete with a Blazor app and a backend that includes e-mail confirmations, RabbitMQ, and a whole lot of interesting bits. It also has docker images, which can very helpful in projects with a lot of moving parts.

Overall, strongly recommended.

Categories
Course Review

Kanban: Getting Started

Kanban: Getting Started is a new course by Steve Smith on Pluralsight.

Kanban is an interesting methodology that can be used in many places – it became common in manufacturing after Toyota invented and had great success, and it can also be useful in daily life and software development.

Kanban is about maximizing flow in systems, which is usually very useful, reducing waste and helping find bottlenecks.

It is also relatively simple, vs scrum and more complicated methods, and can be used in many different ways.

I particularly like that the course had a separate section for single and team use. Some specific services (such as Trello) are mentioned, but mostly briefly. As also are physical boards.

Overall, I found this course quite useful, and it certainly left me interested in using Kanban in practice.

Categories
Course Review

Applying Asynchronous Programming in C Sharp

Applying Asynchronous Programming in C Sharp is a PluralSight course by Filip Ekberg.

It covers async, await, using Task.Run and manual continuations, cancellations, getting async progress and more.

I knew a bit about this, having used async before, but there was plenty new to learn.

Classes and the code are very easy to understand, and the length is very reasonable (around 3 hours).

Categories
Course Review

Reducing Product Risk – Course Review

Reducing Product Risk is a course at PluralSight, by Nenad Laskovic.

It covers ways to minimize risk when creating new products or features. It is pretty short – about an hour.

It has a few different ways of testing various risks for a product, such as:

  • lack of demand
  • inability to complete the project in time or budget
  • not being better than the competition
  • poor UX or performance
  • not solving the actual problem, just what you think it was

Of course, it then covers ways to mitigate those risks, such as using landing pages and ads to test for demands, using prototypes to test the UX, etc.

Overall, useful considering the limited time spent.

Categories
Course Review

WebStorm Fundamentals – Course Review

I have just finished watching WebStorm Fundamentals, a Pluralsight course on the JetBrains IDE.

I have never actually used it – although I have used other IDEs by JetBrains – so there was a lot of interesting things compared to my usual JS/HTML IDE (Notepad++, for minimal touch-ups on my main site).

The course only takes a few hours, and was pretty clear. I viewed most of it at 120% speed, and the instructor was still very clear at this speed.

Overall, recommended if you already have access to PluralSight courses and are interested in WebStorm.

Categories
Course Review

Introduction to Prism for WPF – Course Review

Introduction to Prism for WPF, by Brian Lagunas, is a Pluralsight course that covers how to use Prism, a MVVM library for WPF.

The course is not very long (about 4 hours), and it covers the basics of how to use Prism quite well. Examples are simple and to the point.

Prism is much, much better than using raw MVVM, as it takes a lot less code do the same, leaving your code much clearer and more concise.

However, my standard comparison point is DevExpress.MVVM, which is also free, but which I already have paid support in my regular component subscription with them. Plus, they manage to require even less code, and have many cool features.

Overall, recommended if you are interested in Prism. But you might want to take a look at DevExpress' library, too.

Categories
Course Review

So you want to be an entrepreneur – Course Review

So you want to be an entrepreneur is a course by Dan Appleman in PluralSight.

It covers some interesting elements, including what you will go through as an entrepreneur, looking at goals, coming up with the idea, hiring, accounting, and funding.

I learned quite a bit, as while I've been an entrepreneur for decades – selling software online – it is a solo thing and thus doesn't include a lot of what he talks about.

I was particularly interested in the “lifestyle company” concept, as I had not seen it before – creating a company expecting that it won't grow much – just enough to make a living for you.

Overall, quite interesting, and well worth the 4 hours. Of course, joining Pluralsight for this would be overkill, but if you are already there and interested in the subject, I'd recommend it. The author also has several other interesting courses.

Categories
Course Review

Learning technology in the information age – Course Review

Learning technology in the information age, by Dan Appleman, is a short (2 hour) course in how to learn tech in the most effective way for your career. This is part of Pluralsight.

I liked the way that he divided the tracks in learning technology:

  • Fundamentals – the basics, can last a long time, but might be complex
  • Information – relevant to a specific tech – you usually don't need to learn the fundamentals to use it, but it might leave important holes in your knowledge; gets obsolete quickly, but easier to learn.
  • Skills – actually using what you know about information and fundaments to do stuff – what employers/clients usually want
  • Innovation – what experts are best on – but can be expensive to learn to that level, and less cost effective than just being competent

The course also goes into how to learn on each of the tracks, and the advantages of the various ways to learn, such as books, online courses, schools, etc. And ways to create a learning plan.

Overall, pretty interesting, and I have added several of his other courses to my lists.