Skip to content
View 24dlong's full-sized avatar
  • Austin, TX

Block or report 24dlong

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
24dlong/README.md

Hi there. I'm Daniel 👋

LinkedIn Logo GitHub Logo

What makes me tick

I love building things.

In my first job after college, I worked as an Operations Analyst at Tesla. At the time, my most advanced technical skill was performing a VLOOKUP in Excel. Walking to and from my desk at the Fremont factory, I was dazzled by some of the most advanced manufacturing technology in the world, but after a few months on the job, I found myself even more dazzled by all the systems and software working behind the scenes.

Ever since, I've been building and learning. Along the way, I've been continually inspired by all the technology I've encountered, and the potential of all that which has yet to be built.

Check out my work

Everyone's a Critic

A mobile app that allows users to rate their favorite products and makes recommendations based on their tastes. Created on the premise that taste is individualistic, in a world that celebrates conformity.

Technologies

  • Database: MongoDB, AWS S3
  • Backend: Python, Java
  • Frontend: React Native, Redux
  • Infrastructure: Managed via Terraform. Microservice architecture built using AWS API Gateway:
    • User Service: Amazon Cognito
    • Communities Service: Python, AWS Lambda, Docker
    • Ratings Service: Java, Spring Boot, Docker, Elastic Container Service creating AWS Fargate tasks hosted on a VPC with monitoring via a Network Load Balancer.

Grubbase

A meal planning progressive web app with an API backend. Tailors recipes and meal plans to each user's caloric needs and allows users to easily track their progress through dashboards and smartly designed views.

Technologies

  • Database: PostgreSQL, AWS S3
  • Backend: Python, Django, Django Rest Framework, Google Cloud Vision API
  • Testing: Selenium
  • Frontend: jQuery
  • Infrastructure: Heroku
EZ-Sync (Coming Soon)

A Salesforce App purpose-built for syncing data between Salesforce and external cloud databases. Hosted and built entirely in the Salesforce platform so companies can limit their technology footprint.

Technologies

  • Databases Supported: Snowflake, AWS S3
  • Backend: Apex
  • Frontend: Lightning Web Components

Technologies

Database

MySQL, PostgreSQL, Microsoft SQL Server, MongoDB

Programming Languages

Python, Java, Apex (Salesforce)

Frameworks & Libraries

Python: Django, Django Rest Framework, Airflow, pandas
Javascript: React.js, Redux, React Native, jQuery, Jest, Lightning Web Components (Salesforce)
Java: Spring Boot

AWS & Infrastructure

IaC/IaaS: Terraform, Docker
AWS Services: EC2, IAM, Lambda, API Gateway, Elastic Container Service, Elastic Container Registry, Appflow, S3, Fargate, VPC, Route 53, Cognito, Simple Email Service

Certifications

Salesforce Certified Platform Developer I

Pinned Loading

  1. everyones-a-critic/app everyones-a-critic/app Public

    The front-end application. Built using react native

    JavaScript

  2. everyones-a-critic/communities-service everyones-a-critic/communities-service Public

    Contains the code and infrastructure serving any community related data requests

    Python

  3. everyones-a-critic/ratings-service everyones-a-critic/ratings-service Public

    Contains the code and infrastructure serving any ratings related data requests

    Java