This website is built using Gatsby and React, hosted on GitHub using GitHub Pages, and built and deployed using GitHub Actions.
public class About
{
public string Name { get; set; }
public string[] Languages { get; set; }
public string[] Frameworks { get; set; }
public string[] Editors { get; set; }
public About()
{
Name = "Andrew Stevens";
Languages = new string[]
{
"C#",
"JavaScript"
};
Frameworks = new string[]
{
".NET Core",
"React",
"React Native",
"Xamarin"
};
Editors = new string[]
{
"Visual Studio",
"Visual Studio Code"
};
}
}
Here are a few of the technologies that I like to use:
Here is a timeline of my work history and when I first used different technologies. This is a work in progress.
1999 | ||
---|---|---|
HTML | ||
2001 | ||
CSS | ||
Macromedia Dreamweaver, Adobe Photoshop | ||
2002 | ||
Visual Basic, VB6 | ||
Macromedia Fireworks | ||
2003 | ||
ASP, JavaScript, MS Access, SQL | ||
December | WebWizForums | |
2004 | ||
August | Wrote and sold first version of ASP quiz software through HotScripts.com | |
October | SOOP Portal | |
2005 | ||
CodingFX.com - sold multiple ASP scripts | ||
Wrote popular Profile Fields and Calendar mods to WebWizForums | ||
2006 | ||
Prototype, MySql | ||
Visual Studio, VB.NET | ||
2007 | ||
JQuery | ||
2008 | ||
August | Started work on ServiceReach | |
C#, ASP.NET WebForms, MS SQL, Subversion | ||
2009 | ||
ExtJS, RequireJS, ASP.NET Web MVC, NHibernate, TeamCity, Microsoft Azure, Azure Cloud Services, Sql Azure | ||
2010 | ||
iOS & Android Apps, Sencha Touch, PhoneGap, Eclipse, Xcode | ||
2011 | ||
September | Pivoted from ServiceReach and started work on GoFormz | |
ExtJS, Sencha Touch, NHibernate, SQL Azure | ||
2012 | ||
April | Released first version of GoFormz | |
2013 | ||
April | BitBucket, Git | |
2014 | ||
March | GitHub | |
Xamarin, iOS | ||
2015 | ||
Spring | Rest Api, Swagger, SASS | |
Summer | ServiceBus, Webhooks, Azure Web Jobs, Octopus Deploy | |
Fall | ES6, ReactJS, Redux, npm, Atom | |
2016 | ||
Spring | Azure App Services, fastlane | |
Microservices, OAuth2, Event Sourcing | ||
2017 | ||
Spring | App platform, .NET App Domains, MongoDB | |
Visual Studio Code, Babel, Webpack | ||
Summer | UWP, Windows App, Cross Platform Mobile Development | |
2018 | ||
Summer | Rewrote and migrated ExtJs code to React | |
2019 | ||
March | .NET Core, .NET Standard | |
April | Gatsby, GraphQL, Created this website | |
May | Azure DevOps | |
December | Docker, Kubernetes | |
2020 | ||
January | Helm | |
December | CodeMirror | |
2021 | ||
February | React Native |