Skip to content
View plepisnew's full-sized avatar

Block or report plepisnew

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

plepis_new.ts 🦋

/** @type {import('utils').User} */
export const me = {
  name: "Ansis",
  from: "Latvia",
  livesIn: "Latvia",
  hobbies: [
    "Mathematics",
    "Theoretical Physics",
    "Web Development",
    "Identity and Access Management",
    "Speedcubing",
  ],
  workingOn: {
    name: "Pogulum",
    repo: "https://github.com/plepisnew/pogulum_next",
    url: "https://pogulum-next.vercel.app",
  },
  mood: () => Math.random() > 0.15 ? "good" : "mid",
};

Popular repositories Loading

  1. webreview webreview Public

    Group 22's University project in DIT342 Web Development

    JavaScript 1

  2. pogulum_java pogulum_java Public

    Twitch Clip Scraper

    Java

  3. plepisnew plepisnew Public

  4. scandiweb-react scandiweb-react Public

    Entry React developer test for Scandiweb

    JavaScript

  5. pogulum_aspnet pogulum_aspnet Public

    Pogulum remade with ASP.NET and React

    C#

  6. pogulum_next pogulum_next Public

    Pogulum remade with Next.js

    TypeScript