Skip to content
View HSallinen's full-sized avatar

Highlights

  • Pro

Organizations

@Paivola-Student-Innovation-Lab

Block or report HSallinen

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

Technologies

Javascript/Typescript

Interface TypescriptProgrammer {
  skillLevel: "beginner" | "intermediate" | "advanced" | "professional"
  timeUsed: Number
  usedFor: Array<String>
}

Hsallinen: TypescriptProgrammer = {
  skillLevel: "intermediate"
  timeUsed: 1 // Years
  usedFor: ["frontend development", "backend development"]
}

Python

class python_programmer:
  def __init__(self, skill_level, usage_time, use_cases):
    self.skill_level = skill_level
    self.usage_time = usage_time
    self.use_cases = use_cases

Hsallinen = python_programmer(
  "intermediate", # Skill level
  "4, # Years. Time used
  ["web scraping", "game development", "backend development", "competitive programming"] # Used for
)

CSS/html

<div id="Hsallinen">
  <skill class="css" />
  <skill class="html" />
</div>
#Hsallinen > skill.css, skill.html {
  skill-level: intermediate;
  time-used: 2 years;
}

Pinned Loading

  1. custour-api custour-api Public

    Java 1

  2. Tori-Scraper Tori-Scraper Public

    Python 1 1

  3. Paivola-Student-Innovation-Lab/DailyCrypt Paivola-Student-Innovation-Lab/DailyCrypt Public

    DailyCrypt is safe and easy to use encryption webapp. DailyCrypt doesn't have a backend and it uses the AES encryption algorithm.

    TypeScript 4