Этот коммит содержится в:
Ihar Hancharenka 2023-08-18 11:15:58 +03:00
родитель b1c93da10e
Коммит e176cfae87
10 изменённых файлов: 64 добавлений и 0 удалений

5
db/sql/mssql/docs/books.txt Обычный файл
Просмотреть файл

@ -0,0 +1,5 @@
2022
Fritchey - SQL Server 2022 Query Performance Tuning
1CC1FE1B8493625D762C656DEE6DDDF4
77F3B1126F6FF08C084A6F6158CAB5AC
! need to look

Просмотреть файл

@ -7,6 +7,8 @@ https://github.com/le0pard/postgresql_book
https://habrahabr.ru/post/324334/
2023
Burch - Learn PostgreSQL from Basics
????
Schonig - Mastering PostgreSQL 15
402B3171CA16FF85275940B0F473BE6E
2022

Просмотреть файл

@ -1,3 +1,7 @@
2022
OliveiraRocha - Practical Event-Driven Microservices Architecture
90EEB7AF617ECBD34E54E91F1693FDBC
! good, but arch-only
2020
SiriwardenaDias - Microservices Security in Action
9140698DFBA705A3B17FE036424758AE

Просмотреть файл

@ -1,6 +1,8 @@
https://docs.sourcegraph.com/cli
https://docs.sourcegraph.com/cli/quickstart
https://github.com/sourcegraph/src-cli
src
api
batch

Просмотреть файл

@ -0,0 +1,30 @@
https://sourcegraph.com/get-cody
https://docs.sourcegraph.com/cody/overview/app
https://docs.sourcegraph.com/cody/overview/app/app_configuration
https://docs.sourcegraph.com/cody/overview
https://docs.sourcegraph.com/cody/quickstart
https://docs.sourcegraph.com/cody/overview/app/integrations
https://docs.sourcegraph.com/cody/explanations
https://docs.sourcegraph.com/cody/capabilities
exts
https://plugins.jetbrains.com/plugin/9682-cody-ai-by-sourcegraph
? not a linux
vscode:extension/sourcegraph.cody-ai
https://docs.sourcegraph.com/api/graphql
token
https://docs.sourcegraph.com/cli/how-tos/creating_an_access_token
https://sourcegraph.com/users/iharh/settings/tokens
curl \
-H 'Authorization: token sgp_<bla-bla>' \
-d '{"query":"query { currentUser { username } }"}' \
https://sourcegraph.com/.api/graphql
env vars
https://docs.sourcegraph.com/cli/explanations/env
You can then set the SRC_ACCESS_TOKEN environment variable to the token to use it with src.

Просмотреть файл

@ -1,3 +1,6 @@
https://sourcegraph.com/search
https://sourcegraph.com/search?q=context:global+dhall+env&patternType=literal
https://docs.sourcegraph.com/code_search
https://docs.sourcegraph.com/code_search/reference/queries

Просмотреть файл

@ -0,0 +1,5 @@
https://github.com/sourcegraph/scip
https://github.com/sourcegraph/scip-clang
2023
https://about.sourcegraph.com/blog/announcing-scip-clang

Просмотреть файл

@ -1,6 +1,16 @@
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
F5
Debug
F9
Set Breakpoint
F10
Step Over
F11
Step Into
C+S+P
Command Palette

Просмотреть файл

@ -1 +1,2 @@
https://marketplace.visualstudio.com/items?itemName=jbangdev.jbang-vscode
https://marketplace.visualstudio.com/items?itemName=redhat.java

Просмотреть файл

@ -71,6 +71,8 @@ Manning-MEAP
https://www.manning.com/books/refactoring-to-rust
2023
Yoon - Rust Mini Reference
???
KlabnikNichols - The Rust Programming Language 2nd ed
A8451E371255ACA9803D3B7D2FCBB400
Bos - Rust Atomics and Locks