Practical Advice for R in Production - Answering Your Questions
This is a guest post by Colin Gillespie from Jumping Rivers answering your questions from their most recent series of webinars, Practical Advice for Putting R in Production.
by Hong Ooi This article is a lightly-edited version of the "Microsoft365R and Shiny" vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with Azure Active Directory (AAD) into a Shiny web app. There are a few steps involved: Register your app with AAD Use the app ID to authenticate and get an OAuth token Pass the token to the Microsoft365R functions App registration The default Microsoft365R app registration only works when the package is used on a local machine; it does not support running in a remote server. Because of this, when you...
Express Tutorial Part 7: Deploying to production - Learn web development | MDN
That's the end of this tutorial on setting up Express apps in production, and also the series of tutorials on working with Express. We hope you've found them useful. You can check out a fully worked-through version of the source code on GitHub here.
Sometimes I write blog posts to remind myself what I’ve learned and sometimes I write them because someone else shares something and I want to remember that better. This post is one of the latter.
The Node Package Manager, or npm, is one of the best parts about Node, in my opinion. Package management can really make or break a language, so ensuring that...
How To Install Office 365 Insider Fast Version — TheSpreadsheetGuru
If you want access the newest Microsoft Office features, you can download the Insider version. This version of Microsoft Office acts as the first public testing grounds for all of the fresh features that have been cooked up over in Redmond. Learn how you can get setup with the Insider Version of Off
Exporting and Importing Credentials in PowerShell - Power Tips - Power Tips - IDERA Community
Credential objects contain a username and a password. You can create them using Get-Credential, and then supply this object to any cmdlet that has the -Credential...
Want to use Microsoft Defender using PowerShell? Here's how.
In this guide, we'll show you the steps to adjust settings and perform common tasks on Microsoft Defender Antivirus using PowerShell command on Windows 10.
This is a generating configuration utility for AutoHotkey (AHK) scripts. In order to run these scripts, one needs to either download and install Autohotkey from the main website (http://www.autohotkey.com) or have someone who has an install compile the script. Share your configuration by sending the URL to the generated code.
In a tool like Obsidian, direct, manually created links are the best way to connect your thinking across notes. This is the default behaviour of the Zettelkasten, and I appreciate the emphasis it's given by the folks at Zettelkasten.de. However, I'm also not against using other forms of linking
Learn how to configure and setup your computer for PowerShell Development. Start coding PowerShell daily with a few free components and easy configuration.
meshcloud/collie-cli: Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view.
Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view. - GitHub - meshcloud/collie-cli: Collie CLI allows you to manage your AWS, Azure & GCP c...
Gatsby is a React-based open source framework with performance, scalability and security built-in. Collaborate, build and deploy 1000x faster with Gatsby Cloud.
Grok helps developers organize and understand their codebase. Create visual and navigable "Flows" in the IDE with code, markdown, and image cells. Share information, improve developer efficiency, reduce context switching and more.
Hey there! I wrote a book called Atomic Design that dives into this topic in more detail, which you can buy as an ebook. We’re not designing pages, we’re designing systems of components.—Stephen Hay As the craft of Web design continues to evolve, we're recognizing the need to develop thoughtful de
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.