Using keyof in TypeScript Generic Function Constraints We commonly use Generics when developing applications with TypeScript. This post will demonstrate how to use the keyof operator as part of your generic function constraints. I’ll use some example code that was… Read More ›
Software Development
MongoDB Update With and Without Set Operator
MongoDB Update A quick update to the developer notebook: have you tried using the MongoDB update command with-and-without the $set operator? Generally, when you want to update a document in a collection, you will select from: updateMany: updates multiple documents… Read More ›
Angular App for Office 365 SharePoint Using REST Web Services
After you register your custom applications with Azure Active Directory, it’s straightforward to build a completely remote application for working with Office 365 SharePoint data which depends only on the SharePoint REST web services. Angular SharePoint App Demo Below is… Read More ›
SDL – Security Development Lifecycle – Threat Modeling – DREAD
Many of us today are developing solutions using Microsoft 365, AWS, and other cloud ecosystems as our core platform and computing environment. We also often tie in Azure services, and reach out across the globe to wire-in free (or subscription… Read More ›
jQuery UI Calendar Datepicker in an Angular App with ng-init
If you’re building an app using AngularJS, I’m sure you’re like me and try to do everything with pure Angular, but sometimes you need to fall back on existing frameworks such as jQuery UI. This is probably more so in… Read More ›
SharePoint Managed CSOM – Field Relationships RelationshipDeleteBehavior
SharePoint Field Relationship Delete Behavior I am trying to stay focused only on writing my Business Management in Office 365 and SharePoint posts, but ran into an old problem in a new scenario today and wanted to share within this post…. Read More ›
Education Solutions in Office 365 and SharePoint – Assignments and Student Grading with a Mobile App in Azure and Document Sets
Now we’re really seeing the Education Solution in Office 365 SharePoint come together, and we move on to use Document Sets and build a new Mobile App hosted in Azure for student assignments and teacher grading. There are a lot… Read More ›
Education Solutions in Office 365 and SharePoint – SharePoint Hosted Add-Ins – Bootstrap Navigation – Mobile App Designs and Prototypes
As we progress with the Education Solution in Office 365 and SharePoint, the first build of our Mobile App (SharePoint Hosted Add-In) has been deployed. As expected, design and prototyping are consuming a majority of project time and budget. Creation/Maturation… Read More ›
Education Solutions in Office 365 and SharePoint – Bootstrap to Brand System Pages and Custom Pages
The design and approach for the Education Solution in Office 365 SharePoint using Twitter’s Bootstrap have been approved, a skeleton solution is checked-in to TFS in Visual Studio Online, and the solution is successfully deploying several core branding and business… Read More ›
Education Solutions in Office 365 and SharePoint – Developer Planning – the JavaScript Object Model (JSOM) – Bootstrap – jQuery
We’ve laid the framework for our Education Solution in Office 365 and SharePoint with the production of prototypes, wireframes, and through rich discussion around our core scenarios. This led to a variety of agreements around User Experience (UX), User Interface… Read More ›