:::: MENU ::::
Browsing posts in: Pluralsight

A New Chapter – Full Time Authoring

Today marks a new chapter in my professional career. It isn’t a new start. It isn’t a career change. It isn’t a new book in the life of Lars. However, it is tremendously exciting, and even more so as I haven’t been able to talk about it until now.

From today I am a full-time author with Melbourne based A Cloud Guru (ACG). Some of you might have heard of them especially in the AWS world. They are an up and coming online learning content provider, that has a focus on not only high quality content, but also entertaining material that won’t make you fall asleep.

Continue Reading


Enterprise Angular Apps – Simplifying Complexity

If there is one thing I have learnt about Angular and the programming paradigm it dictates, it is that you either hate it or love it. Developers seems to be very much one way or the other. And ex-boss of mine has even told me that “I am making a mistake by not doing everything Angular”. I don’t agree. I have always been about “the right tool for the right job”. Which is why I am very happy that my mate Duncan Hunter can guide me through the jungle of Angular and associated libraries. A little while back we released a Pluralsight Play by Play on using the ngrx library with Angular, and it has been extremely popular.

And now we are back! Duncan put it to me that enterprises are struggling to use Angular in any meaningful way, as their code base is often complex and has a ton of inter-dependencies. And of course he didn’t bring a problem without a solution. In this brand new course we go through the steps of building enterprise grade applications with the Nx library for Angular. We look at managing multiple repositories, creating a new Nx workspace, creating new apps and libraries, and how we can use it with ngrx as well.

The course is available right now on Pluralsight.


Using Modern Web Security Patterns

This notion of “being secure on the web” is a statement that has many nuances and flavours. When a client of mine or learner through Pluralsight asks about web security and what they should do, it is never a black and white answer. It is always “it depends”, because it really does. Finding a way to implement the security measures that make sense for a particular product or project is never that simple.

However, there are a bunch of things you can do to move your website towards that “more secure” end of the security spectrum. These modern patterns include

  • Subresource integrity (SRI) checking
  • Content security policies (CSP) and exceptions
  • CSP reporting
  • Cross site scripting auditing (XSS)
  • Certificate authority authentication (CAA)
  • Http Strict Transport Security (HSTS)

That is a lot of acronyms in an industry that don’t need any more (really, we don’t). These tools and techniques are crucial in being on top of your web security, which is why my good mate Troy Hunt and myself sat down in February 2018 and recorded a new Pluralsight course.

This course is exceptionally relevant if you are developing any kind of web project, whether fresh or legacy. Most of the elements in this course can be used on any web project and retrofitted with little investment and great benefit. And it is only 1.5 hours, so perfect for your commute.

The course is live now.


Behind the Scenes of a Pluralsight Course

Today I released a new Pluralsight course with my mate Scott Allen. It is my 15th play by play course and I am enormously proud of it and I absolutely think you should go watch it to learn about ASP.NET core, Azure resource templates, containers and docker services. It is the new way to release software for the web. However, that isn’t the main reason I am writing this post.

Continue Reading


Who, What, Why, When, Where and How of Digital Realities – Pluralsight Course

For the past two years I have been involved in a lot of aspects of HoloLens development. I have done large presentations at international conferences, user groups talks, taught 1-2 day workshops around the world, written numerous articles and even created the first Pluralsight course on the topic. I have spoken to thousands of developers through various mediums and been part of two startups in this field. Safe to say: I love this space.

Throughout all of these interactions and experiences, the main question I got was “What is HoloLens?” along with “What is Mixed Reality?” It was a completely legit questions, considering how ground-breaking and how new the device and technology is/was. However, the real confusion has been what is the difference between augmented, virtual and mixed reality. What is each used for, how do they apply to my industry, which is the best fit for my project? And these questions came from developers, designers and business people alike. There is a real confusion about the differences. In fact, most people aren’t aware that there is anything beyond virtual reality.

To help the general education and explain my understanding and point of view on the whole space of digital realities, I have created a new Pluralsight course doing just that. It isn’t an in depth course at how to develop a particular feature or skill, but rather it is a big picture understanding of augmented, virtual and mixed reality as it relates to developers, designers, project owners and businesses. It is a short and concise introduction to a very complex space that is moving at an accelerated pace.

You can watch the trailer for free now, and learn all about Digital Realities – The Big Picture.


Reuse Code Between Angular and Ionic – New Pluralsight Course

I have been building software projects for almost 20 years. Initially I was writing specs for the systems to be build and then testing that “I got what I ordered”. I then moved on to building my own websites (in PHP!), before tackling very large systems both in infrastructure and servicing 1000s of requests per second. One of the main focuses in all of these projects, once you got beyond the early prototypes, were reuse. Reuse of code, reuse of modules, reuse of services.

The premise was that by reusing parts of your project in multiple places you would eliminate bugs, reduce maintenance, improve efficiency and reduce overall development time. While all this in theory is true, the real world is always a different beast. In my experience though, the requirements were often slightly different, the features needed weren’t exactly the same, the input data varied or something else just didn’t align. It was never as simple as write once, reuse to infinity. A lot of the time we either ended up with bloated modules that catered to everything or we came up with a too complex architecture, only for the sake of reuse.

