Category: TypeScript

TypeScript in 50 Lessons
TypeScript in 50 Lessons
Ebooks

TypeScript is one of the most loved programming languages. But the sheer amount of material, perspectives, and use cases can be overwhelming. Discover everything you need to know about TypeScript in 50 short lessons!   Purchase the full ebook here

Genius in Hindsight: TypeScript Type Annotations
Genius in Hindsight: TypeScript Type Annotations
Blog Posts

When TypeScript first landed in public view in October 2012, the type annotations looked a bit funky. If you were a student of type theory, they would have been familiar; but most programmers wouldn’t have seen a type annotation like this before: var name: string; Given the popularity of putting type names before variable names,… READ MORE

Latest on the ESPC Community
Latest on the ESPC Community
Blog Posts

Grow and enhance your skills with the European SharePoint, Office 365 & Azure Community. Joining the ESPC Community, gives you access to the online resource centre at sharepointeurope.com, providing the best, free content on SharePoint, Azure and Office 365. Topics covered include Microsoft Teams, SharePoint, SharePoint Framework, Office 365 Groups, OneDrive, PowerApps & Flow, Security,… READ MORE

Let’s start TypeScript – Part 1
Let’s start TypeScript – Part 1
Blog Posts

TypeScript isn’t really a new language, it’s a way of writing code in the next generation of JavaScript before it’s fully supported by all browsers. By the time that browser support for ES6 is there, we’ll be all writing TypeScript using ES9 features that ‘transpile’ down to ES6 code! Of course, there are cool features of the typescript… READ MORE

SOLID Web Parts with SharePoint Framework
SOLID Web Parts with SharePoint Framework
Blog Posts

The principles of SOLID are guidelines that can be applied to software development to improve legibility and maintainability of software applications. This article by Stefano Tempesta, MCC & MVP, explores best practices and design patterns for developing SharePoint SOLID Web Parts in TypeScript, using the new client-side SharePoint Framework, and improving compliance to the five SOLID… READ MORE