Today I Learned
A collection of concrete writeups of small things I learn daily while working and researching. My goal is to work in public. I was inspired to start this repository after reading Josh Branchaud's TIL collection.
288 TILs and counting...
- Getting started with Jest - Thu Jun 16 11:11:31 2022 +0100
- AppSync - Sun May 29 22:42:52 2022 +0100
- ```yml - Thu May 26 18:21:53 2022 +0100
- Copy a folder to output directory - Sat Jan 22 14:47:14 2022 +0000
- Interesting linq statements - Wed Jan 12 18:22:19 2022 +0000
- System.Text.Json - Tue Jan 11 15:20:38 2022 +0000
- Creating resources in multi region - Tue Dec 28 13:51:56 2021 +0000
- Simple function app - Sat Dec 25 21:30:26 2021 +0000
- Azure Function in JavaScript - Sat Dec 25 16:58:28 2021 +0000
- Cosmos DB Trigger - Sat Dec 25 12:35:09 2021 +0000
- # Resources - Tue Dec 21 14:57:43 2021 +0000
- Cosmos DB Indexing - Sat Dec 11 19:08:05 2021 +0000
- Typescript Domain Object - Sat Dec 11 10:31:14 2021 +0000
- Terragrunt input vars - Fri Dec 10 16:30:03 2021 +0000
- Connec using AnyConnect from terminal - Mon Nov 29 23:08:15 2021 +0000
- React Native Camera - Mon Nov 22 12:32:56 2021 +0000
- Remove old provisioning profiles - Mon Nov 22 12:29:52 2021 +0000
- Create a new certificate - Sun Nov 21 22:26:03 2021 +0000
- Where are the archives? - Fri Nov 19 16:37:48 2021 +0000
- Using GraphQL Playground - Wed Nov 17 13:52:09 2021 +0000
- angular-js
- api
- asp-net-core
- automapper
- aws
- aws-sns
- azure
- azure-data-studio
- azure-devops
- azure-functions
- azure-service-bus
- bash
- brew
- car
- checklists
- cisco-anyconnect
- cocoapods
- cosmos-db
- csharp
- curl
- dapper
- detox
- docker
- domain-driven-design
- dot-net
- dotnet
- eastic-search
- electron
- fiddler
- file-pond
- firebase
- fluent-migration
- fsharp
- functional-programming
- gatsby-js
- git
- github
- github-actions
- gitlab
- glossaries
- gmail
- golang
- grafana
- graphql
- graphql-client
- gulp
- hackintosh
- html
- husky
- iPhone
- identity-server
- iis
- javascript
- jekyll
- jest
- journals
- json-net
- k6
- keyboard-shortcuts
- korean
- kubernetes
- logentries
- mac
- microsoft-dynamics-nav
- mock4net
- moq
- mysql
- next-js
- ninject
- node-js
- nuget
- parallels-desktop
- pdf-sharp
- postman
- python
- react
- react-native
- react-native-testing-library
- react-navigation
- regular-expression
- resources
- rider
- ruby
- ruby-gem
- scriptcs
- sentry
- serverless-framework
- slack
- snapshooter
- specflow
- sql
- sql-server
- ssl
- stripe
- swagger
- swift
- system.text.json
- tailwind-css
- terminals
- terraform
- terragrunt
- tools
- typescript
- virtual-box
- vs-code
- webdriver
- webjob
- webpack
- windows-script
- work
- xcode
- xunit
- yarn
- Configuration in ASP.NET
- ASP.NET Core
- ASP.NET Parameter Mappings
- Handling XML Request in ASP.NET Core controller
- HttpClient DelegatingHandler
- IConfiguration in Unit Test
- Read Request Body
- Conatinerised ASP.NET Core Web API
- AppSync
- AWS Certificate Manager
- aws cli
- cloud formation
- // Stop the instance
- ## resources
- aws rds
- AWS - S3
- Step Function
- # Resources
- lambda
- Sign HttpRequestMessage using AWS Signature v4
- SQS
- Allow CORS for HTTP Triger
- Azure Function in JavaScript
- Unit-testing C# Azure Function
- Azure Functions core Tools
- [Azure Functions hosting options](azure-functions/azure-functions-hosting-options.md)
- Azure Functions Logging
- Cosmos DB Trigger
- Dockerise Azure Functions
- Azure Functions in typescript
- Developing and running Azure functions on a local machine
- Bash commands
- Displaying the content of a file on the shell
- Make bash script executable
- Oh My Zsh
- Pass arguments with spaces to a shell script function
- Copy a folder to output directory
- ## basic
- // map
- C#
- ID class to avoid primitive obsession
- Interesting linq statements
- Polly
- Reading appsettings.json file in test project
- Refit
- ## Request
- System.Text.Json
- Test Data Builder
- Docker basic commands
- docker-compose up / down
- Docker concepts
- Docker Introduction
- Docker Networks
- Dockerize an ASP.NET Core application
- Login to docker shell interactively
- Cli with CommandLineParser
- Configuration
- Copy all conetent files to output folder
- Models for Primitive Types
- .NET Cli
- Logging in .NET
- Registering services in .NET
- Auto-generate README for TIL
- Build .NET code with Github action
- CODEOWNERS
- Deploy Azure function with Azure Functions Core Tool
- Deploy Azure functions with Github actions
- Deploying C# severless project to AWS lambda
- Github CLI
- Github Packages
- Githut shortcuts
- Github keyboard shortcuts
- Build and deploy Jekull website to AWS S3
- Create .env file
- Deploy Azure Function
- Deploy static website to Azure Blob Storage
- Github Actions Getting Started
- ```yml
- Run terraform scripts with github actions
- [* AMI: An Amazon Machine Image (AMI) is a special type of virtual appliance that is used to create a virtual machine within the Amazon Elastic Compute Cloud ("EC2"). It serves as the basic unit of deployment for services delivered using EC2.](glossaries/dictionary.md)
- Convert string to different types in Go
- Creating HTTP Request in Go
- Getting JSON response from HTTP Get
- If with a short statement
- Methods in Go
- Writing my first Go test
- async and await
- #### css3 selector
- ```javascript
- ```javascript
- ## date
- #### post
- refresh observablearray
- // install directory from github repo
- Display the whole pdf
- * https://github.com/mzabriskie/axios: Promise based HTTP client for the browser and node.js
- spread ...
- [Getting started with K6](k6/getting-started-k6.md)
- Build ASP.NET Core applications deployed as Linux containers into an AKS/Kubernetes orchestrator
- Kubernetes concepts
- Kubernetes commands
- ```javascript
- 1. install node-inspector
- Kill node process
- npm commands
- nvm
- * fs extra, including file copy: https://github.com/jprichardson/node-fs-extra
- Set Up
- 1. install dependencies
- Resuing code with composition
- Create react app
- ```javascript
- React Hooks
- ```javascript
- Run on device
- Resources
- react
- import React, { PropTypes, Component } from 'react';
- Resources
- * Getting started with redux: https://egghead.io/courses/getting-started-with-redux
- ```javascript
- ```javascript
- React Native Camera
- React Native upgrade issues
- [Setting up development environment](react-native/setting-up-development-environment.md)
- Open a file in Rider from the terminal
- Exporting .editorconfig
- Rider shortcuts
- Set environment variables in Rider
- 1. Update gem file
- * http://stackoverflow.com/questions/18908708/installing-ruby-gem-in-windows
- ```ruby
- * from https://stackoverflow.com/questions/25433031/specflow-test-step-inheritance-causes-ambiguous-step-definitions
- * When select the last postcode in the list
- ```sql
- # Restricting parent by children's data
- * To refresh intellisense: ctrl + shft + r
- from http://stackoverflow.com/questions/3317433/delete-duplicate-records-in-sql-server
- ```sql
- Add / Remove a column
- Subquery returned more than 1 value
- ### query all tables containing a column name
- ```sql
- terraform CLI commands
- Creating resources in multi region
- required-group
- Simple function app
- Terraform Getting Started
- Module
- Terragrunt input vars
- CLI Commands
- Typescript Domain Object
- Commit and push automatically on save
- ## Set up
- What is typescript?