Skip to content
View foxy17's full-sized avatar
⚑
Working From Home
⚑
Working From Home
Block or Report

Block or report foxy17

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
foxy17/README.md

Hi there, I'm Arnav πŸ‘‹

I'm a Frontend Developer and sometimes dabble in UI/UX. I also like building CI/CD pipelines for my projects.

  • πŸ“š My latest article dev.to
  • πŸ”­ I’m actively working on React and Flutter.
  • 🌱 I’m currently working full-time and freelancing.
  • πŸ₯… 2024 Goals: To work on more projects
  • ⚑ Fun fact: I play many instruments like drums, guitar and ukulele.
  • ✍️ I regularly write interesting stuff dev.to

Spotify Playing 🎧

foxy Spotify Playing

Connect with me:

Arnav | LinkedIn Arnav | Medium Yesidevelop | Instagram


Languages and Tools:

JavaScript Angular Unity Flutter ReactNative Nodejs Deno Dart Python Flask Django React Java C++ HTML5 CSS3 Bootstrap TypeScript MongoDB Redis ElasticSearch PostgreSQL MySQL Heroku Docker DigitalOcean Amazon AWS Google Cloud Git GitHub GitLab BitBucket




arnav's Github Stats

Top Langs

Pinned Loading

  1. MindhugDemo MindhugDemo Public

    App made on flutter with firebase backend.

    Dart

  2. GraphQl-Authentication GraphQl-Authentication Public

    A simple graphql and apollo server api for JWT based authentication.

    JavaScript 6 1

  3. alb.tf alb.tf
    1
    resource "aws_lb" "main" {
    2
      name               = "${var.name}-alb-${var.environment}"
    3
      internal           = false
    4
      load_balancer_type = "application"
    5
      security_groups    = var.alb_security_groups
  4. Terrafom for Ecs fargate Terrafom for Ecs fargate
    1
    resource "aws_vpc" "main" {
    2
      cidr_block           = var.cidr
    3
      enable_dns_support   = true
    4
      enable_dns_hostnames = true
    5
    
                  
  5. ecs.tf ecs.tf
    1
    resource "aws_iam_role" "ecs_task_execution_role" {
    2
      name = "${var.name}-ecsTaskExecutionRole"
    3
    
                  
    4
      assume_role_policy = <<EOF
    5
    {
  6. Portfolio-v2 Portfolio-v2 Public

    This is V2 of my personal portfolio made using Next.js

    TypeScript