I work in a control systems company, where the primary work is SCADA and PLC, along with other control systems stuff.
Software development is not really something the company does, apart from little
The Ultimate Guide to Onboarding Developers: Industry Best Practices
Onboarding new hires requires taking their perspective into account and designing the best possible experience to get your new teammate assimilated and contributing as quickly as possible.
6 simple Shiny things I have learned from creating a somewhat small app
I recently built a small Shiny app where I had to search for how to do a lot of things. Here are 6 things I learned doing that. Maybe a Shiny beginner will find something useful in here.
Finish your insurance actuarial modeling in hours, not days
Because of existing and upcoming regulations, insurers perform quite a bit of analysis over their assets and liabilities. Actuaries need time to review and correct results before reviewing the repo...
cas_loss_reserve_db: CAS Loss Reserve Triangle Database in problemofpoints/reservetestr: Provides a Framework for Testing Loss Reserve Methods
Full dataset from the Casualty Actuarial Society's (CAS) loss reserving database. From the CAS website: "Our goal is to prepare a clean and nice data set of loss triangles that could be used for claims reserving studies. The data includes major personal and commercial lines of business from U.S. property casualty insurers. The claims data comes from Schedule P - Analysis of Losses and Loss Expenses in the National Association of Insurance Commissioners (NAIC) database." This package pulls the by line .csv files from the CAS website and creates a tidy data set. Column names were changed from the original data to make them more user friendly.
Learn how to connect Microsoft Excel to a database in Azure SQL Database or Azure SQL Managed Instance. Import data into Excel for reporting and data exploration.
Insurance-Management-System/l7.sql at master · shah-deep/Insurance-Management-System
Database Management System for an Insurance Company. Made in PHP. - Insurance-Management-System/l7.sql at master · shah-deep/Insurance-Management-System
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.
Push your code and see your builds happening in your terminal with "git deploy"
By extending git on your local machine with just one small Python script, you can see your Cloud Build triggers deployed as you push your code up to GitHub.