Category Jekyll

Red Riding Hood

The first mass-produced book to deviate from a rectilinear format, at least in the United States, is thought to be this 1863 edition of Red Riding Hood, cut into the...

Press and education

Even the press, the classroom, the platform, and the pulpit in many instances do not give us objective and unbiased truths. To save man from the morass of propaganda, in...

Options for creating a new site with Jekyll

jekyll new <PATH> installs a new Jekyll site at the path specified (relative to current directory). In this case, Jekyll will be installed in a directory called myblog. Here are...

Never stopped worrying or loving the bomb

I’ve been through fire and water, I tell you! From my earliest pebblehood the wildest things you could imagine have been happening to this world of ours, and I have...

External Featured Image

Education must also train one for quick, resolute and effective thinking. To think incisively and to think for one’s self is very difficult.

Let's test spoilers

Director Magnus Suso Richter’s enigmatic psychological thriller (direct to video/DVD) was based upon screenwriter Michael Cooney’s own play “Point of Death” - a title that gave away the film’s entire...

Inception Movie

Review products, food, movies, restaurant and anything you like on your Jekyll blog with Mediumish! JSON-LD ready for review property.

Category tutorial

Red Riding Hood

The first mass-produced book to deviate from a rectilinear format, at least in the United States, is thought to be this 1863 edition of Red Riding Hood, cut into the...

Press and education

Even the press, the classroom, the platform, and the pulpit in many instances do not give us objective and unbiased truths. To save man from the morass of propaganda, in...

Options for creating a new site with Jekyll

jekyll new <PATH> installs a new Jekyll site at the path specified (relative to current directory). In this case, Jekyll will be installed in a directory called myblog. Here are...

External Featured Image

Education must also train one for quick, resolute and effective thinking. To think incisively and to think for one’s self is very difficult.

Let's test spoilers

Director Magnus Suso Richter’s enigmatic psychological thriller (direct to video/DVD) was based upon screenwriter Michael Cooney’s own play “Point of Death” - a title that gave away the film’s entire...

Inception Movie

Review products, food, movies, restaurant and anything you like on your Jekyll blog with Mediumish! JSON-LD ready for review property.

Category web development

External Featured Image

Education must also train one for quick, resolute and effective thinking. To think incisively and to think for one’s self is very difficult.

Category aurelia

SPFx Aurelia2

Aurelia has been around for a long time and think it truly is the best frontend framework out there. The second version of Aurelia is soon to be released and...

Aurelia and SPFx

Building Office 365/SharePoint applications with Aurelia Why care about Microsoft Office 365 anyway? Microsoft has been very successful in moving customers to their cloud offering Microsoft Office 365. You have...

Category spfx

Using Webpack 5 when building spfx

SPFx currently uses Webpack 4, which can be problematic when relying on Webpack 5. However, switching to Webpack 5 speeds up your code builds significantly. To make this transition, some...

SPFx Aurelia2

Aurelia has been around for a long time and think it truly is the best frontend framework out there. The second version of Aurelia is soon to be released and...

Aurelia and SPFx

Building Office 365/SharePoint applications with Aurelia Why care about Microsoft Office 365 anyway? Microsoft has been very successful in moving customers to their cloud offering Microsoft Office 365. You have...

Category Nuget

Getting 401 when restoring from custom NuGet-feed

We have had a custom NuGet-feed in AzureDevops for a long time. Everytime we switch to a newer developer machine we need to restore access to the custom feed. The...

Category SPFx

Installing windows-build-tools to allow Python builds.

If you are a developer working on a Windows machine, you may have encountered issues when building native Node.js modules. This is because some Node.js modules require compilation of native...

Category Python

Installing windows-build-tools to allow Python builds.

If you are a developer working on a Windows machine, you may have encountered issues when building native Node.js modules. This is because some Node.js modules require compilation of native...

Category rest

Keeping odata.nextLink property in a c# class

The SharePoint REST API produces properties with a dot (.) in their names. That caused me some troubles when I wanted to deserialize it to a C# class since I...

Category api

Keeping odata.nextLink property in a c# class

The SharePoint REST API produces properties with a dot (.) in their names. That caused me some troubles when I wanted to deserialize it to a C# class since I...

Category sharepoint

Using Webpack 5 when building spfx

SPFx currently uses Webpack 4, which can be problematic when relying on Webpack 5. However, switching to Webpack 5 speeds up your code builds significantly. To make this transition, some...

Keeping odata.nextLink property in a c# class

The SharePoint REST API produces properties with a dot (.) in their names. That caused me some troubles when I wanted to deserialize it to a C# class since I...

Category json

Keeping odata.nextLink property in a c# class

The SharePoint REST API produces properties with a dot (.) in their names. That caused me some troubles when I wanted to deserialize it to a C# class since I...

Category webpack

Using Webpack 5 when building spfx

SPFx currently uses Webpack 4, which can be problematic when relying on Webpack 5. However, switching to Webpack 5 speeds up your code builds significantly. To make this transition, some...

Category Teams

Resource-specific for you Teams app

As a Teams app developer, you may need to access various resources within a user’s Teams environment, such as messages, files, or channels. However, you need to ensure that users...

Category app

.Net core for SharePoint onprem

If you are still writing code for SharePoint onprem you have a few options to call SharePoint. Microsoft have provided the CSOM-libraries on top of .Net 4.8. The excellent SharePoint...

Resource-specific for you Teams app

As a Teams app developer, you may need to access various resources within a user’s Teams environment, such as messages, files, or channels. However, you need to ensure that users...

Category SharePoint

Appinv and Appregnew missing in SharePoint online

In SharePoint online the trusted appregnew.aspx and appinv.aspx has been disabled. The reenable them again you can just run below powershell script.

.Net core for SharePoint onprem

If you are still writing code for SharePoint onprem you have a few options to call SharePoint. Microsoft have provided the CSOM-libraries on top of .Net 4.8. The excellent SharePoint...