Skip to content

Instantly share code, notes, and snippets.

View jasper-zanjani's full-sized avatar
🏠
Working from home

Jasper Zanjani jasper-zanjani

🏠
Working from home
View GitHub Profile
using System;
using Starships.Models;
namespace Starships
{
public interface IOfficerEvaluator
{
bool Evaluate(IOfficer officer);
}
@jasper-zanjani
jasper-zanjani / HeroDetailControl.xaml
Last active February 15, 2021 22:21
DC Superhero ListView and TextBoxes
<UserControl
x:Class="Superheroes.HeroDetailControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Superheroes"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300"
d:DesignWidth="400"
@jasper-zanjani
jasper-zanjani / README.md
Created November 9, 2020 15:40
Learning Azure? Read this first

The cloud is a hot topic in the tech industry these days, but learning a complex, fully-featured cloud platform like Azure is no mean feat.

Azure PowerShell and Azure CLI

There are two ways of interacting with Azure from a command-line interface, Azure PowerShell and Azure CLI, which are both available on Azure's Cloud Shell interface directly from the Azure Portal.

Azure CLI uses a POSIX-like interface that should be comfortable to users of Bash. This is the shell environment that most people associate with Linux, and it is also available on Mac OS X.

Here is one of the simplest

@jasper-zanjani
jasper-zanjani / digest-20190628.md
Last active June 28, 2019 15:50
June 28, 2019 - Articles read and things learned

2019-06-28

"PowerApps with Sandy Ussia". RunAs Radio

  • PowerApps and Flow helps organizations build custom applications that run in the browser, tablet, and phone with minimal code.

The New Stack Makers

@jasper-zanjani
jasper-zanjani / digest-20190531.md
Last active June 27, 2019 18:58
May 31, 2019 - Articles read and things learned

2019-05-31

  • "What is AWS? A Guide for Beginners". dev.to -> gist
@jasper-zanjani
jasper-zanjani / digest-20190530.md
Last active June 27, 2019 18:59
May 30, 2019 - Articles read and things learned

2019-05-30

  • "'Files' for Microsoft's Windows Lite OS looks amazing running on a foldable Surface - betanews
  • 8 best uTorrent Alternatives for Downloading Torrent files in 2019 fossbytes -> gist
  • Graphically program in Python with Pythonic opensource.com
    • Pythonic is a graphical programming tool meant to aid newcomers to programming.
  • "Install and configure sar and ksar for daily monitoring on Linux and generate PDF reports". howtoforge
  • "A short primer on assemblers, compilers, and interpreters" <- reprinted from [PyBites
@jasper-zanjani
jasper-zanjani / digest-20190625.md
Last active June 27, 2019 18:58
June 25, 2019 - Articles read and things learned

2019-06-25

"Migrating to Windows Server 2019 with Dave Kawula". RunAs Radio

  • ReFS grows up: Microsoft is essentially backporting some of the features they have developed for Microsoft Azure with features like Microsoft Storage Spaces Direct, which enables software defined storage
  • Upgrading servers: It may be better to upgrade servers in-place instead of trying to rebuild them because so many configuration settings are left undocumented, making repeatable build processes impossible to achieve. However, certain roles like domain controllers and app servers, should be rebuilt from scratch.
@jasper-zanjani
jasper-zanjani / digest-20190627.md
Last active June 28, 2019 04:36
June 27, 2019 - Articles read and things learned
@jasper-zanjani
jasper-zanjani / digest.md
Last active June 29, 2019 03:07
Articles read and things learned