Skip to content
View rukasudev's full-sized avatar

Organizations

@rukasucoding
Block or Report

Block or report rukasudev

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

Hi πŸ‘‹

Gmail Badge Discord User Spotify User

Who am I? πŸ€”

class Lucas:

   def __init__(self):
       self.name = 'Lucas Daniel'
       self.age = '21'
       self.study = 'Computer Science'
       self.code = {
           'frontend': ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'ReactJS', 'VueJS', 'Styled-Components', 'SASS'],
           'backend': ['Golang', 'Python', 'Flask', 'Django', 'Laravel', 'NodeJS', 'C#', 'Java'],
           'database': ['MSSQL', 'PostgreSQL', 'MySQL', 'SQLite3', 'MongoDB', 'Redis', 'DynamoDB'],
           'devops': ['Docker', 'Nginx', 'Jenkins', 'AWS', 'Heroku'],
           'tools': ['Pandas', 'Selenium']
       }
       self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']

   def __str__(self):
       return self.name


if __name__ == '__main__':
   me = Lucas()

Boring stats πŸ₯±

stats graph languages graph

My contributions 🧐

Snake animation

Current Works

  • I'm currently working on πŸš€ building Space Seeker Game and working up on polishing my skills 🌱 in Competitive Programming.

Pinned Loading

  1. keiko-bot keiko-bot Public

    An adorable Discord buddy with cool moderation, fun utilities, and helpful alerts!

    Python 5

  2. valdle-api valdle-api Public

    The Valdle API, a website of minigames using Valorant data.

    Python 4

  3. valdle valdle Public

    The Valdle Website, a website of minigames using Valorant data.

    TypeScript 2

  4. dynamic-selenium-recorder dynamic-selenium-recorder Public

    Automated Python script utilizing Selenium to record and replay user interactions in the browser for streamlined automated.

    Python 2

  5. vscode settings πŸ“Œ vscode settings πŸ“Œ
    1
    {
    2
      // languages
    3
      "[go]": {
    4
        "editor.codeActionsOnSave": {
    5
          "source.organizeImports": true
  6. Capuccino Capuccino Public

    A library to help python developers wtih sql server connections

    Python