Skip to content
View arifineu's full-sized avatar
โค๏ธ
this cat is cute
โค๏ธ
this cat is cute

Organizations

@frontend-id @poteto-dev @itcsmkn1sby @infinitedevsign @digital-entropy

Block or report arifineu

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

Hi ๐Ÿ‘‹ My name is Arifin Izzah

Frontend Engineer

  • ๐ŸŒ From Indonesia
  • โœ‰๏ธ You can contact me at [email protected]
  • ๐Ÿค I'm open for collaborating on Interesting projects

Skills

PHP JavaScript TypeScript Vite Vue Nuxtjs Svelte Sass TailwindCSS Bootstrap NodeJS MySQL PostgreSQL GraphQL

Stats

visitors

Pinned Loading

  1. Encrypt and Decrypt using AES-256-CB... Encrypt and Decrypt using AES-256-CBC in node environment
    1
    import { randomBytes, createCipheriv, createDecipheriv } from 'node:crypto'
    2
    
                  
    3
    // Secret key and IV
    4
    const key = randomBytes(32) // 32 bytes for AES-256
    5
    const iv = randomBytes(16)  // 16 bytes IV
  2. computed with parameters computed with parameters
    1
    const dragOverStyle = computed(() => {
    2
          return (overId : number, index:number) => { // replace params inside brackets
    3
            return overId === index ? 'bg-[#FBD1DE] ml-4   rounded' : '' 
    4
       }
    5
    })
  3. subtify subtify Public

    Subtify is open-source platform that helps you to find words in subtitles or captions from YouTube videos quickly, and it's 100% free!

    HTML 15 1

  4. gungunfebrianza/Belajar-Dengan-Jenius-DenoTheWKWKLand gungunfebrianza/Belajar-Dengan-Jenius-DenoTheWKWKLand Public

    ๐Ÿ“š PinterCoding University. Lets Destroy Node.js developer.

    TypeScript 265 56