Giter VIP home page Giter VIP logo

developer-notes's Introduction

ToDo

  • cc update
  • ng build --watch

Developer Notes

Notes for day to day work.

  1. C#
  2. Installation
  3. Asp.Net Core
  4. Azure
  5. Git
  6. SQL Server
  7. Bullhorn
  8. WordPress
  9. Linux
  10. Knockout.js
  11. Other Handy Tools
  12. CSS
  13. Other

C#

  • Delegate: NotifyMoving?.Invoke(Id);

Installation

You need to install winget e.g. through Microsof Store - App Installer.

  • winget install -e --id Microsoft.WindowsTerminal
  • winget install -e --id Google.Chrome
  • winget install -e --id Git.Git --source winget
  • winget install -e --id GitHub.GitHubDesktop
  • winget install -e --id Ghisler.TotalCommander
  • winget install -e --id ScooterSoftware.BeyondCompare4
  • winget install -e --id IrfanSkiljan.IrfanView
  • winget install -e --id Adobe.Acrobat.Reader.64-bit
  • winget install -e --id OpenJS.NodeJS
  • winget install -e --id Insomnia.Insomnia
  • winget install -e --id Postman.Postman
  • winget install -e --id Notepad++.Notepad++
  • winget install -e --id voidtools.Everything
  • winget install -e --id Microsoft.SQLServerManagementStudio

Other

  • winget install -e --id Meltytech.Shotcut
  • winget install -e --id OBSProject.OBSStudio
  • winget install -e --id Telerik.Fiddler.Classic
  • winget install -e --id Microsoft.VisualStudioCode

Asp.Net Core

Azure

App Service

  • London - WEBSITE_TIME_ZONE:GMT Standard Time
  • Linux VM - Add Swap
  • Check Application Insight association - Logs -> customMetrics | where name == "HeartbeatState" | take 1

Git

  • git fetch origin
  • git merge origin/develop
  • git tag -a v1.1.0.4rtm -m "Release version"
  • git push origin master
  • git push --tags
  • git checkout develop ..switching
  • git config --global core.autocrlf true ..on Windows

Bullhorn

  • when running DELETE via API, it will only hard-delete entities that are hard-deletable such as Placements and Sendouts, and most entities that do not use an isDeleted field. In order to prevent important data being lost, many entities such as candidate data can only be soft-deleted via API.

WordPress

Ubuntu Installation

Must plugins.

Plugin Name Author Note
My Private Site David Gewirtz to make it private, enable manually
WP Smush WPMU DEV to optimise images
Revision Control Dion Hulse to have only a few revisions
BackUpWordPress Human Made Limited WordPress Database Backup (Email, scheduled)
WP-DB-Backup Austin Matzko WordPress Database Backup (Email, scheduled)
Transient Cleaner Code Art Clean expired transients from your options table
Delete Expired Transients crap stored as posts in db backup
Antivirus Sergej Muller
Check Email

Knockout.js

  • debug: ko.dataFor($0)

Other Handy Tools

CSS

.table-index tbody tr {
  counter-increment: rowNumber; }

.table-index tbody td:first-child {
  text-align: center; }
  .table-index tbody td:first-child::before {
    content: counter(rowNumber);
    font-size: 12px; }

Other

  • Feedback Polls - [HotJjar] (https://www.hotjar.com/polls)
  • Uninstall Telementry - rundll32 "%PROGRAMFILES%\NVIDIA Corporation\Installer2\InstallerCore\NVI2.DLL",UninstallPackage NvTelemetryContainer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.