Skip to content

Instantly share code, notes, and snippets.

View jee-mj's full-sized avatar

mj jee-mj

  • 00:32 (UTC +10:00)
View GitHub Profile
#!/usr/bin/env bash
set -u
# Thanks theNetworkChuck! https://github.com/theNetworkChuck/axios-attack-guide/blob/main/check.sh
# ============================================================================
# Machine-wide axios compromise scanner for macOS/Linux
# ----------------------------------------------------------------------------
# Purpose:
# Expand the original current-directory-focused check into a broader,
# read-only scan across common development roots on disk.
#
@jee-mj
jee-mj / vsCodeFhsEdgeDevTools.nix
Created May 16, 2024 06:03
Run VSCode using FHS with backend support for Microsoft Edge Developer Tools extension.
# flake.nix
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let
# flake.nix
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
/*poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
};*/
};
Greetings, James! I'm a bit of a lost cause currently and I'm hoping you could help point me in the right direction.
Few years ago, I went through all the fundamentals on C# on various tutorials after deciding for C# & Microsoft to be my language & platform of choice.
Yesterday I finished a Diploma of IT in Advanced Programming. Due to my past experience working in IT across information systems (not DevOps), I was able to get into the Diploma and secure a satisfactory pass. However, the teachers are completely unhappy with my knowledge / current ability across fundamentals. Is this something that just comes with experience? Also, is there a course, or a book, or similar that you could recommend for someone with this issue/weakness?