Skip to content
View austendewolf's full-sized avatar
🛠️
Building products
🛠️
Building products

Block or report austendewolf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
austendewolf/README.md

hello, I'm Austen 👋🏾

Engineer, builder. I've spent the last decade shipping software, scrappy first prototypes through scale, and the last few years running engineering teams at @hoverinc. Off the screen, I build the things that don't fit there.. an overland truck (Ripley), furniture, the occasional company. They're all products in the end. I like making them, and I like working with the people who make them.

Projects:

Find me elsewhere: austendewolf.com · LinkedIn · Instagram · npm

Pinned Loading

  1. ng-flat-form ng-flat-form Public

    Angular 8 forms library with support for static and dynamic rendering, validation, and floating labels.

    TypeScript

  2. IGenericRepository<T> IGenericRepository<T>
    1
    public interface IGenericRepository<T> : IDisposable where T : class, IBaseEntity
    2
        {
    3
            // Base
    4
            Task<IEnumerable<T>> GetAsync(IDatbaseQueryOptions<T> options = null);
    5
            Task<IEnumerable<T>> GetByAsync(IDatbaseQueryOptions<T> options = null);
  3. DocumentGenerator DocumentGenerator Public

    Generate .doxc and .pdf files from a template and populate those files with custom data

    C#