Skip to content
View priyankt's full-sized avatar
👷‍♂️
Building...
👷‍♂️
Building...
Block or Report

Block or report priyankt

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

Priyank GitHub profile README header image

import typing

priyank: typing.Dict[str : typing.Any] = {
    "pronouns": ["He", "Him"],
    "personal": {
        "website": "https://priyankt.com",
        "loves": ["Hiking", "Programming", "Badminton", "Learning"],
        "current_focus": "Finding own purpose",
    },
    "tech": {
        "can_code_in": ["HTML", "JS", "Python", "Ruby", "SQL", "Swift"],
        "can_discuss": [
            "web dev",
            "app dev",
            "tech",
            "system architucture",
            "philosophy",
            "trading",
        ],
        "front_end": {
            "ui_ux": ["Figma"],
            "js": ["Alpine.js", "VanillaJS"],
            "html": ["jinja2", "Ruby ERB"],
            "css": ["TailwindCSS", "Bootstrap"],
            "iOS": ["Swift"],
        },
        "back_end": {"python": ["FastAPI"], "Ruby": ["Rails", "Sinatra"]},
        "data_analysis": ["Pandas"],
        "mobile_app": ["iOS Development"],
        "dev_ops": ["Docker🐳", "Nginx"],
        "databases": ["PostgreSQL", "Redis"],
        "cloud": ["AWS", "Digital Ocean"],
    },
}

Recent Blog Posts

This list of blog posts is automatically generated using GitHub actions

Investing for Child's Education and Marriage: A Systematic Approach
11 Apr, 2024

Glimpses from the trek to the Everest Base Camp - Part 2
15 Feb, 2024

Glimpses from the trek to the Everest Base Camp - Part 1
15 Feb, 2024

Enhancing your GitHub public profile
13 Feb, 2024

Minor issue that haunted me for 3 days
31 Jan, 2024

Pinned Loading

  1. expiry-calendar expiry-calendar Public

    Index Options Expiry Calendar: Today and Next 7 Days | Stay Informed on Key Expiration Dates

    Python

  2. do-functions do-functions Public

    Repository to hold digital ocean functions

    Python

  3. priyankt.github.io priyankt.github.io Public

    Github pages personal site using Chirpy theme. The primary goal of this site is to blog about my learnings and experiences.

    Ruby

  4. Attributed text generation helper cl... Attributed text generation helper classes
    1
    import Foundation
    2
    import UIKit
    3
    
                  
    4
    class AttributedTextComponent {
    5
        let text: String
  5. Consensus-DAG Consensus-DAG Public

    Perl project to find a consensus ordering for a group of graphs

    Perl 1

  6. codetoart/UpcomingMoviesSwift codetoart/UpcomingMoviesSwift Public

    A sample application build using Swift 2.3, Xcode 8 & TMDB upcoming movies API

    Swift 1 2