Author: Jamie

  • Destructuring assignment JavaScript

    The destructuring assignment syntax is a Javascript expression which allows for the unpacking of value from arrays or property from objects in specialized variables. It allows a fast way for an ad-hoc package of data.

    (more…)

  • Group an array of objects by key with Javascript

    Group array of objects by key Javascript

    I feel so privileged being able to use Linq group by statements when I’m working in C# to quickly and easily group a list of objects; however, when it comes to Javascript Arrays, it’s not quite so easy.

    (more…)

  • Entity Framework Core Database First (with examples)

    Entity Framework Core Database First

    Entity Framework Core is a popular object relational mapping software on the market. The .NET Core provides an efficient method for writing queries in C# while EF Core is responsible for transforming it into a similar SQL language and executing it on a connected database.
    (more…)

  • What is lazy loading in Entity Framework

    In this article, you’ll discover why lazy loading with Entity Framework is so beneficial and how you can implement it yourself.

    (more…)

  • SFTP 413 Request Entity Too Large error

    The fix for this error involves lowering the max file size of the computer. Once this is clear you will never see this error again. In this case the 413 Request Entity Size error is necessary. As a side-note in the article, we have referred to SFTP instead of FTP. Basically the former is safer (and hence the name). Although the differences may differ in the functionality, they can still vary across many applications. A further benefit of this website’s dashboard is that MyKinsta provides many useful features for you to get a quick access to my server easily.

    (more…)