Reuse is still a challenge, but if you can get the right balance between common and unique code, it can really be worth it. When my good mate Duncan suggested we do a course on how to share code between Angular and Ionic, I was on board! In case you aren’t familiar with Ionic, it is a framework to create native mobile applications with JavaScript, HTML and CSS, in an architecture pattern familiar to Angular developers.

And here it finally is. We recorded the course back in August while at NDC Sydney, and it is full of great tips, architecture hints and guidance on getting your web code onto your native apps. We build a complete app both for web and mobile, and explain along the way what you should and shouldn’t share between the two platforms, how to share code using an npm package, how to deploy it and much more.

Go watch the trailer right now, and enjoy the full course at your leisure.


Using Swift Programming Server-side – New Pluralsight Course

Yep, I know. The courses on Pluralsight are coming fast and often at the moment. However, this one is on a topic I wasn’t even aware of, until Steve introduced it in this course. Did you know that the Swift programming language known for being the new iOS language for iPhone and iPad, is used server side? Yes, the language is growing up, and with the help of Apple open sourcing it and IBM contributing it is now a fully fledged option for your backend systems.

Steve the hair model

Swift in itself is a very expressive and fully featured language that has a large following of developers. While there is a lot of focus and attention on the consumer side of the language, the tools and services for the server side have steadily evolved. You can get complete docker images, pre-built middleware, templates and much more. It really is ready for prime time production usage.

In this course Steve teaches me all about the various options, as well as gives a brief introduction to the Swift language itself. It is a really nice introduction to a piece of technology with great potential that few are aware of.

Check out the free trailer and start learning about Swift on the server today.


Asking Great Questions and Diagnostics – New Pluralsight Course with Jon Skeet

In a traditional software development education process you’ll learn about PC architecture, algorithm design, language constructs, mathematics and more programming specific skills. What you don’t learn, is how to ask great questions and creating a resource for future developers. Being able to articulate and explain a problem in its simplest form is a crucial skill in not only getting a resolution to your problem, but also assisting the current community to be even better.

I will be the first to admit that I am not a “forum guy”. I don’t trawl user forums and developer community sites to see where my expertise can be used to solve someones query. I choose to spend my time in other places, such as online courses, user groups, presentations, webinars and many other things. However, like almost any other developer I use the knowledge of Stack Overflow all the time. I am very appreciative of that resource and the system it provides to filter out the best (and worst) questions and answers. And when it comes to Stack Overflow royalty it doesn’t get much higher than Jon skeet. Jon has the highest ranked profile on the site BY A MILE! So it made complete sense to me to team up with Jon to create a course with Pluralsight on how to ask questions in a developer world.

This is an unusual course that focuses on a very technical issue in a very non-technical context. I get to pick Jon’s brain on how to create a great question, right from the worst incarnation of one. We go through the process of doing as much as possible to find the best way to ask a question, including how to word it, how to do your own diagnostics and different ways to ask the same question depending on context. Jon’s enthusiasm and passion for this topic comes through as a flood of positive energy.

This course is a must watch for all software developers. If we could all aim to be at Jon’s level when it comes to creating and answering great questions for the greater good of the community, we would all win.

Check out the Play by Play: Problem Solving in a Developer World today.


ngrx Handles Managed State in Angular – New Pluralsight Course

Way back in June I had the privilege of sitting down with Duncan Hunter in Oslo and talk about ngrx for Angular. At the time I had very little knowledge of the topic, but Duncan assured me it was the latest little black dress for Angular. While at NDC Oslo we recorded a Play by Play course for Pluralsight on just this topic.

In short, ngrx is state management for you Angular application, something that is very difficult to handle on the web, which is by definition stateless. However, ngrx is merely a library for Angular so you aren’t learning a whole new framework or setting up projects you aren’t familiar with. The ngrx library gives you a managed store, which is handled by using reducers and effects. The following diagram gives you an idea of the new flow you get with ngrx.

We are immensely proud of this course and in the first week it has gone to number 22 of all courses on Pluralsight in terms of viewers, so we must have done something right! If you want to learn more about ngrx, please do watch this course. It is currently the only one on the topic in the Pluralsight library.


No Excuses: HTTPS is Dead Easy to Implement – New Pluralsight Course

Ever since I have been involved in any kind of web development and web technologies, having a secure website running over HTTPS (which is nowadays actually TLS) was a really difficult task. It required very specific knowledge about web servers, about certificate creation and installation, a very specific sequence of steps and a lot of money to renew the certificate(s) every year.

Having a web site served securely was something for the big sites, and the ones who’s services required it (such as banks). However, the last few years have seen a ton of data leaked and services breached. It has almost become an accepted reality that your online data will be sold, leaked or otherwise distributed around the net. These leaks mean that the data you share on the Internet should ideally be secure from end to end, to at least minimise some of the risk.

Continue Reading


Pages:1234