Skip to content

Instantly share code, notes, and snippets.

View goofballLogic's full-sized avatar
👔
Still counting things

Andrew Stewart Gibson goofballLogic

👔
Still counting things
  • 22:22 (UTC +01:00)
View GitHub Profile
const fullFormat = new Intl.DateTimeFormat("en", { dateStyle: "full" });
fullFormat.resolvedOptions();
/*
{
calendar: "gregory"
dateStyle: "full"
locale: "en"
numberingSystem: "latn"
timeZone: "Europe/London"
}
const fullFormat = new Intl.DateTimeFormat("en", { dateStyle: "full" });
const now = new Date();
fullFormat.format(now); // 'Thursday, October 28, 2021'
Feature: Application branding
As Doogie
I want to be bathed in the familiar blue glow of my IBM CRT monitor and text editor
So that I can shift into the right mental model for an uplifting closing diary entry
Feature: Reading diary entries
As Doogie
I want to be able to review my previous diary entries in reverse chronological order
So that I can scan my recent thoughts easily
Feature: Writing a diary entry
As Doogie
I want to be able to write a new entry in my diary
So that I can round off an episode with an uplifting thought
Feature: Writing a diary entry
As Doogie
I want to be able to write a new entry in my diary
So that I can round off an episode with an uplifting thought
Background: Load the app and start editing
Given I have loaded the app
When I press the space bar
Scenario: I should be able to press space bar to start writing
Feature: Reading diary entries
As Doogie
I want to be able to review my previous diary entries in reverse chronological order
So that I can scan my recent thoughts easily
Scenario: The latest entry should be shown at the top
Given a test entry exists dated 1 month into the future
"""
Raymond and I have a lot in common.
We both have to face prejudice for what we are...
Feature: Application branding
As Doogie
I want to be bathed in the familiar blue glow of my IBM CRT monitor and text editor
So that I can shift into the right mental model for an uplifting closing diary entry
Background: Load the app
Given I have loaded the app
Scenario: Styling
Then the background colour should be "bright blue"
{
"@context": {
"@vocab": "http://example.com/"
}
}

Last updated: April 2024

Technology/Practice Years of usage
NET 5, .NET Core, .NET Framework 21 2003…
Agile, Agile Transformation 13 2006…
ASP, ASP.Net, ASP.Net MVC, ASP.NET Core MVC 18 2003…
AWS – EC2, S3, Lambda, CodePipeline, CloudFront 2 2013…
Azure – Functions, App Services, Storage, SQL, AKS, Cost Mgmt. 6 2014…
Azure DevOps (aka TFS, Team Foundation Server) 6 2006…
Backbone JS, Sammy JS, Microsoft AJAX Extensions 5 2006…2013