Skip to content
View imlana21's full-sized avatar
♾️
Learning
♾️
Learning

Organizations

@Team-Up-Dev
Block or Report

Block or report imlana21

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
imlana21/README.md
#include <stdio.h>

int main() {

  printf("Hello World!!!");

  return 0;
}

Hello World 👋, Let me introduce myself

You can call me Lana

  • 📖 I'm currently learning about Godot and Game Programming
  • 🥇 My Favorite programing language is JavaScript
  • 💻 I'm looking to collaborate with Angular TS, React, NextJS, Laravel and Godot Engine for Project
  • 🎯 Focused on Game Development, but I could do Website Development (Fullstack, FrontEnd or BackEnd)
  • 📱 You can reach me on Linkedin

Programing Language

Framework

My Stats and Simple Project here

Pinned Loading

  1. next-stisla next-stisla Public

    Layouting Stisla Admin to NextJS

    TypeScript 1

  2. ml-labs ml-labs Public

    Machine Learning repository

    Jupyter Notebook

  3. Next Fullstack Configuration Next Fullstack Configuration
    1
    DB_CLIENT=mysql
    2
    DB_PORT=3306
    3
    DB_HOST=127.0.0.1
    4
    DB_NAME=nextfullstack
    5
    DB_USER=
  4. JWT Token Decode Header and Payload ... JWT Token Decode Header and Payload to JSON
    1
    export default function jwtDecode(token: any) {
    2
      const base64Urls = token.split('.');
    3
      base64Urls.map( (url: string, i: number) => {
    4
        if(i<2)
    5
          base64Urls[i].replace(/-/g, '+').replace(/_/g, '/');
  5. phpcurl-shopify-api-calls phpcurl-shopify-api-calls Public

    PHP