Skip to content
View Shenon69's full-sized avatar
I love Football!
I love Football!

Organizations

@campus-experts @Disowe-Labs-Inc

Block or report Shenon69

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

Ayubowan!

Personal Details

name: Trishan Phillipsz
located_in: Colombo, Sri Lanka
job: Software Engineer
education: ["B.Sc. in Software Engineering (reading)"]
fields_of_interests: ["DevOps", "Web3", "Cloud Computing"]
currently_learning: ["GitOps", "Smart Contracts"]
hobbies: ["Football", "Cardistry"]

Development breakdown

From: 05 May 2024 - To: 13 September 2024

Total Time: 199 hrs 55 mins

TypeScript     164 hrs 50 mins >>>>>>>>>>>>>>>>>>>>-----   79.99 %
Go             10 hrs 26 mins  >------------------------   05.07 %
Other          6 hrs 9 mins    >------------------------   02.99 %
Terraform      6 hrs 7 mins    >------------------------   02.98 %
JavaScript     4 hrs 13 mins   >------------------------   02.05 %

Pinned Loading

  1. azure-oai-voice-assistant azure-oai-voice-assistant Public

    AI voice assistant with Azure OpenAI | Whisper | gpt-3.5 turbo

    TypeScript

  2. azure-ias azure-ias Public

    Infrastructure as code with .tf and azure

    HCL

  3. Animate numbers with framer Animate numbers with framer
    1
    import React, { useEffect, useRef } from 'react'
    2
    import { useMotionValue, useSpring, useInView } from 'framer-motion'
    3
    
                  
    4
    const AnimatedNumbers = ({ value }: any) => {
    5
        const ref = useRef<HTMLDivElement>(null)
  4. i18n react-native language hook i18n react-native language hook
    1
    import { useContext, useMemo } from 'react';
    2
    import { I18n } from 'i18n-js';
    3
    import { LocaleDataContext } from '@/src/context/localeDataContext';
    4
    import { en, si } from '@/src/constants/localization/localizations';
    5
    
                  
  5. jwt-go jwt-go Public

    jwt-go, gorm, gin

    Go