Aaron Stanley King (@trendoid)
  • Stars
    star
    15
  • Global Rank 765,160 (Top 27 %)
  • Followers 23
  • Following 147
  • Registered over 10 years ago
  • Most used languages
    JavaScript
    36.4 %
    C#
    36.4 %
    C++
    9.1 %
    F#
    9.1 %
    HTML
    9.1 %
  • Location 🇺🇸 United States
  • Country Total Rank 130,419
  • Country Ranking
    F#
    521

Top repositories

1

orm-lightning

LIGHTNING TALK - ORMs - they haven't gone away.
C#
2
star
2

notely

An AngularJS 1.4 note-taking app.
JavaScript
1
star
3

solid_patterns_core

Code built in .NET Core to follow along with https://youtu.be/agkWYPUcLpg
C#
1
star
4

AspNetCoreWebApplication

Sample ASP.NET Core Application for performance testing
C#
1
star
5

Stooges

AngularJS training repository
HTML
1
star
6

IoT-DevKit

code for my MXChip IoT DevKit
C++
1
star
7

FsharpConsoleApp

Just playing around... inspired by https://www.twitch.tv/laylacodesit
F#
1
star
8

CodingExercise

Write a ‘Hello World’ program.
C#
1
star
9

JavaScriptTestCoverage

- a cozy blanket on a rainy day
JavaScript
1
star
10

blogger2firebase

Code to parse a blogger backup file and store it in Firebase database for use in a new custom application later.
JavaScript
1
star
11

orms

ORMs… can’t live with ‘em, can’t kill ‘em. Object-relational mappers enable developers to work with relational databases like Microsoft SQL using the languages they know and love. Sometimes that means that the developers don’t know the underlying queries and statements being sent to the database. This doesn’t mean that the developers don’t love SQL. It just means that they don’t know it yet. In this session, we’ll look at the latest builds of Microsoft’s Entity Framework and see what programming tools developers use to work with SQL databases. We’ll also take a look at Sequelize. Sequelize is an open source ORM written in JavaScript for Node.js. We’ll take a look at code first development, advanced querying techniques, connecting to existing databases and migrations. We’ll also take a look at lazy and eager loading techniques. We’ll take a look at these two ORM’s from the eyes of the developer and the DBA.
JavaScript
1
star