Found 211 bookmarks
Newest
Clarifying what you captured
Clarifying what you captured
Anything that we capture in our attention needs clarification about what it means to us. Here's a process for doing that.
·rtalbert.org·
Clarifying what you captured
Azure images - Builders | Packer by HashiCorp
Azure images - Builders | Packer by HashiCorp
Packer is able to create Azure VM images. To achieve this, Packer comes with multiple builders depending on the strategy you want to use to build the images.
·packer.io·
Azure images - Builders | Packer by HashiCorp
Optimizing your $Profile
Optimizing your $Profile
Optimizing your $Profile Your PowerShell Profile allows you to customize your PowerShell session and runs at startup. Complex profiles can cause a significant delay in the startup of PowerShell as it is a script that needs to be executed before the prompt first shows up.
·devblogs.microsoft.com·
Optimizing your $Profile
Field Guide to the R Ecosystem
Field Guide to the R Ecosystem
This guide aims to introduce the reader to the main elements of the R ecosystem.
·fg2re.sellorm.com·
Field Guide to the R Ecosystem
Add POST requests to {shiny} with {brochure} - Colin Fay
Add POST requests to {shiny} with {brochure} - Colin Fay
[Disclaimer] The package presented in this blog post is stillexperimental at the time of writing these lines (2021-02-28), so itmight face some API changes in the future.Yesterday Jacqueline’s tweeted about her need to add POST requests toa {shiny} application.I'm astounded that it doesn't seem like a Shiny app is able to acceptPOST requests. I have data I wanna pass to my server :/— Dr. Jacqueline Nolis (@skyetetra)February27, 2021This is actually one of the things I had in mind when building{brochure}: more flexibility with the HTTP requests and how they arehandled.So here is a working ex...
·colinfay.me·
Add POST requests to {shiny} with {brochure} - Colin Fay
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
When using shiny in production, often you will want to have some sort of database interactions for storing and accessing data. The DBI package provides an easy way to do the database interactions with a variety of SQL database flavors. In this example, I’m going to use a SQLite in memory database for reproducibility. In practice, you will just switch to the code to use a persistent database. Let’s start by creating a table to right to.
·roh.engineering·
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
R shiny app dashboards in 2021: The Ultimate Guide for Busy People – YakData brightRserver
R shiny app dashboards in 2021: The Ultimate Guide for Busy People – YakData brightRserver
In this guide you’ll find both original content and curated resources to: + Build R shiny apps from scratch + Select the optimal dashboard framework for your R shiny app dashboard + R packages to build interactive, professional quality data visualization + Improve the user experience and dashboard speed tricks + All the ways you can deploy and share R shiny app dashboards + Lessons from a dashboard veteran for better R shiny app dashboards
·yakdata.com·
R shiny app dashboards in 2021: The Ultimate Guide for Busy People – YakData brightRserver
The Docker Handbook – 2021 Edition
The Docker Handbook – 2021 Edition
The concept of containerization itself is pretty old. But the emergence of the Docker Engine in 2013 has made it much easier to containerize your applications. According to the Stack Overflow Developer Survey - 2020, Docker is the #1 most wanted platform, #2 most loved platform, and also the #3
·freecodecamp.org·
The Docker Handbook – 2021 Edition
GTD and Computer Programming | Getting Things Done® Forums
GTD and Computer Programming | Getting Things Done® Forums
Programming has been my hobby for as long as I can remember. It's a large part of my day job, I moonlight as a freelance programmer and I have several hobby projects. However, I can't seem to...
·forum.gettingthingsdone.com·
GTD and Computer Programming | Getting Things Done® Forums
The Twelve-Factor App
The Twelve-Factor App
A methodology for building modern, scalable, maintainable software-as-a-service apps.
·12factor.net·
The Twelve-Factor App