Commit graph

81 commits

Author SHA1 Message Date
f499c7b22b rust: move concurrency notes to own file 2024-04-16 17:42:34 +02:00
c45f68184d
csharp: add code quality notes 2024-04-10 10:33:50 +02:00
fddea60713
git: reorder notes 2024-03-10 13:10:48 +01:00
c697371c07
git: add git worktree notes 2024-03-10 12:07:20 +01:00
13fbfa5458
git: add restore --worktree notes 2024-03-10 11:57:06 +01:00
6685a0e473
git: add tag update and signing notes 2024-02-15 09:16:51 +01:00
93ed2fe905
rust: add declarative macros notes 2024-02-11 12:45:05 +01:00
8bc64a02e9
rust: add function pointers notes 2024-02-11 11:47:23 +01:00
4d8e7ccc16
rust: fixes & style improvements 2024-02-11 11:38:22 +01:00
74342ea684
git: add git add --update notes 2024-02-06 10:45:51 +01:00
3f955928da
git: add log & blame content filtering notes 2024-02-06 10:45:44 +01:00
1e74d2371f
git: add --word-diff notes 2024-02-04 14:45:03 +01:00
889777e916 add git restore --staged notes 2024-01-31 11:20:14 +01:00
ce1009f652 add createRole mongodb auth notes 2024-01-31 10:44:46 +01:00
f2b6d801b7 remove "devices" section" 2024-01-31 10:44:46 +01:00
b7a9dc4f40 add <template> and <slot>` notes 2024-01-31 10:44:46 +01:00
a42763b290 add Shadow DOM notes 2024-01-31 10:44:46 +01:00
f9d5e84311 add WebComponents notes 2024-01-31 10:44:46 +01:00
522489884e improve notes for HTML datalist, meter and other inputs 2024-01-31 10:44:46 +01:00
c0b12ea705 add mongodb update operators for arrays 2024-01-31 10:44:46 +01:00
2543270eed Add .NET 8 notes (#39)
* feat(dotnet): dotnet 8 any type alias

* feat(dotnet): lamda default parameters

* feat(dotnet): rework class declaration notes

* fix(dotnet): remove duplicate notes

* feat(csharp): add improved collection initializers notes
2024-01-31 10:44:46 +01:00
255a68d673 show line numbers in conde snippets 2024-01-31 10:44:46 +01:00
cd1df0e376 improve regex notes 2024-01-31 10:44:39 +01:00
890cccae02 add assembly notes 2023-10-15 22:17:56 +02:00
e47a9c5522 add gir commands long options 2023-10-06 14:44:26 +02:00
65740da937 add git commit signoff notes 2023-10-06 14:30:11 +02:00
a0ac51e859 add git clean notes
Signed-off-by: Marcello Lamonaca <marcello@lamonaca.eu>
2023-10-06 14:26:54 +02:00
2709a479da feat(ssh): add ssh notes 2023-09-18 16:10:14 +02:00
1f0748536f chore: move file under 'misc' folder 2023-09-18 10:51:28 +02:00
f57b7ed075 chore(git): move git notes under 'Misc' 2023-09-11 21:58:30 +02:00
3927f011d7 feat(git): add git rebase command option notes 2023-09-11 21:54:02 +02:00
cbee07cbcb feat(git): add git commit command option notes 2023-09-11 21:54:02 +02:00
248254dab5 feat(git): add git log range syntax 2023-09-08 09:52:05 +02:00
1cc08777d9 fix(mongodb): remove ambiguity on $graphLookup connections 2023-08-05 10:54:34 +02:00
6f50690fe5 feat(docker): add compose health checks notes 2023-07-10 11:37:55 +02:00
19cb7961f7 chore(dotnet): rework asp.net notes 2023-06-28 11:51:24 +02:00
8623a82b92 feat(docker): add exec notes & rework CMD and ENTRYPOINT notes 2023-06-26 11:38:33 +02:00
5e6fe8cd98 feat(rust): add accosited types notes 2023-06-22 13:53:20 +02:00
bcd9fcd591 feat(rust): add concurrency notes 2023-06-22 13:43:11 +02:00
06ee959188 feat(k8s): add architecture and components notes 2023-04-08 18:00:31 +02:00
87fa889363 feat(k8s): add kubetcl notes 2023-03-14 10:10:50 +01:00
2725e3cb70 feat: restructure docs into "chapters" (#12)
* feat(docker, k8s): create containers folder and kubernetes notes
2023-03-13 12:43:21 +01:00
c7fc0dbb1c feat(git): add push & pull options notes 2023-03-13 12:26:48 +01:00
fea0e9bce3 feat(c): rewrite C++ notes as C notes 2023-01-28 10:29:14 +01:00
fdf4d0307d feat(docker): improve docker cli notes 2022-11-28 17:20:53 +01:00
3a29c2254d feat(dotnet): add static abstract members in interface notes 2022-11-16 14:38:46 +01:00
7cade4fc2a feat(dotnet): add list patterns notes 2022-11-16 14:38:46 +01:00
9ec86f0ea3 feat(dotnet): add raw string literals & generic attributes notes 2022-11-16 14:38:45 +01:00
27006a7108
feat(dotnet): Add .NET 7 notes (#9)
- add minimal api filter notes
- add new auth setup notes
- add `LibraryImport` source generator notes
- add nav manager & get/set/after binding modifiers notes
- add `file` access modifier notes
- add minimal api output cache notes 
- add static lambda annotation notes
2022-11-08 17:53:20 +01:00
bf0a55622f
Feat(mongodb): Add Aggregation Framework Notes Pt. 1 (#8)
* mongodb: `mongod` & logging notes

* mongodb: auth & users

* mongodb: Aggregation Framework Pt. 1
2022-11-08 16:18:16 +01:00