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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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"]

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 language hook i18n 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