All Projects → gabrielweyer → nuggets

gabrielweyer / nuggets

Licence: MIT license
This is where I record the tips, tricks and tools I've accumulated over the years.

Projects that are alternatives of or similar to nuggets

nightingale
NHS-Generic Frontend Framework.
Stars: ✭ 34 (+88.89%)
Mutual labels:  guidelines
coding-guidelines
コードの最低限の品質を保つためのガイドラインです。
Stars: ✭ 147 (+716.67%)
Mutual labels:  guidelines
documentation
Home of resource documentation for OASIS Open Projects.
Stars: ✭ 23 (+27.78%)
Mutual labels:  guidelines
php-best-practices
What I consider the best practices for web and software development.
Stars: ✭ 60 (+233.33%)
Mutual labels:  knowledge
guidelines
📒 Guidelines on random topics I have learnt so far
Stars: ✭ 27 (+50%)
Mutual labels:  guidelines
ask-for-information
📚 Daegu Software Meister High School Wikipedia
Stars: ✭ 28 (+55.56%)
Mutual labels:  knowledge
handbook
📙 ErgoServ Developer's Handbook - a collection of guides, recipes, and scripts for helping you get things done, better.
Stars: ✭ 46 (+155.56%)
Mutual labels:  guidelines
Front-End-Checklist
🗂 O Front-End Checklist perfeito para websites modernos e desenvolvedores meticulosos
Stars: ✭ 157 (+772.22%)
Mutual labels:  guidelines
cos-guidelines
Caché ObjectScript contibutors guidelines
Stars: ✭ 15 (-16.67%)
Mutual labels:  guidelines
open-source
Open Source @ Baloise
Stars: ✭ 24 (+33.33%)
Mutual labels:  guidelines
f2e-spec
Alibaba Front-end Coding Guidelines and Relevant Tools
Stars: ✭ 548 (+2944.44%)
Mutual labels:  guidelines
guidelines
Entria Guidelines - this is how we build software!
Stars: ✭ 53 (+194.44%)
Mutual labels:  guidelines
VBA-Coding-Standards
VBA Code Guidelines
Stars: ✭ 36 (+100%)
Mutual labels:  guidelines
gthnk
Personal Knowledge Management System. Capture your ideas using plain old text files. Make a journal that lasts 100 years.
Stars: ✭ 29 (+61.11%)
Mutual labels:  knowledge
datalog
simplified query engine based on logic programming paradigm
Stars: ✭ 124 (+588.89%)
Mutual labels:  knowledge
knowledge
Everything that you need. 💡 📚 🔭
Stars: ✭ 26 (+44.44%)
Mutual labels:  knowledge
resources
A curated collection of useful tech resources 💻
Stars: ✭ 57 (+216.67%)
Mutual labels:  knowledge
api-guidelines
Squareboat's best practices for writing REST API's.
Stars: ✭ 76 (+322.22%)
Mutual labels:  guidelines
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+211.11%)
Mutual labels:  guidelines
KMRC-Papers
A list of recent papers regarding knowledge-based machine reading comprehension.
Stars: ✭ 40 (+122.22%)
Mutual labels:  knowledge

Nuggets

This is where I record the tips, tricks and tools (free unless indicated otherwise 💰) I've accumulated over the years.

Tips and tricks

Practices

ASP.NET Core and Angular cookbook

Instant nuggets

Finding Application Insights instance using Instrumentation Key

You found a lone binary on a forgotten server and are wondering where the telemetry is going to? Fear not, with the command below you'll be able to find the Application Insights resource in no time:

Get-AzResource -ExpandProperties -ResourceType 'microsoft.insights/components' | Select -ExpandProperty Properties | Where InstrumentationKey -eq '{InstrumentationKey}' | Select Name

Clear HSTS in Chrome

Navigate to chrome://net-internals/#hsts

Software for developers on Windows

  • Azure Data Studio - A lightweight replacement for SQL Server Management Studio (Windows, macOS and Linux)
  • Azure Storage Explorer - Manage Azure Storage Accounts (Windows, macOS and Linux)
  • Azurite - Azure storage emulator (Windows, macOS and Linux)
  • Cosmos DB emulator - Azure Cosmos DB emulator (Windows)
  • dotPeek - Decompiler (Windows)
  • 💰 dotUltimate - a paid suite of .NET tools
    • Includes:
      • dotMemory - memory profiling
      • dotTrace - performance profiling
      • ReSharper - extension for Visual Studio. Find and fix errors and code smells; navigate and refactor; run unit tests (Windows)
      • Rider - cross-platform .NET IDE (Windows, macOS and Linux), replaced Visual Studio as my IDE of choice
  • Fiddler - HTTP debugging proxy server (Windows)
  • Git - Distributed version control system (Windows, macOS and Linux)
  • GraphiQL - A graphical interactive in-browser GraphQL IDE (Windows, macOS and Linux)
  • LINQPad - Instantly test any C#/F#/VB snippet or program (Windows)
    • 💰 I highly recommend the paid Developer Version which adds NuGet integration (packages can still be restored in the free and pro editions)
    • LINQPad is maintained by Joseph Albahari an independent software developer
  • MailHog - email testing tool for developers (Windows, macOS and Linux)
  • MSBuildStructuredLog - A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values (Windows)
  • NuGet Package Explorer - Create, update and deploy Nuget packages with a GUI (Windows)
  • Log Parser - CLI mainly used to query IIS logs (Windows)
  • Open Broadcaster Software - Free and open source software for video recording and live streaming (Windows, macOS and Linux)
  • P4Merge - Merge tool and diff tool (Windows, macOS and Linux)
    • I'm using it as a merge.tool and diff.tool in Git and wrote a tutorial on how to configure it
  • Paint.NET - image and photo editing (Windows)
  • PerfView - CPU and memory performance-analysis tool (Windows)
  • Postman - A graphical HTTP client (Windows, macOS and Linux)
  • RegExr - A website to test Regular Expressions
  • ScreenToGif - Quick and small screen recorder (Windows)
    • This is what I use on my blog
  • Service Bus Explorer - Connect to a Service Bus namespace and administer messaging entities (Windows)
  • Sysinternals - Manage, troubleshoot and diagnose your Windows systems and applications (Windows)
    • Most commonly used utilities:
      • Autoruns - Shows what programs are configured to startup automatically when your system boots and you login
      • ProcDump - Process dump utility
      • Process Explorer - List currently active processes
      • Process Monitor - Shows real-time file system, registry and process/thread activity
  • Visual Studio Code - Editor (Windows, macOS and Linux)
    • My editor of choice to edit markdown, csproj, Cake build... files
    • Read my guide
  • WinDbg - The Windows Debugger (Windows)
    • For the rare occasions when you need to go thermonuclear
    • Also available in preview in the store
    • I wrote a succint tutorial for WinDbg
  • WinDirStat - Disk usage statistics viewer (Windows)
  • Windows Magnifier - Magnifier makes part or all of your screen bigger so you can see words and images better (Windows)
  • WireMock - Mock HTTP server (Windows, macOS and Linux)
  • Windows Subsystem for Linux - Lets developers run Linux environments - including most command-line tools, utilities, and applications - directly on Windows, unmodified, without the overhead of a virtual machine (Windows)
  • Windows Terminal - a modern terminal for Windows (Windows)

.NET libraries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].