Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@ Personal cheat-sheet collection for developer tools, commands, and tips —
primarily aimed at **.NET developers** working on **Windows** with **VS Code** or **Rider**.
Topics include Git, Docker, Kubernetes, .NET, Blazor, VS Code, Rider, and more.

## Setup

After cloning, activate the pre-push validation hook:

```bash
git config core.hooksPath .githooks
```

## IDE & Editors

| Topic |
|-------|
| [Tips & Tricks in VsCode](Documents/VsCode.md) |
| [VS Code](Documents/VsCode.md) |
| [Rider Keyboard Shortcuts](Documents/Rider.md) |
| [Vim Editor](Documents/VimEditor.md) |
| [Notepad++](Documents/NotepadPlusPlus.md) |
Expand All @@ -40,17 +32,17 @@ git config core.hooksPath .githooks
|-------|
| [.NET](Documents/DotNet.md) |
| [EF Core](Documents/EntityFrameworkCore.md) |
| [ABP cli](Documents/ABPcli.md) |
| [ABP CLI](Documents/ABPcli.md) |
| [Advanced C#](Documents/AdvancedCSharp.md) |
| [Tips & Tricks in Blazor](Documents/Blazor.md) |
| [Blazor](Documents/Blazor.md) |

## Frontend & CSS

| Topic |
|-------|
| [Tailwind CSS](Documents/TailwindCss.md) |
| [CSS](Documents/Css.md) |
| [Tips & Tricks in NEXT.js](Documents/NextJs.md) |
| [Next.js](Documents/NextJs.md) |

## Productivity & Learning

Expand All @@ -67,5 +59,13 @@ git config core.hooksPath .githooks
|-------|
| [All about Git](Documents/Git.md) |
| [Command Line Commands](Documents/TopTenCommandLineCommands.md) |
| [Powershell](Documents/PowerShell.md) |
| [PowerShell](Documents/PowerShell.md) |
| [Chrome](Documents/Chrome.md) |

## Setup

After cloning, activate the pre-push validation hook:

```bash
git config core.hooksPath .githooks
```
Loading