Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimutaka/posts

Technical writing and essays
https://github.com/rimutaka/posts

blogging essays technical-writing

Last synced: about 2 months ago
JSON representation

Technical writing and essays

Awesome Lists containing this project

README

        

# Table of Contents

---

## [How Lean Canvas saved me from working on a bad idea](anatomy-of-failed-validation/)
> A practical guide to startup idea validation based on a real-life project

## [Cloud migration assessment with Microsoft DMA and SqlPackage tools](azure-sql-migration-series/cloud-migration-assessment-with-microsoft-dma-and-sqlpackage-tools/)
> A brief guide for estimating migration cost from on-prem to Azure SQL

## [Estimating Azure SQL Server Size for on-prem migration](azure-sql-migration-series/estimating-azure-sql-server-size-for-on-prem-migration/)
> This article is a real-file example of estimating monthly running costs for a system with multiple MS SQL databases after migrating from "on-prem" to Azure.

## [Merging development and production MS SQL databases for cloud migration](azure-sql-migration-series/merging-development-and-production-databases-for-cloud-migration/)
> A practical guide for large-scale "on-prem" to Azure SQL migration projects

## [Migration of Cross-DB Queries and Linked Servers from on-prem MS SQL to Azure ElasticQuery](azure-sql-migration-series/migration-of-cross-db-queries-and-linked-servers-from-on-prem-ms-sql-to-azure-elasticquery/)
> A practical guide for migrating SELECT, INSERT, UPDATE, DELETE and EXEC statements to ElasticQuery at scale

## [On-prem to Azure SQL migration assessment report](azure-sql-migration-series/on-prem-to-azure-sql-migration-assessment/)
> A report from a real-life migration project involving multiple MS SQL databases

## [Visualizing differences in T-SQL code between multiple databases](azure-sql-migration-series/visualising-differences-and-similarities-in-multiple-database-schemas/)
> A quick guide with code examples for comparing codebase between large number of similar databases

## [Cargo [features] explained with examples](cargo-features-explained-with-examples/)
> If you feel confused about all the intricacies of Cargo.toml *[features]* section you are not alone ([1](https://github.com/Geal/nom/issues/544),[2](https://github.com/chyh1990/yaml-rust/issues/44),[3](https://github.com/rust-lang/cargo/issues/4328)).

## [Replacing Google Analytics with CloudFront metrics](cloudfront-analytics/)
> A detailed look at AWS website monitoring tools built into AWS CloudFront

## [How to switch to working remotely: COVID-19 edition](covidpocalypse/)
> A practical guide for corporate managers facing the risk of business disruption due to staff absences

## [Identifying code differences in multiple MS SQL databases](drafts/comparing-multiple-customer-dbs-for-cloud-migration/)
> A detailed guide to comparing and normalizing MS SQL codebase for cloud migration

## [How I fixed UpWork.com with 100 lines of code](how-to-fix-web-annoyances-you-cant-do-without/)
> A short story of learning a new skill everyone should have anyway

## [How to run stateful AWS Lambda functions in any language using custom runtimes](lambda-runtime-internals/)
> An illustrated explanation of how Lambda environment works

## [What Middle Managers and Soviet Commissars have in common](on-middle-managers/)
> How to avoid joining companies with bad culture

## [You're a power-user? You are not wanted any more.](on-power-users/)
> How to focus on a bigger market and not leave your early adopters behind

## [AWS EC2 as a Rust development server with VSCode](rust-dev-on-ec2/)