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

Organizations

@Team-Up-Dev

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
imlana21/README.md

Hi there, I'm Lana πŸ‘‹

Frontend Web Developer β€’ GIS Frontend Enthusiast

Typing SVG


πŸ‘¨β€πŸ’» About Me

  • 🎯 Main focus: Frontend Web Development & GIS Frontend (interactive maps, spatial data visualization)
  • 🌱 Currently learning: WebGL, MapLibre, etc.
  • πŸ’¬ Ask me about: TypeScript, Svelte/React, OpenLayers, or frontend architecture

πŸ› οΈ Tech Stack

Programming Languages

Frameworks & Libraries

Tools & Others


πŸ“Š GitHub Stats


🌐 Connect with Me


profile views

Pinned Loading

  1. ml-labs ml-labs Public

    Machine Learning repository

    Jupyter Notebook

  2. 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, '/');
  3. phpcurl-shopify-api-calls phpcurl-shopify-api-calls Public

    PHP