Visual Studio Code MCP
The Rust Programming Language - The Rust Programming Language
Parse Server-Sent Events
Functionality to parse server-sent events with a high-level
interface that can be extended for custom applications.
Get started - xlcharts
Technical Guidelines for R
Best practices with R around select topics.
r-lib/producethis: What the Package Does (One Line, Title Case)
Note the use of the /exec folder for different deployable workflows
JohnCoene/mjml: 📨 Create responsive emails with R
📨 Create responsive emails with R. Contribute to JohnCoene/mjml development by creating an account on GitHub.
dreamRs/apexcharter: :bar_chart: R Htmlwidget for ApexCharts.js
:bar_chart: R Htmlwidget for ApexCharts.js. Contribute to dreamRs/apexcharter development by creating an account on GitHub.
The /llms.txt file – llms-txt
A proposal to standardise on using an /llms.txt file to provide information to help LLMs use a website at inference time.
Claude Code overview - Anthropic
Learn about Claude Code, an agentic coding tool made by Anthropic. Currently in beta as a research preview.
For Server Developers - Model Context Protocol
Get started building your own server to use in Claude for Desktop and other clients.
What is the Model Context Protocol (MCP)? — WorkOS
Anthropic developed the Model Context Protocol (MCP), an open standard that connects AI assistants to systems where data actually lives—content repositories, business tools, development environments, and more.
GitHub Copilot: The agent awakens - The GitHub Blog
Introducing agent mode for GitHub Copilot in VS Code, announcing the general availability of Copilot Edits, and providing a first look at our SWE agent.
Documenting functions
The basics of roxygen2 tags and how to use them for documenting functions.
Examples
@examples provides executable R code showing how to use the function in practice. This is a very important part of the documentation because many people look at the examples before reading anything. Example code must work without errors as it is run automatically as part of R CMD check.
For the purpose of illustration, it’s often useful to include code that causes an error. You can do this by wrapping the code in try() or using \dontrun{} to exclude from the executed example code.
For finer control, you can use @examplesIf:
#' @examplesIf interactive()
#' browseURL("https://roxygen2.r-lib.org")
Instead of including examples directly in the documentation, you can put them in separate files and use @example path/relative/to/package/root to insert them into the documentation.
All functions must have examples for initial CRAN submission.
Redirections in HTTP - HTTP | MDN
URL redirection, also known as URL forwarding, is a technique to give more than one URL address to a page, a form, a whole website, or a web application. HTTP has a special kind of response, called a HTTP redirect, for this operation.
LLM Text - Perfect Agent Context for any URL
Typescript Transpiler Explained
Learn about the Typescript Transpiler, its benefits, setup, transpilation vs. compilation, controlling options, automation with watch mode, and more. Simplify your Typescript coding experience.
3MW (Shiny's module-first approach)
Weekly bite-sized tips on DataViz, Shiny and Stats/Machine Learning.
Building reproducible analytical pipelines with R
Introduction - Templater
R Development Guide
A guide to R development.
Getting Started with Julia for Actuaries
An overview of the basic tooling and packages available for the Julia programming language, with a focus on why this is of interest to the actuarial profession. It covers some of the built-in language features as well parts of the Julia package ecosystem that make Julia ideal for modeling and data analysis. This is the second installment in a series of article aimed at actuaries. The first installment, Julia for Actuaries, was published in the October 2020 edition of Actuarial Technology Today, and covered the base language itself, its high-level, math-friendly syntax, and why the actuary of the future should consider its adoption.
About this guide | Google developer documentation style guide | Google Developers
Editorial style guidelines for public-facing Google developer documentation.
ETL Database - a guide to ETL/ELT for data engineers and data analysts
ETL database is an introductory guide to ETL. Learn about ETL process, types of transforms, common ETL challenges, and much more.