Development

Development

1996 bookmarks
Newest
The Art of Routing in Flask
The Art of Routing in Flask
Empower your Flask application to grow dynamically with intelligent routes and well-structured views.
·hackersandslackers.com·
The Art of Routing in Flask
Infrastructure as Code, Part One
Infrastructure as Code, Part One
IaC uses code to provision, configure, and manage infrastructure. In part one of this IaC miniseries, I will introduce you to the basic concepts and explain some of the benefits.
·crate.io·
Infrastructure as Code, Part One
the cloudyr project
the cloudyr project
The goal of this initiative is to make cloud computing with R easier, by providing robust tools for working with cloud computing platforms.
·cloudyr.github.io·
the cloudyr project
Home
Home
·mran.microsoft.com·
Home
Stored Procedure in SQL Server with R Code
Stored Procedure in SQL Server with R Code
In this article we will explore how to create custom stored procedures using R which is basically an R function that can be called from a SQL Server stored procedure.
·mssqltips.com·
Stored Procedure in SQL Server with R Code
How To Use git with Multiple Remote Repositories
How To Use git with Multiple Remote Repositories
git can be configured to push and pull from many locations at once, enabling you to store your code on two different platforms while only maintaining one local copy. Here’s how to set it up.
·cloudsavvyit.com·
How To Use git with Multiple Remote Repositories
Code & secret management best practices [2020] - GitGuardian Blog
Code & secret management best practices [2020] - GitGuardian Blog
Storing and managing secrets like API keys and other credentials can be challenging. Here are some of the best practices to help keep secrets and credentials safe.
·blog.gitguardian.com·
Code & secret management best practices [2020] - GitGuardian Blog
DB Connection Pools: Essential Knowledge for Web Developers
DB Connection Pools: Essential Knowledge for Web Developers
Typical data-driven web apps need a Database (DB) connection to render almost every page or to serve every API call. For scalability reasons, Web Server and Database servers are hosted on different Machines.
·mobisoftinfotech.com·
DB Connection Pools: Essential Knowledge for Web Developers