Skip to content
View 0xrasla's full-sized avatar
🍉
Sleeping!
🍉
Sleeping!
Block or Report

Block or report 0xrasla

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
0xrasla/README.md
console.log("👋 Hello there! Let's meet Thinesh Rasla!");

class Rasla {
  constructor() {
    this.username = "0xrasla";
    this.name = "Thinesh Rasla";
    this.position = "Senior Software Engineer";
    this.blog = "medium.com/@raslarasla";
    this.socials = {
      twitter: "https://twitter.com/0xrasla",
      github: "https://github.com/0xrasla",
      linkedin: "https://www.linkedin.com/in/thinesh-rasla-779ba2189/",
      instagram: "https://instagram.com/dev_rasla",
      youtube: "https://www.youtube.com/channel/UC_-Sg3dW0yIathaX7-RtJMQ",
    };
    this.code = {
      backend: ["NestJs", "Node", "Python", "Fastify", "Express"],
      database: ["PostgreSQL", "MySQL", "SQLite3", "Mongo DB"],
      devops: ["Linux", "GitHub Actions", "AWS"],
      frontend: [
        "HTML",
        "CSS",
        "JavaScript",
        "ReactJS",
        "Svelte",
        "Tailwind",
        "NextJS",
      ],
      tools: ["GIT", "GitHub", "GitLab", "Pandas", "SQLAlchemy", "Nginx"],
      misc: [
        "Firebase",
        "TDD",
        "SCRUM",
        "SOLID",
        "gRPC",
        "ML",
        "Tech Writer",
        "Youtuber",
      ],
    };
    this.architecture = ["SPA", "MVC", "Serverless", "microservices"];
  }

  toString() {
    return `${this.name} is a ${
      this.position
    } who likes to code in ${this.code.backend.join(
      ", "
    )} and build ${this.architecture.join(" and ")}!`;
  }
}

if (require.main === module) {
  const me = new Rasla();
  console.log(me.toString());
}

stats graph streak graph languages graph

javascript logo typescript logo react logo html5 logo css3 logo python logo csharp logo amazonwebservices logo angularjs logo androidstudio logo babel logo bash logo bootstrap logo bitbucket logo bulma logo dart logo debian logo denojs logo django logo electron logo elixir logo fastapi logo express logo fedora logo figma logo firebase logo flutter logo github logo git logo godot logo graphql logo grafana logo heroku logo intellij logo jest logo jira logo jupyter logo jquery logo linkedin logo linux logo markdown logo mongodb logo nodejs logo nextjs logo nginx logo redux logo redis logo postgresql logo processing logo selenium logo sass logo tensorflow logo svelte logo unity logo vim logo vscode logo xamarin logo yarn logo unrealengine logo ubuntu logo


Snake animation

Latest Blog Posts

My Coding Sessions this week

From: 25 June 2024 - To: 02 July 2024

Total Time: 41 hrs 11 mins

TypeScript    27 hrs 27 mins  >>>>>>>>>>>>>>>>>--------   66.66 %
HTML          6 hrs 23 mins   >>>>---------------------   15.53 %
Dart          2 hrs 16 mins   >------------------------   05.52 %
Other         1 hr 9 mins     >------------------------   02.79 %
Python        51 mins         >------------------------   02.07 %

Pinned Loading

  1. youtube-video-gen youtube-video-gen Public

    This script generate a nice image with some good image and a info about some topic

    Python 6 1

  2. 0xRasla 0xRasla Public

    Pro fileeee

    7

  3. nodejs-folder-cleaner-script nodejs-folder-cleaner-script Public

    Its just a small script that automate the process of organize your folders inspired by kalle Halden

    JavaScript 6

  4. flask-auth flask-auth Public

    Flask authentication prototype

    Python 3

  5. vscode-theme-vimnight vscode-theme-vimnight Public

    A Dark And Contrast Theme for vscode Created By Me

    1